@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIOå
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* 位置調整   */
.text-aline-left{
    text-align-last: left;
}



/* ヘッダーバーを削除  */
.l-header__bar{
    display: none;
}

.l-header{
    height: 80px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .12);
}

.l-header__inner{
    height: inherit;
    padding: 0 0 0 14px;
}

/* ヘッダーgnav   */
.c-gnav>.menu-item {
    display: flex;
    align-items: center;
}

.c-gnav>.menu-item>a{
    padding: 12px 24px;

}

.c-gnav>.menu-item>a:after{
    bottom: 10px;
}

/* トップページのロゴ   */
.-series .l-header__logo{
    display: none;
    padding: 0;
}

.sub-page .l-header__logo{
    display: flex;
}

/* ヘッダーロゴ、FIXヘッダーロゴ */
.c-headLogo.-img {
    max-width: 126px;
    width: 100%;
    height: 70px;
}
/* ヘッダーボタン   */
.-series-right .w-header{
    margin-left: 24px;
}

.w-header__inner{
    display: flex;
    gap: 48px;
}

.custom-html-widget a{
  display: flex;
  border-radius: 2px;
  color: #fff;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition:  background 0.3s;
  font-size: 14px;
  padding: 8px 40px 8px 24px;
  position: relative;
}


#custom_html-2 a{
    background: #74B89C;
    
}

#custom_html-2 a::after{
    position: absolute;
    content: '';
    mask-image: url('images/menu_icon1.svg');
	mask-repeat: no-repeat;
	mask-size: cover;
    background-color: #fff;
    width: 22px;
    height: 24px;
    top: 56%;
    right: 10px;
    transform: translateY(-50%);

    
}

#custom_html-3 a{
    background: #4F9DAC;
}

#custom_html-3 a::after{
    position: absolute;
    content: '';
    mask-image: url('images/menu_icon2.svg');
	mask-repeat: no-repeat;
	mask-size: cover;
    background-color: #fff;
    width: 14px;
    height: 24px;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    
}


#custom_html-2 a:hover{
  background-color: #fff;
  color: #74B89C;
  border: 1px solid #74B89C;
  padding: 7px 39px 7px 23px;
  
}

#custom_html-2 a:hover::after{
    background-color:#74B89C;
    right: 9px;
}

#custom_html-3 a:hover{
    background-color: #fff;
    color: #4F9DAC;
    border: 1px solid #4F9DAC;
    padding: 7px 39px 7px 23px;
  }

#custom_html-3 a:hover::after{
    background-color:#4F9DAC;
    right: 15px;
}

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

    .l-header__logo {
            max-width: 130px;
            width: 100%;
            height: 100%;
            padding: 0;
    }

    .l-header{
        height: 97px;
        box-shadow: 0 0px 0px rgba(0, 0, 0, .12);
    }

    .-img .c-headLogo__link {
        display: block;
        padding: 0;
        max-width: 130px;
        width: 100%;
        height: 100%;

    }

    .c-headLogo {
        height: 100%;
    }
    .c-headLogo__img {
        /* max-width: 130px; */
        height: 100%;
        -o-object-fit: contain;
        object-fit: cover;
        width: 100%;
        aspect-ratio: 130 / 70;
    }
}

/* 検索ボタン 非表示*/
i.c-iconBtn__icon.icon-search {
    display: none;
}

/* 見出し2  */
.post_content h2 {
    font-weight: 400;
    font-size: 24px;
    position: static;
}

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
    padding: 0 1em;
}

.has-white-background-color{
    color: #4B4C4D;
}

/* 見出し3  */
.post_content h3 {
    font-weight: 400;
    font-size: 24px;
}

/* トップに戻るボタン */

#pagetop {
    border-radius: 0;
}

.c-fixBtn {
    width: 40px;
    height: 40px;
}

/*-------------------*/
/* スマホドロワーメニュー  */
/*-------------------*/

/* ハンバーガーボタン  */
.icon-menu-thin:before{
    color: #4B4C4D;
} 

.c-widget__title.-spmenu {
    background-color: transparent;
    color: var(--color_main);

}



