@charset "UTF-8";

/* set variables */
:root {
    --mainColor: #FA841E;
    --subColor: #D6C3E6;
    --navColor: ;
    --bgColorGlay: #EDEDED;
    --rightColor: #F5D66E;
    --txtColor: #775E48;
    --linkColor: #000;
    --borderColor: #707070;
    --sans : "Noto Sans JP", sans-serif;

    --textNormal: 16px;
    --textMiddle: 18px;
    --textMiddle2: 20px;
    --textBig: 24px;
    --textLarge: 30px;
    --textSmall: 14px;

    --gap: 80px;
    --gaps: 30px;
    --gap_sp: 30px;
    --sectionPadding: 10rem;
    --sectionPadding_sp: 3rem;
    --contentWidth: 1080px;
    --innerWidth: 848px;
}
body {
    width: 100%;
    font-size: 16px;
    color: var(--txtColor);
    position: relative;
    font-family: "Noto Serif JP", serif;
}
p {
    line-height: 1.8;

}
h2 , h3 , p {
    margin-top: 0;
    margin-bottom: 0;
}
.p_center {
    text-align: center;
}
.p_bold {
    font-weight: 600;
}
.p_right {
    text-align: right;
}
.br-sp {
    display: none;
}
a{
    transition: 0.3s;
}
a img {
    transition: 0.2s;
}
a:hover img {
    opacity: 0.6;
}
.clearfix::after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	width: 0;
}
.flt_right {
    float: right;
}
.flt_left {
    float: left;
}
/* PC . SP 切り替え */
@media screen and (min-width: 450px) {
    .sp_only {
        display: none;
    }

}
@media screen and (max-width: 768px) {
    .sp_none {
        display: none;
    }

}
@media screen and (min-width: 768px) {
    .pc_none {
        display: none;
    }
}


.wrap {
    width: 100%;
    max-width: var(--contentWidth);
    margin-left: auto;
    margin-right: auto;
}
.wrap_s {
    width: 100%;
    max-width: var(--innerWidth);
    margin-left: auto;
    margin-right: auto;
}
.mt_10 {
    margin-top: 1rem;
}
.mt_20 {
    margin-top: 2rem;
}
.mt_30 {
    margin-top: 3rem;
}
.mt_40 {
    margin-top: 4rem;
}
.mt_50 {
    margin-top: 5rem;
}
.mt_100 {
    margin-top: 10rem;
}
.mb_0 {
    margin-bottom: 0 !important;
}
.mb_10 {
    margin-bottom: 1rem;
}
.mb_20 {
    margin-bottom: 2rem;
}
.mb_30 {
    margin-bottom: 3rem;
}
.mb_40 {
    margin-bottom: 3rem;
}
.mb_50 {
    margin-bottom: 5rem;
}
.p12 {
    font-size: 12px;
    line-height: 200%;
}
.p14 {
    font-size: 14px;
    line-height: 200%;
}
.p16 {
    font-size: 16px;
    line-height: 200%;
}
.p18 {
    font-size: 18px;
    line-height: 200%;
}
.p20 {
    font-size: 20px;
    line-height: 180%;
}
.p22 {
    font-size: 22px;
    line-height: 200%;
}
.p26 {
    font-size: 26px;
    line-height: 180%;
}
.p28 {
    font-size: 28px;
    line-height: 180%;
}
.p30 {
    font-size: 30px;
    line-height: 180%;
}
.p32 {
    font-size: 32px;
    line-height: 180%;
}
.p34{
    font-size: 34px;
    line-height: 180%;
}
.p38{
    font-size: 38px;
    line-height: 180%;
}
.p40 {
    font-size: 40px;
    line-height: 150%;
}
.p50 {
    font-size: 50px;
    line-height: 150%;
}
.p_light {
    color: var(--rightColor);
}
.bg_01 {
    background-color: var(--mainColor);
}
.sec_padding {
    padding-top: var(--gap);
    padding-bottom: var(--gap);
}
.p_orange{
    color: var(--mainColor);
}
.p_white{
    color: #fff;
}
.p_sans{
    font-family: "Noto Sans JP", sans-serif;
}
.orange_text span{
    color: var(--mainColor);
    font-size: 34px;
    font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1079px) {
    .wrap  {
        width: auto;
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .wrap_s  {
        width: auto;
        max-width: auto;
    }
    img {
        max-width: 100%;
        height: auto;
    }
}

/* ヘッダー */
#header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 888;
}

