/*
Theme Name: Genova Template
File: top.css
Theme Author: Genova Design
Author URI: https://genova.co.jp/
Description: Description: This file is reserved for the top-page css
Version: 1.0
*/
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%!important;
}

.title__c {
  line-height: 1;
}
.title__c h2 {
  color: #616C82;
  font-size: 40px;
  margin-bottom: 23px;
  letter-spacing: 0em;
}
.title__c p {
  color: #4B4B4B;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .title__c h2 {
    margin-bottom: 20px;
  }
}

.title__c2 {
  line-height: 1;
  align-items: center;
}
.title__c2 h3 {
  color: #132647;
  font-size: 28px;
}
.title__c2 p {
  color: #6D7890;
  font-size: 18px;
  letter-spacing: 0;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  .title__c2 h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .title__c2 p {
    font-size: 16px;
  }
}

p {
  margin-bottom: 0;
}

#key {
  position: relative;
  padding: 168px 0 88px;
  overflow: hidden;
}
#key::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 48px;
  left: 0;
  background: url("../img/key_bg.jpg") no-repeat center;
  background-size: cover;
}
#key .photo {
  width: 860px;
  height: 100%;
  position: absolute;
  top: 24px;
  left: calc(50% - 206px);
  z-index: 2;
}
#key .key__catch {
  width: 500px;
  margin-left: 0;
  position: relative;
  z-index: 3;
}
#key .key__catch::after {
  content: "";
  background: url("../img/key_img02.png") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 18px;
  left: 25px;
  width: 455px;
  height: 455px;
  z-index: -1;
}
#key .key__catch .key-tt1 {
  line-height: 1;
  margin-bottom: 26px;
  text-align: center;
}
#key .key__catch .key-tt1 span {
  display: inline-block;
  background: #fff;
  color: var(--txt01);
  font-size: 24px;
  padding: 5px 20px;
  letter-spacing: 0.23em;
}
#key .key__catch .key-tt1 span + span {
  margin-top: 21px;
}
#key .key__catch .key__box {
  font-size: 10px;
  color: var(--txt02);
  line-height: 2;
  position: relative;
  margin-bottom: 27px;
}
#key .key__catch .key__box .key-img {
  width: 70px;
  margin: 0 auto;
}
#key .key__catch .key__box .key-tt3,
#key .key__catch .key__box .key-tt2 {
  position: absolute;
  left: 3px;
  top: 4px;
}
#key .key__catch .key__box .key-tt3::after,
#key .key__catch .key__box .key-tt2::after {
  content: "";
  border-bottom: 1px solid #BFC8D8;
  width: 64px;
  height: 1px;
  position: absolute;
  bottom: -14px;
  left: 0;
}
#key .key__catch .key__box .key-tt3 {
  bottom: -4px;
  right: 11px;
  top: auto;
  left: auto;
  letter-spacing: 0;
}
#key .key__catch .key__box .key-tt3::after {
  left: auto;
  right: 0;
  top: -12px;
  bottom: auto;
}
#key .key__catch .key-tt4 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.25em;
}
#key .key__catch .key__group {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
#key .key__catch .key__group .bnr {
  width: 48%;
}
#key .key__catch .key__group .bnr a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
  border-radius: 200px;
  font-size: 14px;
  transition: all 0.4s ease;
  letter-spacing: 0;
}
#key .key__catch .key__group .bnr a:hover {
  opacity: 0.6;
}
#key .key__catch .key__group .bnr1 a {
  background-color: #7F8BA3;
}
#key .key__catch .key__group .bnr2 a {
  background-color: #586684;
}
#key .key__catch .key__group .bnr3 a {
  background-color: #67779C;
}
@media screen and (max-width: 767px) {
  #key {
    padding: 0px 0 40px;
    overflow: hidden;
  }
  #key::after {
    bottom: 0;
  }
  #key .photo {
    width: 120vw;
    height: 100vw;
    margin: 0 -10vw;
    position: relative;
    top: 0;
    left: 0;
  }
  #key .key__catch {
    width: 100%;
    margin-left: 0;
  }
  #key .key__catch::after {
    top: 17px;
    left: 50%;
    width: 89vw;
    height: 89vw;
    transform: translateX(-50%);
  }
  #key .key__catch .key-tt1 {
    margin-bottom: 33px;
  }
  #key .key__catch .key-tt1 span {
    font-size: 18px;
    padding: 8px 13px;
    letter-spacing: 0.15em;
  }
  #key .key__catch .key-tt1 span + span {
    margin-top: 10px;
  }
  #key .key__catch .key__box {
    font-size: 8px;
    line-height: 2;
  }
  #key .key__catch .key__box .key-img {
    width: 48px;
    margin: 0 auto;
  }
  #key .key__catch .key__box .key-tt3,
  #key .key__catch .key__box .key-tt2 {
    left: 15px;
    top: 0;
    letter-spacing: 0;
  }
  #key .key__catch .key__box .key-tt3::after,
  #key .key__catch .key__box .key-tt2::after {
  }
  #key .key__catch .key__box .key-tt3 {
    top: auto;
    left: auto;
  }
  #key .key__catch .key__box .key-tt3::after {
  }
  #key .key__catch .key-tt4 {
    margin-bottom: 20px;
    letter-spacing: 0.15em;
  }
  #key .key__catch .key__group {
    margin-bottom: 0;
    gap: 8px;
  }
  #key .key__catch .key__group .bnr {
    width: 47%;
  }
  #key .key__catch .key__group .bnr a {
    padding: 0 0;
    line-height: 1.3;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #key .key__catch .key__group .bnr a:hover {
    opacity: 1;
  }
}

