@charset "UTF-8";
/*
Theme Name: FC Agent to B
Author: FC Agent to B
*/
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;
}
.red{
    color: #FF0000;
}
.white{
    color: #fff;
}
.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-red{
    background-color: #ff0000;
}
/* タイトル */
.title__en--circle{
    width: 16px;
    height: 16px;
    background-color: #ff0000;
    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;
}
/* セクション */
.section-01{
    background-color: #fff;
}
.section-02{
    background-color: #F7F7F7;
}
.section-03{
    background-color: #eee;
}

.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{
    border-left: 1px solid #323232;
    /* mix-blend-mode: multiply; */
    height: 100%;
    width: 1px;
    opacity: 0.1;
}
.bg-line-3 {
    border-right: 1px solid #323232;
    /* mix-blend-mode: multiply; */
    height: 100%;
    width: 20%;
    opacity: 0.1;
}

/* ---------
ヘッダー
--------- */
.header{
    height: 77px;
    width: 100%;
    display: flex;
    position: fixed;
    background: #fff;
    z-index: 10;
}
.header__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    width: 100%;
    padding: 0 20px 0 25px;
    margin: auto;
}
.header__inner--logo{
    display: inline-block;
    width: 350px;
    width: clamp(300px, 22vw, 350px);
    margin-bottom: 0;
}
.header__inner--logo img{
    width: 100%;
}
.header-link{
    background-color: #FF0000;
    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-link__inner--text{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    margin-top: -2px;
}
.header-link__arrow{
    width: 27px;
    height: 27px;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
}
.header-link__arrow img{
    width: 100%;
    height: auto;
}

/* ---------
MV
--------- */
.mv{
    background-color: #ff0000;
    height: 623px;
    position: relative;
    overflow: hidden;
}
.mv-bg{
    height: 100vh;
    background: linear-gradient(173.61deg, rgba(230, 6, 6, 0) 66.16%, rgba(63, 0, 0, 0.3) 97.38%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* padding-right: 1vw; */
    /* padding-left: min(18vw, 250px); */
    padding-top: 77px;
}
.mv__inner{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-right: -200px;
}
.mv-text-area{
    text-align: center;
    width: 100%;
    width: 35%;
    margin-top: -60px;
    z-index: 1;
    position: relative;
    left: 10px;
}

@media only screen and (max-width: 768px){
    .mv-text-area{
    display: contents;
}
}
.mv-text-area__top--text01{
    font-size: clamp(20px, 1.6vw, 24px);
    font-weight: 700;
    margin-bottom: 10px;
}
.bg-white{
    background-color: #fff;
}
.mv-text-area__top--text02{
    font-size: clamp(19px, 1.6vw, 26px);
    font-weight: 600;
    color: #fff;
    letter-spacing: 3px;
}
.mv-text-area__logo{
    width: clamp(350px , 40vw , 550px);
    margin: auto;
    /* margin-bottom: 9px; */
}
.mv-text-area__logo img{
    width: 100%;
}
.mv-text-are__logo-text{
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 600;
    margin-bottom: 13px;
    letter-spacing: 3px;
    line-height: 40px;
    margin-top: -10px;
}
.mv-text-area__bottom{
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 2px;
}
.mv__bottom{
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    gap: 16px;
    width: 90%;
}
.mv__bottom--item{
    background-color: #fff;
    border-radius: 40px;
    padding: 5px 19px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    text-align: center;
}
.mv__bottom--item-text{
    font-size: clamp(16px, 1.6vw, 18px);
    font-weight: 700;
    line-height: 1.1;
    position: relative;
    top: 2px;
}
.mv__bottom--item-text-num{
    font-size: clamp(20px, 2vw, 34px);
    font-family: "Robot";
    letter-spacing: -1px;
    margin: 0 3px;
    display: inline-block;
    padding-top: 2px;
    position: relative;
    top: -1px;
}
.mv__bottom--item-text-l{
    font-size: clamp(18px, 1.6vw, 26px);
    position: relative;
    top: -1px;
}
.mv__bottom--item-text-s{
    position: relative;
    top: -4px;
}
.mv__img-area{
    overflow: hidden;
    height: auto;
    width: clamp(600px, 42vw, 630px);
    align-items: center;
    position: relative;
    right: 20px;
}
.mv__img-area img{
    height: 120%;
    width: 100%;
    object-fit: contain;
}
@media (max-width: 1100px) and (min-width: 769px) {
    .mv__bottom--item-text-s{
        position: relative;
        top: 0;
    }
    .mv__bottom--item-text-s-2{
        position: relative;
        top: -2px;
    }
    .mv__bottom--item-text{
        position: relative;
        top: 0;
    }
}

/* ---------
コンタクト-01
--------- */
.contact{
    background: #fff;
    padding: 46px 0 50px 0;
    position: relative;
    z-index: 1;
}
.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: #FFACAC;
      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: #77AAF6;
      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: #FF0000;
    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--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: #ff0000;
    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: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 14%;
    pointer-events: none;
}

/* ---------
サポート
--------- */
.support{
    background-color: #F7F7F7;
    width: 100%;
    padding: 143px 0 129px 0;
    position: relative;
}
.support-inner{
    max-width: 1100px;
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.support__top{
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
    margin-top: -40px;
}
.support__top-icon{
    background-image: url(/wp-content/themes/fc-agent-b/img/support-ico-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 105px;
    width: 105px;
    position: absolute;
    top: 0;
    right: -20%;
}
.support__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;
}
.support__top-icon--text-02{
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
}
.support__top--title-s{
    font-size: 26px;
    font-weight: 500;
    color: #333;
}
.support__top--title{
    font-size: clamp(40px, 3vw, 46px);
    font-weight: 700;
    text-align: center;
    line-height: 65px;
    margin-bottom: 20px;
    color: #333;
}
.dot{
    position: relative;
}
.dot::before{
    content: "・";
    color: #FF0000;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 44px;
    white-space: nowrap;
}
.support__lead{
    color: #444;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
}
.support__contents--wrap{
    display: flex;
    max-width: 1100px;
    gap: 20px;

    margin-bottom: 40px;
}
.support__contents--item{
    position: relative;
    width: 33%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.support__contents--item-num{
    background-color: #ff0000;
    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;
}
.support__contents--item-img{
    width: 100%;
    height: auto;
}
.support__contents--item-img img{
    width: 100%;
}
.support__contents--item-text-area{
    padding: 23px clamp(16px, 2vw, 30px);  
    background-color: #fff; 
    border-radius: 0 0 5px 5px;
}
.support__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;
}
.support__contents--item-text{
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

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

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

/* ---------
なぜフランチャイズなのか
--------- */
.benefits{
    padding-top: 40px;
    margin-bottom: -184px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.benefits__title{
    margin-bottom: 30px;
}
.benefits-title__ja--top{
    width: 90%;
}
.benefits__wrap{
    position: relative;
}
.benefits__inner{
    display: flex;
    justify-content: center;
    max-width: 1100px;
    width: 95%;
    margin: auto;
    position: relative;
    z-index: 1;
    align-items: center;
}
.benefits__text-area{
    width: 55%;
    margin-top: 40px;
}

.benefits__text-area--bottom{
    color: #444;
    margin-left: 24px;
    width: 80%;
    font-weight: 400;
}
.benefits__merit--figure{
    width: 45%;
}
.benefits__img{
    width: 60%;
}
.benefits__img img{
    width: 100%;
}
.benefits__bg-en--wrap{
    overflow: hidden;
    margin-top: -90px;
}
.benefits__bg-en{
    color: #e5e5e5;
    font-family: "Montserrat";
    font-size: 130px;
    font-weight: 700;
    line-height: 1.4;
    /* width: 100%; */
    white-space: nowrap;
}
/* @keyframes marquee-left {
    100% {
      transform: translateX(-100%);
    }
  } */

.benefits__bottom--inner{
    display: flex;
    align-items: flex-end;
    margin-top: -56px;
    width: 100%;
    padding-right: 20px;
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: auto;
    position: relative;
}
.benefits__bottom--img-figure{
    margin-left: calc(50% - 50vw);
}

.benefits__bottom--img{
    width: 100%;
    height: clamp(450px, 30vw, 560px);
    object-fit: cover;
}
@media screen and (min-width:769px) and ( max-width:900px) {
    .benefits__bottom--img{
        width: 100%;
        height: 450px;
        object-fit: cover;
        object-position: -250px center;
    }
}

.benefits__bottom--text-area{
    background-color: #fff;
    padding: 109px 40px 59px;
    padding: 7% 2.3% 3%;
    padding-left: clamp(32px, 3.5vw, 40px);
    padding-right: clamp(32px, 3.5vw, 40px);
    padding-top: clamp(100px, 6.5vw, 109px);
    padding-bottom: clamp(50px,4vw,59px);
    width: clamp(400px,30vw,480px);
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
}
.benefits__bottom--title{
    color: #fff;
    position: absolute;
    top: -30px;
    left: -30px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    gap: 5px;
    line-height: 1.5;
    flex-direction: column;
    font-size: clamp(26px, 2vw, 30px);
    font-size: 30px;
    font-weight: 700;
}
.benefits__bottom--title-1,.benefits__bottom--title-2{
    padding-left: 15px;
    padding-right: 11px;
    background-color: #ff0000;
    display: inline-block;
}
.benefits__bottom--title-1{
    margin-bottom: 5px;
}
.benefits__bottom--text{
    color: #444;
    font-size: clamp(14px, 1vw, 16px);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.benefits__bottom--text-red{
    color: #ff0000;
    border-bottom: 1px #ff0000 solid;
    font-weight: 500;
}


/* ---------
適切なご提案が可能
--------- */
.suggestion{
    padding-top: 120px;
    padding-top: 200px;
    padding-bottom: 120px;
    position: relative;
}
.suggestion__inner{
    max-width: 1100px;
    width: 95%;
    margin: auto;
}
.suggestion__title{
    border-bottom: 1px #aaa solid;
    margin-bottom: 70px;
}
.title__ja--under-line{
    padding-bottom: 42px;
}

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

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

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

.service__title{
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #eee;
    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;
}

.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);
    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: #ff0000;
    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;
}
.service__contents--item-text-accent{
    color: #ff0000;
    background-color: #FFF000;
    font-weight: 500;
}

/* ---------
FC本部決定で気をつけたい5つのこと
--------- */

.important{
    padding-top: 120px;
    position: relative;
}
.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;
    border-bottom: 2px solid #d5d5d5;
}
.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: 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 #ff0000;
    border-right: 2px solid #ff0000;
    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;
}
.important__contents--item-2{
    border-bottom: none;
}

/* ---------
FC Agent 3つの強み
--------- */
.strength{
    padding: 120px 0;
    position: relative;
}
.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: #ff0000;
    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: #ff0000;
    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;
}