.site-header {
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  .site-header a{
    text-decoration: none;
  }
  
  .container {
    max-width: 1440px;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    font-family: var(--sans);
    background-color: #fff;
    border-radius: 0 0 15px 15px;
  }
  
  .left {
    display: flex;
    align-items: center;
  }
  .left:hover {
    opacity: 0.6;
  }
  .logo {
    height: 48px;
    margin-right: 12px;
  }
  
  .text .title {
    font-weight: bold;
    font-size: 37px;
    color: var(--mainColor);
  }
  
  .text .subtitle {
    font-size: 13px;
    text-align: center;
    color: #775E48;
  }
  
  .nav-links {
    display: flex;
    gap: 15px;
  }
  
  .nav-links a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: var(--textColer);
  }
  
  .right-buttons {
    display: flex;
    gap: 12px;
    font-size: 20px;
    text-align: center;
    list-style: none;
  }
  .btn a{
    padding: 8px 16px;
    background-image: linear-gradient(180deg, rgba(255, 189, 98, 1), rgba(250, 132, 30, 1) 70%);
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .btn a:hover{
    opacity: 0.6;
  }
  .btn span{
    font-size: 13px;
    font-weight: 400;
  }
  @media screen and (max-width: 1200px) {
    .text .title {
        font-size: 26px;
    }
    .nav-links a {
        font-size: 13px;
    }
}
@media screen and (max-width: 1080px) {
    .nav-links{
        display: none;
    }
    .container {
        padding: 10px 90px 10px 20px;
      }
}
@media screen and (max-width: 768px) {
    .right-buttons
 {
    display: none;
}
}
@media screen and (max-width: 450px) {
.text .subtitle{
    display: none;
}
.container{
    height: 74px;
}

}
/* footer */

#footer {
    background-color: var(--mainColor);
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 449px) {
    .p12 {
        font-size: 12px;
        line-height: 200%;
    }
    .p14 {
        font-size: 14px;
        line-height: 200%;
    }
    .p16 {
        font-size: 13px;
        line-height: 200%;
    }
    .p18 {
        font-size: 16px;
        line-height: 200%;
    }
    .p20 {
        font-size: 16px;
        line-height: 180%;
    }
    .p22 {
        font-size: 16px;
        line-height: 200%;
    }
    .p26 {
        font-size: 18px;
        line-height: 180%;
    }
    .p28 {
        font-size: 18px;
        line-height: 180%;
    }
    .p30 {
        font-size: 20px;
        line-height: 180%;
    }
    .p32 {
        font-size: 20px;
        line-height: 180%;
    }
    .p34{
        font-size: 22px;
        line-height: 180%;
    }
    .p38{
        font-size: 22px;
        line-height: 180%;
    }
    .p40 {
        font-size: 28px;
        line-height: 150%;
    }
    .p50 {
        font-size: 28px;
        line-height: 150%;
    }
    .orange_text span {
        font-size: 22px;
    }
    .sec_padding {
        padding-top: var(--gaps);
        padding-bottom: var(--gaps);
    }
}
@media screen and (max-width: 768px) {
    .mt_20 {
        margin-top: 1rem;
    }
    .mt_30 {
        margin-top: 1rem;
    }
    .mt_40 {
        margin-top: 2rem;
    }
    .mt_50 {
        margin-top: 3rem;
    }
    .mt_100 {
        margin-top: 10rem;
    }
    .mb_0 {
        margin-bottom: 0 !important;
    }
    .mb_10 {
        margin-bottom: 1rem;
    }
    .mb_20 {
        margin-bottom: 1rem;
    }
    .mb_30 {
        margin-bottom: 1rem;
    }
    .mb_40 {
        margin-bottom: 2rem;
    }
    .mb_50 {
        margin-bottom: 3rem;
    }
    .p12 {
        font-size: 12px;
        line-height: 200%;
    }
    .p14 {
        font-size: 14px;
        line-height: 200%;
    }
    .p16 {
        font-size: 13px;
        line-height: 200%;
    }
    .p18 {
        font-size: 16px;
        line-height: 200%;
    }
    .p20 {
        font-size: 16px;
        line-height: 180%;
    }
    .p22 {
        font-size: 18px;
        line-height: 200%;
    }
    .p26 {
        font-size: 18px;
        line-height: 180%;
    }
    .p28 {
        font-size: 20px;
        line-height: 180%;
    }
    .p30 {
        font-size: 20px;
        line-height: 180%;
    }
    .p32 {
        font-size: 20px;
        line-height: 180%;
    }
    .p34{
        font-size: 22px;
        line-height: 180%;
    }
    .p38{
        font-size: 22px;
        line-height: 180%;
    }
    .p40 {
        font-size: 24px;
        line-height: 150%;
    }
    .p50 {
        font-size: 28px;
        line-height: 150%;
    }
    .orange_text span {
        font-size: 22px;
    }
    .sec_padding {
        padding-top: var(--gaps);
        padding-bottom: var(--gaps);
    }
}
/* ハンバーガーボタンのデザイン */