/*----------*/
/* TOP FV   */
/*----------*/

    .top-fv .is-style-broken.has-media-on-the-right .wp-block-media-text__content {
        max-width: calc(640 / 1440* 100vw);
        width: 550px;
        padding-right: 0;
        margin-left: auto;
        margin-right: -180px;
    }
    
    .top-fv .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
        padding-top: calc(90 / 1440 * 100vw);
        padding-bottom: calc(90 / 1440 * 100vw);
        padding-left: calc(112 / 1440 * 100vw);
        background: #B9C1C3;
        height: inherit;
    }
    .top-fv .has-text-align-right{
        padding-right: 4em;
    }
    
    
    .top-fv .c-lead-message{
        margin-top: calc(150 / 1440* 100vw)!important;
        font-size:2rem !important ;
    }
    .top-fv .c-lead-text{
        font-size: 1rem !important ;
    }

    .top-fv .c-lead-message_sp{
        display: none;
    }

@media screen and (max-width: 1200px) {
        .top-fv .is-style-broken.has-media-on-the-right .wp-block-media-text__content {
            max-width: calc(640 / 1440* 100vw);
            width: 430px;
            padding-right: 0;
            margin-left: auto;
        margin-right: -180px;
    }
    
    .top-fv .c-lead-message{
        font-size: 1.5rem !important ;
    } 
}

@media screen and (max-width: 959px) {
    .top-fv{
        height: 100%;
    }
    
    .top-fv .wp-block-media-text{
        grid-template-columns: 0 100% !important;
        gap: 0;
        height: inherit;
    }
    
    .top-fv .is-style-broken.has-media-on-the-right .wp-block-media-text__content {
        max-width: calc(288 / 375* 100vw);
        width: 430px;
        padding-right: 0;
        margin-left: auto;
        margin-right: -120px;
        position: relative;
        bottom: 0;
    }
    
    
    .top-fv .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
        padding: calc(93 / 791 * 100%)  0  calc(93 / 791 * 100%) calc(113 / 956 * 100%);
    }
    
    .top-fv .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
        padding: 75px 0 ;
        background: #B9C1C3;
        height: inherit;
    }
    
    .top-fv .wp-block-media-text__media img {
        aspect-ratio: 390 / 496;
        overflow: hidden;
        width: 100%;
        height: calc(100vh - 255px);
        object-fit: cover;
        object-view-box: inset(10px 101px 0px 20px);
    }

    .top-fv .c-lead-message{
        color: #0D0D0D;
        text-shadow: 3px 4px 10px rgba(255, 255, 255, 0.71);
    }

    .top-fv .c-lead-text {
        color: #0D0D0D;
        text-shadow: 3px 4px 10px rgba(255, 255, 255, 0.71);
    }
    

    
    /* トップページのロゴ+メッセージ   */
    
    .top-fv .c-lead-message{
        font-size: 1.3rem !important ;
        margin-top: 0!important;
    } 
    
    .top-fv .c-lead-message_pc{
        display: none;
    }
    
    .top-fv .c-lead-message_sp{
        display: block;
    }
    
    
    .top-fv .c-lead-message{
        font-size: 2rem !important ;
    }
    

    .-series .l-header__logo{
        display: flex;
        align-items: center;
    }
    
    .top-fv .c-logo{
        display: none;
    }
    
    .top-fv .is-style-broken.has-media-on-the-right .wp-block-media-text__content {
        padding-left: 38px;
        position: absolute;
        bottom: 15%;
        left: 0;
    }
}


@media screen and (max-width: 600px) {
    .top-fv{
        position: relative;
        height: calc(100vh - 97px);
    }
    
    .top-fv .swell-block-fullWide__inner{
        height: inherit;
    }
    
    
    .top-fv .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
        padding: 75px 0 ;
        background: #B9C1C3;
        height: inherit;
    }
    
    .top-fv figure.alignleft.size-large.is-resized{
        width: calc(290 / 1440* 100vw);
    }
    
    
    .top-fv .wp-block-media-text__media figure{
        height: inherit;
    }
    
    .top-fv .wp-block-media-text__media img {
        aspect-ratio: 390 / 496;
        overflow: hidden;
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* object-view-box: inset(10px 101px 0px 20px); */
    }
    
    .top-fv .has-text-align-right{
        padding-right: 2em;
}

}

