@charset "UTF-8";
/* Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
  margin:0;
  padding:0;
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #4D4D4D;
  width: 100%;
  margin: auto;
}
@font-face {
  font-family: 'DIN';
  src: url('./fonts/din-regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN-BOLD';
  src: url('./fonts/din-bold.oft2') format('otf');
  font-weight: bold;
  font-style: normal;
}
div,span {
  margin:0;
  padding:0;
}
picture {
  display: block;
}
img {
  width: 100%;
  border:0;
  vertical-align:bottom;
}
a {
  text-decoration:none;
}
li {
  list-style:none;
}

.pc_only {
  display: none !important;
}
.sp_only {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .pc_only {
      display: block !important;
  }
  .sp_only {
      display: none !important;
  }
}

header {
  position: relative;
}
header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 0;
  box-shadow: 0 10px 18px rgba(0, 0, 0, .10);
  z-index: 10;
  position: sticky;
}
header .header-logo-img {
  width: 20%;
}
header .header-btn-img {
  width: 20%;
}
.fv{
  position: relative;
}
.fv-bg{
  margin: auto;
  width: 100%;
  object-fit: contain;
}
.worry{
  position: relative;
}
.worry-bg{
  margin: auto;
  width: 100%;
  object-fit: contain;
}
.cta_img{
  display: block;
  width: 20%;
  margin: auto;
  padding: 20px;
}
.referral{
  padding: 44px 16px 26px;
  background: #f6f8fb;
}
.referral__title{
  text-align:center;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 18px;
}
.referralSwiper{
  max-width: 1120px;
  margin: 0 auto;
}
.swiper {
    padding: 20px !important;
}
.swiper-wrapper {
    height: auto !important;
}
.referral__card{
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 6px 6px rgba(0,0,0,0.10);
}
.referralSwiper__prev,
.referralSwiper__next{
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 6px 6px rgba(0,0,0,0.10);
}
.referralSwiper__prev::after,
.referralSwiper__next::after{
  font-size: 14px !important;
  font-weight: 700;
  color: #333;
}
.swiper-button-next, .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 75%) !important;
}
.referralSwiper__pagination{
  bottom: 0 !important;
}
.swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  opacity: 0.35;
}
.swiper-pagination-bullet-active{
  opacity: 1;
}
.referral__note{
  text-align:center;
  font-size: 12px;
  color: #666;
  margin: 10px 0 0;
}
.referral__spimg{
  width: 100%;
  height: auto;
  display: block;
}
.case-study{
  padding: 20px 16px 0px;
  background: #fff;
}
.case-study__title{
  max-width: 820px;
  margin: 0 auto 18px;
}
.case-study__title img{
  width: 45%;
  height: auto;
  display: block;
  margin: auto;
}
.caseStudySwiper{
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px 0 0;
}
.case-study__card{
  width: 100%;
  height: auto;
  display: block;
}
.caseStudyControls{
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.caseStudySwiper__prev,
.caseStudySwiper__next{
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
  transform: none !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 18px rgba(0,0,0,0.12);
}
.caseStudySwiper__prev::after,
.caseStudySwiper__next::after{
  font-size: 14px !important;
  font-weight: 700;
  color: #333;
}
.caseStudySwiper__pagination{
  position: static !important;
  width: auto !important;
  margin: 0 !important;
  bottom: auto !important;
}
.caseStudySwiper__pagination .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  opacity: 0.35;
  margin: 0 6px !important;
}
.caseStudySwiper__pagination .swiper-pagination-bullet-active{
  opacity: 1;
}
.case-study__sp{
  max-width: 520px;
  margin: 0 auto;
}
.case-study__sp img{
  width: 100%;
  height: auto;
  display: block;
}
.faq{
  padding: 60px 16px;
  background: #fff;
}

.faq__title{
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: #1a2a6c;
  margin: 0 0 30px;
}

/* タイトル直下の青線は不要 */
.faq__list{
  max-width: 980px;
  margin: 0 auto;
  border-top: none;
}