@media (min-width: 1079px) {
    .drawer__button , .drawer__nav {
        display: none;
    }
    }
    @media (max-width: 1079px) {
    .drawer__button {
        position: fixed;
        top: 22px;
        right: 20px;
        width: 56px;
        height: 56px;
        background-color: var(--mainColor);
        border: none;
        cursor: pointer;
        z-index: 99999;
        border-radius: 100%;
      }
      /* ハンバーガーボタン内の線 */
      .drawer__button > span {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 3px;
        background-color: #fff;
        transform: translateX(-50%);
      }
      .drawer__button > span:first-child {
        transform: translate(-50%, calc(-50% - 0.5rem));
        transition: transform 0.3s ease;
      }
      .drawer__button > span:nth-child(2) {
        transform: translate(-50%, -50%);
        transition: opacity 0.3s ease;
      }
      .drawer__button > span:last-child {
        transform: translate(-50%, calc(-50% + 0.5rem));
        transition: transform 0.3s ease;
      }
      /* 展開時のデザイン */
      .drawer__button.active > span {
        background-color: #fff;
      }
      .drawer__button.active > span:first-child {
        transform: translate(-50%, -50%) rotate(-45deg);
      }
      .drawer__button.active > span:nth-child(2) {
        opacity: 0;
      }
      .drawer__button.active > span:last-child {
        transform: translate(-50%, -50%) rotate(45deg);
      }
      /* メニューのデザイン */
      .drawer__nav {
        position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        transition: opacity 0.3s ease;
        opacity: 0;
        visibility: hidden;
        z-index: 99995;
      }
      .drawer__nav.active {
        opacity: 1;
        visibility: visible;
      }
      .drawer__nav__inner {
        position: relative;
        width: 100%;
        height: 100%;
        background-color: #FDF0C3;
        padding: 0 0 1rem 0;
        margin: 0 0 0 auto;
        overflow: scroll;
        transform: translateX(100%);
        transition: transform 0.3s ease;
      }
      .drawer__nav.active .drawer__nav__inner {
        transform: translateX(0);
      }
      .drawer__nav__menu {
        list-style: none;
        padding-left: 0;
        font-size: 20px;
        font-weight: 600;
      }
      .drawer__nav__link {
        display: block;
        color: var(--mainColor);
        text-align: center;
        text-decoration: none;
        padding: 1rem 2rem;
        border-bottom: solid 1px var(--mainColor);
      }
      
      /* ハンバーガーメニュー展開時、背景を固定 */
      body.active {
        height: 100%;
        overflow: hidden;
      }
    }
    @media (max-width: 450px) {
        .drawer__button{
            top: 9px;
        }
        .text .title {
            font-size: 22px;
        }
    }