#concept {
  position: relative;
  padding: 79px 0 168px;
}
#concept::after {
  content: "";
  background: var(--color-primary);
  position: absolute;
  top: 0;
  left: calc(50% + 41px);
  width: 1100px;
  border-radius: 50%;
  overflow: hidden;
  height: 1000px;
  bottom: 0;
}
#concept .wrap .row-1 {
  display: flex;
  justify-content: space-between;
}
#concept .wrap .row-1 .col-1 {
  width: 370px;
}
#concept .wrap .row-1 .col-1 .title__c {
  margin-bottom: 63px;
}
#concept .wrap .row-1 .col-1 h3 {
  font-size: 32px;
  line-height: 2;
  margin-bottom: 43px;
  letter-spacing: 0.24em;
}
#concept .wrap .row-1 .col-1 .text {
  padding-right: 8px;
  position: relative;
  letter-spacing: 1px;
}
#concept .wrap .row-1 .col-1 .text::after {
  content: "";
  background: url("../img/concept_icon1.png") no-repeat center;
  background-size: 100% auto;
  width: 50px;
  height: 10px;
  position: absolute;
  bottom: -48px;
  left: 2px;
}
#concept .wrap .row-1 .col-2 {
  width: 698px;
  position: relative;
  z-index: 2;
  padding-top: 95px;
}
#concept .wrap .row-1 .col-2 .photo-1 {
  width: 360px;
  position: relative;
}
#concept .wrap .row-1 .col-2 .photo-1::after {
  content: "";
  background: #132647;
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: -1px;
  left: 49px;
  border-radius: 50%;
}
#concept .wrap .row-1 .col-2 .photo-2 {
  position: absolute;
  width: 420px;
  height: 518px;
  left: 324px;
  top: 61px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #concept {
    padding: 80px 20px 40px;
  }
  #concept::after {
    top: auto;
    right: 0;
    width: 104vw;
    height: 101vw;
    bottom: -9vw;
    left: calc(50% - 104px);
  }
  #concept .wrap .row-1 {
    display: block;
  }
  #concept .wrap .row-1 .col-1 {
    width: 100%;
  }
  #concept .wrap .row-1 .col-1 .title__c {
    margin-bottom: 40px;
  }
  #concept .wrap .row-1 .col-1 h3 {
    line-height: 1.8;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }
  #concept .wrap .row-1 .col-1 .text {
    margin-bottom: 0;
    padding-right: 0;
  }
  #concept .wrap .row-1 .col-1 .text::after {
    width: 50px;
    height: 10px;
    bottom: -50px;
    left: 0;
  }
  #concept .wrap .row-1 .col-2 {
    width: 100%;
    padding-top: 100px;
    margin-left: -25px;
  }
  #concept .wrap .row-1 .col-2 .photo-1 {
    width: 54%;
  }
  #concept .wrap .row-1 .col-2 .photo-1::after {
    width: 25px;
    height: 25px;
    bottom: 5px;
    left: 22px;
  }
  #concept .wrap .row-1 .col-2 .photo-2 {
    width: 60%;
    height: auto;
    left: 43vw;
    top: 81px;
  }
}

#reason {
  position: relative;
  z-index: 3;
  padding: 103px 0 0;
  margin-bottom: -194px;
}
#reason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("../img/reason_bg01.png"), url("../img/reason_bg02.png");
  background-size: 100% 108px;
  background-repeat: no-repeat;
  background-position: top center, bottom center;
  z-index: 1;
  bottom: 100px;
}
#reason::after {
  content: "";
  position: absolute;
  top: 70px;
  bottom: 170px;
  background: #F6FBFD;
  z-index: -1;
  left: 0;
  right: 0;
}
#reason .wrap .row-1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
#reason .wrap .row-1 .col-1 {
  width: 370px;
}
#reason .wrap .row-1 .col-1 .title__c {
  margin-bottom: 65px;
}
#reason .wrap .row-1 .col-1 h3 {
  font-size: 32px;
  line-height: 2;
  margin-bottom: 41px;
  letter-spacing: 0.24em;
}
#reason .wrap .row-1 .col-1 .text {
  margin-bottom: 64px;
  padding-right: 20px;
  letter-spacing: 0.05em;
}
#reason .wrap .row-1 .col-2 {
  width: 744px;
  margin-right: 4px;
  padding-top: 34px;
}
#reason .wrap .row-1 .col-2 .title__c2 {
  margin-bottom: 46px;
  padding-left: 42px;
  padding-right: 38px;
  align-items: center;
  line-height: 1;
}
#reason .wrap .row-1 .col-2 .reasonList {
  background: #fff;
  border-radius: 16px;
}
#reason .wrap .row-1 .col-2 .reasonList ul {
  padding: 42px;
}
#reason .wrap .row-1 .col-2 .reasonList ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 48px 0;
}
#reason .wrap .row-1 .col-2 .reasonList ul li .photo {
  width: 240px;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
}
#reason .wrap .row-1 .col-2 .reasonList ul li .right {
  width: 381px;
  padding-top: 16px;
}
#reason .wrap .row-1 .col-2 .reasonList ul li .right .ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
  line-height: 1;
}
#reason .wrap .row-1 .col-2 .reasonList ul li .right .ttl p {
  color: #132647;
  font-size: 22px;
}
#reason .wrap .row-1 .col-2 .reasonList ul li .right .ttl span {
  display: block;
  color: var(--color-second);
  font-size: 12px;
  letter-spacing: 0;
}
#reason .wrap .row-1 .col-2 .reasonList ul li .right .desc {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
#reason .wrap .row-1 .col-2 .reasonList ul li:first-child {
  padding-top: 0;
}
#reason .wrap .row-1 .col-2 .reasonList ul li:last-child {
  padding-bottom: 0;
}
#reason .wrap .row-1 .col-2 .reasonList ul li + li::before {
  content: "";
  background: url("../img/reason_line.png") no-repeat center;
  background-size: 100% auto;
  height: 16px;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #reason {
    padding: 100px 20px 140px;
    margin-bottom: -101px;
  }