@media screen and (max-width: 600px) {
    .top-fv .wp-block-media-text{
        grid-template-columns:  100% !important;
    }

}




/* セクション余白   */

.post_content>*{
    margin-bottom: 12em;
}


@media screen and (max-width: 600px) {
    .l-mainContent__inner>.post_content{
        margin: 1em 0;
    }
}

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

.post_content>*{
    margin-bottom: 4em;
}

}


/*----------*/
/* TOP セクション  */
/*----------*/

/*  メディアとテキスト  */
.objective__content{
    gap: 38px;
}


/*  ボタン  */
.swell-block-button a {
    font-weight: 400;
    border-radius: 2px;
    transition: background  0.3s;
    white-space: nowrap;
}

.swell-block-button a:hover{
    background-color: #fff;
    color: #4F9DAC;
    border: 1px solid #4F9DAC;
    padding: calc(0.75em - 1px) calc(1.5em - 1px);
}

.swell-block-button--green a{
    background: #74B89C; 
}

.swell-block-button--green a:hover{
    background-color: #fff;
    color: #74B89C;
    border: 1px solid #74B89C;
}


@media screen and (max-width: 800px) {
    .top-section .btn-wrap{
        flex-direction: column;
    }

}


@media screen and (max-width: 600px) {
    .top-section .btn-wrap .swell-block-button[data-align=left] {
        text-align: right;
    }
 
}



/*  フッター直前  */

.w-beforeFooter{
    background-color: #F4FDFF;
    padding-top: 72px;
}

.w-beforeFooter .c-widget {
    text-align: center;
}

.w-beforeFooter .widget_media_image{
    max-width: 240px;
    width: 100%;
    margin-inline: auto;
}

.w-beforeFooter .textwidget.custom-html-widget {
    max-width: 340px;
    text-align: left;
    margin-inline: auto;
}

.w-beforeFooter {
    margin: 12em auto 0;
}

.w-beforeFooter .widget_text{
    padding-bottom: 56px;
    border-bottom: 1px solid #D9D9D9;
}

@media screen and (max-width: 600px) {
    .w-beforeFooter .textwidget.custom-html-widget {
        max-width: 290px;
        text-align: left;
        margin-inline: auto;
    }
    .w-beforeFooter {
        margin: 6em auto 0;
    }
}


/*  フッター  */

.l-footer{
    background-color: #F4FDFF; 
    padding-bottom: 1em;
}

.l-footer__nav a {
    border-left: none;
    border-right: none;
}

.l-footer__nav li:first-child a{
    border-left: none;
}

.l-footer .copyright {
    color:#ACACAC;
    margin-top: 1em;
}

/*  SPフッター固定メニュー  */
#fix_bottom_menu{
    height: 60px;
    background-color: #9CCDD7;
    color: #fff;
}

#fix_bottom_menu::before{
    background: transparent;
}

#fix_bottom_menu .menu-item {
    height: inherit;
    padding:4px 0;
}

#fix_bottom_menu .menu-item a {
    display: flex;
    height: inherit;
    align-items: end;
    position: relative;
}

#fix_bottom_menu .menu-item a::before {
    content: "";
    background-image: url('images/menu_icon1.png');
    background-position: 50%;
    background-size: cover;
    position: absolute;
    width: 30px;
    height: 32px;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

#fix_bottom_menu .menu-item:nth-of-type(2) a{
    border-left:1px solid #fff
}

#fix_bottom_menu .menu-item:nth-of-type(2) a::before{
    background-image: url('images/menu_icon2.png');
}

#fix_bottom_menu span{
    font-size: 12px;
}


/*----------*/
/*下層ページ共通 */
/*----------*/

/*見出し1*/
.c-pageTitle{
    color: #fff;
    background-color:#4F9DAC;
    padding: 72px 10px;
    margin-left: calc(50% - 50vw); 
    margin-right: calc(50% - 50vw);
    text-align: center;
    color: #FFF;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.96px;
}

