@charset "utf-8";

/* ==============================

    サイト設定　適宜変更箇所

============================== */

body,
html {
    font-size: 18px;
    background-color: #F9F8F3;
    letter-spacing: 0.04em;
    line-height: 1.75;
}

body {
    color: #333333;
    font-family: "Zen Maru Gothic", sans-serif;
}


html {
    scroll-behavior: smooth;
}

a,
a img {
    color: #333333;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

/*下層ページタイトル*/
.under-v {
    padding: 50px 0 50px;
    text-align: center;
    background: gray;
    color: #fff;
}

/* ==============================

    サイト設定

============================== */

.inner-s {
    max-width: 960px;
    margin: 0 auto;
}

.inner {
    max-width: 1100px;
    margin: 0 auto;
}

.inner-l {
    max-width: 1440px;
    margin: 0 auto;
}

.inner-max {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
}

/* カラー */
.red {
    color: #6E0B0B;
    font-weight: bold;
}

/*画像ホバー時*/

.img-hover {
    transition: .6s;
}

.img-hover:hover {
    opacity: .6;
}

.flex-row {
    flex-direction: row-reverse;
}

/* ボタン */
.btn {
    padding: 0 !important;
}

.btn a {
    border-radius: 20px;
    width: 226px !important;
    height: 60px;
    position: relative;
    text-align: left !important;
    padding: 0 0 0 40px !important;
    transition: transform 0.3s ease;
}

.solid-btn a {
    background-color: #fff;
    color: #333;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.btn a::after {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: contain;
}

.solid-btn--yellow a::after {
    background-image: url(../img/arrow--yellow.png);
}

.solid-btn--orange a::after {
    background-image: url(../img/arrow--orange.png);
}

.fill-btn--pink a {
    background-color: #EE718C;
}

.fill-btn--pink a::after {
    background-image: url(../img/solid-arrow--pink.png);
}

.fill-btn--green a {
    background-color: #17A893;
}

.fill-btn--green a::after {
    background-image: url(../img/solid-arrow--green.png);
}

.solid-btn--blue a {
    border: 2px solid #1E9FEA;
}

.solid-btn--linegreen a {
    border: 2px solid #00B900;
}

.solid-btn--orange a {
    border: 2px solid #FF5900;
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100.trial-btn {
    width: 280px;
    height: 60px;
}

.trial-btn a {
    position: relative;
    padding: 0 14px 0 56px !important;
}

.trial-btn a::after {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 38px;
    height: 38px;
    background-position: center;
    background-size: contain;
}

.trial-form a::after {
    background-image: url(../img/icon-mail.png);
}

.trial-line a::after {
    background-image: url(../img/icon-line.png);
}

.trial-tel a::after {
    background-image: url(../img/icon-tel.png);
}

.contact-tel a {
    font-size: 14px;
}

.trial-telnumber {
    font-size: 24px;
    line-height: 10px;
}

.btn-supplement {
    width: 80%;
}

.fill-btn--blue a {
    background-color: #1E9FEA;
}

.fill-btn--blue a::after {
    background-image: url(../img/solid-arrow--blue.png);
}

.footer-btn {
    width: 226px;
    height: 60px;
    font-weight: 700;
}

.footer-btn a {
    border-radius: 20px;
    padding: 0 0 0 40px;
    text-align: left;
    position: relative;
    transition: transform 0.3s ease;
}

.footer-btn a::after {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: contain;
}

.footer-btn--blue a {
    border: 2px solid #1E9FEA;
}

.footer-btn--blue a::after {
    background-image: url(../img/arrow--blue.png);
}

.footer-btn--linegreen a {
    border: 2px solid #00B900;
}

.footer-btn--linegreen a::after {
    background-image: url(../img/arrow--linegreen.png);
}

.btn a:hover::after,
.footer-btn a:hover::after {
    transform: translateY(-50%) translateX(6px);
}

/* ==============================

　　固定メニュー

　============================== */

.fix_nav.sp_disp.sp {
    position: fixed;
    z-index: 300;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #F3F1E6;
}

.wp-block-group.fix_nav.sp_disp-inner {
    gap: 0;
}

.kotei-menu {
    color: #333;
    padding: 5px 0;
    text-align: center;
    border-right: 0.5px solid #fff;
    position: relative;
}

.kotei-menu:last-child {
    border-right: none;
}

/*メニュー数*/

.sp_disp-4 .kotei-menu {
    width: 25%;
}

.sp_disp-3 .kotei-menu {
    width: 33.3333333333%;
}

.sp_disp-2 .kotei-menu {
    width: 50%;
}

.sp_disp-1 .kotei-menu {
    width: 100%;
}

/* ==============================

ヘッダーの設定

　============================== */

header {
    width: 100%;
    transition: .6s;
}

.header-inner {
    transition: .6s;
}

.header-inner nav {
    background-color: #F3F1E6;
    padding: 16px 40px;
    border-radius: 20px;
    opacity: 0.7;
}

/*適宜修正*/

.header-inner {
    position: fixed;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 300;
    width: 90%;
    max-width: 1700px;
}

.header-inner .logo {
    padding-right: 40px;
}

.header-inner .logo img {
    width: 220px;
    min-width: 220px;
}

.header-inner-menu>.wp-block-navigation__container {
    column-gap: 40px;
    font-size: 18px;
    font-weight: 700;
}

.scroll-nav .header-inner {
    top: 24px;
}

.scroll-nav .wp-container-core-group-is-layout-eaacdc6a {
    align-items: center;
}

.scroll-nav .header-inner .logo img {
    width: 180px;
    min-width: auto;
}

.scroll-nav nav {
    opacity: 1;
}

.header-inner-menu li:hover {
    opacity: 0.7;
}


/* ==============================
    
    メインビジュアル
    
　============================== */

/*メインビジュアル　relative*/

.mainv {
    z-index: 0;
    position: relative;
    margin-top: 128px;
}

.slider-01 {
    position: relative;
    width: 100%;
    overflow: hidden;
    width: 90%;
    max-width: 1700px;
    border-radius: 60px;
}

/* .slider-01::before {
    content: "";
    width: 300px;
    height: 104px;
    background-color: #F9F8F3;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 60px 0 86px 0;
    z-index: 2;
} */

/*メインビジュアル　高さ適宜変更*/
.mainv,
.slider-01,
.slider-01 .slide figure.wp-block-image.size-full,
.slider-01 .slide figure.wp-block-image.size-full img {
    height: calc(100vh - 160px);
}

.mv-shape {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 277px;
}

/*メインビジュアルキャッチコピー*/
figure.wp-block-image.size-full.maincopy {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    left: 1.6%;
    margin: auto;
    z-index: 20;
    width: 14.5%;
    min-width: 200px;
    max-width: 280px;
}

.trial-float {
    position: absolute;
    width: 430px;
    z-index: 20;
    right: 2%;
    bottom: 1%;
}

.trial-float:hover {
    cursor: pointer;
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
}

@keyframes poyopoyo {

    15%,
    45%,
    75% {
        transform: scale(1.05);
    }

    0%,
    30%,
    60%,
    90% {
        transform: scale(1.0);
    }
}


/* ==============================

　　↓　PC版テーマ専用CSSは下記から記述　↓

　============================== */
body .is-layout-flex.reason-flex {
    justify-content: space-around;
}

.reason-content {
        width: 40%;
    margin-left: 8% !important;
}

.reason-img {
        width: 50%;
}

#voice .is-style-vk-group-solid-roundcorner {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/*---------------
 下層FV
---------------*/
.low-fv {
    position: relative;
    height: 60vh;
}

.low-fv__img {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.low-fv__img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    -webkit-mask-image: url(../img/lowfv-mask.svg);
    mask-image: url(../img/lowfv-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.lowpage__title {
    position: absolute;
    bottom: -24%;
    left: 50%;
    transform: translateX(-50%);
    width: 15%;
    max-width: 184px;
    min-width: 120px;
}








/* ==============================

    スマホ・タブレット縦

============================== */

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

    /*ハンバーガーメニュー表示*/
    .nav-wrapper {
        display: block;
    }

    .pc,
    .page-top {
        display: none !important;
    }

    .sp {
        display: block;
    }

    figure.wp-block-image.size-full.maincopy {
        position: absolute;
        top: auto;
        left: auto;
        margin: auto;
        z-index: 20;
        width: 50%;
        min-width: 260px;
        max-width: unset;
        right: 0;
        bottom: -17%;
    }

     .low-fv{
        height: 40vh;
     }

    body .is-layout-flex.reason-flex {
    flex-direction: column;
    max-width: 640px;
    row-gap: 24px;
    }

    .reason-content {
    margin-left: 0 !important;
    width: 100%;
    }

    .reason-img {
    width: 100%;
    }
}


/* ==============================

    PC・タブレット横 

============================== */

@media only screen and (min-width:1100px) {

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .sp {
        display: none !important;
    }

}

/* ==============================

    タブレット縦横

============================== */

@media (max-width: 1650px) and (min-width: 710px) {

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }



}


/* ==============================

    タブレット縦のみ

============================== */

@media (max-width: 1100px) and (min-width: 710px) {

    /*MVの高さ適宜変更*/
    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 60vh;
    }

    .tel-menu-flex {
        max-width: 374px;
    }

    .fix_nav.sp_disp.sp {
        display: none;
    }

}


/* ==============================

    スマホ　

============================== */

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


    /*スマホ版MVの高さ適宜変更*/
    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 60vh;
    }


    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }


    /*スマホ版文字サイズ*/
    p {
        font-size: 18px;
    }

    .header-inner {
        top: 32px;
    }

    .header-inner .logo img {
        object-fit: cover;
        width: 128px;
        min-width: auto;
    }

    .scroll-nav .header-inner .logo img {
        width: 128px;
    }

    .mainv {
        margin-top: 72px;
    }

    .trial-float {
    width: 50%;
    min-width: 220px;
    }

    .mv-shape img {
        width: 154px;
    }

}


/* ==============================

  その他適宜追加する場合は下記に記述

============================== */