.faq__item{
  border-bottom: 2px solid #1e88e5;
}

.faq__q{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 8px;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
}

.faq__qicon{
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.faq__qtext{
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

/* ＋（回転させる） */
.faq__toggle{
  width: 18px;
  height: 18px;
  position: relative;
  flex-shrink: 0;
}

.faq__toggle::before,
.faq__toggle::after{
  content: "";
  position: absolute;
  background: #1e88e5;
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
}

/* 横棒 */
.faq__toggle::before{
  width: 18px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* 縦棒（これを回転） */
.faq__toggle::after{
  width: 2px;
  height: 18px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.faq__a{
  display: block;
  height: 0;
  overflow: hidden;
  transition: height .28s ease;
}

/* inner：ここで余白とフェードを管理（ブレない） */
.faq__aInner{
  padding: 0 8px 18px 50px;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .22s ease, transform .22s ease;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

/* OPEN時：innerだけフェード */
.faq__item.is-open .faq__aInner{
  opacity: 1;
  transform: translateY(0);
}

/* ＋を回転させて “×っぽく” */
.faq__item.is-open .faq__toggle::after{
  transform: translateX(-50%) rotate(90deg);
}


.contact{
  width: min(900px, 90%);
  margin: 0 auto;
  padding: 0 16px 60px;
}
.contact > h3{
  display: none;
}
#contact-form{
  background: #d9effb;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 18px rgba(0,0,0,.10);
  padding-bottom: 22px;
}
#contact-form ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact-form::before{
  content: "簡単30秒無料登録はこちら";
  display: block;
  background: #0b6fb4;
  color: #fff;
  font-weight: 800;
  text-align: center;
  padding: 18px 12px;
  font-size: 22px;
  letter-spacing: .02em;
}
#contact-form li{
  width: min(720px, 92%);
  margin: 18px auto 0;
}
#contact-form label[for]{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #1a1a1a;
  font-size: 15px;
  margin: 0 0 10px;
}
#contact-form .required{
  display: inline-block;
  background: #0b6fb4;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 700;
}
#contact-form input[type="text"],
#contact-form input[type="tel"],
#contact-form input[type="email"]{
  width: 100%;
  height: 52px;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 10px;
  padding: 0 16px;
  font-size: 16px;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
}
#contact-form input::placeholder{
  color: #b7b7b7;
}
#contact-form .consent_wrap{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  justify-content: center;
  flex-direction: row-reverse;
}
#contact-form .consent_wrap > label:first-child{
  margin: 0;
  font-weight: 700;
  color: #4d4d4d;
  font-size: 14px;
}
#contact-form .consent_wrap a{
  color: #0b6fb4;
  text-decoration: underline;
}

#contact-form .consent{
  margin: 0;
}
#contact-form .consent input[type="checkbox"]{
  width: 22px;
  height: 22px;
  cursor: pointer;
}

#contact-form li:last-child{
  margin-top: 18px;
  text-align: center;
}
#contact-form button[type="submit"]{
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
#contact-form button[type="submit"] img{
  width: min(315px, 90%);
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px){
  #contact-form::before{
    font-size: 18px;
    padding: 16px 10px;
  }
  #contact-form li{
    width: 92%;
    margin-top: 16px;
  }
  #contact-form input[type="text"],
  #contact-form input[type="tel"],
  #contact-form input[type="email"]{
    height: 48px;
    font-size: 15px;
  }
}