.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner{
    float:none;
    font-size: 32px;
}

/*全体レイアウト*/
.l-content{
    padding-top: 0;
    position: static;
}

/*パンくずリスト*/
.-body-solid .p-breadcrumb.-bg-on{
    display: none;
}


h2.wp-block-heading.is-style-section_ttl.sub-page-h2{
    letter-spacing: 0.72px;
}

@media screen and (max-width: 600px) {
    /*見出し1*/
.c-pageTitle{
    font-size: 2rem;
    padding: 30px;
}

.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner{
    font-size: 2rem;
}



/*全体レイアウト*/
.l-content{
    padding-top: 0;
}

/*パンくずリスト*/
.-body-solid .p-breadcrumb.-bg-on{
    display: none;
}


h2.wp-block-heading.is-style-section_ttl.sub-page-h2{
    letter-spacing: 0.72px;
}

}

/*----------------------*/
/* 日本総合脱毛協会について  */
/*----------------------*/
.about .l-mainContent__inner>.post_content{
    margin-top: 0;
}

.about .l-content{
    margin-bottom: 10em;
}

.about .post_content>*{
    margin-bottom: 0;
}

.about .pc-py-60{
    padding-top: 4em!important;
    padding-bottom: 12em !important;
}

@media screen and (max-width: 600px) {
    .about .l-content {
        margin-bottom: 3em;
    }
}


/* 当協会の目的 */
.objective .wp-block-media-text__content{
    background-color: #ffffffde;;
}

.objective .wp-block-media-text.has-background .wp-block-media-text__content {
    padding: 3em;
}

/* 理事長ご挨拶 */
.wp-block-group.message__body.has-white-background-color.has-background{
    padding: 80px 2em;
}

.message__heading{
    margin-bottom: 6em;
}

.message__content{
    max-width: 830px;
    width: 100%;
    margin-inline: auto;
}

.message__name{
    max-width: 280px;
    width: 100%;
    margin-left: auto;

}

@media screen and (max-width: 600px) {
    .message__heading{
        margin-bottom: 3em;
    }

    .wp-block-group.message__body.has-white-background-color.has-background{
        padding: 80px 1em;
    }

    .message__name{
        max-width: 100%;
    }
    .message__name .has-text-align-left{
        text-align: end;
    
    }

}

/* 会社概要 */

.company{
    max-width: 850px;
    width: 100%;
    margin-inline: auto;
    margin-top: 10em;
}

.company__column-l{
    border-bottom:1px solid #4F9DAC
}

.swell-block-columns .swell-block-column.company__column-r{
    border-bottom:1px solid #B9DCDC;
    margin-left: 0;
    width: 70.6%;
}

.company .swell-block-columns__inner{
    justify-content: center;
}

.company .swell-block-columns .swell-block-column {
    margin-left: 0;
}

.company .swell-block-columns__inner{
    margin-inline: auto;

}


@media screen and (max-width: 959px) {
    .company .swell-block-columns .swell-block-column {
        padding: 2em 1em 1em 1em;
    }

}

@media screen and (max-width: 600px) {
    .company{
        margin-top: 3em;
    }

    .swell-block-columns .swell-block-column {
        padding-left: 1em;
        padding-top: 1em;
    }

    .swell-block-columns .swell-block-column.company__column-l{
        border-bottom:none;
        padding-left: 0;
        margin-left: 0;
    }

    .swell-block-columns .swell-block-column.company__column-r {
        padding-top: 0;
        width: 100%;
    }
    .company .swell-block-columns__inner{
        row-gap: 0.5em;
    
    }
}

/*--------------*/
/*   会員制度    */
/*--------------*/

