@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');

/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

body.safari #content, body.safari #footer {/*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    background-color: #f0f0f0;
}

a:hover,
a:active {
    text-decoration: none;
}

/*初期設定
----------------------------------------------------*/
#wrapper{
    /* max-width: 450px; */
    padding:0;
    overflow-x: hidden;
    margin: auto;
    position: relative;
    background-color: #fff;
    scrollbar-width: none;
}
.content1{
    display: block;
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width:540px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}

@media screen and (max-width:600px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}


img{
    width: 100%;
    height:100%;
    vertical-align: bottom;
}
.w60{
    display: block;
    width: 60%;
    margin: auto;
}
.w80{
    display: block;
    width: 80%;
    margin: auto;
}
.tac{
    text-align: center;
}
.tar{
    text-align: right;
}
.mt0{
    margin-top: 0;
}
.mb0{
    margin-bottom: 0;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mt20{
    margin-top: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mt30{
    margin-top: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mt40{
    margin-top: 40px;
}
.pink{
    color: rgb(255, 0, 120);
}
.red{
    color: rgb(255, 0, 0);
}
.gray{
    color: rgb(187, 187, 187);
}
.orange{
    color: rgb(228, 102, 0);
    font-weight: bold;
}
.blue{
    color: rgb(0, 0, 255);
}
/*.marker{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#ffd52b 0%) repeat scroll 0 0;
}*/
/* アニメーション前のスタイル */
.marker {
    display: inline;
    position: relative;
    background-image: linear-gradient(90deg, #fff27b, #fff27b); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 40%; /* '30%'の部分にマーカーの太さを記入 */
    transition: all 2s ease-in-out; /* マーカーを引く速度を調整 */
    font-weight: bold; /* ついでに太字にしたい場合 */
  }

  /* アニメーション発火時 */
  .marker.inview {
    background-size: 100% 40%; /* '30%'の部分は上で設定した太さに合わせる */
  }
.marker02{
    border-bottom-style: dotted;
    border-bottom-color: #dcdcdc;
    border-bottom-width: 3px;
    padding-bottom: 3px;
}
.fsLLL{
    font-size: 29px;
}
.fsLL{
    font-size: 26px;
}
.fsL{
    font-size: 22px;
}
.fsM{
    font-size: 20px;
}
.fsS{
    font-size: 10px;
}
/*step1-6
.p-stepForm__stepBar {
    line-height: 1.2;
}
.p-stepForm__stepBarWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin: 0 auto;
    list-style: none;
    border-radius: 90px;
    color: #2E738A;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.p-stepForm__stepBarWrap:before{
    content: "";
    width: 80%;
    border: 2px solid #2E738A;
    position: absolute;
    z-index: -1;
    width: 50%;
    left: 16%;
}*/
.p-stepForm__stepBarTxt02{
    background: #009344;
    color: #fff;
    padding: 13px;
    border-radius: 50px;
    margin-left: 10px;
    font-size: 10px;
    line-height:5px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: flex-end;
}
.p-stepForm__stepBarTxt02 .step_bottom{
    font-size: 30px;
    font-weight: 400;
    padding-left: 2px;
    padding-bottom: 6px;
    z-index: 2;
}
.p-stepForm__stepBarTxt02::before{
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-right: 30px solid #009344;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    transform: rotate(-19deg);
    bottom: -4px;
    left: -12px;
    z-index: -1;
}
.p-stepForm__stepBarItem.is-active {
    background-color: #fff;
    color: #2E738A;
    border: 1px solid #2E738A;
    border-radius: 50px;
}
.step_y {
  color: #fffe81;
}
.p-stepForm__stepBarItem {
    margin: 0 4px;
    width: 25px;
    height: 25px;
    background-color: #2E738A;
    color: #fff;
    transition: color 0.4s linear 0s;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
/*1ページ目*/
.p-stepForm__stepTtl{
    padding-left: 55px;
    position: relative;
    font-size: 20px;
    text-align: left;
    line-height: 1;
    font-weight: bold;
    color: #57412a;
    height: 40px;
}
.p-stepForm__stepTtl::before{
    content: "必須";
    position: absolute;
    left: 10px;
    width: 40px;
    height:40px;
    background: #009344;
    color: #fff;
    border-radius: 50px;
    text-align:center;
    line-height: 40px;
    font-size: 14px;
}

.p-stepForm__stepTtl span{
    font-size: 15px;
}
.lh2{
    line-height: 2;
}
.p-stepForm__inputWrapTwoLine {
    margin: 2% 1%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.p-stepForm__inputWrapTwoLine .pt{
     padding: 17px 2px 14px;
}
.lh1{
    line-height: 1.1;
}
.p-stepForm__squareInput, .p-stepForm__wideSquareInput{
    display: flex;
    margin: 3%;
    padding: 11px 2px 14px;
    width: 44%;
    font-weight: normal;
    border: 2px solid #57412a;
    box-shadow: 0px 5px 0 0 #57412a;
    border-radius: 5px;
    text-align: center;
    /* display: flex
; */
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 12px;
    flex-direction: column;
}
.maxw{
    width:92%;
}
.q2 .p-stepForm__squareInput, .p-stepForm__wideSquareInput{
    padding: 17px 2px 17px;
}
.q2 .c-radio img{
        padding-bottom: 8px;
}
.q3 .p-stepForm__squareInput, .p-stepForm__wideSquareInput{
        padding: 14px 2px 14px;
}
.fs12{
    font-size: 12px;
}

.p-stepForm__squareInput {
    box-shadow: 2px 4px 0 0 #57412a;
    transition: all 0.2s ease;
  }
  .p-stepForm__squareInput.is-selected {
    box-shadow: none;
    transform: translateY(1px);
  }
.c-radio__input {
    display: none;
}
.c-radio {
    cursor: pointer;
}
.c-radio img{
    width: 40%;
    width: 100px;
    height: auto;
    padding-bottom: 5px;
}

/* .c-radio img{
    width: 40%;
    width: 60px;
    height: auto;
    padding-bottom: 5px;
} */
.p-stepForm__squareInput.is-selected {
    border: none;
    box-shadow: none;
    transform: translateY(1px);
    background-image: linear-gradient(90deg, #fda435, #f8761d);
    color: #fff;
  }
/*郵便番号*/
.p-stepForm__labelItem{
    display: flex;
}
.p-stepForm__labelItemTtl {
    min-width: 106px;
    background-color: #ffd2d3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 4px 0 0 4px;
    font-size: 13px;
    font-weight: bold;
    color: #424242;
    line-height: 1.2;
}
.p-stepForm__labelInput, .p-stepForm__labelIconInput {
    width: 100%;
    position: relative;
    display: inline-block;
}
label {
    cursor: inherit;
}
.p-stepForm__labelItem .p-stepForm__inputHeightSingle {
    border-radius: 0 4px 4px 0;
}
.p-stepForm__labelInput input, .p-stepForm__labelIconInput input {
    font-size: 18px;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.p-stepForm__inputHeightSingle {
    height: 56px;
    border: 1px solid #ff9c9d;
}
.c-textField {
    width: 100%;
    height: 40px;
    padding: 8px 8px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    background-color: #fff;
    font-size: 12px;
    -webkit-box-shadow: inset 1px 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 2px -1px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.p-stepForm__label {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -0.5em;
    font-size: 13px;
    color: #9098a9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1;
}
.p-stepForm__annotation {
    position: absolute;
    top: -11px;
    right: 10px;
    padding: 2px 10px;
    background-color: #f8f7f7;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

/*1-5ページまで*/
.full-height{
    background-color: #fcf9e6;
    height: 590px;
    width: 100%;
    padding:0px;
    text-align: center;
}
.question{
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.question img{
    width: 100px;
}
.question4{
    width: 110px;
}
.main{
    text-align: center;
    padding: 30px;
    border-radius: 10px;
}
.main img:nth-child(1){
    max-width: 500px;
    width: 100%;
}
.main img:nth-child(3){
    max-width: 350px;
    width: 100%;
}
.q3{
    /*padding: 30px;*/
    padding-bottom:0;
}
.q3 img{
    vertical-align: bottom;
}
.maintext01{
    font-size:1.5rem;
    line-height: 1.6;
    font-weight: bold;
}
.main img{
    max-width: 400px;
}
.arrow{
    font-size: 15px;
    color: #fff;
    position: relative;
    letter-spacing: 4px;
    font-weight: bold;
    text-shadow: #9e0000 1px 0 6px;
}
.arrow::before{
    content: "";
    position: absolute;
    top: 4px;
    right: 25%;
    border: 7px solid transparent;
    border-top:10px solid #fff;
}
.arrow::after{
    content: "";
    position: absolute;
    top: 4px;
    left: 25%;
    border: 7px solid transparent;
    border-top: 9px solid #fff;
}
.arrow::before,.arrow::after{
    animation:1s fuwafuwa infinite;
}
@keyframes fuwafuwa {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(5px);
    }
  }
  .q1 .choices li:nth-child(1) {
    display: none;
  }
  .q1 .choices li:nth-child(2){
    margin: 0 0 0 auto;
  }
  .choices{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    align-items: center;
  }
.choices .nextButton{
    color: #ffffff;
    background-image: linear-gradient(90deg, #858585, #5c5c5c);
    border-radius: 60px;
    padding: 8px 60px;
    font-size: 1rem;
    border: none;
    cursor: pointer;
}
.choices .nextButtong{
    color: #ffffff;
    background-image: linear-gradient(90deg, #fda435, #f8761d);
    border-radius: 60px;
    padding: 8px 60px;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    border: 1px solid #fff;
    pointer-events: auto;
    white-space: nowrap;
    display: flex;
    justify-content: center;
}
.nextButton{
    white-space: nowrap;
    display: flex;
    justify-content: center;
}
.choices a{
    color: #ffffff;
    background-image: linear-gradient(90deg, #fda435, #f8761d);
    border-radius: 60px;
    padding: 8px 60px;
    font-size: 1rem;
    border: none;
}
.choices li:nth-child(1) a{
    padding: 8px 20px;
    background-image: linear-gradient(90deg, #858585, #5c5c5c);
}
.choices .first{
    animation-name: displayAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}
.choices .second{
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
.choices .third{
    animation-name: displayAnime;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
}
.choices .fourth{
    animation-name: displayAnime;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
.choices a.nextButton:hover{
    color: #fff;
    background-color: #2E738A;
    border: solid 1px #fff;
    transition: 0.3s;
    box-shadow:none;
}
.maintextq5{
    color: #fff;
    background-color: #696969;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 15px;
    border-radius: 10px;
    position: relative;
}
.maintextq5:before{
    content: "";
    position: absolute;
    bottom: -3.5vh;
    left: 48%;
    right: 50%;
    border: 16px solid transparent;
    border-top: 20px solid #696969;
}
.attention{
    position: relative;
    display: inline-block;
    padding: 0 50px;
    margin: 5px 0;
}
@media screen and (max-width: 350px) {
    .attention {
        padding: 0 22px;
        font-size: 0.9rem;
    }
    .maintextq5:before{
        content: "";
        position: absolute;
        bottom: -3.5vh;
        left: 47%;
        right: 50%;
        border: 12px solid transparent;
        border-top: 14px solid #696969;
    }
  }
.attention:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
}

.attention:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}
/*tabの形状*/
.tab_menu{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 10px 10px 10px;
    align-items: center;
    background: #fff;
    margin-bottom: 3.5%;
    gap: px;
    position: relative;
  }
  .tab_menu li:nth-child(1){
    font-weight: bold;
    background: #009344;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.6em;
  }
  .tab_menu li a{
    display: block;
    background:#afafaf;
    color: #fff;
    margin:0 2px;
    padding:8px 15px;
    border-radius: 50%;
    font-size: 1.2em;
  }
  /*liにactiveクラスがついた時の形状*/
  .tab_menu .selected a{
    background: #009344;
    color: #ffffff;
  }


/* .tab_menu .step-border a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 37%;
    height: 2px;
    background: #ccc;
    z-index: 0;
} */
.tab_menu li.step-border {
  position: relative;
}
.tab_menu li:not(:nth-last-of-type(-n+2))::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 27%;
    width: 32%;
    height: 3px;
    background: #ccc;
    transform: translateY(-50%);
    z-index: 0;
}

  .page6{
    display: none;
}
  /*エリアの表示非表示と形状*/
.area {
    display:none;
  }

  /*areaにis-activeというクラスがついた時の形状*/
  .area.is-active {
      display: block;/*表示*/
      animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
      animation-duration: 1s;
      animation-fill-mode: forwards;
  }

  @keyframes displayAnime {
    from {
      opacity: 0;
      transform: translateX(50px); /* 右から50pxの位置に */
    }
    to {
      opacity: 1;
      transform: translateX(0); /* 元の位置に */
    }
  }
    .main{
      padding: 0;
      margin-top: 12px;
      line-height: 1.3;
      background-color: #fff;
      margin: 1px 16px 21px;
    }
    .q3{
        /*padding: 10px;*/
        padding-bottom:0;
    }
    .q5 img{
        width: 200px;
    }
    .maintext01{
        font-size:1rem;
    }
    .arrow{
        letter-spacing: 3px;
    }
    .arrow::before{
        right: 8%;
    }
    .arrow::after{
        left: 8%;
    }
    .main img:nth-child(1){
        max-width: 350px;
    }
    .main img:nth-child(3){
        max-width: 220px;
    }
    .main img:nth-child(2){
        max-height: 110px;
        width: auto;
    }
    .maintextq2{
    font-size:1rem;
    }
    .maintextq5{
        font-size: 0.9rem;
        padding: 10px 5px;
    }
    .maintextq5:after{
        content: "";
        position: absolute;
        top: 110px;
    }
    .tab_menu li a{
      padding: 6px 12px;
      cursor: auto;
      position: relative;
      }

/*6ページ*/
  .active{
    position: relative;
    opacity: 1; /* 初期の透明度を設定 */
    transition: opacity 0.5s ease; /* フェードアウト効果のトランジションを設定 */
  }
.g-nav{
    position:fixed;
    z-index: 2;
    top:-120%;
    left:0;
    width:100%;
    max-width: 600px;
    height: 100%;/*ナビの高さ*/
    background:#CA0000;
    transition: all 0.6s;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0
    ;
}
.p-stepForm__stepItem{
    width: 95%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 20px;
}
.u-mt0{
    padding-top: 20px;
}
.p-stepForm__stepItem{
    padding-bottom: 20px;
}
.p-stepForm__stepSmallTtl{
    padding-top: 20px;
}

/*アクティブクラスがついたら位置を0に*/
.g-nav.panelactive{
    top: 0;
}
.nextButton:disabled {
    background-image: linear-gradient(90deg, #ccc, #ccc);
    /* pointer-events: none;  */
    /* クリックできない */
    cursor: not-allowed;
    color: #fff;
    opacity: 0.6;
  }
  .nextButton {
    position: relative;
    z-index: 1002; /* overlayの1001より上 */
  }
  .overlay {
    position: fixed; /* ← 画面全体にするなら絶対に fixed */
    top: -100px;
    left: 0;
    width: 100vw;
    height: 590px;
    background: rgba(41, 41, 41, 0.411); /* 半透明などお好みで */
    z-index: 999; /* ボタンより1つ下 */
    display: none; /* 初期状態は非表示 */
  }
  @media screen and (min-width: 350px) {
.full-height {
    height: 860px;
    overflow: hidden;
}
.overlay {
    height: 1000px;
    overflow: hidden;
}
 .b_hand{
         top: 94%;
 }
 .tab_menu li a {
    padding: 4px 10px;
    cursor: auto;
    position: relative;
    font-size: 1.1em;
}
.tab_menu li:nth-child(1) {
    font-size: 1.2em;
}
}
  .choices{
    position: relative;
    z-index: 2000; /* オーバーレイより上に表示 */
  }
form {
    /* background: #fff;
    padding: 7%; */
    border-radius: 10px;
}


@media screen and (min-width: 350px) {
    form {
      background: transparent;
      padding: 0;
      border-radius: 0px;
    }
    .main {
      background-color: transparent;
    }

}
@media screen and (min-width: 640px) {
    form {
      background: transparent;
      padding: 0;
      border-radius: 0px;
    }
    .main {
      background-color: transparent;
    }
    .main img:nth-child(2) {
      max-height: 90px;
      width: auto;
    }
    .area {
    background: #fff;
    border-radius: 10px;
    padding: 5% 2%;
    }
    .overlay {
        position: fixed;
        top: -120%;
        left: -100%;
        width: 200vw;
        height: 180vw;
        background: rgba(41, 41, 41, 0.411);
        z-index: 10;
        display: none;
        overflow: hidden;
    }
    .full-height{
        height: 1000px;
    }
    .hand {
      width: 63px;
      top: 4%;
    }
}
@media screen and (max-width: 639px) {
  .area {
      margin-top: 8%;
  }
}
@media screen and (max-width:300px){
    .overlay {
        top: -91px;
    }
    
}

/*動くイラスト*/
.groupBg{
    position: relative;
    max-width: 650px;
    margin: auto;
}
.hand {
    width: 55px;
    position: absolute;
    top: 0%;
    right: 15px;
    animation: moveX 1.2s linear 0s infinite;
    -ms-animation: moveX 1.2s infinite alternate linear;
    -webkit-animation: moveX 1.2s infinite alternate linear;
    -moz-animation: moveX 1.2s infinite alternate linear;
    transition: 0.3s;
    z-index: 100;
}
.b_hand{
    width: 55px;
    position: absolute;
    top: 93%;
    right: 15px;
    animation: moveX 1.2s linear 0s infinite;
    -ms-animation: moveX 1.2s infinite alternate linear;
    -webkit-animation: moveX 1.2s infinite alternate linear;
    -moz-animation: moveX 1.2s infinite alternate linear;
    transition: 0.3s;
    z-index: 100;
}
.center_line{
    width: 55px;
    position: absolute;
    top: 57%!important;
    right: 15px;
    animation: moveX 1.2s linear 0s infinite;
    -ms-animation: moveX 1.2s infinite alternate linear;
    -webkit-animation: moveX 1.2s infinite alternate linear;
    -moz-animation: moveX 1.2s infinite alternate linear;
    transition: 0.3s;
    z-index: 100;
}
@keyframes moveX {
    0% {
      transform: translateX(0); /* 初期位置 */
    }
    50% {
      transform: translateX(5px); /* 右に動く */
    }
    100% {
      transform: translateX(0); /* 元の位置に戻る */
    }
  }
  /*離脱ポップ*/
  #exit-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
.exit-popup-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    width: 400px;
}
.cta_bottom{
    background-color: #fff;
    color: #2633ff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 13px 0;
    text-decoration: underline;
}
#close-popup {
    position: absolute;
    top: -9%;
    right: 0%;
    background: none;
    border: none;
    font-size: 38px;
    cursor: pointer;
    color: #ffffff;
    z-index: 2;
}
.exit-popup-img{
    position: relative;
}
.exit-popup-img a{
    position: absolute;
    color: #fff;
    background-color:#13c60a;
    bottom: 4%;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0 12px;
    text-align-last: center;
    cursor: pointer;
    font-weight: bold;
    line-height: 1.2;
    font-size: 23px;
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.3);
}
.exit-popup-img a span {
    font-size: 15px;
    font-weight: normal;
}
.popmain {
    position: relative;
    z-index: 5;
}
.q7{
    width:100%;
    margin: 0 auto;
    background-image: linear-gradient(180deg, #fcf9e6, #ffe9bd);
    padding: 8% 0 0;
}
.q7 .title{
    font-size: 18px;
    padding: 0 2%;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #57412a;
}
.tel_area{
    padding: 20px 5px 20px;
    position: relative;
}
.tel_area .top{
    text-align: left;
    position: absolute;
    top: 45%;
    left: 5%;
    font-size: 14px;
}
.tel_area .bottom{
    text-align: center;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 1.2;
}
.tel_area .bottom .orange{
    font-size: 35px;
}
.tel_area .bottom .orange .pss{
    font-size: 20px;
}
.tel_area .bottom .orange a{
    color: rgb(228, 102, 0);
    cursor: pointer;
}
.flow{
    background-color: #fff;
    padding-bottom: 70px;
    margin-top: 130px;
    position: relative;
}
.flow::before{
    content:"";
    position: absolute;
    width: 120%;
    height: 100px;
    left: -50%;
    right: -50%;
    margin: 0 auto;
    top: -60px;
    background-color: #fff;
    border-radius: 50% / 100% 100% 0 0;
    z-index: -1;
}
.flow .title{
font-size: 27px;
    padding: 0 0 5px 0;
    width: 60%;
    margin: 0 auto;
    background: #009344;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
.flow img {
    width: 30px;
}
.flow li{
    padding-left: 60px;
    position: relative;
    font-size: 20px;
    text-align: left;
    line-height: 1;
    color: #2c2c2c;
    font-size: 18px;
    line-height: 1.4;
    padding-top: 18px;
}
.flow li p{
    background: #009344;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 19px;
}
.flow ul li::before{
        content: "";
        position: absolute;
        top: 13px;
        left: 10px;
        width: 40px;
        height: 40px;
        background-image: linear-gradient(142deg, rgb(61,171,63) 0%, rgb(0,147,68) 100%);
        color: #fff;
        border-radius: 50px;
        text-align: center;
        line-height: 40px;
        font-size: 23px;
        font-style: oblique;
}
.flow ul li::after {
    content: "";
    position: absolute;
    top: 53px; /* ::before の bottom 付近 */
    left: 29px; /* ::before の中心に合わせる */
    width: 2px;
    height: calc(100% - 33px); /* 高さは必要に応じて調整 */
    background-color: #009344;
    z-index: 0;
}
.flow ul li:last-child::after {
    display: none;
}
.flow ul .one::before{
    content: "01";
}
.flow ul .two::before{
    content: "02";
}
.flow ul .three::before{
    content: "03";
}
.flow ul .four::before{
    content: "04";
}
.flow ul .five::before{
    content: "05";
}

.flow ul span {
    background: #fcf9e6;
    display: block;
    padding: 4%;
    font-size: 16px;
    width: 94%;
    margin-top: 2%;
}
.footer{
    width: 100%;
    display: flex;
    background-color: #57412a;
    padding: 30px 5px;
    gap: 10px;
    justify-content: center;
}
.footer a{
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
}
.accordion {
    border: none;
    padding: 10px;
    color: #2c2c2c;
    text-align: left;
}
.col1 .select{
    width: 100%;
    padding:0 10px;
    box-sizing: border-box;
}
.col1 .select .select-select{
    width: 100%;
    padding: 7px 9px;
    margin: 0px 0 10px;
    height: 52px;
    font-size: 17px;
}
a[aria-disabled="true"] {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
  }
  a[aria-disabled="false"] {
    pointer-events: auto;
  }
  label span{
      display: block;
    font-size: 1.2em;
  }

  .line-bbl {
    width: 94%;
    margin: 20px auto 10px;
  }
.finish_cta {
    width: 95%;
    margin: auto;
    border: 2px solid #57412a;
    border-radius: 13px;
    box-shadow: 0px 0px 8.8px 1.2px rgba(7, 5, 5, 0.1);
    background-color: #bde7d9;
  }
  .finish_cta .upper {
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 10px 0;
    color: #006132;
  }
  .finish_cta .under {
    background: #fff;
    padding: 10px 0;
    border-radius: 10px;
  }
  .finish_cta .under a {
    background-image: linear-gradient(94deg, #3dab3f 0%, #009344 100%);
    color: #fff;
    padding: 10px;
    border-radius: 999px;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88%;
    text-align: center;
    font-size: clamp(20px, 1.6vw, 24px);
  }
  .flow_bg {
    max-width: 860px;
    margin: auto;
}

  @media screen and (min-width: 640px) {
    .hand {
      width: 63px;
      top: 4%;
    }
    .tel_area, .line-bbl, .finish_cta  {
      max-width: 680px;
      margin: auto;
  }
  .tel_area .bottom {
      text-align: center;
      position: absolute;
      bottom: 13.5%;
      left: 17%;
      margin: 0 auto;
      line-height: 1.2;
      right: auto;
  }
      .tab_menu li a {
        display: inline-flex
;
        align-items: center;
        justify-content: center;
        width: 3vw;
        height: 3vw;
        font-size: 1.5vw;
        border-radius: 50%;
        text-align: center;
        text-decoration: none;
        background: #ccc;
        max-width: 40px;
        max-height: 40px;
    }
    .tab_menu{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 10px 10px 10px;
    align-items: center;
    background: #fff;
    margin-bottom: 3.5%;
    gap: 5px;
    position: relative;
  }
  .tab_menu li:not(:nth-last-of-type(-n+2))::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 43%;
    width: 14%;
    height: 3px;
    background: #ccc;
    transform: translateY(-50%);
    z-index: 0;
    max-width: 210px;
}
.flow ul span {
    background: #fcf9e6;
    display: block;
    padding: 2% 4%;
    font-size: 16px;
    width: 94%;
    margin-top: 2%;
}
}