#reason::before {
  background-image: url("../img/reason_bg01_sp.png"), url("../img/reason_bg02_sp.png");
  background-size: 100% 144px;
  background-repeat: no-repeat;
  background-position: top center, bottom center;
  z-index: 1;
  bottom: 0;
}
  #reason::after {
    top: 142px;
    bottom: 143px;
  }
  #reason .wrap .row-1 {
    display: block;
  }
  #reason .wrap .row-1 .col-1 {
    width: 100%;
  }
  #reason .wrap .row-1 .col-1 .title__c {
    margin-bottom: 30px;
  }
  #reason .wrap .row-1 .col-1 h3 {
    line-height: 1.8;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }
  #reason .wrap .row-1 .col-1 .text {
    margin-bottom: 35px;
    padding-right: 0;
  }
  #reason .wrap .row-1 .col-2 {
    width: 100%;
    margin-right: 0;
    padding-top: 60px;
  }
  #reason .wrap .row-1 .col-2 .title__c2 {
    margin-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
  }
  #reason .wrap .row-1 .col-2 .reasonList {
    border-radius: 16px;
  }
  #reason .wrap .row-1 .col-2 .reasonList ul {
    padding: 20px 20px 30px;
  }
  #reason .wrap .row-1 .col-2 .reasonList ul li {
    padding: 50px 0;
    display: block;
  }
  #reason .wrap .row-1 .col-2 .reasonList ul li .photo {
    width: 100%;
    height: 60vw;
  }
  #reason .wrap .row-1 .col-2 .reasonList ul li .right {
    width: 100%;
    padding-top: 30px;
  }
  #reason .wrap .row-1 .col-2 .reasonList ul li .right .ttl {
    margin-bottom: 25px;
  }
    #reason .wrap .row-1 .col-2 .reasonList ul li .right .ttl span {
      padding-top: 5px;
    }
  #reason .wrap .row-1 .col-2 .reasonList ul li:first-child {
    padding-top: 0;
  }
  #reason .wrap .row-1 .col-2 .reasonList ul li:last-child {
    padding-bottom: 0;
  }
  #reason .wrap .row-1 .col-2 .reasonList ul li + li::before {
    height: 16px;
  }
}

#mission {
  padding: 448px 0 127px;
  background: url("../img/mission_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 2;
}
#mission .wrap .row-1 {
  width: 350px;
  color: #fff;
  letter-spacing: 0.05em;
}
#mission .wrap .row-1 .title__c {
  margin-bottom: 60px;
}
#mission .wrap .row-1 .title__c h2, #mission .wrap .row-1 .title__c p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #mission {
    padding: 171px 20px 100px;
    background-position: 23% 50%;
  }
  #mission .wrap .row-1 {
    width: 100%;
  }
  #mission .wrap .row-1 .title__c {
  }
}

#quality {
  position: relative;
  background: url("../img/quality_bg.jpg") no-repeat top center;
  background-size: cover;
  overflow: hidden;
padding-bottom: 102px;
    margin-bottom: -48px;
}
#quality::before {
  content: "";
  background: url("../img/quality_icon01.png") no-repeat top center;
  background-size: 100% auto;
  width: 12px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
#quality .wrap .title__c {
  position: relative;
  z-index: 5;
  text-align: center;
  padding-top: 128px;
  margin-bottom: 21px;
}
#quality .wrap .title__c h2 {
    font-size: 48px;
    margin-bottom: 25px;
}
#quality .wrap .title__c p {
    font-size: 20px;
}
#quality .wrap .row-1 {
  display: flex;
  justify-content: space-between;
}
#quality .wrap .row-1 .photo {
  position: relative;
  margin-bottom: 36px;
}
#quality .wrap .row-1 .photo::before {
  content: "";
  background: var(--color-primary);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -12px;
}
#quality .wrap .row-1 dl {
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
#quality .wrap .row-1 dl dt {
  color: var(--color-primary);
  margin-bottom: 17px;
  font-size: 28px;
}
#quality .wrap .row-1 dl dd {
  font-size: 12px;
  color: var(--color-second);
  letter-spacing: 0;
}
#quality .wrap .row-1 .text {
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0;
  line-height: 1.8;
}
#quality .wrap .row-1 .colInside {
  position: relative;
  padding-bottom: 34px;
}
#quality .wrap .row-1 .colInside::before {
  content: "";
  background: #FFFFFF;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
  position: absolute;
  bottom: -33px;
  left: -21px;
  right: -19px;
  height: 160%;
}
#quality .wrap .row-1 .colInside .box {
  position: relative;
  z-index: 2;
}
#quality .wrap .row-1 .col-1,
#quality .wrap .row-1 .col-2,
#quality .wrap .row-1 .col-3 {
  position: relative;
  z-index: 2;
}
#quality .wrap .row-1 .col-1::after,
#quality .wrap .row-1 .col-2::after,
#quality .wrap .row-1 .col-3::after {
  content: "";
  background: url("../img/circle03.png") no-repeat center;
  background-size: 100% auto;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#quality .wrap .row-1 .col-1 > *,
