@charset "utf-8";
main{
  background: url(../../img/bg_promo.png)no-repeat top right; 
  background-size: 84% auto;
  overflow: hidden;
}
@media (min-width :1920px){
  main{
    background-size: 1920px auto;
  }
}
@media screen and (max-width :834px) {
  main{
    background-image: url(../../img/bg_promo_sp.png); 
    background-position: top right;
    background-size: 90.76% auto;
  }  
}
/* sec_promo
=============================================== */
.sec_promo{
  position: relative;
  padding: 64px 0 100px;
  z-index: 1;
}
.sec_promo::before{
  content: '';
  width: 10.5vw;
  max-width: 201px;
  min-width: 150px;
  height: auto;
  aspect-ratio: 248/1093;
  position: absolute;
  left: 0;
  top: -20px;
  background: url(../../img/deco_promo1.png) no-repeat center left;
  background-size: contain;
  z-index: 10;
}
.sec_promo::after{
  content: '';
  width: 12vw;
  max-width: 230px;
  min-width:170px;
  height: auto;
  aspect-ratio: 275/969;
  position: absolute;
  left: calc(50vw + 160px);
  top: 0;
  background: url(../../img/deco_promo2.png) no-repeat center left;
  background-size:contain;
  z-index: 1;
}
.sec_promo h1{
  position: absolute;
  bottom: 2.5vw;
  left: 6.25%;
  width: 65%;
  max-width: 900px;
  z-index: 11;
}
.sec_promo .slide_promo{
  display: flex;
  gap: 20px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.sec_promo .slide_promo.is_init #slide_promo_wrap{
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.sec_promo .slide_promo.is_stop #slide_promo_wrap{
  animation-play-state: paused;
}
.sec_promo #slide_promo_wrap ul{
  width: 126.6vw;
  max-width: 2431px;
  min-width: 1800px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.sec_promo .slide_promo li{
  width: 26.32%;
}
.sec_promo .slide_promo li.row{
  width: 19.16%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec_promo .slide_promo picture{
  display: block;
  border-radius: var(--radius);
  overflow: hidden;  
}

.sec_promo #toggle_promo{
  position: absolute;
  width: 36px;
  height: 36px;
  right: 26px;
  bottom:0;
}
.sec_promo #toggle_promo span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.sec_promo #toggle_promo .toggle_play{
  opacity: 0;
}
.sec_promo #toggle_promo.is_active .toggle_play{
  opacity: 1;
}
.sec_promo #toggle_promo .toggle_pause{
  opacity: 1;
}
.sec_promo #toggle_promo.is_active .toggle_pause{
  opacity: 0;
}
@keyframes infinity-scroll-left {
from {
 transform: translateX(0);
}
 to {
 transform: translateX(-100%);
}
}
@media screen and (max-width :834px) {
  .sec_promo{
    height:auto;
    padding: 10.25vw 0 18.5vw;
  }
  .sec_promo::before{
    width: 89.74vw;
    max-width: 350px;
    min-width: inherit;
    aspect-ratio: 700/754;
    top:0;
    background-image: url(../../img/deco_promo1_sp.png);
    background-position: top left;
  }
  .sec_promo::after{
    display: none;
  }
  .sec_promo h1{
    bottom: 11vw;
    left: 5.12%;
    width: 82.56%;
    max-width: 322px;
  }
  .sec_promo .slide_promo{
    gap: 20px;
  }  
  .sec_promo #slide_promo_wrap ul{
    width: 358.7vw;
    max-width: 1399px;
    min-width: inherit;
    gap: 16px;
  }
  .sec_promo .slide_promo li{
    width: 26.94%;
  }  
  .sec_promo .slide_promo li.row{
    width: 15.72%;
  }  
  .sec_promo #toggle_promo{
    width: 27px;
    height: 27px;
    right: 4.1%;
  }

}
/* sec_msg
=============================================== */
.sec_msg{
  padding: 185px 0 180px;
}
.sec_msg .inner{
  display: flex;
  max-width: 1540px;
}
.sec_msg .inner>*{
  flex: 1;
}
.sec_msg .ttl_sec .jp{
  margin-top: 10px;
}
.sec_msg .area_text{
  position: relative;
  padding-top: 8.3vw;
  z-index: 1;
}
.sec_msg .txt_lead{
  margin-top: 80px;
  font-size: clamp(2rem,2.5vw,3rem);
  font-weight: 600;
  line-height: 1.667;
}
.sec_msg .cmn_btn{
  margin-top: 95px;
}
.sec_msg .cmn_btn a{
  text-align: left;
  padding-left: 40px;
}
.sec_msg .area_img figure::before,
.sec_msg .area_img figure::after{
  content: '';
  display: block;
  height: auto;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.sec_msg .area_img figure.img_1::before{
  width: 139%;
  aspect-ratio: 784/237;
  bottom: 0;
  left: 0;  
  transform: translate(-15.3%,29.53%);
  background-image: url(../../img/deco_msg1.png);
  z-index: 2;
}
.sec_msg .area_img figure.img_2::before{
  width: 60%;
  aspect-ratio: 270/31;
  top: 0;
  left: 0;
  transform: translate(-48.88%,112%);
  background-image: url(../../img/deco_msg2.png);
  z-index: 2;
}
.sec_msg .area_img figure.img_2::after{
  width: 54%;
  aspect-ratio: 243/153;
  bottom: 0;
  right: 0;
  transform: translate(49.3%,66.66%);
  background-image: url(../../img/deco_msg3.png);
  z-index:0;
}
.sec_msg .area_img figure img{
  position: relative;
  z-index: 1;
}
@media (min-width :835px){
  .sec_msg .area_img{
    position: relative;
    z-index: 0;
  }
  .sec_msg .area_img figure{
    position: absolute;
    top: 0;
    border-radius: var(--radius);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  }
  .sec_msg .area_img figure.img_1{
    left: 0; 
    z-index: 1;  
    width:78.33%;
    transform: translateY(37.89%);
  }
  .sec_msg .area_img figure.img_2{
    right: 0;
    z-index: 0;
    width: 62.5%;
    transform: translateX(26.6%);
  }  
}
@media screen and (max-width :834px) {
  .sec_msg{
    padding: 125px 0 0;
    background: url(../../img/bg_msg.png) no-repeat left top;
    background-size: 24.8% auto;
    overflow: hidden;
  }
  .sec_msg .inner{
    display: block;
  }
  .sec_msg .ttl_sec .jp{
    margin-top: 12px;
  }
  .sec_msg .area_text{
    padding-top: 0;
  }
  .sec_msg .txt_lead{
    margin-top: 35px;
    font-size: clamp(1.5rem,5.12vw,2rem);
    line-height: 1.7;
  }
  .sec_msg .cmn_btn{
    margin-top:40px;
  }
  .sec_msg .cmn_btn a{
    padding-left: 20px;
  }

  .sec_msg .area_img{
    margin-top: 64px;
  }
  .sec_msg .area_img figure{
    position: relative;
    border-radius: var(--radius);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  }
  .sec_msg .area_img figure.img_1{
    width:66.28%;
    transform: translate(7.32%,-20%);
    z-index: 2;
  }
  .sec_msg .area_img figure.img_2{
    width: 52.85%;
    margin: 0 0 0 auto;
    z-index:1;
    transform: translate(-7.32%,0);
  }
  .sec_msg .area_img figure.img_1::before{
    width: 132%;
    background-image: url(../../img/deco_msg1_sp.png);
    transform: translate(-10.444%,41.8%);
    z-index: 0;
  }
  .sec_msg .area_img figure img{
    position: relative;
    z-index: 1;
  }
}
/* sec_voice
=============================================== */
.sec_voice{
  padding: 135px 0 160px;
  overflow: hidden;
}
.sec_voice .txt_lead{
  margin-top: 65px;
  font-size: clamp(2rem,2.5vw,3rem);
  font-weight: 600;
  line-height: 1.667;
}

@media screen and (max-width :834px) {
  .sec_voice{
    padding: 50px 0 127px;
  }
  .sec_voice .txt_lead{
    margin-top: 35px;
    font-size: clamp(1.5rem,5.12vw,2rem);
    line-height: 1.7;
  }
  
}
/* sec_link
=============================================== */
.sec_link{
  padding: 160px 0;
  background-color: var(--bg-gray);
}
.sec_link .inner{
    max-width: 1780px;
}
.sec_link ul{
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.sec_link ul li{
  width: calc(50% - 40px);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: var(--radius);
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width :834px) {
  .sec_link{
    padding: 64px 0;
  }
  .sec_link ul{
    flex-direction: column;
    gap:32px;
  }
  .sec_link ul li{
    width:100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
}
/* sec_work
=============================================== */
.sec_work{
  position: relative;
  padding: 180px 0 200px;
  text-align: center;
  color: #fff;
  background: url(../../img/bg_work.jpg)no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.sec_work:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  display: block;
  width: 60.31%;
  height: auto;
  aspect-ratio: 1157/854;
  background: url(../../img/deco_work1.png) no-repeat center top;
  background-size: 100% auto;
  z-index: 2;
}

.sec_work .inner{
  z-index: 3;
}
.sec_work .ttl_sec [lang="en"]{
  color: #fff;
  -webkit-background-clip: inherit;
  background-clip: inherit;
  -webkit-text-fill-color: inherit;
  background: none;
}
.sec_work .ttl_sec .jp{
  color: #fff;
}
.sec_work .txt_lead{
  margin-top: 70px;
}
.sec_work .cmn_btn{
  margin-top: 70px;
}
.sec_work .list_img>div{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width :1025px){
  .sec_work .list_img{
    position: absolute;
    top:0;
    left:64px;
    width: 19.27%;
    height: 135%;      
    z-index: 1;
  }  
  .sec_work .list_img.list_img_right{
    right: 64px;
    left: auto;
  }  
}
@media screen and (max-width :1024px) {
  .sec_work{
    padding: 100px 0 80px;
    background-image: url(../../img/bg_work_sp.jpg);
  }
  .sec_work:before{
    width: 94.7%;
    left: 0;
    transform: translate(0);
    aspect-ratio: 739/200;
    background-image: url(../../img/deco_work1_sp.png);
  }
  .sec_work::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 24.23%;
    max-width: 189px;
    height: auto;
    aspect-ratio: 189/237;
    background: url(../../img/deco_work2_sp.png) no-repeat center top;
    background-size: 100% auto;
    z-index: 2;
  }
  .sec_work .cmn_btn{
    margin: 30px 0 80px;
  }    

  .sec_work .list_img.list_img_right{
    transform: translate(-30%);
  }  
  .sec_work .list_img+.list_img{
    margin-top: 12px;
  }
  .sec_work .list_img>div{
    flex-direction: row;
    gap: 8px;
  }
  .sec_work .list_img figure{
    width: 34.35vw;
    flex-shrink: 0;
  }
}

@media screen and (max-width :834px) {
  .sec_work .txt_lead{
    margin-top: 30px;
    font-size: 1.5rem;
  }

}
/* sec_faq
=============================================== */
.sec_faq{
  padding: 180px 0 160px;
}
.sec_faq .ttl_sec{
  position: relative;
}
.sec_faq .ttl_sec::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-60%);
  display: block;
  width: 584px;
  height: 156px;
  background: url(../../img/deco_faq.png) no-repeat center top;
  background-size: 100% auto;
  z-index: 0;
}

