@charset "UTF-8";

/* ルート要素のフォントサイズを10pxに指定 */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
  --scroll-gap: 41px;
}

/* main */
.body{
  max-width: 750px;
  width:100%;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.body img{
  width: 100%;
  /* height: fit-content; */
}
picture{
  display: block;
}



/* fv */
#fv{
  position: relative;
}
.btn{
  transition: 0.4s;
}
.btn:hover{
  opacity: 0.6;
}



/* cta */
.cta{
  position: absolute;
  inset: 0;
  margin: 0 auto;
  top: auto;
  bottom: 4.5%;
  z-index: 5;
  max-width: 644px;
  width: 100%;
}

.solution{
  margin-top: -1%;
}

.flow{
  background-image: url(../img/saikyo/saiyoboost/flow.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 76px;
  padding-bottom: 76px;
  overflow: hidden;
}
.flow-t{
  max-width: 397px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}
.flow-step{
  width: 1071px;
  margin-right: 4%;
}
.flow-w-step{
  overflow-x: scroll;
  margin-left: 4%;
}

/* cta3 */
.cta3{
  position: relative;
}
.cta3 .cta{
  position: absolute;
  inset: 0;
  margin: 0 auto;
  top: auto;
  bottom: 7.5%;
  z-index: 5;
  max-width: 644px;
  width: 100%;
}
.cta3 .cta2{
  position: absolute;
  inset: 0;
  margin: 0 auto;
  top: auto;
  bottom: 1.9%;
  z-index: 5;
  max-width: 644px;
  width: 100%;
}







/* form */
.form_content{
  padding-top: 0!important;
  padding-bottom: 70px!important;
}
.w-f {
    max-width: 682px;
    width: 100%;
    margin: 0 auto;
    margin-top: 8px;
}
.ww-in-text{
  width: 100%;
  gap: 14px;
  display: flex;
  flex-direction: column;
}
.in-text2{
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.6;
}
.contac-in{
  margin-bottom: 32px;
}
.contac-in .wpcf7-radio.text-radio {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.contac-in .wpcf7-list-item-label{
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
.contac-in input[type="radio" i]{
  margin-bottom: 8px;
  margin-right: 8px;
}
.in-text3{
  height: 70px;
  padding-top: 20px;
}



/* ridatu-popup */
#exitPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6); /* 半透明の黒背景 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: transparent;
  border-radius: 8px;
  text-align: center;
  transition: 0.4s;
}

.popup-content:hover {
  opacity: 0.6;
}

/* 画像に余白や影をつけたい場合 */
.popup-content img {
  max-width: 90vw;
  max-height: 90vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}



/* floatingBanner */
.w-floatingBanner {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: fixed;   /* relative ではなく fixed */
  bottom: -10px;
  left: 50%;         /* 中央基準 */
  transform: translateX(-50%); /* 中央揃え */
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.6s;
}

.w-floatingBanner.show {
  z-index: 99;
  visibility: visible;
  opacity: 1;
}

.floatingBanner {
  position: absolute; /* 内側で右寄せしたい場合はこれ */
  right: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}

.w-youtube-video iframe{
  width: 80%;
  min-height: calc(178vw / 750 * 100);
  margin: 0 auto;
}
.youtube{
  padding-bottom: 100%;
}


/* qa */
.qa {
  padding: 82px 0 80px;
  background: #dedede;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
}
.qa-heading {
  margin-bottom: 53px;
  text-align: center;
  color: #27344d;
}
.qa-heading-en {
  margin: 0 0 11px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  color: #222;
}
.qa-header {
  position: relative;
  margin: 0;
  padding-bottom: 28px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .04em;
}
.qa-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 2px;
  background: #333;
  transform: translateX(-50%);
}
.qa-list {
  width: calc(100% - 68px);
  margin: 0 auto;
}
.faq-item {
  margin-bottom: 34px;
  overflow: hidden;
  border-radius: 21px;
  background: #fff;
}
.faq-item:last-child { margin-bottom: 0; }
.faq-question {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 36px;
  align-items: center;
  column-gap: 28px;
  width: 100%;
  padding: 30px 25px 18px 24px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.qa-icon {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 49px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
.qa-icon-q { background: linear-gradient(145deg, #35b6e7, #008ecf); }
.qa-icon-a { background: linear-gradient(145deg, #ea1475, #c90061); }
.qa-q-text {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.28;
  color: #101827;
}
.qa-btn {
  position: relative;
  width: 31px;
  height: 18px;
  justify-self: end;
  transition: transform .3s ease;
}
.qa-btn::before,
.qa-btn::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: #363b3d;
}
.qa-btn::before { left: 0; transform: rotate(-45deg); }
.qa-btn::after { right: 0; transform: rotate(45deg); }
.faq-item:not(.is-open) .qa-btn { transform: rotate(180deg); }
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .32s ease;
}
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-answer-inner {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  column-gap: 28px;
  min-height: 0;
  overflow: hidden;
  padding: 0 70px 0 24px;
  transition: padding .32s ease;
}
.faq-item.is-open .faq-answer-inner { padding-bottom: 35px; }
.qa-a-text {
  align-self: center;
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.38;
  color: #353535;
}




/* ==================================================
contact
================================================== */

/* contact */
.w-contac-in{
  padding-top: 38px;
}
.contac-in{
  display: flex;
  align-items: flex-start;
  padding-bottom: 52px;
}
.c-t1{
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  background-color: #D2006D;
  max-width: 80px;
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-t1-1{
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  background-color: #2E6CB7;
  max-width: 80px;
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-t2{
  font-size: 26px;
  font-weight: 300;
  color: #000;
  padding-top:12px;
}
.c-t2-1{
  letter-spacing: -0.15em;
}
.w-c-t1{
  max-width: 158px;
  width: 100%;
}
.in-text{
  background-color: #EBEBEB;
  min-height: 100px;
  width: 100%;
  border-radius: 12px;
  border: none;
  padding-left: 40px;
  font-size: 26px;
}
.in-textarea{
  background-color: #EBEBEB;
  min-height: 100px;
  width: 100%;
  border-radius: 12px;
  border: none;
  padding-left: 40px;
  padding-top: 26px;
  height: 200px;
  font-size: 26px;
}
.w-in-text{
  max-width: 524px;
  width: 100%;
}
.contac-in{
  max-width: 680px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin: 0 auto;
}
.pri-t1{
  font-size: 24px;
  font-weight: 300;
  color: #000;
  line-height: 1.4;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 0px;
}
.pri-t1-1{
  text-decoration: underline;
}
.contac-in-bt{
  padding-bottom: 36px;
}
.form-btn{
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
/* form */
.form_content{
  padding-top: 0!important;
  padding-bottom: 70px!important;
}
.w-f {
    max-width: 682px;
    width: 100%;
    margin: 0 auto;
    margin-top: 8px;
}
.ww-in-text{
  width: 100%;
  gap: 14px;
  display: flex;
  flex-direction: column;
}
.in-text2{
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.6;
}
.contac-in .wpcf7-radio.text-radio {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 20px;
}
.contac-in .wpcf7-list-item-label{
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
.contac-in input[type="radio" i]{
  margin-bottom: 8px;
  margin-right: 8px;
}
.in-text3{
  height: 70px;
  padding-top: 20px;
}






/* ==================================================
footer
================================================== */

.site-footer {
  background-color: #0D3D71;
  color: #fff;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
}
.site-footer-copy {
  background-color: #000D38;
  color: #fff;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.site-footer-inner {
  width: 100%;
  padding: 50px 0;
}

.site-footer-logo {
  max-width: 300px;
  width: 100%;
  margin-bottom: 28px;
  margin: 0 auto;
}

.site-footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer-company {
  margin-bottom: 29px;
}

.site-footer-company p {
  margin: 0;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.01em;
  color: #fff;
}

.site-footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.site-footer-link {
  display: inline-block;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.site-footer-link:hover {
  opacity: 0.65;
}



/* 1000px以下 */
@media screen and (max-width: 1000px) {

}






/* sp */
@media screen and (max-width: 768px) {
body {
  --scroll-gap: calc(41vw / 750 * 100);
}

/* main */
.body{
  max-width: calc(750vw / 750 * 100);
}

.cta{
  max-width: calc(644vw / 750 * 100);
}
.cta3 .cta2{
  max-width: calc(644vw / 750 * 100);
}
.cta3 .cta{
  max-width: calc(644vw / 750 * 100);
}



/* flow */
.flow{
  padding-top: calc(76vw / 750 * 100);
  padding-bottom: calc(76vw / 750 * 100);
}
.flow-t{
  max-width: calc(379vw / 750 * 100);
  padding-bottom: calc(60vw / 750 * 100);
}
.flow-step{
  width: calc(1071vw / 750 * 100);
}


/* qa */
  .qa { padding: calc(82vw / 750 * 100) 0 calc(80vw / 750 * 100); }
  .qa-heading { margin-bottom: calc(53vw / 750 * 100); }
  .qa-heading-en { margin-bottom: calc(11vw / 750 * 100); font-size: calc(25vw / 750 * 100); }
  .qa-header { padding-bottom: calc(28vw / 750 * 100); font-size: calc(45vw / 750 * 100); }
  .qa-header::after { width: calc(80vw / 750 * 100); height: calc(2vw / 750 * 100); }
  .qa-list { width: calc(100% - calc(68vw / 750 * 100)); }
  .faq-item { margin-bottom: calc(34vw / 750 * 100); border-radius: calc(21vw / 750 * 100); }
  .faq-question {
    grid-template-columns: calc(80vw / 750 * 100) minmax(0, 1fr) calc(36vw / 750 * 100);
    column-gap: calc(28vw / 750 * 100);
    padding: calc(30vw / 750 * 100) calc(25vw / 750 * 100) calc(18vw / 750 * 100) calc(24vw / 750 * 100);
  }
  .qa-icon { width: calc(80vw / 750 * 100); height: calc(80vw / 750 * 100); font-size: calc(49vw / 750 * 100); }
  .qa-q-text { font-size: calc(29vw / 750 * 100); }
  .qa-btn { width: calc(31vw / 750 * 100); height: calc(18vw / 750 * 100); }
  .qa-btn::before, .qa-btn::after { top: calc(8vw / 750 * 100); width: calc(20vw / 750 * 100); height: calc(3vw / 750 * 100); }
  .faq-answer-inner {
    grid-template-columns: calc(80vw / 750 * 100) minmax(0, 1fr);
    column-gap: calc(28vw / 750 * 100);
    padding-right: calc(70vw / 750 * 100);
    padding-left: calc(24vw / 750 * 100);
  }
  .faq-item.is-open .faq-answer-inner { padding-bottom: calc(35vw / 750 * 100); }
  .qa-a-text { font-size: calc(28vw / 750 * 100); }




/* contact */


/* contact */
.w-contac-in{
  padding-top: calc(38vw / 750 * 100);
}
.contac-in{
  padding-bottom: calc(52vw / 750 * 100);
}
.c-t1{
  font-size: calc(22vw / 750 * 100);
  max-width: calc(80vw / 750 * 100);
  min-height: calc(40vw / 750 * 100);
}
.c-t1-1{
  font-size: calc(22vw / 750 * 100);
  max-width: calc(80vw / 750 * 100);
  min-height: calc(40vw / 750 * 100);
}
.c-t2{
  font-size: calc(26vw / 750 * 100);
  padding-top:calc(12vw / 750 * 100);
}
.w-c-t1{
  max-width:calc(158vw / 750 * 100);
}
.in-text{
  min-height: calc(100vw / 750 * 100);
  border-radius: calc(12vw / 750 * 100);
  padding-left: calc(40vw / 750 * 100);
  font-size: calc(26vw / 750 * 100);
}
.in-textarea{
  min-height: calc(100vw / 750 * 100);
  border-radius: calc(12vw / 750 * 100);
  padding-left: calc(40vw / 750 * 100);
  padding-top: calc(26vw / 750 * 100);
  height: calc(200vw / 750 * 100);
  font-size: calc(26vw / 750 * 100);
}
.w-in-text{
  max-width: calc(524vw / 750 * 100);
}
.contac-in{
  max-width: calc(680vw / 750 * 100);
  gap: calc(6vw / 750 * 100);
}
.pri-t1{
  font-size: calc(24vw / 750 * 100);
  padding-bottom: calc(0vw / 750 * 100);
}
.contac-in-bt{
  padding-bottom: calc(36vw / 750 * 100);
}
.form-btn{
  max-width: calc(720vw / 750 * 100);
}





/* footer */
.site-footer-inner {
  padding:
    calc(34vw / 750 * 100)
    calc(33vw / 750 * 100)
    calc(42vw / 750 * 100);
}

.site-footer-logo {
  max-width: calc(300vw / 750 * 100);
  margin-bottom: calc(28vw / 750 * 100);
  margin: 0 auto;
}

.site-footer-company {
  margin-bottom: calc(29vw / 750 * 100);
}

.site-footer-company p {
  font-size: calc(29vw / 750 * 100);
}

.site-footer-nav {
  gap: calc(9vw / 750 * 100);
}

.site-footer-link {
  font-size: calc(29vw / 750 * 100);
}
.site-footer-copy {
  font-size: calc(24vw / 750 * 100);
  padding-top: calc(20vw / 750 * 100);
  padding-bottom: calc(20vw / 750 * 100);
}
.site-footer-inner {
  padding: calc(50vw / 750 * 100) 0;
}

/* form */
.form_content{
  padding-bottom: calc(70vw / 750 * 100)!important;
}
.w-f {
    max-width: calc(682vw / 750 * 100);
    margin-top: calc(8vw / 750 * 100);
}
.ww-in-text{
  gap: calc(14vw / 750 * 100);
}
.in-text2{
  font-size: calc(20vw / 750 * 100);
}
.contac-in .wpcf7-radio.text-radio {
    gap: calc(12vw / 750 * 100);
    padding-bottom: calc(20vw / 750 * 100);
}
.contac-in .wpcf7-list-item-label{
  font-size: calc(18vw / 750 * 100);
}
.contac-in input[type="radio" i]{
  margin-bottom: calc(8vw / 750 * 100);
}
.in-text3{
  height: calc(70vw / 750 * 100);
  padding-top: calc(20vw / 750 * 100);
}


}