@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
/* ---------------------------------------------------------------- *

  コーディング規約参考：http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml
                        http://www.cyberagent.co.jp/recruit/techreport/report/

----------------------------------------------------------------- */
/*
 * home.css
 */
body#home {
  /* bnrSlideShow */
  /* slideGallery CSS */
}
body#home .wrapper,
body#home .firstSection {
  box-sizing: border-box;
  height: 100%;
}
body#home .bg-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  /* transition: opacity .2s; */
}
body#home .bg-wrap.is-loaded {
  visibility: visible;
}
  body#home .bg-wrap #video {
    position: absolute;
    right: 0;
    top: 50%;
    /* min-width: 100%;
    min-height: 100%; */
    width: 100%;
    height: auto;
    transform: translateY(-46%);
  }
body#home .bg-wrap .tb-slide {
  width: 100%;
}
body#home .newsList {}
  body#home .newsList .entryVox {
    margin-bottom: 30px;
    overflow: hidden;
  }
    body#home .newsList .entryVox time {
      font-weight: bold;
      text-align: left;
      width: 120px;
      float: left;
      margin-right: 10px;
    }
    body#home .newsList .entryVox .category {
      color: #fff;
      font-size: 1.5rem;
      text-align: center;
      line-height: 1;
      width: 110px;
      float: left;
      padding: 5px 0;
      background: #e4841e;
    }
    body#home .newsList .entryVox .category.ct01 {
      background: #7c72af;
    }
    body#home .newsList .entryVox .category.ct02 {
      background: #ca4d87;
    }
    body#home .newsList .entryVox .category.ct03 {
      background: #e4841e;
    }
    body#home .newsList .entryVox .category.ct04 {
      background: #8caa13;
    }
    body#home .newsList .entryVox .category.ct05 {
      background: #e74d4c;
    }
    body#home .newsList .entryVox .category.ct06 {
      background: #298eba;
    }
    body#home .newsList .entryVox .category.ct07 {
      background: #2a7f55;
    }
    body#home .newsList .entryVox .title {
      margin-left: 260px;
    }
      body#home .newsList .entryVox .title a {
        color: #000;
        text-decoration: none;
        transition: .2s;
      }
      body#home .newsList .entryVox .title a:hover {
        opacity: 0.7;
      }
      body#home .newsList .entryVox .linkPdf:after {
        display: inline-block;
        content: " ";
        width: 18px;
        height: 16px;
        margin-left: 5px;
        background: no-repeat left top / 18px 16px;
        position: relative;
        top: 2px;
      }
body#home .firstSection {
  position: relative;
  overflow: hidden;
}
  body#home .firstSection .copy {
    color: #001a72;
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.8;
    width: 80%;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  body#home .firstSection .scrollBtn {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 22px;
  }
