
/*　home 共通
------------------------------------------------------------------------------------------------*/

.fv{
  height: min(63.65vw,122.2rem);
}
.fv .wrap{
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
  position: relative;
}
.fv .img1{
  width: 46.88%;
  position: absolute;
  right: 0;
  top: 0;
}
.fv .img2{
  width: 21.46%;
  position: absolute;
  left: 23.7%;
  top: min(5.78vw,11.1rem);
}
.fv .img3{
  width: 16.35%;
  position: absolute;
  left: -1.98%;
  top: min(10vw,19.2rem);
}
.fv .img4{
  width: 29.32%;
  position: absolute;
  left: 62.97%;
  top: min(38.23vw,73.4rem);
}
.fv .h1-wrap{
  display: flex;
  align-items: center;
  position: absolute;
  left: 7.3%;
  top: min(36.72vw,70.5rem);
}
.fv .h1-wrap .logo{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: min(20.83vw,40rem);
  border-right: 2px solid;
  padding: min(0.78vw,1.5rem) 0;
  margin-right: min(3.33vw,6.4rem);
}
.fv .h1-wrap .logo img{
  width: 78.5%;
}
.fv .h1-wrap h1{
  font-size: min(2.45vw,4.7rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}


.fv,
section{
  background-color: #fff;
  position: relative;
  z-index: 0;
}


.cta{
  padding: 13rem 0 8rem;
  position: relative;
}
.cta::before{
  content: "";
  display: block;
  width: 100%;
  min-width: 192rem;
  height: 100%;
  clip-path: polygon(50% 0%, 100% 14rem, 100% 100%, 0 100%, 0% 14rem);
  background: #F5F5F5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cta .content{
  display: flex;
  justify-content: center;
  gap: 3.5%;
}
.cta .cta-img{
  width: 33.23%;
}
.cta h2{
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.cta a.btn{
  display: flex;
  align-items: center;
  width: 52.4rem;
  max-width: 100%;
  height: 4.4rem;
  padding: 0 1.8rem;
  font-size: 2.1rem;
  font-weight: 600;
  box-shadow: 0.9rem 0.9rem 1.5rem rgba(0, 0, 0, 0.25);
  margin-top: 2.4rem;
  position: relative;
}
.cta a.btn::before{
  content: "";
  display: block;
  width: 0.9rem;
  height: 100%;
  background: url(../images/btn-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.7rem;
  top: 0;
}


.about{
  min-height: 100svh;
  overflow: hidden;
  position: relative;
}
.about .bg{
  width: 100%;
  height: calc(100% + 10rem);
  background: url(../images/about-bg.jpg) 27% center no-repeat #000;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -10rem;
  z-index: -1;
}
.about .wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: min(16.66vw,32rem) 4rem;
  margin-left: auto;
}
.about h2{
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
.about p{
  font-size: clamp(1.6rem,1.17vw,1.8rem);
  font-weight: 700;
}


.feature{
  padding: 16rem 0;
  border-radius: 4rem 4rem 0 0;
  margin-top: -4rem;
}
ul.feature-li > li{
  display: block;
  padding: 5.6rem 0 5.6rem 12.2%;
  position: relative;
}
ul.feature-li > li::before{
  content: "";
  display: block;
  width: calc(100% + 30vw);
  height: 100%;
  background: #F5F5F5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
ul.feature-li > li + li{
  margin-top: 5.6rem;
}
ul.feature-li li .num{
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(8.33vw,12rem);
  height: min(8.33vw,12rem);
  background: #E60012;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}
ul.feature-li li .txt{
  display: grid;
  grid-template-columns: 35% 1fr;
  margin-bottom: 5.6rem;
  text-align: left;
}
ul.feature-li li .txt h3{
  font-size: min(2.3vw,3rem);
}
ul.feature-li li .txt p{
  font-weight: 500;
}
ul.feature-li li .box{
  background: #fff;
  padding: 4rem 5rem;
}
ul.feature-li li.li-1 .box{
  display: grid;
  grid-template-columns: 77.32% 15.89%;
  justify-content: space-between;
}
ul.feature-li li.li-1 .img1 small{
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #777777;
  margin-top: 0.5em;
}
ul.feature-li li.li-2{
  text-align: center;
}
ul.feature-li li.li-2 .box h4{
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
ul.feature-li li.li-2 .box h4 + p{
  font-size: 1.6rem;
  font-weight: 500;
}
ul.feature-li li.li-2 .box small{
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #888888;
}
ul.feature-li li.li-2 .box ul{
  display: flex;
  justify-content: center;
  gap: min(5.96vw,6.4rem);
  padding-top: 4rem;
  margin-top: 2.4rem;
  border-top: 1px solid #D4D4D4;
}
ul.feature-li li.li-2 .box ul li{
  display: block;
  width: min(100%,31.5rem);
  text-align: left;
}
ul.feature-li li.li-2 .box ul li + li .img{
  position: relative;
}
ul.feature-li li.li-2 .box ul li + li .img::before{
  content: "";
  display: block;
  width: min(5.96vw,6.4rem);
  height: 100%;
  background: url(../images/arrow-right_g.svg) center center no-repeat;
  background-size: 37.5% auto;
  position: absolute;
  left: max(-5.96vw,-6.4rem);
  top: 0;
}
ul.feature-li li.li-2 .box ul li h5{
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin: 2.4rem 0 1.6rem;
}
ul.feature-li li.li-2 .box ul li p{
  font-size: 1.6rem;
  line-height: 1.7;
}
ul.feature-li li.li-2 a.ext-link{
  display: block;
  width: fit-content;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: underline;
  margin: 4rem auto 0.6em;
}
ul.feature-li li.li-2 a.ext-link + p{
  font-size: 1.4rem;
  font-weight: 500;
}
ul.feature-li li.li-3 .box{
  padding: 3rem 0;
}
ul.feature-li li.li-3 .box ul{
  display: flex;
}
ul.feature-li li.li-3 .box ul li{
  display: block;
  width: 100%;
  text-align: center;
}
ul.feature-li li.li-3 .box ul li p{
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
ul.feature-li li.li-3 .box ul li img.img{
  width: 19.4rem;
  margin: 0 auto 2.4rem;
}
ul.feature-li li.li-3 .box ul li + li{
  border-left: 1px solid #D4D4D4;
}


.simulation{
  color: #fff;
  padding: 12rem 0;
  position: relative;
}
.simulation::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #CF1B29;
  border-radius: 4rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.simulation .ttl-1-wrap + p{
  font-weight: 500;
}
.simulation .img-wrap{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.36%;
  margin: 4rem 0;
}
.simulation .note{
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.9;
}
.simulation .note + .note{
  margin-top: 2.4rem;
}
.simulation ul.ul-1 li{
  display: block;
  position: relative;
  padding-left: 1em;
}
.simulation ul.ul-1 li::before{
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
.simulation ul.ul-2 li{
  margin-left: 1.4em;
}


.voice{
  padding: 16rem 0;
}
.voice-swiper{
  overflow: unset;
}
@media screen and (min-width: 769px){
.voice-swiper .swiper-wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.36%;
  transform: none !important;
}
}
.voice-swiper .swiper-slide{
  background: #F5F5F5;
  padding: 4rem 8.75%;
  position: relative;
}
.voice-swiper .swiper-slide::before{
  content: "";
  display: block;
  width: 5.7rem;
  height: 4.6rem;
  background-color: #F5F5F5;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  bottom: -4.6rem;
  left: 50%;
  transform: translateX(-50%);
}
.voice-swiper .swiper-slide .name-wrap{
  display: grid;
  grid-template-columns: 7.2rem 1fr;
  gap: 2.8rem;
  align-items: center;
  font-weight: 700;
  margin-bottom: 4.8rem;
}
.voice-swiper .swiper-slide h3{
  font-size: min(1.8vw,2.4rem);
  margin-bottom: 0.9em;
}
.voice-swiper .swiper-slide p{
  line-height: 1.8;
}


.howto{
  background-color: #F5F5F5;
  padding: 12rem 0;
}
.howto-swiper{
  overflow: unset;
}
.howto-swiper .swiper-slide{
  width: 35rem;
  height: auto;
  background: #fff;
  padding: 8rem 2.4rem 3rem;
  margin-right: 6.4rem;
  position: relative;
}
.howto-swiper .swiper-slide::before{
  content: "";
  display: block;
  width: 6.4rem;
  height: 100%;
  background: url(../images/arrow-right_g.svg) center center no-repeat;
  background-size: 36% auto;
  position: absolute;
  right: -6.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.howto-swiper .swiper-slide:last-child{
  margin-right: 0;
}
.howto-swiper .swiper-slide:last-child::before{
  content: none;
}
.howto-swiper .swiper-slide .num{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.6rem;
  height: 5.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}
.howto-swiper .swiper-slide h3{
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 3.6rem;
}
.howto-swiper .swiper-slide p{
  line-height: 1.9;
}
.swiper-scrollbar{
  position: unset !important;
  height: 4px !important;
  width: 100% !important;
  margin-top: 4rem;
  border-radius: 0;
  background: none;
}
.swiper-scrollbar-drag {
  background: #B2B2B2;
  border-radius: 0;
}


.faq{
  padding: 16rem 0;
}
ul.faq-li{
  border-top: 1px solid #000;
}
ul.faq-li li{
  display: grid;
  grid-template-columns: 1fr 11.2rem;
  align-items: center;
  border-bottom: 1px solid #000;
}
ul.faq-li li .accbtn{
  cursor: pointer;
  height: 100%;
  position: relative;
}
ul.faq-li li .accbtn::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 4.8rem);
  background: #949494;
  position: absolute;
  left: 0;
  top: 2.4rem;
}
ul.faq-li li .accbtn::after{
  content: "";
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  background: url(../images/acc-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: calc(50% - 1.35rem);
  top: calc(50% - 1.35rem);
  transition: transform 0.3s;
}
ul.faq-li li .accbtn.active::after{
  transform: rotate(180deg);
}
ul.faq-li li h3{
  font-size: 2rem;
  padding: 4.5rem 4rem 4.5rem 11rem;
  position: relative;
}
ul.faq-li li .accshow{
  padding: 0 4rem 4.5rem 11rem;
  position: relative;
}
ul.faq-li li h3::before,
ul.faq-li li .accshow::before{
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 4rem;
  line-height: 1;
  position: absolute;
  left: 4rem;
}
ul.faq-li li h3::before{
  content: "Q";
  top: 4rem;
}
ul.faq-li li .accshow::before{
  content: "A";
  color: #E60012;
  top: 0;
}


.obi{
  height: 100svh;
  overflow: hidden;
  position: relative;
}
.obi .bg{
  width: 100%;
  height: calc(100% + 10rem);
  background: url(../images/obi.jpg) center bottom no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -10rem;
  z-index: -1;
}


.gc{
  border-radius: 4rem 4rem 0 0;
  margin-top: -4rem;
  padding: 16rem 0 10rem;
}
.gc .wrap{
  display: grid;
  grid-template-columns: 1fr min(34vw,49rem);
  gap: 4.72%;
}
.gc img.gc-mark{
  margin-top: 2rem;
}
.gc .en{
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
.gc h2{
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
.gc ul{
  margin-top: 8rem;
}
.gc ul li{
  display: grid;
  grid-template-columns: 35.71% 1fr;
  padding: 4rem 2.78% 4rem 0;
  background-color: #F5F5F5;
  position: relative;
}
.gc ul li .num{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.6rem;
  height: 5.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}
.gc ul li + li{
  margin-top: 1.6rem;
}
.gc ul li h3{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  line-height: 1.9;
  padding: 0 2rem;
  text-align: center;
}
.gc ul li p{
  font-size: 1.6rem;
}


/*　contact 共通
------------------------------------------------------------------------------------------------*/

.contact .sec{
  font-weight: 500;
}
.contact .sec .ttl-1-wrap + p{
  margin-bottom: 5.6rem;
}
.form-box{
  background: #F5F5F5;
  padding: 8rem min(7.79vw,12rem);
}
.form-box .label{
  display: block;
  font-weight: 700;
  margin: 4rem 0 0.3em;
}
.form-box .label:first-child{
  margin-top: 0;
}
.form-box .label.sm{
  font-size: 1.6rem;
  font-weight: 500;
  margin: 2.4rem 0 0.6em;
}
.form-box .label span{
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0 0.3em;
  background: #E60012;
  color: #fff;
  margin-left: 0.5em;
}
.form-box input[type=text],
.form-box input[type=email],
.form-box input[type=tel],
.form-box textarea,
.select-wrap select{
  display: block;
  width: 100%;
  padding: 1.25em 1em;
  background: #fff;
  color: inherit;
  border: none;
  font-size: 1.6rem;
  font-weight: 500;
}
.form-box textarea{
  height: 17.5rem;
  resize: none;
}
.contact .sec a.ext-link{
  display: block;
  width: fit-content;
  text-decoration: underline;
  margin: 8rem auto 5rem;
}
.contact .sec .btn-wrap{
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 7rem;
}
.contact .sec .submit-btn,
.contact .sec .back-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 6.4rem;
  color: #fff;
  border: none;
  font-size: 2.1rem;
  font-weight: 600;
  transition: opacity 0.3s;
  position: relative;
}
.contact .sec .submit-btn{
  background: #E60012;
}
.contact .sec .back-btn{
  background: #949494;
}
.contact .sec .submit-btn::before,
.contact .sec .back-btn::before{
  content: "";
  display: block;
  width: 0.9rem;
  height: 100%;
  background: url(../images/btn-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
}
.contact .sec .submit-btn::before{
  right: 1.6rem;
}
.contact .sec .back-btn::before{
  left: 1.6rem;
  transform: rotate(180deg);
}
.contact .sec .submit-btn:hover,
.contact .sec .back-btn:hover{
  opacity: 0.5;
}


.select-wrap{
  display: block;
  position: relative;
}
.select-wrap::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 6.4rem;
  background: url(../images/select-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2.4rem;
  top: 0;
  pointer-events: none;
}
.select-wrap select {
  padding-right: 6.6rem;
}


.radio{
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.4rem;
}
.radio label{
  position: relative;
}
.radio input[type=radio]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.radio input[type=radio] + span{
  display: inline-block;
  padding-left: calc(2rem + 0.5em);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  cursor: pointer;
  position: relative;
}
.radio input[type=radio] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  border: 1px solid #000;
  background: #fff;
  border-radius: 50%;
}
.radio input[type=radio]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.6rem;
  left: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #E60012;
  border-radius: 50%;
}


.checkbox{
  display: flex;
  flex-direction: column;
  align-content: center;
  text-align: center;
}
.checkbox label{
  position: relative;
}
.checkbox input[type=checkbox]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.checkbox input[type=checkbox] + span{
  display: inline-block;
  padding-left: calc(2.4rem + 0.5em);
  line-height: 2.4rem;
  cursor: pointer;
  position: relative;
}
.checkbox input[type=checkbox] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  box-sizing: border-box;
  border: 1px solid #000;
  background: #fff;
}
.checkbox input[type=checkbox]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.9rem;
  left: 0.75rem;
  width: 0.6rem;
  height: 1.1rem;
  transform: rotate(43deg);
  border-bottom: 0.3rem solid #E60012;
  border-right: 0.3rem solid #E60012;
}


.contact-confirm dl.confirm-dl dt{
  font-weight: 700;
  margin: 4rem 0 0.3em;
  font-size: 1.6rem;
  color: #949494;
}
.contact-confirm dl.confirm-dl dt:first-child{
  margin-top: 0;
}


.contact-complete .ttl-1-wrap + p{
  text-align: center;
}




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){

/*　home SP
------------------------------------------------------------------------------------------------*/

.fv{
  height: auto;
  padding-bottom: 5.6rem;
}
.fv .img1,
.fv .img2,
.fv .img3,
.fv .img4,
.fv .h1-wrap{
  position: unset;
}
.fv .img1{
  width: calc(100% - 2.4rem);
  margin-left: auto;
}
.fv .img2{
  width: calc(50% - 0.15rem);
  margin-left: auto;
}
.fv .img3{
  width: calc(50% - 3.65rem);
  margin: -14.5rem auto 0 0;
}
.fv .img4{
  width: calc(100% - 9.8rem);
  margin: 3.2rem auto 0;
}
.fv .h1-wrap{
  flex-direction: column;
  width: fit-content;
  margin: 4.6rem auto;
}
.fv .h1-wrap .logo{
  justify-content: center;
  width: 100%;
  border-right: 0;
  border-bottom: 2px solid;
  padding: 0 0 3.1rem;
  margin: 0 0 2.8rem;
}
.fv .h1-wrap .logo img{
  width: 15.9rem;
}
.fv .h1-wrap h1{
  font-size: 2.7rem;
  text-align: center;
}


.cta{
  padding: 5.6rem 0;
  position: relative;
}
.cta::before{
  min-width: unset;
  clip-path: polygon(50% 0%, 100% 5.6rem, 100% 100%, 0 100%, 0% 5.6rem);
}
.cta .content{
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.cta .cta-img{
  width: 27.9rem;
  margin-right: -9%;
}
.cta .txt{
  width: 100%;
}
.cta h2{
  font-size: 1.8rem;
  text-align: center;
}
.cta a.btn{
  width: 100%;
  height: 5.6rem;
  padding: 0 1.6rem;
  font-size: 1.6rem;
}
.cta a.btn::before{
  right: 1.5rem;
}


.about{
  min-height: unset;
  padding-bottom: 41.2rem;
}
.about .bg{
  background: url(../images/about-bg_sp.jpg) center center no-repeat #000;
  background-size: cover;
}
.about .wrap{
  min-width: 100%;
  height: unset;
  padding: 8rem 2.4rem;
}
.about h2{
  font-size: 2.2rem;
  margin-bottom: 0.8em;
}
.about p{
  font-size: 1.6rem;
  font-weight: 500;
}


.feature{
  padding: 5.6rem 0;
  border-radius: 2.4rem 2.4rem 0 0;
  margin-top: -2.4rem;
}
ul.feature-li > li{
  padding: 1.6rem 0 3.2rem 1.6rem;
}
ul.feature-li > li::before{
  width: calc(100% + 2.4rem);
}
ul.feature-li > li + li{
  margin-top: 3rem;
}
ul.feature-li li .num{
  width: 7.2rem;
  height: 7.2rem;
  font-size: 1.4rem;
}
ul.feature-li li .txt{
  grid-template-columns: 100%;
  gap: 3rem;
  margin-bottom: 3rem;
}
ul.feature-li li .txt h3{
  font-size: 1.8rem;
  padding-left: 8rem;
}
ul.feature-li li .txt p{
  font-weight: 500;
}
ul.feature-li li .box{
  padding: 2.4rem 1.6rem;
}
ul.feature-li li.li-1 .box{
  grid-template-columns: 100%;
  gap: 2.4rem;
}
ul.feature-li li.li-1 .img1{
  overflow-x: scroll;
  padding-bottom: 1rem;
}
ul.feature-li li.li-1 .img1 img{
  max-width: 74.6rem;
}
ul.feature-li li.li-1 .img2{
  width: 16.6rem;
}
ul.feature-li li.li-2{
  text-align: left;
}
ul.feature-li li.li-2 .box h4{
  font-size: 1.6rem;
  text-align: center;
}
ul.feature-li li.li-2 .box h4 + p{
  font-size: 1.4rem;
}
ul.feature-li li.li-2 .box small{
  font-size: 1.3rem;
  line-height: 1.7;
  margin-top: 0.5em;
}
ul.feature-li li.li-2 .box ul{
  flex-wrap: wrap;
  gap: 6.4rem;
  padding-top: 2.4rem;
  margin-top: 2.4rem;
  border-top: 1px solid #D4D4D4;
}
ul.feature-li li.li-2 .box ul li{
  width: 100%;
}
ul.feature-li li.li-2 .box ul li + li .img::before{
  width: 6.4rem;
  height: 6.4rem;
  background-size: 35% auto;
  left: calc(50% - 3.2rem);
  top: -6.4rem;
  transform: rotate(90deg);
}
ul.feature-li li.li-2 .box ul li h5{
  font-size: 1.6rem;
  margin: 1.4rem 0 0.8rem;
}
ul.feature-li li.li-2 .box ul li p{
  font-size: 1.4rem;
}
ul.feature-li li.li-2 a.ext-link{
  font-size: 1.8rem;
  margin: 3rem auto 0.6em;
}
ul.feature-li li.li-3 .box{
  padding: 3.2rem 1.6rem;
}
ul.feature-li li.li-3 .box ul{
  flex-wrap: wrap;
}
ul.feature-li li.li-3 .box ul li p{
  font-size: 1.4rem;
}
ul.feature-li li.li-3 .box ul li img.img{
  width: 17.5rem;
  margin: 0 auto 1.6rem;
}
ul.feature-li li.li-3 .box ul li + li{
  padding-top: 2.4rem;
  margin-top: 2.4rem;
  border-left: 0;
  border-top: 1px solid #D4D4D4;
}


.simulation{
  padding: 5.6rem 0;
}
.simulation::before{
  border-radius: 2.4rem;
}
.simulation .img-wrap{
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.9rem;
  row-gap: 1.6rem;
  margin: 2.4rem 0;
}
.simulation .img-wrap .img1{
  grid-area: 1 / 1 / 2 / 3;
}
.simulation .note{
  line-height: 1.8;
}


.voice{
  padding: 5.6rem 0;
}
.voice-swiper .swiper-wrapper{
  padding-bottom: 3.5rem;
}
.voice-swiper .swiper-slide{
  width: 29.5rem;
  height: auto;
  padding: 3rem 2.4rem;
  margin: 0 4rem;
}
.voice-swiper .swiper-slide::before{
  width: 4.1rem;
  height: 3.5rem;
  bottom: -3.5rem;
}
.voice-swiper .swiper-slide .name-wrap{
  grid-template-columns: 5.2rem 1fr;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}
.voice-swiper .swiper-slide h3{
  font-size: 1.8rem;
  margin-bottom: 0.8em;
}
.swiper-button-next::after,
.swiper-button-prev::after{
  content: none;
}
.swiper-button-next,
.swiper-button-prev{
  width: 2.4rem;
  height: 2.8rem;
  margin-top: -6.5rem;
  clip-path: polygon(0 0,100% 50%,0 100%);
  background: #E60012;
}
.swiper-button-next{
  clip-path: polygon(0 0,100% 50%,0 100%);
  right: 0;
}
.swiper-button-prev{
  clip-path: polygon(0 50%,100% 0,100% 100%);
  left: 0;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.swiper-pagination{
  display: flex;
  justify-content: center;
  position: unset;
  margin-top: 3.2rem;
}
.swiper-pagination-bullet{
  width: 1.2rem;
  height: 1.2rem;
  background: #D9D9D9;
  margin: 0 1.2rem !important;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #E60012;
}


.howto{
  padding: 5.6rem 0;
}
.howto-swiper .swiper-slide{
  width: 25.4rem;
  padding: 4rem 3.2rem 3.2rem;
  margin-right: 5.6rem;
}
.howto-swiper .swiper-slide::before{
  width: 5.6rem;
  background: url(../images/arrow-right_g.svg) center center no-repeat;
  background-size: 36% auto;
  right: -5.6rem;
}
.howto-swiper .swiper-slide .num{
  width: 4rem;
  height: 4rem;
  font-size: 1.4rem;
}
.howto-swiper .swiper-slide h3{
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}
.howto-swiper .swiper-slide p{
  line-height: 1.8;
}
.swiper-scrollbar{
  margin-top: 1.6rem;
}


.faq{
  padding: 5.6rem 0;
}
ul.faq-li li{
  grid-template-columns: 1fr 3.2rem;
}
ul.faq-li li .accbtn::after{
  width: 2rem;
  height: 2rem;
  right: 0;
  top: calc(50% - 1rem);
}
ul.faq-li li h3{
  font-size: 1.6rem;
  padding: 2.4rem 2.4rem 2.4rem 3.8rem;
}
ul.faq-li li .accshow{
  padding: 0 2.4rem 2.4rem 3.8rem;
}
ul.faq-li li h3::before,
ul.faq-li li .accshow::before{
  font-size: 2.7rem;
  left: 0;
}
ul.faq-li li h3::before{
  top: 2.3rem;
}


.obi{
  height: calc(100svh - 7.2rem);
}
.obi .bg{
  background: url(../images/obi_sp.jpg) center center no-repeat;
  background-size: cover;
}


.gc{
  border-radius: 2.4rem 2.4rem 0 0;
  margin-top: -2.4rem;
  padding: 5.6rem 0;
}
.gc .wrap{
  grid-template-columns: 100%;
}
.gc img.gc-mark{
  width: 17.6rem;
  position: absolute;
  right: -1.6rem;
  top: -0.7rem;
  margin-top: 0;
  opacity: 0.2;
  z-index: -1;
}
.gc .en{
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.gc h2{
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.gc h2 + p{
  font-weight: 500;
}
.gc ul{
  margin-top: 4rem;
}
.gc ul li{
  grid-template-columns: 100%;
  gap: 2.4rem;
  padding: 4.5rem 1.6rem 3.5rem;
}
.gc ul li .num{
  width: 4rem;
  height: 4rem;
  font-size: 1.4rem;
}
.gc ul li + li{
  margin-top: 2.4rem;
}
.gc ul li h3{
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 0;
}
.gc ul li p{
  font-size: 1.4rem;
  font-weight: 500;
}


/*　contact SP
------------------------------------------------------------------------------------------------*/

.contact .sec .ttl-1-wrap + p{
  margin-bottom: 3rem;
}
.form-box{
  padding: 4rem 1.6rem;
}
.form-box .label{
  font-size: 1.6rem;
  margin: 3rem 0 0.3em;
}
.form-box .label.sm{
  margin: 2.4rem 0 0.6em;
}
.form-box input[type=text],
.form-box input[type=email],
.form-box input[type=tel],
.form-box textarea,
.select-wrap select{
  padding: 1em;
}
.form-box textarea{
  height: 23rem;
}
.contact .sec a.ext-link{
  text-align: center;
  line-height: 1.6;
  margin: 5rem auto 3rem;
}
.contact .sec .btn-wrap{
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 5rem;
}
.contact .sec .submit-btn,
.contact .sec .back-btn{
  width: 100%;
  height: 5.6rem;
  font-size: 1.8rem;
}


.select-wrap::before {
  width: 1.4rem;
  height: 5.6rem;
  right: 1.4rem;
}
.select-wrap select {
  padding-right: 4.2rem;
}


.radio{
  flex-direction: column;
  row-gap: 1.2rem;
  margin-top: 1.6rem;
}


.checkbox input[type=checkbox] + span{
  padding-left: calc(2rem + 0.5em);
  line-height: 2rem;
}
.checkbox input[type=checkbox] + span::before{
  width: 2rem;
  height: 2rem;
}
.checkbox input[type=checkbox]:checked + span::after{
  margin-top: -0.8rem;
  left: 0.7rem;
  width: 0.5rem;
  height: 1.1rem;
  border-bottom: 0.2rem solid #E60012;
  border-right: 0.2rem solid #E60012;
}


.contact-confirm .form-box{
  font-size: 1.6rem;
  line-height: 1.7;
}
.contact-confirm dl.confirm-dl dt{
  margin: 3rem 0 0.3em;
}


.contact-complete .ttl-1-wrap + p{
  text-align: left;
}




}/*　スマホここまで */