/* main */
#main {
}
/* キービジュアル */
#kv{
    background-image:url(../img/kv_bottom_bg.png) , url(../img/kv_left_pc.png), url(../img/kv_right_pc.png);
    background-position: bottom center , center top , right top;
    background-repeat: no-repeat;
    background-size: contain , cover , cover;
    width: 100%;
    height: 960px;
    max-height: 1080px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    position: relative;
}
.kv_wrap {
    width: 100%;
    max-width: 1080px;
    height: 100%;
    position: relative;
    display: flex;
    margin: 0 auto;
    align-items: center;
}
#kv .kv_bottom_img_wrap {
    position: absolute;
    bottom: -110px;
    left: 0;
    width: 100%;
    z-index: 4;
  }
  #kv .kv_bottom_img {
    list-style: none;
    line-height: 0;
    display: flex;
    gap: 30px;
    margin: 0;
  }
  #kv .kv_bottom_img li{
    width: calc((100% - 60px) /3);
  }
  @media screen and (max-width: 1150px) {
    .kv_wrap {
        margin: 0 20px 0 20px;
    }
  }
  @media screen and (max-width: 768px) {
    #kv .ranking_list {
      gap: 0;
    }
    #kv{
    background-image:url(../img/kv_bottom_bg.png) , url(../img/kv_sp.jpg);
    background-position: bottom center, center top 80px;
    background-repeat: no-repeat;
    background-size: contain , cover;
    width: 100%;
}
.kv_wrap {
    align-items: end;
    padding-bottom: 100px;
  }
  #kv .kv_bottom_img_wrap {
    bottom: -110px;
}
  }
  @media screen and (max-width: 600px) {
    #kv{
        height: 810px;
    }
    #kv .kv_bottom_img {
        gap: 10px;
      }
    #kv .kv_bottom_img li{
    width: calc((100% - 20px) /3);
    }
    #kv .kv_bottom_img_wrap {
        bottom: -70px;
    }
  }
  @media screen and (max-width: 450px) {
    #kv{
        height: 630px;
        background-position: bottom center, center top 60px;  
    }
    #kv .kv_bottom_img_wrap {
        bottom: -30px;
      }
  }
#change{
    margin-top: 150px;
}
.h2_change{
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(250, 132, 30, 1) 20% 80%, rgba(255, 255, 255, 0));
    color: #fff;
    padding: 10px 100px;
}
.change_bg{
    background-image: radial-gradient(closest-side, rgba(254, 214, 110, 0.4) 20%, rgba(255, 255, 255, 0));
    padding-bottom: 80px;
    position: relative;
}
@media screen and (max-width: 1080px) {
    .h2_change{
        font-size: 3vw;
    }
}
@media screen and (max-width: 768px) {
    .h2_change{
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(250, 132, 30, 1) 10% 90%, rgba(255, 255, 255, 0));
        padding: 10px 30px;
    }
    .change_bg {
        padding-bottom: 50px;
    }
    .change_text{
        padding: 20px 0;
    }
  }
  @media screen and (max-width: 450px) {
    #change{
        margin-top: 80px;
    }
    .h2_change{
        font-size: 16px;
        padding: 10px;
    }
  }
