@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: top; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation; }

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/* font */
/**
* Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
* Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 100;
	src: local("Noto Sans CJK JP Thin"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	src: local("Noto Sans CJK JP Light"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype"); }

/*
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: local("Noto Sans CJK JP Medium"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype"); }

/*
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	src: local("Noto Sans CJK JP Black"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}
*/
/*英語用*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif; }

.eng {
  font-family: "Roboto", "sans-serif", "meiryo"; }

@media screen and (max-width: 800px) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #000; }
  a {
    color: #46b39b; }
  header {
    background-color: #fff;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .4s;
    transition-delay: .5s; }
    header.active {
      top: 0; }
    header.bg {
      background-color: rgba(255, 255, 255, 0.95); }
    header #headInner {
      width: 100%;
      height: 50px;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header #headInner #siteName {
        width: 200px;
        line-height: 1;
        margin: 2px 0 0 10px; }
        header #headInner #siteName img {
          width: 100%;
          height: auto; }
      header #headInner #spMenuBtn {
        width: 50px;
        height: 50px;
        position: relative;
        top: 0;
        right: 0;
        background-color: #46b39b; }
        header #headInner #spMenuBtn span {
          width: 26px;
          height: 3px;
          background-color: #fff;
          display: block;
          position: absolute;
          left: 12px;
          transition: all .3s; }
          header #headInner #spMenuBtn span:nth-of-type(1) {
            top: 15px; }
          header #headInner #spMenuBtn span:nth-of-type(2) {
            top: 24px; }
          header #headInner #spMenuBtn span:nth-of-type(3) {
            top: 33px; }
        header #headInner #spMenuBtn.active span:nth-of-type(1) {
          -webkit-transform: rotate(225deg);
                  transform: rotate(225deg);
          top: 24px; }
        header #headInner #spMenuBtn.active span:nth-of-type(2) {
          opacity: 0; }
        header #headInner #spMenuBtn.active span:nth-of-type(3) {
          -webkit-transform: rotate(-225deg);
                  transform: rotate(-225deg);
          top: 24px; }
      header #headInner #headNav {
        position: fixed;
        top: 50px;
        left: 100%;
        background-color: #46b39b;
        width: 100%;
        height: calc(100% - 50px);
        transition: all .3s;
        z-index: 999; }
        header #headInner #headNav.active {
          left: 0; }
        header #headInner #headNav #globalMenu {
          list-style: none;
          overflow: scroll; }
          header #headInner #headNav #globalMenu > li {
            border-bottom: 1px solid #6bc2af; }
            header #headInner #headNav #globalMenu > li a {
              font-size: 15px;
              color: #fff;
              font-weight: 700;
              padding: 12px 1em 0;
              display: block;
              text-decoration: none;
              height: 50px; }
            header #headInner #headNav #globalMenu > li ul.sub {
              list-style: none;
              padding-bottom: 15px; }
              header #headInner #headNav #globalMenu > li ul.sub li {
                padding-left: 1em; }
                header #headInner #headNav #globalMenu > li ul.sub li a {
                  padding: .2em 1em;
                  font-weight: 400;
                  display: block;
                  height: auto; }
                  header #headInner #headNav #globalMenu > li ul.sub li a:before {
                    content: "- "; }
            header #headInner #headNav #globalMenu > li.asideMenu {
              display: flex; }
              header #headInner #headNav #globalMenu > li.asideMenu a {
                width: 50%;
                text-align: center;
                font-size: .8em; }
                header #headInner #headNav #globalMenu > li.asideMenu a:not(:last-of-type) {
                  border-right: 1px solid #6bc2af; }
  footer {
    background-color: #46b39b;
    width: 100%;
    position: relative; }
    footer #footerInner .footMenu ul {
      list-style: none; }
      footer #footerInner .footMenu ul li {
        border-bottom: 1px solid #6bc2af; }
        footer #footerInner .footMenu ul li ul li {
          border: none;
          border-top: 1px solid #6bc2af;
          padding-left: 1em; }
          footer #footerInner .footMenu ul li ul li a:before {
            content: "- "; }
        footer #footerInner .footMenu ul li a {
          display: block;
          width: 100%;
          height: 50px;
          color: #fff;
          text-decoration: none;
          font-size: 14px;
          line-height: 1;
          padding: 19px 10px 0 15px;
          position: relative; }
          footer #footerInner .footMenu ul li a:after {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            position: absolute;
            top: 24px;
            right: 15px; }
    footer #footerInner .banner {
      width: 70%;
      margin: 30px auto 0; }
      footer #footerInner .banner ul {
        list-style: none; }
        footer #footerInner .banner ul li {
          margin-top: 10px; }
          footer #footerInner .banner ul li a {
            display: block; }
            footer #footerInner .banner ul li a img {
              width: 100%;
              height: auto; }
    footer #footerInner .under .bottomMenu {
      margin-top: 20px; }
      footer #footerInner .under .bottomMenu ul {
        list-style: none; }
        footer #footerInner .under .bottomMenu ul li {
          display: inline-block; }
          footer #footerInner .under .bottomMenu ul li:not(:last-of-type) {
            border-right: 1px solid #fff; }
          footer #footerInner .under .bottomMenu ul li a {
            display: block;
            padding: 0 10px;
            color: #fff;
            text-decoration: none;
            line-height: 1;
            font-size: 12px; }
    footer #footerInner .under .footLogo {
      width: 180px;
      margin: 20px auto 0; }
      footer #footerInner .under .footLogo img {
        width: 100%;
        height: auto; }
    footer #footerInner .copy {
      color: #fff;
      font-size: 10px;
      text-align: center;
      padding: 20px 0; }
    footer #pageTop {
      width: 50px;
      height: 50px;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      right: 0;
      margin: 0 auto;
      cursor: pointer;
      overflow: hidden;
      z-index: 5; }
      footer #pageTop:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-left: 2px solid #46b39b;
        border-top: 2px solid #46b39b;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 22px;
        left: 21px;
        z-index: 5;
        transition: all .3s; }
  .bodyTxt {
    width: 90%;
    margin: 0 auto; }
    .bodyTxt h3 {
      font-size: 22px;
      font-weight: 700;
      margin-top: 2em;
      border-bottom: 2px solid #666;
      position: relative; }
      .bodyTxt h3:before {
        content: "";
        display: block;
        width: 120px;
        height: 4px;
        background-color: #46b39b;
        position: absolute;
        left: 0;
        bottom: -3px; }
    .bodyTxt h4 {
      font-size: 16px;
      font-weight: 700;
      background-color: rgba(70, 179, 155, 0.5);
      color: #333;
      padding: 5px 10px;
      margin-top: 30px; }
    .bodyTxt p {
      margin: 1.5em 0 0; }
      .bodyTxt p .sup {
        font-size: .6em;
        vertical-align: top; }
      .bodyTxt p.memo {
        border: 1px solid #46b39b;
        padding: 1em;
        display: block;
        font-size: 14px !important;
        line-height: 1.6; }
      .bodyTxt p img {
        max-width: 100%;
        width: 100%;
        height: auto; }
  /* import */
  #homeTopView {
    width: 100%;
    height: 280px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -30px; }
    #homeTopView #read {
      text-align: center; }
      #homeTopView #read h2 {
        color: #46b39b;
        font-size: 20px;
        line-height: 1.5;
        font-weight: 400;
        padding-top: 20px; }
      #homeTopView #read h3 {
        font-size: 16px;
        line-height: 1;
        font-weight: 400;
        margin-top: 10px; }
  #homeIdea {
    background-image: url(../images/home/sp-sect2-bg.jpg);
    background-size: 100% auto;
    background-position: center bottom;
    background-color: #fff;
    background-repeat: no-repeat; }
    #homeIdea .inner {
      width: 90%;
      margin: 0 auto;
      padding: 40px 0; }
      #homeIdea .inner h2 {
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        position: relative;
        line-height: 1;
        padding-bottom: 10px; }
        #homeIdea .inner h2 span {
          display: block;
          font-size: 11px;
          color: #46b39b;
          margin-top: 5px; }
        #homeIdea .inner h2:after {
          content: "";
          display: block;
          width: 30px;
          height: 2px;
          background-color: #46b39b;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
      #homeIdea .inner p {
        margin-top: 1em;
        font-size: 14px;
        margin-bottom: 1em; }
      #homeIdea .inner .btn {
        width: 60%;
        height: 40px;
        margin: 0 auto;
        background-color: #46b39b; }
        #homeIdea .inner .btn a {
          display: block;
          width: 100%;
          height: 100%;
          text-align: center;
          color: #fff;
          font-size: 16px;
          text-decoration: none;
          border: 1px solid #46b39b;
          transition: all .3s;
          position: relative;
          padding-top: 5px; }
          #homeIdea .inner .btn a::after {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            position: absolute;
            right: 10px;
            top: 15px;
            transition: all .3s; }
    #homeIdea .maintenanceContent {
      padding-bottom: 0;
      margin-bottom: 0; }
    #homeIdea .maintenanceBox {
      border: 1px solid #d4d4d4;
      padding: 13px;
      text-align: left;
      width: 100%;
      height: 100%;
      margin: 0 auto; }
      #homeIdea .maintenanceBox p {
        text-align: left; }
      #homeIdea .maintenanceBox .maintenanceTitle {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center; }
      #homeIdea .maintenanceBox .maintenanceText {
        margin: 0; }
        #homeIdea .maintenanceBox .maintenanceText .date {
          display: inline-block;
          margin: 6px 0 6px 0; }
        #homeIdea .maintenanceBox .maintenanceText .notes {
          font-size: 0.87em; }
  #homeProject .projectItem {
    width: 100%;
    min-height: 150px;
    background-position: 50% 50%;
    background-size: cover; }
    #homeProject .projectItem:nth-of-type(1) {
      background-image: url(../images/home/sp-sect3-bg1.jpg); }
    #homeProject .projectItem:nth-of-type(2) {
      background-image: url(../images/home/sp-sect3-bg2.jpg); }
    #homeProject .projectItem:nth-of-type(3) {
      background-image: url(../images/home/sp-sect3-bg3.jpg); }
    #homeProject .projectItem:nth-of-type(4) {
      background-image: url(../images/home/sp-sect3-bg4.jpg); }
    #homeProject .projectItem a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 20px 10px;
      color: #fff;
      text-decoration: none; }
      #homeProject .projectItem a h2 {
        font-size: 20px;
        line-height: 1;
        position: relative;
        padding-bottom: 15px;
        font-weight: 400; }
        #homeProject .projectItem a h2:after {
          content: "";
          width: 40px;
          height: 2px;
          background-color: #46b39b;
          left: 0;
          bottom: 0;
          position: absolute; }
      #homeProject .projectItem a p {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 20px; }
      #homeProject .projectItem a .btn {
        width: 60%;
        height: 40px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        font-size: 14px;
        color: #000;
        background-color: #fff;
        margin-top: 20px;
        position: relative; }
        #homeProject .projectItem a .btn:after {
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          border-top: 2px solid #46b39b;
          border-right: 2px solid #46b39b;
          position: absolute;
          right: 10px;
          top: 15px; }
  #homeAcess {
    background-color: #fff;
    padding: 40px 0; }
    #homeAcess h2 {
      font-size: 20px;
      font-weight: 400;
      text-align: center;
      position: relative;
      line-height: 1;
      padding-bottom: 10px; }
      #homeAcess h2 span {
        display: block;
        font-size: 11px;
        color: #46b39b;
        margin-top: 5px; }
      #homeAcess h2:after {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background-color: #46b39b;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
    #homeAcess #gmaps {
      width: 100%;
      margin: 30px auto 0;
      height: 300px; }
      #homeAcess #gmaps iframe {
        width: 100%;
        height: 300px; }
    #homeAcess .address {
      width: 90%;
      margin: 0 auto;
      font-size: 13px;
      line-height: 1.4;
      padding: 5px 0; }
    #homeAcess .gmapLink {
      width: 60%;
      height: 40px;
      margin: 15px auto 0;
      background-color: #46b39b;
      border: 1px solid #46b39b;
      border-radius: 40px; }
      #homeAcess .gmapLink a {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        transition: all .3s;
        position: relative;
        padding-top: 5px;
        background: url(../images/common/icon-blank.png) no-repeat 90% 50%; }
  /* =============================================================================
particles
========================================================================== */
  .count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .js-count-particles {
    font-size: 1.1em; }
  #stats,
  .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px; }
  #stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden; }
  .count-particles {
    border-radius: 0 0 3px 3px; }
  /* ---- particles.js container ---- */
  #particles-js {
    width: 100%;
    height: 100vh;
    background-color: #f9f9f9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100; } }
  @media screen and (max-width: 800px) and (max-width: 600px) {
    #particles-js {
      height: 330px; } }

