@charset 'UTF-8';

/**
 * Top Page Settings
 * ================================================================================
 * Table of Contents:
 *
 * Key Visual
 * Bottom
 * ================================================================================
 */

.l-main {
  padding-top: 0;
  padding-bottom: 0;
}

.l-header-logo {
  display: none;
}

.l-footer {
  margin-top: -11.0rem;
  padding-top: 11.0rem;
}

@media all and (max-width: 767px) {
  .l-footer {
    margin-top: calc(-11.0rem * 0.6);
    padding-top: calc(11.0rem * 0.6);
  }
}


/**
 * Key Visual
 * -------------------------------
 */

.kv {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.kv-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../../../assets/common/img/loader.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 35px auto;
  transition: opacity 0.4s linear;
  will-change: opacity;
}

.kv-loader.is-hide {
  opacity: 0;
}

.kv-ttl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  transition-duration: 1.2s !important;
}

.kv-ttl > span {
  display: block;
  position: absolute;
}

.kv-ttl-main {
  top: 3.0rem;
  left: 3.5rem;
}

.kv-ttl-main img {
  width: 7.7rem;
}

.kv-ttl-logo {
  right: 6.5rem;
  bottom: 7.0rem;
}

.kv-ttl-logo img {
  width: 44.2rem;
}

.kv-video {
  position: relative;
  z-index: -1;
  line-height: 0;
  background-color: #fff;
  will-change: opacity;
}

.kv-video,
.kv-video.is-animated {
  transition-duration: 1.2s !important;
}

.kv-video video {
  width: 100%;
}

@media all and (max-width: 767px) {
  .kv-loader {
    background-size: 25px auto;
  }
  
  .kv-ttl-main {
    top: calc(3.0rem * 0.45);
    left:  calc(3.5rem * 0.45);
  }

  .kv-ttl-main img {
    width:  calc(7.7rem * 0.25);
  }

  .kv-ttl-logo {
    right:  calc(6.5rem * 0.25);
    bottom:  calc(7.0rem * 0.25);
  }

  .kv-ttl-logo img {
    width:  calc(44.2rem * 0.25);
  }
}


/**
 * News
 * -------------------------------
 */

.news {
  padding-top: 8.0rem;
  padding-bottom: 12.0rem;
  background-color: #f0f0f0;
}

.news-ttl {
  padding-bottom: 6.0rem;
}

.news-ttl img {
  width: 18.3rem;
}

