@charset "UTF-8";


html {
  scroll-behavior: smooth;
  font-size: clamp(16px, 4.2vw, 24px);
}

body {
  background-color: #fff;
  position: relative;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-weight: inherit;
}
*, ::before, ::after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}
body.is-fixed {
  overflow: hidden;
}
nav {
    display: block;
    unicode-bidi: isolate;
    box-sizing: border-box;
}


img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}
button, input, select, textarea {
    background-color: transparent;
    border-style: none;
}
button, html [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
}
button {
    overflow: visible;
}
h1{
    margin: 0px;
}
/*====================================header=================================*/
header{
  z-index: 999;
  width: 94.22%;
  height: 92px;
  left: 50%;
  transform: translateX(-50%);
  top: 46px;
  background: #fff;
  border-radius: 15px;
  position: fixed;
  padding-left: 33px;
}
.header-body{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo{
  width: 487.79px;
}
.cta-header a{
  width:429px ;
  height: 86px;
  display: flex;
  background: #FF0000;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 7px 0 #A71616;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-header a:hover{
  transform: translateY(3px);
  background: #FF0000;
  box-shadow: none;
}

.cta-header a p{
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}

.cta-header a img{
  width: 40px;
}
/*====================================header=================================*/
.hero{
  background-color: #E5EFF6;
  display: flex;
  justify-content: center;
  padding-bottom: 79px;
  position: relative;
  
}
.hero-body{
  width: 86.51%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.hero .hero-img{
  width: 52.22%;
  padding-top: 190px;
}

.hero-slider{
  width: 44.01%;
  height: 100%;
  position: relative;
}
.hero-swiper .swiper-slide{
  width: 100% !important;
  height: auto;
  border-radius: 20px;
  margin-top: 25px;
}
.hero-swiper img{
  height: auto;
  border-radius: 20px;
}
.swiper.hero-swiper{
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 10px;
  left: 0;
}
.bg-hero{
  position: relative;
}
.bg-hero::before{
  content: "";
  position: absolute;
  top: 138px;
  left: 0;
  width: 78%;
  height: calc(100% + 10px);
  background: url(../img/hero/bg.webp) no-repeat;
  background-size: auto 100% ;
  z-index: 1;
}
/*====================================sec01=================================*/
.sec01{
  background: #fff;
  padding: 75px 0px;
  position: relative;
  z-index: 2;
}
.sec01-body{
  max-width: 86.51%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec01-title{
  font-weight: 500 !important;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: normal;
}
.sec01-title span{
  color: #0099FF;
}
.sec01-img{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 242px);
  position: relative;
}
.sec01-img img{
  width: 223px;
  border-radius: 20px;
}
.sec01-img::after,
.sec01-img::before{
  content: "";
  height: 100%;
  width: 100px;
  position: absolute;
  top: 0;
  z-index: 100;
}
.sec01-img::before{
  left: -18px;
  background: linear-gradient(-90deg,rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 60%);
}
.sec01-img::after{
  background: linear-gradient(90deg,rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 60%);
  right: -35px;
}
/*====================================sec01=================================*/
/*====================================sec02=================================*/
.sec02{
  background: #F4F4F4;
  padding: 130px 20px 131.5px 20px;
}
.sec02-body{
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.sec-title{
  font-family: "Jost", sans-serif;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0099FF;
  line-height: 1;
}
.sec-sub{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #231815;
  line-height: normal;
}
.sec02-group{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 45px;
}
.sec02-item{
  width: 23.02%;
  border-radius: 15px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 37px 20px 24px 20px;
  position: relative;
}
.sec02-item::before{
  width: 36.62px;
  height: 36.62px;
  content: "";
  position: absolute;
  background: url(../img/sec02/icon.png) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
.sec02-item01 img{
  width: 106px;
  margin: 0 auto 14px auto;
  display: block;
}
.sec02-item p{
  font-weight: 500;
  font-size: 17px;
  color: #231815;
  letter-spacing: 0.05em;
  line-height: normal;
  text-align: center;
}
.sec02-item02 img{
  width: 102px;
  margin: 0 auto 2px auto; 
  display: block;
}
.sec02-item02.sec02-item{
  padding: 37px 20.15px 24px 20.15px;
} 
.sec02-item03.sec02-item{
  padding: 45px 20.15px 24px 20.15px;
} 
.sec02-item04.sec02-item{
  padding: 46px 20.15px 24px 20.15px;
} 
.sec02-item03 img{
  width: 116px;
  margin: 0 auto 20px auto;
  display: block;
}
.sec02-item04 img{
  width: 142px;
  margin: 0 auto 20px auto;
  display: block;
}
/*====================================sec02=================================*/
/*====================================sec03=================================*/
.sec03{
  background: url(../img/sec03/bg.webp) no-repeat;
  background-size: 100% auto;
  padding:191.5px 20px 155px 20px;
  position: relative;
}
.arrow-sec {
  position: absolute;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #0099FF 0%, #012099 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  top: -36.5px;
  left: 50%;
  transform: translateX(-50%);
  
  animation: floatHint 2.8s ease-in-out infinite;
}

.arrow-sec img {
  height: 40px;
  width: auto;
}

@keyframes floatHint {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 0.4;
  }

  50% {
    transform: translateX(-50%) translateY(15px);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 0.4;
  }
}
.sec03-body{
  max-width: 698px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.sec03 .sec-title{
  text-align: center;
}
.sec03 .sec-sub{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.sec03-txt01{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #231815;
  line-height: 28px;
  text-align: center;
  margin-top: 17px;
}
.sec03-txt01 span{
  color: #0099FF;
  font-weight: 700;
}
.sec03-group{
  margin-top: 32px;
  position: relative;
}

.sec03-item{
  background: #E5EFF6;
  border-radius: 10px;
  height: 74px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 110px;
}
.sec03-item-img{
  height: 100%;
  background-color: #0099FF;
  border-radius: 10px;
  width: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec03-item01 .sec03-item-img img{
  width: 62px;
}
.sec03-item-txt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #231815;
}
.sec03-item02 .sec03-item-img img{
  width: 62px;
}
.sec03-item03 .sec03-item-img img{
  width: 53px;
}
.sec03-item+.sec03-item{
  margin-top: 15px;
}
/*====================================sec03=================================*/
/*====================================sec04=================================*/
.sec04{
  background: #E5EFF6;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  padding: 95px 20px 115px 20px;
  overflow: hidden;
}
.sec04-body{
  display: block;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.sec04-group{
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.sec04-group::before{
  content: "";
  position: absolute;
  top: -10px;
  left: 8px;
  width: 1509.5px;
  height: calc(100% + 125px);
  background: url(../img/hero/bg.webp) no-repeat;
  background-size: 100% 100%;
}
.sec04-group01{
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 35px 0px;
}
.sec04-item{
  background-color: #FFFFFF;
  border-radius: 40px;
  padding: 15px 40px 15px 13px;
  width: 47.95%;
  display: flex;
  gap: 19px;
  align-items: center;
  position: relative;
}
.sec04-item-img img{
  width: 197px;
}
.sec04-item-content h4{
  background: linear-gradient(to right, #0099FF 0%, #012099 100%);
  border-radius: 5px;
  min-width: 133px;
  padding: 5px 11px 7px 11px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  width: fit-content;
  text-align: center;
}
.sec04-item-txt{
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: normal;
  color: #231815;
}
.sec04-item-txt span{
  font-weight: 600;
  color: #0099FF;
}
.sec04-item.sec04-item03{
  padding: 15px 52.5px 15px 13px;
}
.sec04-item.sec04-item04{
      padding: 15px 30px 15px 13px;
}
.sec04-item-nub{
  position: absolute;
  left: 0;
  top: 0;
  background: #0099FF;
  border-radius: 5px;
  width: 45.92px;
  height: 45.92px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-size: 25px;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
  font-weight: 600;
}
.sec04-group02{
  position: relative;
  z-index: 2;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, #FFF 100%);
  padding: 85px 83.5px 100px 83.5px;
}

.sec04-table-th{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sec04-table-td{
  width: 32.19%;
  padding: 10px 0px;
}

.sec04-table-td01{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.sec04-table-header .sec04-table-td02,
.sec04-table-header .sec04-table-td01{
  color: #fff;
  background: #9F9F9F;
}
.sec04-table-td02{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.sec04-table-header .sec04-table-td03{
  background: #0099FF;
  color: #fff;
}
.sec04-table-td03{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sec04-table-body{
  margin-top: 13px;
}
.sec04-table-body .sec04-table-td01{
  background-color: #EBEBEB;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.25);
  color: #231815;
  letter-spacing: 0.05em;
}
.sec04-table-body .sec04-table-td02{
  background-color: #fff;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.25);
  color: #231815;
  letter-spacing: 0.05em;
}
.sec04-table-body .sec04-table-td03{
  background-color: #FFFDDB;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.25);
  color: #FF0000;
  letter-spacing: 0.05em;
}
.sec04-table-th+.sec04-table-th{
  margin-top: 7px;
}
/*====================================sec04=================================*/
/*====================================sec05=================================*/
.sec05{
  background-color: #E5EFF6;
}
.sec05-body{
  background: #0099FF;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  padding: 120px 20px 140px 20px;
}
.sec05-content{
  max-width: 1100px;
  margin: 0 auto;
}
.sec05 .sec-title{
  color: #fff;
  padding-left: 10px;
}
.sec05  .sec-sub{
  color: #fff;
  margin-top: 15px;
}
.sec05-group{
  margin-top: 70px;
}
.sec05-item{
  display: flex;
  gap: 39px;
}
.sec05-item-txt{
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  width: 127px;
}
.sec05-item-group{
  display: flex;
  gap: 14px;
  width: calc(100% - 166px);
}
.sec05-item-img{
  width: 23.877%;
  position: relative;
}
.sec05-item-img-txt{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 5px;
  min-width: 142px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #231815;
  gap: 4px;
  padding: 0px 5px;
}
.sec05-item-img-txt-p{
  font-size: 9px;
  line-height: 10px;
}
.sec05-item-img img{
  border-radius: 20px;
  height: 100%;
}
.sec05-item+.sec05-item{
  margin-top: 30px;
}
.sec05-arrow{
  margin-top: 35px;
}
.sec05-arrow .arrow-sec{
  position: relative;
  top: 0;
}
.sec05-group02{
  background: #FFFFFF;
  border-radius: 30px;
  width: 100%;
  padding: 30px 0px;
  display: flex;
  margin-top: -28px;
}
.sec05-group02-item{
  width: calc(100% / 3);
  padding-left: 40px;
  padding-right: 28px;
}
.sec05-group02-item.sec05-group02-item02{
  padding-left: 34px;
  padding-right: 34px;
}
.sec05-group02-item-body{
  padding: 17px 20px;
  position: relative;
}
.sec05-group02-item-body::after,
.sec05-group02-item-body::before{
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 44px;
}
.sec05-group02-item-body::before{
  background: url(../img/sec05/leaf.png) no-repeat;
  background-size: contain;
  left: 0;
}
.sec05-group02-item-body::after{
  background: url(../img/sec05/leaf02.png) no-repeat;
  background-size: contain;
  right: 0;
}
.sec05-group02-txt01{
  text-align: center;
  color: #333333;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.sec05-group02-txt02{
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
}
.sec05-group02-txt02 span{
  display: inline-block;
  font-weight: 600;
  background: linear-gradient(to right, #0099FF 0%, #012099 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.sec05-group02-txt02 span.sec05-group02-txt02-nub{
  font-family: "Jost", sans-serif;
  font-size: 65px;
  line-height: 50px;
}
.sec05-group02-txt02 span.sec05-group02-txt02-percent{
  font-family: "Jost", sans-serif;
  font-size: 45px;
  line-height: 33px;
}
.sec05-group02-item02{
  border-left: 1px solid #231815;
  border-right: 1px solid #231815;
}
.sec-05-txt02{
  text-align: center;
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: normal;
}
/*====================================sec05=================================*/
/*====================================sec06=================================*/
.sec06{
  background: url(../img/sec06/bg.webp) no-repeat;
  background-size: 100% 100%;
  padding: 100px 0px 150px 0px;
}
.sec06-body{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.sec06-item.swiper-slide{
   width: 491px !important;
  
  height: auto;
  overflow: visible;
}
.sec06-item-body{
  background: #fff;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 23px 23px 37px 23px;
  width: 100%;
  height: 100%;
  position: relative;
}
/* .swiper-backface-hidden .swiper-slide.sec06-item{
  width: 491px;
} */
.sec06-item-icon{
  position: absolute;
  top: 0;
  left: 0;
  width: 92.92px;
  height: 92.92px;
  background: #0099FF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec06-item-icon img{
  width: 64px;
}
.sec06-item h4{
  color: #0099FF;
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: normal;
  margin-top: 15px;
  line-height: 1;
}
.sec06-item-sub{
  display: flex;
  gap: 22px;
  margin-top: 13px;
}
.sec06-item-sub p{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #231815;
  padding-left: 40px;
  position: relative;
}
.sec06-item-sub p::before {
  width: 29px;
  height: 29px;
  content: "";
  position: absolute;
  background: url(../img/sec02/icon.png) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
.sec06-item-txt01{
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #231815; 
  margin-top: 22px; 
}
.sec06-item-txt01+.sec06-item-txt01{
  margin-top: 0px;
}
.sec06-item-txt01 span{
  color: #0099FF;
  font-weight: 600;
}
.sec06_swiper .swiper-wrapper {
  height: auto;
  align-items: stretch;
  padding: 60px 0px 60px 0px;
  align-items: stretch;
}
.sec06-group{
  overflow: hidden;
  /* margin-left: calc((100% - 1100px) / 2 - 15px); */
  /* padding-left: 15px ; */
}
.swiper.sec06_swiper{
  overflow: visible;
}
.swiper.sec06_swiper{
  padding-bottom: 70px;
}
.swiper.sec06_swiper .swiper-pagination{
  bottom: 35px;
  position: unset;
  left: 0;
  width: fit-content;
  height: 10px;
  margin-right: 20px;
}
.swiper.sec06_swiper .swiper-pagination-bullet{
  background: #D9D9D9;
  width: 93.5px;
  height: 10px;
  margin: 0;
  border-radius: 0;
}
.swiper.sec06_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #0099FF;
}
.swiper.sec06_swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper.sec06_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0;
}
.swiper-btn{
  position: absolute;
  bottom: 0;
  left:0;
  max-width: 1100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-left: calc((100% - 1100px) / 2 - 15px);
}
.swiper-btn-body{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.swiper-button-next-sec06,
.swiper-button-prev-sec06{
  width:70px ;
  height: 70px;
  border: 1px solid #000000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.swiper-button-prev-sec06{
  margin-right: 12px;
}
.swiper-button-prev-sec06 img,
.swiper-button-next-sec06 img{
  width: 35.42px;
}
/*====================================sec06=================================*/
/*====================================sec07=================================*/
.sec07{
  background: #E5EFF6;
  padding: 100px 20px;
}
.sec07-body{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.sec07-group{
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.sec07-group::before{
  content: "";
  background: #09F;
  width: 4px;
  height: 100%;
  position: absolute;
  top:0 ;
  left: 120px;
  z-index: -1;
}
.sec07-item{
  border-radius: 10px;
  background: #FFF;
  width: 100%;
  display: flex;
}
.sec07-item+.sec07-item{
  margin-top: 20px;
}
.sec07-item-left{
  width: 49%;
  display: flex;
}
.sec07-item-icon{
  border-radius: 10px;
  background: #09F;
  width: 74px;
  height: 74px;
  min-width: 74px;
  min-height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}
.sec07-item-icon img{
  width: 50.711px;
}
.sec07-item-nub{
  color: #09F;
  font-family: "Jost", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.75px;
  width: 65.5px;
  height: 100%;
  position: relative;
  padding-top: 11px;
}
.sec07-item-nub::before{
  content: "";
  position: absolute;
  top: 9px;
  height: calc(100% - 18px);
  width: 1px;
  background: #231815;
  right: 0;
}
.sec07-item-name{
  color: #09F;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.3px;
  padding-left: 18.5px;
  padding-top: 22px;
}
.sec07-item02 .sec07-item-name{
  letter-spacing: 0px;
}
.sec07-item-right{
  width: 51%;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.sec07-item-right p{
  color: #231815;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}
.sec07-item04  .sec07-item-name{
  letter-spacing: 0px;
  padding-left: 18px;
}
.sec07-item04 .sec07-item-right p{
  padding: 15px 0px;
}
/*====================================sec07=================================*/
/*=================================================faq========================================= */
.l-faq{
  padding: 80px 20px 100px 20px;
  background: #F4F4F4;
}

.l-faq-body{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.faq{
  margin-top: 30px;
}

.faq-question{
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.faq-item{
  overflow: hidden;
  margin-bottom: 40px;
}

.faq-item:last-child,
.faq-item:last-child.active{
  margin-bottom: 0;
}
.faq-head-group{
  width: 100%;
}
.faq-item .faq-head::after, 
.faq-item .faq-head::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 14px;
  height: 1px;
  background: #000000;
  transform-origin: center;
  transition: transform 0.3s ease;
}

.faq-item .faq-head::after {
  transform: translateY(-50%) rotate(0deg);
}
.faq-item .faq-head::before {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item.active .faq-head::after {
  transform: translateY(-50%) rotate(45deg);
}
.faq-item.active .faq-head::before {
  transform: translateY(-50%) rotate(-45deg);
}
.faq-answer-group,
.faq-head-group {
  display: flex;
  gap: 14px;
}
 .faq-head-group{
  align-items: center;
 }
.faq-head-txt {
  color: #231815;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  transition: color 0.3s ease;
  
}
.faq-head-txt-group{
  padding: 0px 2px;
  border-bottom: 1px solid #000;
  height: 52px;
  display: flex;
  align-items: center;
  width: 100%;
}
.faq-head-q{
  border-radius: 10px;
  background: #09F;
  min-width: 52px;
  height: 52px;

  color: #FFF;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.5px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-body-txt {
  padding-top: 10px;
}
.faq-answer {
  display: none;
  border-radius: 5px;
}
.faq-answer-txt{
  color: #231815;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
  padding: 0px 2px;
}
.faq-answer-a{
  min-width: 52px;
  height: 52px;
  border-radius: 10px;
  background: #FF8181;

  color: #FFF;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.5px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-item02 .faq-answer-txt{
  padding-left: 20px;
}

/*=================================================faq========================================= */
/*====================================sec08=================================*/
.sec08{
  background: url(../img/sec08/bg.webp) no-repeat;
  background-size: 100% 100%;
  padding: 90px 20px 120px 20px;
}
.sec08-body{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.sec08-title{
  border-top-right-radius: 43.5px;
  border-bottom-right-radius: 43.5px;
  background: linear-gradient(90deg, #09F 0%, #002FFF 100%);
  padding: 16px 60px 17px 40px;
  width: fit-content;

  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 4px;
}
.sec08-group{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sec08-item{
  border-radius: 15px;
  background: #FFF;
  padding: 18px 16.5px 27px 16.5px;
  width: 30.91%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec08-item img{
  height: 84px;
  width: auto;
  margin: 0 auto;
}
.sec08-item-title{
  color: #09F;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.15px;
}
.sec08-item-txt{
  color: #231815;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.85px;
}

/*====================================sec08=================================*/
/*====================================form=================================*/
#c_form {
  scroll-margin-top: 260px;
}
.l-form{
  background: #E5EFF6;
  padding: 100px 20px;
}
.form-body{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
form{
  margin-top: 35px;
}
.form_item{
  display: flex;
  gap: 15px;
}
.form_item+.form_item{
  margin-top: 15px;
}
.form_label{
  width: 220px;
  display: flex;
}
.form_input{
  width: calc(100% - 235px);
}
label{
  color: #231815;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  display: flex;
  padding: 18px 0px 16px 0px;
  align-items: center;
  height: fit-content;
}
.form_label01 label{
  justify-content: space-between;
  width: 100%;
}
label span{
  width: 60px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #F00;

  color: #F00;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  padding-bottom: 2px;
}
textarea,
input{
  border-radius: 10px;
  background: #FFF;
  padding: 21px 35px 16px 35px;
  color: #231815;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  border: unset;
  width: 100%;
}
textarea:focus,
input:focus{
  outline: unset;
  border: unset;
}
textarea::placeholder,
input::placeholder{
  color: rgba(35, 24, 21, 0.30);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
}
.form_item-checkbox {
  display: flex;
  gap: 7px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.form_item-checkbox  input{
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #000;
}
input[type="checkbox"]{
  width: 16px;
  height: 16px;
}
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  min-width: 16px;
  min-height: 16px;
  border:  1px solid #000;
  border-radius: 3px;
  background: #E5EFF6;
  padding: 0;
}
.form_item-checkbox label{
  color: #231815;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.85px;
  padding: 0;
}
.form_item.checkbox-form{
  margin-top: 60px;
  width: 100%;
  gap: 0;
}

.form_btn_submit:hover::before,
.cta-header a:hover::before{
  bottom: 0;
  /* background: transparent; */
}
.form_btn_submit button p{
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.9px;
}
.form_btn_submit{
  position: relative;
  width: fit-content;
  margin: 20px auto 0px auto;
  cursor: pointer;
}
.form_btn_submit button{
  width: 335.781px;
  height: 67.313px;
  display: flex;
  background: #FF0000;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  cursor: pointer;
  position: relative;
  box-shadow: 0 7px 0 #A71616;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.form_btn_submit button:hover{
  transform: translateY(3px);
  background: #FF0000;
  box-shadow: none;
}
.form_btn_submit button p{
  width: 220px;
}
.form_btn_submit button img{
  width: 31.308px;
}
.form-groud{
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  padding: 26px 82px 33px 62px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.form-groud-left{
  width: 249.706px;
  position: relative;
}
.form-groud-left img{
  position: absolute;
  bottom: -33px;
  width: 100%;
  left: 0;
}
.form-groud-right{
  max-width: 639px;
}
.form-groud-right h4{
  color: #09F;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
  margin-bottom: 6px;
}
.form-right-groud{
  display: flex;
  gap: 12px;
}
.form-right-item{
  border-radius: 5px;
  background: linear-gradient(90deg, #09F 27.4%, #012199 100%);
  padding: 10px 0px;
  width: 205px;

  color: #FFF;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.85px;
}
.form-right-btn{
  display: flex;
  width: 100%;
  margin-top: 19px;
}
.form-right-cta{
  width: 55%;
}
.form-right-cta p{
  color: #231815;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.85px;
}
.form-right-cta div{
  width: 100%;
  position: relative;
}
.form-right-cta a{
  width: 100%;
  height: 67.313px;
  display: flex;
  background: #FF0000;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  position: relative;
  cursor: pointer;
  margin-top: 6px;
  z-index: 1;
  box-shadow: 0 7px 0 #A71616;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.form-right-cta a:hover{
  transform: translateY(3px);
  background: #FF0000;
  box-shadow: none;
}

.form-right-cta a img {
  width: 31.308px;
}

.form-right-cta a p {
  width: 190px;
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.9px;
}
.form-right-phone{
  width: calc(45% + 12px);
  margin-left: 15px;
  padding-left: 20px;
  margin-right: -12px;
  border-left: 1px solid #000;
}
.form-right-phone p{
  color: #231815;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.85px;
}
.form-phone-btn a{
  display: flex;
  gap: 0px;
  margin-top: 9px;
  color: #000;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 85.714% */
  letter-spacing: 2.8px;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.form-phone-btn a:hover{
  opacity: 0.6;
}
.form-phone-btn a img{
  width: 34px;
  height: 34px;
}
.form-right-phone .txt02{
  color: #231815;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.85px;
}
/*====================================form=================================*/
/*====================================sec09=================================*/
.sec09{
  background: url(../img/sec06/bg.webp) no-repeat;
  background-size: 100% 100%;
  padding: 120px 20px 135px 20px;
}
.sec09-body{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.sec09-group{
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
}
.sec09-group-left h4{
  color: #09F;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.15px;
}
.sec09-group-left p{
  color: #231815;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
  margin-top: 10px;
}
.sec09-group-left p+p{
  margin-top: 0px;
}
.sec09-group-left{
  width: 50%;
}
.sec09-group-right{
  width: 46.546%;
}
.sec09-group-left a{
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.sec09-group-left a p:first-child{
  color: #231815;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
  margin-top: 0px;
}
.sec09-group-left a p:last-child{
  width: 40.517px;
  height: 40.517px;
  border-radius: 100%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}
.sec09-group-left a p:last-child img{
  width: 20.472px;
  transform: translateX(0px);
  transition: transform 0.3s ease;
}
.sec09-group-left a:hover p:last-child img{
  transform: translateX(5px);
}
/*====================================sec09=================================*/
footer{
  background: #333;
  padding: 18px 20px;
}
footer p{
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
}
.sp{
  display: none;
}
.cta-fv{
  display: none;
}
@media screen and (max-width:900px){
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  .cta-header{
    display: none;
  }
  header{
    width: 100%;
    padding-left: 16px;
    top: 0;
    border-radius: 0px;
    left: 0;
    transform: translateX(0px);
    height: 49px;
    display: flex;
    align-items: center;
  }
  .logo{
    width: 331px;
  }
/*====================================hero=================================*/
  .hero-body{
    display: block;
    width: 100%;
  }
  .hero .hero-img {
    width: 100%;
    padding-top: 50px;
    position: relative;
    z-index: 3;
  }
  .hero-slider{
    width: 100%;
    /* margin-top: -20px; */
    border-radius: 20px;
    height: 100%;
  }
  .hero-swiper img{
    width: 94.69% !important;
    height: auto;
    border-radius: 20px;
    margin: 0 auto;
    transform: translateZ(0);
    object-fit: cover;
    display: block;
  }
  .hero{
    padding-bottom: 40px;
  }
/*====================================hero=================================*/
/*====================================sec01=================================*/
  .sec01 {
    padding: 50px 0px;
  }
  .sec01-body {
    width: 100%;
    /* width: 100%; */
    max-width: 100%;
    flex-direction: column;
    gap: 20px;
    padding-left: 4.265%;
  }
  .sec01-title{
    font-size: 20px;
    font-style: normal;
    letter-spacing: 2px;
  }
  .sec01-img::after,
  .sec01-img::before{
    content: unset;
  }
  .sec01-img{
    width: 100%;
  }
  .swiper.hero-swiper{
    position: relative;
    bottom: 0;
    height: auto;
  }
  .hero-slider{
    height: auto;
    margin-top: 10px;
  }
  .hero-slider .swiper-wrapper{
    height: auto;
  }
/*====================================sec01=================================*/
/*====================================sec02=================================*/
.sec02 {
  padding: 90px 0px 79.9415px 0px;
}
.sec02-body{
  width: 91.47%;
}
.sec-title {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 2.5px;
  margin-bottom: 11px;
}
.sec-sub {
  font-size: 17px;
  line-height: 28px; /* 164.706% */
  letter-spacing: 1.7px;
}
.sec02-group {
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 15px;
}
.sec02-item{
  width: 47.23%;
  padding: 14px 9px 12px 9px;
  box-shadow: unset;
}
.sec02-item01 img {
  width: 66px;
}
.sec02-item::before{
  width: 27px;
  height: 27px;
}
.sec02-item p {
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.7px;
}
.sec02-item02 img{
  width: 66px;
}
.sec02-item02.sec02-item {
  padding: 14px 6px 12px 6px;
}
.sec02-item03.sec02-item{
  padding: 21px 6px 21px 6px;
}
.sec02-item04.sec02-item{
  padding: 21px 6px 21px 6px;
}
.sec02-item03 img{
  width: 82px;
}
.sec02-item04 img{
  width: 102px;
}
/*====================================sec02=================================*/
/*====================================sec03=================================*/
.sec03{
  padding: 84.9415px 0px 65px 0px;
  background: url(../img/sec03/bg_sp.webp) no-repeat;
  background-size: 100% auto;
}
.sec03-body {
  width: 91.47%;
}
.sec03 .sec-sub {
  font-size: 18px;
  letter-spacing: 1.8px;
}
.sec03-txt01 {
  margin-top: 6px;
  font-size: 16px;
  line-height: 28px; /* 175% */
  letter-spacing: 1.6px;
  text-align: left;
}
.sec03-group {
  margin-top: 30px;
}
.sec03-group::before{
  content: unset;
}
.sec03-item{
  gap: 39px;
}
.sec03-item-txt {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
}
.arrow-sec {
  width: 49.883px;
  height: 49.883px;
  top: -24.9415px;
  left: 50%;
  transform: translateX(-50%) ;
}
.arrow-sec img{
  height: 27.333px;
}
/*====================================sec03=================================*/
/*====================================sec04=================================*/
.sec04 {
  background: #E5EFF6;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 65px 0px 70px 0px;
  overflow: hidden;
}
.sec04-body{
  width: 91.47%;
}
.sec04 .sec-sub{
  margin-right: -10px;
}
.sec04-item{
  width: 100%;
  padding: 16px 14px;
}
.sec04-item-img img {
  width: 143px;
}
.sec04-item-txt {
  margin-top: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 160% */
  letter-spacing: 0.75px;
  margin-right: -9px;
}
.sec04-item-content h4 {
  min-width: 103px;
  padding: 6px 11px 8px 11px;
  font-size: 20px;
  font-style: normal;
  line-height: 1; /* 9px */
  letter-spacing: 1px;
}
.sec04-item-nub{
  width: 45.923px;
  height: 45.923px;
}
.sec04-item.sec04-item03 {
  padding: 16px 14px;
}
.sec04-item.sec04-item04 {
  padding: 16px 14px;
}
.sec04-item04 .sec04-item-content h4{
  min-width: 143px;
  text-align: center;
}
.sec04-group {
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
.sec04-group01{
  gap: 20px;
}
.sec04-group02 {
  position: relative;
  z-index: 2;
  background: transparent;
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, #FFF 100%); */
  margin-top: 35px;
  border-radius: 15px;
  padding: 0;
  width: calc(100% + 4.265%);
  position: relative;
}
.sec04-group02::before{
  position: absolute;
  content: "";
  width: calc(100% - 4.265%);
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, #FFF 100%);
  z-index: -1;
}
.sec04-table-wrap{
padding: 20px 0px 60px 0px;
}
.sec04-table-wrap {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge cũ */
}

.sec04-table-wrap::-webkit-scrollbar {
  display: none;
}
.sec04-table{
  width: 504px;
  padding: 0px calc( 20px + 4.265% ) 0px 20px;
  margin: 0 auto;
}
.sec04-table-td01.sec04-table-td{
  width: 25.865%;
}
.sec04-table-td02.sec04-table-td{
  width: 32.33%;
}
.sec04-table-td03.sec04-table-td{
  width: 37.5%;
}
.sec05-item+.sec05-item {
    margin-top: 50px;
}
.sec04-table-td03 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 131.25% */
  letter-spacing: 1.6px;
}
.sec04-table-td01{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
}
.sec04-table-td{
  padding: 5px 0px;
}
.sec04-table-td{
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec04-table-td02{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 131.25% */
  letter-spacing: 0.8px;
}
.sec04-table-td03.sec04-table-td{
  padding: 8.5px 0px;
}
.sec04-table-body .sec04-table-td{
  min-height: 58px;
}
.scroll-table{
  border-radius: 10px;
  background: #D9D9D9;
  height: 10px;
  position: absolute;
  bottom: 30px;
  width: calc(95.735% - 40px);
  left: 4.265%;
}
.scroll-table-thumb{
  position:absolute;
  top:0;
  left:0;
  width:95px; /* khoảng 20% */
  height:100%;
  background:#1694eb;
  cursor:pointer;
  border-radius: 10px;
  z-index: 99;
}
.sec04-table-wrap{
  overflow-x: auto;
  overflow-y: hidden;
}
.sec04-group::before{
  background: url(../img/sec04/bg_sp.png) no-repeat;
  background-size: 100% 65%;
  width: calc(108.53%);
  left: -4.265%;
  height: 100%;
  top: -25px;
}
/*====================================sec04=================================*/
/*====================================sec05=================================*/
.sec05-body {
  background: #0099FF;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 85px 0px 95px 4.265%;
}
.sec05-content {
  width: 100%;
}
.sec05-group {
  margin-top: 40px;
}
.sec05-item{
  flex-direction: column;
  gap: 12px;
}
.sec05-item-txt{
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  width: 100%;
}
.sec05-item-group{
  width: 100%;
}
.sec05-swiper04 .swiper-wrapper .swiper-slide,
.sec05-swiper03 .swiper-wrapper .swiper-slide,
.sec05-swiper02 .swiper-wrapper .swiper-slide,
.sec05-swiper01 .swiper-wrapper .swiper-slide {
  width: 223px;
  height: 155px;
}
.sec05-item-img{
  width: 100%;
}
.sec05-item{
  position: relative;
}
.swiper04-next-sec05,
.swiper03-next-sec05,
.swiper02-next-sec05,
.swiper01-next-sec05{
  width: 25px;
  height: 25px;
  position: absolute;
  right: 6%;
}

.sec05-group02{
  flex-wrap: wrap;
  width: calc(100% - 4.46%);
  border-radius: 18px;
  padding: 35px 22px;
  margin-top: -24.9415px;
}
.sec05-group02-item {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 14px;
}
.sec05-group02-item.sec05-group02-item02 {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 14px;
  border-left: 0px;
  border-right: 0px;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
.sec05-group02-item.sec05-group02-item03{
  padding-bottom: 0px;
  padding-top: 14px;
}
.sec05-arrow {
  margin-top: 30px;
  margin-right:  4.265%;
}
.sec-05-txt02 {
  margin-top: 21px;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 158.824% */
  letter-spacing: 1.7px;
  margin-right:  0%;
}
/*====================================sec05=================================*/
/*====================================sec06=================================*/
.sec06 {
  background: url(../img/sec06/bg_sp.webp) no-repeat;
  background-size: 100% 100%;
  padding: 65px 0px 75px 0px;
}
.sec06-body{
  width: 91.47%;
}
.sec06_swiper .swiper-wrapper{
  padding:40px 0px 0px 0px ;
}
.sec06-item.swiper-slide{
  width: 100% !important;

  
}

.sec06-item-body{
  padding: 13px 13px 23px 13px;
  border-top-left-radius: 5px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 91.2%;
  margin: 0 auto;
}
.sec06-group{
  /* margin-left:0px;
  padding-left: 4.265%;
  padding-right: 4.265%; */
}
.sec06-item-icon{
  width: 73px;
  height: 73px;
}
.sec06-item-icon img {
  width: 39px;
}
.sec06-item h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  margin-top: 8px;
}
.sec06-item-sub p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.6px;
  padding-left: 25px;
}
.sec06-item-sub p::before {
  width: 20px;
  height: 20px;
}
.sec06-item-txt01 {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.5px;
  margin-top: 15px;
}
.sec06-item-txt01+.sec06-item-txt01{
  margin-top: 15px;
}
.swiper-button-next-sec06, .swiper-button-prev-sec06{
  min-width: 39.928px;
  min-height: 39.928px;
  max-width: 39.928px;
  max-height: 39.928px;
}
.swiper-button-prev-sec06{
  margin-right: 6px;
}

.swiper-button-prev-sec06 img, .swiper-button-next-sec06 img {
  width: 20.174px;
}
.swiper.sec06_swiper .swiper-pagination-bullet{
  width: 61.75px;
}
.swiper.sec06_swiper .swiper-pagination{
  margin-right: 9px;
}
.swiper.sec06_swiper {
  padding-bottom: 58px;
}

/*====================================sec06=================================*/
/*====================================sec07=================================*/
.sec07 {
  background: #E5EFF6;
  padding: 60px 0px 65px 0px;
}
.sec07-body{
  width: 91.47%;
}
.sec07-group {
  margin-top: 30px;
}
.sec07-item{
  flex-wrap: wrap;
}
.sec07-item-left{
  width: 100%;
  align-items: center;
}
.sec07-item04 .sec07-item-left,
.sec07-item02 .sec07-item-left{
  width: 100%;
  align-items: flex-start;
}
.sec07-item-right{
  width: 100%;
  padding: 8px 20px 20px 20px;
}
.sec07-item-nub{
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.25px;
  padding-top: 0px;
  height: fit-content;
  width: 44px;
  min-width: 44px;
  
}
.sec07-item04  .sec07-item-nub,
.sec07-item02 .sec07-item-nub{
  padding-top: 10px;
}
.sec07-item04  .sec07-item-name,
.sec07-item02 .sec07-item-name{
  padding-top: 10px;
}
.sec07-item-name{
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  padding-top: 0;
  padding-left: 9px;
  position: relative;
  padding-right: 20px;
  height: fit-content;
}
.sec07-item04 .sec07-item-name{
  padding-left: 9px;
}
.sec07-item-nub::before{
  content: unset;
}
.sec07-item04 .sec07-item-right p {
    padding: 0px 0px;
}
.sec07-item04 .sec07-item-name::before,
.sec07-item02 .sec07-item-name::before {
  top: 15px;
  height: calc(100% - 15px);
}
.sec07-item-name::before {
  content: "";
  position: absolute;
  top: 5px;
  height: calc(100% - 9px);
  width: 1px;
  background: #231815;
  left: 0;
}
.sec07-item-icon{
  margin-right: 19px;
}
.sec07-item-right p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 160% */
  letter-spacing: 0.75px;
}
/*====================================sec07=================================*/
/*====================================faq=================================*/
.l-faq {
  padding: 65px 0px 80px 0px;
}
.l-faq-body{
  width: 91.47%;
}
.faq-head-txt{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}
.faq-head-txt-group{
  min-height: 40px;
  height: 100%;
}
.faq-answer-a,
.faq-head-q{
  min-width: 40px;
  height: 40px;

  font-size: 25px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.25px;
}
.faq-answer-group, .faq-head-group{
  gap: 6px;
}
.faq-body-txt {
  padding-top: 12px;
}
.faq-answer-txt{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.7px;
  padding: 0px;
}
.faq-item {
  overflow: hidden;
  margin-bottom: 30px;
}
.faq-item05 .faq-head-txt,
.faq-item04 .faq-head-txt,
.faq-item03 .faq-head-txt,
.faq-item02 .faq-head-txt{
  padding-bottom: 8px;
}
/*====================================faq=================================*/
/*====================================sec08=================================*/
.sec08 {
  background: url(../img/sec08/bg_sp.webp) no-repeat;
  background-size: 100% 100%;
  padding: 65px 0px 50px 0px;
}
.sec08-title {
  padding: 12px 14px 15px 24px;

  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.5px;
}
.sec08-group {
  display: flex;
  flex-wrap: wrap;
  width: 91.47%;
  margin: 30px auto 0px auto;
  gap: 30px;
}
.sec08-item{
  width: 100%;
  gap: 0px;
}
.sec07-group::before{
  content: unset;
}
.sec08-item-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  margin-top: 4px;
}
.sec08-item-txt {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}
/*====================================sec08=================================*/
/*====================================sec08=================================*/
.l-form {
  padding: 65px 0px 100px 0px;
}
.form-body{
  width: 91.47%;
}
.form-groud {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 15px 30px 15px;
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.form-groud-right h4{
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 130% */
  letter-spacing: 1px;
  margin-right: -8px;
  margin-bottom: 11px;
}
.form-right-groud{
  flex-direction: column;
  gap: 10px;
  width: calc(100% - 150px);
}
.form-right-item{
  min-width: 155px;
  width: 100%;
  padding: 12px 0px;
}
.form-right-btn{
  flex-direction: column;
  margin-top: 15px;
}
.form-groud-left{
  position: absolute;
  width: 175px;
  left: -15px;
  top: -50px;
  height: 302.05px;
}
.form-groud-left img {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
}
.form-groud-right{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.form-right-cta{
  width: 100%;
  padding-bottom: 29px;
}
.form-right-phone {
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  margin-right: 0px;
  padding-top: 19px;
  border-left:0;
  border-top: 1px solid #000;
}
form {
  margin-top: 45px;
}
.form_item{
  flex-direction: column;
  gap: 10px;
}
.form_label {
  width: 100%;
}
.form_input {
  width: 100%;
}
label {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.7px;
  padding: 0px;
}
label span {
  width: 50px;
  height: 19px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 1px 7.5px 1px 7.5px;
}
textarea, input {
  padding:25px 18px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  border: unset;
  width: 100%;
}
textarea::placeholder,
input::placeholder{
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
}
.form_item+.form_item {
    margin-top: 25px;
}
.form_label01 label{
  justify-content: left;
  gap: 8px;
}
.form_item.checkbox-form{
  margin-top: 30px;
}
.form_item-checkbox{
  justify-content: left;
}
.form_btn_submit {
  position: relative;
  width: 100%;
  margin: 15px auto 0px auto;
  max-width: 345.965px;
  cursor: pointer;
}
.form_btn_submit button{
  width: 100%;
  max-width: 345.965px;
  height: 69.354px;
}
/*====================================sec08=================================*/
/*====================================sec09=================================*/
.sec09 {
  background: url(../img/sec06/bg_sp.webp) no-repeat;
  background-size: 100% 100%;
  padding: 70px 0px 80px 0px;
}
.sec09-body{
  width: 91.47%;
}
.sec09-group {
  flex-direction: column;
  gap: 25px;
}
.sec09-group-right {
  width: 100%;
  order: 0;
}
.sec09-group-left {
  width: 100%;
  order: 1;
}
.sec09-group-left h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
}
.sec09-group-left p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
  letter-spacing: 0.75px;
  margin-top: 15px;
}
.sec09-group-left p+p{
  margin-top: 15px;
}
/*====================================sec09=================================*/
footer p {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 130.769% */
  letter-spacing: 0.65px;
}
.hero-swiper .swiper-slide{
  margin-top: 0px;
  margin-right: 25px;
}
.bg-hero::before{
  content: "";
  position: absolute;
  top: 220px;
  left: 0;
  width: 100%;
  height: calc(100% - 145px);
  background: url(../img/hero/bg_sp.png) no-repeat;
  background-size: auto 100% ;
  z-index: 1;
}
.cta-follo{
  position: fixed;
  bottom: 5px;
  width: 91.47%;
  z-index: 9999;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition:
    opacity .4s ease,
    transform .4s ease,
    visibility .4s;
}
.cta-follo.is-show{
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -5px);
}
.cta-fv{
  width: 91.47%;
  margin: 15px auto 0px auto;
  display: block;
  /* position: absolute;
  bottom: -20px;
  left: 50%;
  width: 91.47%;
  transform: translateX(-50%);
  z-index: 999;
  display: block; */
}
.cta-fv a,
.cta-follo a{
  width: 100%;
  height: 67.313px;
  background: #FF0000;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  position: relative;
  cursor: pointer;
  margin-top: 6px;
}
.cta-fv a::before,
.cta-follo a::before{
  content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #A71616;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    transition: bottom 0.2s ease;
    z-index: -1;
}
.cta-fv a img,
.cta-follo a img{
    width: 31.308px;
}
.cta-fv a p,
.cta-follo a p{
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
.form-right-cta div{
  width: 313px;
  margin: 0 auto;
}
.swiper-btn{
  margin-left: 0px;
  
}
.swiper-button-next-sec06{
  margin-right: 4.265%;
}
}

.form_btn_submit.no-click {
    opacity: 0.5 !important;
    pointer-events: none;
    cursor: not-allowed;
}
input:-webkit-autofill {
  background-color: #fff !important;
    box-shadow: 0 0 0 1000px white inset;
  -webkit-text-fill-color: #231815;
}
.sec-thanks{
  background:url(../img/thanks/bg.png) no-repeat center/cover, #E5EFF6;
  background-size: 100% 100%;
  background-position:  0px 0px;
}
.sec-thanks .sec-body{
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  /* min-height: 100vh; */
  justify-content: center;
  flex-direction: column;
  padding-top: 180px;
  padding-bottom: 100px;

}
.sec-thanks .sec-body h1{
  font-weight: 600;
  font-style: 600;
  font-size: 50px;
  line-height: 77px;
  letter-spacing: 5%;
  color: #333333;

}
.thanks-page header{
  display: flex;
}
.sec-thanks .sec-body p{
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 5%;
  margin-top: 50px;
  color: #333333;
}
.sec-thanks .sec-body .top{
  
  margin-top: 50px;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 5%;
  text-align: center;
  color: #333333;
    display: inline-block;
  transition: transform 0.3s ease;
}
.sec-thanks .sec-body .tel{
  margin-top: 0;
  transition: transform 0.3s ease;
}
.sec-thanks .sec-body .tel:hover{
  transform: scale(1.05);
}
.sec-thanks .sec-body .top:hover{
  transform: scale(1.05);
}
@media screen and (max-width:900px){
  .sec-thanks{
    background:url(../img/thanks/bg_sp.png) no-repeat center/cover, #E5EFF6;
    background-size: 100% auto;
  }
  .sec-thanks .sec-body{
    width: 91.47%;
    padding-top: 100px;
    padding-bottom:50px;
  }
  .sec-thanks .sec-body h1{
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 5%;
    margin-right: -5px;
  }
  .sec-thanks .sec-body p{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 5%;
    margin-top: 25px;
  }
  .sec-thanks .sec-body .top{
    margin-top: 25px;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 5%;
    text-align: center;
  }
  .sec-thanks .sec-body .tel{
    margin-top: 0;
    transition: transform 0.3s ease;
  }
}