.membership__text{
    max-width: 770px;
    width: 100%;
    margin-inline: auto;
    color: var(--black, #4B4C4D);
    font-size: 16px;
    font-weight: 400;
}

.membership__info{
    max-width: 770px;
    width: 100%;
    margin-inline: auto;
    color: var(--black, #4B4C4D);
    font-size: 16px;
    font-weight: 400;
}

.membership__list{
    padding-left: 1em;
}

.membership__list li{
    position: relative;
    line-height: 1.5;
}

.membership__list li::before{
    position: absolute;
    content: '';
    background-color: #4B4C4D;
    width:14px;
    height: 14px;
    top: 0.5lh;
    left: -1.3em;
    transform: translateY(-50%);
    
}

.privilege{
aspect-ratio: 680 / 378;
max-width: 680px;
width: 100%;
margin-inline: auto;
background-image: url('images/membership_frame_green.png');
background-position: 50%;
background-size: contain;
background-repeat: no-repeat;
padding-top: 3em;
}

.privilege__title{
    color: #001C22;
    font-size: 1.5rem;
    font-weight: 500;
}
.privilege__list{
    color: #001C22;
    font-size: 1.125rem;
    font-size: clamp(1rem, -0.625rem + 4vw, 1.125rem);
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    max-width: 432px;
    width: 100%;
    margin-inline: auto;
}

.privilege__item{
    position: relative;
}

.privilege__item::before{
    position: absolute;
    content: '';
    background-color: #001C22;
    width:3px;
    height: 3px;
    border-radius: 50%;
    top: 0.5lh;
    left: -0.5em;
    transform: translateY(-50%); 
}

@media screen and (max-width: 700px) {
    .privilege__list{
        line-height: 1.5;
    }


}

@media screen and (max-width: 600px) {
    .privilege{
        background-image: none;
        background-image: url('images/membership_frame_green_sp.png');
        padding-top: 3em;
        position: relative;
        aspect-ratio: 365 / 381;
        padding-left: 2.5em;
        padding-right: 2em;
        padding-bottom: 2em;
        }

        .privilege__list{
            font-size: 16px;
            line-height: 30px;
        }
}

@media screen and (max-width: 375px) {
    .privilege__list{
        font-size: 16px;
        line-height: 1.5;
    }
}

/*------------------------------*/
/* 入会申込フォーム,お問い合わせフォーム  */
/*------------------------------*/

.contact,
.signup{
    background-color: #F4FDFF;
}

.signup .l-mainContent__inner>.post_content{
    margin-top: 4em;
}

.signup .post_content>*{
    margin-bottom: 0;
}

/* 申込の流れステップ  */

.step {
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    max-width: 893px;
    width: 100%;
    display: flex;
    height: 105px;
    align-items: center;
}

li.step__item{
    position: relative;
    list-style: none;
    color: #fff;
    background-color: #5CC5D9;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step__text{
font-size: 16px;
letter-spacing: 0.48px;

}

.step__item:after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 52.5px solid transparent;
    border-bottom: 52.5px solid transparent;
    border-left: 35px solid #5CC5D9;
    border-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #5AB8CA;

}

.step__item:nth-of-type(1){
   width: calc(302 / 893 * 100%);
}

.step__item:nth-of-type(2){
    background-color: #5AB8CA;
    width: calc(326 / 893 * 100%);
}

.step__item:nth-of-type(2)::after{
    background-color: #4F9DAC;
    border-left: 35px solid #5AB8CA;
}

.step__item:nth-of-type(3){
    background-color: #4F9DAC;
    width: calc(265 / 893 * 100%);
}

.step__item:nth-of-type(3)::after{
    border-left: 35px solid #4F9DAC;
    background-color: #F4FDFF;
    border-top: 53px solid transparent;
}

p.step__text {
    display: inline;
}

.step__attention{
    display: block;
    font-size: 12px;
    letter-spacing: 0.36px;
    padding-left: 2em;
    position: relative;
    margin-top: 6px;
}

.step__attention::before{
    content:"※";
    width: 1em;
    height: 1em;
    position: absolute;
    left: 1em;
    top: 0;
}

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

    ul.step{
        padding-left: 0;
    }
    li.step__item {
        text-align: center;
        line-height: 1;
    }

    li.step__item::after{
        border-left: 14px solid #5CC5D9;

    }
    .step__item:nth-of-type(2)::after{
        border-left: 14px solid #5AB8CA;
    }
    
    
    .step__item:nth-of-type(3)::after{
        border-left: 14px solid #4F9DAC;
    }

    p.step__text {
        display: block;
        margin-top: 6px;
    }

}