.btn_main {
    display: block;
    width: 100%;
    max-width: 568px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.btn_main a {
    display: block;
    color: #fff;
    font-weight: 900;
    background-image: linear-gradient(90deg, rgba(255, 189, 98, 1), rgba(250, 132, 30, 1) 80%, rgba(250, 132, 30, 1));
    border-radius: 120px;
    text-decoration: none;
    box-shadow: 0 10px 0 rgba(216, 216, 216, 0.4);
    position: relative;
}
.btn_main a span{
    font-size: 80%;
    font-weight: 500;
}
.btn_main a:hover {
    transform: translateY(10px);
    box-shadow: 0 1px 0 var(--mainColor);
}
.btn_main a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 27px;
    height: 27px;
    background-image: url(../img/btn_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;

}
@media screen and (max-width: 798px) {
.btn_main a::after {
    width: 20px;
    height: 20px;
}
.btn_main a
 {
font-size: 3.5vw;
    line-height: 1.5;
    padding: 10px 0;
}
}
@media screen and (max-width: 600px) {
    .btn_main {
        width: calc(100% - 40px);
        margin: 30px 20px 0 20px;
    }
}
@media screen and (max-width: 450px) {
    .btn_main a {
        font-size: 16px;
    }
    .btn_main {
    width: 100%;
        margin: 30px 0 0 0;
    }
    .btn_main a::after {
        right: 10px;
    }
    .btn_main a::after {
        width: 15px;
        height: 15px;
    }
    #voice .btn_main{
        margin: 30px 20px 0 20px;
        width: calc(100% - 40px);
    }
}
/* 改善提案 */
.imporove_bg{
    background-color: rgba(250,132,030,0.2);
    border-radius: 20px;
}
.imporove_div{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
    border-radius: 20px;
    background-position: right;
    margin: 80px 0 30px 0;
}
.imporove_div::after{
    content: "";
    position: absolute;
    background-size: contain;
    top: -62px;
    left: calc(50% - 62px);
    width: 127px;
    height: 127px;
}
.imporove_div , .improve_bg01::after{
    background-image: url(../img/improve_no1.png);
}
.imporove_div , .improve_bg02::after{
    background-image: url(../img/improve_no2.png);
}
.imporove_div , .improve_bg03::after{
    background-image: url(../img/improve_no3.png);
}
.improve_bg01{
    background-image: url(../img/improve_bg01.png);
}
.improve_bg02{
    background-image: url(../img/improve_bg02.png);
}
.improve_bg03{
    background-image: url(../img/improve_bg03.png);
}
.imporove_ul{
    position: relative;
    list-style: none;
}
.imporove_ul li{
    width: 80%;
    position: relative;
    padding-left: 34px;
}
.improve_check{
    position: absolute;
    top: 0.6em; 
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(../img/improve_check.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
.improve_arrow{
    width: 100%;
    position: relative;
    height: 63px;
    display: inline-block;
}
.improve_arrow img{
    max-width: 498px;
    width: 100%;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}
.improve_text_under  span{
    background-image: url(../img/improve_text_under.jpg);
    background-position: bottom;
    background-size: 90% 10px;
    background-repeat: no-repeat;
}
.flex_box_01{
    display: flex;
    gap: 20px;
    justify-content: center;
}
.flex_box_01 p{
    background-color: var(--mainColor);
    color: #fff;
    padding: 0 10px;
}
.imporove_bottom_bg{
    background-image: url(../img/improve_bottom_bg.png);
    background-position: bottom center;
    background-size: cover;
}
.improve_arrow.improve_orange_arrow{
    margin-bottom: 50px;
}
.improve_arrow.improve_orange_arrow img {
    max-width: 840px;
}
.improve_bottom_img{
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 100%;
    max-width: 25%;
}
@media screen and (max-width: 768px) {
    .imporove_div {
        background-image: none;
    }
    .imporove_ul li {
        width: 100%;
    }
    .imporove_div::after {
        width: 100px;
        height: 100px;
        left: calc(50% - 50px);
    }
    .imporove_div{
    padding: 50px 20px;
    margin: 70px 0 70px 0;
    }
    .imporove_div:last-of-type{
    margin: 70px 0 30px 0;
    }
    .flex_box_01{
    flex-direction: column;
    }
    .improve_bottom_img{
        display: none;
    }
    .improve_arrow {
        height: 50px;
    }
    .improve_arrow.improve_orange_arrow {
        margin-bottom: 20px;
    }
    #campaign h3{
        max-width: 450px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
  }

/* お客様の声 */
.voice{
    background-image: url(../img/voice_bg.png);
    background-repeat: repeat;
    background-color: #FEF9E9;
}
.voice_wrap{
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
}
.ul_voice{
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 20px 20px 50px 20px;
}
.ul_voice li{
    flex: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;    padding: 30px;
    background-color: #fff;
    border-radius: 20px;}
.voice_contens{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.voice_text_01{
    flex-shrink: 0;
    margin-bottom: 10px;
}
.voice_text_02{
    text-align: right;
    margin-top: auto;
}
.voice_text_02 span{
    font-size: 150%;
}
.voice_img{
    position: relative;
}
.voice_icon{
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 3;
    width: 20%;
}
.voice_img img{
    border-radius: 20px;
}
.voice_ex{
    background-color:#FDF0C3;
    padding: 50px;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .ul_voice{
        flex-direction: column;
        margin: 20px
    }
    .ul_voice li{
        padding: 20px;
        width: 100%;
    }
    .voice_ex {
        padding: 30px 20px;
    }
  }


/* 選ばれる理由*/
#chosen h2 span , #staff h2 span , #flow h2 span , #menu h2 span , #faq h2 span{
    color: #FA841E;
    font-size: 200%;
}
.chosen .chosen_wrap , .flow .chosen_wrap {
    position: relative;
    border-radius: 20px;
    background-image: linear-gradient(180deg, rgba(255, 244, 206, 1) 30%, rgba(255, 255, 255, 1));
}
.chosen .chosen_wrap:not(:last-of-type) , .flow .chosen_wrap:not(:last-of-type){
    margin-bottom: 70px;
    border: 3px solid var(--mainColor);
}
.chosen .chosen_wrap:last-of-type , .flow .chosen_wrap:last-of-type{
    margin-bottom: 0;
    border: 3px solid var(--mainColor);
}
.chosen .chosen_wrap h3 , .flow .chosen_wrap h3 {
    font-size: 28px;
}
.chosen .chosen_wrap:nth-of-type(1) img {
    display: block;
    /* width: 930px; */
    /* padding: 60px;
    margin: 0 auto 30px;
    background-color: #fff;
    box-sizing: border-box; */
    border-radius: 8px;
}

.chosen .chosen_wrap ul li.folding-body , .flow .chosen_wrap ul li.folding-body{
    display: none;
}
.chosen_accordion{
    list-style: none;
}
.flex_box_05{
    display: flex;
    gap: 30px;
    margin: 40px 30px;
}
.flex_box_05 p{
    width: 220px;
    height: auto;
}
.flex_box_05 div{
    width: calc(100% - 220px - 30px);
    height: auto;
}
.folding-body .folding-body_bg{
    margin: 0 30px 40px 30px;
}
.folding-body .folding-body_bg p{
    padding: 30px;
    background-color: rgba(250, 132, 30, 0.15);
    border-radius: 10px;
}
.folding-title_left_img img{
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
    .chosen .container {
        padding: 60px 20px;
    }
    .chosen .chosen_wrap:not(:last-of-type) {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .chosen .chosen_wrap:last-of-type{
        margin-bottom: 30px;
        padding-bottom: 40px;
    }
    .chosen .chosen_wrap h3 {
        font-size: 1.35rem;
        margin-bottom: 20px;
    }
    /* .chosen .chosen_wrap:nth-of-type(1) img {
        padding: 20px;
        margin-bottom: 20px;
    } */
    .flex_box_05 {
        flex-direction: column;
        margin: 20px;
        gap: 10px;
    }
    .flex_box_05 p{
        width: 100%;
    }
    .flex_box_05 .folding-title_left_img img{
        width: 100%;
    }
    .flex_box_05 div {
        width: 100%;
        height: auto;
    }
    .folding-body .folding-body_bg {
        margin: 0 20px 20px 20px;
    }
    .folding-body .folding-body_bg p {
        padding: 20px;
    }
    .chosen .chosen_wrap h3 , .flow .chosen_wrap h3 {
        font-size: 22px;
    }
}
.toggle-button {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-color: var(--mainColor);
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease;
}
.toggle-button::after,
.toggle-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    transition: all 0.3s ease;
}
.toggle-button::after {
    width: 21px;
    height: 2px;
}
.toggle-button::before {
    width: 2px;
    height: 21px;
}
.toggle-button.open::before {
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 768px) {
    .toggle-button {
        bottom: -22.5px;
        width: 45px;
        height: 45px;
    }
    .toggle-button::after {
        width: 18px;
        height: 2px;
    }
    .toggle-button::before {
        width: 2px;
        height: 18px;
    }
}
/* スタッフ*/
#staff , #flow{
    background-color: #FEF9E9;
}
.staff_wrap{
    background-image: linear-gradient(0deg, rgba(254, 252, 244, 1) 40%, rgba(234, 222, 231, 1));
    border: 5px solid #C8ADD2;
    border-radius: 20px 20px 0 0;
    padding: 30px;
}
.staff_wrap.staff_wrap_02{
    border-radius: 20px;
}
.flex_box_02{
    display: flex;
    gap: 50px;
    background-image: url(../img/staff_profile_top_bg.png);
    background-repeat: no-repeat;
    background-size: 75% 100px;
    background-position: top right;

}
.staff_img{
        width: 304px;
}
.staff_img img{
    border-radius: 20px;
    box-shadow: 8px 8px 0 rgba(148,100,188,0.2);
}
.staff_profile{
    width: calc(100% - 304px - 50px);
}
.staff_profile h3{
    padding: 10px 0;
    color: #fff;
}
.staff_text{
    background-color: #C8ADD2;
    color: #fff;
    padding: 30px;
    border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
    .flex_box_02{
        display: flex;
        gap: 20px;
        background-image: none;
        flex-direction: column;
    }
    .staff_img{
        width: 100%;
        text-align: center;
    }
    .staff_img img{
        width: auto;
        object-fit: contain;
        height: 250px;
    }
    .staff_profile {
        width: 100%;
        
    }
    .staff_profile h3{
        padding-left: 20px;
        background-image: url(../img/staff_profile_top_bg.png);
        background-size: cover;
        background-position: center;
    }
    .staff_wrap {
        padding: 20px;
    }
    .staff_text {
        padding: 20px;
    }
}
/* スライダー */
section#img-slider .slider_bg {
    background-image: url(../img/slider_bg.jpg);
    background-position: top center;
    background-size: cover;
    padding: 80px 0;
    color: #fff;
  }