body#home .aithinkSection {
  position: relative;
  z-index: 3;
}
body#home .aithinkBlock {
  display: flex;
  justify-content: space-between;
  background: #e5e5f2;
}
  body#home .aithinkBlock .aithinkHeader {
    color: #fff;
    width: 39.062%;
    background: #0d2579;
  }
  body#home .aithinkBlock .aithinkHeader .aithinkTtl {
    text-align: center;
    background: #fff;
    height: 160px;
    transform: translateY(-160px);
  }
    body#home .aithinkBlock .aithinkHeader .aithinkTtl a {
      display: block;
      height: 100%;
      padding: 60px 0 0 0;
      background: #001a5a;
      background: -moz-linear-gradient(top,  #001a5a 0%, #001a64 25%, #001a72 50%, #0d2579 100%);
      background: -webkit-linear-gradient(top,  #001a5a 0%,#001a64 25%,#001a72 50%,#0d2579 100%);
      background: linear-gradient(to bottom,  #001a5a 0%,#001a64 25%,#001a72 50%,#0d2579 100%);
      box-sizing: border-box;
    }
  body#home .aithinkBlock .aithinkHeader p {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
    padding-left: 18%;
    margin-bottom: 35px;
    transform: translateY(-160px);
  }
  body#home .aithinkBlock .aithinkHeader .img {
    width: 94%;
    text-align: right;
    position: relative;
    right: 0;
    transform: translate(25%, -160px);
    height: calc(350 * (100vw / 1920));
  }
    body#home .aithinkBlock .aithinkHeader .img img {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      transition: opacity .2s;
      width: 100%;
      height: auto;
      /* object-fit: cover; */
    }
    body#home .aithinkBlock .aithinkHeader .img img.is-active {
      opacity: 1;
    }
  body#home .aithinkBlock .aithinkContent {
    width: 60.938%;
    position: relative;
  }
    body#home .aithinkBlock .aithinkContent .inner {
      /* white-space: nowrap; */
      margin-left: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: calc(50vw / 1.5);
    }
    body#home .aithinkBlock .aithinkContent .tag {
      display: flex;
      justify-content: space-around;
      width: 332px;
      margin-bottom: 50px;
    }
      body#home .aithinkBlock .aithinkContent .tag li {
        text-align: center;
        width: 108px;
        margin-right: 5px;
        border-bottom: 1px solid #333;
        position: relative;
      }
      body#home .aithinkBlock .aithinkContent .tag li .text {
        position: relative;
        z-index: 2;
      }
      body#home .aithinkBlock .aithinkContent .tag li .indicator {
        display: block;
        /* content: ""; */
        /* width: 30px; */
        height: 100%;
        background: #001a72;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        /* opacity: 0; */
        /* transition: .2s; */
      }
      body#home .aithinkBlock .aithinkContent .tag li:hover,
      body#home .aithinkBlock .aithinkContent .tag li.is-active {
        color: #fff;
        background: #333;
        transition: .2s;
      }
      /* body#home .aithinkBlock .aithinkContent .tag li:hover::before,
      body#home .aithinkBlock .aithinkContent .tag li.is-active::before {
        opacity: 1;
      } */
        body#home .aithinkBlock .aithinkContent .tag li a {
          display: block;
          color: #000;
          font-size: 1.3rem;
          text-decoration: none;
          position: relative;
          z-index: 2;
          transition: .2s;
        }
        body#home .aithinkBlock .aithinkContent .tag li a:hover,
        body#home .aithinkBlock .aithinkContent .tag li.is-active a {
          color: #fff;
        }
    body#home .aithinkBlock .aithinkContent .cInner {
      opacity: 0;
      transform: translateX(10px);
      transition: all .5s ease-in;
    }
    body#home .aithinkBlock .aithinkContent .cInner.is-active {
      opacity: 1;
      transform: translateX(0);
    }
    body#home .aithinkBlock .aithinkContent p {
      font-size: 3.0rem;
      font-weight: bold;
      line-height: 2;
      margin-bottom: 50px;
    }
    body#home .aithinkBlock .aithinkContent .notpc {
      display: none;
    }
body#home .importantSection {
  text-align: center;
  padding: 80px 0;
  background: #fff;
  position: relative;
  z-index: 2;
}
  body#home .importantSection p {
    font-size: 1.8rem;
  }
  body#home .importantSection a {
    color: #000;
    text-decoration: none;
    transition: .2s;
  }
  body#home .importantSection a:hover {
    opacity: 0.7;
  }
body#home .newsSection {
  width: 100%;
  padding: 80px 0 90px;
  margin-bottom: 170px;
  background-color: #f1f1fa;
  position: relative;
  z-index: 2;
}
  body#home .newsSection .newsHeader {
    max-width: 940px;
    margin: 0 auto 40px auto;
  }
    body#home .newsSection .newsTtl {
      line-height: 1;
    }
      body#home .newsSection .newsTtl span {
        display: block;
      }
      body#home .newsSection .newsTtl .en {
        font-size: 4.0rem;
        font-weight: normal;
        margin-bottom: 15px;
      }
      body#home .newsSection .newsTtl .jp {
        font-size: 1.6rem;
        font-weight: bold;
        padding-left: 60px;
        position: relative;
      }
      body#home .newsSection .newsTtl .jp::before {
        display: block;
        content: "";
        width: 50px;
        height: 1px;
        background: #000;
        position: absolute;
        top: 50%;
        left: 0;
      }
  body#home .newsSection .newsTab {
    display: flex;
    justify-content: space-around;
    max-width: 940px;
    margin: 0 auto 65px auto;
  }
    body#home .newsSection .newsTab li {
      width: 32.33%;
      margin-right: 1.5%;
    }
    body#home .newsSection .newsTab li:nth-of-type(3n) {
      margin-right: 0;
    }
      body#home .newsSection .newsTab li a {
        display: block;
        color: #042275;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        padding: 15px;
        border: 1px solid #042275;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
      }
      body#home .newsSection .newsTab li a.active,
      body#home .newsSection .newsTab li a:hover {
        color: #fff;
        background: #042275;
      }
  body#home .newsSection .newsContent .newsBox {
    display: none;
  }
  body#home .newsSection .newsContent .newsBox.active {
    display: block;
  }
  body#home .newsSection .newsList {
    max-width: 940px;
    margin: 0 auto;
  }
      body#home .newsSection .newsList .entryVox .linkPdf:after {
        background-image: url(../img/common/ico_pdf.png);
      }
    body#home .newsSection .moreLink {
      max-width: 940px;
      margin: 30px auto 0 auto;
    }
      body#home .newsSection .moreLink a {
        color: #042275;
        background-image: url(../img/common/ico_point_blue.svg);
      }