@media screen and (max-width: 800px) {
  #secondContents {
    padding-top: 50px;
    background-color: #fff; }
    #secondContents .globalTop #pageName {
      font-size: 24px;
      text-align: center;
      font-weight: 400;
      line-height: 1.3; }
    #secondContents .globalTop p {
      font-size: 14px;
      line-height: 1.5;
      text-align: center;
      margin-top: 20px; }
    #secondContents .secondTop {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      width: 100%;
      padding: 10px 10px 40px; }
      #secondContents .secondTop .bgc {
        width: 100%;
        height: 100%;
        text-align: center; }
      #secondContents .secondTop #pankuzu {
        width: 100%;
        height: 30px;
        align-items: center; }
        #secondContents .secondTop #pankuzu ul {
          list-style: none;
          display: flex;
          flex-wrap: wrap;
          margin: 0 auto; }
          #secondContents .secondTop #pankuzu ul li {
            font-size: 12px;
            line-height: 1; }
            #secondContents .secondTop #pankuzu ul li a {
              color: #000;
              text-decoration: none; }
            #secondContents .secondTop #pankuzu ul li:not(:last-of-type) {
              position: relative;
              padding-right: 20px; }
              #secondContents .secondTop #pankuzu ul li:not(:last-of-type):after {
                content: "";
                display: block;
                width: 6px;
                height: 6px;
                border-top: 1px solid #46b39b;
                border-right: 1px solid #46b39b;
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                position: absolute;
                top: 2px;
                right: 7px; }
      #secondContents .secondTop#contactTop {
        background-image: url(../images/contact/top.jpg); }
      #secondContents .secondTop#solarTop {
        background-image: url(../images/solar/top-bg.jpg); }
        #secondContents .secondTop#solarTop .bgc {
          background-color: rgba(0, 21, 80, 0.3);
          padding: 10px 10px 40px; }
      #secondContents .secondTop#windTop {
        background-image: url(../images/wind/top-bg.jpg); }
        #secondContents .secondTop#windTop .bgc {
          background-color: rgba(0, 46, 130, 0.6);
          padding: 10px 10px 40px; }
      #secondContents .secondTop#biomassTop {
        background-image: url(../images/biomass/top-bg.jpg); }
        #secondContents .secondTop#biomassTop .bgc {
          background-color: rgba(37, 37, 37, 0.6);
          padding: 10px 10px 40px; }
      #secondContents .secondTop#estateTop {
        background-image: url(../images/estate/top-bg.jpg); }
        #secondContents .secondTop#estateTop .bgc {
          background-color: rgba(28, 44, 43, 0.3);
          padding: 10px 10px 40px; }
      #secondContents .secondTop#companyTop {
        background-image: url(../images/company/top-bg.jpg);
        padding: 10px 10px 60px; }
      #secondContents .secondTop#recruitTop {
        background-image: url(../images/company/recruit-top.jpg);
        padding: 10px 10px 60px; }
      #secondContents .secondTop#sitemapTop {
        background-image: url(../images/sitemap/sitemap-top.jpg); }
    #secondContents .mainCatTop {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0; }
      #secondContents .mainCatTop #pankuzu ul li {
        color: #fff; }
        #secondContents .mainCatTop #pankuzu ul li a {
          color: #fff; }
      #secondContents .mainCatTop #pageName {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: 1px solid #fff;
        padding: 5px 15px;
        line-height: 1;
        display: inline;
        width: auto; }
      #secondContents .mainCatTop .h2Style {
        color: #fff;
        margin-top: 20px;
        text-align: center; }
        #secondContents .mainCatTop .h2Style:after {
          background-color: #fff; }
      #secondContents .mainCatTop p {
        font-size: 14px;
        line-height: 1.8;
        color: #fff;
        margin: 20px auto 0;
        width: 90%;
        text-align: left; }
    #secondContents .h2Style {
      text-align: center;
      line-height: 1.3;
      font-weight: 400;
      position: relative;
      font-size: 22px;
      padding-bottom: 20px; }
      #secondContents .h2Style:after {
        height: 1px;
        content: "";
        width: 30px;
        display: block;
        background-color: #46b39b;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
    #secondContents a.ico_blank {
      width: 100%;
      height: 100%;
      text-align: center;
      font-size: 16px;
      transition: all .3s;
      position: relative;
      padding-top: 5px;
      padding-right: 20px; }
      #secondContents a.ico_blank::after {
        content: "";
        position: absolute;
        top: 45%;
        right: 0;
        margin-top: -3px;
        width: 10px;
        height: 8px;
        background: url(../images/common/icon-blank-green.png) no-repeat right 0;
        background-size: 100%; }
  /* ------------------ solar ------------------ */
  #solar1 {
    width: 90%;
    margin: 30px auto 0;
    padding-bottom: 50px; }
    #solar1 #sloarLineUp .lineUpItem {
      margin-top: 20px; }
      #solar1 #sloarLineUp .lineUpItem a {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #cfcfcf;
        text-decoration: none; }
        #solar1 #sloarLineUp .lineUpItem a .img {
          width: 100%;
          height: 100px;
          overflow: hidden;
          position: relative;
          background-color: #000; }
          #solar1 #sloarLineUp .lineUpItem a .img img {
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%);
            opacity: .7;
            transition: all .3s; }
        #solar1 #sloarLineUp .lineUpItem a .txt {
          text-align: center;
          padding: 15px 5px 30px;
          position: relative;
          transition: all .3s; }
          #solar1 #sloarLineUp .lineUpItem a .txt:after {
            content: "";
            display: block;
            width: 10px;
            height: 10px;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            border-right: 2px solid #46b39b;
            border-bottom: 2px solid #46b39b;
            position: absolute;
            left: 50%;
            bottom: 10px;
            -webkit-transform: translateX(-50%) rotate(45deg);
                    transform: translateX(-50%) rotate(45deg); }
          #solar1 #sloarLineUp .lineUpItem a .txt span {
            display: block;
            font-size: 14px;
            line-height: 1.2; }
          #solar1 #sloarLineUp .lineUpItem a .txt h3 {
            font-size: 22px;
            line-height: 1.2;
            font-weight: 400;
            color: #000;
            margin-top: 5px; }
  .solarLineUpDetail {
    padding-bottom: 50px; }
    .solarLineUpDetail:nth-of-type(even) {
      background-color: #f6f6f6; }
    .solarLineUpDetail .detailInner {
      width: 100%;
      margin: 0 auto; }
    .solarLineUpDetail .detailHead h2 {
      background-color: #46b39b;
      color: #fff;
      font-size: 30px;
      line-height: 1;
      padding: 30px 10px;
      text-align: center;
      font-weight: 400; }
      .solarLineUpDetail .detailHead h2 span {
        font-size: 16px;
        display: block;
        padding-bottom: 10px;
        font-weight: 400; }
    .solarLineUpDetail .detailHead .info {
      width: 90%;
      margin: 0 auto;
      padding: 20px 0;
      font-size: 14px;
      line-height: 1.6; }
    .solarLineUpDetail .detailHead .point {
      width: 90%;
      margin: 0 auto; }
      .solarLineUpDetail .detailHead .point .title {
        width: 100%;
        background-color: #fff;
        border: 1px solid #46b39b;
        height: 37px;
        text-align: center;
        background-image: url(../images/solar/icon-point.png);
        background-repeat: no-repeat;
        background-position: 18px 50%;
        color: #46b39b;
        line-height: 37px;
        border-radius: 18px; }
      .solarLineUpDetail .detailHead .point ul {
        list-style: none;
        padding: 10px 10px 0; }
        .solarLineUpDetail .detailHead .point ul li {
          position: relative;
          padding-left: .6em; }
          .solarLineUpDetail .detailHead .point ul li:before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #46b39b;
            position: absolute;
            top: 13px;
            left: 0; }
    .solarLineUpDetail h3 {
      font-size: 20px;
      text-align: center;
      padding: 20px 0;
      color: #46b39b;
      font-weight: 400; }
    .solarLineUpDetail .solarSlide .slideItem {
      margin: 0 10px;
      background-color: #fff; }
      .solarLineUpDetail .solarSlide .slideItem .img {
        width: 100%; }
        .solarLineUpDetail .solarSlide .slideItem .img img {
          width: 100%;
          height: auto; }
      .solarLineUpDetail .solarSlide .slideItem .txt {
        padding: 10px; }
        .solarLineUpDetail .solarSlide .slideItem .txt h4 {
          font-size: 16px;
          line-height: 1.3; }
        .solarLineUpDetail .solarSlide .slideItem .txt p {
          font-size: 14px;
          line-height: 1.5;
          margin-top: 10px; }
    .solarLineUpDetail .solarSlide .slick-prev, .solarLineUpDetail .solarSlide .slick-next {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #fff;
      border: 2px solid #46b39b;
      z-index: 990;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-right: 5px;
      top: calc(50% - 20px); }
      .solarLineUpDetail .solarSlide .slick-prev:before, .solarLineUpDetail .solarSlide .slick-next:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 4px solid #46b39b;
        border-right: 4px solid #46b39b;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    .solarLineUpDetail .solarSlide .slick-next {
      right: 0; }
    .solarLineUpDetail .solarSlide .slick-prev {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
      top: 35.5%;
      left: 0; }
    .solarLineUpDetail .solarSlide .slick-dots {
      bottom: -35px; }
      .solarLineUpDetail .solarSlide .slick-dots li button {
        background-color: #e2e2e2;
        width: 10px;
        height: 10px;
        border-radius: 50%; }
      .solarLineUpDetail .solarSlide .slick-dots li.slick-active button {
        background-color: #46b39b; }
  #sorariko {
    width: 100%;
    background-image: url(../images/solar/sorariko-bg.jpg);
    background-size: cover;
    background-position: 50% 0;
    padding: 40px 0; }
    #sorariko h2 {
      font-size: 18px;
      line-height: 1.5;
      font-weight: 700;
      color: #fff;
      text-align: center;
      position: relative;
      padding-left: 40px;
      width: 90%;
      margin: 0 auto; }
      #sorariko h2:before {
        content: "";
        width: 34px;
        height: 37px;
        background-image: url(../images/solar/icon-hand.png);
        background-size: 34px auto;
        position: absolute;
        top: 0;
        left: 0; }
    #sorariko .img {
      margin: 20px auto 0;
      width: 90%; }
      #sorariko .img img {
        width: 100%;
        height: auto; }
    #sorariko p {
      color: #fff;
      text-align: center;
      margin: 15px auto 0;
      width: 90%;
      font-weight: 700; }
    #sorariko a {
      display: block;
      width: 90%;
      height: 50px;
      background-color: #fff;
      text-align: center;
      line-height: 50px;
      color: #6cbb5a;
      text-decoration: none;
      margin: 20px auto 0;
      border-radius: 37px;
      font-size: 20px;
      background-image: url(../images/common/icon-blank-gray.png);
      background-repeat: no-repeat;
      background-position: 90% 50%;
      transition: all .3s; }
  /* ------------------ wind, biomass ------------------ */
  #hatsudenInfo {
    margin: 30px 0 0;
    padding-bottom: 30px; }
    #hatsudenInfo .img {
      width: 100%;
      margin-top: 15px; }
      #hatsudenInfo .img img {
        width: 100%;
        height: auto; }
    #hatsudenInfo .txt {
      width: 90%;
      margin: 0 auto;
      font-size: 14px;
      line-height: 1.6; }
    #hatsudenInfo p {
      margin-top: 20px; }
  /* contact */
  #contactForTel {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    width: 90%;
    margin: 60px auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee; }
    #contactForTel #telNum {
      font-size: 30px;
      line-height: 1;
      padding-left: 20px;
      background-image: url(../images/contact/icon-tel.png);
      background-size: auto 20px;
      background-repeat: no-repeat;
      background-position: 0 5px;
      font-weight: 400;
      margin-top: 20px; }
      #contactForTel #telNum a {
        color: #000;
        text-decoration: none; }
    #contactForTel .time {
      vertical-align: middle;
      margin-top: 10px; }
      #contactForTel .time .icon {
        display: inline-block;
        background-color: #46b39b;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        border-radius: 3px;
        padding: 3px 5px;
        vertical-align: middle; }
      #contactForTel .time .eng {
        display: inline-block;
        margin-left: 5px;
        font-size: 16px;
        vertical-align: middle; }
  #thanx {
    padding: 50px 0;
    max-width: 90%;
    margin: 0 auto; }
    #thanx h2 {
      text-align: center;
      margin-bottom: 40px; }
    #thanx p {
      text-align: left; }
  #contactForm {
    width: 98%;
    margin: 30px auto 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e8e8e8; }
    #contactForm form {
      display: block;
      margin-top: 20px; }
    #contactForm input, #contactForm select, #contactForm select option, #contactForm textarea, #contactForm label {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
      outline: none; }
    #contactForm input[type=text], #contactForm select, #contactForm textarea {
      border: 1px solid #e8e8e8;
      width: 100%;
      height: 45px;
      padding: 0 10px; }
      #contactForm input[type=text].zip1, #contactForm select.zip1, #contactForm textarea.zip1 {
        width: 30%; }
      #contactForm input[type=text].zip2, #contactForm select.zip2, #contactForm textarea.zip2 {
        width: 40%; }
    #contactForm select {
      width: 100%; }
    #contactForm textarea {
      height: 200px;
      padding: 10px; }
    #contactForm dl {
      margin-top: 2px;
      padding: 10px 5px; }
      #contactForm dl > dt {
        width: 100%;
        line-height: 1.3;
        position: relative;
        padding: 8px;
        background-color: #eee; }
        #contactForm dl > dt .hissu {
          font-size: 12px;
          display: block;
          position: absolute;
          width: 30px;
          height: 20px;
          line-height: 20px;
          text-align: center;
          background-color: #fff;
          color: #46b39b;
          top: 8px;
          right: 5px;
          border-radius: 3px;
          font-weight: 700; }
      #contactForm dl > dd {
        color: #000;
        margin-top: 10px; }
        #contactForm dl > dd.border {
          padding: 5px;
          margin-top: 10px; }
        #contactForm dl > dd .error, #contactForm dl > dd .invalid {
          color: #f00;
          font-size: 14px;
          background-color: rgba(255, 0, 0, 0.4);
          display: none; }
        #contactForm dl > dd label {
          display: inline-block;
          position: relative;
          margin-right: 20px;
          padding-left: 25px;
          color: #000; }
          #contactForm dl > dd label:before {
            width: 16px;
            height: 16px;
            content: "";
            display: block;
            position: absolute;
            background-color: #f6f6f6;
            border: 1px solid #e8e8e8;
            border-radius: 50%;
            left: 0;
            top: 5px; }
          #contactForm dl > dd label:after {
            content: "";
            display: block;
            position: absolute;
            width: 10px;
            height: 10px;
            background-color: #46b39b;
            top: 9px;
            left: 4px;
            border-radius: 50%;
            opacity: 0;
            transition: all .3s; }
          #contactForm dl > dd label.checked:after {
            opacity: 1; }
          #contactForm dl > dd label input[type=radio] {
            display: none; }
        #contactForm dl > dd dl {
          padding: 5px 0; }
          #contactForm dl > dd dl dt {
            width: 100%;
            border: none;
            background-color: transparent;
            color: #46b39b;
            padding: 0; }
          #contactForm dl > dd dl dd input[type=text], #contactForm dl > dd dl dd select {
            width: 100%; }
          #contactForm dl > dd dl dd .dash {
            display: inline-block;
            padding: 0 15px;
            font-size: 20px; }
    #contactForm .ppCheck {
      display: flex;
      justify-content: center;
      margin-top: 30px; }
      #contactForm .ppCheck label {
        display: block;
        position: relative;
        padding-left: 30px; }
        #contactForm .ppCheck label:before {
          content: "";
          display: block;
          width: 16px;
          height: 16px;
          background-color: #f6f6f6;
          border: 1px solid #e8e8e8;
          border-radius: 0;
          position: absolute;
          left: 0;
          top: 5px; }
        #contactForm .ppCheck label:after {
          content: "";
          display: block;
          width: 0;
          background-color: transparent;
          height: 0;
          border-bottom: 4px solid #46b39b;
          border-left: 4px solid #46b39b;
          border-radius: 0;
          -webkit-transform: rotate(-40deg);
                  transform: rotate(-40deg);
          position: absolute;
          top: 10px;
          left: -1px;
          opacity: 0;
          -webkit-transform-origin: top left;
                  transform-origin: top left; }
        #contactForm .ppCheck label.checked:after {
          -webkit-animation: checkAanim .3s forwards;
                  animation: checkAanim .3s forwards; }
  @-webkit-keyframes checkAanim {
    0% {
      opacity: 1; }
    35% {
      opacity: 1;
      height: 10px; }
    100% {
      opacity: 1;
      height: 10px;
      width: 15px; } }
  @keyframes checkAanim {
    0% {
      opacity: 1; }
    35% {
      opacity: 1;
      height: 10px; }
    100% {
      opacity: 1;
      height: 10px;
      width: 15px; } }
        #contactForm .ppCheck label input[type=checkbox] {
          display: none; }
    #contactForm .btns {
      text-align: center;
      margin-top: 30px; }
      #contactForm .btns button {
        background-color: #46b39b;
        border: none;
        color: #fff;
        height: 50px;
        padding: 0 20px;
        border-radius: 5px;
        transition: all .3s; }
        #contactForm .btns button.gray {
          background-color: #ddd;
          color: #000; }
        #contactForm .btns button:hover {
          opacity: .7; }
  .estateCont {
    padding: 0 0 40px;
    background-color: #f6f6f6; }
    .estateCont .inner {
      width: 100%;
      margin: 0 auto; }
      .estateCont .inner .txt h2 {
        background-color: #46b39b;
        color: #fff;
        line-height: 1;
        font-size: 20px;
        font-weight: 400;
        padding: 20px 0;
        text-align: center; }
        .estateCont .inner .txt h2 span {
          display: block;
          font-size: 14px;
          margin-bottom: 10px; }
      .estateCont .inner .txt p {
        font-size: 14px;
        line-height: 2;
        width: 90%;
        margin: 15px auto 0; }
      .estateCont .inner .img {
        width: 90%;
        height: 150px;
        overflow: hidden;
        margin: 15px auto 0; }
        .estateCont .inner .img img {
          width: 100%;
          height: auto; }
    .estateCont:nth-of-type(odd) {
      background-color: #fff; }
  #companyTop.globalTop.secondTop,
  #recruitTop.globalTop.secondTop {
    position: relative; }
    #companyTop.globalTop.secondTop #pankuzu ul li,
    #recruitTop.globalTop.secondTop #pankuzu ul li {
      color: #fff; }
      #companyTop.globalTop.secondTop #pankuzu ul li a,
      #recruitTop.globalTop.secondTop #pankuzu ul li a {
        color: #fff; }
    #companyTop.globalTop.secondTop #pageName,
    #recruitTop.globalTop.secondTop #pageName {
      color: #fff; }
    #companyTop.globalTop.secondTop #catMenu,
    #recruitTop.globalTop.secondTop #catMenu {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
      #companyTop.globalTop.secondTop #catMenu ul,
      #recruitTop.globalTop.secondTop #catMenu ul {
        margin: 0 auto;
        list-style: none;
        display: flex;
        justify-content: center;
        height: 40px; }
        #companyTop.globalTop.secondTop #catMenu ul li,
        #recruitTop.globalTop.secondTop #catMenu ul li {
          padding: 0 3px; }
          #companyTop.globalTop.secondTop #catMenu ul li a,
          #recruitTop.globalTop.secondTop #catMenu ul li a {
            display: block;
            background-color: #fff;
            width: 100%;
            height: 100%;
            border-radius: 5px 5px 0 0;
            line-height: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            color: #000;
            position: relative;
            font-size: 14px;
            padding: 5px 10px 0; }
            #companyTop.globalTop.secondTop #catMenu ul li a:not(.now),
            #recruitTop.globalTop.secondTop #catMenu ul li a:not(.now) {
              box-shadow: 0px -10px 8px -8px rgba(0, 0, 0, 0.2) inset; }
            #companyTop.globalTop.secondTop #catMenu ul li a span,
            #recruitTop.globalTop.secondTop #catMenu ul li a span {
              display: block;
              position: relative;
              padding-bottom: 10px; }
              #companyTop.globalTop.secondTop #catMenu ul li a span:after,
              #recruitTop.globalTop.secondTop #catMenu ul li a span:after {
                content: "";
                display: block;
                width: 100%;
                height: 2px;
                background-color: #46b39b;
                border-radius: 1px;
                position: absolute;
                left: 0;
                bottom: 0;
                transition: all .3s;
                -webkit-transform: scaleX(0);
                        transform: scaleX(0); }
            #companyTop.globalTop.secondTop #catMenu ul li a.now,
            #recruitTop.globalTop.secondTop #catMenu ul li a.now {
              color: #46b39b; }
              #companyTop.globalTop.secondTop #catMenu ul li a.now span:after,
              #recruitTop.globalTop.secondTop #catMenu ul li a.now span:after {
                -webkit-transform: scaleX(1);
                        transform: scaleX(1); }
  #rinen {
    width: 100%;
    background-image: url(../images/company/sp-rinen-bg.jpg);
    background-position: center top;
    background-size: cover;
    padding: 30px 0; }
    #rinen #rinenInner {
      background-color: rgba(255, 255, 255, 0.7);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin: 0 auto;
      width: 90%;
      padding: 30px 20px;
      box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4); }
      #rinen #rinenInner p {
        margin-top: 30px;
        text-align: center;
        font-size: 14px; }
      #rinen #rinenInner #sign {
        text-align: center;
        margin-top: 20px;
        width: 100px; }
        #rinen #rinenInner #sign img {
          width: 100%;
          height: auto; }
  #spec, #recruitCont {
    margin-top: 40px;
    padding-bottom: 40px; }
    #spec .inner, #recruitCont .inner {
      width: 90%;
      margin: 30px auto 0;
      border: 1px solid #46b39b; }
      #spec .inner dl, #recruitCont .inner dl {
        font-size: 14px;
        width: 100%; }
        #spec .inner dl dt, #recruitCont .inner dl dt {
          width: 100%;
          background-color: #46b39b;
          padding: 10px;
          color: #fff; }
        #spec .inner dl dd, #recruitCont .inner dl dd {
          padding: 10px; }
          #spec .inner dl dd ul, #recruitCont .inner dl dd ul {
            list-style: none; }
            #spec .inner dl dd ul li, #recruitCont .inner dl dd ul li {
              position: relative;
              padding-left: .8em; }
              #spec .inner dl dd ul li:before, #recruitCont .inner dl dd ul li:before {
                content: "";
                display: block;
                width: 6px;
                height: 6px;
                background-color: #46b39b;
                border-radius: 50%;
                position: absolute;
                top: 9px;
                left: 0; }
          #spec .inner dl dd .col3, #recruitCont .inner dl dd .col3 {
            display: block; }
            #spec .inner dl dd .col3 p, #recruitCont .inner dl dd .col3 p {
              text-align: left;
              margin: 0; }
    #spec p, #recruitCont p {
      width: 90%;
      margin: 0 auto 20px;
      text-align: right;
      font-size: 14px; }
    #spec .btn, #recruitCont .btn {
      width: 60%;
      height: 40px;
      margin: 0 auto;
      background-color: #46b39b; }
      #spec .btn a, #recruitCont .btn a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        border: 1px solid #46b39b;
        transition: all .3s;
        position: relative;
        padding-top: 5px; }
        #spec .btn a::after, #recruitCont .btn a::after {
          content: "";
          position: absolute;
          top: 45%;
          right: 5%;
          margin-top: -3px;
          width: 10px;
          height: 8px;
          background: url(../images/common/icon-blank.png) no-repeat right 0;
          background-size: 100%; }
  /* -------------- access ---------------- */
  #comAccess {
    margin-top: 40px;
    padding-bottom: 40px; }
    #comAccess .inner {
      width: 100%;
      margin: 0 auto; }
      #comAccess .inner #gmaps iframe {
        height: 300px; }
      #comAccess .inner p {
        font-size: 14px;
        line-height: 2;
        margin: 20px auto 0;
        width: 90%; }
        #comAccess .inner p span {
          font-size: 16px; }
          #comAccess .inner p span.noclick {
            font-size: 14px;
            text-decoration: none;
            color: #000;
            pointer-events: none; }
    #comAccess .gmapLink {
      width: 60%;
      height: 40px;
      margin: 15px auto 0;
      background-color: #46b39b;
      border: 1px solid #46b39b;
      border-radius: 40px; }
      #comAccess .gmapLink a {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        transition: all .3s;
        position: relative;
        padding-top: 5px;
        background: url(../images/common/icon-blank.png) no-repeat 90% 50%; }
    #comAccess .btn {
      width: 90%;
      margin: 20px auto 0;
      display: block; }
      #comAccess .btn div {
        text-align: center;
        background-color: #f6f6f6;
        border: 1px solid #e8e8e8;
        box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.4);
        margin-bottom: 15px; }
        #comAccess .btn div a {
          display: block;
          padding: 25px;
          color: #000;
          text-decoration: none;
          transition: all .3s;
          position: relative; }
          #comAccess .btn div a.print span {
            display: inline-block;
            width: 24px;
            height: 25px;
            background: url(../images/company/ico_print.png) no-repeat 0 0;
            margin-right: 10px;
            vertical-align: bottom; }
          #comAccess .btn div a.print::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 5%;
            margin-top: -3px;
            width: 8px;
            height: 8px;
            border-right: 1px solid #52b7a1;
            border-bottom: 1px solid #52b7a1;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            border-width: 2px; }
          #comAccess .btn div a.map span {
            display: inline-block;
            width: 28px;
            height: 25px;
            background: url(../images/company/ico_map.png) no-repeat 0 0;
            margin-right: 10px;
            vertical-align: bottom; }
          #comAccess .btn div a.map::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 5%;
            margin-top: -3px;
            width: 10px;
            height: 8px;
            background: url(../images/common/icon-blank-green.png) no-repeat right 0;
            background-size: 100%; }
  #sitemapTop.globalTop.secondTop {
    position: relative; }
    #sitemapTop.globalTop.secondTop #pankuzu ul li {
      color: #000; }
      #sitemapTop.globalTop.secondTop #pankuzu ul li a {
        color: #000; }
    #sitemapTop.globalTop.secondTop #pageName {
      color: #000; }
  #sitemapCont {
    margin-top: 40px;
    margin-bottom: 40px; }
    #sitemapCont .inner {
      max-width: 1200px;
      width: 90%;
      margin: 0 auto;
      overflow: hidden; }
      #sitemapCont .inner ul.sitemap {
        list-style: none;
        float: left;
        width: 100%;
        height: auto;
        margin-right: 20px; }
        #sitemapCont .inner ul.sitemap:nth-child(2n) {
          margin-right: 0; }
        #sitemapCont .inner ul.sitemap li {
          color: #52b7a1;
          height: 70px;
          font-size: 20px;
          border: 1px solid #e8e8e8;
          box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.4);
          margin-bottom: 12px;
          background-color: #f6f6f6;
          position: relative; }
          #sitemapCont .inner ul.sitemap li::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 5%;
            margin-top: -3px;
            width: 8px;
            height: 8px;
            border-right: 1px solid #52b7a1;
            border-bottom: 1px solid #52b7a1;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            border-width: 2px; }
          #sitemapCont .inner ul.sitemap li a {
            display: block;
            padding: 15px 35px;
            text-decoration: none;
            transition: all .3s; }
            #sitemapCont .inner ul.sitemap li a:hover {
              opacity: .7; }
          #sitemapCont .inner ul.sitemap li.listL {
            color: #000;
            height: 175px;
            padding: 30px 35px; }
            #sitemapCont .inner ul.sitemap li.listL::after {
              content: none; }
            #sitemapCont .inner ul.sitemap li.listL span {
              display: block; }
            #sitemapCont .inner ul.sitemap li.listL ul {
              color: #52b7a1;
              list-style: none; }
              #sitemapCont .inner ul.sitemap li.listL ul li {
                display: inline-block;
                font-size: 16px;
                height: auto;
                border: none;
                box-shadow: none;
                background-color: transparent;
                margin-bottom: 0; }
                #sitemapCont .inner ul.sitemap li.listL ul li::after {
                  content: none; }
                #sitemapCont .inner ul.sitemap li.listL ul li a {
                  display: inline-block;
                  padding: 0 10px 10px;
                  transition: none;
                  padding-right: 30px;
                  position: relative; }
                  #sitemapCont .inner ul.sitemap li.listL ul li a:hover {
                    text-decoration: underline; }
                  #sitemapCont .inner ul.sitemap li.listL ul li a::after {
                    content: "";
                    position: absolute;
                    top: 30%;
                    right: 5%;
                    margin-top: -3px;
                    width: 8px;
                    height: 8px;
                    border-right: 1px solid #52b7a1;
                    border-bottom: 1px solid #52b7a1;
                    -webkit-transform: rotate(-45deg);
                            transform: rotate(-45deg);
                    border-width: 2px; }
    #sitemapCont div.section {
      margin-bottom: 10px; }
    #sitemapCont h2.privacy {
      font-size: 20px;
      margin-bottom: 20px; }
    #sitemapCont p {
      margin-bottom: 20px; }
  /* use Slick */
  /* Slider */
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .slick-list:focus {
      outline: none; }
    .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .slick-track:before, .slick-track:after {
      content: "";
      display: table; }
    .slick-track:after {
      clear: both; }
    .slick-loading .slick-track {
      visibility: hidden; }
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
    [dir="rtl"] .slick-slide {
      float: right; }
    .slick-slide img {
      display: block; }
    .slick-slide.slick-loading img {
      display: none; }
    .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .slick-slide {
      display: block; }
    .slick-loading .slick-slide {
      visibility: hidden; }
    .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  .slick-arrow.slick-hidden {
    display: none; }
  /*
$slick-font-path: "./fonts/" !default;
$slick-font-family: "slick" !default;
$slick-loader-path: "./" !default;
$slick-arrow-color: white !default;
$slick-dot-color: black !default;
$slick-dot-color-active: $slick-dot-color !default;
$slick-prev-character: "\2190" !default;
$slick-next-character: "\2192" !default;
$slick-dot-character: "\2022" !default;
*/
  /*
@function slick-image-url($url) {
	@if function-exists(image-url) {
			@return image-url($url);
	}
	@else {
			@return url($slick-loader-path + $url);
	}
}

@function slick-font-url($url) {
	@if function-exists(font-url) {
			@return font-url($url);
	}
	@else {
			@return url($slick-font-path + $url);
	}
}
*/
  /* Slider

.slick-list {
	.slick-loading & {
			background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
	}
}
*/
  /* Icons 
@if $slick-font-family == "slick" {
	@font-face {
			font-family: "slick";
			src: slick-font-url("slick.eot");
			src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
			font-weight: normal;
			font-style: normal;
	}
}
*/
  /* Arrows */
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
      outline: none;
      background: transparent;
      color: transparent; }
      .slick-prev:hover:before, .slick-prev:focus:before,
      .slick-next:hover:before,
      .slick-next:focus:before {
        opacity: 1; }
    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
      opacity: 0.25; }
    .slick-prev:before,
    .slick-next:before {
      font-size: 20px;
      line-height: 1;
      opacity: 0.75;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .slick-prev {
    left: -25px; }
    [dir="rtl"] .slick-prev {
      left: auto;
      right: -25px; }
  .slick-next {
    right: -25px; }
    [dir="rtl"] .slick-next {
      left: -25px;
      right: auto; }
  /* Dots */
  .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
    .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer; }
        .slick-dots li button:hover, .slick-dots li button:focus {
          outline: none; }
          .slick-dots li button:hover:before, .slick-dots li button:focus:before {
            opacity: 1; }
        .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          font-size: 6px;
          line-height: 20px;
          text-align: center;
          opacity: 0.25;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .slick-dots li.slick-active button:before {
        opacity: 0.75; }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important; } }