.news-archive {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

@media all and (max-width: 767px) {
  .news {
    padding-top: calc(8.0rem * 0.45);
    padding-bottom: calc(12.0rem * 0.45);
  }
  
  .news-ttl {
    padding-bottom: calc(6.0rem * 0.45);
  }
  
  .news-ttl img {
    width: calc(18.3rem * 0.45);
  }

  .news-archive {
    padding-left: 0;
    padding-right: 0;
  }
}


/**
 * Philosphy
 * -------------------------------
 */

.philosophy {
  padding-top: 10.0rem;
  padding-bottom: 25.0rem;
  background-image: url('../../../assets/pages/img/top/philosophy_bg.jpg');
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}

.philosophy .l-container {
  display: flex;
  align-items: center;
}

.philosophy-ttl {
  width: 67.6rem;
}

.philosophy-ttl > span {
  display: block;
  line-height: 1;
}

.philosophy-ttl-sub img {
  width: 38.0rem;
}

.philosophy-ttl-main {
  margin-top: 6.0rem;
}

.philosophy-ttl-main img {
  width: 67.6rem;
}

.philosophy-txt {
  flex: 1;
  padding-left: 18.5rem;
  font-size: 2.8rem;
  line-height: 2.4;
  letter-spacing: 0.15em;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  .philosophy {
    padding-top: calc(10.0rem * 0.45);
    padding-bottom: calc(25.0rem * 0.45);
  }

  .philosophy .l-container {
    display: block;
  }

  .philosophy-ttl {
    width: 100%;
  }

  .philosophy-ttl-sub img {
    width: calc(38.0rem * 0.4);
  }

  .philosophy-ttl-main {
    margin-top: calc(6.0rem * 0.4);
  }

  .philosophy-ttl-main img {
    width: calc(67.6rem * 0.4);
  }

  .philosophy-txt {
    margin-top: 3.0rem;
    padding-left: 0;
    font-size: calc(2.8rem * 0.55);
    line-height: 2.2;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}


/**
 * Technology
 * -------------------------------
 */

.tech {
  background-image: url('../../../assets/pages/img/top/bg01.png');
  background-repeat: repeat;
}

.tech-ttl {
  position: relative;
  margin-left: -0.5rem;
}

.tech-ttl > span {
  display: block;
  line-height: 1;
}

.tech-ttl-shoulder {
  position: absolute;
  top: 0;
  right: 1.0rem;
}

.tech-ttl-shoulder img {
  width: 27.6rem;
}

.tech-ttl-sub {
  position: relative;
}

.tech-ttl-sub::before {
  position: absolute;
  top: -6.5rem;
  left: 3.0rem;
  transform: rotate(65deg);
  z-index: 2;
  width: 1px;
  height: 17.8rem;
  background: linear-gradient(0deg, rgba(157,219,217,1) 0%, rgba(89,188,203,1) 100%);
  content: '';
}

.tech-ttl-sub img {
  position: relative;
  z-index: 1;
  width: 41.2rem;
}

.tech-ttl-main {
  margin-top: 3.0rem;
}

@media all and (max-width: 767px) {
  .tech {
    background-size: 5.0rem auto;
  }
  
  .tech-ttl {
    margin-left: -0.5rem;
  }

  .tech-ttl-shoulder {
    position: absolute;
    top: 1.5rem;
    right: -1.5rem
  }

  .tech-ttl-shoulder img {
    width: calc(13.8rem * 0.4);
  }

  .tech-ttl-sub::before {
    top: calc(-6.5rem * 0.45);
    left: calc(3.0rem * 0.45);
    height: calc(17.8rem * 0.45);
  }

  .tech-ttl-sub img {
    width: calc(41.2rem * 0.45);
  }

  .tech-ttl-main {
    margin-top: calc(3.0rem * 0.45);
  }
}


/**
 * Technology Key Visual
 * -------------------------------
 */

.tech-kv {
  position: relative;
  z-index: 1;
  height: 107.4rem;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .tech-kv {
    height: calc(107.4rem * 0.45);
  }
}

/* -- .tech-kv-mask -- */
.tech-kv-mask,
.tech-kv-mask-inner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.tech-kv-mask-inner1 {
  z-index: 2;
  width: 0;
  background-image: url('../../../assets/pages/img/top/bg01.png');
  background-repeat: repeat;
}

.tech-kv-mask-inner1.is-animated {
  animation: tech-kv-mask-move 0.8s ease-out;
}

@keyframes tech-kv-mask-move {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  65% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

.tech-kv-mask-inner2 {
  z-index: 1;
  background-color: #d0d2d7;
}

.tech-kv-mask-inner2.is-animated {
  width: 0;
  transition-delay: 0.1s;
}

@media all and (max-width: 767px) {
  .tech-kv-mask-inner1 {
    background-size: 5.0rem auto;
  }
}

/* -- .tech-kv-bg -- */
.tech-kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.tech-kv-bg {
  background-image: url('../../../assets/pages/img/top/tech_kv_bg01.png');
  background-size: 3840px 100%;
  animation: tech-kv-bg-move 15s linear infinite;
}

@keyframes tech-kv-bg-move {
  0% {
    background-position: 50% 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 50% 0;
  }
}

.tech-kv-bg-inner,
.tech-kv-bg-inner1,
.tech-kv-bg-inner2 {
  height: 100%;
}

.tech-kv-bg-inner1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100vw;
  min-width: 192.0rem;
  background-image: url('../../../assets/pages/img/top/tech_kv_bg_repeat.png');
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.tech-kv-bg-inner2 {
  z-index: 2;
  background-image: url('../../../assets/pages/img/top/tech_kv_bg02.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 192.0rem auto;
}

@media all and (min-width: 768px) and (max-width: 1479px) {
  .tech-kv-bg-inner1 {
    left: 0;
    transform: translateX(0);
  }
}
@media all and (max-width: 767px) {
  .tech-kv-bg {
    background-size: 1920px 100%;
  }
  
  .tech-kv-bg-inner1 {
    top: auto;
    bottom: 0;
    height: 8.0rem;
    background-color: #f2f9f9;
    background-image: none;
  }
  
  .tech-kv-bg-inner2 {
    background-size: 100% auto;
    background-position: 50% 15.0rem;
  }
}

/* -- .tech-kv-inner -- */
.tech-kv-inner {
  position: relative;
  z-index: 1;
  height: 100%;
}

.tech-kv-ttl {
  position: absolute;
  top: 6.0rem;
  right: 20.0rem;
  width: 29.9rem;
  height: 55.7rem;
}

.tech-kv-ttl-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tech-kv-logo {
  position: absolute;
  z-index: 1;
  left: 17.0rem;
  bottom: 4.0rem;
}

.tech-kv-logo-head {
  display: block;
}

.tech-kv-logo-head img {
  width: 52.0rem;
}

.tech-kv-logo-body {
  position: absolute;
  z-index: -1;
  top: -16.0rem;
  left: -8.0rem;
}

.tech-kv-logo-body img {
  width: 14.0rem;
}

@media all and (max-width: 767px) {
  .tech-kv-ttl {
    top: calc(6.0rem * 0.4);
    right: calc(20.0rem * 0.10);
    width: calc(29.9rem * 0.4);
    height: calc(55.7rem * 0.4);
  }

  .tech-kv-logo {
    left: calc(17.0rem * 0.3);
    bottom: calc(4.0rem * 0.4);
  }

  .tech-kv-logo-head img {
    width: calc(52.0rem * 0.4);
  }

  .tech-kv-logo-body {
    top: calc(-16.0rem * 0.4);
    left: calc(-8.0rem * 0.4);
  }

  .tech-kv-logo-body img {
    width: calc(14.0rem * 0.4);
  }
}


/**
 * Technology
 * -------------------------------
 */

/* -- .tech-list-type1-feature -- */
.tech-list-type1-feature-item {
  padding-top: 16.5rem;
}

.tech-list-type1-feature-ttl {
  display: flex;
  align-items: center;
}

.tech-list-type1-feature-ttl > span {
  display: block;
  line-height: 1;
}

.tech-list-type1-feature-ttl-label {
  width: 31.3rem;
  margin-left: -1.5rem;
}

.tech-list-type1-feature-ttl-main {
  flex: 1;
  margin-left: 2.5rem;
}

.tech-list-type1-feature-txt {
  font-size: 2.9rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media all and (max-width: 767px) {
  .tech-list-type1-feature-item {
    padding-top: calc(16.5rem * 0.4);
  }

  .tech-list-type1-feature-ttl {
    display: block;
  }

  .tech-list-type1-feature-ttl-label {
    width: calc(31.3rem * 0.45);
    margin-left: calc(-1.5rem * 0.45);
  }

  .tech-list-type1-feature-ttl-main {
    margin-top: calc(2.5rem * 0.45) !important;
    margin-left: 0 !important;
  }

  .tech-list-type1-feature-txt {
    font-size: calc(2.9rem * 0.55);
  }
}

/* -- .tech-list-type2-feature -- */
.tech-list-type2-feature-item {
  padding-top: 14.5rem;
  padding-left: 17.0rem;
}

.tech-list-type2-feature-inner {
  position: relative;
}

dl.tech-list-type2-feature-inner {
  display: flex;
}

.tech-list-type2-feature-head {
  display: block;
}

.tech-list-type2-feature-head img {
  width: 100%;
}

.tech-list-type2-feature-body {
  flex: 1;
}

.tech-list-type2-feature-ttl > span {
  display: block;
  line-height: 1;
}

.tech-list-type2-feature-ttl-label {
  margin-left: -1.5rem;
}

.tech-list-type2-feature-ttl-label img {
  width: 31.3rem;
}

.tech-list-type2-feature-ttl-main {
  margin-top: 3.0rem;
}

.tech-list-type2-feature-txt {
  margin-top: 7.0rem;
  font-size: 2.9rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media all and (max-width: 767px) {
  .tech-list-type2-feature-item {
    padding-top: calc(14.5rem * 0.4);
    padding-left: 0;
  }

  dl.tech-list-type2-feature-inner {
    display: block;
  }
  
  .tech-list-type2-feature-head {
    margin: 0 auto;
    text-align: center;
  }
  
  .tech-list-type2-feature-ttl-label {
    margin-left: calc(-1.5rem * 0.45);
  }

  .tech-list-type2-feature-ttl-label img {
    width: calc(31.3rem * 0.45);
  }

  .tech-list-type2-feature-ttl-main {
    margin-top: calc(3.0rem * 0.45);
  }

  .tech-list-type2-feature-txt {
    margin-top: calc(7.0rem * 0.4);
    font-size: calc(2.9rem * 0.55);
  }
}


/**
 * Technology Craftsman
 * -------------------------------
 */

.tech-list-craftsman {
  padding-top: 6.0rem;
  padding-bottom: 16.0rem;
  background-image: url('../../../assets/pages/img/top/tech_list_craftsman_bg.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% 341.4rem;
}

.tech-list-craftsman .tech-ttl-main img {
  width: 93.6rem;
}

@media all and (max-width: 767px) {
  .tech-list-craftsman {
    padding-top: calc(6.0rem * 0.45);
    padding-bottom: calc(16.0rem * 0.7);
    background-size: 200% 100%;
  }

  .tech-list-craftsman .tech-ttl-main img {
    width: calc(84.5rem * 0.4);
  }
}

/* -- .tech-list-craftsman-feature -- */
.tech-list-craftsman-feature {
  margin-top: -15.0rem;
  padding-top: 15.0rem;
  color: #53585f;
}

@media all and (max-width: 767px) {
  .tech-list-craftsman-feature {
    margin-top: calc(-15.0rem * 0.4);
    padding-top: calc(15.0rem * 0.4);
  }
}

/* -- .tech-list-craftsman-feature1 -- */
.tech-list-craftsman-feature1 {
  color: #42606f;
}

.tech-list-craftsman-feature1 .tech-list-type1-feature-ttl-main img {
  width: 125.0rem;
}

.tech-list-craftsman-feature1-txt {
  margin-top: 3.5rem;
  font-size: 3.6rem;
}

.tech-list-craftsman-feature1-temp {
  display: flex;
  padding-top: 7.0rem;
  margin-left: -4.5rem;
}

.tech-list-craftsman-feature1-temp-item {
  width: 25%;
  padding-left: 4.5rem;
}

.tech-list-craftsman-feature1-temp-inner {
  height: 100%;
  background-color: #fff;
  border-radius: 1.9rem;
}

.tech-list-craftsman-feature1-temp-head {
  display: block;
}

.tech-list-craftsman-feature1-temp-body {
  padding: 2.0rem 3.0rem 3.0rem 3.0rem;
}

.tech-list-craftsman-feature1-temp-purpose {
  display: flex;
  min-height: 20.0rem;
}

.tech-list-craftsman-feature1-temp-purpose-head {
  display: block;
  width: 40%;
  font-size: 2.2rem;
  font-weight: 500;
}

.tech-list-craftsman-feature1-temp-purpose-body {
  flex: 1;
}

.tech-list-craftsman-feature1-temp-purpose-list-item {
  position: relative;
  padding-left: 2.5rem;
  margin-top: 0.5rem;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
}

.tech-list-craftsman-feature1-temp-purpose-list-item:nth-of-type(1) {
  margin-top: 0;
}

.tech-list-craftsman-feature1-temp-purpose-list-item::before {
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  content: '';
}

.tech-list-craftsman-feature1-temp1 .tech-list-craftsman-feature1-temp-purpose-list-item::before {
  background-image: url('../../../assets/pages/img/top/tech_list_craftsman_feature01_temp01_icon.svg');
}

.tech-list-craftsman-feature1-temp2 .tech-list-craftsman-feature1-temp-purpose-list-item::before {
  background-image: url('../../../assets/pages/img/top/tech_list_craftsman_feature01_temp02_icon.svg');
}

.tech-list-craftsman-feature1-temp3 .tech-list-craftsman-feature1-temp-purpose-list-item::before {
  background-image: url('../../../assets/pages/img/top/tech_list_craftsman_feature01_temp03_icon.svg');
}

.tech-list-craftsman-feature1-temp4 .tech-list-craftsman-feature1-temp-purpose-list-item::before {
  background-image: url('../../../assets/pages/img/top/tech_list_craftsman_feature01_temp04_icon.svg');
}

.tech-list-craftsman-feature1-temp-howtouse {
  margin-top: 3.5rem;
  text-align: center;
}

.tech-list-craftsman-feature1-temp-howtouse-head {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
}

.tech-list-craftsman-feature1-temp-howtouse-body {
  margin-top: 2.0rem;
  font-size: 3.3rem;
  font-size: 500;
  line-height: 1.3;
}

@media all and (max-width: 767px) {
  .tech-list-craftsman-feature1 .tech-list-type1-feature-ttl-main img {
    width: calc(78.6rem * 0.45);
  }
  
  .tech-list-craftsman-feature1-txt {
    margin-top: calc(3.5rem * 0.45);
    font-size: calc(3.6rem * 0.48);
  }

  .tech-list-craftsman-feature1-temp {
    flex-wrap: wrap;
    padding-top: calc(7.0rem * 0.45);
    margin-top: calc(-4.5rem * 0.3);
    margin-left: calc(-4.5rem * 0.3);
  }

  .tech-list-craftsman-feature1-temp-item {
    width: 50%;
    padding-top: calc(4.5rem * 0.3);
    padding-left: calc(4.5rem * 0.3);
  }

  .tech-list-craftsman-feature1-temp-inner {
    border-radius: calc(1.9rem * 0.45);
  }

  .tech-list-craftsman-feature1-temp-body {
    padding: calc(2.0rem * 0.45) calc(3.0rem * 0.45) calc(3.0rem * 0.45) calc(3.0rem * 0.45);
  }

  .tech-list-craftsman-feature1-temp-purpose {
    display: block;
    min-height: initial;
  }
  
  .tech-list-craftsman-feature1-temp1 .tech-list-craftsman-feature1-temp-purpose {
    min-height: 15.5rem;
  }

  .tech-list-craftsman-feature1-temp-purpose-head {
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: calc(2.2rem * 0.7);
  }

  .tech-list-craftsman-feature1-temp-purpose-list-item {
    padding-left: calc(2.5rem * 0.8);
    margin-top: calc(0.5rem * 0.8);
    font-size: calc(2.6rem * 0.6);
  }

  .tech-list-craftsman-feature1-temp-purpose-list-item::before {
    top: calc(1.1rem * 0.6);
    width: calc(1.6rem * 0.8);
    height: calc(1.6rem * 0.8);
  }

  .tech-list-craftsman-feature1-temp-howtouse {
    margin-top: calc(3.5rem * 0.45);
  }

  .tech-list-craftsman-feature1-temp-howtouse-head {
    font-size: calc(1.7rem * 0.7);
  }

  .tech-list-craftsman-feature1-temp-howtouse-body {
    margin-top: calc(2.0rem * 0.6);
    font-size: calc(3.3rem * 0.6);
  }
}

/* -- .tech-list-craftsman-feature2 -- */
.tech-list-craftsman-feature2 {
  color: #42606f;
}

.tech-list-craftsman-feature2 .tech-list-type1-feature-ttl-main img {
  width: 65.4rem;
}

.tech-list-craftsman-feature2-ttl {
  margin-bottom: 3.0rem;
  font-size: 5.0rem;
  font-weight: 500;
}

.tech-list-craftsman-feature2-size {
  display: flex;
  margin-top: 6.5rem;
}

.tech-list-craftsman-feature2-size-head {
  display: block;
  margin-right: -11.0rem;
  flex: 1;
}

.tech-list-craftsman-feature2-size-body {
  width: 58.0rem;
}

.tech-list-craftsman-feature2-size-txt {
  font-size: 3.6rem;
  font-weight: 500;
}

.tech-list-craftsman-feature2-installation {
  margin-top: 17.5rem;
}

.tech-list-craftsman-feature2-installation-location {
  display: flex;
  margin-left: -8.5rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.tech-list-craftsman-feature2-installation-location-item {
  width: 50%;
  padding-left: 8.5rem;
}

.tech-list-craftsman-feature2-installation-location-head {
  display: block;
  margin-top: 2.5rem;
  text-align: center;
}

.tech-list-craftsman-feature2-installation-location-head img {
  width: 70%;
}

.tech-list-craftsman-feature2-installation-location-body {
  display: flex;
  align-items: center;
}

.tech-list-craftsman-feature2-installation-location-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.0rem;
  height: 15.0rem;
  border-radius: 100.0rem;
  background-color: #42606f;
}

.tech-list-craftsman-feature2-installation-location-ttl-inner {
  display: block;
  color: #fff;
  font-size: 3.1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.tech-list-craftsman-feature2-installation-location-txt {
  flex: 1;
  padding-left: 2.5rem;
  font-size: 3.3rem;
}

@media all and (max-width: 767px) {
  .tech-list-craftsman-feature2 .tech-list-type1-feature-ttl-main img {
    width: calc(65.4rem * 0.45);
  }

  .tech-list-craftsman-feature2-ttl {
    margin-bottom: calc(3.0rem * 0.45);
    font-size: calc(5.0rem * 0.45);
  }

  .tech-list-craftsman-feature2-size {
    display: block;
    margin-top: calc(6.5rem * 0.45);
  }

  .tech-list-craftsman-feature2-size-head {
    margin-right: -3.0rem;
    margin-left: -1.5rem;
  }

  .tech-list-craftsman-feature2-size-body {
    width: 100%;
  }

  .tech-list-craftsman-feature2-size-txt {
    font-size: calc(3.6rem * 0.48);
  }

  .tech-list-craftsman-feature2-installation {
    margin-top: calc(17.5rem * 0.3);
  }

  .tech-list-craftsman-feature2-installation-location {
    flex-wrap: wrap;
    margin-top: -1.5rem;
    margin-left: calc(-8.5rem * 0.45);
    padding-left: calc(4.5rem * 0.45);
    padding-right: calc(4.5rem * 0.45);
  }

  .tech-list-craftsman-feature2-installation-location-item {
    width: 100%;
    padding-top: 1.5rem;
    padding-left: calc(8.5rem * 0.45);
  }

  .tech-list-craftsman-feature2-installation-location-head {
    margin-top: calc(2.5rem * 0.45);
  }

  .tech-list-craftsman-feature2-installation-location-head img {
    width: 70%;
  }

  .tech-list-craftsman-feature2-installation-location-body {
    display: flex;
    align-items: center;
  }

  .tech-list-craftsman-feature2-installation-location-ttl {
    width: calc(15.0rem * 0.48);
    height: calc(15.0rem * 0.48);
  }

  .tech-list-craftsman-feature2-installation-location-ttl-inner {
    font-size: calc(3.1rem * 0.48);
  }

  .tech-list-craftsman-feature2-installation-location-txt {
    padding-left: calc(2.5rem * 0.48);
    font-size: calc(3.3rem * 0.48);
  }
}



/**
 * Technology Nature
 * -------------------------------
 */

.tech-list-nature {
  padding-top: 11.5rem;
  background-image: url('../../../assets/pages/img/top/tech_list_nature_bg.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% 738.4rem;
}

.tech-list-nature .tech-ttl-main img {
  width: 103.6rem;
}

@media all and (max-width: 767px) {
  .tech-list-nature {
    padding-top: calc(11.5rem * 0.45);
    background-size: 200% 100%;
  }

  .tech-list-nature .tech-ttl-main img {
    width: calc(84.5rem * 0.4);
  }
}

/* -- .tech-list-nature-lead -- */
.tech-list-nature-lead {
  position: relative;
  margin-top: 24.5rem;
  padding-left: 27.5rem;
  padding-right: 27.5rem;
}

.tech-list-nature-lead-head {
  display: block;
  position: absolute;
  top: -6.0rem;
  right: 17.0rem;
}

.tech-list-nature-lead-head img {
  width: 48.5rem;
}

.tech-list-nature-lead-ttl img {
  width: 77.8rem;
}

.tech-list-nature-lead-txt {
  margin-top: 12.0rem;
  padding-left: 5.0rem;
  padding-right: 5.0rem;
  font-size: 3.8rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

@media all and (max-width: 767px) {
  .tech-list-nature-lead {
    margin-top: calc(24.5rem * 0.4);
    padding-left: 0;
    padding-right: 0;
  }

  .tech-list-nature-lead-head {
    top: 13.5rem;
    right: 0;
  }

  .tech-list-nature-lead-head img {
    width: calc(48.5rem * 0.4);
  }

  .tech-list-nature-lead-ttl img {
    width: calc(77.8rem * 0.4);
  }

  .tech-list-nature-lead-txt {
    margin-top: calc(12.0rem * 0.25);
    padding-left: 0;
    padding-right: 20.0rem;
    font-size: calc(3.8rem * 0.45);
  }
}

/* -- .tech-list-nature-overview -- */
.tech-list-nature-overview-ttl {
  text-align: center;
}

.tech-list-nature-overview-ttl > span {
  display: block;
  line-height: 1;
}

.tech-list-nature-overview-ttl-bar {
  width: 1px;
  height: 6.9rem;
  margin: 0 auto;
  background-color: #000;
}

.tech-list-nature-overview-ttl-sub {
  margin-top: 3.0rem;
}

.tech-list-nature-overview-ttl-sub img {
  width: 41.2rem;
}

.tech-list-nature-overview-ttl-main {
  margin-top: 3.5rem;
}

.tech-list-nature-overview-ttl-main img {
  width: 47.6rem;
}

.tech-list-nature-overview-inner {
  margin-top: 3.5rem;
}

.tech-list-nature-overview-head {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 -3.5rem;
}

.tech-list-nature-overview-head img {
  width: 100%;
}

.tech-list-nature-overview-head > span {
  display: block;
}

.tech-list-nature-overview-img {
  position: relative;
  z-index: 1;
}

.tech-list-nature-overview-video {
  display: block;
  position: absolute;
  top: 3.0rem;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 105.0rem;
  border-radius: 4.0rem;
  overflow: hidden;
  line-height: 1;
}

.tech-list-nature-overview-video video {
  width: 102%;
  margin-left: -1%;
}

.tech-list-nature-overview-bubble {
  position: absolute;
  top: -22.5rem;
  right: 16.0rem;
  z-index: -2;
  width: 33.0rem;
  height: 33.0rem;
}

.tech-list-nature-overview-body {
  margin-top: 2.5rem;
}

.tech-list-nature-overview-coral {
  position: relative;
  z-index: 1;
  margin-left: 33.0rem;
  margin-right: 33.0rem;
}

.tech-list-nature-overview-coral-head {
  position: absolute;
  top: 8.5rem;
  left: -30.5rem;
  z-index: -1;
}

.tech-list-nature-overview-coral-head img {
  width: 59.4rem;
}

.tech-list-nature-overview-coral-bar {
  width: 1px;
  height: 6.9rem;
  margin: 0 auto;
  background-color: #000;
}

.tech-list-nature-overview-coral-ttl {
  margin-top: 6.0rem;
  text-align: right;
}

.tech-list-nature-overview-coral-ttl img {
  width: 76.2rem;
}

.tech-list-nature-overview-coral-txt {
  margin-top: 6.5rem;
  font-size: 3.8rem;
  line-height: 1.8;
}

@media all and (max-width: 767px) {
  .tech-list-nature-overview {
    margin-top: 2.0rem;
  }
  
  .tech-list-nature-overview-ttl > span {
    display: block;
  }

  .tech-list-nature-overview-ttl-bar {
    height: calc(6.9rem * 0.45);
  }

  .tech-list-nature-overview-ttl-sub {
    margin-top: calc(3.0rem * 0.45);
  }

  .tech-list-nature-overview-ttl-sub img {
    width: calc(41.2rem * 0.45);
  }

  .tech-list-nature-overview-ttl-main {
    margin-top: calc(3.5rem * 0.45);
  }

  .tech-list-nature-overview-ttl-main img {
    width: calc(47.6rem * 0.4);
  }

  .tech-list-nature-overview-inner {
    margin-top: calc(3.5rem * 0.45);
  }

  .tech-list-nature-overview-head {
    margin: 0 -3.0rem;
  }
  
  .tech-list-nature-overview-video {
    top: calc(3.0rem * 0.28);
    width: calc(105.0rem * 0.28);
    border-radius: calc(4.0rem * 0.28);
  }

  .tech-list-nature-overview-video video {
    width: 102%;
    margin-left: -1%;
  }

  .tech-list-nature-overview-bubble {
    top: calc(-22.5rem * 0.4);
    right: 0;
    width: calc(33.0rem * 0.4);
    height: calc(33.0rem * 0.4);
  }

  .tech-list-nature-overview-body {
    margin-top: calc(2.5rem * 0.45);
  }

  .tech-list-nature-overview-coral {
    margin-left: 0;
    margin-right: 0;
  }

  .tech-list-nature-overview-coral-head {
    top: 6.5rem;
    left: -7.0rem;
  }

  .tech-list-nature-overview-coral-head img {
    width: calc(59.4rem * 0.45);
  }

  .tech-list-nature-overview-coral-bar {
    height: calc(6.9rem * 0.45);
  }

  .tech-list-nature-overview-coral-ttl {
    margin-top: calc(6.0rem * 0.45);
  }

  .tech-list-nature-overview-coral-ttl img {
    width: calc(76.2rem * 0.4);
  }

  .tech-list-nature-overview-coral-txt {
    margin-top: calc(6.5rem * 0.45);
    font-size: calc(3.8rem * 0.45);
  }
}

/* -- .tech-list-nature-feature -- */
.tech-list-nature-feature {
  display: flex;
  flex-wrap: wrap;
  padding-top: 18.0rem;
  padding-left: 9.5rem;
  padding-right: 9.5rem;
  margin-top: -14.5rem;
  margin-left: -17.0rem;
}

@media all and (max-width: 767px) {
  .tech-list-nature-feature {
    padding-top: calc(18.0rem * 0.4);
    padding-left: 0;
    padding-right: 0;
    margin-top: calc(-14.5rem * 0.4);
    margin-left: 0;
  }
}

/* -- .tech-list-nature-feature1 -- */
.tech-list-nature-feature1 .tech-list-type2-feature-head {
  width: 68.5rem;
  padding-top: 2.0rem;
  padding-left: 8.5rem;
}

.tech-list-nature-feature1 .tech-list-type2-feature-ttl-main img {
  width: 90.0rem;
}

.tech-list-nature-feature1-img {
  display: inline-block;
  position: relative;
  margin-top: 1.0rem;
  padding-left: 9.0rem;
}

.tech-list-nature-feature1-img img {
  width: 56.2rem;
}

.tech-list-nature-feature1-img-caption {
  position: absolute;
  right: -14.0rem;
  bottom: 2.5rem;
  font-size: 2.0rem;
  line-height: 1.4;
}

@media all and (max-width: 767px) {
  .tech-list-nature-feature1 .tech-list-type2-feature-head {
    width: calc(68.5rem * 0.4);
    padding-top: 3.0rem;
    padding-left: 0;
  }
  
  .tech-list-nature-feature1 .tech-list-type2-feature-ttl-main img {
    width: calc(90.0rem * 0.4);
  }
  
  .tech-list-nature-feature1 .tech-list-type2-feature-txt {
    padding-right: 18.0rem;
  }
  
  .tech-list-nature-feature1-img {
    position: absolute;
    top: 12.0rem;
    right: 0;
    margin-top: 0;
    padding-left: 0;
  }

  .tech-list-nature-feature1-img img {
    width: calc(56.2rem * 0.3);
  }

  .tech-list-nature-feature1-img-caption {
    right: 0;
    bottom: -2.0rem;
    font-size: calc(2.0rem * 0.45);
  }
}

/* -- .tech-list-nature-feature2 -- */
.tech-list-nature-feature2 {
  width: 50%;
}

.tech-list-nature-feature2 .tech-list-type2-feature-ttl-main img {
  width: 68.6rem;
}

@media all and (max-width: 767px) {
  .tech-list-nature-feature2 {
    width: 100%;
  }
  
  .tech-list-nature-feature2 .tech-list-type2-feature-ttl-main img {
    width: calc(68.6rem * 0.4);
  }
}

/* -- .tech-list-nature-feature3 -- */
.tech-list-nature-feature3 {
  width: 50%;
}

.tech-list-nature-feature3 .tech-list-type2-feature-ttl-main img {
  width: 65.0rem;
}

@media all and (max-width: 767px) {
  .tech-list-nature-feature3 {
    width: 100%;
  }
  
  .tech-list-nature-feature3 .tech-list-type2-feature-ttl-main img {
    width: calc(65.0rem * 0.4);
  }
}

/* -- .tech-list-nature-feature4 -- */
.tech-list-nature-feature4 .tech-list-type2-feature-head {
  width: 79.5rem;
  padding-top: 4.8rem;
  padding-left: 7.5rem;
}

.tech-list-nature-feature4 .tech-list-type2-feature-ttl-main img {
  width: 65.2rem;
}

@media all and (max-width: 767px) {
  .tech-list-nature-feature4 .tech-list-type2-feature-head {
    width: calc(79.5rem * 0.4);
    padding-top: 3.0rem;
    padding-left: 0;
  }
  
  .tech-list-nature-feature4 .tech-list-type2-feature-ttl-main img {
    width: calc(65.2rem * 0.4);
  }
}


/* -- .tech-list-nature-feature5 -- */
.tech-list-nature-feature5 {
  width: 100%;
  padding-top: 20.0rem;
  padding-bottom: 25.0rem;
}

.tech-list-nature-feature5-ttl {
  text-align: center;
}

.tech-list-nature-feature5-ttl > span {
  display: block;
  line-height: 1;
}

.tech-list-nature-feature5-ttl-sub img {
  width: 40.5rem;
}

.tech-list-nature-feature5-ttl-main {
  margin-top: 3.0rem;
}

.tech-list-nature-feature5-ttl-main img {
  width: 80.5rem;
}

.tech-list-nature-feature5-txt {
  width: 81.5rem;
  margin: 0 auto;
  padding-top: 3.0rem;
  color: #53585f;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}

.tech-list-nature-feature5-flow {
  margin-top: 4.0rem;
}

.tech-list-nature-feature5-flow-head {
  display: block;
  position: relative;
  width: 116.4rem;
  height: 75.1rem;
  margin: 0 auto;
  text-align: center;
}

.tech-list-nature-feature5-flow-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tech-list-nature-feature5-flow-img:nth-of-type(1) {
  z-index: 3;
}

.tech-list-nature-feature5-flow-img:nth-of-type(2) {
  z-index: 1;
}

.tech-list-nature-feature5-flow-img:nth-of-type(3) {
  z-index: 2;
}

.tech-list-nature-feature5-flow-img img {
  width: 100%;
}

.tech-list-nature-feature5-flow-list {
  display: flex;
  justify-content: center;
  margin-left: -3.0rem;
}

.tech-list-nature-feature5-flow-list-item {
  display: inline-block;
  position: relative;
  margin-left: 3.0rem;
}

.tech-list-nature-feature5-flow-list-line {
  position: absolute;
  top: 50%;
  right: -5.0rem;
  width: 6.7rem;
  height: 7.0rem;
  margin-top: -3.5rem;
  background-image: url('../../../assets/pages/img/top/tech_list_nature_feature05_flow_list_line.svg');
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 6.7rem auto;
}

.tech-list-nature-feature5-flow-list-img img {
 width: 20.7rem; 
}

@media all and (max-width: 767px) {
  .tech-list-nature-feature5 {
    padding-top: calc(20.0rem * 0.45);
    padding-bottom: calc(25.0rem * 0.2);
  }

  .tech-list-nature-feature5-ttl-sub img {
    width: calc(40.5rem * 0.5);
  }

  .tech-list-nature-feature5-ttl-main {
    margin-top: calc(3.0rem * 0.5);
  }

  .tech-list-nature-feature5-ttl-main img {
    width: calc(80.5rem * 0.5);
  }

  .tech-list-nature-feature5-txt {
    width: 100%;
    padding-top: calc(3.0rem * 0.5);
    font-size: calc(2.6rem * 0.6);
  }

  .tech-list-nature-feature5-flow {
    margin-top: calc(4.0rem * 0.5);
  }

  .tech-list-nature-feature5-flow-head {
    width: calc(116.4rem * 0.35);
    height: calc(75.1rem * 0.35);
  }

  .tech-list-nature-feature5-flow-list {
    padding-top: 1.0rem;
    flex-wrap: wrap;
    margin-left: calc(-3.0rem * 0.45);
  }

  .tech-list-nature-feature5-flow-list-item {
    margin-left: calc(3.0rem * 0.45);
  }

  .tech-list-nature-feature5-flow-list-line {
    right: calc(-5.0rem * 0.45);
    width: calc(6.7rem * 0.5);
    height: calc(7.0rem * 0.5);
    margin-top: calc(-3.5rem * 0.5);
    background-size: calc(6.7rem * 0.5) auto;
  }

  .tech-list-nature-feature5-flow-list-img img {
   width: calc(20.7rem * 0.5);
  }
}


/* -- .tech-list-nature-feature6 -- */
.tech-list-nature-feature6 .tech-list-type1-feature-ttl-main img {
  width: 49.9rem;
}

.tech-list-nature-feature6-cost {
  padding-top: 8.0rem;
  padding-left: 3.0rem;
  padding-right: 3.0rem;
}

.tech-list-nature-feature6-cost-head {
  display: flex;
  justify-content: center;
  margin-left: -5.0rem;
  text-align: center;
}

.tech-list-nature-feature6-cost-img {
  position: relative;
  display: inline-block;
  margin-left: 5.0rem;
}

.tech-list-nature-feature6-cost-img:nth-of-type(1) {
  z-index: 1;
  width: 73.2rem;
}

.tech-list-nature-feature6-cost-img:nth-of-type(2) {
  z-index: 2;
  width: 84.8rem;
}

.tech-list-nature-feature6-cost-head-inner img {
  width: 100%;
}

.tech-list-nature-feature6-cost-video {
  display: block;
  position: absolute;
  top: 9.0rem;
  z-index: -1;
  width: 120%;
  margin-left: -7.0rem;
}

.tech-list-nature-feature6-cost-video img,
.tech-list-nature-feature6-cost-video video {
  width: 100%;
}

.tech-list-nature-feature6-cost-body {
  margin-top: 7.0rem;
}

.tech-list-nature-feature6-cost-list {
  display: flex;
  margin-left: -5.0rem;
}

.tech-list-nature-feature6-cost-list-item {
  width: 33.3333%;
  padding-left: 5.0rem;
  text-align: center;
}

.tech-list-nature-feature6-cost-list-head {
  display: block;
}

.tech-list-nature-feature6-cost-list-body {
  margin-top: -2.5rem;
  color: #42606f;
  font-size: 1.6rem;
}

.tech-list-nature-feature6-cost-list-body > small {
  font-size: 1.1rem;
}

.tech-list-nature-feature6-cost-list-body > strong {
  font-size: 2.1rem;
  font-weight: 400;
}

.tech-list-nature-feature6-comments {
  margin-top: 2.5rem;
  color: #42606f;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media all and (max-width: 767px) {
  .tech-list-nature-feature6 .tech-list-type1-feature-ttl-main img {
    width: calc(49.9rem * 0.45);
  }

  .tech-list-nature-feature6-cost {
    padding-top: calc(8.0rem * 0.4);
    padding-left: 1.0rem;
    padding-right: 1.0rem;
  }

  .tech-list-nature-feature6-cost-head {
    display: block;
    margin-left: 0;
    text-align: left;
  }
  
  .tech-list-nature-feature6-cost-img {
    margin-top: 2.0rem;
    margin-left: 0;
  }

  .tech-list-nature-feature6-cost-img:nth-of-type(1) {
    width: calc(73.2rem * 0.5);
    margin-top: 0;
  }

  .tech-list-nature-feature6-cost-img:nth-of-type(2) {
    width: calc(84.8rem * 0.5);
  }
  
  .tech-list-nature-feature6-cost-video {
    top: calc(9.0rem * 0.5);
    margin-left: calc(-7.0rem * 0.5);
  }

  .tech-list-nature-feature6-cost-body {
    margin-top: calc(7.0rem * 0.45);
  }

  .tech-list-nature-feature6-cost-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: calc(-5.0rem * 0.45);
    margin-left: calc(-5.0rem * 0.45);
  }

  .tech-list-nature-feature6-cost-list-item {
    width: 50%;
    padding-top: calc(5.0rem * 0.45);
    padding-left: calc(5.0rem * 0.45);
  }

  .tech-list-nature-feature6-cost-list-body {
    margin-top: calc(-2.5rem * 0.45);
    font-size: calc(2.1rem * 0.65);
  }

  .tech-list-nature-feature6-cost-list-body > small {
    font-size: calc(1.7rem * 0.65);
  }

  .tech-list-nature-feature6-cost-list-body > strong {
    font-size: calc(2.1rem * 0.65);
  }

  .tech-list-nature-feature6-comments {
    margin-top: calc(2.5rem * 0.45);
    font-size: calc(1.6rem * 0.65);
  }
}

/* -- .tech-list-nature-feature7 -- */
.tech-list-nature-feature7 .tech-list-type1-feature-ttl-main img {
  width: 63.5rem;
}

.tech-list-nature-feature7-sdgs {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding-top: 8.0rem;
}

.tech-list-nature-feature7-sdgs-head {
  display: block;
  width: 75.0rem;
}

.tech-list-nature-feature7-sdgs-body {
  flex: 1;
  padding-left: 9.0rem;
}

.tech-list-nature-feature7-sdgs-txt {
  line-height: 1.8;
}

.tech-list-nature-feature7-sdgs-comments {
  margin-top: 2.5rem;
  font-size: 2.0rem;
  line-height: 1.4;
}

@media all and (max-width: 767px) {
  .tech-list-nature-feature7 .tech-list-type1-feature-ttl-main img {
    width: calc(63.5rem * 0.45);
  }

  .tech-list-nature-feature7-sdgs {
    display: block;
    padding-top: calc(8.0rem * 0.4);
  }

  .tech-list-nature-feature7-sdgs-head {
    width: 100%;
    margin-top: 3.0rem;
  }
  
  .tech-list-nature-feature7-sdgs-head img {
    width: 90%;
  }

  .tech-list-nature-feature7-sdgs-body {
    padding-left: 0;
  }

  .tech-list-nature-feature7-sdgs-comments {
    margin-top: calc(2.5rem * 0.45);
    font-size: calc(2.0rem * 0.65);
  }
}


/**
 * Technology FAQ
 * -------------------------------
 */

.tech-faq {
  padding-top: 13.5rem;
  /* padding-bottom: 11.0rem; */
  padding-bottom: 35.0rem;
}

.tech-faq-ttl {
  margin-bottom: 4.0rem;
}

.tech-faq-ttl img {
  width: 7.3rem;
}

.tech-faq-list {
  border-top: 1px solid #000;
}

.tech-faq-list-item {
  border-bottom: 1px solid #000;
}

.tech-faq-list-head {
  display: block;
  position: relative;
}

.tech-faq-list-head::before {
  position: absolute;
  top: 3.5rem;
  left: 0;
  width: 2.8rem;
  height: 2.1rem;
  background-image: url('../../../assets/pages/img/top/tech_faq_icon_q.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  content: '';
}

.tech-faq-list-btn {
  display: block;
  width: 100%;
  padding: 1.5rem 6.0rem;
  font-size: 3.4rem;
  font-weight: 500;
}

.tech-faq-list-btn::before,
.tech-faq-list-btn::after {
  position: absolute;
  top: 50%;
  right: 1.0rem;
  width: 3.2rem;
  height: 1px;
  background-color: #000;
  transition: var(--transition);
  content: '';
}

.tech-faq-list-btn::before {
  transform: translateY(-50%);
}

.tech-faq-list-btn::after {
  transform: translateY(-50%) rotate(90deg);
}

.tech-faq-list-btn.is-active::before {
  transform: translateY(-50%) rotate(135deg);
}

.tech-faq-list-btn.is-active::after {
  transform: translateY(-50%) rotate(225deg);
}

.tech-faq-list-body {
  position: relative;
  padding: 1.5rem 6.0rem;
  font-size: 2.5rem;
  font-weight: 500;
}

.tech-faq-list-body::before {
  position: absolute;
  top: 3.0rem;
  left: 0;
  width: 2.3rem;
  height: 1.7rem;
  background-image: url('../../../assets/pages/img/top/tech_faq_icon_a.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  content: '';
}

@media all and (max-width: 767px) {
  .tech-faq {
    padding-top: calc(13.5rem * 0.45);
    /* padding-bottom: calc(11.0rem * 0.45); */
    padding-bottom: calc(35.0rem * 0.45);
  }

  .tech-faq-ttl {
    margin-bottom: calc(4.0rem * 0.45);
  }

  .tech-faq-ttl img {
    width: calc(7.3rem * 0.45);
  }

  .tech-faq-list-head::before {
    top: calc(3.5rem * 0.45);
    width: calc(2.8rem * 0.45);
    height: calc(2.1rem * 0.45);
  }

  .tech-faq-list-btn {
    padding: calc(1.5rem * 0.45) calc(6.0rem * 0.45);
    font-size: calc(3.4rem * 0.45);
  }

  .tech-faq-list-btn::before,
  .tech-faq-list-btn::after {
    right: calc(1.0rem * 0.45);
    width: calc(3.2rem * 0.45);
  }

  .tech-faq-list-body {
    padding: calc(1.5rem * 0.45) calc(6.0rem * 0.45);
    font-size: calc(2.5rem * 0.55);
  }

  .tech-faq-list-body::before {
    top: calc(3.0rem * 0.5);
    width: calc(2.3rem * 0.5);
    height: calc(1.7rem * 0.5);
  }
}


/**
 * Achievements
 * -------------------------------
 */

.achievements {
  padding-top: 6.0rem;
  padding-bottom: 22.0rem;
  background-color: #efefef;
}

.achievements-ttl {
  margin-bottom: 7.0rem;
  font-size: 3.9rem;
  font-weight: 400;
}

.achievements-slider-main-inner {
  width: calc(100vw / 4);
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.achievements .l-container:nth-of-type(2) {
  padding-left: 0;
  padding-right: 0;
}

@media all and (min-width: 768px) {
  .achievements .l-container:not(.is-clear) .slick-list {
    padding: 0 !important;
  }

  .achievements .l-container:not(.is-clear) .slick-track {
    transform: translate3d(0, 0, 0) !important;
  }
}

@media all and (min-width: 768px) and (max-width: 1479px) {
  .achievements-slider-main-inner {
    width: calc(1480px / 4);
  }
}

@media all and (max-width: 767px) {
  .achievements {
    padding-top: calc(6.0rem * 0.45);
    padding-bottom: calc(22.0rem * 0.45);
  }

  .achievements-ttl {
    margin-bottom: calc(7.0rem * 0.45);
    font-size: calc(3.9rem * 0.6);
  }

  .achievements-slider-main-inner {
    width: calc(100vw / 1.5);
    padding-left: calc(4.5rem * 0.25);
    padding-right: calc(4.5rem * 0.25);
  }
}


/**
 * Bottom
 * -------------------------------
 */

.bottom {
  /*margin-top: -11.0rem;
  padding-top: 22.0rem;
  padding-bottom: 12.0rem;
  border-radius: 11.0rem;
  background-image: url('../../../assets/pages/img/top/bottom_bg.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;*/
}

.bottom-inner {
  position: relative;
  margin-left: 5.0rem;
}

.bottom-ttl > span {
  display: block;
  font-weight: 500;
  line-height: 1.2;
}

.bottom-ttl-sub {
  margin-top: 2.5rem;
  font-size: 4.0rem;
}

@media all and (max-width: 767px) {
  .bottom {
    /*padding-top: calc(22.0rem * 0.45);
    padding-bottom: calc(12.0rem * 0.45);
    border-radius: calc(11.0rem * 0.45);*/
  }

  .bottom-inner {
    margin-left: 0.5rem;
  }

  .bottom-ttl-sub {
    margin-top: calc(2.5rem * 0.5);
    font-size: calc(4.0rem * 0.45);
  }
}


/**
 * Partners
 * -------------------------------
 */

.partners {
  padding-top: 18.0rem;
  padding-bottom: 30.0rem;
  background-image: url('../../../assets/pages/img/top/bg01.png');
  background-repeat: repeat;
}

.partners-inner {
  position: relative;
  z-index: 1;
}

.partners-bg,
.partners-bg::before,
.partners-bg::after {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.partners-bg {
  position: absolute;
  top: 0;
  left: 7.0rem;
  z-index: -1;
  width: calc(100% - 7.0rem);
  height: 100%;
  background-image: url('../../../assets/pages/img/top/partners_bg.jpg');
}

.partners-bg::before,
.partners-bg::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10.1rem;
  content: '';
}

.partners-bg::before {
  top: -10.0rem;
  border-top-left-radius: 4.0rem;
  background-image: url('../../../assets/pages/img/top/partners_bg_top.jpg');
}

.partners-bg::after {
  bottom: -10.0rem;
  border-bottom-left-radius: 4.0rem;
  background-image: url('../../../assets/pages/img/top/partners_bg_bottom.jpg');
}

.partners-ttl-main img {
  width: 31.5rem;
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5.0rem;
  margin-left: -11.0rem;
  padding-top: 5.0rem;
}

.partners-list-item {
  flex: 0 0 auto;
  width: auto;
  margin-top: 5.0rem;
  margin-left: 11.0rem;
  font-size: 4.0rem;
  line-height: 1.2;
}

@media all and (max-width: 767px) {
  .partners {
    padding-top: calc(18.0rem * 0.45);
    padding-bottom: calc(30.0rem * 0.45);
  }
  
  .partners-bg {
    left: 1.0rem;
    width: calc(100% - 1.0rem * 0.5);
  }

  .partners-bg::before,
  .partners-bg::after {
    height: calc(10.1rem * 0.4);
  }

  .partners-bg::before {
    top: calc(-10.0rem * 0.4);
    border-top-left-radius: calc(4.0rem * 0.5);
  }

  .partners-bg::after {
    bottom: calc(-10.0rem * 0.4);
    border-bottom-left-radius: calc(4.0rem * 0.5);
  }

  .partners-ttl-main img {
    width: calc(31.5rem * 0.5);
  }

  .partners-list {
    margin-top: calc(-5.0rem * 0.45);
    margin-left: calc(-11.0rem * 0.45);
    padding-top: calc(5.0rem * 0.5);
  }

  .partners-list-item {
    margin-top: calc(5.0rem * 0.45);
    margin-left: calc(11.0rem * 0.45);
    font-size: calc(4.0rem * 0.45);
  }
}


/**
 * Contact
 * -------------------------------
 */

.contact {
  margin-top: -11.0rem;
  padding-top: 12.0rem;
  padding-bottom: 12.0rem;
  border-radius: 11.0rem;
  background-image: url('../../../assets/pages/img/top/contact_bg.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.contact-ttl-main img {
  width: 40.2rem;
}

.contact-form {
  margin-top: 6.0rem;
  font-size: 3.0rem;
}

.contact-form > .c-grid-row > .c-grid-col:nth-of-type(2) {
  margin-top: -12.0rem;
}

.contact-form .c-form-input {
  border: none;
}

.contact-form .c-form-input .c-grid-col {
  font-weight: 500;
}

.contact-form .c-form-input .c-form-control {
  padding: 0;
}

.contact-form .c-form-input .c-form-select-inner {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-form .c-form-textarea {
  border-radius: 6.8rem;
}

.contact-form .c-form-textarea .c-form-control {
  height: 35.0rem;
}

.contact .wpcf7-not-valid-tip,
.contact .wpcf7-response-output {
  font-size: 2.2rem;
}

.contact .wpcf7-response-output {
  border-color: #dc3232 !important;
  color: #dc3232 !important;
}

.contact-form .c-grid-col.is-error {
  position: relative;
  padding-bottom: 1.5em;
}

.wpcf7-form-control-wrap {
  position: static !important;
}

.wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  left: 2.0rem;
  bottom: -6.0rem;;
}

.c-form-select .wpcf7-not-valid-tip {
  left: 0;
  bottom: calc(-1.5em - 2.5rem);
}

@media all and (max-width: 767px) {
  .contact {
    margin-top: calc(-11.0rem * 0.45);
    padding-top: calc(12.0rem * 0.45);
    padding-bottom: calc(12.0rem * 0.45);
    border-radius: calc(11.0rem * 0.45);
  }
  
  .contact .bottom-inner {
    margin-left: 0;
  }

  .contact-ttl-main img {
    width: calc(40.2rem * 0.5);
  }

  .contact-form {
    margin-top: calc(6.0rem * 0.5);
    font-size: calc(3.0rem * 0.6);
  }

  .contact-form > .c-grid-row > .c-grid-col:nth-of-type(2) {
    margin-top: 0;
    padding-top: 1.5rem;
  }

  .contact-form .c-form-input {
    padding: calc(2.0rem * 0.6) calc(4.0rem * 0.6);
    border-radius: calc(7.2rem * 0.5);
  }

  .contact-form .c-form-textarea {
    border-radius: calc(6.8rem * 0.5);
  }

  .contact-form .c-form-textarea .c-form-control {
    height: calc(35.0rem * 0.5);
  }
  
  .contact .wpcf7-not-valid-tip,
  .contact .wpcf7-response-output {
    font-size: calc(2.2rem * 0.7);
  }
  
  .contact .wpcf7-response-output {
    margin-top: 0 !important;
  }
  
  .wpcf7-not-valid-tip {
    left: calc(2.0rem * 0.6);
    bottom: calc(-6.0rem * 0.6)
  }

  .c-form-select .wpcf7-not-valid-tip {
    bottom: calc(-1.5em - (2.5rem * 0.6));
  }
}
