@charset "UTF-8";
/*
Theme Name: FC Agent 2025
Author: FC Agent 2025
*/
html {
    scroll-behavior: smooth;
    scroll-padding-top: 77px !important;
  }
  
  body {
    font-family: "Noto Sans JP", sans-serif;
    color: #001B8F;
    font-size: 15.1px;
    font-weight: 500;
    line-height: 27.69px;
    overflow-x: hidden;
  }
  
  img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .show--pc {
    display: block;
  }
  
  .show--sp {
    display: none;
  }
  
  .container {
    padding: 60px 15px;
    font-size: 15.1px;
    background-color: #E8F1FF;
  }


/* ===============================================
共通
=============================================== */
.yellow{
    color: #FFF200;
}
.blue{
    color: #0011FF;
}
.white{
    color: #fff;
}
.bg-white{
    background-color: #fff;
}
.marker{
    background-color: #FFF000;
}
.pc-only{
    display: block;
}
.sp-only{
    display: none;
}
.tb-only{
    display: none;
}
@media (max-width: 1100px) and (min-width: 769px) {
    .tb-only{
        display: block;
    }
}
.tb-only-2{
    display: none;
}
@media (max-width: 899px) and (min-width: 769px) {
    .tb-only-2{
        display: block;
    }
}

::placeholder{
    color: #aaa;
    font-weight: 400;
    letter-spacing: 1px;
}
.bg-blue{
    background-color: #0011ff;
}

/* タイトル
----------------------- */
.title__en--circle{
    width: 16px;
    height: 16px;
    background-color: #0011ff;
    border-radius: 50%;
    margin-right: 8px;
}
.title__en{
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 31px;
    line-height: 1;
}
.title__ja{
    margin-left: 24px;
}
.title__ja--top{
    color: #333;
    font-size: 20px;
}
.title__ja--bottom{
    color: #333;
    font-size: 40px;
    font-size: clamp(32px, 3vw, 40px);
    line-height: 55px;
    letter-spacing: 1px;
}
.title__wrap{
    margin-bottom: 70px;
    position: relative;
}
.title__ja--bottom-s{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    color: #333;
}

/* セクション
----------------------- */
.section-01{
    background-color: #fff;
}
.section-02{
    background-color: #F7F7F7;
}
.section-03{
    background-color: #F7F7F7;
}

.bg-container {
    position: absolute;
    max-width: 1100px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.bg-grid {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}
.bg-line-left{
    border-left: 1px solid #eee;
    height: 100%;
    width: 1px;
}
.bg-line {
    border-right: 1px solid #eee;
    height: 100%;
    width: 20%;
}
.bg-line-left-2{
    border-left: 1px solid #E5E5E5;
    height: 100%;
    width: 1px;
}
.bg-line-2 {
    border-right: 1px solid #E5E5E5;
    height: 100%;
    width: 20%;
}
.bg-line-left-3 , .bg-line-3{
    border-left: 1px solid #323232;
    /* mix-blend-mode: multiply; */
    height: 100%;
    width: 1px;
    opacity: 0.1;
}
.bg-line-left-4 , .bg-line-4{
   border-left: 1px solid #e4e4e4;
    height: 100%;
    width: 1px;
}


/* ===============================================
ヘッダー
=============================================== */
.header{
    height: 70px;
    width: 100%;
    background: #fff;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0%;
    transform: none;
    margin: auto;
}
.header__inner{
    max-width: 1600px;
    width: 100%;
    height: 100%;
    margin: auto;
    height: 100%;
    padding: 0 40px 0 20px; 
}
.header__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: clamp(640px, 49.3vw, 780px);
    height: 100%;
}
.header__inner--logo{
    display: inline-block;
    width: 350px;
    width: clamp(100px, 14vw, 128px);
    margin-bottom: 0;
}
.header__inner--logo img{
    width: 100%;
}
.header-link{
    background-color: #0011ff;
    border-radius: 40px;
    padding:15px 56px 15px 46px;
    width: 240px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 3.98571px 3.98571px 7.97143px rgba(0, 0, 0, 0.15);
}
.header-link__inner{
    display: flex;
    align-items: center;
    position: relative;
}
.header__to-b-link{
    display: flex;
    gap: 25px;
    align-items: center;
    border-bottom: 1px #444444 solid;
    line-height: 3;
    align-items: center;
    position: relative;
    padding-right: 30px;
    color: #444444;
    cursor: pointer;
}
.header__to-b-link:hover{
    opacity: 0.7;
    transition: 0.3s;
}

.header-link__inner--text{
    color: #444;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    margin-top: -2px;
}
.header-link__arrow{
    width: 9px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 44%;
    transform: translateY(-50%);
}
.header-link__arrow img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 992px) {
    .header__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}
}

/* 追従
----------------------- */
.fixed_btn { 
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 6px 40px;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0011ff;
    right: 0;
    top: 20px;
    width: 250px;
    height: 70px;
    border-radius: 40px 0 0 40px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    /* ▼初期は非表示 */
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}
.fixed_btn.show {
    opacity: 1;
    pointer-events: auto;
}
.fixed_btn--text{
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.1px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}
.fixed_btn img{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
}
.fixed_btn:hover{
    opacity: 0.7;
    transition: 0.3s;
}


/* ===============================================
MV
=============================================== */
.mv{
    background-color: #E8F1FF;
    height: 731px;
    position: relative;
    overflow: hidden;
    position: relative;
}


/* MV スライダー
----------------------- */
.mv__slider-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: 100%;
    max-width: 642px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    right: -20px;
}
.swiper{
    height: 100%;
    width: clamp(280px,36vw,316px);
    position: absolute!important;
}
.swiper1{
    left: 0;
    top: 0;
    width: calc(50% - 5px);
}
.swiper2{
    /* left: calc(50% + 10px); */
    right: 0;
    top: 0;
    width: calc(50% - 5px);
}

/* スライドの動き（等速） */
.swiper-wrapper {
    transition-timing-function: linear;
}
/* 各画像サイズを固定（200px）＋中央揃え */
.swiper>.swiper-wrapper>.swiper-slide img {
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}
/* 画像間の余白設定 */
.swiper>.swiper-wrapper>.swiper-slide {
    margin-bottom: 10px; /* Swiperの spaceBetween に合わせる */
    width: auto;
    height: auto !important;
}

/* MV テキストエリア
----------------------- */
.mv__inner{
    max-width: 1600px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
    gap: 30px;
    /* gap: clamp(50px, 4vw, 110px); *//*データで見るFC本部*/
    padding: 0 10px 0 80px;
}
.mv__text-area{
    padding: 100px 0;
    z-index: 1;
}
@media screen and (max-width: 992px) {
    .mv{
        background-color: #E8F1FF;
        height: auto;
        position: relative;
        overflow: hidden;
        position: relative;
        margin-top: 70px;
        padding-top: 10px;
    }
    .mv__inner{
        max-width: 1600px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: auto;
        padding: 0;
    }
    .mv__text-area{
        padding: 0;
        z-index: 12;
        margin: auto;
    }
    .mv__slider-wrap{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 92px;
        /* height: clamp(92px, 20vw, 150px); */
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        max-width: none;
        overflow: hidden;
        z-index: 11;
        position: relative;
        right: 0;
    }
    .swiper1{
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
    }
    .swiper1 .swiper-wrapper {
        flex-direction: row !important;
    }
    .swiper2{
        display: none;
    }
    .swiper>.swiper-wrapper>.swiper-slide {
        margin-bottom: 20px; /* Swiperの spaceBetween に合わせる */
        width: auto;
    }
    
}

.mv__handwriting-copy{
    width: 550px;
    width: clamp(300px, 56vw, 550px);
    margin-bottom: 20px;
    position: relative;
    left: -70px;
    left: clamp(0,2vw,-70px);
}
.mv__logo{
    width: 500px;
    width: clamp(310px, 52vw, 500px);
    margin-bottom: 20px;
}
.mv__catch-copy{
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-size: clamp(18px, 2.5vw, 28px);
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.45px;
    background-color: #0011ff;
    padding: 5px 10px;
    margin-bottom: 15px;
    width: clamp(400px, 52vw, 500px);
}
.mv__logo--bottom{
    width: 500px;
}
.mv__bottom--flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: -5px;
    width: clamp(400px, 52vw, 500px);
}
.mv__check-list{
    margin-top: 5px;
    width: clamp(310px, 5vw, 318px);
}
.mv__check-item{
    background-color: #fff;
    padding: 5px 10px 5px 45px;
    margin-bottom: 5px;
    position: relative;
    color: #222;
    font-size: 16px;
    font-size: clamp(14px,1vw,16px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.9px;
}
.mv__check-item::before{
    content: "";
    background: url(./img/mv-check-ico.png) no-repeat center center/cover;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.mv__ico{
    width: clamp(120px, 15vw, 140px);
    height: auto;
    position: relative;
    left: -20px;
}
.mv__ico-sp{
    display: none;
}
.mv__ico img{
    width: 100%;
    height: 100%;
}
.mv__illust{
    width: 150px;
    width: clamp(100px,13.5vw,150px);
    height: auto;
    position: absolute;
    bottom: -10px;
    right: -130px;
}
.mv__illust img{
    width: 100%;
    height: auto;
}


/* バナー
----------------------- */
.mv__banner{
    position: absolute;
    top: -45%;
    right: -25px;
    width: 400px;
    width: clamp(350px,45vw,400px);
    height: 170px;
    z-index: 50;
    display: block;
    /* box-shadow: 5px 10px 35px rgba(0, 16, 40, 0.25); */
}
.mv__banner img{
    width: 100%;
    height: auto;
}
.mv__banner:hover{
    opacity: 0.8;
    transition: 0.3s;
}


/* ===============================================
コンタクト-01
=============================================== */

.contact-wrap{
    padding: 0 20px;
    background-color: #F7F7F7;
}
.contact{
    background: #fff;
    padding: 46px 0 50px 0;
    position: relative;
    max-width: 1240px;
    width: 100%;
    margin: auto;
    margin-top: -100px;
    z-index: 3;
    border-radius: 5px;
    box-shadow: 5px 10px 35px 0 rgba(119, 170, 246, 0.20);
}
.contact__wrap{
    max-width: 1100px;
    margin: auto;
}
.contact__title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 34px;
}
.contact__title--top{
    display: inline-block;
    font-size: clamp(12px, 0.9vw, 14px);
    font-weight: 800;
    color: #333;
    line-height: 20px;
    margin-right: 9px;
}
.contact__title--main{
    display: inline-block;
    font-size: clamp(20px, 3vw, 36px);
    font-weight: 700;
    color: #333;
    margin-right: 18px;
    line-height: 1;
}
.contact__title--bottom{
    display: inline-block;
    background-color: #FFF200;
    border-radius: 4px;
    padding: 2px 5px;
    color: #333;
    font-size: clamp(12px, 0.9vw, 16px);
    font-weight: 700;
}

.contact__inner{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1010px;
    margin: auto;
    gap: 15px;
    margin-bottom: 21px;
    height: auto;
}
.contact-box__item{
    width: 30%;
    position: relative;
    height: auto;
}
.contact-box__item::after{
    content: "必須";
      color: #fff;
      background: #0011ff;
      font-size: 14px;
      line-height: 1;
      display: block;
      height: 30px;
      line-height: 30px;
      width: 43px;
      text-align: center;
      position: absolute;
      top: 20px;
      right: calc(0% + 5px);
      transform: translate(0%,-50%);
      border-radius: 3px;
}
.contact-box__item--input{
    width: 100%;
    height: 40px;
    border: none;
    color: #444;
    font-weight: 400;
    padding-left: 12px;

    background-color: #F5F5F5;
    border-radius: 5px;
    border: 0.5px #cdcdcd solid;
}
.contact-box__item--select {
    width: 100%;
    height: 40px;
    border: none;
    color: #aaa;
    font-weight: 400;
    padding-left: 12px;

    background-color: #F5F5F5;
    border-radius: 5px;
    border: 0.5px #cdcdcd solid;
}
select:focus,.select-option select {
    color: #444;
    background-color: #F5F5F5;
  }

.contact-box__item-02::after{
    content: "任意";
      color: #fff;
      background: #333;
      font-size: 14px;
      line-height: 1;
      display: block;
      height: 30px;
      line-height: 30px;
      width: 43px;
      text-align: center;
      position: absolute;
      top: 20px;
      right: calc(0% + 5px);
      transform: translate(0%,-50%);
      border-radius: 3px;
}
.contact-box__item--bg-none{
    background-color: transparent;
    border: none;
}

/* ラジオボタン引用 */
.radio-1 {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
    height: 40px;
    align-items: center;
    margin-left: 12px;
}

.radio-1 label {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    cursor: pointer;
    color: #333;
    font-weight: 400;
}

.radio-1 label::before,
.radio-1 label::after {
    border-radius: 50%;
    content: '';
}

.radio-1 label::before {
    width: 18px;
    height: 18px;
    border: 2px solid #dee5eb;
    box-sizing: border-box;
}

.radio-1 label::after {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: #dee5eb;
}

.radio-1 label:has(:checked)::after {
    background-color: #0011ff;
    animation: anim-radio-2 .3s linear;
}

@keyframes anim-radio-2 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #2589d033;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.radio-1 input {
    display: none;
}
/* ラジオボタン引用 END */