body#home .brandSection {
  padding: 130px 0;
  background: #fff;
  background: -moz-linear-gradient(top,  rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 20%,rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom,  rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 20%,rgba(255, 255, 255, 1) 100%);
  position: relative;
  z-index: 2;
}
  body#home .brandSection .inner {
    max-width: 960px;
    margin: 0 auto;
  }
  body#home .brandSection h2 {
    width: 610px;
    margin-bottom: 70px;
  }
  body#home .brandSection .txt {
    padding: 0 35px;
  }
    body#home .brandSection .txt p {
      margin-bottom: 40px;
    }
  body#home .brandSection .copy {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
body#home .mainpageSection {
  padding: 0 40px 75px 40px;
  background: #fff;
  position: relative;
  z-index: 2;
}
  body#home .mainpageSection .inner {
    padding-top: 120px;
    height: 450px;
    background: no-repeat center center / cover;
    position: relative;
    transition: opacity .2s ease;
  }
  body#home .mainpageSection .inner::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 570px;
    background: no-repeat center center / cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  body#home .mainpageSection#technology .inner::before {
    background-image: url(../img/home/PC_technology_bg.jpg);
  }
  body#home .mainpageSection#products .inner::before {
    background-image: url(../img/home/PC_products_bg.jpg);
  }
  body#home .mainpageSection#sustainability .inner::before {
    background-image: url(../img/home/PC_sustainability_bg.jpg);
  }
  body#home .mainpageSection h2 {
    color: #fff;
    font-weight: normal;
    max-width: 960px;
    width: 80%;
    margin: 0 auto 35px auto;
    position: relative;
    z-index: 2;
  }
    body#home .mainpageSection h2 span {
      display: block;
    }
    body#home .mainpageSection h2 .en {
      font-size: 6.7rem;
      line-height: 1;
      margin-bottom: 30px;
    }
    body#home .mainpageSection h2 .jp {
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 1;
      padding-left: 120px;
      margin-bottom: 20px;
      position: relative;
    }
    body#home .mainpageSection h2 .jp::before {
      display: block;
      content: "";
      width: 110px;
      height: 1px;
      background: #fff;
      position: absolute;
      top: 50%;
      left: 0;
    }
  body#home .mainpageSection .pageContent {
    width: 520px;
    padding: 50px 30px 40px 80px;
    margin: 0 0 0 auto;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 2;
  }
    body#home .mainpageSection .pageContent .copy {
      font-size: 2.6rem;
      margin-bottom: 25px;
    }
    body#home .mainpageSection .pageContent p {
      line-height: 2;
    }
body#home .subpageSection {
  padding-bottom: 10px;
  background: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
body#home .subpageSection#recruit {
  margin-bottom: 0;
}
  body#home .subpageSection .inner,
  body#home .subpageSection > a {
    padding-top: 33.593%;
    background: no-repeat center center / cover;
    position: relative;
    transition: opacity .2s ease;
  }
  body#home .subpageSection > a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  body#home .subpageSection > a:hover {
    opacity: .7;
  }
  body#home .subpageSection#profile a {
    background-image: url(../img/home/PC_company_bg.jpg);
  }
  body#home .subpageSection#investors a {
    background-image: url(../img/home/PC_investors_bg.jpg);
  }
  body#home .subpageSection#recruit .inner {
    background: #e5e8f1;
  }
  body#home .subpageSection .pageContent {
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body#home .subpageSection .pageContent h2 {
    font-size: 3.0rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  body#home .subpageSection#recruit .pageContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    padding: 0 55px;
  }
    body#home .subpageSection#recruit .pageContent .img {
      width: 63%;
    }
      body#home .subpageSection#recruit .pageContent .img img {
        max-width: 100%;
      }
    body#home .subpageSection#recruit .pageContent .txt {
      width: 30%;
      max-width: 300px;
    }
    body#home .subpageSection#recruit .pageContent h2 {
      color: #001a72;
    }