section#img-slider .slider {
    position: relative;
  }
  section#img-slider .slider-img {
    width: 280px;
    margin: 0 10px; /* チラ見せ用に左右に隙間 */
    background-color: #fff;
    overflow: hidden;
    position: relative; /* 疑似要素の基準点として設定 */
  }
  section#img-slider .slider-img img {
    width: 100%;
    display: block;
  }
  @media (max-width: 768px) {
    section#img-slider .slider_bg {
    padding: 40px 0;
}
  }
  @media (max-width: 600px) {
    section#img-slider .slider-img {
      width: 50vw; /* スマホでは画面の50% */
      margin: 0 1vw;
    }

}

/* 推薦 */
.recommend_wrap{
    background-color: #FEE6D2;
    border-radius: 20px;
    padding: 10px;
}
.recommend_border{
    border: solid var(--mainColor) 3px;
    border-radius: 10px;
    padding: 30px 20px;
}
.recommend_border h2{
    color: var(--mainColor);
}
.recommend_img{
    width: 290px;
}
.recommend_img img{
    border-radius: 20px;
    width: 100%;
}
.flex_box_03{
    display: flex;
    gap: 30px;
}
.recommend_text{
    width: calc(100% - 320px);
}
.recommend_text h3{
    background-color: var(--mainColor);
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.flex_box_04{
    display: flex;
    max-width: 850px;
    width: 100%;
    gap: 30px;
    margin: 0 auto 30px auto;
}
.flex_box_04 img{
    width: calc((100% - 30px) / 2);
    border-radius: 20px;
    box-shadow: 8px 8px 0 rgba(245,214,110,1);
}
@media screen and (max-width: 768px) {
    .flex_box_03{
        flex-direction: column;
    }
    .recommend_img{
        width: 100%;
    }
    .recommend_text{
        width: 100%;
    }
    .flex_box_04{
        flex-direction: column;
    }
    .flex_box_04 img{
        width: 100%;
    }
    .recommend_img img{
        height: 250px;
        object-fit: contain;
    }
}

/* キャンペーン */
.campaign_wrap{
    border-radius: 20px;
    border: 5px solid #ff0000;
    background-color: #FEF9E9;
    position: relative;
    margin-top: 80px;
    padding: 80px 20px 40px 20px;
}
.campaign_wrap_top{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%);
}
.campaign_notes{
    list-style: none;
    text-align: justify;
}
.campaign_notes li::before {
    content: "※";
    margin-right: 0.5em;
  }


  .h2_change.h2_appeal {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(148, 100, 188, 1) 20% 80%, rgba(255, 255, 255, 0));
    padding: 20px 0;
}
@media screen and (max-width: 768px) {
    .h2_change.h2_appeal {
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(148, 100, 188, 1) 10% 90%, rgba(255, 255, 255, 0));
        font-size: 3.5vw;
    }
    .campaign_h2_img{
        max-width: 450px;
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 450px) {
    .h2_change.h2_appeal {
        font-size: 16px;
        padding: 10px;
    }
}