footer{
  background: #1B1464;
  padding: 14px 0;
}
.fotter_inner{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.footer_copyright{
  color: #90B5D1; 
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 767px){
  footer{
    padding: 12px 0;
  }
  .footer_copyright{
    font-size: 12px;
    padding: 8px 14px;
    white-space: normal;
  }
}

@media (min-width: 768px){
  .referral{
    background: url("../img/referral_bg_pc.webp") no-repeat center / cover;
  }
}
@media (max-width: 767px){
  header .header-logo-img {
    width: 35%;
  }
  header .header-btn-img {
    width: 40%;
  }
  .fv-bg{
    content: url("../img/fv_sp.webp");
  }
  .cta_img{
    width: 80%;
  }
  .worry-bg{
    display: block;
    content: url("../img/worry_sp.webp");
    margin: 20px auto;
    width: 90%;
  }
  .flow_img {
    display: block;
    content: url("../img/flow_sp.webp");
    margin: 20px auto;
    width: 90%;
  }
  .referral{
    padding: 0;
  }
}
/* FVを基準にする */
.fv--has-form{
  position: relative;
  overflow: hidden;
}
.fv--has-form .fv-bg{
  width: 100%;
  height: auto;
  display: block;
}
.fv-form{
  position: absolute;
  right: 10%;
  top: 10%;
  width: 360px;
  z-index: 10;
}
.contact.contact--orange{
  width: 100%;
  margin: 0;
  padding: 0;
}
.contact--orange #contact-form{
  background: #FFF4EA;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 22px rgba(0,0,0,.18);
  padding-bottom: 18px;
}
.contact--orange #contact-form::before{
  content: "簡単30秒無料登録はこちら";
  display: block;
  background: #F57C1F;
  color: #fff;
  font-weight: 900;
  text-align: center;
  padding: 14px 10px;
  font-size: 20px;
  letter-spacing: .02em;
}
.contact--orange #contact-form ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact--orange #contact-form li{
  width: calc(100% - 34px);
  margin: 14px auto 0;
}
.contact--orange #contact-form label[for]{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: #1a1a1a;
  font-size: 13px;
  margin: 0 0 8px;
}
.contact--orange #contact-form .required{
  display: inline-block;
  background: #F57C1F;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 4px 7px;
  border-radius: 6px;
  font-weight: 900;
}
/* 入力 */
.contact--orange #contact-form input[type="text"],
.contact--orange #contact-form input[type="tel"],
.contact--orange #contact-form input[type="email"]{
  width: 100%;
  height: 44px;
  border: none;
  outline: none;
  background: rgba(255,255,255,.92);
  border-radius: 10px;
  padding: 0 14px;
  font-size: 14px;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.10);
}
.contact--orange #contact-form input::placeholder{
  color: #b7b7b7;
}
.contact--orange #contact-form .consent_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
  flex-direction: row;
}
.contact--orange #contact-form .consent_wrap > label:first-child{
  margin: 0;
  font-weight: 800;
  color: #4d4d4d;
  font-size: 13px;
}
.contact--orange #contact-form .consent_wrap a{
  color: #1a66c9;
  text-decoration: underline;
}
.contact--orange #contact-form .consent{
  margin: 0;
}
.contact--orange #contact-form .consent input[type="checkbox"]{
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.contact--orange #contact-form li:last-child{
  margin-top: 14px;
  text-align: center;
}
.contact--orange #contact-form button[type="submit"]{
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.contact--orange #contact-form button[type="submit"] img{
  width: 92%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1710px){
  .contact--orange #contact-form {
    background: #FFF4EA;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .18);
    padding-bottom: 8px;
  }
  .contact--orange #contact-form::before {
    content: "簡単30秒無料登録はこちら";
    display: block;
    background: #F57C1F;
    color: #fff;
    font-weight: 900;
    text-align: center;
    padding: 7px 10px;
    font-size: 16px;
    letter-spacing: .02em;
  }
  .contact--orange #contact-form li {
    width: calc(88% - 25px);
    margin: 3px auto 0;
  }
  .contact--orange #contact-form input[type="text"], .contact--orange #contact-form input[type="tel"], .contact--orange #contact-form input[type="email"] {
    height: 31px;
  }
  .contact--orange #contact-form button[type="submit"] img {
    width: 85%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 1300px){
  .fv-form{
    position: absolute;
    right: 10%;
    top: 3%;
    width: 310px;
    z-index: 10;
  }
}

/* SP不要とのことなので、スマホではFVフォームを消す（保険） */
@media (max-width: 1100px){
  .fv-form{ display: none; }
}