.strength__content--bottom{
    display: flex;
    background-color: #FBE0E0;
    
}
.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: #ff0000;
    font-size: clamp(24px,3vw,28px);
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 1vw;
}
.strength__content--bottom-bg-text{
    background-color: #ff0000;
    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;
}

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

.advisor__contents--wrap{
    display: flex;
    justify-content: space-between;
    gap: 19px;
}

.advisor__content{
    background-color: #fff;
    border-radius: 5px;
    width: 260px;
}
.advisor__content--top{
    padding: 10px;
    padding-bottom: 15px;
}
.advisor__content--figure{
    width: 100%;
}
.advisor__content--img{
    width: 100%;
}
.advisor__content--bottom{
    padding: 56px 15px 29px 20px;
    position: relative;
}
.advisor__content--name{
    background-color: #ff0000;
    padding: 4px 12px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
}
.advisor__content--text{
    margin: auto;
    width: 100%;
    color: #444;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    text-align: justify;
}
@media screen and (min-width:769px) and ( max-width:900px) {
    .advisor__contents--wrap{
        display: flex;
        justify-content: space-between;
        gap: 19px;
        flex-wrap: wrap;
        width: 80%;
        margin: auto;
        position: relative;
    } 
    .advisor__content{
        background-color: #fff;
        border-radius: 5px;
        width: calc(100% / 2 - 10px);
    }
    .advisor__inner {
        width: 95%;
        margin: auto;
    }
}