.contact__bottom{
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-bottom: 21px;
}
.contact__bottom-flex{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
    width: auto;
    margin-bottom: 20px;
}
.contact__bottom--checkbox{
    width: 25px;
    height: 25px;
    background-color: #D5D5D5;
    border-radius: 2px;
}
.contact__bottom--check-label{
    display: flex;
    align-items: center;
    gap: 12px;
}
.contact__bottom--check-text{
    color: #333;
    font-weight: 400;
    line-height: 1;
}
.contact__bottom--link{
    color: #444;
    font-size: 14px;
    font-weight: 400;
}
.contact__bottom--link-item{
    border-bottom: 1px #444444 solid;
}
.contact-02__bottom--link-item:hover,.contact__bottom--link-item:hover{
    opacity: 0.7;
    transition: 0.3s;
}
/* コンタクト ボタン */
.contact__button-bg{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0011ff;
    position: relative;
    width: 350px;
    height: 70px;
    border-radius: 40px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
.contact__button{
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.contact__button img{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
}
.contact__button--img{
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 40px;
    height: 40px;
    pointer-events: none;
}
.contact__button-bg:hover{
    opacity: 0.7;
    transition: 0.3s;
}


/* ===============================================
お悩み
=============================================== */
.onayami{
    width: 100%;
    margin: auto;
    background-color: #E8F1FF;
    padding-bottom: 120px;
    position: relative;
    z-index: -2;
}
.onayami__title-wrap{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.onayami__title--s{
    font-size: clamp(25px, 4vw, 30px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    color: #333;
}
.onayami__title{
    font-size: clamp(20px, 4vw, 40px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #333;
}
.onayami__title--b{
    font-size: clamp(30px, 6vw, 55px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.5px;
}
.onayami__img-wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1000px;
    margin: auto;
    position: relative;
    z-index: 1;
}
.onayami__img-wrap>picture{
    margin-top: -15px;
    width: 25%;
}
.onayami-content{
    background-color: #F7F7F7;
    padding: 151px 0 30px 0;
}
.bg-triangle {
  width: 100%;
  height: 90px;
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.bg-triangle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* 疑似要素のサイズは0 */
  height: 100%;
  border-top: 90px solid #F7F7F7; /* 上の境界線 */
  border-left: 50vw solid transparent; /* 左の境界線 */
  border-right: 50vw solid transparent; /* 右の境界線 */
}
.onayami__bg-container{
    position: absolute;
    z-index: 1;
}

.onayami-inner{
    width: 100%;
    padding-top: 151px;
    position: relative;
}

.onayami-kaiketsu{
    max-width: 1100px;
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    position: relative;
    z-index: 1;
}
.onayami__top{
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
    margin-top: -40px;
}
.onayami__top-icon{
    background: url(./img/onayami-ico-bg.png) no-repeat center center/cover;
    height: 105px;
    width: 105px;
    position: absolute;
    top: 0;
    right: -15%;
    padding: 40px;
}
.onayami__top-icon--text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 17px;
}
.onayami__top-icon--text-02{
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
}
.onayami__top--title-s{
    font-size: 26px;
    font-weight: 500;
    color: #333;
}
.onayami__top--title-m{
    font-size: 40px;
    font-weight: 700;
    color: #333;
    position: relative;
    left: -13px;
}
.onayami__top--title-b{
    font-size: 45px;
    font-weight: 700;
    color: #0011ff;
    position: relative;
}
.onayami__top--title-b::before{
    content: "エフシーエージェント";
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
    color: #0011ff;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.onayami__top--title{
    font-size: clamp(40px, 3vw, 46px);
    font-weight: 700;
    text-align: center;
    line-height: 65px;
    margin-bottom: 20px;
    color: #333;
}
.onayami__top--title-b02{
    position: relative;
    left: -13px;
}
.dot{
    position: relative;
}
.dot::before{
    content: "・";
    color: #0011ff;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 44px;
    white-space: nowrap;
}
.onayami__lead{
    color: #444;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
}
.onayami__lead--b{
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #0011ff;
}
.onayami__contents--wrap{
    display: flex;
    max-width: 1100px;
    gap: 20px;
    background: #fff;
    margin-bottom: 40px;
}
.onayami__contents--item{
    position: relative;
    width: 33%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.onayami__contents--item-num{
    background-color: #0011ff;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: 100px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    border-radius: 5px 0 0 0;
}
.onayami__contents--item-img{
    width: 100%;
    height: auto;
}
.onayami__contents--item-img img{
    width: 100%;
}
.onayami__contents--item-text-area{
    padding: 23px clamp(16px, 2vw, 30px);  
    background-color: #fff; 
    border-radius: 0 0 5px 5px;
}
.onayami__contents--item-title{
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
    text-align: center;
    margin-bottom: 14px;
    line-height: 30px;
}
.onayami__contents--item-text{
    color: #444;
    font-size: 16px;
    font-size: clamp(14px, 1.4vw , 16px);
    font-weight: 400;
    line-height: 30px;
}

 .triangle{
    width: 100px;
    height: auto;
    margin-bottom: 32px;
    position: relative;
 }
 .triangle img{
    width: 100%;
 }
.onayami__bottom{
    text-align: center;
    position: relative;
}

.exclamation-mark{
    letter-spacing: -20px;
    margin-left: -10px;
}
.onayami__bottom--text{
    color: #333;
    font-size: clamp(16px, 2vw, 30px);
    letter-spacing: -1px;
    line-height: 1.4;
}
.onayami__bottom--text-yellow{
    font-weight: 500;
    color: #ffff00;
    background-color: #0011ff;
    border-radius: 3px;
    padding: 0px 5px 2px 5px;
}
.onayami__bottom--text-margin{
    margin: 0 3px;
}
.onayami__bottom--text-m{
    font-size: clamp(26px, 3vw, 40px);
}
.onayami__bottom--text-l{
    font-size: clamp(32px, 3vw, 46px);
    font-weight: 700;
    border-bottom: 2px #0011ff solid;
}


/* ===============================================
お約束
=============================================== */
.promise{
    padding: 120px 0;
    position: relative;
}
.promise__inner{
    max-width: 1100px;
    width: 95%;
    margin: auto;
}
.promise__title{
    border-bottom: 1px #aaa solid;
    margin-bottom: 70px;
}
.title__ja--under-line{
    padding-bottom: 42px;
    padding-left: 24px;
}

.promise__contents--wrap{
    width: 80%;
    margin: auto;
    position: relative;
}
.promise__contents{
    display: flex;
}
.promise__contents:not(:last-child) {
    margin-bottom: 60px;
}

.promise__contents--left{
    display: flex;
    font-family: "Montserrat";
    margin-right: 40px;
    line-height: 1;
    margin-top: -7px;
}
.promise__contents--left-text{
    margin-right: 10px;
    position: relative;
    top: -8px;
}
.promise__contents--left-text::after{
    content: "";
    display: inline-block;
    background-color: #0011ff;
    height: 20px;
    width: 1px;
    transform: rotate(40deg);
    margin-left: 10px;
    position: absolute;
    top: 0;
    right: -8px;
}
.promise__contents--left-num{
    font-size: 70px;
    font-weight: 700;
}
.promise__contents--right{
    color: #333;
}
.promise__contents--title{
    display: inline-block;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4;
}
.promise__contents--title-blue{
    color: #0011ff;
    border-bottom: 1px #0011ff solid;
}
.promise__contents--text{
    line-height: 30px;
    font-weight: 400;
    margin-left: 15px;
}


/* ===============================================
選べる2つの無料相談方法
=============================================== */
.select{
    background-color: #EEE;
    padding: 100px 0 140px 0;
    position: relative;
}
.select__inner{
    max-width: 1100px;
    width: 95%;
    margin: auto;
}
.select__title{
    margin-bottom: 70px;
}
.title__bottom--text{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #444;
}

.select__content--wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}
.select__content-item{
    width: calc(50% - 15px);
    position: relative;
    background: #fff;
    border: 3px solid #DDD;
    border-radius: 5px;
}
.select__content-link{
    display: block;
    background-color: #fff;
    position: relative;
}
.select__content-link--ico{
    background-color: #FFF200;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    position: absolute;
    top: -20px;
    right: -20px;
    text-align: center;
}
.select__content-link--ico-text{
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #0011FF;
    margin-top: 25px;
}

.select__content{
    padding: 50px;
    padding: clamp(30px,2vw,50px);
    position: relative;
}
.select__content--top01{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.9px;
    color: #21B40D;
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: min(325px, 75%);
}
.select__content--top01::before{
    content: "＼";
    display: block;
    position: absolute;
    left: -25px;
    bottom: -2px;
    height: 20px;
    width: 20px;
}
.select__content--top01::after{
    content: "／";
    display: block;
    position: absolute;
    right: -25px;
    bottom: -2px;
    height: 20px;
    width: 20px;
}
.select__content--top02{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.9px;
    color: #FF8000;
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: min(325px, 65%);
}
.select__content--top02::before{
    content: "＼";
    display: block;
    position: absolute;
    left: -25px;
    bottom: -2px;
    height: 20px;
    width: 20px;
}
.select__content--top02::after{
    content: "／";
    display: block;
    position: absolute;
    right: -25px;
    bottom: -2px;
    height: 20px;
    width: 20px;
}
.select__content--img{
    display: block;
    width: auto;
    height: 136px;
    margin: auto;
}
.select__content--img img{
    width: auto;
    height: 100%;
}
.select__content--title01{
    background-color: #21B40D;
    border-radius: 50px;
    display: block;
    padding: 10px 55px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    width: 270px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}
.select__content--title02{
    background-color: #FF8000;
    border-radius: 50px;
    display: block;
    padding: 10px 55px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    width: 270px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}
.select__content--text{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #444;
}
.select__content--line{
    background-color: #ccc;
    height: 1px;
    width: 100%;
    margin: 30px 0;
}
.select__content--item01{
    display: flex;
    align-items: center;
    gap: 10px;
}
.select__content--item-text{
    font-size: 18px;
    font-size: clamp(14px,1vw,17px);
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    width: 100%;
}
.select__content--list > li:not(:last-child) {
    margin-bottom: 10px;
}
.select__content--item01::before{
    content: "";
    background: url(./img/select-check01.png) no-repeat center center/cover;
    background-size: contain;
    display: inline-flex;
    width: 25px;
    height: 25px;
}
.select__content--item02{
    display: flex;
    align-items: center;
    gap: 10px;
}
.select__content--item02::before{
    content: "";
    background: url(./img/select-check02.png) no-repeat center center/cover;
    background-size: contain;
    display: inline-flex;
    width: 25px;
    height: 25px;
}
.select__content--bottom-text{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #444;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
}


/* ===============================================
適切なご提案が可能
=============================================== */
.suggestion{
    background-color: #F7F7F7;
    padding: 100px 0 130px 0;
    position: relative;
}
.suggestion__inner{
    max-width: 1100px;
    width: 95%;
    margin: auto;
}
.suggestion__title{
    margin-bottom: 70px;
}
.suggestion-title__ja--bottom{
    padding-bottom: 0;
}
.title__bottom--text{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #444;
}
.suggestion__content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}
.suggestion__content--ico{
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    background-color: #01F;
    width: 100px;
    height: 30px;
    text-align: center;
    border-radius: 5px 0 0 0;
}
.suggestion__content--list > article:not(:last-child) {
    margin-bottom: 20px;
}
.suggestion__content--img{
    width: 300px;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
}
.suggestion__content--img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.suggestion__content--text-area{
    padding: 40px;
}
.suggestion__content--title{
    font-size: 25px;
    font-size: clamp(18px,3vw,25px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.25px;
    color: #333;
    margin-bottom: 25px;
}
.suggestion__content--title-blue{
    color: #0011FF;
    border-bottom: 1px solid #0011FF;
}
.suggestion__content--text{
    font-size: 16px;
    font-size: clamp(12px,2.5vw,16px);
    font-weight: 400;
    line-height: 1.85;
    color: #444;
}


/* ===============================================
FC Agentの主なサービス紹介
=============================================== */
.service{
    overflow: hidden;
    position: relative;
    background-color: #F7F7F7;
    z-index: -2;
}

.service__inner{
    max-width: 1100px;
    margin: auto;
    padding-bottom: 100px;
    background-color: #E8F1FF;
    z-index: 1;
    width: 95%;
}
.service__inner::before{
    content: "";
    background-color: #E8F1FF;
    height: 100%;
    width: 70%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.service__title{
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #E8F1FF;
    border-radius: 0 5px 0 0;
    padding-right: 61px;
    padding-top: 50px;
    margin-top: -100px;
    margin-bottom: 80px;
}
.service__top-img-area{
    width: 100vw;
    position: relative;
}
.service__top-img{
    width: 100%;
}
.service__top-img::after{
    content: "";
    background-color: #eee;
    height: 100px;
    width: 650px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 calc(50% - 50vw);
}

.service__contents--wrap{
    padding-right: clamp(48px, 6.5vw, 100px);
    position: relative;
    z-index: 1;
}
.service__contents--item{
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 40px;
    padding-left: clamp(20px, 2.5vw, 40px);
    padding-right: clamp(24px, 2.5vw, 40px);
}
.service__contents--wrap > article:not(:last-child) {
    margin-bottom: 20px;
}

.service__contents--item-title{
    display: flex;
    align-items: center;
    width: 53%;
}
.service__contents--icon{
    width: 110px;
    height: 110px;
    margin-right: 20px;
}
.service__contents--item-title-en{
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
    color: #0011ff;
    line-height: 1;
    margin-bottom: 1vw;
}
.service__contents--item-title-ja{
    font-size: clamp(18px, 2vw, 24px);
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
}
.service__contents--item-line{
    height: 140px;
    width: 1px;
    background-color: #D5D5D5;
    /* margin: 0 30px; */
    margin-left: clamp(20px, 2vw, 30px);
    margin-right: clamp(20px, 2vw, 30px);
}
.service__contents--item-text-area{
    width: 47%;
}
.service__contents--item-text{
    color: #333;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
}
.service__contents--item-text-accent{
    color: #0011ff;
    background-color: #FFF000;
    font-weight: 500;
}


/* ===============================================
こんなFC本部をご紹介
=============================================== */
.introduce{
    background-color: #F7F7F7;
    padding: 100px 0 90px 0;
    position: relative;
}
.introduce__inner{
    max-width: 1100px;
    width: 95%;
    margin: auto;
    position: relative;
    z-index: 1;
}
.introduce__title{
    margin-bottom: 70px;
}
.title__bottom--text{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #444;
    padding-left: 24px;
}
.introduce__title{
    border-bottom: 1px #aaa solid;
    padding-bottom: 40px;
    margin-bottom: 72px;
}

.introduce__list--title-wrap{
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.introduce__list--title-line{
    background-color: #0011FF;
    height: auto;
    width: 5px;
    border-radius: 30px;
}
.introduce__list--title{
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.25px;
    color: #0011FF;
}

.introduce__list{
    display: grid;
    gap: 40px 20px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 50px;
}
.introduce__item--text{
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #333;
    padding-left: 10px;
}
.introduce__banner{
    position: relative;
    max-width: 900px;
    width: 100%;
    margin: auto;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}
.introduce__banner:hover{
    opacity: 0.7;
    transition: 0.3s;
}

.introduce__banner-img{
    box-shadow: 5px 10px 35px rgb(119, 170, 246, 0.8);
}
.introduce__banner-ico{
    position: absolute;
    left: -10px;
    top: 0;
    height: 100px;
    width: auto;
}



/* ===============================================
FC本部決定で気をつけたい5つのこと
=============================================== */
.important{
    padding: 120px 0;
    position: relative;
    background-color: #E8F1FF;
}
.important__inner{
    max-width: 1100px;
    width: 95%;
    margin: auto;
}

/* アコーディオン */
.important__contents--wrap{
    max-width: 1100px;
    padding: 23px 38px 11px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}
.important__contents--item {
    max-width: 1100px;
    margin-bottom: 7px;
}
.important__contents--item:not(:last-child) {
    border-bottom: 2px solid #d5d5d5;
}
.important__contents--title-check{
    width: 21px;
    height: 21px;
    margin-right: 10px;
    margin-top: -5px;
}
.important__contents--title-check-img{
    width: 100%;
    height: auto;
}
.important__contents--title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 20px 9px;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.important__contents--title::-webkit-details-marker {
    display: none;
}
.important__contents--title::after {
    transform: translateY(-25%) rotate(45deg);
    width: 11px;
    height: 11px;
    margin-left: 10px;
    border-bottom: 2px solid #0011ff;
    border-right: 2px solid #0011ff;
    content: '';
    transition: transform .3s;
    position: absolute;
    right: 10px;
}
.important__contents--item[open] summary::after {
    transform: rotate(225deg);
}
.important__contents--item p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 40px 22px;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.important__contents--item[open] p {
    transform: none;
    opacity: 1;
}


/* ===============================================
FC Agent 3つの強み
=============================================== */
.strength{
    padding: 120px 0;
    position: relative;
    background-color: #F7F7F7;
}
.strength__inner{
    max-width: 1100px;
    width: 95%;
    margin: auto;
}
.strength__title{
    margin-bottom: 72px;
}

.strength__content{
    background-color: #fff;
    padding: 55px 50px 50px;
    border-radius: 5px;
    margin-bottom: 50px;
    position: relative;
}
.strength__content--top{
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 40px;
}
.strength__content--title-wrap{
    margin-top: -88px;
}
.strength__content--num{
    font-family: "Roboto";
    font-size: clamp(74px,10vw,84px);
    font-weight: 700;
    color: #0011ff;
    line-height: 1;
    margin-bottom: 18px;
}
.strength__content--title{
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    display: inline;
    line-height: 1.7;
}
.strength__content--title-accent{
    display: inline;
    background-color: #0011ff;
    white-space: nowrap;
    padding: 0px 10px;
}
.strength__content--text-area{
    width: 63%;
    height: 100%;
    display: inline-flex;
}
.strength__content--text{
    color: #444;
    line-height: 30px;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 400;
    text-align: justify;
}

.strength__content--bottom{
    display: flex;
    background-color: #E8F1FF;
    
}
.strength__content--bottom-text-area{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 29px;
    width: 55%;
    flex: content;
}


.strength__content--bottom-top{
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
}
.strength__content--bottom-title{
    color: #0011ff;
    font-size: clamp(24px,3vw,28px);
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 1vw;
}
.strength__content--bottom-bg-text{
    background-color: #0011ff;
    line-height: 40px;
    color: #fff;
    border-radius: 40px;
    padding: 10px 0px;
    width: clamp(280px, 24vw, 360px);
    margin: auto;
    margin-bottom: 10px;
    line-height: 1;
}
.strength__content--bottom-text-b{
    color: #444;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 400;
    line-height: 27px;
    width: clamp(280px, 30vw, 400px);
    margin: auto;
}
.strength__content--bottom-figure{
    width: 45%;
}
.strength__content--bottom-picture{
    width: 100%;
}
.strength__content--bottom-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.strength__exclamation-mark{
    letter-spacing: -15px;
    margin-left: -5px;
}
.strength__content--mb0{
    margin-bottom: 0;
}


/* ===============================================
お客様の声
=============================================== */
.reviews{
    padding-bottom: 120px;
    position: relative;
    background-color: #F7F7F7;
}
.reviews__inner{
    max-width: 1100px;
    width: 95%;
    margin: auto;
    position: relative;
    z-index: 1;
}
.reviews__title{
    margin-bottom: 72px;
    padding: 0 20px;
}

.reviews__list{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    /* margin-bottom: 50px; *//*データで見るFC本部*/
}
.reviews__item{
    background-color: #fff;
    border-top: 5px solid #0011FF;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reviews__item--top{
    padding: 20px 10px 0;
}
.reviews__item--title{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #0011FF;
    margin-bottom: 20px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.reviews__item--text{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 30px;
}
.reviews__item--parts{
    background-color: #0011ff;
    width: 100%;
    border-radius: 50px;
    padding: 4px 10px;
}
.reviews__item--parts{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}
.reviews__item--parts:not(:last-child){
    margin-bottom: 5px;
}
.reviews__item--status{
    width: 100%;
    margin: auto;
    position: relative;
    height: auto;
}
.status{
    width: 100%;
    margin: 10px auto 14px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    white-space: wrap;
    position: relative;
    z-index: 1;
    color: #444;
    text-align: right;
}
.status li {
    font-size: 13px;
    font-weight: 400;
    color: #444;
}
.status li:not(:last-child) {
    margin-right: 10px;
}


.reviews__item--anchor{
    display: block;
    background-color: #E8F1FF;
    text-align: center;
    height: 50px;
    border-radius: 5px;
}
.reviews__item--anchor:hover{
    opacity: 0.7;
    transition: 0.3s;
}
.reviews__item--anchor-text{
    position: relative;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #0011ff;
    line-height: 50px;
}
.reviews__item--anchor-text::before{
    content: "";
    display: block;
    background: url(./img/sp/arrow04.png) no-repeat center center/cover;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/* コンタクト ボタン */
.reviews__button-bg{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: #0011ff 2px solid;
    position: relative;
    width: 350px;
    height: 70px;
    border-radius: 40px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
.reviews__button{
    border: none;
    color: #0011ff;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: -20px;
}
.reviews__button img{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
}
.reviews__button--img{
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 40px;
    pointer-events: none;
}
.reviews__button-bg:hover{
    opacity: 0.7;
    transition: 0.3s;
}


/* ===============================================
私たちがご相談に乗ります
=============================================== */
.advisor{
    padding: 100px 0 120px;
    position: relative;
    background-color: #eee;
}
.advisor__inner{
    max-width: 1100px;
    width: 95%;
    margin: auto;
}

/* スライダー
----------------------- */
.swiper-notification {
  display: none !important;
}
.swiper3-wrap{
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
}
.swiper-wrapper{
    display: flex;
}
.swiper3{
    position: relative;
    width: 100%;
    max-width: 1098px;
    height: 100%;
    overflow: hidden;
}

/* arrow */
.swiper-button-prev,
.swiper-button-next{
  z-index: 2;
  top: 50%;
  margin-top: -20px;
  width: 50px;
  height: 50px;
  position: absolute;
}
.swiper-button-prev::after,
.swiper-button-next::after{
  content: '';
}
.swiper-button-prev{
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.swiper-button-next{
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.swiper-button-prev {
  left: -60px !important;
}
.swiper-button-next {
  right: -60px !important;
}
.swiper-button-prev:hover{
    opacity: 0.7;
    transition: 0.3s;
}
.swiper-button-next:hover{
    opacity: 0.7;
    transition: 0.3s;
}
@media screen and (max-width: 1240px) {
    .swiper-button-prev {
    left: -20px !important;
    }
    .swiper-button-next {
    right: -20px !important;
    }
}


/* dots */
.swiper-pagination{
  position: relative;
  bottom: -5px !important;
  text-align: center;
}
.swiper-pagination span{
  width: 12px;
  height: 12px;
  margin: 0 7px !important;
  background-color: #ddd;
  opacity: 1;
  border-radius: 100%;
}
.swiper-pagination span.swiper-pagination-bullet-active{
  background-color: #01F;
}

/* スライダー
----------------------- */
.advisor__content{
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    height: auto;
    /* height: 390px; */
}
.swiper3>.swiper-wrapper>.swiper-slide{
    width: 100%;
    display: block;
    flex-shrink: 0;
    height: auto;
    position: relative;
    transition-property: transform;
    background: #fff;
    border-radius: 5px;
}
.advisor__content--top{
    padding: 10px;
    padding-bottom: 15px;
}
.advisor__content--figure{
    width: 100%;
}
.advisor__content--img{
    width: 100%;
}
.advisor__content--bottom{
    padding: 40px 15px 29px 20px;
    position: relative;
}
.advisor__content--name{
    background-color: #0011ff;
    padding: 5px 12px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
}
.advisor__content--text{
    margin: auto;
    width: 100%;
    color: #444;
    font-size: 15px;
    font-size: clamp(13px, 1.2vw, 15px);
    line-height: 25px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: -.5px;
}
.swiper3 .swiper-wrapper {
        flex-direction: row !important;
        height: auto;
        margin-bottom: 10px;
    }
@media screen and (max-width: 992px) {
    .advisor__content{
        background-color: #fff;
        width: 100%;
        height: 100%;
    }
    .swiper3{
        overflow: visible !important;
        height: auto !important;
    }
    .swiper3 .swiper-wrapper{
        box-sizing: initial;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        height: 100%;
        position: relative;
        transition-property: transform;
        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
        width: 100%;
        z-index: 1;
        flex-wrap: wrap;
        gap: 10px;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        transform: none !important;
        position: static !important;
        width: 100% !important;
        height: auto !important;
    }
    .swiper3>.swiper-wrapper>.swiper-slide{
        width: 100% !important;
        border-radius: 5px;
    }
    .swiper3 .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }
    .advisor__content--img>img {
        height: auto;
        display: block;
        margin: 0 auto;
        object-fit: cover;
        width: 100%;
    }
    
    /* スライダー
    ----------------------- */
    .swiper-notification {
        display: none !important;
    }
    /* arrow */
    .swiper-button-prev,
    .swiper-button-next{
        display: none;
    }
    /* dots */
    .swiper-pagination{
       display: none;
        }
}


/* ===============================================
サービスの流れ
=============================================== */
.flow{
    padding: 120px 20px;
    position: relative;
    background: #F7F7F7;
}
.flow__inner{
    max-width: 1100px;
    margin: auto;
}
.flow__wrap{
    max-width: 900px;
    margin: auto;
}
/* flowコピペ */
.flow__wrap--inner {
    padding-left: 0;
}
  
.flow__wrap--inner > li {
    list-style-type: none;
    position: relative;
    padding-left: 110px;
}
  
.flow__wrap--inner > li:not(:last-child) {
    padding-bottom: 50px;
}
  
.flow__wrap--inner > li .flow__icon {
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 100vh;
    display: inline-block;
    background: #0011ff;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}  
.flow__wrap--inner > li:not(:last-child)::before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    top: calc(50% - -60px);
    left: 43px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-right: 5px dotted #aaa;
}  
.flow__item--title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
} 
.flow__item--text {
    background-color: #fff;
    padding: 23px 20px 22px;
    border-radius: 5px;
    margin-left: 0;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #444;
}
.flow__icon-img{
    width: 45%;
    height: auto;
}
.flow__icon-img-2{
    position: relative;
    left: 5px;
}
.flow__icon-text{
    position: absolute;
    top: -32px;
    color: #0011ff;
    font-size: 18px;
    font-weight: 500;
    padding: 1px 0;
    text-shadow: -3px -3px 0 #F7F7F7, 0px -3px 0 #F7F7F7, 3px -3px 0 #F7F7F7, -3px 0px 0 #F7F7F7, 3px 0px 0 #F7F7F7, -3px 3px 0 #F7F7F7, 0px 3px 0 #F7F7F7, 3px 3px 0 #F7F7F7;
}


/* ===============================================
よくあるご質問
=============================================== */
.faq{
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
    background-color: #eee;
}
.faq__inner{
    max-width: 1100px;
    width: 95%;
    margin: auto;
}
.faq--contents__item{
    background-color: #fff;
    border-radius: 5px;
    max-width: 1100px;
    width: 100%;
    padding: 30px;
    padding-bottom: 34px;
    margin-bottom: 20px;
    position: relative;
}
.faq--contents__item--top-text{
    color: #0011ff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 13px;
}
.faq--contents__item--top-text::before{
    content: "Q";
    color: #0011ff;
    font-family: "Roboto";
    font-size: 34px;
    font-weight: 600;
}
.faq--contents__item--line{
    height: 1px;
    width: 100%;
    background-color: #D5D5D5;
    margin: 20px 0;
}
.faq--contents__item--bottom{
    display: flex;
    gap: 13px;
}
.faq--contents__item--bottom-title{
    color: #333;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
}
.faq--contents__item--bottom::before{
    content: "A";
    color: #0011ff;
    font-family: "Roboto";
    font-size: 34px;
    font-weight: 600;
}
.faq--contents__item--bottom-text{
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
  

/* ===============================================
コンタクト-02
=============================================== */
.contact-02{
    /* background-image: url(/wp-content/themes/fc-agent-b/img/contact-02-bg.png); */
    background-image: url(./img/contact-02-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}
.contact-02--wrap{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
    padding: 50px 0;
    margin: auto;
    text-align: center;
    max-width: 1100px;
    width: 95%;
    position: relative;
}
.contact-02__top{
    text-align: center;
    margin-bottom: 41px;
    display: inline-block;
    position: relative;
}
.contact-02__top--text{
    font-size: 16px;
    font-weight: 500;
    color: #0011ff;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.contact-02__top--title{
    font-size: 30px;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
}
.contact-02__icon{
    background-color: #0011ff;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: -80px;
    right: max(-18vw, -190px);
}
.contact-02__icon--text{
   color: #fff;
   font-style: 18px;
   font-weight: 600;
   line-height: 1;
}
.contact-02__icon--text-yellow{
    font-size: 18px;
}
.contact-02__icon--text-yellow-l{
    font-size: 22px;
    line-height: 25px;
}

.contact-02__form--wrap{
    padding: 0 20px;
    max-width: 900px;
    margin: auto;
}
.contact-02__form{
    max-width: 900px;
    margin: auto;
    position: relative;
}
.contact-02__inner{
    margin: auto;
    margin-bottom: 20px;
    width: 100%;
}
.contact-02-box__item{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-bottom: 10px;
    width: 100%;
    flex-wrap: wrap;
}
.contact-02--label::before{
    content: "必須";
      color: #fff;
      background: #0011ff;
      font-size: 14px;
      line-height: 1;
      display: block;
      height: 30px;
      line-height: 30px;
      width: 60px;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0%,-50%);
}
.contact-02-box__item--input ,.contact-02-box__item--select ,.contact-02--radio-wrap{
    width: calc(100% - 190px);
    height: 50px;
    border: none;
    color: #444;
    font-weight: 400;
    padding-left: 12px;
    background-color: #F5F5F5;
    border-radius: 5px;
    border: 0.5px #cdcdcd solid;
    text-align: left;
}
.contact-02-box__item--select{
    position: relative;
}

.contact-02--radio-wrap{
    background-color: transparent;
    border: none;
}
.contact-02--label02::before{
    content: "任意";
      color: #fff;
      background: #333;
      font-size: 14px;
      line-height: 1;
      display: block;
      height: 30px;
      line-height: 30px;
      width: 60px;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0%,-50%);
}
.contact-02-box__item-arrow::after{
    content: "";
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transition: transform .3s;
    position: absolute;
    top: 40%;
    right: 20px;
}
.contact-02-box__item--bg-none{
    background-color: transparent;
    border: none;
}
.contact-02--label{
    color: #333;
    padding-left: 70px;
    width: 180px;
    text-align: left;
    position: relative;
}
.contact-02--label02{
    color: #333;
    padding-left: 70px;
    width: 180px;
    text-align: left;
    position: relative;
}

/* ラジオボタン引用 */
.radio-2 {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
    height: 50px;
    width: calc(100% - 190px);
    align-items: center;
}

.radio-2 label {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    cursor: pointer;
    color: #333;
    font-weight: 400;
}

.radio-2 label::before,
.radio-2 label::after {
    border-radius: 50%;
    content: '';
}

.radio-2 label::before {
    width: 18px;
    height: 18px;
    border: 2px solid #dee5eb;
    box-sizing: border-box;
}

.radio-2 label::after {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: #dee5eb;
}

.radio-2 label:has(:checked)::after {
    background-color: #0011ff;
    animation: anim-radio-2 .3s linear;
}

@keyframes anim-radio-2 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #2589d033;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.radio-2 input {
    display: none;
}
/* ラジオボタン引用 END */

.contact-02__bottom--wrap{
    width: 100%;
    margin: auto;
    position: relative;
}
.contact-02__bottom{
    position: absolute;
    right: 0;
    text-align: left;
    width: calc(100% - 190px);
}
.contact-02__bottom--checkbox{
    width: 25px;
    height: 25px;
    background-color: #D5D5D5;
    border-radius: 2px;
}
.contact-02__bottom--check-label{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
}
.contact-02__bottom--check-text{
    color: #333;
    font-weight: 400;
    line-height: 1;
}
.contact-02__bottom--link{
    color: #444;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 20px;
    line-height: 1;
}
.contact-02__bottom--link-item{
    border-bottom: 1px #444444 solid;
}
/* コンタクト ボタン */
.contact-02__button-bg{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0011ff;
    position: relative;
    width: 350px;
    height: 70px;
    border-radius: 40px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    margin-top: 120px;
}
.contact-02__button{
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-02__button:hover{
    opacity: 0.7;
    transition: 0.3s;
}

.contact-02__button img{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
}


/* ===============================================
運用会社
=============================================== */
.info{
    padding: 120px 0;
    position: relative;
}
.info__inner{
    max-width: 900px;
    width: 95%;
    margin: auto;
}
.info__title{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.info__title-en--circle{
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin-right: 14px;
    background-color: #0011ff;
}
.info__title--ja{
    color: #333;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1px;
    margin-right: 9px;
}
.info__title--en{
    font-family: "Montserrat";
    font-weight: 600;
    line-height: 1;
    margin-top: 4px;
}

.info__wrap{
    width: 100%;
    margin: auto;
    position: relative;
}
.info__row {
    display: flex;
    align-items: center;
    border-bottom: 1px #D5D5D5 solid;
    border-image: linear-gradient(to right, #0011ff 16.6%, #D5D5D5 16.6%);
    border-image-slice: 1;
    height: auto;
    padding: 22px 0;
}

.info__content-title,
.info__content-text {
    border: none;
}
  
.info__content-title {
    width: 16.6%;
    text-align: left;
    padding-left: 20px;
    color: #0011ff;
    font-size: 16px;
    font-weight: 600;
}
.info__content-text {
    width: 83.4%;
    text-align: left;
    padding-left: 20px;
    color: #444;
    font-size: 16px;
    font-weight: 400;
}
.under-line{
    border-bottom: 1px #444 solid;
}
.map-link:hover{
    opacity: 0.7;
    transition: 0.3s;
}
  

/* ===============================================
フッター
=============================================== */
.footer{
    width: 100%;
    height: auto;
    background-color: #0011ff;
    padding: 25px 30px;
}
.footer__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    gap: 10px;
}
.footer-link__wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-link:hover{
    opacity: 0.7;
    transition: 0.3s;
}
.footer__left{
    display: flex;
    align-items: center;
    gap: 30px;
    width: 80%;
}
.footer__inner--logo{
    width: 130px;
}
.footer__inner--logo img{
    width: 100%;
}
.footer-link__text{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.footer-link__line{
    width: 1px;
    height: 14px;
    background-color: #fff;
    margin: 0 20px;
}
.footer__right{
    width: 20%;
    text-align: right;
}
.copy{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

/* ///////////////////////////////////////////
TB
/////////////////////////////////////////// */
@media screen and (min-width:769px) and ( max-width:993px) {
    .mv__inner{
        /* gap: clamp(150px, 25vw, 300px); *//*データで見るFC本部*/
    }
    .mv__ico {
    width: clamp(120px, 15vw, 140px);
    height: auto;
    position: relative;
    left: -10px;
}
    .mv__illust {
    width: 150px;
    width: clamp(100px, 15vw, 150px);
    height: auto;
    position: absolute;
    bottom: -10px;
    right: -130px;
}
    .mv__slider-wrap{
        height: 92px;
        height: clamp(92px, 20vw, 150px);
    }
    .contact{
        margin-top: 0;
    }
    .mv__banner {
        position: absolute;
        top: -87%;
        left: 50%;
        transform: translate(-50%);
        width: clamp(350px, 50vw, 550px);
        height: auto;
        z-index: 50;
        display: block;
        margin: auto;
        margin-left: 10px;
}
}

/* ///////////////////////////////////////////
SP
/////////////////////////////////////////// */

@media screen and (max-width: 768px) {

.sp-only{
    display: block;
}
.pc-only{
    display: none;
}
.title__ja {
    margin-left: 0px;
}
.title__ja--top {
    font-size: 16px;
}
.title__ja--bottom {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0;
}
.bg-line-left-sp,.bg-line-2-left-sp{
    position: absolute;
    left: 24px;
    width: 1px;
}
.bg-line-sp,.bg-line-sp-2 {
    border-right: 1px solid #eee;
    height: 100%;
    position: absolute;
    left: 50%;
    width: 1px;
}
.bg-line-right-sp{
    position: absolute;
    right: 24px;
}
.bg-line-2-sp,.bg-line-4-sp {
    height: 100%;
    position: absolute;
    left: 50%;
    width: 1px;
}
.bg-line-2-right-sp,.bg-line-4-right-sp{
    position: absolute;
    right: 24px;
}

/* タイトル
----------------------- */
.title__en {
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    line-height: 1;
}
.title__ja--under-line {
    padding-bottom: 20px;
    padding-left: 0;
}
.title__ja--bottom-s {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    color: #333;
}

/* ===============================================
ヘッダー
=============================================== */
.header{
    height: 70px;
    width: 100%;
    display: flex;
    position: fixed;
    background: #fff;
    z-index: 999;
}
.header__inner{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    margin: auto;
}
.header__inner--logo{
    display: inline-block;
    width: 110px;
    height: auto;
    margin-bottom: 0;
}
.header__inner--logo img{
    width: 100%;
    height: auto;
}
.header__to-b-link{
    display: flex;
    gap: 11px;
    align-items: center;
    border-bottom: 1px #444444 solid;
    line-height: 2.5;
    align-items: center;
    position: relative;
    padding-right: 15px;
    color: #444444;
    width: auto;
    cursor: pointer;
}

.header-link__inner--text{
    color: #444;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.65px;
    margin-top: -2px;
}
.header-link__arrow{
    width: 7px;
    height: 4px;
    position: absolute;
    right: 0;
    top: 44%;
    transform: translateY(-50%);
}
.header-link__arrow img{
    width: 100%;
    height: auto;
}


/* ===============================================
MV
=============================================== */
.mv{
    background-color: #E8F1FF;
    height: auto;
    position: relative;
    overflow: hidden;
    position: relative;
}
.mv__inner{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    padding: 0;
    /* gap: clamp(170px, 24vw, 180px); *//*データで見るFC本部*/
}

/* MV スライダー
----------------------- */
.slider-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    max-width: none;
    overflow: hidden;
    z-index: 11;
    position: relative;
    flex-direction: column;
    height: auto;
    /* background-color: red; */
    height: 95px;
}

/* スライドの動き（等速） */
.swiper-wrapper {
    transition-timing-function: linear;
}
/* 各画像サイズを固定（200px）＋中央揃え */
.swiper-slide img {
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}
/* 画像間の余白設定 */
.swiper-slide {
    margin-bottom: 10px; /* Swiperの spaceBetween に合わせる */
}

/* MV テキストエリア
----------------------- */

.mv__text-area{
    padding: 0;
}
.mv__logo--wrap{
    width: 550px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}
.mv__handwriting-copy{
    left: -10px;
}
.mv__logo{
    /* width: clamp(400px, 52vw, 500px); */
    margin: auto;
    margin-bottom: 20px;
}
.mv__catch-copy{
    color: #FFF;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.45px;
    background-color: #0011ff;
    padding: 5px 10px;
    margin-bottom: 15px;
    width: 100%;
}
.mv__logo--bottom{
    width: 100%;
}
.mv__bottom--flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: -5px;
    width: 100%;
    gap: 15px;
}
.mv__check-list{
    margin-top: 5px;
    width: clamp(310px, 5vw, 318px);
}
.mv__check-item{
    background-color: #fff;
    padding: 5px 10px 5px 35px;
    margin-bottom: 5px;
    position: relative;
    color: #222;
    font-size: 16px;
    font-size: clamp(14px,1vw,16px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.9px;
}
.mv__check-item::before{
    content: "";
    background: url(./img/mv-check-ico.png) no-repeat center center/cover;
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.mv__ico{
   width: 240px;
    height: auto;
    position: relative;
    left: 20px;
}
.mv__ico-sp{
    display: block;
}
.mv__ico-pc{
    display: none;
}
.mv__ico img{
    width: 100%;
    height: 100%;
}
.mv__illust{
    height: auto;
    position: absolute;
    bottom: 0;
    right: -80px;
}
.mv__illust img{
    width: 100%;
    height: auto;
}

/* バナー
----------------------- */
.mv__banner{
    position: absolute;
    top: -38%;
    left: 50%;
    transform: translate(-50%);
    width: clamp(350px, 56vw, 550px);
    height: auto;
    z-index: 50;
    display: block;
    margin: auto;
    margin-left: 10px;
}
.mv__banner img{
    width: 100%;
    height: auto;
}
/* ---------
コンタクト-01
--------- */
.contact{
    background: #fff;
    padding: 25px 0 50px 0;
    position: relative;
    z-index: 1;
    margin-top: -151px;
    max-width: 1240px;
    width: 100%;
    margin: auto;
}
.contact-wrap{
    padding: 0;
    background-color: #F7F7F7;
}
.contact__wrap{
    max-width: 1100px;
    margin: auto;
}
.contact__title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    flex-direction: column;
}
.contact__title--top{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #0011ff;
    line-height: 20px;
    margin-right: 0;
    margin-bottom: 6px;
    border-bottom: 1.5px #FFDD00 solid;
}
.contact__title--main{
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-right: 0;
    line-height: 33px;
    text-align: center;
    margin-bottom: 8px;
    letter-spacing: 3px;
}
.contact__title--bottom{
    display: inline-block;
    background-color: #FFF200;
    border-radius: 0;
    padding: 0px 20px;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 700;
}

.contact__form--wrap{
    padding: 0 24px;
}
.contact__inner{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1010px;
    margin: auto;
    gap: 10px;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    margin: auto;
    margin-bottom: 21px;
}
.contact-box__item{
    width: 100%;
    position: relative;
    height: auto;
}
.contact-box__item::after{
    content: "必須";
      color: #fff;
      background: #0011ff;
      border-radius: 3px;
      font-size: 14px;
      line-height: 1;
      display: block;
      height: 30px;
      line-height: 30px;
      width: 43px;
      text-align: center;
      position: absolute;
      top: 50%;
      right: calc(0% + 5px);
      transform: translate(0%,-50%);
      border-radius: 3px;
}
.contact-box__item--input ,.contact-box__item--select{
    width: 100%;
    height: 40px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding-left: 12px;
    background-color: #F5F5F5;
    border-radius: 5px;
    border: 0.5px #cdcdcd solid;
}
.contact-box__item-02::after{
    content: "任意";
      color: #fff;
      background: #333;
      font-size: 14px;
      line-height: 1;
      display: block;
      height: 30px;
      line-height: 30px;
      width: 43px;
      text-align: center;
      position: absolute;
      top: 50%;
      right: calc(0% + 5px);
      transform: translate(0%,-50%);
      border-radius: 3px;
}
.contact-box__item--bg-none{
    background-color: transparent;
    border: none;
}

/* ラジオボタン引用 */
.radio-1 {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
    height: 100%;
}

.radio-1 label {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    cursor: pointer;
    color: #333;
    font-weight: 400;
    height: 40px;
}

.radio-1 label::before,
.radio-1 label::after {
    border-radius: 50%;
    content: '';
}

.radio-1 label::before {
    width: 18px;
    height: 18px;
    border: 2px solid #dee5eb;
    box-sizing: border-box;
}

.radio-1 label::after {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: #dee5eb;
}

.radio-1 label:has(:checked)::after {
    background-color: #0011ff;
    animation: anim-radio-2 .3s linear;
}

@keyframes anim-radio-2 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #2589d033;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.radio-1 input {
    display: none;
}
/* ラジオボタン引用 END */

.contact__bottom{
    display: flex;
    justify-content: center;
    gap: 13px;
    margin-bottom: 31px;
    flex-direction: column;
    align-items: center;
}
.contact__bottom--checkbox{
    width: 25px;
    height: 25px;
    background-color: #D5D5D5;
    border-radius: 2px;
}
.contact__bottom--check-label{
    display: flex;
    align-items: center;
    gap: 12px;
}
.contact__bottom--check-text{
    color: #333;
    font-weight: 400;
    line-height: 1;
}
.contact__bottom--link{
    color: #444;
    font-size: 14px;
    font-weight: 400;
}
.contact__bottom--link-item{
    border-bottom: 1px #444444 solid;
}
/* コンタクト ボタン */
.contact__button-bg{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0011ff;
    position: relative;
    width: 287px;
    width: min(287px, 100%);
    height: 70px;
    border-radius: 40px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
.contact__button{
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact__button img{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
}

/* ---------
お悩み
--------- */
.onayami{
    width: 100%;
    margin: auto;
    background-color: #E8F1FF;
    padding-bottom: 70px;
}
.onayami__title-wrap{
    text-align: center;
    max-width: 500px;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
}
.onayami__title--s{
    font-size: clamp(20px, 4vw, 30px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    color: #333;
}
.onayami__title{
    font-size: clamp(20px, 4vw, 30px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #333;
}
.onayami__title--b{
    font-size: clamp(30px, 6vw, 50px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.5px;
}
.onayami__img-wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    margin: auto;
}
.onayami__img-wrap>picture{
    margin-top: -15px;
    width: min(300px, 100%);
}
.onayami-content{
    background-color: #F7F7F7;
    padding: 70px 24px 10px;
}
.bg-triangle {
  width: 100%;
  height: 56px;
  position: relative;
  overflow: hidden;
}

.bg-triangle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* 疑似要素のサイズは0 */
  height: 100%;
  border-top: 56px solid #F7F7F7; /* 上の境界線 */
  border-left: 50vw solid transparent; /* 左の境界線 */
  border-right: 50vw solid transparent; /* 右の境界線 */
}

.onayami-inner{
    width: 100%;
    padding-top: 151px;
    position: relative;
}

.onayami-kaiketsu{
    max-width: 1100px;
    width: 100%;
    padding: 80px 24px 0 24px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}
.onayami__top{
    position: relative;
    display: inline-block;
    max-width: 500px;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
    margin-top: -40px;
}
.onayami__top-icon{
    background: url(./img/sp/onayami-ico-bg.png) no-repeat center center/contain;
    height: 40px;
    width: 200px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    padding: 40px;
}
.onayami__top-icon--text{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 17px;
}
.onayami__top-icon--text-02{
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
.onayami__top--title-s{
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 1;
}
.onayami__top--title-m{
    font-size: 22px;
    font-weight: 700;
    color: #333;
    left: -11.5px;
    position: relative;
}
.onayami__top--title-b{
    font-size: 28px;
    font-weight: 700;
    color: #0011ff;
    position: relative;
}
.onayami__top--title-b::before{
    content: "エフシーエージェント";
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
    color: #0011ff;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.onayami__top--title{
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #333;
    margin-top: -30px;
}
.onayami__top--title-b02{
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    left: -11px;
}
.dot{
    position: relative;
}
.dot::before{
    content: "・";
    color: #0011ff;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 25px;
    white-space: nowrap;
}
.onayami__lead{
    color: #444;
    line-height: 30px;
    text-align: justify;
    font-weight: 400;
}
.onayami__lead--b{
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    color: #0011ff;
}
.onayami__contents--wrap{
    display: flex;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    margin: auto;
    gap: 20px;
    margin-bottom: 30px;
}
.onayami__contents--item{
    position: relative;
    width: 100%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.onayami__contents--item-num{
    background-color: #0011ff;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: 100px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    border-radius: 5px 0 0 0;
}
.onayami__contents--item-img{
    width: 100%;
    height: auto;
}
.onayami__contents--item-img img{
    width: 100%;
}
.onayami__contents--item-text-area{
    padding: 20px 20px 30px;  
    background-color: #fff; 
    border-radius: 0 0 5px 5px;
}
.onayami__contents--item-title{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
    line-height: 28px;
}
.onayami__contents--item-text{
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
}

 .triangle{
    width: 90px;
    height: auto;
    margin-bottom: 32px;
    position: relative;
 }
 .triangle img{
    width: 100%;
 }
.onayami__bottom{
    text-align: center;
    position: relative;
}

.exclamation-mark{
    letter-spacing: -10px;
    margin-left: -5px;
}
.onayami__bottom--text{
    color: #333;
    font-size: clamp(20px, 5vw, 30px);
    letter-spacing: -1px;
    line-height: 1.5;
}
.onayami__bottom--text-yellow{
    font-weight: 500;
    color: #ffff00;
    background-color: #0011ff;
    border-radius: 3px;
    padding: 0px 5px 2px 5px;
}
.onayami__bottom--text-margin{
    margin: 0 3px;
}
.onayami__bottom--text-m{
    font-size: clamp(21px, 3.5vw, 26px);
}
.onayami__bottom--text-l{
    font-size: clamp(26px, 4.5vw, 32px);
    font-weight: 700;
    border-bottom: 2px #0011ff solid;
}

/* ---------
選べる2つの無料相談方法
--------- */
.select{
    background-color: #EEE;
    padding: 70px 0;
}
.select__inner{
    max-width: 1100px;
    width: 100%;
    padding: 0 24px;
    margin: auto;
}
.select__title{
    margin-bottom: 40px;
}
.title__bottom--text{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #444;
    padding-left: 0;
    text-align: justify;
}

.select__content--wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: column;
    gap: 75px;
}
.select__content-item{
    width: 100%;
    position: relative;
    background: #fff;
    border: 3px solid #DDD;
    max-width: 500px;
    margin: auto;
}
.select__content-link{
    display: block;
    background-color: #fff;
    border-radius: 5px;
    /* border: 3px solid #DDD; */
    position: relative;
}

.select__content-link--ico{
    background-color: #FFF200;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    position: absolute;
    top: -25px;
    right: -14px;
    text-align: center;
}
.select__content-link--ico-text{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #0011FF;
    margin-top: 15px;
}
.select__content{
    padding: 40px 17px 30px;
    position: relative;
}
.select__content01{
    position: relative;
}
.select__content--top01{
    font-size: clamp(14px, 3.5vw, 15px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #21B40D;
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
.select__content--top01::before{
    content: "＼";
    display: block;
    position: absolute;
    left: -25px;
    bottom: -6px;
    height: 20px;
    width: 20px;
}
.select__content--top01::after{
    content: "／";
    display: block;
    position: absolute;
    right: -25px;
    bottom: -6px;
    height: 20px;
    width: 20px;
}

.select__content--top02{
    font-size: clamp(12px, 3vw, 15px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.9px;
    color: #FF8000;
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
.select__content--top02::before{
    content: "＼";
    display: block;
    position: absolute;
    left: -25px;
    bottom: -6px;
    height: 20px;
    width: 20px;
}
.select__content--top02::after{
    content: "／";
    display: block;
    position: absolute;
    right: -25px;
    bottom: -6px;
    height: 20px;
    width: 20px;
}
.select__content--img{
    display: block;
    width: auto;
    height: 110px;
    margin: auto;
}
.select__content--img img{
    width: auto;
    height: 100%;
}
.select__content--title01{
    background-color: #21B40D;
    border-radius: 50px;
    display: block;
    padding: 6px 38px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}
.select__content--title02{
    background-color: #FF8000;
    border-radius: 50px;
    display: block;
    padding: 10px 55px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}
.select__content--text{
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #444;
}
.select__content--line{
    background-color: #ccc;
    height: 1px;
    width: 100%;
    margin: 20px 0;
}
.select__content--item01{
    display: flex;
    align-items: center;
    gap: 10px;
}
.select__content--item-text{
    font-size: 18px;
    font-size: clamp(14px,1vw,17px);
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    /* width: calc(100vw - 120px); */
}
.select__content--list > li:not(:last-child) {
    margin-bottom: 10px;
}
.select__content--item01::before{
    content: "";
    background: url(./img/select-check01.png) no-repeat center center/cover;
    display: inline-flex;
    width: 22px;
    height: 22px;
}
.select__content--item02{
    display: flex;
    align-items: center;
    gap: 10px;
}
.select__content--item02::before{
    content: "";
    background: url(./img/select-check02.png) no-repeat center center/cover;
    display: inline-flex;
    width: 25px;
    height: 25px;
}
.select__content--bottom-text{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #444;
    margin-top: -20px;
}

/* ===============================================
Promise お約束
=============================================== */
.promise{
    padding: 70px 24px ;
}
.promise__inner{
    max-width: 1100px;
    width: 100%;
    margin: auto;
}

.promise__contents--wrap{
    width: 100%;
    margin: 0;
}
.promise__contents{
    display: flex;
    flex-direction: column;
}
.promise__contents:not(:last-child) {
    margin-bottom: 50px;
}
.promise__contents--left{
    display: flex;
    font-family: "Montserrat";
    margin-right: 40px;
    line-height: 1;
    margin-top: -7px;
}
.promise__contents--left-text{
    margin-right: 10px;
    position: relative;
    top: -8px;
    font-size: 12px;
    font-weight: 500;
}
.promise__contents--left-text::after{
    content: "";
    display: inline-block;
    background-color: #0011ff;
    height: 20px;
    width: 1px;
    transform: rotate(40deg);
    margin-left: 10px;
    position: absolute;
    top: 0;
    right: -8px;
}
.promise__contents--left-num{
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 6px;
}
.promise__contents--right{
    color: #333;
}
.promise__contents--title{
    display: inline;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    
}
.promise__contents--title-1{
    display: inline-block;
    padding: 12px 10px;
    line-height: 1;
    background: #fff;
    margin-bottom: 5px;
}
.promise__contents--title-2{
    display: inline-block;
    padding: 12px 10px;
    line-height: 1;
    background: #fff;
    margin-bottom: 15px;
}
.promise__contents--title-blue{
    color: #0011ff;
    border-bottom: 1px #0011ff solid;
}
.promise__contents--text{
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    margin-left: 0;
}

/* ===============================================
Suggestion 適切なご提案が可能
=============================================== */
.suggestion{
    background-color: #F7F7F7;
    padding: 70px 24px;
    position: relative;
}
.suggestion__inner{
    max-width: 1100px;
    width: 95%;
    margin: auto;
}
.suggestion__title{
    margin-bottom: 40px;
}
.suggestion-title__ja--bottom{
    padding-bottom: 0;
}
.title__bottom--text{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #444;
}
.suggestion__content{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}
.suggestion__content--ico{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    background-color: #01F;
    width: 100px;
    height: 30px;
    text-align: center;
    border-radius: 5px 0 0 0;
}
.suggestion__content--list{
    /* max-width: 500px; */
    width: 100%;
    margin: auto;
}
.suggestion__content--list > article:not(:last-child) {
    margin-bottom: 20px;
}
.suggestion__content--img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.suggestion__content--text-area{
    padding: 20px;
    
}
.suggestion__content--title{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1.25px;
    color: #333;
    margin-bottom: 15px;
}
.suggestion__content--title-blue{
    color: #0011FF;
    border-bottom: 1px solid #0011FF;
}
.suggestion__content--text{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #444;
}

/* ===============================================
Service FC Agentの主なサービス紹介
=============================================== */
.service{
    overflow: hidden;
    position: relative;
}

.service__inner{
    margin: auto;
    padding-bottom: 70px;
    background-color: #E8F1FF;
    z-index: 1;
    width: 100%;
}
.service__inner::before{
    content: "";
    display: none;
}

.service__title{
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #E8F1FF;
    border-radius: 0 5px 0 0;
    padding-right: 35px;
    padding-top: 41px;
    margin-top: -41px;
    margin-bottom: 40px;
    padding-left: 24px;
}
.service__top-img-area{
    width: 100vw;
    position: relative;
}
.service__top-img{
    max-width: 100%;
    height: 250px;
    object-fit: cover;
}

.service__contents--wrap{
    position: relative;
    z-index: 1;
    padding: 0 24px;
}
.service__contents--item{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 20px 30px;
    margin: auto;
    margin-bottom: 20px;
    /* max-width: 500px; */
    width: 100%;
}
.sservice__contents--wrap > article:not(:last-child) {
    margin-bottom: 20px;
}
.service__contents--item-title-wrap{
    padding-top: 10px;
}
.service__contents--item-title{
    display: flex;
    align-items: center;
    width: 100%;
}
.service__contents--icon{
    width: 90px;
    height: 90px;
    margin-right: 10px;
}
.service__contents--item-title-en{
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
    color: #0011ff;
    line-height: 1;
    margin-bottom: 1vw;
}
.service__contents--item-title-ja{
    font-size: 16px;
    line-height: 25px;
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
}
.service__contents--item-line{
    height: 1px;
    width: 100%;
    padding: 0 5px;
    background-color: #D5D5D5;
    margin: 15px 0;
}
.service__contents--item-text-area{
    width: 100%;
    padding: 0 5px;
}
.service__contents--item-text{
    color: #333;
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
}
.service__contents--item-text-accent{
    color: #0011ff;
    background-color: #FFF000;
    font-weight: 500;
}


/* ===============================================
Introduce こんなFC本部をご紹介
=============================================== */
.introduce{
    background-color: #F7F7F7;
    padding: 70px 24px;
}
.introduce__inner{
    max-width: 1100px;
    width: 95%;
    margin: auto;
}
.introduce__title{
    margin-bottom: 70px;
}
.title__bottom--text{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #444;
    padding-left: 0;
}
.introduce__title{
    border-bottom: 1px #aaa solid;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.introduce__list--title-wrap{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.introduce__list--title-line{
    background-color: #0011FF;
    height: auto;
    width: 5px;
    border-radius: 30px;
}
.introduce__list--title{
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.25px;
    color: #0011FF;
}

.introduce__list{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 52px;
}
.introduce__item--text{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #333;
    padding-left: 0;
}
.introduce__banner{
    display: block;
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: auto;
    left: 0;
    transform: none;
}
.introduce__banner-img{
    box-shadow: 5px 10px 35px rgb(119, 170, 246, 0.8);
}
.introduce__banner-ico{
    position: absolute;
    right: -15px;
    left:auto;
    top: -30px;
    height: 80px;
    width: auto;
}


/* ===============================================
Important Points FC本部決定で気をつけたい5つのこと
=============================================== */
.important{
    padding: 70px 24px;
}
.important__inner{
    max-width: 1100px;
    width: 100%;
    margin: auto;
}
.important__title{
    margin-bottom: 59px;
}

/* アコーディオン */
.important__contents--wrap{
    padding: 23px 20px 30px;
    background-color: #fff;
    border-radius: 5px;
    
    /* max-width: 500px; */
    width: 100%;
    margin: auto;
}
.important__contents--item {
    
    line-height: 1;
}
.important__contents--item:not(:last-child) {
    border-bottom: 2px solid #d5d5d5;
    margin-bottom: 30px;
    padding-bottom: 27px;
}
.important__contents--title-check{
    width: 21px;
    margin-right: 10px;
    margin-top: -3px;
}
.important__contents--title-check-img{
    width: 100%;
}
.important__contents--title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 0 20px 20px 0;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
}
.important__contents--title::-webkit-details-marker {
    display: none;
}
.important__contents--title::after {
    transform: translateY(-25%) rotate(45deg);
    width: 11px;
    height: 11px;
    margin-left: 0;
    border-bottom: 2px solid #0011ff;
    border-right: 2px solid #0011ff;
    content: '';
    transition: transform .3s;
    position: absolute;
    right: 4px;
}
.important__contents--item[open] summary::after {
    transform: rotate(225deg);
}
.important__contents--text {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0px 9px;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    transition: transform .5s, opacity .5s;
}
.important__contents--item[open] p {
    transform: none;
    opacity: 1;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #444;
}


/* ===============================================
Strength FC Agent 3つの強み
=============================================== */
.strength{
    padding: 70px 24px;
}
.strength__inner{
    width: 100%;
    margin: auto;
}
.strength__title{
    margin-bottom: 72px;
}

.strength__content{
    background-color: #fff;
    padding: 49px 19px 20px;;
    border-radius: 5px;
    margin-bottom: 50px;
    
}
.strength__content--top{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
    flex-direction: column;
}
.strength__content--title-wrap{
    margin-top: -88px;
}
.strength__content--num{
    font-family: "Roboto";
    font-size: 74px;
    font-weight: 700;
    color: #0011ff;
    line-height: 1;
    margin-bottom: 4px;
}
.strength__content--title{
    color: #fff;
    font-size: clamp(18px, 5.6vw, 22px);
    font-weight: 600;
    display: inline;
    line-height: 1.7;
}
.strength__content--title-accent{
    display: inline;
    background-color: #0011ff;
    white-space: nowrap;
    padding: 0px 10px;
}
.strength__content--title-accent-sp{
    display: inline;
    background-color: #0011ff;
    white-space: nowrap;
    padding: 0 0 0 10px;
}
.strength__content--text-area{
    width: 100%;
    height: 100%;
    display: inline-flex;
}
.strength__content--text{
    color: #444;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}

.strength__content--bottom{
    display: flex;
    background-color: #E8F1FF;
    flex-direction: column;
    padding: 25px 0;
    
}
.strength__content--bottom-text-area{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 29px;
    width: 100%;
    display: contents;
}
.strength__content--bottom-text-area-bottom{
    order: 3;
    padding: 0 10px;
}
.strength__content--bottom-top{
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
.strength__content--bottom-title{
    color: #0011ff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 25px;
}
.strength__content--bottom-bg-text{
    background-color: #0011ff;
    line-height: 40px;
    color: #fff;
    border-radius: 40px;
    padding: 10px 10px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1;
}
.strength__content--bottom-text-b{
    color: #444;
    font-size: 14px;
    text-align-last: left;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
}
.strength__content--bottom-figure{
    width: 100%;
}
.strength__content--bottom-picture{
    width: 100%;
}
.strength__content--bottom-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.strength__exclamation-mark{
    letter-spacing: -15px;
    margin-left: -5px;
}
.strength__content--mb0{
    margin-bottom: 0;
}


/* ===============================================
Reviews お客様の声
=============================================== */
.reviews{
    padding-bottom: 70px;
    position: relative;
    background-color: #F7F7F7;
}
.reviews__inner{
    width: 100%;
    padding: 0 24px;
    margin: auto;
}
.reviews__title{
    margin-bottom: 40px;
}

.reviews__list{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    margin: auto;
    margin-bottom: 40px;
    /* max-width: 500px; */

}
.reviews__item{
    background-color: #fff;
    border-top: 5px solid #0011FF;
    border-radius: 5px;
    padding: 10px;
    /* max-width: 600px; */
}
.reviews__item--intro{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    color: #444;
    padding: 15px 10px 0px;
}
.reviews__item--img{
    display: block;
    height: 80px;
    width: 80px;
}
.reviews__item--img img{
    width: 100%;
    height: auto;
}
.reviews__item--title{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.8px;
    color: #0011FF;
    margin-bottom: 15px;
    padding: 0 10px;
}
.reviews__item--text{
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #444;
    text-align: justify;
    padding: 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 25px;
}
.reviews__item--anchor{
    background-color: #E8F1FF;
    text-align: center;
    height: 40px;
    border-radius: 5px;
}
.reviews__item--anchor-text{
    line-height: 40px;
    position: relative;
}
.reviews__item--anchor-text::before{
    content: "";
    display: block;
    background: url(./img/sp/arrow04.png) no-repeat center center/cover;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}
/* コンタクト ボタン */
.reviews__button-bg{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: #0011ff 2px solid;
    position: relative;
    width: min(350px, 100%);
    height: 70px;
    border-radius: 40px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
.reviews__button{
    border: none;
    color: #0011ff;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: -20px;
}
.reviews__button img{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
}
.reviews__button--img{
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 14%;
    pointer-events: none;
}
.reviews__button-bg:hover{
    opacity: 0.7;
    transition: 0.3s;
}


/* ===============================================
Advisor 私たちがご相談に乗ります
=============================================== */
.advisor{
    padding: 70px 24px;
    position: relative;
    background-color: #eee;
    height: 100%;
}
.advisor__inner{
    max-width: 1100px;
    width: 100%;
    margin: auto;
}
.advisor__content{
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    transition-property: transform;
}

.swiper-notification {
  display: none !important;
}
.swiper3-wrap{
  height: auto !important;
  display: block;
}
.swiper3{
    position: relative;
    width: 100%;
    max-width: 800px;
    height: auto !important;
    overflow: hidden;
}
.swiper3 .swiper-wrapper{
    box-sizing: initial;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    max-width: 600px;
    width: 100%;
    margin: auto;
    z-index: 1;
    gap: 10px;
}
.swiper-wrapper>.swiper-slide{
    width: 100%;
    height: auto !important;
}

.advisor__title{
    margin-bottom: 40px;
}
.advisor__content--top{
    padding: 10px;
}
/* .advisor__content--figure{
    width: 100%;
} */
.advisor__content--img{
    width: 100%;
}
.advisor__content--img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.advisor__content--bottom{
    padding: 33px 13px 13px;
    position: relative;
}
.advisor__content--name{
    background-color: #0011ff;
    padding: 0px 12px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 25px;
}
.advisor__content--text{
    margin: auto;
    width: 100%;
    color: #444;
    font-size: 14px;
    font-size: clamp(12px, 1.9vw, 14px);
    line-height: 20px;
    font-weight: 400;
    text-align: justify;
}

/* ---------
サービスの流れ
--------- */
.flow{
    padding: 70px 24px;
    background: #F7F7F7;
}
.flow__inner{
    max-width: 1100px;
    margin: auto;
}
.flow__wrap{
    max-width: 900px;
    margin: auto;
}
.flow__title{
    margin-bottom: 20px;
}
/* flowコピペ */
.flow__wrap--inner {
    padding-left: 0;
}
  
.flow__wrap--inner > li {
    list-style-type: none;
    position: relative;
    padding-left: 90px;
}
  
.flow__wrap--inner > li:not(:last-child) {
    padding-bottom: 30px;
}
/* .flow__wrap--inner > li {
    background-color: #F7F7F7;
} */
  
.flow__wrap--inner > li .flow__icon {
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 100vh;
    display: inline-block;
    background: #0011ff;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}  
.flow__wrap--inner > li:not(:last-child)::before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    top: calc(50% - -60px);
    left: 33px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-right: 5px dotted #aaa;
}  
.flow__item--title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
} 
.flow__item--text {
    background-color: #fff;
    padding: 15px 20px 20px;
    border-radius: 5px;
    margin-left: 0;
    color: #444;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
}
.flow__icon-img{
    width: 45%;
    height: auto;
}
.flow__icon-img-2{
    position: relative;
    left: 5px;
}
.flow__icon-text{
    position: absolute;
    top: -32px;
    color: #0011ff;
    font-size: 16px;
    font-weight: 500;
    background-color: #F7F7F7;
}

/* ===============================================
よくあるご質問
=============================================== */
.faq{
    padding: 70px 24px;
}
.faq__inner{
    width: 100%;
    margin: auto;
}
.faq__title{
    margin-bottom: 40px;
}
.faq--contents__item{
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 20px 15px 30px;
    margin-bottom: 20px;
}
.faq--contents__item--top-text{
    color: #0011ff;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    display: flex;
    align-items: flex-start;
    gap: 7px;
}
.faq--contents__item--top-text::before{
    content: "Q";
    color: #0011ff;
    font-family: "Roboto";
    font-size: 30px;
    font-weight: 600;
}
.faq--contents__item--line{
    height: 1px;
    width: 100%;
    background-color: #D5D5D5;
    margin: 19px 0 16px;
}
.faq--contents__item--bottom{
    display: flex;
    gap: 7px;
}
.faq--contents__item--bottom-title{
    color: #333;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.faq--contents__item--bottom::before{
    content: "A";
    color: #0011ff;
    font-family: "Roboto";
    font-size: 30px;
    font-weight: 600;
}
.faq--contents__item--bottom-text{
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
}

/* ---------
運営会社
--------- */
.info{
    padding: 70px 24px;
}
.info__inner{
    width: 100%;
    margin: auto;
}
.info__title{
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
.info__title-en--circle{
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin-right: 12px;
    background-color: #0011ff;
}
.info__title--ja{
    color: #333;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 1px;
    margin-right: 11px;
}
.info__title--en{
    font-family: "Montserrat";
    font-weight: 600;
    line-height: 1;
    margin-top: 4px;
}

.info__wrap{
    width: 100%;
    margin: auto;
}
.info__row {
    display: flex;
    align-items: center;
    border-bottom: 1px #D5D5D5 solid;
    border-image: linear-gradient(to right, #0011ff 27%, #D5D5D5 27%);
    border-image-slice: 1;
    height: auto;
    padding: 20px 0;
}

.info__content-title,
.info__content-text {
    border: none;
}
  
.info__content-title {
    width: 27%;
    text-align: left;
    padding-left: 10px;
    color: #0011ff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
.info__content-text {
    width: 73%;
    text-align: left;
    padding: 0 10px;
    color: #444;
    font-size: clamp(12px, 3vw, 14px);
    font-weight: 400;
    line-height: 23px;
}
  
/* ---------
フッター
--------- */
.footer{
    width: 100%;
    height: auto;
    background-color: #0011ff;
    padding: 30px 30px 110px;
}
.footer__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    gap: 0;
    flex-direction: column;
}
.footer-link__wrap{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}
.footer__left{
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    flex-direction: column;
    margin-bottom: 38px;
}
.footer__inner--logo{
    width: 130px;
}
.footer__inner--logo img{
    width: 100%;
}
.footer-link__text{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}
.footer-link__line{
    width: 1px;
    height: 14px;
    background-color: #fff;
    margin: 0 20px;
}
.footer__right{
    width: 100%;
    text-align: center;
}
.copy{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

/*sp追従 
----------------------- */
.fixed_btn-sp{
    border-top: #fff solid 1px;
    margin: 0 calc(50% - 50vw);
	width: 100vw;
    cursor: pointer;
    background-color: #0011ff;
    position: fixed;
    bottom: 0;
    z-index: 999;
    /* ▼初期は非表示 */
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}
.fixed_btn-sp.show {
    opacity: 1;
    pointer-events: auto;
}
.fixed_btn-sp-text{
    text-align: center;
    font-size: clamp(20px, 6vw, 25px);
    font-weight: 700;
    line-height: 1;
    color: #fff;
    padding-top: 26px;
    margin-bottom: 29px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}
.fixed_btn-sp img{
    position: absolute;
    top: 50%;
    right: -35px;
    height: 30px;
    width: 30px;
}

}

/* スライダー調整 */
@media screen and (max-width: 500px) {
.swiper3 > .swiper-wrapper{
    box-sizing: initial;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    height: auto;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1;
    gap: 10px;
}
}

/*
contact form 7
*/
/*デフォルトのスタイルを無効化する*/
input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

span.wpcf7-spinner {
    display: none;
}
.wpcf7-list-item-label{
    color: #333;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
}

.wpcf7-form-control-wrap{
    /* width: 75%; */
    text-align: left;
}
.wpcf7-form-control-wrap{
    display: contents;
}
.contact-02--radio-wrap{
    display: contents;
}
.wpcf7-checkbox{
    display: contents;
}
.wpcf7-list-item{
    display: flex !important;
    align-items: center;
    gap: 5px;
    margin: 0 !important;
}
.contact-02__bottom--checkbox>.wpcf7-list-item>input {
    height: 25px;
    width: 25px;
}
.contact__bottom--checkbox>.contact__bottom--check-label>.wpcf7-list-item>label>input{
    height: 25px;
    width: 25px;
}
input{
    height: 25px;
    width: 25px;
}
.contact-02__bottom-block{
    display: block;
    color: #333;
    font-weight: 400;
}
.contact__bottom--check-label>label{
    display: flex;
    align-items: center;
}


/* 確認画面 2 */
.confirm__wrap , .thanks__wrap{
    padding: 120px 20px;
    max-width: 900px;
    margin: auto;
}
.confirm__wrap{

}
.confirm__wrap--title{
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 21px;
}
.thanks__wrap--title{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}
.thanks__attention{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #0011FF;
    background-color: #FFF200;
    padding: 7px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 20px;
}
.thanks__text{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #444;
    text-align: center;
    margin-bottom: 70px;
}
.confirm__wrap .contact-02-box__item-arrow::after {
    display: none;
}
.confirm__wrap .contact-02-box__item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    margin-bottom: 10px;
    width: 100%;
    flex-wrap: wrap;
    gap: 40px;
    color: #333;
    border-bottom: 1px #D5D5D5 solid;
    padding-bottom: 10px;
}
.confirm__wrap .radio-2{
    width: auto;
    height: auto;
}
.confirm__wrap .contact-02--label::before {
    display: none;
}
.confirm__wrap .contact-02--label {
    color: #333;
    padding-left: 0;
    width: 120px;
    text-align: left;
    position: relative;
}
.confirm__wrap .contact-02__bottom {
    position: relative;
    right: 0;
    text-align: left;
    width: auto;
}
.confirm__wrap .contact-02__button-bg {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0011ff;
    position: relative;
    width: 350px;
    height: 70px;
    border-radius: 40px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    margin-top: 60px;
}
.confirm__wrap .contact-02--label{
    cursor: auto;
}
.confirm__wrap .contact-02__bottom--link{
    margin-top: 10px;
}
.wpcf7 form .wpcf7-response-output{
    display: none;
}
.confirm__wrap .contact-02__bottom--link-item{
    pointer-events: none;
    border-bottom: none;
}

/* ===============================================
サンクス
=============================================== */
.thanks__main{
    background-color: #E8F1FF;
}
.thanks__wrap{
    max-width: 1100px;
    width: 100%;
    padding: 120px 20px;
    margin: auto;
}
.thanks__text{
    color: #333;
}
.thanks__content--wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}
.thanks__content-item{
    width: calc(50% - 15px);
    position: relative;
    background: #fff;
    border: 3px solid #DDD;
    border-radius: 5px;
}
.thanks__content-link{
    display: block;
    background-color: #fff;
    position: relative;
}
.thanks__content-link--ico{
    background-color: #FFF200;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    position: absolute;
    top: -20px;
    right: -20px;
    text-align: center;
}
.thanks__content-link--ico-text{
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #0011FF;
    margin-top: 25px;
}

.thanks__content{
    position: relative;
}
.thanks__content--top01{
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.9px;
    color: #fff;
    background-color: #FF8000;
    text-align: center;
    height: 50px;
    width: 100%;
}
.thanks__content--top02{
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.9px;
    color: #fff;
    background-color: #21B40D;
    text-align: center;
    height: 50px;
    width: 100%;
}
.thanks__content--bottom{
    padding: 30px 40px;
}

.thanks__content--img{
    display: block;
    width: auto;
    height: 136px;
    margin: auto;
}
.thanks__content--img img{
    width: auto;
    height: 100%;
}
.thanks__content--title01{
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #333;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
}
.thanks__content--title02{
    border-radius: 50px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
}
.thanks__content--text{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #444;
    text-align: left;
    margin-bottom: 30px;
}
.thanks__content--schedule-button{
    background-color: #FFF200;
    display: block;
    width: clamp(260px, 33vw, 289px);
    height: 60px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    margin: 25px auto 30px;
}
.thanks__content--schedule-button--img{
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 30px;
    height: 30px;
    pointer-events: none;
}
.thanks__content--schedule-button-text{
    font-size: 17px;
    font-weight: 700;
    line-height: 60px;
    color: #333;
    margin-left: -30px;
    width: auto;
    display: inline-block;
}
.thanks__content--interview-button{
    background-color: #FF8000;
    display: block;
    width: clamp(260px, 33vw, 289px);
    height: 60px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    margin: 25px auto 0;
}
.thanks__content--interview-button--img{
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 30px;
    height: 30px;
    pointer-events: none;
}
.thanks__content--interview-button-text{
    font-size: 17px;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
    margin-left: -30px;
    width: auto;
    display: inline-block;
}

.thanks__content--online-button{
    background-color: #21B40D;
    display: block;
    width: clamp(260px, 33vw, 289px);
    height: 60px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    margin: 15px auto 30px;
}
.thanks__content--online-button-top{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #21B40D;
}
.thanks__content--online-button--img{
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 30px;
    height: 30px;
    pointer-events: none;
}
.thanks__content--online-button-text{
    font-size: 17px;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
    width: auto;
    display: inline-block;
}

.thanks__wrap .thanks__button-bg{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #DDD;
    background-color: #FFF;
    position: relative;
    width: 200px;
    height: 50px;
    color: #fff;
    top: 40px;
}
.thanks__button-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #444;
}
.thanks__button--img {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 13px;
    pointer-events: none;
}

.confirm__wrap .contact__form--wrap{
    padding: 0 20px;
    max-width: 900px;
    margin: auto;
}
.confirm__wrap .contact__form{
    max-width: 900px;
    margin: auto;
    position: relative;
}
.confirm__wrap .contact__inner{
    margin: auto;
    margin-bottom: 20px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .confirm__wrap .contact-02-box__item {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin: auto;
        margin-bottom: 20px;
        width: 100%;
        flex-wrap: wrap;
        gap: 5px;
        color: #333;
        border-bottom: 1px #D5D5D5 solid;
        padding-bottom: 10px;
        flex-direction: column;
    }

    .confirm__wrap .contact-02__button-bg {
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #0011ff;
        position: relative;
        width: min(350px, 90%);
        height: 70px;
        border-radius: 40px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
        margin-top: 60px;
    }

    /* ===============================================
    サンクス
    =============================================== */
    .thanks__main{
        background-color: #E8F1FF;
    }
    .thanks__wrap{
        max-width: 1100px;
        width: 100%;
        padding: 120px 24px 70px;
    }
    .thanks__wrap--title {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.5;
        color: #333;
        text-align: center;
        margin-bottom: 20px;
    }
    .thanks__attention{
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
        color: #0011FF;
        background-color: #FFF200;
        padding: 7px;
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        margin-bottom: 20px;
    }
    .thanks__text{
        color: #333;
        text-align: justify;
        max-width: 500px;
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
    }
    .thanks__content--wrap{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 30px;
    }
    .thanks__content-item{
        max-width: 500px;
        width: 100%;
        position: relative;
        background: #fff;
        border: 3px solid #DDD;
        border-radius: 5px;
        margin: auto;
    }
    .thanks__content-link{
        display: block;
        background-color: #fff;
        position: relative;
    }
    .thanks__content-link--ico{
        background-color: #FFF200;
        border-radius: 50%;
        height: 100px;
        width: 100px;
        position: absolute;
        top: -20px;
        right: -20px;
        text-align: center;
    }
    .thanks__content-link--ico-text{
        font-size: 26px;
        font-weight: 700;
        line-height: 1;
        color: #0011FF;
        margin-top: 25px;
    }

    .thanks__content{
        position: relative;
    }
    .thanks__content--top01{
        font-size: 18px;
        font-weight: 700;
        line-height: 50px;
        letter-spacing: 0.9px;
        color: #fff;
        background-color: #FF8000;
        text-align: center;
        height: auto;
        width: 100%;
    }
    .thanks__content--top02{
        font-size: 18px;
        font-weight: 700;
        line-height: 50px;
        letter-spacing: 0.9px;
        color: #fff;
        background-color: #21B40D;
        text-align: center;
        height: auto;
        width: 100%;
    }
    .thanks__content--bottom{
        padding: 25px 18px;
    }

    .thanks__content--img{
        display: block;
        width: auto;
        height: 136px;
        margin: auto;
    }
    .thanks__content--img img{
        width: auto;
        height: 100%;
    }
    .thanks__content--title01{
        display: block;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        color: #333;
        text-align: center;
        margin: auto;
        margin-bottom: 15px;
    }
    .thanks__content--title02{
        border-radius: 50px;
        display: block;
        font-size: 20px;
        font-weight: 700;
        line-height: 32px;
        color: #333;
        text-align: center;
        margin-bottom: 15px;
    }
    .thanks__content--text{
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        color: #444;
        text-align: left;
        margin-bottom: 30px;
    }
    .thanks__content--schedule-button{
        background-color: #FFF200;
        display: block;
        /* width: clamp(260px, 33vw, 289px); */
        width: min(260px, 100%);
        height: 60px;
        text-align: center;
        border-radius: 50px;
        position: relative;
        margin: 25px auto 30px;
    }
    .thanks__content--schedule-button--img{
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        width: 30px;
        height: 30px;
        pointer-events: none;
    }
    .thanks__content--schedule-button-text{
        font-size: clamp(14px, 4vw, 17px);
        font-weight: 700;
        line-height: 60px;
        color: #333;
        margin-left: -30px;
        width: auto;
        display: inline-block;
    }
    .thanks__content--interview-button{
        background-color: #FF8000;
        display: block;
        /* width: clamp(260px, 33vw, 289px); */
        width: min(260px, 100%);
        height: 60px;
        text-align: center;
        border-radius: 50px;
        position: relative;
        margin: 25px auto 0;
    }
    .thanks__content--interview-button--img{
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        width: 30px;
        height: 30px;
        pointer-events: none;
    }
    .thanks__content--interview-button-text{
        font-size: 17px;
        font-weight: 700;
        line-height: 60px;
        color: #fff;
        margin-left: -30px;
        width: auto;
        display: inline-block;
    }

    .thanks__content--online-button{
        background-color: #21B40D;
        display: block;
        /* width: clamp(260px, 33vw, 289px); */
        width: min(260px, 100%);
        height: 60px;
        text-align: center;
        border-radius: 50px;
        position: relative;
        margin: 15px auto 0;
    }
    .thanks__content--online-button-top{
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #21B40D;
    }
    .thanks__content--online-button--img{
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        width: 30px;
        height: 30px;
        pointer-events: none;
    }
    .thanks__content--online-button-text{
        font-size: 17px;
        font-weight: 700;
        line-height: 60px;
        color: #fff;
        width: auto;
        display: inline-block;
    }

    .thanks__wrap .thanks__button-bg{
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        border: 1px solid #DDD;
        background-color: #FFF;
        position: relative;
        width: min(200px, 100%);
        height: 50px;
        color: #fff;
        top: 0;
    }
    .thanks__button-text{
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #444;
    }
    .thanks__button--img {
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        width: 13px;
        pointer-events: none;
    }
}


/* ===============================================
プライバシーポリシー
=============================================== */
.sub{
    max-width: 1100px;
    width: 90%;
    margin: auto;
    color: #333;
    padding-top: 120px;
}
.subTitle {
    margin-bottom: 20px;
}
.subBox {
    font-size: 16px;
    line-height: 1.8;
}
.subText {
    margin-bottom: 20px;
}
.subCont-link{
    cursor: pointer;
    text-decoration: underline;
}
.subCont {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #aaa;
}
.subCont-bn{
    border-bottom: none;
}
.subText-mb {
    margin-bottom: 80px;
}


/*
スライダー
*/
.slider{
    overflow:hidden;
    white-space: nowrap;
    height: 170px;
    position: relative;
    top: -72px;
    width: 250%;
}
.slider-item{
    width: auto;
    height: auto;
    line-height: 1;
    margin-right: 32px;
}
.slider-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.benefits__bottom{
    position: relative;
    top: clamp(-120px, -8vw, -50px);
}

.slider {
    transition: none;
    height: auto;
}

@media screen and (max-width: 768px) {
    .benefits__bottom{
        position: relative;
        top: -60px;
    }
    .slider{
        overflow:hidden;
        white-space: nowrap;
        height: auto;
        position: relative;
        top: clamp(-80px,100vw,-40px);
        width: 800%;
    }
    .slider-item{
        width: auto;
        height: auto;
        line-height: 1;
        margin-right: 32px;
    }
    .slider-item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .slick-track{
        height: 100%;
    }
    .slick-list{
        height: 100%;
    }
    .benefits__bottom{
        position: relative;
        top: clamp(-72px, -8vw, -30px);
    }
}

/* toC遷移バナー */
.show--pc {
    display: block;
  }
  .to-c-pc{
    width: 550px;
    margin: auto;
  }
  .to-c-pc img{
    width: 100%;
  }
  .to-c-pc:hover{
    opacity: 0.7; 
  }
  .show--sp {
    display: none;
  }
  .to-c__wrap{
    padding: 30px 0;
    margin: auto;
    width: 100%;
  }
@media screen and (max-width: 768px) {
  .show--pc {
    display: none;
  }
  .show--sp {
    display: block;
  }
  .to-c-sp{
    width: clamp(270px, 80vw, 330px);
    margin: auto;
  }
  .to-c-sp img{
    width: 100%;
  }
  .to-c__wrap{
    padding: 30px 0;
    margin: auto;
    width: 100%;
  }
  .to-c-sp{
    margin: auto;
  }
}


.main-content{
    height: 100%;
    position: relative;
    background-color: #F7F7F7;
    z-index: 0;
    padding-bottom: 120px;
}
.main-content__bg-container{
    max-width: 1100px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
}
.main-content__bg-container>.bg-grid>span{
}
.floating-arrow{
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 50;
    right: 5%;
    bottom: 20px;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: hidden;
    pointer-events: none;
}
.floating-arrow-img{
    width: 100%;
    height: 100%;
}
.floating-arrow-img img{
    width: 100%;
    height: auto;
}
.floating-arrow.show {
    opacity: 1; /* 不透明にして表示 */
    visibility: visible; /* 見える状態に */
    pointer-events: auto; /* クリックできるようにする */
}


/* ===============================================
下層：ヘッダー
=============================================== */
.sub-header{
    height: 70px;
    width: 100%;
    display: flex;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
}
.sub-header__inner{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    margin: auto;
    position: relative;
}
.sub-header__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    width: 100%;
    padding-right: 30px;
}
.sub-header__inner--logo{
    display: inline-block;
    width: 110px;
    height: auto;
    margin-bottom: 0;
}
.sub-header__inner--logo img{
    width: 100%;
    height: auto;
}
.sub-header__to-b-link{
    display: flex;
    gap: 11px;
    align-items: center;
    border-bottom: 1px #444444 solid;
    line-height: 2.5;
    align-items: center;
    position: relative;
    padding-right: 15px;
    color: #444444;
    width: auto;
    cursor: pointer;
}

.sub-header-link__inner--text{
    color: #444;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.65px;
    margin-top: -2px;
}
.sub-header-link__arrow{
    width: 7px;
    height: 4px;
    position: absolute;
    right: 0;
    top: 44%;
    transform: translateY(-50%);
}
.sub-header-link__arrow img{
    width: 100%;
    height: auto;
}
.sub-header__contact-btn{
    background-color: #0011ff;
    height: 100%;
    width: 250px;
    padding-left: 30px;
    padding-right: 50px;
}
.sub-header__contact-btn img{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.sub-header__contact-btn--text{
    font-size: 22px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 1.1px;
    color: #fff;
    width: auto;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    /* .sub-header__to-b-link{
        display: none;
    }
    .sub-header__contact-btn{
        display: none;
    } */
}

/* ===============================================
404
=============================================== */
.page-404{
    max-width: 1100px;
    width: 100%;
    margin: 160px auto 110px;
    color: #333;
}
.page-404__title{
    margin-bottom: 10px;
}
.page-404__text{
    margin-bottom: 40px;
}
/* ===============================================
下層：REVIEWS お客様の声
=============================================== */
.main-sub{
    margin-top: 70px;
    background-color: #E8F1FF;
    padding: 81px 0 50px;
    position: relative;
}
.main-sub__bg-container {
    position: absolute;
    max-width: 1100px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.main-sub__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: auto;
}
.main-sub__title--wrap{
    width: 63%;
}
.main-sub__title{
    color:  #0011ff;
    font-family: "Montserrat";
    font-size: 80px;
    font-size: clamp(40px,7.5vw,80px);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 8px;
    line-height: 1;
    width: 63%;
    position: relative;
}
.main-sub__title-en{
    display: block;
    position: relative;
    width: 100%;
    padding-left: 34px;
}
.main-sub__title-en::before{
    content: "";
    display: block;
    background: url(./img/cmn-title-icon01.png) no-repeat center center/cover;
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.main-sub__title-jp{
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2.4px;
    margin-top: 25px;
    position: relative;
    padding-left: 34px;
    width: 100%;
    color: #333;
}
.main-sub__img{
    display: block;
    width: 37%;
}
.punkuz__wrap{
    max-width: 1100px;
    width: 100%;
    margin: auto;
    position: relative;
}
.punkuz__bg-container {
    position: absolute;
    max-width: 1100px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.punkuz{
    width: 100%;
    margin: 2rem auto 2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    color: #444;
    text-align: right;
}
.punkuz li {
    font-size: 13px;
    font-weight: 400;
    color: #444;
}
.punkuz li:not(:last-child) {
    margin-right: 10px;
}
.lead-text__wrap{
    max-width: 1100px;
    width: 100%;
    margin: auto;
    padding: 52px 0 70px;
}
.lead-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #444;
}
.sub-reviewes__list--wrap{
    max-width: 1100px;
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 120px;
    
}
.sub-reviewes__list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
}
.sub-reviews__item{
    width: 352px;
    height: 390px;
    background-color: red;
    border-radius: 5px;
    border-top: 5px #0011FF solid;
    padding: 10px;
}
/* .sub-reviews__item:not(:last-child){
    margin-bottom: 21px;
} */

.sub-contact{
    background: #fff;
    padding: 46px 0 50px 0;
    position: relative;
    max-width: 1240px;
    width: 100%;
    margin: auto;
    margin-top: 0;
    z-index: 3;
    border-radius: 5px;
    box-shadow: 5px 10px 35px 0 rgba(119, 170, 246, 0.20);
}

@media screen and (max-width: 768px) {
    .main-sub{
        padding: 40px 24px 15px;
    }
    .main-sub__inner{
        flex-direction: column;
        width: 100%;
    }
    .main-sub__title{
        width: 100%;
        position: relative;
    }
    .main-sub__title-en{
        color:  #0011ff;
        font-family: "Montserrat";
        font-size: 45px;
        font-size: min(45px,100%);
        font-style: normal;
        font-weight: 700;
        letter-spacing: 2.25px;
        line-height: 1;
        padding-left: 20px;
    }
    .main-sub__title-en::before{
        content: "";
        display: block;
        background: url(./img/cmn-title-icon01.png) no-repeat center center/cover;
        height: 14px;
        width: 14px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .main-sub__title-jp{
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 1.6px;
        color: #333;
        padding-left: 20px;
        margin-top: 15px;
    }
    .main-sub__img{
        width: 85%;
        margin-top: 36px;
    }
    .punkuz{
        padding: 0 24px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .lead-text__wrap{
        width: 100%;
        padding: 24px 24px 50px;
    }
    .lead-text{
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
    }

            
}