/* 施術プロセス */
.flow_bottom_arrow{
    position: absolute;
    top: 100%;
    left: 50px;
}
.flow h3 {
    font-size: 28px;
    line-height: 1.5;
}
.flow h3 span{
    font-size: 65%;
    font-family: var(--sans);
}
@media screen and (max-width: 768px) {
    .flow_bottom_arrow{
        left: 10px;
        width: 130px;
        height: auto;
    }
}
/* 喜びの声 */
#appeal{
    background-color: #F3EDF8;
    padding-bottom: 80px;
}
.appeal_bg{
    background-image: url(../img/appeal_bottom_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 80px;
}
.font_ppl{
    color: #9464BC;
}

@media screen and (max-width: 768px) {
    #appeal{
        padding-bottom: 30px;
    }
    .appeal_bg {
        padding-top: 30px;
    }
    .appeal_title{
        font-size: 4.5vw;
    }
}
.faq {}
.faq .faq-cont dl , .menu .faq-cont dl {
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq .faq-cont dl dt{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    font-size: 1.08rem;
    font-weight: bold;
    line-height: 1.1;
    padding: 35px;
    background-color: var(--mainColor);
    box-sizing: border-box;
}
 .menu .faq-cont dl dt {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        position: relative;
        font-size: 28px;
        font-weight: bold;
        line-height: 1.1;
        padding: 20px 50px 20px 20px;
        background-color: var(--mainColor);
        box-sizing: border-box;
}
.span_small span{
    font-size: 60%;
}
.faq .faq-cont dl dt p {
    position: relative;
    padding-left: 35px;
    color: #fff;
    font-weight: 500;
}
.menu .faq-cont dl dt p {
    position: relative;
    padding-left: 10px;
    color: #fff;
    font-weight: 500;
}
.faq .faq-cont dl dt p::after{ 
    content: " Q";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
}
.menu .faq-cont dl dd p {
    position: relative;
    font-weight: 400;

}
.menu .faq-cont dl dd p {
    position: relative;
    font-weight: 400;

}
.faq .faq-cont dl dd p::after {
    content: " A";
    position: absolute;
    top: 50px;
    left: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 32px;
    color: var(--mainColor);
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
}
.faq .faq-cont dl dd {
    display: none;
    position: relative;
    padding: 35px 35px 35px 70px;
    border-left: 2px solid #FEF9E9;
    border-right: 2px solid #FEF9E9;
    border-bottom: 2px solid #FEF9E9;
    box-sizing: border-box;
}
 .menu .faq-cont dl dd {
    display: none;
    position: relative;
    padding: 35px;
    background-color: #FEF9E9;
    box-sizing: border-box;
}
.faq .faq-cont dl dt.term::after , .menu .faq-cont dl dt.term::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg); /* 下向き */
    transition: transform 0.3s ease;
}
.tel_link{
    text-decoration: none;
}
.tel_link:hover{
    opacity: 0.6;
}
/* 開いたとき（上向き） */
.faq .faq-cont dl dt.term.open::after , .menu .faq-cont dl dt.term.open::after {
    transform: translateY(-50%) rotate(225deg); /* ↓ 向き */
}