/* ---------
サービスの流れ
--------- */
.flow{
    padding: 120px 20px;
    position: relative;
}
.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: #ff0000;
    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;
}
.flow__icon-img{
    width: 45%;
    height: auto;
}
.flow__icon-img-2{
    position: relative;
    left: 5px;
}
.flow__icon-text{
    position: absolute;
    top: -32px;
    color: #ff0000;
    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;
}
.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: #ff0000;
    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: #ff0000;
    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: #ff0000;
    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-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: #ff0000;
    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: #ff0000;
    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: #ff0000;
      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--radio-wrap{
    background-color: transparent;
    border: none;
}
.contact-02-box__item-02::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;
}

/* ラジオボタン引用 */
.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: #FF0000;
    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: #ff0000;
    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 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: #ff0000;
}
.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, #ff0000 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: #ff0000;
    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;
}
  

/* ---------
フッター
--------- */
.footer{
    width: 100%;
    height: auto;
    background-color: #ff0000;
    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__left{
    display: flex;
    align-items: center;
    gap: 30px;
    width: 80%;
}
.footer__inner--logo{
    width: 170px;
}
.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;
}


/* ///////////////////////////////////////////
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: 30px;
    line-height: 40px;
    letter-spacing: 0;
}

 /* ---------
ヘッダー
--------- */
.header{
    height: 55px;
    width: 100%;
    display: flex;
    position: fixed;
    background: #fff;
    z-index: 10;
}
.header__inner{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 1600px;
    width: 100%;
    padding: 0 20px 0 25px;
    margin: auto;
}
.header__inner--logo{
    display: inline-block;
    width: 254px;
    /* width: clamp(300px, 22vw, 350px); */
    margin-bottom: 0;
}
.header__inner--logo img{
    width: 100%;
}
.header-link{
    display: none;
}