@media screen and (min-width: 800px) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #000; }
  a {
    color: #46b39b; }
  footer {
    background-color: #46b39b;
    width: 100%; }
  /* import */
  #homeAcess {
    background-color: #fff; }
  /* =============================================================================
particles
========================================================================== */
  .count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .js-count-particles {
    font-size: 1.1em; }
  #stats,
  .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px; }
  #stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden; }
  .count-particles {
    border-radius: 0 0 3px 3px; }
  /* ---- particles.js container ---- */
  #particles-js {
    width: 100%;
    height: 100vh;
    background-color: #f9f9f9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100; } }
  @media screen and (min-width: 800px) and (max-width: 600px) {
    #particles-js {
      height: 330px; } }

@media screen and (min-width: 800px) {
  #secondContents .h2Style {
    text-align: center;
    line-height: 1.3;
    font-weight: 400;
    position: relative; }
    #secondContents .h2Style:after {
      height: 1px;
      content: "";
      width: 30px;
      display: block;
      background-color: #46b39b;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  /* ------------------ solar ------------------ */
  /* ------------------ wind, biomass ------------------ */
  /* contact */
  #thanx {
    padding: 50px 0;
    max-width: 90%;
    margin: 0 auto; }
    #thanx h2 {
      text-align: center;
      margin-bottom: 40px; }
    #thanx p {
      text-align: left; }
  #companyTop.globalTop.secondTop,
  #recruitTop.globalTop.secondTop {
    position: relative; }
    #companyTop.globalTop.secondTop #pankuzu ul li,
    #recruitTop.globalTop.secondTop #pankuzu ul li {
      color: #fff; }
      #companyTop.globalTop.secondTop #pankuzu ul li a,
      #recruitTop.globalTop.secondTop #pankuzu ul li a {
        color: #fff; }
    #companyTop.globalTop.secondTop #pageName,
    #recruitTop.globalTop.secondTop #pageName {
      color: #fff; }
  /* -------------- access ---------------- */
  #sitemapTop.globalTop.secondTop {
    position: relative; }
    #sitemapTop.globalTop.secondTop #pankuzu ul li {
      color: #000; }
      #sitemapTop.globalTop.secondTop #pankuzu ul li a {
        color: #000; }
    #sitemapTop.globalTop.secondTop #pageName {
      color: #000; }
  /* use Slick */
  /* Slider */
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .slick-list:focus {
      outline: none; }
    .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .slick-track:before, .slick-track:after {
      content: "";
      display: table; }
    .slick-track:after {
      clear: both; }
    .slick-loading .slick-track {
      visibility: hidden; }
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
    [dir="rtl"] .slick-slide {
      float: right; }
    .slick-slide img {
      display: block; }
    .slick-slide.slick-loading img {
      display: none; }
    .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .slick-slide {
      display: block; }
    .slick-loading .slick-slide {
      visibility: hidden; }
    .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  .slick-arrow.slick-hidden {
    display: none; }
  /*
$slick-font-path: "./fonts/" !default;
$slick-font-family: "slick" !default;
$slick-loader-path: "./" !default;
$slick-arrow-color: white !default;
$slick-dot-color: black !default;
$slick-dot-color-active: $slick-dot-color !default;
$slick-prev-character: "\2190" !default;
$slick-next-character: "\2192" !default;
$slick-dot-character: "\2022" !default;
*/
  /*
@function slick-image-url($url) {
	@if function-exists(image-url) {
			@return image-url($url);
	}
	@else {
			@return url($slick-loader-path + $url);
	}
}

@function slick-font-url($url) {
	@if function-exists(font-url) {
			@return font-url($url);
	}
	@else {
			@return url($slick-font-path + $url);
	}
}
*/
  /* Slider

.slick-list {
	.slick-loading & {
			background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
	}
}
*/
  /* Icons 
@if $slick-font-family == "slick" {
	@font-face {
			font-family: "slick";
			src: slick-font-url("slick.eot");
			src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
			font-weight: normal;
			font-style: normal;
	}
}
*/
  /* Arrows */
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
      outline: none;
      background: transparent;
      color: transparent; }
      .slick-prev:hover:before, .slick-prev:focus:before,
      .slick-next:hover:before,
      .slick-next:focus:before {
        opacity: 1; }
    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
      opacity: 0.25; }
    .slick-prev:before,
    .slick-next:before {
      font-size: 20px;
      line-height: 1;
      opacity: 0.75;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .slick-prev {
    left: -25px; }
    [dir="rtl"] .slick-prev {
      left: auto;
      right: -25px; }
  .slick-next {
    right: -25px; }
    [dir="rtl"] .slick-next {
      left: -25px;
      right: auto; }
  /* Dots */
  .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
    .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer; }
        .slick-dots li button:hover, .slick-dots li button:focus {
          outline: none; }
          .slick-dots li button:hover:before, .slick-dots li button:focus:before {
            opacity: 1; }
        .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          font-size: 6px;
          line-height: 20px;
          text-align: center;
          opacity: 0.25;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .slick-dots li.slick-active button:before {
        opacity: 0.75; }
  /* ココから下には記入禁止 */ }