#quality .wrap .row-1 .col-2 > *,
#quality .wrap .row-1 .col-3 > * {
  position: relative;
  z-index: 2;
}
#quality .wrap .row-1 .col-1 {
  width: 30.33%;
  margin-left: -26px;
}
#quality .wrap .row-1 .col-2 {
  width: 30.33%;
  padding-top: 45px;
}
#quality .wrap .row-1 .col-3 {
  width: 30.33%;
  margin-right: -24px;
}
@media screen and (max-width: 767px) {
  #quality {
    padding-bottom: 14px;
    /* background: none; */
    margin-bottom: -22px;
  }
  #quality::before {
    top: 0;
  }
  #quality .wrap .title__c {
    padding-top: 79px;
    margin-bottom: 60px;
  }
#quality .wrap .title__c h2 {
    line-height: 1.4;
}
#quality .wrap .title__c p {}

  #quality .wrap .row-1 {
    display: block;
    /* background: url("../img/quality_bg.jpg") no-repeat top center; */
    background-size: cover;
  }
   #quality .wrap .row-1 .col-1::before {
    content: "";
    background: url("../img/quality_bg_sp.jpg") no-repeat top center;
    background-size: cover;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
   }
  #quality .wrap .row-1 .photo {
    margin-bottom: 20px;
  }
  #quality .wrap .row-1 .photo::before {
    top: -12px;
    margin-left: -12px;
  }
  #quality .wrap .row-1 dl {
    margin-bottom: 30px;
  }
  #quality .wrap .row-1 dl dt {
  }
  #quality .wrap .row-1 .text {
    padding-left: 15px;
    padding-right: 15px;
  }

#quality .wrap .row-1 .colInside {
  padding: 0 35px 70px;
}
#quality .wrap .row-1 .colInside::before {
  bottom: -33px;
  left: -21px;
  right: -19px;
  height: 160%;
}
#quality .wrap .row-1 .col-2 .colInside {
}


#quality .wrap .row-1 .colInside .box {
}

  #quality .wrap .row-1 .colInside::before {
    bottom: 20px;
    left: 20px;
    right: 20px;
    height: 148%;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
  }
 #quality .wrap .row-1 .col-1 .colInside::before {
  bottom: 18px;
 }


  #quality .wrap .row-1 .colInside .box {
    position: relative;
    z-index: 2;
  }
  #quality .wrap .row-1 .col-1::after,
  #quality .wrap .row-1 .col-2::after,
  #quality .wrap .row-1 .col-3::after {
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    z-index: 2;
  }
    #quality .wrap .row-1 .col-1::after {
  
}
    #quality .wrap .row-1 .col-2::after {
    bottom: -23px;
}
    #quality .wrap .row-1 .col-3::after {}
  #quality .wrap .row-1 .col-1 {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0px;
    z-index: 4;
    margin-bottom: -7px;
  }
  #quality .wrap .row-1 .col-2 {
    width: 100%;
    padding-top: 80px;
    background: url("../img/quality_bg2.jpg") no-repeat top center;
    background-size: cover;
    z-index: 3;
    margin-bottom: -1px;
  }
  #quality .wrap .row-1 .col-3 {
    width: 100%;
    margin-right: 0px;
    padding-top: 80px;
    z-index: 2;
  }
}

#product {
  position: relative;
  z-index: 1;
  padding-top: 135px;
  background: #F6FBFD;
  padding-bottom: 54px;
}
#product::before {
  content: "";
  background: url("../img/product_bg.jpg") no-repeat top center;
  background-size: cover;
  height: 640px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#product .title__c {
  margin-bottom: 96px;
  text-align: center;
}
#product .title__c h2 {
    font-size: 48px;
}
#product .title__c p {
    font-size: 20px;
}
#product .title__c h2, #product .title__c p {
  color: #fff;
}
#product .wrap {
  max-width: 1270px;
}
#product .wrap .row-1 {
  display: flex;
  justify-content: space-between;
}
#product .wrap .row-1 .col {
  width: 47%;
}
#product .wrap .row-1 .col .box {
  padding: 20px 20px 10px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
}
#product .wrap .row-1 .col .box .photo {
  border-radius: 16px;
  height: 373px;
  width: 100%;
  margin-bottom: -17px;
  overflow: hidden;
}
#product .wrap .row-1 .col .box h3 {
  margin-left: 19px;
  line-height: 1;
  margin-bottom: 23px;
  position: relative;
  z-index: 2;
}
#product .wrap .row-1 .col .box h3 span {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  line-height: 1;
  padding: 8px 17px;
  color: var(--color-primary);
  font-size: 18px;
}
#product .wrap .row-1 .col .box h4 {
  font-size: 28px;
  margin-bottom: 14px;
  padding: 0 20px;
}
#product .wrap .row-1 .col .box .text-1 {
  font-size: 12px;
  color: #6D7890;
  padding-left: 19px;
  margin-bottom: 22px;
}
#product .wrap .row-1 .col .box .list li {
  padding: 32px 20px 22px;
  border-top: 1px solid #BFC8D8;
}
#product .wrap .row-1 .col .box .list dl {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 23px;
  align-items: center;
}
#product .wrap .row-1 .col .box .list dl dt {
  color: var(--color-primary);
  font-size: 18px;
}
#product .wrap .row-1 .col .box .list dl dd {
  font-size: 12px;
  color: var(--color-second);
  letter-spacing: 0;
  padding-top: 5px;
}
#product .wrap .row-1 .col .box .list .text-2 {
  line-height: 1.8;
  letter-spacing: 0.5px;
}
#product .wrap .row-1 .col .box .list .text-3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
#product .wrap .row-1 .col .box .list .text-3 span {
  display: block;
  border-radius: 4px;
  background: var(--color-primary);
  color: #fff;
  padding: 5px 6px;
  line-height: 1;
}
#product .wrap .row-1 .col .box .list .text-3 + .text-3 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #product {
    padding-top: 110px;
    padding-bottom: 60px;
  }
  #product::before {
    height: 640px;
    top: 0;
    left: 0;
    right: 0;
  }
  #product .title__c {
    margin-bottom: 70px;
  }
  #product .title__c h2 {
    font-size: 40px;
    line-height: 1.4;
}
#product .title__c p {}
  #product .wrap {
    margin-bottom: 0;
  }
  #product .wrap .row-1 {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
  #product .wrap .row-1 .col {
    width: 100%;
    text-align: justify;
  }
  #product .wrap .row-1 .col .box {
    padding: 10px;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
  }
  #product .wrap .row-1 .col .box .photo {
    border-radius: 16px;
    height: 60vw;
    width: 100%;
    margin-bottom: -19px;
    overflow: hidden;
  }
  #product .wrap .row-1 .col .box h3 {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  #product .wrap .row-1 .col .box h3 span {
    padding: 10px;
    font-size: 16px;
    border-radius: 20px;
  }
  #product .wrap .row-1 .col .box h4 {
    margin-bottom: 13px;
    padding: 0 10px;
  }
  #product .wrap .row-1 .col .box .text-1 {
    padding-left: 10px;
  }
  #product .wrap .row-1 .col .box .list li {
    padding: 25px 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  #product .wrap .row-1 .col .box .list dl {
    display: block;
    margin-bottom: 20px;
  }
  #product .wrap .row-1 .col .box .list dl dt {
    margin-bottom: 10px;
  }
  #product .wrap .row-1 .col .box .list .text-2 {
    margin-bottom: 0;
  }
  #product .wrap .row-1 .col .box .list .text-3 {
    gap: 20px;
  }
  #product .wrap .row-1 .col .box .list .text-3 span {
    padding: 5px 20px;
  }
  #product .wrap .row-1 .col .box .list .text-3 + .text-3 {
    margin-top: 10px;
  }
  #product .wrap .row-1 .col-2 {
    margin-top: 40px;
  }
}