body#home .noticeSection {
  padding: 60px 0;
  background: #fff;
  position: relative;
  z-index: 2;
}
  body#home .noticeSection .inner {
    max-width: 940px;
    width: 75%;
    margin: 0 auto;
  }
  body#home .noticeSection .noticeHeader {
    margin-bottom: 30px;
  }
    body#home .noticeSection .noticeHeader .noticeTtl {
      font-size: 1.6rem;
      font-weight: bold;
    }
  body#home .noticeSection .newsList {}
      body#home .noticeSection .newsList .entryVox .title a {
        color: #000;
      }
      body#home .noticeSection .newsList .entryVox .linkPdf:after {
        background-image: url(../img/common/ico_pdf.png);
      }
    body#home .noticeSection .moreLink {
      margin-top: 30px;
    }
  body#home .noticeSection .bnrArea {
    margin-top: 25px;
  }
    body#home .noticeSection .bnrArea .bnr:last-of-type {
      margin-right: 30px;
    }
      body#home .noticeSection .bnrArea .bnr a {
        display: inline-block;
        color: #000;
        font-size: 1.8rem;
        text-decoration: none;
        padding: 20px 50px;
        border: 1px solid #001a72;
        border-radius: 10em;
      }
      body#home .noticeSection .bnrArea .bnr a:hover {
        opacity: 0.7;
      }
        body#home .noticeSection .bnrArea .bnr a .icoCaution {
          display: inline-block;
          min-height: 22px;
          padding-left: 40px;
          background: url(../img/common/ico_caution.svg) no-repeat left center / 22px 22px;
        }
/**
 * 4月公開分の暫定処置（ブランドコンセプトを有効にした場合はまるごと撤去）
 **/
body#home .newsSection {
  margin-bottom: 0;
}
body#home #technology {
  padding-top: 170px;
}
body#home.is-intro {
  position: relative;
  overflow: hidden;
}
body#home .introVox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
  body#home .introVox .logoWrap  {
    /* display: inline-block; */
    position: relative;
    transition: all .5s cubic-bezier(0.71, 0.38, 0.33, 0.78) .25s;
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    padding: 0 calc(50 * (100vw / 1920));
  }
  body#home .introVox .logoWrap.is-animated {
    -webkit-clip-path: polygon(110% 0, 200% 0, 190% 100%, 100% 100%);
    clip-path: polygon(110% 0, 200% 0, 190% 100%, 100% 100%);
    /* opacity: .75; */
  }
    body#home .introVox .logoWrap .logo {
      width: calc(360 * (100vw / 1920));
      opacity: 0;
    }