/* 入会申込の説明  */

.application{
    max-width: 1036px;
    margin-inline: auto;
    padding-top: 5em;
    padding-bottom: 3em;
    background-color: #fff;
    padding-left: 1em;
    padding-right: 1em;
}

.application .wp-block-group {
    --swl-box_padding: 2em;
    max-width: 672px;
    margin-inline: auto;
}
.application__lead{
    font-size: 16px;
    line-height: 28px; /* 175% */ 
    letter-spacing: 0.48px;
}


.application__text{
    padding:0 40px;
    font-size: 16px;

}

@media screen and (max-width: 600px) {
    .application__text{
        padding:0 0;
    
    }

}

.membership-system .about,
.signup .about{
    border: 1px solid #4F9DAC ;
    position: relative;
    padding: 26px 38px;
    max-width: 672px;
    margin-inline: auto;
}

/*二重線*/
.membership-system .about::after,
.signup .about::after{
    content:"";
    border:1px solid #4F9DAC;
    position: absolute;
    top: 6px;
    bottom:6px;
    left: 6px;
    right: 6px;

}

.membership-system .about__ribbon,
.signup .about__ribbon{
    background: #5CC5D9;
    color: white;
    display: inline-block;
    padding-bottom: 14px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 7px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 64px;
    height: 72px;
    z-index: 2;
}

.membership-system .about__ribbon::before,
.signup .about__ribbon::before {
    border: none;
    border-bottom: solid 10px #4F9DAC;;
    border-left: solid 10px transparent;
    content: "";
    left: -10px;
    position: absolute;
    top: 0;
}

.membership-system .about__ribbon::after,
.signup .about__ribbon::after{
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    border-bottom: 14px solid #fff;
    border-top: 0;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;

}

.membership-system .about__sm,
.signup .about__sm{
    font-size: 16px;
    line-height: 120.3%;
    display: block;

}

.membership-system .about__lg,
.signup .about__lg{
    font-size: 20px;
    line-height: 120.3%;
    letter-spacing: 3.8px;
    display: block;
    text-indent: 3px;

}

.membership-system .about__title,
.signup .about__title{
font-size: 20px;
font-weight: 500;
text-align: center;

}

.membership-system .about__lead,
.signup .about__lead{
font-size: 20px;
font-weight: 400;
text-align: center;
border-bottom: 1px solid #4B4C4D;;
}

.membership-system .about__lead span,
.signup .about__lead span{
    font-size: 16px;

}

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

    .membership-system .about,
    .signup .about{
    padding: 26px 14px;

    }

    .membership-system .about__ribbon,
    .signup .about__ribbon{
        height:62px;
    }

    .membership-system .about__ribbon::after,
    .signup .about__ribbon::after{
        border-bottom: 8px solid #fff;
    }

    .membership-system .about__text,
    .signup .about__text{
    font-size: 16px;
    line-height: 29px;

}

}

/*----------*/
/* フォーム   */
/*----------*/

form{
    max-width: 1036px;
    width: 100%;
    margin-inline: auto;
    background-color: #fff;
    padding-bottom: 5em;
    padding-left: 1em;
    padding-right: 1em;
}

.contact__contents{
    max-width: 780px;
    width: 100%;
    margin-inline: auto;
}

[type=text],
[type=email],
[type=tel] {
background-color:  #F1F1F1;
line-height: 1.5;
padding: 24px 26px;
width: 100%;


}
  
  
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color:  #F1F1F1;
box-shadow: none;
height: 200px;
padding: 16px 26px;
resize: none;
width: 100%;
}
  
/* リセット */
input[type="checkbox"],
input[type="radio"] {
  display: none;
}

[type=checkbox] + span{
cursor: pointer;
display: inline-block;
padding: 0 0 0 25px;
position: relative;
line-height: 1;
}