#cosmetics {
  position: relative;
}
#cosmetics .title__c {
  position: relative;
  padding-top: 68px;
}
#cosmetics .title__c::before {
  content: "";
  background: url(../img/concept_icon1.png) no-repeat center;
  background-size: 100% auto;
  width: 50px;
  height: 10px;
  position: absolute;
  top: 0px;
  left: 0;
}
#cosmetics .title__c h2 {
  line-height: 1.2;
}
#cosmetics .row {
  display: flex;
  justify-content: space-between;
  padding: 64px 0 56px;
  border-bottom: 1px solid #BFC8D8;
}
#cosmetics .row .col-1 {
  width: 330px;
}
#cosmetics .row .col-2 {
  width: 859px;
}
#cosmetics .row .col-2 .col-sub {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#cosmetics .row .col-2 .col-sub .photo {
  width: 100%;
  height: 210px;
  border-radius: 16px;
  overflow: hidden;
}
#cosmetics .row .col-2 .col-sub dl {
  padding-top: 19px;
  padding-left: 11px;
  padding-right: 10px;
}
#cosmetics .row .col-2 .col-sub dl dt {
  font-size: 18px;
  margin-bottom: 7px;
  color: #132647;
}
#cosmetics .row .col-2 .col-sub dl dd {
  letter-spacing: 0.5px;
}
#cosmetics .row-1 {
  padding-top: 64px;
  padding-bottom: 56px;
}
#cosmetics .row-3 {
  padding-bottom: 121px;
  border-bottom: none;
}
#cosmetics .wrap {
  max-width: 1190px;
}
@media screen and (max-width: 767px) {
  #cosmetics {
    padding: 20px 20px;
  }
  #cosmetics .title__c {
  }
  #cosmetics .title__c::before {
    top: 0px;
    left: 0;
  }
  #cosmetics .title__c h2 {
    margin-bottom: 20px;
  }
  #cosmetics .row {
    display: block;
    padding: 60px 0;
  }
  #cosmetics .row .col-1 {
    width: 100%;
    margin-bottom: 45px;
  }
  #cosmetics .row .col-2 {
    width: 100%;
  }
  #cosmetics .row .col-2 .col-sub {
    display: block;
    gap: 10px;
  }
  #cosmetics .row .col-2 .col-sub li + li {
    margin-top: 30px;
  }
  #cosmetics .row .col-2 .col-sub .photo {
    height: 60vw;
  }
  #cosmetics .row .col-2 .col-sub dl {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  #cosmetics .row .col-2 .col-sub dl dt {
  }
  #cosmetics .row .col-2 .col-sub dl dd {
    margin-bottom: 0;
  }
  #cosmetics .row-1 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #cosmetics .row-3 {
    padding-bottom: 70px;
  }
}



  .slickSlider .slick-list {
      padding: 0 12% 0 0 !important;
  }