.sec_faq .cmn_acd{
  margin-top: 80px;
}
.sec_faq .cmn_acd .row{
  background-color: var(--bg-gray);
  border-radius: var(--radius);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.sec_faq .cmn_acd .row+.row{
  margin-top: 24px;
}
.sec_faq .cmn_acd dt button {
  display: flex;
  align-items: self-start;
  gap:19px ;
  width: 100%;
  padding: 29px 130px 31px 47px;
  background: url(../img/ico_acd_open.svg) no-repeat center right 48px;
  background-size: 36px auto;
  font-weight: 500;
  line-height: var(--lh-sub);
}
.sec_faq .cmn_acd dt button[aria-expanded="true"]{
  background-image: url(../img/ico_acd_minus.svg);
}
.sec_faq .cmn_acd dt button .no{
  display: inline-block;
  font-family: var(--font-en);
  color: var(--main-color);
  font-size: 3.6rem;
  line-height: 1;
  transform: translateY(-0.1em);
}
.sec_faq .cmn_acd dt button .ttl{
  font-family: var(--font-min);
  font-size: 2.2rem;
  line-height: 1.438;
}
.sec_faq .cmn_acd dd{
  border-top: solid 1px var(--color-border);
  overflow: hidden;
  opacity: 0;  
  transition: opacity 0.3s ease,max-height 0.5s ease;
  pointer-events: none;
}
.sec_faq .cmn_acd dd .item{
  padding: 37px 47px;
}
.sec_faq .cmn_acd dd:not(.is_open){
  max-height: 0;  
}
.sec_faq .cmn_acd dd.is_open {
  overflow: visible;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width :834px) {
  .sec_faq{
    padding: 110px 0 128px;
  }
  .sec_faq .ttl_sec::before{
    width: 292px;
    height: 78px;
  }

  .sec_faq .cmn_acd{
    margin-top: 40px;
  }
  .sec_faq .cmn_acd .row{
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .sec_faq .cmn_acd .row+.row{
    margin-top:16px;
  }
  .sec_faq .cmn_acd dt button {
    gap:7px ;
    padding: 18px 60px 18px 20px;
    background-position:center right 20px;
    background-size: 27px auto;
  }
  .sec_faq .cmn_acd dt button .no{
    font-size: 2.3rem;
  }
  .sec_faq .cmn_acd dt button .ttl{
    font-size: 1.6rem;
    
  }
  .sec_faq .cmn_acd dd .item{
    padding: 18px 20px;
  }
}
/* sec_bottom_link
=============================================== */
.sec_bottom_link{
  padding:128px 0;
  background: url(../../img/bg_bottom_link.png) no-repeat center center;
  background-size:cover;
}
.sec_bottom_link .inner{
  max-width: 1780px;
}
.sec_bottom_link ul{
  display: flex;
  flex-wrap: wrap;
  gap:4.76%;
}
.sec_bottom_link ul li{
  width: 47.62%;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: var(--radius);
  overflow: hidden;
  background-color: #fff;
}
.sec_bottom_link ul li a{
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction:column;
  min-height: 250px;
  padding: 0 calc(8% + 70px) 0 8%;
  background: url(../img/ico_link.svg)no-repeat right 8% center;
  background-size: 64px auto;
  background-color: #fff;
}
.sec_bottom_link .ttl_sec *[lang="en"]{
  font-size: clamp(45px,3.33vw,6.4rem);
}
.sec_bottom_link .ttl_sec .jp{
  margin-top: 16px;
}

.sec_bottom_link ul li.entry a{
  background-color: var(--main-color);
  background-image: url(../img/ico_link_w.svg);
}
.sec_bottom_link ul li.entry .ttl_sec *[lang="en"],
.sec_bottom_link ul li.entry .ttl_sec .jp{
  color: #fff;
  -webkit-background-clip: inherit;
  background-clip: inherit;
  -webkit-text-fill-color: inherit;  
  background:none;
}

@media screen and (max-width :834px) {
  .sec_bottom_link{
    padding:64px 0;
    background-image: url(../../img/bg_bottom_link_sp.png);
  }
  .sec_bottom_link ul{
    flex-direction: column;
    gap:16px ;
  }
  .sec_bottom_link ul li{
    width: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .sec_bottom_link ul li a{
    min-height: 120px;
    padding: 0 calc(5.7% + 45px) 0 5.7%;
    background-position:right 5.7% center;
    background-size:40px auto;
  }
  .sec_bottom_link .ttl_sec *[lang="en"]{
    font-size: clamp(30px,10.25vw,4rem);
  }
  .sec_bottom_link .ttl_sec .jp{
    margin-top: 4px;
  }

}