@media print, screen and (min-width: 801px) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    min-width: 1200px; }
  a {
    color: #46b39b; }
  header {
    min-width: 1200px;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .4s;
    transition-delay: .4s;
    background-color: rgba(255, 255, 255, 0.95); }
    header.active {
      top: 0; }
    header.hide {
      top: -100px; }
    header.bg {
      background-color: rgba(255, 255, 255, 0.95); }
    header #headInner {
      max-width: 1200px;
      width: 90%;
      height: 100px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header #headInner #siteName {
        width: 228px;
        line-height: 1; }
        header #headInner #siteName a {
          transition: all .3s; }
        header #headInner #siteName img {
          width: 100%;
          height: auto; }
      header #headInner nav#headNav #globalMenu {
        display: flex;
        list-style: none;
        font-size: 16px;
        line-height: 1; }
        header #headInner nav#headNav #globalMenu > li {
          margin-left: 1em; }
          header #headInner nav#headNav #globalMenu > li > a {
            display: flex;
            justify-content: center;
            align-items: center;
            color: #000;
            text-decoration: none;
            height: 40px;
            transition: all .3s; }
            header #headInner nav#headNav #globalMenu > li > a:hover, header #headInner nav#headNav #globalMenu > li > a.now {
              color: #46b39b;
              border-bottom: 1px solid #46b39b; }
          header #headInner nav#headNav #globalMenu > li.contact a {
            background-color: #46b39b;
            color: #fff;
            font-size: 14px;
            width: 150px; }
            header #headInner nav#headNav #globalMenu > li.contact a:hover {
              font-weight: 400;
              opacity: .7; }
          header #headInner nav#headNav #globalMenu > li .sub {
            display: none; }
  footer {
    background-color: #46b39b;
    width: 100%;
    position: relative; }
    footer #footerInner {
      max-width: 1200px;
      width: 90%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 50px 0 20px; }
      footer #footerInner .footMenu {
        display: flex;
        flex-wrap: wrap;
        max-width: 50%; }
        footer #footerInner .footMenu ul {
          list-style: none;
          font-size: 14px;
          margin-right: 20px; }
          footer #footerInner .footMenu ul li a {
            color: #fff;
            text-decoration: none;
            white-space: nowrap; }
            footer #footerInner .footMenu ul li a:hover {
              text-decoration: underline; }
          footer #footerInner .footMenu ul li ul {
            padding-left: 1em; }
            footer #footerInner .footMenu ul li ul a:before {
              content: "- ";
              font-size: .8em; }
      footer #footerInner .banner {
        max-width: 50%; }
        footer #footerInner .banner ul {
          list-style: none;
          display: flex;
          justify-content: flex-end;
          flex-wrap: wrap; }
          footer #footerInner .banner ul li {
            width: 48%;
            margin-bottom: 15px; }
            footer #footerInner .banner ul li a {
              display: block;
              text-decoration: none; }
              footer #footerInner .banner ul li a img {
                display: block;
                line-height: 1;
                width: 100%;
                height: auto; }
              footer #footerInner .banner ul li a span {
                display: inline-block;
                font-size: 14px;
                background-image: url(../images/common/icon-blank.png);
                background-repeat: no-repeat;
                background-position: right 11px;
                padding-right: 15px;
                color: #fff;
                padding-top: 5px; }
      footer #footerInner .under {
        width: 100%;
        border-top: 1px solid #60c8b1;
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        padding-top: 30px; }
        footer #footerInner .under .footLogo {
          width: 228px;
          order: 0; }
          footer #footerInner .under .footLogo img {
            width: 100%;
            height: auto; }
        footer #footerInner .under .bottomMenu {
          order: 1; }
          footer #footerInner .under .bottomMenu ul {
            list-style: none; }
            footer #footerInner .under .bottomMenu ul li {
              display: inline-block;
              margin-left: 20px; }
              footer #footerInner .under .bottomMenu ul li a {
                color: #fff;
                text-decoration: none;
                font-size: 14px;
                line-height: 1; }
                footer #footerInner .under .bottomMenu ul li a:hover {
                  text-decoration: underline; }
      footer #footerInner .copy {
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: #fff;
        line-height: 1;
        margin-top: 40px; }
    footer #pageTop {
      width: 44px;
      height: 44px;
      background-color: #fff;
      border-radius: 50%;
      position: absolute;
      top: -22px;
      left: 0;
      right: 0;
      margin: 0 auto;
      cursor: pointer;
      overflow: hidden;
      z-index: 5; }
      footer #pageTop:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-left: 2px solid #46b39b;
        border-top: 2px solid #46b39b;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 18px;
        left: 16px;
        z-index: 5;
        transition: all .3s; }
      footer #pageTop:before {
        content: "";
        display: block;
        width: 46px;
        height: 46px;
        background-color: #46b39b;
        border-radius: 50%;
        position: absolute;
        z-index: 0;
        top: 45px;
        left: -1px;
        transition: all .3s; }
      footer #pageTop:hover:after {
        border-color: #fff; }
      footer #pageTop:hover:before {
        top: -1px; }
  .bodyTxt h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 2em;
    border-bottom: 2px solid #666;
    position: relative; }
    .bodyTxt h3:before {
      content: "";
      display: block;
      width: 120px;
      height: 4px;
      background-color: #46b39b;
      position: absolute;
      left: 0;
      bottom: -3px; }
  .bodyTxt h4 {
    font-size: 16px;
    font-weight: 700;
    background-color: rgba(70, 179, 155, 0.5);
    color: #333;
    padding: 5px 10px;
    margin-top: 30px; }
  .bodyTxt p {
    margin: 1.5em 0 0; }
    .bodyTxt p .sup {
      font-size: .6em;
      vertical-align: top; }
    .bodyTxt p.memo {
      border: 1px solid #46b39b;
      padding: 1em;
      display: block;
      font-size: 14px !important;
      line-height: 1.6; }
  /* import */
  #homeTopView {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    #homeTopView #read {
      text-align: center; }
      #homeTopView #read h2 {
        color: #46b39b;
        font-size: 51px;
        line-height: 1.5;
        font-weight: 400; }
        #homeTopView #read h2 span {
          color: transparent; }
          #homeTopView #read h2 span.active {
            -webkit-animation: blur 7s ease-out forwards;
                    animation: blur 7s ease-out forwards; }
  @-webkit-keyframes blur {
    0% {
      text-shadow: 0 0 100px #46b39b;
      opacity: 0; }
    5% {
      text-shadow: 0 0 90px #46b39b; }
    15% {
      opacity: 1; }
    20% {
      text-shadow: 0 0 0px #46b39b; }
    80%, 100% {
      text-shadow: 0 0 0px #46b39b;
      color: #46b39b; } }
  @keyframes blur {
    0% {
      text-shadow: 0 0 100px #46b39b;
      opacity: 0; }
    5% {
      text-shadow: 0 0 90px #46b39b; }
    15% {
      opacity: 1; }
    20% {
      text-shadow: 0 0 0px #46b39b; }
    80%, 100% {
      text-shadow: 0 0 0px #46b39b;
      color: #46b39b; } }
      #homeTopView #read h3 {
        font-size: 24px;
        line-height: 1;
        font-weight: 400;
        margin-top: 20px;
        transition: all 2s;
        opacity: 0; }
        #homeTopView #read h3.active {
          opacity: 1; }
    #homeTopView #sclBtn {
      width: 54px;
      height: 70px;
      position: absolute;
      bottom: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      cursor: pointer;
      -webkit-animation: sclBtn infinite 3s;
              animation: sclBtn infinite 3s; }
  @-webkit-keyframes sclBtn {
    70% {
      bottom: 15px; } }
  @keyframes sclBtn {
    70% {
      bottom: 15px; } }
      #homeTopView #sclBtn span {
        display: block;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 2px solid #46b39b;
        margin: 0 auto;
        position: relative; }
        #homeTopView #sclBtn span:after {
          content: "";
          display: block;
          width: 15px;
          height: 15px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          border-right: 2px solid #46b39b;
          border-bottom: 2px solid #46b39b;
          margin: 0 auto;
          position: absolute;
          left: 0;
          right: 0;
          top: 8px; }
      #homeTopView #sclBtn p {
        line-height: 1;
        font-size: 13px;
        color: #ccc base;
        text-align: center;
        color: #46b39b;
        margin-top: 5px; }
  #homeIdea {
    background-image: url(../images/home/sect2-bg.jpg);
    width: 100%;
    min-height: 825px;
    background-color: #fff;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 65px;
    padding-bottom: 65px; }
    #homeIdea h2 {
      font-size: 40px;
      font-weight: 400;
      text-align: center;
      position: relative;
      padding-bottom: 20px; }
      #homeIdea h2 span {
        display: block;
        font-size: 14px;
        color: #46b39b; }
      #homeIdea h2:after {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background-color: #46b39b;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
    #homeIdea p {
      margin-top: 40px;
      margin-bottom: 40px;
      text-align: center;
      line-height: 2.2; }
    #homeIdea .btn {
      display: block;
      text-align: center; }
      #homeIdea .btn a {
        display: inline-block;
        width: 280px;
        padding: 10px;
        background-color: #46b39b;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        border: 1px solid #46b39b;
        transition: all .3s;
        position: relative; }
        #homeIdea .btn a::after {
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          position: absolute;
          right: 10px;
          top: 20px;
          transition: all .3s; }
        #homeIdea .btn a:hover {
          background-color: #fff;
          color: #46b39b; }
          #homeIdea .btn a:hover::after {
            border-top: 2px solid #46b39b;
            border-right: 2px solid #46b39b; }
    #homeIdea .maintenanceBox {
      border: 1px solid #d4d4d4;
      padding: 20px;
      text-align: left;
      max-width: 920px;
      height: 100%;
      margin: 0 auto 24px auto; }
      #homeIdea .maintenanceBox p {
        text-align: left; }
      #homeIdea .maintenanceBox .maintenanceTitle {
        font-size: 17px;
        font-weight: bold;
        margin: 0; }
      #homeIdea .maintenanceBox .maintenanceText {
        margin: 0;
        margin-top: 6px;
        line-height: 1.8; }
        #homeIdea .maintenanceBox .maintenanceText .date {
          display: inline-block;
          margin: 8px 0 8px 0; }
        #homeIdea .maintenanceBox .maintenanceText .notes {
          font-size: 0.87em; }
  #homeProject {
    display: flex;
    flex-wrap: wrap; }
    #homeProject .projectItem {
      width: calc(100% / 3);
      height: 350px;
      background-position: 50% 50%;
      background-size: cover; }
      #homeProject .projectItem:nth-of-type(1) {
        width: 100%;
        height: 400px;
        background-image: url(../images/home/sect3-bg1.jpg); }
        #homeProject .projectItem:nth-of-type(1) .hrefInner {
          max-width: 1200px;
          width: 100%;
          margin: 0 auto; }
      #homeProject .projectItem:nth-of-type(2) {
        background-image: url(../images/home/sect3-bg2.jpg); }
      #homeProject .projectItem:nth-of-type(3) {
        background-image: url(../images/home/sect3-bg3.jpg); }
      #homeProject .projectItem:nth-of-type(4) {
        background-image: url(../images/home/sect3-bg4.jpg); }
      #homeProject .projectItem a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 40px 0 0 40px;
        color: #fff;
        text-decoration: none;
        position: relative;
        overflow: hidden;
        z-index: 5; }
        #homeProject .projectItem a:after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          transition: all .3s; }
        #homeProject .projectItem a:hover:after {
          opacity: 0; }
        #homeProject .projectItem a:hover h2:after {
          width: 100%; }
        #homeProject .projectItem a:hover .btn {
          background-color: #46b39b;
          color: #fff; }
          #homeProject .projectItem a:hover .btn:after {
            border-color: #fff;
            -webkit-animation: arw .5s;
                    animation: arw .5s; }
  @-webkit-keyframes arw {
    20% {
      right: 5px; } }
  @keyframes arw {
    20% {
      right: 5px; } }
        #homeProject .projectItem a h2 {
          font-size: 36px;
          line-height: 1;
          position: relative;
          padding-bottom: 20px;
          font-weight: 400;
          display: table; }
          #homeProject .projectItem a h2:after {
            content: "";
            width: 50px;
            height: 2px;
            background-color: #46b39b;
            left: 0;
            bottom: 0;
            position: absolute;
            transition: all .3s; }
        #homeProject .projectItem a p {
          font-size: 14px;
          line-height: 1.5;
          margin-top: 30px; }
        #homeProject .projectItem a .btn {
          width: 150px;
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center;
          line-height: 1;
          font-size: 14px;
          color: #000;
          background-color: #fff;
          margin-top: 20px;
          position: relative;
          transition: all .3s; }
          #homeProject .projectItem a .btn:after {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            border-top: 2px solid #46b39b;
            border-right: 2px solid #46b39b;
            position: absolute;
            right: 10px;
            top: 15px;
            transition: all .3s; }
  #homeAcess {
    background-color: #fff;
    padding: 80px 0; }
    #homeAcess h2 {
      font-size: 40px;
      font-weight: 400;
      text-align: center;
      position: relative;
      padding-bottom: 20px; }
      #homeAcess h2 span {
        display: block;
        font-size: 14px;
        color: #46b39b; }
      #homeAcess h2:after {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background-color: #46b39b;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
    #homeAcess a {
      pointer-events: none;
      text-decoration: none;
      color: #000; }
    #homeAcess #gmaps {
      max-width: 1200px;
      width: 90%;
      margin: 40px auto 0;
      height: 450px; }
      #homeAcess #gmaps iframe {
        width: 100%;
        height: 450px; }
    #homeAcess .address {
      max-width: 1200px;
      width: 90%;
      margin: 0 auto;
      font-size: 14px;
      line-height: 1;
      padding: 15px 0; }
    #homeAcess .gmapLink {
      max-width: 1200px;
      width: 90%;
      margin: 0 auto;
      font-size: 14px;
      line-height: 1;
      padding: 5px 0;
      position: relative; }
      #homeAcess .gmapLink a {
        pointer-events: all;
        position: absolute;
        right: 15px;
        top: -30px;
        background: url(../images/common/icon-blank-gray.png) no-repeat right 0;
        padding-right: 15px;
        color: #000;
        text-decoration: underline; }
        #homeAcess .gmapLink a:hover {
          text-decoration: none; }
  /* =============================================================================
particles
========================================================================== */
  .count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .js-count-particles {
    font-size: 1.1em; }
  #stats,
  .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px; }
  #stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden; }
  .count-particles {
    border-radius: 0 0 3px 3px; }
  /* ---- particles.js container ---- */
  #particles-js {
    width: 100%;
    height: 100vh;
    background-color: #f9f9f9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100; } }
  @media screen and (min-width: 801px) and (max-width: 600px) {
    #particles-js {
      height: 330px; } }