.slickSlider .slider__s .box {
  background: #fff;
  padding: 15px;
  border-radius: 16px;
  margin-right: 30px;
}
.slickSlider .slider__s .box .photo {
  height: 251px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 25px;
}
.slickSlider .slider__s .box dl {
  padding: 0 11px 9px;
}
.slickSlider .slider__s .box dl dt {
  font-size: 18px;
  margin-bottom: 6px;
  color: #132647;
}
.slickSlider .prevNext {
  position: absolute;
  top: 361px;
  left: -198px;
  width: 98px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.slickSlider .prevNext .prev__next {
  width: 40px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.slickSlider .prevNext .prev__next:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .slickSlider .slick-list {
      padding: 0 11% 0 0 !important;
  }
  .slickSlider .slider__s .box {
    padding: 10px;
    margin-right: 20px;
  }
  .slickSlider .slider__s .box .photo {
    height: 50vw;
  }
  .slickSlider .slider__s .box dl {
    padding: 0 20px 10px;
  }
  .slickSlider .slider__s .box dl dt {
    margin-bottom: 10px;
  }
  .slickSlider .prevNext {
    position: relative;
    top: auto;
    left: 0;
    width: 100px;
    margin-top: 40px;
  }
  .slickSlider .prevNext .prev__next {
    width: 40px;
  }
}

#case {
  position: relative;
  padding: 129px 0 159px;
  background: #EDF3F5;
}
#case::before {
  content: "";
  background: #DEEAEF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
#case .wrap {
  position: relative;
  z-index: 2;
}
#case .wrap .row-1 {
  display: flex;
  justify-content: space-between;
}
#case .wrap .row-1 .col-1 {
  width: 196px;
}
#case .wrap .row-1 .col-2 {
  width: 978px;
  position: relative;
}
#case .wrap .row-1 .col-2 .slider__s {
        max-width: 1360px;
      width: 73vw;
}



@media screen and (max-width: 767px) {
  #case {
    padding: 100px 20px;
  }
  #case::before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 25%;
  }
  #case .wrap {
    margin-bottom: 0;
  }
  #case .wrap .row-1 {
    display: block;
  }
  #case .wrap .row-1 .col-1 {
    width: 100%;
    margin-bottom: 40px;
  }
  #case .wrap .row-1 .col-2 {
    width: 100%;
  }
#case .wrap .row-1 .col-2 .slider__s {
        width: 110%;
}



}

.newsList {
  margin-bottom: 0;
}
.newsList dl {
  display: flex;
  border-bottom: 1px solid #BFC8D8;
  padding: 23px;
  justify-content: space-between;
  position: relative;
}
.newsList dl::after {
  content: "";
  background: url("../img/arrow04.png") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 32px;
  height: 24px;
}
.newsList dl a {
  display: block;
}
.newsList dl dt {
  letter-spacing: 0px;
  margin-right: 0;
  font-size: 16px;
  width: 20%;
}
.newsList dl dt time {
    color: #132647;
    font-size: 16px;
}
.newsList dl dt .new-label {
    display: inline-block;
    border-radius: 4px;
    background: var(--color-primary);
    color: #fff;
    padding: 4px 5px;
    line-height: 1;
    font-size: 11px;
    position: relative;
    top: -2px;
    margin-left: 9px;
}
.newsList dl dd {
  width: 80%;
}
.newsList dl dd::after {
  height: 10px;
  width: 10px;
  bottom: 0;
  right: 0;
  display: none;
}
.newsList dl dd a:hover {
  text-decoration: underline;
}
.newsList dl:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .newsList {
    margin-bottom: 0;
  }
  .newsList dl {
    display: block;
    padding: 15px 0;
  }
  .newsList dl::after {
    top: 49px;
    transform: translateY(0%);
    right: 0;
  }
  .newsList dl dt {
    margin-right: 0;
    width: 100%;
  }
  .newsList dl dd {
  }
  .newsList dl dd a:hover {
    text-decoration: none;
  }
}

#news {
  position: relative;
  padding: 101px 0 105px;
}
#news .elementor-row {
  max-width: 1174px;
 display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

#news .elementor-row .col-1 {
  width: 196px;
}
#news .elementor-row .col-1 .title__c {
  position: relative;
  padding-top: 22px;
}
#news .elementor-row .col-1 .title__c::before {
  content: "";
  background: url(../img/concept_icon1.png) no-repeat center;
  background-size: 100% auto;
  width: 50px;
  height: 10px;
  position: absolute;
  top: -53px;
  left: 0;
}
#news .elementor-row .col-2 {
  width: 978px;
}
@media screen and (max-width: 767px) {
  #news {
    padding: 100px 20px 50px;
  }
  #news .elementor-row {
    margin-bottom: 0;
    display: block;
  }
  #news .elementor-row .col-1 {
    width: 100%;
    margin-bottom: 50px;
  }
  #news .elementor-row .col-1 .title__c {
    padding-top: 68px;
  }
  #news .elementor-row .col-1 .title__c::before {
    top: 0px;
    left: 0;
  }
  #news .elementor-row .col-2 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