[type=checkbox] + span::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #fff;
    border:  1px solid #A6A6A6;;
    display: block;
    width: 17px;
    height:17px;
    border-radius: 2px;
}

[type=checkbox] + span::after{
    content: "";
    margin-top:-2px;
    position: absolute;
    top: 54%;
    left: 3px;
    transform: translateY(-50%) rotate(-45deg);
    display: block;
    width: 12px;
    height:5px;
    border-bottom: 3px solid red;
    border-left: 3px solid red;
    transition:  .3s;
    opacity: 0;
}


[type=checkbox]:checked + span::after  {
opacity: 1;

}

/* 確認ボタン  */
.contact__submit{
max-width: 158px;
margin-top: 50px ;
margin-inline: auto;

}

.contact__btn{
    position: relative;
    max-width: 158px;
    width: 100%;
    margin-inline: auto;
}
.contact__btn::after{
    content:"";
    width: 20px; 
    height: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: skew(45deg) translateY(-50%);
    position: absolute;
    right: 25px;
    top: 50%;
    transition: all .3s ease-in-out;
}

.contact__btn--white::after{
    border-right: 1px solid #FF6A2A;
    border-bottom: 1px solid #FF6A2A;

}

.contact__btn:hover::after{
    right: 10px; 
}

.contact__btn-submit,
.contact__btn-return{
    transition: all 0.3s ease 0.3s;
    padding: 8px 24px;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
    background: #FF6A2A;
    text-align: left;
    }
    
.contact__btn-return{
    background-color: #fff;
    color: #FF6A2A;
    border: 1px solid #FF6A2A;
}


.wpcf7-spinner{
    display: none;
}

  
  
  
.contact__content{
margin-top: 30px;

}

.contact__head label{
    font-weight: 500;
    display: inline-block;
}
  
.contact__required{
display: inline-block;
font-size: 14px;
font-weight: 500;
color: white;
border-radius: 3px;
background: #FF783E;
padding: 0 8px;
min-width: 50px;
text-align: center;
margin-left: 10px;

}
  
  .contact__item{
    margin-top: 12px;
  }
  
.contact__privacy{
    padding: 1.5em 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    text-align: center;
}

.contact__text{
font-size: 16px;
font-weight: 400;
line-height: 28px; /* 175% */
letter-spacing: 0.48px;
}

.contact__privacy span{
font-size: 18px;
font-weight: 400;
line-height: 18px; /* 100% */
letter-spacing: 0.54px;
margin-top: 1em;
line-height:1.5;

}

.contact__privacy span a{
    text-decoration-line: underline;
    color: #4B4C4D;

}

form::placeholder{

    
  }
  
.contact__error {
    color: red; 
    margin-top: 5px; 
  }



/*----------*/
/* フォーム確認  */
/*----------*/

.contact-confirm__text{
font-size: 20px;
font-weight: 400;
letter-spacing: 0.6px;
}

.contact-confirm__list{
    margin-top: 30px;
    display: flex;
    flex-direction: column;

}

.contact-confirm__item{
    display: flex;
    padding: 2em;
    border-bottom: 1px solid #4F9DAC;

}

.contact-confirm__term {
    width: 200px;
}

.contact-confirm__term span{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: white;
    border-radius: 3px;
    background: #FF783E;
    padding: 0 8px;
    min-width: 50px;
    text-align: center;
    margin-left: 10px;

}

.contact-confirm__definition{
    width: calc(100% - 200px);

}

.contact-confirm__buttons{
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 400px;
    margin-inline: auto;
}

.contact-confirm__left,
.contact-confirm__right{
    width: 50%;

}


.contact__btn-return{
    width: 100%;

}

@media screen and (max-width: 600px) {
    .contact-confirm__text{
        font-size: var(--swl-fz--content, 20px);
    }

    .contact-confirm__item{
        display: block;
        padding: 1em;
    }

    .contact-confirm__term {
        width: 100%;
    }

    .contact-confirm__definition{
        width: 100%;
    
    }

}


/*-----------------*/
/* プライバシーポリシー、会員規約 */
/*----------------*/

.terms .post_content h2,
.privacy .post_content h2{
    margin: 2em 0 0.5em;
}