@media screen and (max-width: 768px) {
    .faq .faq-cont dl dt {
        font-size: 1rem;
        line-height: 1.6;
        padding: 20px;
    }
    .faq .faq-cont dl dt p {
        padding-left: 25px;
        padding-right: 20px;
    }
    .faq .faq-cont dl dt p::after {
        left: -5px;
    }
    .faq .faq-cont dl dt.term::after {
        right: 20px;
        width: 9px;
    }
    .faq .faq-cont dl dd {
        padding: 20px 20px 20px 45px;
    }
    .menu .faq-cont dl dd {
        padding: 20px;
    }
    .faq .faq-cont dl dd p::after {
        top: 33px;
        left: 15px;
        font-size: 24px;
    }
    .menu .faq-cont dl dt{
    align-items: start;
    flex-direction: column;
}
}

/* アクセス */

section#access.access_bg{
    background-color: var(--mainColor);
    color: #fff;
}
section#access .bottom_icon_tel{
}
section#access .bottom_icon_tel::before{
    content: "";
    background-image: url(../img/bottom_icon_tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom 6px left;
    padding-left: 16px;
}
section#access .googlemap {
position: relative;
width: 100%;
height: 550px;
}
section#access .googlemap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media screen and (max-width: 600px) {
section#access .googlemap {
    padding-bottom: 56.25%; /* 16:9 = 9 / 16 = 0.5625 → 56.25% */
    height: 0;
    overflow: hidden;
}
}
.base_text{
    text-align: center;
}
@media screen and (max-width: 450px) {
    .base_text{
        text-align: justify;
    }
    }  


/* アクセス */
.coupon_bnr {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}
@media screen and (max-width: 768px) {
    .coupon_bnr {
        right: 10px;
        bottom: 10px;
        width: 160px;
        height: 160px;
    }
}