@media print, screen and (min-width: 801px) {
  #secondContents {
    padding-top: 100px;
    background-color: #fff; }
    #secondContents .globalTop {
      height: 380px; }
      #secondContents .globalTop #pageName {
        font-size: 40px;
        text-align: center;
        font-weight: 400;
        padding-top: 85px;
        line-height: 1; }
      #secondContents .globalTop p {
        font-size: 16px;
        line-height: 2;
        text-align: center;
        margin-top: 30px; }
    #secondContents .secondTop {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      width: 100%; }
      #secondContents .secondTop .bgc {
        width: 100%;
        height: 100%;
        text-align: center; }
      #secondContents .secondTop #pankuzu {
        width: 100%;
        height: 75px;
        display: flex;
        align-items: center; }
        #secondContents .secondTop #pankuzu ul {
          list-style: none;
          display: flex;
          max-width: 1200px;
          width: 90%;
          margin: 0 auto; }
          #secondContents .secondTop #pankuzu ul li {
            font-size: 14px;
            line-height: 1; }
            #secondContents .secondTop #pankuzu ul li a {
              color: #000;
              text-decoration: none; }
              #secondContents .secondTop #pankuzu ul li a:hover {
                text-decoration: underline; }
            #secondContents .secondTop #pankuzu ul li:not(:last-of-type) {
              position: relative;
              padding-right: 20px; }
              #secondContents .secondTop #pankuzu ul li:not(:last-of-type):after {
                content: "";
                display: block;
                width: 6px;
                height: 6px;
                border-top: 1px solid #b8b8b8;
                border-right: 1px solid #b8b8b8;
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                position: absolute;
                top: 3px;
                right: 7px; }
      #secondContents .secondTop#contactTop {
        background-image: url(../images/contact/top.jpg); }
      #secondContents .secondTop#solarTop {
        background-image: url(../images/solar/top-bg.jpg); }
      #secondContents .secondTop#windTop {
        background-image: url(../images/wind/top-bg.jpg); }
      #secondContents .secondTop#biomassTop {
        background-image: url(../images/biomass/top-bg.jpg); }
      #secondContents .secondTop#estateTop {
        background-image: url(../images/estate/top-bg.jpg); }
      #secondContents .secondTop#companyTop {
        background-image: url(../images/company/top-bg.jpg); }
      #secondContents .secondTop#recruitTop {
        background-image: url(../images/company/recruit-top.jpg); }
      #secondContents .secondTop#sitemapTop {
        background-image: url(../images/sitemap/sitemap-top.jpg); }
    #secondContents .mainCatTop {
      height: 620px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #secondContents .mainCatTop #pankuzu ul li {
        color: #fff; }
        #secondContents .mainCatTop #pankuzu ul li a {
          color: #fff; }
      #secondContents .mainCatTop #pageName {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        border: 1px solid #fff;
        padding: 15px 40px;
        line-height: 1;
        display: inline;
        width: auto; }
      #secondContents .mainCatTop .h2Style {
        color: #fff;
        margin-top: 40px;
        text-align: center; }
        #secondContents .mainCatTop .h2Style:after {
          background-color: #fff; }
      #secondContents .mainCatTop p {
        font-size: 16px;
        line-height: 1.8;
        color: #fff;
        text-align: center;
        margin-top: 40px; }
    #secondContents .h2Style {
      text-align: center;
      line-height: 1.3;
      font-weight: 400;
      position: relative;
      font-size: 32px;
      padding-bottom: 30px; }
      #secondContents .h2Style:after {
        height: 1px;
        content: "";
        width: 30px;
        display: block;
        background-color: #46b39b;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
    #secondContents a.ico_blank {
      width: 100%;
      height: 100%;
      text-align: center;
      font-size: 16px;
      transition: all .3s;
      position: relative;
      padding-top: 5px;
      padding-right: 20px; }
      #secondContents a.ico_blank::after {
        content: "";
        position: absolute;
        top: 45%;
        right: 0;
        margin-top: -3px;
        width: 10px;
        height: 8px;
        background: url(../images/common/icon-blank-gray.png) no-repeat right 0;
        background-size: 100%; }
  /* ------------------ solar ------------------ */
  #solar1 {
    max-width: 1200px;
    width: 90%;
    margin: 60px auto 0;
    padding-bottom: 50px; }
    #solar1 #sloarLineUp {
      display: flex;
      justify-content: space-between;
      margin-top: 40px; }
      #solar1 #sloarLineUp .lineUpItem {
        width: 32.5%; }
        #solar1 #sloarLineUp .lineUpItem a {
          display: block;
          width: 100%;
          height: 100%;
          border: 1px solid #cfcfcf;
          text-decoration: none; }
          #solar1 #sloarLineUp .lineUpItem a .img {
            width: 100%;
            height: 210px;
            overflow: hidden;
            position: relative;
            background-color: #000; }
            #solar1 #sloarLineUp .lineUpItem a .img img {
              min-width: 100%;
              min-height: 100%;
              width: auto;
              height: auto;
              display: block;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translateX(-50%) translateY(-50%);
                      transform: translateX(-50%) translateY(-50%);
              opacity: .7;
              transition: all .3s; }
          #solar1 #sloarLineUp .lineUpItem a .txt {
            text-align: center;
            padding: 15px 5px 30px;
            position: relative;
            transition: all .3s; }
            #solar1 #sloarLineUp .lineUpItem a .txt:after {
              content: "";
              display: block;
              width: 10px;
              height: 10px;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg);
              border-right: 2px solid #46b39b;
              border-bottom: 2px solid #46b39b;
              position: absolute;
              left: 50%;
              bottom: 10px;
              -webkit-transform: translateX(-50%) rotate(45deg);
                      transform: translateX(-50%) rotate(45deg); }
            #solar1 #sloarLineUp .lineUpItem a .txt span {
              display: block;
              font-size: 14px;
              line-height: 1.2; }
            #solar1 #sloarLineUp .lineUpItem a .txt h3 {
              font-size: 22px;
              line-height: 1.2;
              font-weight: 400;
              color: #000;
              margin-top: 5px; }
          #solar1 #sloarLineUp .lineUpItem a:hover .img img {
            -webkit-transform: scale(1.1) translateX(-50%) translateY(-50%);
                    transform: scale(1.1) translateX(-50%) translateY(-50%);
            opacity: 1; }
          #solar1 #sloarLineUp .lineUpItem a:hover .txt {
            background-color: #46b39b; }
            #solar1 #sloarLineUp .lineUpItem a:hover .txt span, #solar1 #sloarLineUp .lineUpItem a:hover .txt h3 {
              color: #fff; }
            #solar1 #sloarLineUp .lineUpItem a:hover .txt:after {
              border-color: #fff;
              -webkit-animation: arrowAnim 2s infinite;
                      animation: arrowAnim 2s infinite; }
  @-webkit-keyframes arrowAnim {
    30% {
      bottom: 3px; }
    60%, 100% {
      bottom: 10px; } }
  @keyframes arrowAnim {
    30% {
      bottom: 3px; }
    60%, 100% {
      bottom: 10px; } }
  .solarLineUpDetail {
    padding: 50px 0; }
    .solarLineUpDetail:nth-of-type(even) {
      background-color: #f6f6f6; }
    .solarLineUpDetail .detailInner {
      max-width: 1200px;
      width: 90%;
      margin: 0 auto; }
    .solarLineUpDetail .detailHead {
      display: flex;
      min-height: 240px;
      align-items: center; }
      .solarLineUpDetail .detailHead h2 {
        width: 380px;
        background-color: #46b39b;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
        font-size: 36px;
        line-height: 1;
        min-height: 240px;
        font-weight: 400; }
        .solarLineUpDetail .detailHead h2 span {
          font-size: 16px;
          display: block;
          padding-bottom: 10px; }
      .solarLineUpDetail .detailHead .info {
        flex: 1;
        padding: 0 30px; }
      .solarLineUpDetail .detailHead .point {
        width: 352px; }
        .solarLineUpDetail .detailHead .point .title {
          width: 352px;
          background-color: #fff;
          border: 1px solid #46b39b;
          height: 37px;
          text-align: center;
          background-image: url(../images/solar/icon-point.png);
          background-repeat: no-repeat;
          background-position: 18px 50%;
          color: #46b39b;
          line-height: 37px;
          border-radius: 18px; }
        .solarLineUpDetail .detailHead .point ul {
          list-style: none;
          padding: 10px 10px 0; }
          .solarLineUpDetail .detailHead .point ul li {
            position: relative;
            padding-left: .6em; }
            .solarLineUpDetail .detailHead .point ul li:before {
              content: "";
              width: 5px;
              height: 5px;
              border-radius: 50%;
              background-color: #46b39b;
              position: absolute;
              top: 13px;
              left: 0; }
    .solarLineUpDetail h3 {
      font-size: 26px;
      text-align: center;
      padding: 30px 0 20px;
      color: #46b39b;
      font-weight: 400; }
    .solarLineUpDetail .solarSlide .slideItem {
      margin: 0 10px;
      background-color: #fff; }
      .solarLineUpDetail .solarSlide .slideItem .img {
        width: 100%; }
        .solarLineUpDetail .solarSlide .slideItem .img img {
          width: 100%;
          height: auto; }
      .solarLineUpDetail .solarSlide .slideItem .txt {
        padding: 15px; }
        .solarLineUpDetail .solarSlide .slideItem .txt h4 {
          font-size: 16px;
          line-height: 1.3; }
        .solarLineUpDetail .solarSlide .slideItem .txt p {
          font-size: 14px;
          line-height: 1.5;
          margin-top: 15px; }
    .solarLineUpDetail .solarSlide .slick-prev, .solarLineUpDetail .solarSlide .slick-next {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #fff;
      border: 2px solid #46b39b;
      z-index: 990;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-right: 5px;
      top: calc(50% - 20px); }
      .solarLineUpDetail .solarSlide .slick-prev:before, .solarLineUpDetail .solarSlide .slick-next:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 4px solid #46b39b;
        border-right: 4px solid #46b39b;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    .solarLineUpDetail .solarSlide .slick-prev {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
      top: 35.5%; }
    .solarLineUpDetail .solarSlide .slick-dots {
      bottom: -35px; }
      .solarLineUpDetail .solarSlide .slick-dots li button {
        background-color: #e2e2e2;
        width: 10px;
        height: 10px;
        border-radius: 50%; }
      .solarLineUpDetail .solarSlide .slick-dots li.slick-active button {
        background-color: #46b39b; }
  #sorariko {
    width: 100%;
    height: 600px;
    background-image: url(../images/solar/sorariko-bg.jpg);
    background-size: cover;
    background-position: 50% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    #sorariko h2 {
      font-size: 30px;
      line-height: 1.5;
      font-weight: bold;
      color: #fff;
      text-align: center;
      position: relative; }
      #sorariko h2:before {
        content: "";
        width: 68px;
        height: 74px;
        background-image: url(../images/solar/icon-hand.png);
        position: absolute;
        top: 0;
        left: -80px; }
    #sorariko .img {
      margin-top: 40px; }
    #sorariko p {
      color: #fff;
      text-align: center;
      margin-top: 15px;
      font-size: 24px;
      font-weight: bold; }
    #sorariko a {
      display: block;
      width: 425px;
      height: 74px;
      background-color: #fff;
      text-align: center;
      line-height: 74px;
      color: #6cbb5a;
      text-decoration: none;
      margin-top: 20px;
      border-radius: 37px;
      font-size: 20px;
      background-image: url(../images/common/icon-blank-gray.png);
      background-repeat: no-repeat;
      background-position: 90% 50%;
      transition: all .3s; }
      #sorariko a:hover {
        background-color: #6cbb5a;
        color: #fff;
        background-image: url(../images/common/icon-blank.png); }
  /* ------------------ wind, biomass ------------------ */
  #hatsudenInfo {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 90%;
    margin: 40px auto 80px; }
    #hatsudenInfo h2 {
      width: 100%;
      margin-bottom: 50px; }
    #hatsudenInfo .img {
      width: 550px; }
    #hatsudenInfo .txt {
      flex: 1;
      padding-right: 80px; }
  .solarLineUpDetail#hatsuden {
    padding: 0 0 50px;
    margin-top: 80px; }
  /* contact */
  #contactForTel {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    width: 980px;
    margin: 60px auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee; }
    #contactForTel #telNum {
      font-size: 60px;
      line-height: 1;
      padding-left: 40px;
      background-image: url(../images/contact/icon-tel.png);
      background-repeat: no-repeat;
      background-position: 0 5px;
      font-weight: 400;
      margin-top: 40px; }
      #contactForTel #telNum a {
        pointer-events: none;
        color: #000;
        text-decoration: none; }
    #contactForTel .time {
      vertical-align: middle; }
      #contactForTel .time .icon {
        display: inline-block;
        background-color: #46b39b;
        color: #fff;
        font-size: 16px;
        line-height: 1;
        border-radius: 3px;
        padding: 5px 10px;
        vertical-align: middle; }
      #contactForTel .time .eng {
        display: inline-block;
        margin-left: 5px;
        margin-top: 10px;
        font-size: 24px;
        vertical-align: middle; }
  #thanx {
    padding: 50px 0;
    max-width: 90%;
    margin: 0 auto; }
    #thanx h2 {
      text-align: center;
      margin-bottom: 40px; }
    #thanx p {
      text-align: left;
      width: 900px;
      margin: 0 auto; }
  #contactForm {
    width: 980px;
    margin: 40px auto 0;
    padding-bottom: 60px;
    border-bottom: 1px solid #e8e8e8; }
    #contactForm label, #contactForm button {
      cursor: pointer; }
    #contactForm input, #contactForm select, #contactForm select option, #contactForm textarea, #contactForm label {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
      outline: none; }
    #contactForm input[type=text], #contactForm select, #contactForm textarea {
      background-color: #f6f6f6;
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      width: 630px;
      height: 52px;
      padding: 0 10px; }
      #contactForm input[type=text].zip1, #contactForm select.zip1, #contactForm textarea.zip1 {
        width: 110px; }
      #contactForm input[type=text].zip2, #contactForm select.zip2, #contactForm textarea.zip2 {
        width: 170px; }
    #contactForm select {
      width: 210px; }
    #contactForm textarea {
      height: 350px;
      padding: 10px; }
    #contactForm dl {
      display: flex;
      margin-top: 25px; }
      #contactForm dl > dt {
        width: 300px;
        border-right: 1px solid #e8e8e8;
        padding-top: 15px;
        line-height: 1;
        position: relative; }
        #contactForm dl > dt .hissu {
          font-size: 12px;
          display: block;
          position: absolute;
          width: 35px;
          line-height: 20px;
          text-align: center;
          background-color: #46b39b;
          color: #fff;
          top: 13px;
          right: 10px;
          border-radius: 3px;
          padding: 1px 0; }
      #contactForm dl > dd {
        flex: 1;
        padding-left: 50px; }
        #contactForm dl > dd .error, #contactForm dl > dd .invalid {
          color: #f00;
          font-size: 14px;
          background-color: rgba(255, 0, 0, 0.4);
          padding: 5px;
          display: none; }
        #contactForm dl > dd label {
          display: inline-block;
          position: relative;
          margin-right: 20px;
          padding-left: 25px; }
          #contactForm dl > dd label:before {
            width: 16px;
            height: 16px;
            content: "";
            display: block;
            position: absolute;
            background-color: #f6f6f6;
            border: 1px solid #e8e8e8;
            border-radius: 50%;
            left: 0;
            top: 5px; }
          #contactForm dl > dd label:after {
            content: "";
            display: block;
            position: absolute;
            width: 10px;
            height: 10px;
            background-color: #46b39b;
            top: 9px;
            left: 4px;
            border-radius: 50%;
            opacity: 0;
            transition: all .3s; }
          #contactForm dl > dd label.checked:after {
            opacity: 1; }
          #contactForm dl > dd label input[type=radio] {
            display: none; }
        #contactForm dl > dd dl dt {
          width: 135px;
          border: none; }
        #contactForm dl > dd dl dd {
          flex: 1;
          padding-left: 0; }
          #contactForm dl > dd dl dd input[type=text] {
            width: 495px; }
          #contactForm dl > dd dl dd .dash {
            display: inline-block;
            padding: 0 15px;
            font-size: 20px; }
    #contactForm .ppCheck {
      display: block;
      padding: 20px 0; }
      #contactForm .ppCheck label {
        display: block;
        position: relative;
        padding-left: 25px; }
        #contactForm .ppCheck label:before {
          content: "";
          display: block;
          width: 16px;
          height: 16px;
          background-color: #f6f6f6;
          border: 1px solid #e8e8e8;
          border-radius: 0;
          position: absolute;
          left: 0;
          top: 5px; }
        #contactForm .ppCheck label:after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-bottom: 2px solid #46b39b;
          border-left: 3px solid #46b39b;
          border-radius: 0;
          background-color: transparent;
          -webkit-transform: rotate(-40deg);
                  transform: rotate(-40deg);
          position: absolute;
          top: 10px;
          left: -1px;
          opacity: 0;
          -webkit-transform-origin: top left;
                  transform-origin: top left; }
        #contactForm .ppCheck label.checked:after {
          -webkit-animation: checkAanim .3s forwards;
                  animation: checkAanim .3s forwards; }
  @-webkit-keyframes checkAanim {
    0% {
      opacity: 1; }
    35% {
      opacity: 1;
      height: 10px; }
    100% {
      opacity: 1;
      height: 10px;
      width: 20px; } }
  @keyframes checkAanim {
    0% {
      opacity: 1; }
    35% {
      opacity: 1;
      height: 10px; }
    100% {
      opacity: 1;
      height: 10px;
      width: 20px; } }
        #contactForm .ppCheck label input[type=checkbox] {
          display: none; }
    #contactForm .btns {
      text-align: center;
      margin-top: 60px; }
      #contactForm .btns button {
        background-color: #46b39b;
        border: none;
        color: #fff;
        height: 50px;
        padding: 0 60px;
        border-radius: 5px;
        transition: all .3s; }
        #contactForm .btns button.gray {
          background-color: #ddd;
          color: #000; }
        #contactForm .btns button:hover {
          opacity: .7; }
  #solar1.estateMenu #sloarLineUp .lineUpItem {
    width: 24%; }
  .estateCont {
    padding: 60px 0;
    background-color: #f6f6f6; }
    .estateCont .inner {
      display: flex;
      max-width: 1200px;
      width: 90%;
      margin: 0 auto; }
      .estateCont .inner .txt {
        flex: 1;
        padding-right: 40px; }
        .estateCont .inner .txt h2 {
          background-color: #46b39b;
          color: #fff;
          line-height: 1;
          font-size: 36px;
          font-weight: 400;
          width: 380px;
          padding: 40px 0;
          text-align: center; }
          .estateCont .inner .txt h2 span {
            display: block;
            font-size: 14px;
            margin-bottom: 10px; }
        .estateCont .inner .txt p {
          margin: 15px auto;
          font-size: 16px;
          line-height: 2; }
      .estateCont .inner .img {
        width: 550px; }
        .estateCont .inner .img img {
          width: 100%;
          height: auto; }
    .estateCont:nth-of-type(odd) {
      background-color: #fff; }
      .estateCont:nth-of-type(odd) .inner .txt {
        order: 1;
        padding-right: 0px;
        padding-left: 40px; }
      .estateCont:nth-of-type(odd) .inner .img {
        order: 0; }
  #companyTop.globalTop.secondTop,
  #recruitTop.globalTop.secondTop {
    position: relative; }
    #companyTop.globalTop.secondTop #pankuzu ul li,
    #recruitTop.globalTop.secondTop #pankuzu ul li {
      color: #fff; }
      #companyTop.globalTop.secondTop #pankuzu ul li a,
      #recruitTop.globalTop.secondTop #pankuzu ul li a {
        color: #fff; }
    #companyTop.globalTop.secondTop #pageName,
    #recruitTop.globalTop.secondTop #pageName {
      color: #fff; }
    #companyTop.globalTop.secondTop #catMenu,
    #recruitTop.globalTop.secondTop #catMenu {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 60px; }
      #companyTop.globalTop.secondTop #catMenu ul,
      #recruitTop.globalTop.secondTop #catMenu ul {
        margin: 0 auto;
        list-style: none;
        display: flex;
        justify-content: center; }
        #companyTop.globalTop.secondTop #catMenu ul li,
        #recruitTop.globalTop.secondTop #catMenu ul li {
          padding: 0 5px; }
          #companyTop.globalTop.secondTop #catMenu ul li a,
          #recruitTop.globalTop.secondTop #catMenu ul li a {
            display: block;
            background-color: #fff;
            width: 290px;
            height: 60px;
            border-radius: 5px 5px 0 0;
            font-size: 18px;
            line-height: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            color: #000;
            position: relative; }
            #companyTop.globalTop.secondTop #catMenu ul li a:not(.now),
            #recruitTop.globalTop.secondTop #catMenu ul li a:not(.now) {
              box-shadow: 0px -10px 8px -8px rgba(0, 0, 0, 0.1) inset; }
            #companyTop.globalTop.secondTop #catMenu ul li a:after,
            #recruitTop.globalTop.secondTop #catMenu ul li a:after {
              content: "";
              display: block;
              width: 10px;
              height: 10px;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg);
              border-right: 2px solid #46b39b;
              border-top: 2px solid #46b39b;
              position: absolute;
              top: 24px;
              right: 15px; }
            #companyTop.globalTop.secondTop #catMenu ul li a span,
            #recruitTop.globalTop.secondTop #catMenu ul li a span {
              display: block;
              padding: 10px 0;
              position: relative; }
              #companyTop.globalTop.secondTop #catMenu ul li a span:after,
              #recruitTop.globalTop.secondTop #catMenu ul li a span:after {
                content: "";
                display: block;
                width: 100%;
                height: 3px;
                background-color: #46b39b;
                border-radius: 1px;
                position: absolute;
                left: 0;
                bottom: 0;
                transition: all .3s;
                -webkit-transform: scaleX(0);
                        transform: scaleX(0); }
            #companyTop.globalTop.secondTop #catMenu ul li a:hover, #companyTop.globalTop.secondTop #catMenu ul li a.now,
            #recruitTop.globalTop.secondTop #catMenu ul li a:hover,
            #recruitTop.globalTop.secondTop #catMenu ul li a.now {
              color: #46b39b; }
              #companyTop.globalTop.secondTop #catMenu ul li a:hover span:after, #companyTop.globalTop.secondTop #catMenu ul li a.now span:after,
              #recruitTop.globalTop.secondTop #catMenu ul li a:hover span:after,
              #recruitTop.globalTop.secondTop #catMenu ul li a.now span:after {
                -webkit-transform: scaleX(1);
                        transform: scaleX(1); }
  #rinen {
    width: 100%;
    height: 760px;
    background-image: url(../images/company/rinen-bg.jpg);
    background-position: center top;
    background-size: cover;
    padding-top: 43px; }
    #rinen #rinenInner {
      width: 673px;
      height: 673px;
      border-radius: 50%;
      background-color: #fff;
      box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin: 0 auto; }
      #rinen #rinenInner p {
        margin-top: 30px;
        text-align: center; }
      #rinen #rinenInner #sign {
        text-align: center;
        margin-top: 20px; }
  #spec, #recruitCont {
    margin-top: 50px;
    padding-bottom: 40px; }
    #spec .inner, #recruitCont .inner {
      max-width: 1200px;
      width: 90%;
      margin: 40px auto 0;
      border: 1px solid #46b39b; }
      #spec .inner dl, #recruitCont .inner dl {
        display: flex;
        font-size: 14px;
        width: 100%; }
        #spec .inner dl:not(:last-of-type) dt, #recruitCont .inner dl:not(:last-of-type) dt {
          border-bottom: 1px dashed #fff; }
        #spec .inner dl:not(:last-of-type) dd, #recruitCont .inner dl:not(:last-of-type) dd {
          border-bottom: 1px dashed #46b39b; }
        #spec .inner dl dt, #recruitCont .inner dl dt {
          width: 230px;
          background-color: #46b39b;
          padding: 20px;
          color: #fff; }
        #spec .inner dl dd, #recruitCont .inner dl dd {
          padding: 20px;
          flex: 1; }
          #spec .inner dl dd ul, #recruitCont .inner dl dd ul {
            list-style: none; }
            #spec .inner dl dd ul li, #recruitCont .inner dl dd ul li {
              position: relative;
              padding-left: .8em; }
              #spec .inner dl dd ul li:before, #recruitCont .inner dl dd ul li:before {
                content: "";
                display: block;
                width: 6px;
                height: 6px;
                background-color: #46b39b;
                border-radius: 50%;
                position: absolute;
                top: 9px;
                left: 0; }
          #spec .inner dl dd .col3, #recruitCont .inner dl dd .col3 {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start; }
            #spec .inner dl dd .col3 p, #recruitCont .inner dl dd .col3 p {
              width: calc(100% / 3 - 20px);
              padding-left: 10px;
              margin: 0;
              text-align: left; }
              #spec .inner dl dd .col3 p:first-of-type, #recruitCont .inner dl dd .col3 p:first-of-type {
                padding-left: 0; }
    #spec p, #recruitCont p {
      max-width: 1200px;
      width: 90%;
      margin: 15px auto 0;
      text-align: right;
      font-size: 14px; }
    #spec .btn, #recruitCont .btn {
      display: block;
      text-align: center; }
      #spec .btn a, #recruitCont .btn a {
        display: inline-block;
        width: 280px;
        padding: 10px;
        background-color: #46b39b;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        border: 1px solid #46b39b;
        transition: all .3s;
        position: relative; }
        #spec .btn a::after, #recruitCont .btn a::after {
          content: "";
          position: absolute;
          top: 45%;
          right: 5%;
          margin-top: -3px;
          width: 10px;
          height: 8px;
          background: url(../images/common/icon-blank.png) no-repeat right 0;
          background-size: 100%; }
        #spec .btn a:hover, #recruitCont .btn a:hover {
          background-color: #fff;
          color: #46b39b; }
          #spec .btn a:hover::after, #recruitCont .btn a:hover::after {
            background: url(../images/common/icon-blank-green.png) no-repeat right 0; }
  /* -------------- access ---------------- */
  #comAccess {
    margin-top: 80px;
    padding-bottom: 40px; }
    #comAccess .inner {
      max-width: 1200px;
      width: 90%;
      margin: 0 auto; }
      #comAccess .inner #gmaps iframe {
        height: 500px; }
      #comAccess .inner p {
        font-size: 14px;
        line-height: 2;
        margin-top: 30px; }
        #comAccess .inner p a {
          pointer-events: none;
          text-decoration: none;
          color: #000; }
        #comAccess .inner p span {
          font-size: 16px; }
          #comAccess .inner p span.noclick {
            font-size: 14px;
            text-decoration: none;
            color: #000;
            pointer-events: none; }
    #comAccess .gmapLink {
      max-width: 1200px;
      margin: 0 auto;
      font-size: 14px;
      line-height: 1;
      padding: 5px 0;
      text-align: right; }
      #comAccess .gmapLink a {
        background: url(../images/common/icon-blank-gray.png) no-repeat right 0;
        padding-right: 15px;
        color: #000;
        text-decoration: underline; }
        #comAccess .gmapLink a:hover {
          text-decoration: none; }
    #comAccess .btn {
      max-width: 1200px;
      width: 90%;
      margin: 40px auto 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #comAccess .btn div {
        width: calc(50% - 20px);
        text-align: center;
        background-color: #f6f6f6;
        border: 1px solid #e8e8e8;
        box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.4); }
        #comAccess .btn div a {
          display: block;
          padding: 25px;
          color: #000;
          text-decoration: none;
          transition: all .3s;
          position: relative; }
          #comAccess .btn div a:hover {
            opacity: .8;
            color: #333; }
          #comAccess .btn div a.print span {
            display: inline-block;
            width: 24px;
            height: 25px;
            background: url(../images/company/ico_print.png) no-repeat 0 0;
            margin-right: 10px;
            vertical-align: bottom; }
          #comAccess .btn div a.print::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 5%;
            margin-top: -3px;
            width: 8px;
            height: 8px;
            border-right: 1px solid #52b7a1;
            border-bottom: 1px solid #52b7a1;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            border-width: 2px; }
          #comAccess .btn div a.map span {
            display: inline-block;
            width: 28px;
            height: 25px;
            background: url(../images/company/ico_map.png) no-repeat 0 0;
            margin-right: 10px;
            vertical-align: bottom; }
          #comAccess .btn div a.map::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 5%;
            margin-top: -3px;
            width: 10px;
            height: 8px;
            background: url(../images/common/icon-blank-green.png) no-repeat right 0;
            background-size: 100%; }
  #sitemapTop.globalTop.secondTop {
    position: relative;
    height: 172px; }
    #sitemapTop.globalTop.secondTop #pankuzu ul li {
      color: #000; }
      #sitemapTop.globalTop.secondTop #pankuzu ul li a {
        color: #000; }
    #sitemapTop.globalTop.secondTop #pageName {
      color: #000; }
    #sitemapTop.globalTop.secondTop #pageName {
      padding-top: 0; }
  #sitemapCont {
    margin-top: 85px;
    padding-bottom: 40px; }
    #sitemapCont .inner {
      max-width: 1200px;
      width: 90%;
      margin: 0 auto;
      overflow: hidden; }
      #sitemapCont .inner ul.sitemap {
        list-style: none;
        float: left;
        width: calc(50% - 20px);
        height: auto;
        margin-right: 20px; }
        #sitemapCont .inner ul.sitemap:nth-child(2n) {
          margin-right: 0; }
        #sitemapCont .inner ul.sitemap li {
          color: #52b7a1;
          height: 90px;
          font-size: 20px;
          border: 1px solid #e8e8e8;
          box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.4);
          margin-bottom: 12px;
          background-color: #f6f6f6;
          position: relative; }
          #sitemapCont .inner ul.sitemap li::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 5%;
            margin-top: -3px;
            width: 8px;
            height: 8px;
            border-right: 1px solid #52b7a1;
            border-bottom: 1px solid #52b7a1;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            border-width: 2px; }
          #sitemapCont .inner ul.sitemap li a {
            display: block;
            padding: 30px 35px;
            text-decoration: none;
            transition: all .3s; }
            #sitemapCont .inner ul.sitemap li a:hover {
              opacity: .7; }
          #sitemapCont .inner ul.sitemap li.listL {
            color: #000;
            height: auto;
            padding: 30px 35px; }
            #sitemapCont .inner ul.sitemap li.listL::after {
              content: none; }
            #sitemapCont .inner ul.sitemap li.listL span {
              display: block;
              margin-bottom: 15px; }
            #sitemapCont .inner ul.sitemap li.listL ul {
              color: #52b7a1;
              list-style: none; }
              #sitemapCont .inner ul.sitemap li.listL ul li {
                display: inline-block;
                font-size: 16px;
                height: 23px;
                border: none;
                box-shadow: none;
                background-color: transparent;
                width: 55%; }
                #sitemapCont .inner ul.sitemap li.listL ul li:nth-child(2n) {
                  width: 40%; }
                #sitemapCont .inner ul.sitemap li.listL ul li::after {
                  content: none; }
                #sitemapCont .inner ul.sitemap li.listL ul li a {
                  display: inline-block;
                  padding: 0 15px 15px;
                  transition: none;
                  padding-right: 30px;
                  position: relative; }
                  #sitemapCont .inner ul.sitemap li.listL ul li a:hover {
                    text-decoration: underline; }
                  #sitemapCont .inner ul.sitemap li.listL ul li a::after {
                    content: "";
                    position: absolute;
                    top: 30%;
                    right: 5%;
                    margin-top: -3px;
                    width: 8px;
                    height: 8px;
                    border-right: 1px solid #52b7a1;
                    border-bottom: 1px solid #52b7a1;
                    -webkit-transform: rotate(-45deg);
                            transform: rotate(-45deg);
                    border-width: 2px; }
    #sitemapCont div.section {
      margin-bottom: 20px; }
    #sitemapCont h2.privacy {
      font-size: 20px;
      margin-bottom: 20px; }
    #sitemapCont p {
      margin-bottom: 40px; }
  /* use Slick */
  /* Slider */
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .slick-list:focus {
      outline: none; }
    .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .slick-track:before, .slick-track:after {
      content: "";
      display: table; }
    .slick-track:after {
      clear: both; }
    .slick-loading .slick-track {
      visibility: hidden; }
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
    [dir="rtl"] .slick-slide {
      float: right; }
    .slick-slide img {
      display: block; }
    .slick-slide.slick-loading img {
      display: none; }
    .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .slick-slide {
      display: block; }
    .slick-loading .slick-slide {
      visibility: hidden; }
    .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  .slick-arrow.slick-hidden {
    display: none; }
  /*
$slick-font-path: "./fonts/" !default;
$slick-font-family: "slick" !default;
$slick-loader-path: "./" !default;
$slick-arrow-color: white !default;
$slick-dot-color: black !default;
$slick-dot-color-active: $slick-dot-color !default;
$slick-prev-character: "\2190" !default;
$slick-next-character: "\2192" !default;
$slick-dot-character: "\2022" !default;
*/
  /*
@function slick-image-url($url) {
	@if function-exists(image-url) {
			@return image-url($url);
	}
	@else {
			@return url($slick-loader-path + $url);
	}
}

@function slick-font-url($url) {
	@if function-exists(font-url) {
			@return font-url($url);
	}
	@else {
			@return url($slick-font-path + $url);
	}
}
*/
  /* Slider

.slick-list {
	.slick-loading & {
			background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
	}
}
*/
  /* Icons 
@if $slick-font-family == "slick" {
	@font-face {
			font-family: "slick";
			src: slick-font-url("slick.eot");
			src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
			font-weight: normal;
			font-style: normal;
	}
}
*/
  /* Arrows */
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
      outline: none;
      background: transparent;
      color: transparent; }
      .slick-prev:hover:before, .slick-prev:focus:before,
      .slick-next:hover:before,
      .slick-next:focus:before {
        opacity: 1; }
    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
      opacity: 0.25; }
    .slick-prev:before,
    .slick-next:before {
      font-size: 20px;
      line-height: 1;
      opacity: 0.75;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .slick-prev {
    left: -25px; }
    [dir="rtl"] .slick-prev {
      left: auto;
      right: -25px; }
  .slick-next {
    right: -25px; }
    [dir="rtl"] .slick-next {
      left: -25px;
      right: auto; }
  /* Dots */
  .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
    .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer; }
        .slick-dots li button:hover, .slick-dots li button:focus {
          outline: none; }
          .slick-dots li button:hover:before, .slick-dots li button:focus:before {
            opacity: 1; }
        .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          font-size: 6px;
          line-height: 20px;
          text-align: center;
          opacity: 0.25;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .slick-dots li.slick-active button:before {
        opacity: 0.75; }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important; } }

/*# sourceMappingURL=map/styles.css.map */