.terms .post_content,
.privacy .post_content{
    max-width: 850px;
    width: 100%;
    margin-inline: auto;
}

.terms__last,
.privacy__last{
    margin-top: 4em;
}

.terms__item,
.privacy__item{
    border-bottom: 1px solid #B9DCDC;
    padding-bottom: 2em;  
}


/*-----------------*/
/* about 20240728 */
/*----------------*/
.franchising_area{
    margin-bottom: 0!important;
}
.franchising_area .franchising_box{
    max-width: 750px;
    margin: 0 auto;
    padding: 5%;
    background: #fff;
}
.franchising_area .franchising_box li{
    position: relative;
    list-style: none!important;
    padding-left: 15px;
}
.franchising_area .franchising_box li a{
    display: inline-block;
    position: relative;
    color: #4B4C4D;
    margin-bottom: 20px;
}
.franchising_area .franchising_box li:last-of-type a{
    margin-bottom: 0;
}
.franchising_area .franchising_box li a::before{
    content: "";
    width: 8px;
    height: 8px;
    background: #4F9DAC;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}
.franchising_area .franchising_box li a::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #4f9dac;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.double_removal_area .recommend_box{
    padding-top: 12em;
    padding-bottom: 12em;
}
.double_removal_area .recommend_area{
    position: relative;
    width: 680px;
    margin: 0 auto;
    padding: 30px;
}
.double_removal_area .recommend_area .w-ttl{
    font-size: 35px;
    margin-bottom: 0;
    text-align: center;
    color: #4f9dac;
    line-height: 1.4;
    margin-bottom: 10px;
}
.double_removal_area .recommend_area .w-sub-ttl{
    font-size: 14px;
    text-align: center;
    color: #4B4C4D;
}
.double_removal_area .recommend_area .r-img{
    position: absolute;
    width: 250px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 8%;
    z-index: -1;
}
.double_removal_area .recommend_area .r-top{
    position: absolute;
    width: 30%;
    height: 1px;
    background: #4F9DAC;
    top: 0;
    left: 0;
}
.double_removal_area .recommend_area .r-right{
    position: absolute;
    width: 30%;
    height: 1px;
    background: #4F9DAC;
    bottom: 0;
    right: 0;
}
.double_removal_area .recommend_area .r-bottom{
    position: absolute;
    width: 1px;
    height: 35%;
    background: #4F9DAC;
    bottom: 0;
    right: 0;
}
.double_removal_area .recommend_area .r-left{
    position: absolute;
    width: 1px;
    height: 30%;
    background: #4F9DAC;
    top: 0;
    left: 0;
}
.double_removal_area .r-txt_area {
    margin-top: 40px;
}
.double_removal_area .r-txt_area p{
    text-align: center;
    line-height: 2.5;
}

/* form 240722 */
#wpcf7-f369-p366-o1 .contact__btn.contact__btn--white input{display: block!important;}

@media screen and (max-width: 850px) {
    .double_removal_area .recommend_area{width: 90vw; padding: 6vw 3vw;}
    .double_removal_area .recommend_area .w-ttl{font-size: 5.5vw;}
    .double_removal_area .recommend_area .w-sub-ttl{font-size: 2vw;}
    .double_removal_area .recommend_area .r-img{width: 28vw;}
    .double_removal_area .r-txt_area p{text-align: start;}
}
@media screen and (max-width: 768px) {
    .double_removal_area .w-ttl{font-size: 25px; text-align: start;}
    .double_removal_area .w-sub-ttl{font-size: 16px; text-align: start;  padding-left: 16px; text-indent: -16px;}
}
@media screen and (max-width: 560px) {
    .double_removal_area .recommend_area{width: 92vw; padding: 10vw 3vw;}
    .double_removal_area .recommend_area .w-sub-ttl{font-size: 14px; text-align: start; padding-left: 14px; text-indent: -14px;}
    .double_removal_area .recommend_area .r-img{width: 50vw;}
    .double_removal_area .recommend_box{ padding-top: 8em; padding-bottom: 8em;}
}