#news .elementor-row {
  padding-left: 20px;
  padding-right: 20px;
}
}
.faqList {
  background: #FFFFFF;
  padding: 17px 28px;
  border-radius: 8px;
}
.faqList .faq-header {
  cursor: pointer;
  position: relative;
  padding-right: 0;
}
.faqList .faq-header::after {
  content: "";
  background: url("../img/icon_plus.png") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.faqList .question,
.faqList .answer {
  padding: 14px 10px 14px 54px;
  position: relative;
  letter-spacing: 0.5px;
}
.faqList .question span,
.faqList .answer span {
  font-size: 32px;
  position: absolute;
  top: 10px;
  left: 2px;
  display: block;
  line-height: 1;
}
.faqList .question {
  border-bottom: 1px solid #fff;
}
.faqList .answer {
  display: none;
}
@media screen and (max-width: 767px) {
  .faqList {
    padding: 10px 10px;
    line-height: 1.5;
  }
  .faqList .faq-header {
    padding-right: 0;
  }
  .faqList .faq-header::after {
    right: 0;
  }
  .faqList .question,
  .faqList .answer {
    padding: 10px 0 10px 30px;
    letter-spacing: 0;
  }
   .faqList .question {
    padding-right: 32px;
   }
  .faqList .question span,
  .faqList .answer span {
    font-size: 24px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.faqList + .faqList {
  margin-top: 20px;
}

.faqList.is-active .faq-header::after {
  transform: translateY(-50%) rotate(45deg);
}
.faqList.is-active .faq-header .question {
  border-bottom: 1px solid #BFC8D8;
}

@media screen and (max-width: 767px) {
  .faqList + .faqList {
    margin-top: 25px;
  }
}
#faqTop {
  background: #F6FBFD;
  padding: 123px 0 119px;
}
#faqTop .wrap .row-1 {
  display: flex;
}
#faqTop .wrap .row-1 .col-1 {
  width: 196px;
}
#faqTop .wrap .row-1 .col-1 .title__c {
  position: relative;
  padding-top: 0;
}
#faqTop .wrap .row-1 .col-1 .title__c::before {
  content: "";
  background: url(../img/concept_icon1.png) no-repeat center;
  background-size: 100% auto;
  width: 50px;
  height: 10px;
  position: absolute;
  top: -74px;
  left: 0;
}
#faqTop .wrap .row-1 .col-2 {
  width: 978px;
}
@media screen and (max-width: 767px) {
  #faqTop {
    padding: 100px 20px 60px;
  }
  #faqTop .wrap .row-1 {
    display: block;
  }
  #faqTop .wrap .row-1 .col-1 {
    width: 100%;
    margin-bottom: 50px;
  }
  #faqTop .wrap .row-1 .col-1 .title__c {
    padding-top: 68px;
  }
  #faqTop .wrap .row-1 .col-1 .title__c::before {
    top: 0px;
    left: 0;
  }
  #faqTop .wrap .row-1 .col-2 {
    width: 100%;
  }
}

#preparation {
  position: relative;
  background: #193347;
  padding: 108px 0;
}
#preparation .wrap {
  max-width: 1174px;
}
#preparation .wrap .row-1 {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
#preparation .wrap .row-1 .col-1 {
  width: 345px;
}
#preparation .wrap .row-1 .col-1 .title__c {
  margin-bottom: 33px;
}
#preparation .wrap .row-1 .col-1 .title__c h2, #preparation .wrap .row-1 .col-1 .title__c p {
  color: #fff;
}
#preparation .wrap .row-1 .col-1 .title__c h2 {
  line-height: 1.2;
  margin-bottom: 15px;
}
#preparation .wrap .row-1 .col-1 .text-1 {
  line-height: 2;
}
#preparation .wrap .row-1 .col-2 {
  width: 830px;
  padding-top: 19px;
}
#preparation .wrap .row-1 .col-2 .col__group {
  display: flex;
  justify-content: space-between;
}
#preparation .wrap .row-1 .col-2 .col__group a {
  display: block;
  overflow: hidden;
  width: 48%;
  border-radius: 16px;
  text-align: center;
  z-index: 2;
  position: relative;
  padding: 47px 0;
  transition: all .4s ease;
}
#preparation .wrap .row-1 .col-2 .col__group .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#preparation .wrap .row-1 .col-2 .col__group dl {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
}
#preparation .wrap .row-1 .col-2 .col__group dl dt {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 14px;
}
#preparation .wrap .row-1 .col-2 .col__group dl .name-1 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  #preparation {
    padding: 80px 20px 45px;
  }
  #preparation .wrap {
    margin-bottom: 0;
  }
  #preparation .wrap .row-1 {
    display: block;
  }
  #preparation .wrap .row-1 .col-1 {
    width: 100%;
    padding-bottom: 20px;
  }
  #preparation .wrap .row-1 .col-1 .title__c {
    margin-bottom: 35px;
  }
  #preparation .wrap .row-1 .col-1 .text-1 {
    line-height: 2;
  }
  #preparation .wrap .row-1 .col-2 {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
  #preparation .wrap .row-1 .col-2 .col__group {
    display: block;
  }
  #preparation .wrap .row-1 .col-2 .col__group a {
    width: 100%;
    padding: 35px 0;
    margin: 30px 0;
  }
  #preparation .wrap .row-1 .col-2 .col__group dl dt {
    margin-bottom: 15px;
  }
  #preparation .wrap .row-1 .col-2 .col__group dl .name-1 {
    margin-bottom: 20px;
  }
}


@media screen and (min-width: 1000px) and (max-width: 1199px) {
#key .photo {
  left: calc(50% - 170px);
}

#reason .wrap .row-1 .col-1 h3,
#concept .wrap .row-1 .col-1 h3 {
  font-size: 28px;
}

#concept .wrap .row-1 .col-1,
#reason .wrap .row-1 .col-1 {
  width: 34%;
}

#concept .wrap .row-1 .col-2,
#reason .wrap .row-1 .col-2 {
  width: 65%;
}
#reason .wrap .row-1 .col-2 .reasonList ul li .photo {
  width: 36%;
}
#reason .wrap .row-1 .col-2 .reasonList ul li .right {
  width: 60%;
}
#reason::before {
  bottom: 70px;
}
#cosmetics .row .col-1 {
  width: 32%;
}
#cosmetics .row .col-2 {
  width: 68%;
}

#faqTop .wrap .row-1 .col-1,
#news .wrap .row-1 .col-1,
#case .wrap .row-1 .col-1 {
  width: 20%;
}
#news .wrap .row-1 .col-2,
#faqTop .wrap .row-1 .col-2,
#case .wrap .row-1 .col-2 {
  width: 78%;
}
.slickSlider .prevNext {
  left: -27%;
}
#case .wrap .row-1 .col-2 .slider__s {
  width: 80vw;
}



}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #key .key__catch {
    width: 54%;
  }
  #key .key__catch .key-tt1 span {
    font-size: 19px;
  }
  #key .key__catch .key-tt1 span + span {
    margin-top: 10px;
  }
  #key .key__catch .key__box .key-img {
    width: 50px;
  }