/* ---------------------------------------------------------------- *
    スマートフォン・タブレット（960px未満）
----------------------------------------------------------------- */
@media only screen and (max-width: 960px) {
  body#home .wrapper,
  body#home .firstSection {
    box-sizing: border-box;
    height: 100%;
  }
  body#home .bg-wrap {
    height: 230px;
    top: 55px;
  }
    body#home .bg-wrap #video {
    }
  body#home .bg-wrap .tb-slide {
    width: 100%;
  }
  body#home .newsList {}
    body#home .newsList .entryVox time {
      width: 8em;
      margin-right: 0;
      margin-bottom: 10px;
    }
    body#home .newsList .entryVox .category {
      margin-bottom: 10px;
    }
    body#home .newsList .entryVox .title {
      clear: both;
      margin-left: 0;
    }
      body#home .newsList .entryVox .title a {
        display: inline-block;
      }
      body#home .newsList .entryVox .title a:hover {
        opacity: 1;
      }
      body#home .newsList .entryVox .title span {
        display: inline-block;
        padding-right: 25px;
        background: no-repeat right center / 6px 9px;
      }
      body#home .newsList .entryVox span.linkPdf {
        background-size: 18px 16px;
        min-height: 16px;
      }
      body#home .newsList .entryVox .linkPdf:after {
        display: none;
      }
  body#home .firstSection {
    height: 230px;
  }
    body#home .firstSection .copy {
      font-size: 2.0rem;
      width: auto;
      max-width: inherit;
      top: 20px;
      left: 20px;
      transform: translateX(0);
    }
    body#home .firstSection .scrollBtn {
      display: none;
    }
  body#home .aithinkBlock {
    display: block;
    min-width: inherit;
    background: #001a72;
  }
    body#home .aithinkBlock .aithinkHeader {
      width: auto;
      background: #001a72;
    }
    body#home .aithinkBlock .aithinkHeader .aithinkTtl {
      text-align: left;
      height: auto;
      transform: translateY(0);
    }
      body#home .aithinkBlock .aithinkHeader .aithinkTtl a {
        padding: 25px 20px 5px 20px;
        background: #001a72;
      }
        body#home .aithinkBlock .aithinkHeader .aithinkTtl a img {
          width: 128px;
        }
    body#home .aithinkBlock .aithinkHeader p {
      display: block;
      font-size: 1.4rem;
      padding: 0 20px;
      margin-bottom: 0;
      transform: none;
    }
    body#home .aithinkBlock .aithinkHeader .img {
      display: none;
    }
    body#home .aithinkBlock .aithinkContent {
      color: #fff;
      width: auto;
      padding: 15px 20px 30px 20px;
    }
      body#home .aithinkBlock .aithinkContent .inner {
        white-space: normal;
        width: auto;
        margin-left: 0;
        position: static;
        transform: translate(0);
      }
      body#home .aithinkBlock .aithinkContent .tag {
        width: 100%;
        margin-bottom: 25px;
      }
        body#home .aithinkBlock .aithinkContent .tag li {
          width: 32%;
          border-bottom-color: #fff;
        }
        body#home .aithinkBlock .aithinkContent .tag li.active {
          color: #001a72;
          background: #fff;
        }
        body#home .aithinkBlock .aithinkContent .tag li.active::before {
          display: none;
        }
          body#home .aithinkBlock .aithinkContent .tag li a {
            color: #fff;
          }
          body#home .aithinkBlock .aithinkContent .tag li span {
            font-size: 1.2rem;
          }
      body#home .aithinkBlock .aithinkContent p {
        font-size: 2.0rem;
        margin-bottom: 0;
      }
        body#home .aithinkBlock .aithinkContent .pc {
          display: none;
        }
        body#home .aithinkBlock .aithinkContent .notpc {
          display: block;
        }
        body#home .aithinkBlock .aithinkContent p a {
          color: #fff;
          text-decoration: none;
        }
      body#home .aithinkBlock .aithinkContent .moreBtn {
        display: none;
      }
  body#home .importantSection {
    padding: 40px 20px;
  }
    body#home .importantSection p {
      font-size: 1.5rem;
    }
    body#home .importantSection a:hover {
      opacity: 1;
    }
    body#home .newsSection {
    width: auto;
    padding: 40px 20px 60px 20px;
    margin-bottom: 100px;
  }
    body#home .newsSection .newsHeader {
      max-width: inherit;
      margin-bottom: 20px;
    }
        body#home .newsSection .newsTtl span {
          display: inline-block;
          vertical-align: middle;
        }
        body#home .newsSection .newsTtl .en {
          font-size: 2.8rem;
          margin-bottom: 0;
          margin-right: 10px;
        }
        body#home .newsSection .newsTtl .jp {
          font-size: 1.2rem;
          padding-left: 30px;
        }
        body#home .newsSection .newsTtl .jp::before {
          width: 20px;
        }
    body#home .newsSection .newsTab {
      max-width: inherit;
      margin-bottom: 40px;
    }
      body#home .newsSection .newsTab li {}
        body#home .newsSection .newsTab li a {
          font-size: 1.5rem;
          padding: 12px 5px;
        }
    body#home .newsSection .newsList {
      max-width: inherit;
    }
      body#home .newsSection .newsList .entryVox .title span {
        background-image: url(../img/common/nav_arw_black.svg);
      }
      body#home .newsSection .newsList .entryVox span.linkPdf {
        background-image: url(../img/common/ico_pdf.png);
      }
      body#home .newsSection .moreLink {
        text-align: center;
        max-width: inherit;
        margin-top: 40px;
      }
  body#home .brandSection {
    padding: 80px 30px 40px 30px;
  }
    body#home .brandSection .inner {
      max-width: inherit;
    }
    body#home .brandSection h2 {
      width: 300px;
      margin-bottom: 50px;
    }
    body#home .brandSection .txt {
      padding: 0;
    }
    body#home .brandSection .txt p {
      margin-bottom: 30px;
    }
    body#home .brandSection .copy {
      font-size: 2.0rem;
    }
  body#home .mainpageSection {
    padding: 0 0 35px 0;
  }
    body#home .mainpageSection .inner {
      display: block;
      height: auto;
      padding-top: 0;
    }
    body#home .mainpageSection .inner::before {
      display: none;
    }
    body#home .mainpageSection h2 {
      max-width: inherit;
      width: auto;
      height: 250px;
      padding: 0 40px;
      margin: 0 auto;
      background: no-repeat center center / cover;
    }
    body#home .mainpageSection#technology h2 {
      background-image: url(../img/home/SP_technology_bg.jpg);
    }
    body#home .mainpageSection#products h2 {
      background-image: url(../img/home/SP_products_bg.jpg);
    }
    body#home .mainpageSection#sustainability h2 {
      background-image: url(../img/home/SP_sustainability_bg.jpg);
    }
      body#home .mainpageSection .h2Inner {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
      }
      body#home .mainpageSection h2 .en {
        font-size: 4.0rem;
        margin-bottom: 10px;
      }
      body#home .mainpageSection h2 .jp {
        font-size: 1.4rem;
        padding-left: 50px;
        margin-bottom: 0;
      }
      body#home .mainpageSection h2 .jp::before {
        width: 40px;
      }
    body#home .mainpageSection .pageContent {
      width: auto;
      padding: 30px 25px 0 25px;
      margin: 0 auto;
      position: static;
    }
      body#home .mainpageSection .pageContent .copy {
        font-size: 2.0rem;
        margin-bottom: 20px;
      }
      body#home .mainpageSection .pageContent p {
        font-size: 1.4rem;
        line-height: 1.6;
      }
  body#home .subpageSection {
    padding-bottom: 4px;
  }
  body#home .subpageSection#investors {
    padding-bottom: 0;
  }
    body#home .subpageSection .inner,
    body#home .subpageSection > a {
      padding-top: 52.266%;
    }
    body#home .subpageSection a:hover {
      opacity: 1;
    }
    body#home .subpageSection#profile a {
      background-image: url(../img/home/SP_company_bg.jpg);
    }
    body#home .subpageSection#investors a {
      background-image: url(../img/home/SP_investors_bg.jpg);
    }
    body#home .subpageSection .pageContent {
      max-width: inherit;
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box;
    }
    body#home .subpageSection .pageContent h2 {
      font-size: 2.0rem;
      line-height: 1.3;
      margin-bottom: 10px;
    }
    body#home .subpageSection .pageContent p {
      font-size: 1.4rem;
    }
    body#home .subpageSection .pageContent .moreBtn {
      margin-top: 20px;
    }
    body#home .subpageSection#recruit .inner {
      padding: 35px 0;
    }
    body#home .subpageSection#recruit .pageContent {
      display: block;
      padding: 0 20px;
      position: static;
      transform: none;
    }
      body#home .subpageSection#recruit .pageContent .img {
        width: 100%;
        margin-bottom: 20px;
      }
      body#home .subpageSection#recruit .pageContent .txt {
        width: 100%;
        max-width: inherit;
      }
  body#home .noticeSection {
    padding: 40px 20px;
  }
    body#home .noticeSection .inner {
      max-width: inherit;
      width: auto;
    }
    body#home .noticeSection .newsList {}
      body#home .noticeSection .newsList .entryVox .title span {
        background-image: url(../img/common/nav_arw_black.svg);
      }
      body#home .noticeSection .newsList .entryVox span.linkPdf {
        background-image: url(../img/common/ico_pdf.png);
      }
      body#home .noticeSection .moreLink {
        text-align: center;
        margin-top: 40px;
      }
    body#home .noticeSection .bnrArea {
      text-align: center;
      margin-top: 40px;
    }
      body#home .noticeSection .bnrArea .bnr {
        margin-bottom: 30px;
      }
      body#home .noticeSection .bnrArea .bnr:last-of-type {
        margin-right: 0;
      }
        body#home .noticeSection .bnrArea .bnr a {
          font-size: 1.7rem;
          padding: 15px 30px;
        }
        body#home .noticeSection .bnrArea .bnr a:hover {
          opacity: 1;
        }
          body#home .noticeSection .bnrArea .bnr a .icoCaution {
            padding-left: 30px;
          }
  /**
   * 4月公開分の暫定処置（ブランドコンセプトを有効にした場合はまるごと撤去）
   **/
  body#home .newsSection {
    margin-bottom: 0;
  }
  body#home #technology {
    padding-top: 100px;
  }
  body#home .introVox {}
    body#home .introVox .logoWrap  {
      padding: 0 calc(50 * (100vw / 375));
    }
    body#home .introVox .logoWrap.is-animated {}
      body#home .introVox .logoWrap .logo {
        width: calc(180 * (100vw / 375));
      }

}