/* ---------
MV
--------- */
.mv{
    background-color: #ff0000;
    height: 681px;
    position: relative;
    overflow: hidden;
    padding-top: 0;
}
.mv-bg{
    height: 100vh;
    background: linear-gradient(105.5deg, #DD0000 3.71%, #FF0000 41.39%, #E60606 67.29%, #C10000 101.68%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* padding-right: 1vw; */
    /* padding-left: min(18vw, 250px); */
    padding-top: 83px;
}
.mv__inner{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.mv-text-area{
    text-align: center;
    width: 100%;
    width: 35%;
    margin-top: -60px;
    z-index: 1;
    position: relative;
    left: 10px;
    order: 1;
}
.mv-text-area__bottom--sp{
    order: 2;
    z-index: 1;
    margin-top: 30px;
}

.mv-text-area__top--sp{
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}
.mv-text-area{
    display: contents;
}
.mv-text-area__top{
    margin-bottom: 9px;
}
.mv-text-area__top--text01{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
.bg-white{
    background-color: #fff;
}
.mv-text-area__top--text02{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}
.mv-text-area__logo{
    width: 550px;
    width: clamp(350px , 40vw , 550px);
    width: 330px;
    margin: auto;
    margin-bottom: 9px;
    height: 65px;
    margin-top: -13px;
}
.mv-text-area__logo img{
    width: 100%;
}
.mv-text-are__logo-text{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 2px;
    line-height: 29px;
    text-shadow: 0px 0px 15px #B20000;
}
.mv-text-area__bottom{
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 2px;
}
.mv__bottom{
    display: none;
}
.mv__img-area{
    overflow: hidden;
    height: auto;
    width: 390px;
    align-items: center;
    position: relative;
    right: 0;
    top: 75px;
}
.mv__img-area img{
    height: auto;
    width: 100%;
    object-fit: contain;
}
.mv__img-area--icon-sp{
    background-image: url(/wp-content/themes/fc-agent-b/img/mv-ico-bg-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: 105px;
    position: absolute;
    top: 30px;
    left: 16px;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 10px 20px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mv__img-area--icon-sp-text{
    line-height: 0.8;
    margin-top: -3px;
}
.mv__img-area--icon-sp-num{
    font-size: 36px;
    line-height: 0.7;
}
.mv__img-area--icon-sp-text-m{
    font-size: 16px;
    line-height: 1;
}
.mv__img-area--icon-sp-text-rl{
    font-size: 7px;
    writing-mode: vertical-rl;
    line-height: 1;
}
.mv__img-area--icon-sp-text-flex{
    display: flex;
    align-items: flex-end;
    margin-top: 4px;
}

/* ---------
コンタクト-01
--------- */
.contact{
    background: #fff;
    padding: 25px 0 50px 0;
    position: relative;
    z-index: 1;
}
.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: #FF0000;
    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;
    margin-bottom: 21px;
    flex-direction: column;
}
.contact-box__item{
    width: 100%;
    position: relative;
    height: auto;
}
.contact-box__item::after{
    content: "必須";
      color: #fff;
      background: #FFACAC;
      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: #77AAF6;
      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: #FF0000;
    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: #ff0000;
    position: relative;
    width: 287px;
    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;
}

/* ---------
サポート
--------- */
.support{
    background-color: #F7F7F7;
    width: 100%;
    padding: 47px 24px 70px;
}
.support-inner{
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.support__top{
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    margin-top: 0px;
}
.support__top-icon{
    background-image: url(/wp-content/themes/fc-agent-b/img/support-ico-bg-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 40px;
    width: 200px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.support__top-icon--text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    line-height: 17px;
    margin-top: -7px;
    letter-spacing: 1px;
}
.support__top-icon--text-02{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.support__top--title-s{
    font-size: 20px;
    font-weight: 500;
    color: #333;
}
.support__top--title{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 38px;
    margin-bottom: 10px;
    color: #333;
}
.dot{
    position: relative;
}
.dot::before{
    content: "・";
    color: #FF0000;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 32px;
    white-space: nowrap;
    line-height: 1;
}
.dot-wrap{
    line-height: 2;
}
.support__lead{
    color: #444;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    text-align-last: left;
}
.support__contents--wrap{
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    gap: 20px;
    margin-bottom: 30px;
}
.support__contents--item{
    position: relative;
    width: 33%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
}
.support__contents--item-num{
    background-color: #ff0000;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    width: 100px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    border-radius: 5px 0 0 0;
}
.support__contents--item-img{
    width: 100%;
    height: auto;
}
.support__contents--item-img img{
    width: 100%;
}
.support__contents--item-text-area{
    padding: 23px clamp(16px, 2vw, 30px) 33px;   
}
.support__contents--item-title{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
    line-height: 30px;
}
.support__contents--item-text{
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

 .triangle{
    width: 76px;
    height: auto;
    margin-bottom: 21px;
 }
 .triangle img{
    width: 100%;
 }
.support__bottom{
    text-align: center;
}

.exclamation-mark{
    letter-spacing: -20px;
    margin-left: -10px;
}
.support__bottom--text{
    color: #333;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.4;
    white-space: nowrap;
}
.support__bottom--text-yellow{
    font-weight: 500;
    color: #ffff00;
    background-color: #ff0000;
    border-radius: 3px;
    padding: 0px 5px;
}
.support__bottom--text-margin{
    margin: 0 3px;
}
.support__bottom--text-m{
    font-size: clamp(26px, 3vw, 40px);
}
.support__bottom--text-l{
    font-size: 30px;
    font-weight: 700;
    border-bottom: 1px #ff0000 solid;
    line-height: 47px;
}

/* ---------
なぜフランチャイズなのか
--------- */
.benefits{
    padding-top: 0;
    margin-bottom: -108px;
}

.benefits__title{
    margin-bottom: 30px;
}
.benefits__inner{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
    flex-direction: column;
}
.benefits__text-area{
    width: 100%;
    margin-top: 70px;
    padding: 0 24px;
}

.benefits__text-area--bottom{
    color: #444;
    margin-left: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
}
.benefits__merit--figure{
    width: 100%;
}
.benefits__img{
    width: 60%;
}
.benefits__img img{
    width: 100%;
}
.benefits__bg-en--wrap{
    overflow: hidden;
    margin-top: -70px;
}
.benefits__bg-en{
    color: #e5e5e5;
    font-family: "Montserrat";
    font-size: 100px;
    font-weight: 700;
    line-height: 1.4;
    width: 100%;
    white-space: nowrap;
    object-fit: contain;
}
/* @keyframes marquee-left {
    100% {
      transform: translateX(-100%);
    }
  } */

.benefits__bottom--inner{
    display: flex;
    align-items: flex-end;
    margin-top: -20px;
    width: 100%;
    padding-right: 0px;
    flex-direction: column;
    padding-left: 24px;
}
.benefits__bottom--img-figure{
    width: 110%;
    padding-right: 24px;
}
.benefits__bottom--img-picture{
    width: 100%;
}
.benefits__bottom--img{
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 0 5px 0 0;
}

.benefits__bottom--text-area{
    background-color: #fff;
    padding: 109px 40px 59px;
    padding: 0;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 24px 50px;
}
.benefits__bottom--title{
    color: #fff;
    position: relative;
    top: -20px;
    left: -60px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    gap: 5px;
    line-height: 1.5;
    flex-direction: column;
    font-size: 22px;
    font-weight: 700;
}
.benefits__bottom--title-1,.benefits__bottom--title-2{
    padding-left: 35px;
    padding-right: 11px;
    background-color: #ff0000;
    display: inline-block;
    height: 35px;
}
.benefits__bottom--title-1{
    margin-bottom: 5px;
}
.benefits__bottom--text{
    color: #444;
    font-weight: 400;
    line-height: 30px;
}
.benefits__bottom--text-red{
    color: #ff0000;
    border-bottom: 1px #ff0000 solid;
    font-weight: 500;
}

/* ---------
適切なご提案が可能
--------- */
.suggestion{
    padding: 0 17px 0 24px ;
    padding-top: 178px;
    padding-bottom: 70px;

}
.suggestion__inner{
    max-width: 1100px;
    width: 100%;
    margin: auto;
}
.title__ja--under-line{
    padding-bottom: 42px;
}

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

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

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

.service__title{
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #eee;
    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 15px 30px;
    margin-bottom: 20px;
}
.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: #ff0000;
    line-height: 1;
    margin-bottom: 1vw;
}
.service__contents--item-title-ja{
    font-size: 16px;
    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: 16px;
    line-height: 27px;
    font-weight: 400;
}
.service__contents--item-text-accent{
    color: #ff0000;
    background-color: #FFF000;
    font-weight: 500;
}
.service__contents--item-mb0{
    margin-bottom: 0;
}

/* ---------
FC本部決定で気をつけたい5つのこと
--------- */

.important{
    padding-top: 70px;
}
.important__inner{
    max-width: 1100px;
    width: 100%;
    margin: auto;
    padding: 0 24px;
}
.important__title{
    margin-bottom: 40px;
}

/* アコーディオン */
.important__contents--wrap{
    padding: 23px 20px 30px;
    background-color: #fff;
    border-radius: 5px;
}
.important__contents--item {
    margin-bottom: 15px;
    border-bottom: 2px solid #d5d5d5;
    line-height: 1;
}
.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 30px 20px 0;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    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 #ff0000;
    border-right: 2px solid #ff0000;
    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--text-2{
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 18px 9px 0;
    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;
}
.important__contents--item-2{
    border-bottom: none;
    margin-bottom: 0;
}
.important__contents--title-pb0{
    padding-bottom: 0;
}
.important__contents--text-2{
    padding-bottom: 0 !important;
    margin-top: 20px !important;
}

/* ---------
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: #ff0000;
    line-height: 1;
    margin-bottom: 4px;
}
.strength__content--title{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: inline;
    line-height: 1.7;
}
.strength__content--title-accent{
    display: inline;
    background-color: #ff0000;
    white-space: nowrap;
    padding: 0px 10px;
}
.strength__content--title-accent-sp{
    display: inline;
    background-color: #ff0000;
    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: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.strength__content--bottom{
    display: flex;
    background-color: #FBE0E0;
    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{
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 22px;
}
.strength__content--bottom-title{
    color: #ff0000;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 26px;
}
.strength__content--bottom-bg-text{
    background-color: #ff0000;
    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: 16px;
    text-align-last: left;
    font-weight: 400;
    line-height: 28px;
    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;
}

/* ---------
私たちがご相談に乗ります
--------- */
.advisor{
    padding: 70px 24px;
}
.advisor__contents--wrap{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    position: relative;
} 
.advisor__content{
    background-color: #fff;
    border-radius: 5px;
    width: calc(100% / 2 - 10px);
}
.advisor__inner {
    width: 100%;
    margin: auto;
}
.advisor__title{
    margin-bottom: 40px;
}
.advisor__content--top{
    padding: 0;
    padding-bottom: 10px;
}
.advisor__content--figure{
    width: 100%;
}
.advisor__content--img{
    width: 100%;
}
.advisor__content--bottom{
    padding: 33px 13px 13px;
    position: relative;
}
.advisor__content--name{
    background-color: #ff0000;
    padding: 0px 12px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 25px;
}
.advisor__content--text{
    margin: auto;
    width: 100%;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: justify;
}

/* ---------
サービスの流れ
--------- */
.flow{
    padding: 70px 24px;
}
.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: #ff0000;
    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: #ff0000;
    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: #ff0000;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    display: flex;
    align-items: flex-start;
    gap: 7px;
}
.faq--contents__item--top-text::before{
    content: "Q";
    color: #ff0000;
    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: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}
.faq--contents__item--bottom::before{
    content: "A";
    color: #ff0000;
    font-family: "Roboto";
    font-size: 30px;
    font-weight: 600;
}
.faq--contents__item--bottom-text{
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    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: #ff0000;
}
.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, #ff0000 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: #ff0000;
    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: #ff0000;
    padding: 30px 30px 41px;
}
.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: 170px;
}
.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;
}


}



/*
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;
    background-color: #d5d5d5;
}
.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--title , .thanks__wrap--title{
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 21px;
}
.thanks__text{
    text-align: center;
}
.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: #ff0000;
    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;
}
/* 完了画面 2 */
.thanks__text{
    color: #333;
}
.thanks__wrap .contact__button-bg{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff0000;
    position: relative;
    width: 350px;
    height: 70px;
    border-radius: 40px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    color: #fff;
    top: 40px;
}
.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__button-bg {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff0000;
    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;
}
}

/*
プライバシーポリシー
*/
.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);
    }
}