#key .key__catch .key-tt4 {
    font-size: 14px;
    letter-spacing: 1px;
}
#key .key__catch .key__box .key-tt3 {
  right: 0;
}

#key .key__catch .key__group .bnr a {
    padding: 15px 0;
    font-size: 12px;
    letter-spacing: 0;
}

#key .key__catch .key__group {
  gap: 10px;
}
  .title__c h2 {
    font-size: 32px;
  }
  .title__c p {
    font-size: 15px;
  }

    #key .photo {
        left: calc(50% - 134px);
        width: 94%;
    }

#reason .wrap .row-1 .col-1 h3,
#concept .wrap .row-1 .col-1 h3 {
  font-size: 22px;
}
#concept .wrap .row-1 .col-2 .photo-1 {
  width: 270px;
}

#concept .wrap .row-1 .col-2 .photo-2 {
    width: 310px;
    height: 518px;
    left: 240px;
    top: 78px;
}
#concept::after {
  left: 50%;
}

.title__c2 h3 {
  font-size: 25px;
}
.title__c2 p {
  font-size: 14px;
}
#reason .wrap .row-1 .col-2 .title__c2 {
  padding-left: 20px;
  padding-right: 20px;
}

#reason .wrap .row-1 .col-2 .reasonList ul {
  padding: 20px;
}
#reason .wrap .row-1 .col-2 .reasonList ul li {
  padding: 30px 0;
}
#reason .wrap .row-1 .col-2 .reasonList ul li .right .ttl {
  margin-bottom: 20px;
}
#reason .wrap .row-1 .col-2 .reasonList ul li .right .ttl p {
  font-size: 18px;
}
#reason .wrap .row-1 .col-2 .reasonList ul li .right .ttl span {
  font-size: 10px;
  padding-top: 5px;
}
#concept .wrap .row-1 .col-1,
#reason .wrap .row-1 .col-1 {
  width: 34%;
}

#concept .wrap .row-1 .col-2,
#reason .wrap .row-1 .col-2 {
  width: 65%;
}
#reason .wrap .row-1 .col-2 .reasonList ul li .photo {
  width: 36%;
}
#reason .wrap .row-1 .col-2 .reasonList ul li .right {
  width: 60%;
}
#reason::before {
  bottom: 70px;
}
#cosmetics .row .col-1 {
  width: 32%;
}
#cosmetics .row .col-2 {
  width: 68%;
}

#mission {
  padding: 331px 0 127px;
}

.newsList dl dt {
  width: 30%;
}
.newsList dl dd {
  width: 70%;
}
#faqTop .wrap .row-1 .col-1,
#news .elementor-row .col-1,
#case .wrap .row-1 .col-1 {
  width: 20%;
}
#news .elementor-row .col-2,
#faqTop .wrap .row-1 .col-2,
#case .wrap .row-1 .col-2 {
  width: 78%;
}
.slickSlider .prevNext {
  left: -27%;
}
#case .wrap .row-1 .col-2 .slider__s {
  width: 80vw;
}
#product .title__c h2,
#quality .wrap .title__c h2 {
  font-size: 42px;
}
#product .title__c p,
#quality .wrap .title__c p {
  font-size: 18px;
}
#quality .wrap .row-1 dl dt {
  font-size: 22px;
}
#quality .wrap .row-1 dl dd {
  font-size: 10px;
}
#quality .wrap .row-1 .col-3 {
  margin-right: -20px;
}
#quality .wrap .row-1 .col-1 {
  margin-left: -20px;
}
#product .wrap .row-1 .col .box {
  padding: 10px;
}
#product .wrap .row-1 .col {
  width: 49%;
}
#product .wrap .row-1 .col .box .list li {
  padding: 32px 0px 22px;
  margin-left: 20px;
  margin-right: 20px;
}
#product .wrap .row-1 .col .box h3 span {
  font-size: 16px;
}
#product .wrap .row-1 .col .box h4 {
  font-size: 24px;
}
#product .wrap .row-1 .col .box .text-1 {
  font-size: 10px;
}
#product .wrap .row-1 .col .box .list dl dt {
  font-size: 16px;
}
#product .wrap .row-1 .col .box .list dl dd {
  font-size: 10px;
}
#product .wrap .row-1 .col .box .photo {
  height: 250px;
}
#product::before {
  height: 540px;
}
#cosmetics .row .col-2 .col-sub .photo {
  height: 150px;
}
#case::before {
  width: 25%;
}

#preparation .wrap .row-1 .col-1 {
  width: 35%;
}
#preparation .wrap .row-1 .col-2 {
  width: 65%;
}
#preparation .wrap .row-1 .col-2 .col__group dl {
  font-size: 13px;
}
#preparation .wrap .row-1 .col-2 .col__group dl dt {
  font-size: 18px;
  
}
#preparation .wrap .row-1 .col-2 .col__group dl .name-1 {
  font-size: 15px;
}
#preparation .wrap .row-1 .col-2 .col__group a {
  padding: 30px 10px;
}
#preparation .wrap .row-1 .col-2 .col__group a {
  font-size: 49%;
}
}


@media screen and (max-width: 459px) {
    #reason {
        padding: 75px 20px 90px;
    }
     #reason::before {
        background-size: 100% 80px;
    }
    #reason::after {
      top: 70px;
      bottom: 70px;
    }
}