html { 
    font-family: 'Noto Sans JP', sans-serif;
    color: #777575;
    position: relative;
}

body {
    min-width: 390px;
}

body.js-active {
    overflow: hidden;
}

main {
    background-color: #fdf8f8;
    margin-top: 149px;
}
main#top-main {
    background-color: #fff;
}

@media screen and (max-width: 1150px) {
    main {
        margin-top: 54px;
    }
}

span {
    display: inline-block;
}

picture {
    display: block;
}

img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

::placeholder {
    color: #bcbcbc;
    font-weight: 400 !important;
}
::-ms-input-placeholder {
    color: #bcbcbc;
    font-weight: 400 !important;
}
:-ms-input-placeholder {
    color: #bcbcbc;
    font-weight: 400 !important;
}

a {
    display: inline-block;
}

@media screen and (min-width: 901px) {
    a {
        transition: opacity .5s;
        -webkit-transition: opacity .5s;
        -moz-transition: opacity .5s;
        -ms-transition: opacity .5s;
        -o-transition: opacity .5s;
    }

    a:hover {
        opacity: 0.6;
    }

    a.hover-pink,
    a.hover-purple {
        transition: background-color .5s;
    }

    a.hover-pink:hover,
    a.hover-purple:hover {
        opacity: 1;
    }

    a.hover-pink:hover {
        background-color: #f0738c;
    }
    a.hover-purple:hover {
        background-color: #cc7bc3;
    }

    .hover-pink,
    .hover-purple {
        transition: background-color .5s;
    }

    .hover-pink:hover,
    .hover-purple:hover {
        opacity: 1;
    }

    .hover-pink:hover {
        background-color: #f0738c;
    }
    .hover-purple:hover {
        background-color: #cc7bc3;
    }
}

/* utility */
.u-en {
    font-family: 'Montserrat', sans-serif;
}

/* layout */
.l-wrapper01 {
    padding: 110px 25px 100px;
}

.l-wrapper02 {
    padding: 100px 25px 100px;
}

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

@media screen and (max-width: 900px) {
    .l-wrapper01 {
        padding: 60px 25px 60px;
    }

    .l-wrapper02 {
        padding: 60px 25px 60px;
    }
}

/* common */
.pc-only {
    display: block;
}

.br-pc-only {
    display: inline-block;
}

.sp-only {
    display: none;
}

.br-sp-only {
    display: none;
}

@media screen and (max-width: 900px) {
    .pc-only {
        display: none;
    }

    .br-pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .br-sp-only {
        display: inline-block;
    }
}

/* component */
.c-mv {
    position: relative;
    padding: 104px 0 65px;
    overflow: hidden;
}

.c-h1 {
    text-align: center;
    position: relative;
    z-index: 2;
}

.c-h1::before {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: -76px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-weight: 700;
    font-size: 236px;
    line-height: 100%;
    letter-spacing: .25em;
    color: #fff;
    z-index: -1;
    text-align: center;
}

.p-faqMv .c-h1::before {
    padding-left: 54px;
    content: 'FAQ';
}

.p-contactMv .c-h1::before {
    content: 'CONTACT';
    letter-spacing: .06em;
}

.p-simulationMv .c-h1::before {
    content: 'SIMULATION';
    letter-spacing: .06em;
}

.p-columnMv .c-h1::before {
    content: 'COLUMN';
}

.p-timeMv .c-h1::before {
    content: 'TIME';
}

.p-menuMv .c-h1::before {
    content: 'MENU';
}

.c-h1__en {
    font-weight: 700;
    font-size: 57px;
    line-height: 1;
    letter-spacing: .22em;
    color: #f19dae;
}

.p-faqMv .c-h1__en {
    padding-left: 9px;
}

.p-thanksMv .c-h1__en {
    line-height: 1.33;
}

.c-h1__ja {
    margin-top: 9px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: .08em;
}

@media screen and (max-width: 900px) {
    .c-mv {
        padding: 48px 0 50px;
    }
    
    .c-h1::before {
        top: -5px;
        font-size: 65px;
    }
    
    .p-faqMv .c-h1::before {
        padding-left: 8px;
    }
    
    .p-contactMv .c-h1::before {
        letter-spacing: .25em;
    }

    .p-timeMv .c-h1::before {
        content: 'TREATMENT\A TIME';
        white-space: pre;
        top: -12px;
    }
    
    .p-simulationMv .c-h1::before {
        content: 'SIMULATION';
        letter-spacing: .06em;
    }
    
    .c-h1__en {
        font-size: 32px;
    }
    
    .p-faqMv .c-h1__en {
        padding-left: 9px;
    }
    
    .p-thanksMv .c-h1__en {
        line-height: 1.33;
        letter-spacing: .1em;
    }
    .p-404Mv .c-h1__en {
        letter-spacing: .1em;
    }

    .p-simulationMv .c-h1__en {
        letter-spacing: .15em;
    }

    .p-privacy-policyMv .c-h1__en {
        letter-spacing: .12em;
        line-height: 1.33;
    }

    .p-timeMv .c-h1__en {
        line-height: 1.219;
    }
    
    .c-h1__ja {
        margin-top: -1px;
        font-size: 14px;
    }
}

.c-h2 {
    text-align: center;
}

.c-h2-wrapper {
    position: relative;
    padding: 0 79px;
}

.c-h2-wrapper::before {
    background: url('../img/common/txt-left.png') no-repeat center center/contain;
    content: '';
    height: 55px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 33px;
}

.c-h2-wrapper::after {
    background: url('../img/common/txt-right.png') no-repeat center center/contain;
    content: '';
    height: 55px;
    right: 0;
    position: absolute;
    top: 13px;
    width: 33px;
}

.c-h2-en {
    font-weight: 700;
    font-size: 33px;
    line-height: 1.75;
    letter-spacing: .33em;
    color: #F19DAE;
}

.c-h2-ja {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: .08em;
    margin-top: -4px;
}

@media screen and (max-width: 900px) {
    .c-h2-wrapper {
        position: relative;
        padding: 0 51px;
    }
    
    .c-h2-wrapper::before {
        height: 43px;
        left: 0;
        position: absolute;
        top: 15px;
        width: 26px;
    }
    
    .c-h2-wrapper::after {
        height: 43px;
        right: 0;
        position: absolute;
        top: 15px;
        width: 26px;
    }
    
    .c-h2-en {
        font-size: 24px;
    }
    
    .c-h2-ja {
        font-size: 12px;
    }
}

.c-btn {
    display: flex;
    width: 336px;
    height: 72px;
    align-items: center;
    justify-content: center;
    background: #f19dae;
    border: 3px solid #fff;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 8%);
    border-radius: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: .02em;
    color: #fff;
    position: relative;
}

.c-btn::before {
    background: url(../img/common/arrow-white-pink.png) no-repeat center center/contain;
    content: '';
    height: 21px;
    right: 20px;
    position: absolute;
    top: 24px;
    width: 21px;
}

@media screen and (max-width: 900px) {
    .c-btn {
        width: 290px;
        height: 65px;
        box-shadow: 5px 5px 12px rgb(0 0 0 / 8%);
        border-radius: 17px;
        font-size: 16px;
    }
    
    .c-btn::before {
        height: 19px;
        right: 17px;
        top: 21px;
        width: 19px;
    }
}

.c-having-sidebar__wrapper {
    max-width: 1270px;
    padding: 0 25px 0 49px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.c-sidebar {
    width: 310px;
    position: sticky;
    position: -webkit-sticky;
    /* top: 100px; */
    padding-top: 80px;
    bottom: 40px;
}

.c-sidebar__list li {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: .02em;
    color: #bcbcbc;
    margin-top: 26px;
    position: relative;
}

.c-sidebar__list li:nth-of-type(1) {
    margin-top: 0;
}

.c-sidebar__list li.js-active {
    color: #f19dae;
}

.c-sidebar__list li.js-active::before {
    background: url('../img/common/sidebar-circle.png') no-repeat center center/contain;
    content: '';
    height: 16px;
    left: -24px;
    position: absolute;
    top: 8px;
    width: 16px;
}

.c-having-sidebar__main {
    width: calc(100% - 324px);
}


/* menu サイドナビスタイル追加 */
.c-sidebar__list li a {
    width: 100%;
}
.c-sidebar__list li a .p-menuContents__upper--machine {
    margin-top: .5em;
}

.c-sidebar__list li a .p-menuContents__upper--machineTag {
    font-size: 11px;
    width: 24%;
    padding: 4px 6px;
    line-height: 1;
}

.c-sidebar__list li a .p-menuContents__upper--machineName {
    width: calc(100% - 26%);
    font-size: 13px;
    font-feature-settings: "palt";
    letter-spacing: .075em;
}


@media screen and (min-width: 901px) {
    .c-sidebar__list li a {
        transition: color .5s;
    }

    .c-sidebar__list li a:hover {
        color: #f19dae;
        opacity: 1;
    }
}

@media screen and (max-width: 900px) {
    .c-having-sidebar__wrapper {
        padding: 0 25px;
        display: block;
    }
    
    .c-sidebar {
        width: 100%;
        top: 70px;
        padding: 0 25px;
        z-index: 30;
        border: 3px solid #FFFFFF;
        box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.08);
        border-radius: 17px;
        background-color: #fdf8f8;
        position: static;
    }

    .c-sidebar__head {
        font-weight: 700;
        font-size: 15px;
        line-height: 1.75;
        letter-spacing: .02em;
        color: #F19DAE;
        position: relative;
        padding: 20px 0;
    }

    .c-sidebar__head::before {
        background: url('../img/common/sidebar-button.png') no-repeat center center/contain;
        content: '';
        height: 21px;
        right: 0;
        position: absolute;
        top: 23px;
        width: 21px;
        transition: transform .4s;
        transform: rotate(180deg);
    }

    .c-sidebar.js-active .c-sidebar__head::before {
        transform: rotate(0);
    }

    .c-sidebar__list {
        padding-bottom: 30px;
        display: none;
    }
    
    .c-sidebar__list li {
        font-size: 14px;
        color: #777575;
        margin-top: 24px;
    }
    
    .c-sidebar__list li:nth-of-type(1) {
        margin-top: 0;
    }
    
    .c-sidebar__list li.js-active {
        color: #f19dae;
    }
    
    .c-sidebar__list li.js-active::before {
        display: none;
    }
    
    .c-having-sidebar__main {
        width: 100%;
    }
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
#header {
    z-index: 50;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.p-header__inner {
    align-items: flex-start;
    display: flex;
    justify-content: right;
    background-color: #fff;
}

.p-header__logo {
    width: 196px;
    padding: 27px 35px 32px 35px;
    background-color: #fff;
    border-radius: 0 0 32px 0;
    position: absolute;
    top: 0;
    left: 0;
}

.p-hamburger {
    width: 80px;
    height: 80px;
    background-color: #144784;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-header__nav {
    padding: 40px 50px 40px 0;
    background-color: #fff;
}

.p-header__nav--list {
    display: flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.428;
}

.p-header__nav--list li {
    position: relative;
    padding: 0 30px;
}

.p-header__nav--list li:last-of-type {
    padding-right: 0;
}

.p-header__nav--list li::before {
    background: url('../img/common/header-dot.png') no-repeat center center/contain;
    content: '';
    height: 13px;
    right: -1.5px;
    position: absolute;
    top: 4px;
    width: 3px;
}

.p-header__nav--list li:last-of-type:before {
    display: none;
}

@media screen and (max-width: 1350px) {
    .p-header__nav--list li {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1150px) {
    #header .p-header__nav--list .sp-only {
        display: block;
    }

    #header {
        z-index: 98;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        padding: 10px 15px;
        background-color: #fff;
    }
    
    .p-header__inner {
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
    }
    
    .p-header__logo {
        width: 137px;
        padding: 0;
        background-color: #fff;
        border-radius: 0;
        position: relative;
    }
    
    .p-header__nav {
        padding: 50px 0 0;
        background-color: #f19dae;
        position: fixed;
        width: 100%;
        left: 0;
        top: 54px;
        overflow: hidden;
        z-index: 99;
        overflow-y: scroll;
        height: calc(100vh - 54px);
        opacity: 0;
        pointer-events: none;
        transition: opacity .6s;
    }

    .p-header__nav.js-active {
        opacity: 1;
        pointer-events: all;
    }
    
    .p-header__nav--list {
        display: block;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.437;
        color: #fff;
        text-align: center;
        z-index: 2;
        padding-bottom: 219px;
        position: relative;
    }

    .p-header__nav--list::before {
        background: url('../img/common/hamburger-bg.png') no-repeat center center/cover;
        content: '';
        height: 296px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        position: absolute;
        bottom: 0;
        width: 100%;
        max-width: 508px;
    }
    
    .p-header__nav--list li {
        position: relative;
        padding: 0;
        margin-top: 35px;
    }

    .p-header__nav--list li:nth-of-type(1) {
        margin-top: 0;
    }

    .p-header__nav--list li:nth-of-type(7) {
        margin-top: 25px;
    }
    .p-header__nav--list li:nth-of-type(8) {
        margin-top: 25px;
    }

    .p-header__btn.--reservation {
        background-color: #cfa3ca;
        max-width: 290px;
        margin: 0 auto;
        font-size: 16px;
    }
    
    .p-header__btn.--reservation::before {
        background: url('../img/common/arrow-white-purple.png') no-repeat center center/contain;
    }

    .p-header__bnr {
        max-width: 340px;
        margin: 0 auto;
    }
    
    .p-header__nav--list li::before {
        display: none;
    }
    
    .p-header__nav--list li:last-of-type:before {
        display: none;
    }
}

/* hamburger */
.p-hamburger {
    width: 34px;
    height: 34px;
    border-radius: 100vh;
    background-color: #f19dae;
    display: none;
    align-items: center;
    justify-content: center;
}

.js-active.p-hamburger {
    background-color: #FCEFEB;
}

.p-hamburger__trigger {
    cursor: pointer;
    height: 9px;
    position: relative;
    width: 14px;
    z-index: 99;
}

.p-hamburger__trigger span {
    background-color: #fff;
    border-radius: 100vh;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-border-radius: 100vh;
    -moz-border-radius: 100vh;
    -ms-border-radius: 100vh;
    -o-border-radius: 100vh;
}

.p-hamburger__trigger.js-active span {
    background-color: #f19dae;
}

.p-hamburger__trigger, 
.p-hamburger__trigger span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.p-hamburger__trigger span:nth-of-type(1) {
    top: 0;
}

.p-hamburger__trigger span:nth-of-type(2) {
    top: 4px;
}

.p-hamburger__trigger span:nth-of-type(3) {
    bottom: 0;
}

.p-hamburger__trigger.js-active span:nth-of-type(1) {
    transform: translateY(4px) rotate(-45deg);
    -webkit-transform: translateY(4px) rotate(-45deg);
    -moz-transform: translateY(4px) rotate(-45deg);
    -ms-transform: translateY(4px) rotate(-45deg);
    -o-transform: translateY(4px) rotate(-45deg);
}

.p-hamburger__trigger.js-active span:nth-of-type(2) {
    opacity: 0;
}

.p-hamburger__trigger.js-active span:nth-of-type(3) {
    transform: translateY(-4px) rotate(45deg);
    -webkit-transform: translateY(-4px) rotate(45deg);
    -moz-transform: translateY(-4px) rotate(45deg);
    -ms-transform: translateY(-4px) rotate(45deg);
    -o-transform: translateY(-4px) rotate(45deg);
}

.p-hamburger__mask {
    background-color:rgba(59,193,164,0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    left: 0;
    top: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

@media screen and (max-width: 1150px) {
    .js-active.p-header__nav {
        opacity: 1;
        pointer-events: all;
    }

    .p-hamburger {
        display: flex;
    }
}

/*===========================================================================*/
/*  breadcrumb  */
/*===========================================================================*/
.p-breadcrumb {
    margin-top: -49px;
    padding: 16px 20px 16px 219px;
    z-index: 51;
}

.p-breadcrumb p {
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 1.75 !important;
    letter-spacing: .08em !important;
}

.p-breadcrumb__list {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: .08em;
    position: relative;
    z-index: 51;
}

.p-breadcrumb.js-active {
    z-index: 1;
}

.p-breadcrumb__list li {
    position: relative;
    margin-right: 23px;
}

.p-breadcrumb__list li:not(:last-of-type)::before {
    content: '>';
    right: -16px;
    position: absolute;
    top: 1px;
}

@media screen and (max-width: 900px) {
    .p-breadcrumb {
        margin-top: 0;
        padding: 10px 25px 0;
    }

    .p-breadcrumb p {
        font-size: 10px !important;
    }
    
    .p-breadcrumb__list {
        font-size: 10px;
    }
    
    .p-breadcrumb__list li {
        margin-right: 20px;
    }
    
    .p-breadcrumb__list li:not(:last-of-type)::before {
        right: -12px;
    }
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
footer {
    background-color: #fdf8f8;
    position: relative;
    z-index: 3;
}

footer.float-none {
    padding-bottom: 0;
}

footer::before {
    background: url('../img/common/footer-illust.png') no-repeat center center/contain;
    content: '';
    height: 76px;
    left: calc(50% - 58.5px);
    position: absolute;
    top: -49px;
    width: 117px;
}

.p-footer__contents {
    background-color: #f19dae;
    padding: 80px 20px 40px;
}

.p-footer__logo {
    max-width: 347px;
    margin: 0 auto;
}

.p-footer__sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.p-footer__sns li {
    width: 38px;
    margin: 0 12px;
}

.p-footer__nav {
    margin-top: 30px;
}

.p-footer__nav ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.467;
    color: #fff;
    flex-wrap: wrap;
}

.p-footer__nav ul li {
    margin: 0 20px;
}

.p-footer__privacy-policy {
    text-align: center;
    margin-top: 40px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: .08em;
    color: #fff;
}

.p-footer__copy-right {
    background-color: #f990a2;
    color: #fff;
    padding: 9px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.75;
}

@media screen and (max-width: 1000px) {
    .p-footer__nav ul li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 900px) {
    footer {
        padding-bottom: 89px;
    }

    footer.footer-simulation {
        padding-bottom: 0;
    }
    
    footer::before {
        height: 58px;
        left: calc(50% - 67.5px);
        top: -41px;
        width: 135px;
    }
    
    .p-footer__contents {
        background-color: #f19dae;
        padding: 45px 10px 40px;
    }
    
    .p-footer__logo {
        max-width: 252px;
        margin: 0 auto;
    }

    .p-footer__sns {
        margin-top: 30px;
    }
    
    .p-footer__nav {
        margin-top: 0;
        padding-top: 10px;
    }
    
    .p-footer__nav ul {
        font-size: 13px;
        max-width: 280px;
        margin: 0 auto;
        padding-top: 0;
    }
    
    .p-footer__nav ul li {
        margin: 15px 0 0;
        width: 50%;
    }
}

/*===========================================================================*/
/*  float btn  */
/*===========================================================================*/
.p-float {
    position: fixed;
    width: 396px;
    right: 15px;
    bottom: 15px;
    background: url('../img/common/float-bg.png') no-repeat center center/cover;
    padding: 18px;
    z-index: 45;
    opacity: 0;
    transition: opacity .7s;
    background: rgba(241, 157, 174, 0.2);
    backdrop-filter: blur(20px);
    border-radius: 22px;
}

.p-float.float-absolute {
    position: absolute;
    bottom: 439px;
}

.p-float.js-active {
    opacity: 1;
}

.p-float__btn {
    margin: 0 10px;
}

.p-float__btn.--reservation {
    background-color: #cfa3ca;
    margin-bottom: 15px;
}

.p-float__btn.--reservation::before {
    background: url('../img/common/arrow-white-purple.png') no-repeat center center/contain;
}

@media screen and (max-width: 900px) {
    .p-float {
        padding: 15px;
        border-radius: 0;
        width: 100%;
        right: 0;
        bottom: 0;
    }

    .p-float.--simulation {
        display: none;
    }

    .p-float__inner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .p-float__btn {
        margin: 0 3px;
        font-size: 14px;
    }
    
    .p-float__btn.--reservation {
        width: 145px;
        height: 59px;
        padding-right: 19px;
        margin-bottom: 0;
    }

    .p-float__btn.--simulation {
        width: 189px;
        height: 59px;
        padding-right: 23px;
    }
    
    .p-float__btn::before {
        right: 10px;
        top: 19px;
        width: 17px;
        height: 17px;
    }
}

/*===========================================================================*/
/*  bnr  */
/*===========================================================================*/
.p-bnr {
    padding-bottom: 80px;
    /* background-color: #fdf8f8; */
    z-index: 10;
    position: relative;
}

#top .p-bnr {
    background-color: #fdf8f8;
    z-index: 1;
}

.p-bnr__link {
    display: block;
    max-width: 340px;
    margin: 0 auto;
}

/*===========================================================================*/
/*  modal  */
/*===========================================================================*/
.js-reservation-btn {
    cursor: pointer;
}

.p-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100vh - 100px);
    position: fixed;
    left: 0;
    top: 99px;
    background-color: rgba(241,157,174,.7);
    z-index: 48;
    opacity: 0;
    transition: opacity .6s;
    pointer-events: none;
}

.p-modal.js-active {
    opacity: 1;
    pointer-events: all;
}

.p-modal__inner {
    background: #FFFFFF;
    border: 8px solid #FCEFEB;
    box-shadow: 25px 25px 40px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    padding: 50px 20px;
    width: 684px;
    position: relative;
}

.p-modal__close {
    right: 25px;
    position: absolute;
    top: 24px;
    width: 48px;
    cursor: pointer;
}

.p-modal__head {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .08em;
}

.p-modal__head--desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.98;
    text-align: center;
    letter-spacing: .02em;
    margin-top: 10px;
}

.p-modal__head18 {
    font-size: 24px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: 0.08em;
    color: #F19DAE;
    margin-top: 30px;
    font-weight: 700;
}

.p-modal__txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.98;
    text-align: center;
    letter-spacing: .02em;
    margin-top: 5px;
}

.p-modal__pdf {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.98;
    text-align: center;
    letter-spacing: .02em;
    text-decoration: underline;
    color: #f19dae;
    margin-top: 20px;
    display: block;
}

.p-modal__link {
    margin: 25px auto 0;
}


.p-modal.js-active {
    overflow-y: scroll;
    z-index: 999;
    align-items: flex-start;
    top: 0;
    height: 100vh;
    padding: 10vw 0;
}

/* モーダル内スタイル追加 */
.p-modal__head--desc {
    font-size: 18px;
    font-weight: bold;
}

.p-modal__head--desc span {
    display: block;
    font-size: 1.25em;
    color: #F19DAE;
}

.p-modal__head--desc strong {
    color: #ff2929;
}

@media screen and (max-width: 1150px) {
    .p-modal {
        height: calc(100vh - 54px);
        top: 53px;
        z-index: 99;
    }
}

@media screen and (max-width: 900px) {
    .p-modal__inner {
        border-radius: 20px;
        padding: 70px 0 60px;
        width: 340px;
    }
    
    .p-modal__close {
        width: 35px;
    }
    
    .p-modal__head {
        font-size: 28px;
    }

    .p-modal__head--desc {
        font-size: 14px;
        line-height: 1.95;
        margin-top: 8px;
    }

    .p-modal__head18 {
        font-size: 18px;
        margin-top: 25px;
    }
    
    .p-modal__txt {
        font-size: 14px;
        line-height: 1.95;
        margin-top: 5px;
    }
    
    .p-modal__pdf {
        font-size: 14px;
        margin-top: 15px;
    }
    
    .p-modal__link {
        margin: 20px auto 0;
    }

    /* モーダル内スタイル追加 */
    .p-modal__inner {
        width: 94%;
    }
    
    .p-modal__head--desc {
        font-size: 15px;
    }
}

/*===========================================================================*/
/*  MV  */
/*===========================================================================*/
.p-topMv {
    position: relative;
    margin-top: -50px;
    padding-bottom: 134px;
    overflow: hidden;
}

.p-topMv::before {
    background: url('../img/common/bg01.png') no-repeat center center/cover;
    content: '';
    height: 632px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    width: 1920px;
    z-index: 0;
}

.p-topMv__img {
    filter: drop-shadow(25px 25px 40px rgba(0, 0, 0, 0.1));
    border-radius: 40px;
}

.p-topMv__img img {
    border-radius: 40px;
}

.p-topMv__news {
    display: flex;
    align-items: center;
    max-width: 900px;
    margin: 52px auto 0;
    background-color: #fff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 27px 80px 26px 60px;
    position: relative;
}

.p-topMv__news::before {
    background: url('../img/common/arrow-btn-pink.png') no-repeat center center/contain;
    content: '';
    height: 27px;
    right: 28px;
    position: absolute;
    top: 29px;
    width: 27px;
}

.p-topMv__news--head {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: .31em;
    color: #f19dae;
    width: 80px;
    margin-right: 56px;
}

.p-topMv__news--date {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .1em;
    width: 105px;
    margin-right: 15px;
    transition: opacity .5s;
}

.p-topMv__news--ttl {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: .08em;
    transform: translate(0px, -1px);
    width: calc(100% - 256px);
    transition: opacity .5s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 1150px) {
    .p-topMv {
        margin-top: 0;
    }
}

@media screen and (min-width: 901px) {
    a.p-topMv__news:hover {
        opacity: 1;
    }

    a.p-topMv__news:hover .p-topMv__news--ttl {
        opacity: .6;
    }

    a.p-topMv__news:hover .p-topMv__news--date {
        opacity: .6;
    }
}

@media screen and (max-width: 900px) {
    .p-topMv {
        position: relative;
        margin-top: 0;
        padding-bottom: 0;
        background-color: #fdf8f8;
        overflow: visible;
    }
    
    .p-topMv::before {
        display: none;
    }
    
    .p-topMv__img {
        filter: none;
        border-radius: 0;
    }
    
    .p-topMv__img img {
        border-radius: 0;
    }
    
    .p-topMv__news {
        display: block;
        margin: 7px 25px 0;
        box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.08);
        border-radius: 12px;
        padding: 14px 55px 14px 20px;
    }
    
    .p-topMv__news::before {
        height: 23px;
        right: 20px;
        top: calc(50% - 11.5px);
        width: 23px;
    }
    
    .p-topMv__news--head {
        font-size: 16px;
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-top: 27px;
    }
    
    .p-topMv__news--date {
        font-size: 12px;
        width: 100%;
        margin-right: 0;
    }
    
    .p-topMv__news--ttl {
        font-size: 13px;
        transform: translate(0px, 0px);
        width: 100%;
    }

}

/*===========================================================================*/
/*  top concept  */
/*===========================================================================*/
.p-topConcept {
    background-color: #fdf8f8;
    margin-top: -50px;
    z-index: -1;
    padding-top: 160px;
    overflow: hidden;
}

.p-topConcept__inner {
    position: relative;
}

.p-topConcept__bg01 {
    position: absolute;
    z-index: 4;
    width: 253px;
    right: calc(50% + 348px);
    top: 251px;
}
.p-topConcept__bg02 {
    position: absolute;
    z-index: 4;
    width: 83px;
    left: calc(50% + 405px);
    top: 233px;
}
.p-topConcept__bg03 {
    position: absolute;
    z-index: 3;
    width: 149px;
    right: calc(50% + 589px);
    top: 443px;
}
.p-topConcept__bg04 {
    position: absolute;
    z-index: 3;
    width: 168px;
    left: calc(50% + 518px);
    top: 274px;
}

.p-topConcept__head {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: .54em;
    color: #f19dae;
}

.p-topConcept__subHead {
    margin-top: 35px;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .08em;
}

.p-topConcept__subHead.--img {
    margin: -5px auto 0;
    max-width: 986px;
}

.p-topConcept__txt {
    text-align: center;
    padding: 31px 0 57px;
    font-weight: 700;
    font-size: 16px;
    line-height: 3.13;
    letter-spacing: .02em;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.p-topConcept__txt::before {
    content: 'CONCEPT';
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 236px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .25em;
    color: #fff;
    z-index: -1;
    top: -56px;
    left: 50%;
    transform: translateX(calc(5px - 50%));
    -webkit-transform: translateX(calc(5px - 50%));
    -ms-transform: translateX(calc(5px - 50%));
}

.p-topConcept__link {
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .p-topConcept {
        margin-top: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .p-topConcept__bg01 {
        position: absolute;
        z-index: 4;
        width: 136px;
        right: calc(50% + 20px);
        top: unset;
        bottom: 84px;
    }
    .p-topConcept__bg02 {
        position: absolute;
        z-index: 4;
        width: 43px;
        left: calc(50% + 42px);
        top: unset;
        bottom: 83px;
    }
    .p-topConcept__bg03 {
        position: absolute;
        z-index: 3;
        width: 108px;
        right: unset;
        left: 12px;
        top: 368px;
    }
    .p-topConcept__bg04 {
        position: absolute;
        z-index: 3;
        width: 108px;
        right: 8px;
        left: unset;
        top: 251px;
    }
    
    .p-topConcept__head {
        font-size: 14px;
    }
    
    .p-topConcept__subHead {
        margin-top: 20px;
        font-size: 24px;
    }
    
    .p-topConcept__subHead.--img {
        margin: -8px auto 0;
        max-width: 323px;
    }
    
    .p-topConcept__txt {
        padding: 0;
        margin: 15px 0 171px;
        font-size: 14px;
        line-height: 2.8;
        z-index: 4;
    }
    
    .p-topConcept__txt::before {
        font-size: 75px;
        letter-spacing: .1em;
        top: calc(50% - 65px);
    }
    
    .p-topConcept__link {
        margin: 0 auto;
    }
}

/*===========================================================================*/
/*  top price  */
/*===========================================================================*/
.p-topPrice {
    padding: 140px 0 300px;
    background-color: #fdf8f8;
    position: relative;
    overflow: hidden;
}

.p-topPrice::before {
    background: url('../img/common/bg02.png') no-repeat center center/cover;
    content: '';
    height: 682px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    bottom: 146px;
    width: 1920px;
    z-index: 1;
}

.p-topPrice__inner {
    position: relative;
}

.p-topPrice__bg01 {
    position: absolute;
    width: 80px;
    left: calc(50% + 471px);
    top: -43px;
    z-index: 0;
}
.p-topPrice__bg02 {
    position: absolute;
    width: 139px;
    right: calc(50% + 508px);
    top: 46px;
    z-index: 0;
}
.p-topPrice__bg03 {
    position: absolute;
    width: 191px;
    left: calc(50% + 586px);
    bottom: -290px;
    z-index: 0;
}

.p-topPrice__contents {
    background: #fff;
    border: 8px solid #fcefeb;
    box-shadow: 25px 25px 40px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    padding: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    position: relative;
    z-index: 2;
}

.p-topPrice__right {
    width: 49.151%;
}

.p-topPrice__txt02 {
    margin-top: 15px;
}

.p-topPrice__total {
    background: #fff4f4;
    border: 2px solid #f19dae;
    border-radius: 16px;
    padding: 20px;
    margin-top: 28px;
}

.p-topPrice__txt03 {
    width: 62.994%;
    margin: 0 auto;
}

.p-topPrice__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
}

.p-topPrice__list li {
    width: 32.017%;
}

.p-topPrice__left {
    width: 47.453%;
}

.p-topPrice__voice li {
    width: 93.638%;
    background: #fdf8f8;
    border-radius: 14px;
    padding: 25px 30px 21px 85px;
    margin: 12px 0 0 auto;
    position: relative;
}

.p-topPrice__voice li:nth-of-type(1) {
    margin-top: 0;
}

.p-topPrice__voice li:nth-of-type(2) {
    padding: 25px 85px 21px 30px;
    margin: 12px auto 0 0;
}

.p-topPrice__voice li:nth-of-type(3) {
    padding: 10px 30px 10px 85px;
}

.p-topPrice__voice li::before {
    background: url('../img/top/price-img01.png') no-repeat center center/contain;
    content: '';
    height: 95px;
    left: -33px;
    position: absolute;
    top: 13px;
    width: 95px;
    filter: drop-shadow(3px 3px 15px rgba(154, 73, 90, 0.2));
}

.p-topPrice__voice li:nth-of-type(2):before {
    left: unset;
    right: -33px;
    background: url('../img/top/price-img02.png') no-repeat center center/contain;
}

.p-topPrice__voice--ttl {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: .32em;
    color: #f19dae;
}

.p-topPrice__voice--txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.62;
    letter-spacing: .02em;
}

.p-topPrice__caution {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .02em;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.p-topPrice__links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.p-topPrice__link {
    margin: 0 10px;
}

@media screen and (max-width: 900px) {
    .p-topPrice {
        padding: 50px 0 160px;
    }
    
    .p-topPrice::before {
        height: 267px;
        bottom: 80px;
        width: 715px;
    }
    
    .p-topPrice__inner {
        position: relative;
    }
    
    .p-topPrice__bg01 {
        width: 46px;
        left: unset;
        right: -6px;
        top: -27px;
    }
    .p-topPrice__bg02 {
        width: 74px;
        right: unset;
        left: -18px;
        top: 49px;
    }
    .p-topPrice__bg03 {
        width: 99px;
        left: unset;
        right: -13px;
        bottom: -129px;
    }
    
    .p-topPrice__contents {
        border: 5px solid #fcefeb;
        box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.08);
        border-radius: 20px;
        padding: 30px 20px;
        display: block;
        margin: 25px 25px 0;
    }
    
    .p-topPrice__right {
        width: 100%;
    }

    .p-topPrice__txt01 {
        margin: 0 auto;
        max-width: 300px;
    }
    
    .p-topPrice__txt02 {
        margin: 22px auto 0;
        max-width: 300px;
    }
    
    .p-topPrice__total {
        background: #fff4f4;
        border: 2px solid #f19dae;
        border-radius: 16px;
        padding: 20px 15px 15px;
        margin: 25px auto 0;
        max-width: 300px;
    }
    
    .p-topPrice__txt03 {
        width: 100%;
        max-width: 262px;
        margin: 0 auto;
    }
    
    .p-topPrice__list {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 10px;
    }
    
    .p-topPrice__list li {
        width: 32.017%;
    }
    
    .p-topPrice__left {
        width: 100%;
        padding-top: 5px;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .p-topPrice__voice li {
        width: 93.333%;
        background: #fdf8f8;
        border-radius: 14px;
        padding: 15px 15px 15px 62px;
        margin: 15px 0 0 auto;
        position: relative;
    }
    
    .p-topPrice__voice li:nth-of-type(1) {
        margin-top: 15px;
    }
    
    .p-topPrice__voice li:nth-of-type(2) {
        padding: 16px 62px 15px 15px;
        margin: 12px auto 0 0;
    }
    
    .p-topPrice__voice li:nth-of-type(3) {
        padding: 15px 15px 15px 62px;
    }
    
    .p-topPrice__voice li::before {
        background: url('../img/top/price-img01.png') no-repeat center center/contain;
        content: '';
        height: 70px;
        left: -20px;
        position: absolute;
        top: calc(50% - 35px);
        width: 70px;
        filter: drop-shadow(2px 2px 11px rgba(0, 0, 0, 0.2));
    }
    
    .p-topPrice__voice li:nth-of-type(2):before {
        left: unset;
        right: -20px;
        background: url('../img/top/price-img02.png') no-repeat center center/contain;
    }
    
    .p-topPrice__voice--ttl {
        font-size: 12px;
    }
    
    .p-topPrice__voice--txt {
        font-size: 13px;
        margin-top: 2px;
    }
    
    .p-topPrice__links {
        display: block;
        margin-top: 0;
        padding-top: 15px;
    }
    
    .p-topPrice__link {
        margin: 15px auto 0;
    }
}

/*===========================================================================*/
/*  top flow  */
/*===========================================================================*/
.p-topFlow {
    background-color: #fdf8f8;
}

.p-topFlow__list {
    margin-top: 77px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.p-topFlow__list li {
    width: 21.667%;
}

.p-topFlow__list--ttl {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .08em;
    color: #f19dae;
}

.p-topFlow__list--ttl::before {
    position: absolute;
    top: -35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 120px;
    line-height: 100%;
    letter-spacing: .04em;
    color: #fff;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.p-topFlow__list li:nth-of-type(1) .p-topFlow__list--ttl::before {
    content: '01';
}
.p-topFlow__list li:nth-of-type(2) .p-topFlow__list--ttl::before {
    content: '02';
}
.p-topFlow__list li:nth-of-type(3) .p-topFlow__list--ttl::before {
    content: '03';
}
.p-topFlow__list li:nth-of-type(4) .p-topFlow__list--ttl::before {
    content: '04';
}

.p-topFlow__list--img {
    margin-top: 15px;
}

.p-topFlow__list--txt {
    margin-top: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.94;
    letter-spacing: .02em;
    padding: 0 5.57%;
}

@media screen and (max-width: 900px) {
    .p-topFlow__head .c-h2-wrapper::before {
        top: 30px;
    }
    .p-topFlow__head .c-h2-wrapper::after {
        top: 30px;
    }

    .p-topFlow__head .c-h2-en {
        line-height: 1.35;
    }

    .p-topFlow__list {
        margin: 0 auto;
        display: block;
        max-width: 340px;
    }
    
    .p-topFlow__list li {
        width: 100%;
        padding-left: 143px;
        position: relative;
        margin-top: 30px;
    }
    
    .p-topFlow__list--ttl {
        font-size: 18px;
        text-align: left;
        padding-left: 34px;
    }
    
    .p-topFlow__list--ttl::before {
        top: 6px;
        font-size: 21px;
        left: 0;
        transform: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        color: #f19dae;
    }
    
    .p-topFlow__list--img {
        margin-top: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 126px;
    }
    
    .p-topFlow__list--txt {
        margin-top: 2px;
        font-size: 13px;
        line-height: 1.94;
        letter-spacing: .02em;
        padding: 0;
    }
}

/*===========================================================================*/
/*  access  */
/*===========================================================================*/
.p-access {
    position: relative;
    background-color: #fdf8f8;
    padding: 123px 0 300px;
    overflow: hidden;
}

#about .p-access {
    padding-bottom: 227px;
}

.p-access::before {
    background: url('../img/common/bg03.png') no-repeat center center/cover;
    content: '';
    height: 632px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    bottom: 109px;
    width: 1920px;
    z-index: 1;
}

#about .p-access::before {
    display: none;
}

.p-access__inner {
    position: relative;
    z-index: 2;
}

.p-access__bg01 {
    position: absolute;
    width: 184px;
    top: -31px;
    right: calc(50% + 518px);
}

.p-access__contents {
    background: #fff;
    border: 8px solid #fcefeb;
    box-shadow: 25px 25px 40px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    padding: 60px;
    margin-top: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.p-access__right {
    width: 40.093%;
}

.p-access__logo {
    width: 80.139%;
    margin: 0 auto;
}

.p-access__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.69;
    text-align: center;
    letter-spacing: .02em;
    margin-top: 45px;
}

.p-access__address {
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.69;
    text-align: center;
    letter-spacing: .02em;
}

.p-access__link {
    margin: 45px auto 0;
}

.p-access__map {
    width: 52.778%;
    height: 34.25vw;
    max-height: 411px;
}

.p-access__map iframe {
    width: 100%;
    height: 100%;
}

.p-access__bg02 {
    position: absolute;
    width: 140px;
    left: 63px;
    top: -97px;
}
.p-access__bg03 {
    position: absolute;
    width: 156px;
    right: 31px;
    bottom: -63px;
}

@media screen and (max-width: 900px) {
    .p-access {
        padding: 100px 0 160px;
    }
    
    #about .p-access {
        padding-bottom: 80px;
    }
    
    .p-access::before {
        background: url('../img/top/bg03-sp.png') no-repeat center center/cover;
        content: '';
        height: 247px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        position: absolute;
        bottom: 80px;
        width: 751px;
        z-index: 1;
    }
    
    .p-access__inner {
        position: relative;
        z-index: 2;
    }
    
    .p-access__bg01 {
        position: absolute;
        width: 108px;
        top: -58px;
        right: unset;
        left: 13px;
    }
    
    .p-access__contents {
        border: 5px solid #fcefeb;
        box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.08);
        border-radius: 20px;
        padding: 30px 25px 40px;
        margin: 30px 25px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        flex-direction: column-reverse;
    }
    
    .p-access__right {
        width: 100%;
        margin-top: 30px;
    }
    
    .p-access__logo {
        width: 100%;
        margin: 0 auto;
        max-width: 218px;
    }
    
    .p-access__name {
        font-size: 14px;
        margin-top: 20px;
    }
    
    .p-access__address {
        font-size: 13px;
    }
    
    .p-access__link {
        margin: 30px auto 0;
    }
    
    .p-access__map {
        width: 100%;
        height: 53.846vw;
        max-height: 300px;
        min-height: 210px;
    }
    
    .p-access__map iframe {
        width: 100%;
        height: 100%;
    }
    
    .p-access__bg02 {
        width: 87px;
        left: 25px;
        top: unset;
        bottom: -5px;
    }
    .p-access__bg03 {
        width: 90px;
        right: 25px;
        bottom: unset;
        top: -58px;
    }

    #about .p-access__bg02 {
        width: 87px;
        right: 25px;
        bottom: unset;
        top: -60px;
    }
}

/*===========================================================================*/
/*  top faq  */
/*===========================================================================*/
.p-topFaq {
    background-color: #fdf8f8;
    padding-bottom: 150px;
    overflow: hidden;
}

.p-topFaq__inner {
    position: relative;
}

.p-topFaq__bg01 {
    position: absolute;
    width: 203px;
    right: calc(50% + 598px);
    top: 194px;
}
.p-topFaq__bg02 {
    position: absolute;
    width: 204px;
    left: calc(50% + 528px);
    top: 356px;
}

.p-topFaq__list {
    max-width: 800px;
    margin: 40px auto 0;
}

.p-topFaq__list li {
    margin-top: 10px;
}

.p-topFaq__list li:nth-of-type(1) {
    margin-top: 0;
}

.p-topFaq__question {
    cursor: pointer;
    background: #fff;
    border-radius: 20px;
    padding: 28px 90px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .08em;
}

.p-topFaq__question::before {
    background: url('../img/common/faq-plus.png') no-repeat center center/contain;
    content: '';
    height: 27px;
    right: 30px;
    position: absolute;
    top: 28px;
    width: 27px;
}

li.js-active .p-topFaq__question::before {
    background: url('../img/common/faq-min.png') no-repeat center center/contain;
}

.p-topFaq__question--txt {
    position: relative;
}

.p-topFaq__question--txt::before {
    content: 'Q';
    left: -49px;
    position: absolute;
    top: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0;
    color: #f19dae;
}

.p-topFaq__answer {
    padding: 28px 90px 23px;
    display: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .02em;
}

.p-topFaq__answer--head {
    position: relative;
}

.p-topFaq__answer--head::before {
    content: 'A';
    left: -49px;
    position: absolute;
    top: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0;
    color: #6ec3b7;
}

.p-topFaq__link {
    margin: 50px auto 0;
}

@media screen and (max-width: 900px) {
    .p-topFaq {
        padding-bottom: 60px;
    }
    
    .p-topFaq__bg01 {
        position: absolute;
        width: 108px;
        right: unset;
        left: -19px;
        top: 323px;
    }
    .p-topFaq__bg02 {
        position: absolute;
        width: 108px;
        left: unset;
        right: -29px;
        top: 64px;
    }
    
    .p-topFaq__list {
        max-width: 340px;
        margin: 30px auto 0;
    }
    
    .p-topFaq__list li {
        margin-top: 15px;
    }
    
    .p-topFaq__question {
        border-radius: 12px;
        padding: 16px 47px;
        box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.08);
        font-size: 14px;
        line-height: 1.65;
    }
    
    .p-topFaq__question::before {
        height: 20px;
        right: 20px;
        top: 20px;
        width: 20px;
    }
    
    .p-topFaq__question--txt::before {
        left: -28px;
        font-size: 21px;
        top: 1px;
    }
    
    .p-topFaq__answer {
        padding: 16px 5px 16px 47px;
        font-size: 14px;
        line-height: 1.65;
    }
    
    .p-topFaq__answer--head {
        position: relative;
    }
    
    .p-topFaq__answer--head::before {
        left: -28px;
        font-size: 21px;
        top: 1px;
    }
    
    .p-topFaq__link {
        margin: 30px auto 0;
    }
}

/*===========================================================================*/
/*  faq mv  */
/*===========================================================================*/
.p-faqMv__bg01 {
    position: absolute;
    z-index: 3;
    width: 139px;
    right: calc(50% + 300px);
    top: 52px;
}

.p-faqMv__bg02 {
    position: absolute;
    z-index: 3;
    width: 85px;
    left: calc(50% + 324px);
    top: 52px;
}

@media screen and (max-width: 900px) {
    .p-faqMv__bg01 {
        width: 57px;
        right: calc(50% + 93px);
        top: 43px;
    }
    
    .p-faqMv__bg02 {
        width: 35px;
        left: calc(50% + 107px);
        top: 43px;
    }
}

/*===========================================================================*/
/*  faq contents  */
/*===========================================================================*/
.p-faqContents__wrapper {
    padding: 0 25px 190px;
}

.p-faqContents {
    padding-top: 80px;
}

.p-faqContents__head {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.75;
    letter-spacing: 0.03em;
    position: relative;
    padding-left: 23px;
}

.p-faqContents__head::before {
    background-color: #f19dae;
    content: '';
    height: 11px;
    left: 0;
    position: absolute;
    top: 18px;
    width: 11px;
    border-radius: 100vh;
}

.p-faq__list {
    margin-top: 20px;
}

.p-faq__list li:not(:nth-of-type(1)) {
    margin-top: 25px;
}

.p-faq__question {
    background: #fff;
    border-radius: 12px;
    padding: 18px 53px;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: .08em;
}

.p-faq__question--txt {
    position: relative;
}

.p-faq__question--txt::before {
    content: 'Q';
    left: -33px;
    position: absolute;
    top: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    color: #f19dae;
}

.p-faq__answer {
    padding: 18px 0 0 53px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .02em;
}

.p-faq__answer .having-dot {
    position: relative;
    padding-left: 16px;
}
.p-faq__answer .having-dot::before {
    content: '・';
    left: 0;
    top: 0;
    position: absolute;
}

.p-faq__answer--head {
    position: relative;
}

.p-faq__answer--head::before {
    content: 'A';
    left: -33px;
    position: absolute;
    top: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    color: #6ec3b7;
}

@media screen and (max-width: 900px) {
    .p-faqContents__wrapper {
        padding: 2px 25px 57px;
    }
    
    .p-faqContents {
        padding-top: 0;
        margin-top: 50px;
    }
    .p-faqContents.sec01__wrapper {
        margin-top: 60px;
    }
    
    .p-faqContents__head {
        font-size: 18px;
        padding-left: 13px;
    }
    
    .p-faqContents__head::before {
        height: 6px;
        top: 13px;
        width: 6px;
    }
    
    .p-faq__list {
        margin-top: 18px;
    }
    
    .p-faq__list li:not(:nth-of-type(1)) {
        margin-top: 20px;
    }
    
    .p-faq__question {
        box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.08);
        padding: 16px 20px 16px 48px;
        font-size: 14px;
        line-height: 1.65;
    }
    
    .p-faq__question--txt::before {
        left: -28px;
        top: 0;
        font-size: 21px;
    }
    
    .p-faq__answer {
        padding: 15px 0 0 48px;
        font-size: 14px;
        line-height: 1.65;
        letter-spacing: .08em;
    }

    .p-faq__answer .having-dot {
        padding-left: 14px;
    }
    
    .p-faq__answer--head {
        position: relative;
    }
    
    .p-faq__answer--head::before {
        left: -27px;
        top: 1px;
        font-size: 21px;
    }
}

/*===========================================================================*/
/*  privacy policy  */
/*===========================================================================*/
.p-privacy-policy {
    padding: 0 25px 204px;
}

.p-privacy-policy__inner {
    max-width: 990px;
    margin: 0 auto;
}

.p-privacy-policy__txt {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: .02em;
}

.p-privacy-policy__txt--link {
    color: #6ec3b7;
}

@media screen and (max-width: 900px) {
    .p-privacy-policy {
        padding: 0 25px 80px;
        margin-top: -13px;
    }
    
    .p-privacy-policy__txt {
        font-size: 12px;
    }
}

/*===========================================================================*/
/*  others  */
/*===========================================================================*/
.p-others {
    padding: 0 25px 184px;
    margin-top: -30px;
}

.p-others__txt {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .02em;
}

.p-others__btn {
    margin: 60px auto 0;
}

@media screen and (max-width: 900px) {
    .p-others {
        padding: 0 25px 80px;
        margin-top: -25px;
    }
    
    .p-others__txt {
        font-size: 16px;
    }
    
    .p-others__btn {
        margin: 45px auto 0;
    }
}

/*===========================================================================*/
/*  contact  */
/*===========================================================================*/
.p-contactMv__bg01 {
    position: absolute;
    width: 159px;
    right: calc(50% + 287px);
    top: 92px;
    z-index: 3;
}

.p-contactMv__bg02 {
    position: absolute;
    width: 79px;
    left: calc(50% + 312px);
    top: 95px;
    z-index: 3;
}

.p-contact {
    padding: 0 25px 234px;
}

.p-contact__inner {
    max-width: 990px;
    margin: 0 auto;
}

.p-contact__txt {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .02em;
}

.p-contact__form {
    padding: 80px 104px;
    background: #fff;
    border: 8px solid #FCEFEB;
    border-radius: 40px;
    margin-top: 34px;
}

.p-contact__form dl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 25px;
}

.p-contact__form dl:nth-of-type(1) {
    margin-top: 0;
}

.p-contact__form dl dt {
    padding-top: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: .02em;
    width: 210px;
}

.p-contact__form--head {
    display: inline-flex;
    align-items: center;
    justify-content: left;
}

.p-contact__form--required {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 23px;
    background-color: #f19dae;
    border-radius: 4px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.51;
    color: #fff;
    margin-left: 12px;
    padding-bottom: 1px;
}

.p-contact__form dl dd {
    width: calc(100% - 210px);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: .02em;
}

.p-contact__form input[type=text] {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 15px 20px;
}

.p-contact__form input.size-l {
    width: 100%;
}

.p-contact__form textarea {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 15px 20px;
    min-height: 165px;
    width: 100%;
    resize: vertical;
}

dl.name dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-contact__name--left,
.p-contact__name--right {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 47.295%;
}

.p-contact__name--txt {
    width: 41px;
}

dl.years dd {
    display: flex;
    align-items: center;
    justify-content: left;
}

.p-contact__years--txt {
    margin-left: 12px;
}

input.size-years {
    width: 100%;
    display: block;
    max-width: 230px;
}

.p-contact__form input.size-s {
    width: calc(100% - 41px);
}

.p-contact__form dl.mail02 {
    margin-top: 10px;
}

.p-contact__form dl.mail02 dt {
    visibility: hidden;
}

.p-contact__privacy--txt {
    margin-top: 40px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .02em;
}

.p-contact__privacy--link {
    color: #6ec3b7;
    text-decoration: underline;
}

.p-contact__agreement {
    margin-top: 30px;
    text-align: center;
}

.p-contact__agreement label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: .02em;
}

.p-contact__agreement label>input {
    margin-right: 8px;
    transform: translate(0px, 1px);
}

.p-form__btn {
    margin: 30px auto 0;
}

.p-form-btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mwform-checkbox-field-text {
    display: none;
}

@media screen and (max-width: 900px) {
    .p-contactMv__bg01 {
        width: 80px;
        right: calc(50% + 136px);
        top: 45px;
    }
    
    .p-contactMv__bg02 {
        width: 41px;
        left: calc(50% + 145px);
        top: 43px;
        z-index: 3;
    }
    
    .p-contact {
        padding: 0 25px;
    }
    
    .p-contact__inner {
        padding-bottom: 80px;
    }
    
    .p-contact__txt {
        font-size: 12px;
        margin-top: -10px;
    }
    
    .p-contact__form {
        padding: 25px 20px;
        border: 5px solid #FCEFEB;
        box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.08);
        border-radius: 20px;
        margin-top: 50px;
    }
    
    .p-contact__form dl {
        display: block;
        margin-top: 20px;
    }
    
    .p-contact__form dl:nth-of-type(1) {
        margin-top: 0;
    }
    
    .p-contact__form dl dt {
        padding-top: 0;
        font-size: 13px;
        width: 100%;
    }
    
    .p-contact__form--required {
        width: 38px;
        height: 19px;
        font-size: 11px;
        margin-left: 8px;
        padding-bottom: 1px;
    }
    
    .p-contact__form dl dd {
        width: 100%;
        font-size: 12px;
        margin-top: 8px;
    }
    
    .p-contact__form input[type=text] {
        padding: 12px 15px;
    }
    
    .p-contact__form input.size-l {
        width: 100%;
    }
    
    .p-contact__form textarea {
        padding: 12px 15px;
        min-height: 135px;
    }
    
    dl.name dd {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .p-contact__name--left,
    .p-contact__name--right {
        display: flex;
        align-items: center;
        justify-content: left;
        width: 47.295%;
    }
    
    .p-contact__name--txt {
        width: 29px;
    }
    
    .p-contact__years--txt {
        margin-left: 10px;
    }
    
    input.size-years {
        max-width: 110px;
    }
    
    .p-contact__form input.size-s {
        width: calc(100% - 29px);
    }
    
    .p-contact__form dl.mail02 {
        margin-top: 10px;
    }
    
    .p-contact__form dl.mail02 dt {
        visibility: hidden;
    }
    
    .p-contact__privacy--txt {
        margin-top: 30px;
        font-size: 12px;
    }
    
    .p-contact__agreement {
        margin-top: 20px;
    }
    
    .p-contact__agreement label {
        font-size: 13px;
    }
    
    .p-contact__agreement label>input {
        margin-right: 6px;
    }

    .p-form__btn {
        margin: 30px auto 0;
    }
}

/*===========================================================================*/
/*  simulation  */
/*===========================================================================*/
.p-simulation {
    position: relative;
    overflow: hidden;
    margin-top: -12px;
}

.p-simulation::before {
    background: url('../img/common/bg02.png') no-repeat center center/cover;
    content: '';
    height: 682px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    bottom: -319px;
    width: 1920px;
    z-index: 0;
}

.p-simulationMv__bg01 {
    position: absolute;
    width: 159px;
    right: calc(50% + 287px);
    top: 92px;
    z-index: 3;
}

.p-simulationMv__bg02 {
    position: absolute;
    width: 79px;
    left: calc(50% + 312px);
    top: 95px;
    z-index: 3;
}

.p-simulation {
    padding: 0 25px 118px;
}

.p-simulation__inner {
    max-width: 990px;
    margin: 0 auto;
}

.p-simulation__caution {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .03em;
}

.p-simulation__caution--txt {
    position: relative;
    padding: 0 40px;
}

.p-simulation__caution--txt::before {
    background: url('../img/common/caution.png') no-repeat center center/contain;
    content: '';
    height: 34px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 35px;
}

.p-simulation__caution--txt::after {
    background: url('../img/common/caution.png') no-repeat center center/contain;
    content: '';
    height: 34px;
    right: 0;
    position: absolute;
    top: 4px;
    width: 35px;
}

.p-simulation__txt {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .02em;
    margin-top: 40px;
}

.p-simulation__txt.--01 {
    font-size: 16px;
    list-style: 1.98;
    margin-top: 5px;
}

.p-simulation__contents {
    padding: 20px 80px 60px;
    background: #fff;
    border: 8px solid #FCEFEB;
    border-radius: 40px;
    margin-top: 80px;
}

.p-simulation__content {
    margin-top: 40px;
}

.p-simulation__content--head {
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: .08em;
    border-bottom: 1px dashed #f19dae;
    color: #f19dae;
}

.p-simulation__content--head .--small {
    font-size: 14px;
}

.p-simulation__content--checks {
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
}

.p-simulation__content--checks label {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: .02em;
}

.p-simulation__content--checks label>input {
    width: 12px;
    transform: translate(0px, 1px);
}

.p-simulation__content--checks label>span {
    width: calc(100% - 20px);
}

.p-simulation__content--checks label>span .--small {
    font-size: 10px;
}

.p-simulation__content--checks.--l label {
    width: 33.333%;
}
.p-simulation__content--checks.--m label {
    width: 25%;
}
.p-simulation__content--checks.--s label {
    width: 20%;
}

.p-select {
    width: 50%;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.p-select.--l {
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.p-select__head {
    width: 190px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.76;
    letter-spacing: .02em;
}

.p-select__head .--small {
    font-size: 10px;
}

.p-select__content {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.p-select__wrapper {
    position: relative;
}

.p-select__wrapper::before {
    background: url('../img/common/arrow-select.png') no-repeat center center/contain;
    content: '';
    height: 6px;
    right: 12px;
    position: absolute;
    top: 13px;
    width: 8.5px;
    pointer-events: none;
}

.p-select__wrapper select {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: .02em;
    padding: 4px 25px 4px 12px;
    border-radius: 7px;
    border: solid 1px #bcbcbc;
}

.p-select__unit {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: .02em;
    margin-left: 8px;
}

.p-simulation__btn {
    margin: 40px auto 0;
    cursor: pointer;
}

.p-simulation__result {
    margin: 122px auto 0;
    max-width: 990px;
    position: relative;
    background: #fff;
    border: 8px solid #fcefeb;
    box-shadow: 25px 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    padding: 82px 25px 50px;
    position: relative;
    box-sizing: border-box;
}

.p-simulation__result h2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: -31px;
}

.p-simulation__result--head {
    max-width: 750px;
    margin: 0 auto;
}

.p-simulation__inner--result {
    opacity: 0;
    transition: opacity .5s;
}

.p-simulation__inner--result.js-active {
    opacity: 1;
}

.p-simulation__result--price {
    margin-top: 50px;
}

.p-simulation__time--head,
.p-simulation__price--head {
    max-width: 223px;
    margin: 0 auto;
}

.p-simulation__result--txt {
    text-align: center;
    font-weight: 700;
    font-size: 100px;
    line-height: 100%;
    letter-spacing: -.02em;
}

.p-simulation__result--time .p-simulation__result--txt {
    color: #cfa3ca;
}
.p-simulation__result--price .p-simulation__result--txt {
    color: #6ec3b7;
}

.p-simulation__result--txt .--unit {
    font-weight: 900;
    font-size: 68px;
    line-height: 100%;
    letter-spacing: .08em;
    transform: translate(0px, -5px);
    margin-right: 7px;
}

.p-simulation__result--insta {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.98;
    text-align: center;
    letter-spacing: .02em;
    margin-top: 26px;
}

.p-simulation__result--insta span {
    position: relative;
    padding-left: 16px;
}

.p-simulation__result--insta span::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 900px) {
    .p-simulation {
        overflow: visible;
        z-index: 5;
        margin-top: 0;
    }

    .p-simulation::before {
        background: url('../img/simulation/bg02-sp.png') no-repeat center center/cover;
        content: '';
        height: 267px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        position: absolute;
        bottom: -75px;
        width: 100%;
        z-index: 0;
    }
    
    .p-simulationMv__bg01 {
        width: 80px;
        right: calc(50% + 136px);
        top: 45px;
    }
    
    .p-simulationMv__bg02 {
        width: 41px;
        left: calc(50% + 145px);
        top: 43px;
    }
    
    .p-simulation {
        padding: 0 25px 80px;
    }

    .p-simulation__caution {
        font-size: 18px;
        margin-top: -20px;
    }
    
    .p-simulation__caution--txt {
        padding: 0 35px;
    }
    
    .p-simulation__caution--txt::before {
        height: 29px;
        top: 3px;
        width: 30px;
    }
    
    .p-simulation__caution--txt::after {
        height: 29px;
        top: 3px;
        width: 30px;
    }
    
    .p-simulation__txt.--01 {
        font-size: 15px;
        list-style: 1.75;
    }
    
    .p-simulation__txt {
        font-size: 12px;
        margin-top: 30px;
    }
    
    .p-simulation__contents {
        padding: 25px 20px;
        border: 5px solid #FCEFEB;
        border-radius: 20px;
        margin-top: 25px;
        box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.08);
    }
    
    .p-simulation__content {
        margin-top: 40px;
    }

    .p-simulation__contents .p-simulation__content:nth-of-type(1) {
        margin-top: 0;
    }
    
    .p-simulation__content--head {
        padding-bottom: 10px;
        font-size: 16px;
    }
    
    .p-simulation__content--head .--small {
        font-size: 12px;
        transform: translate(0px, -6px);
    }

    .p-simulation__content--head .--small.tr0 {
        transform: translate(0px, 0px);
    }
    
    .p-simulation__content--checks {
        display: flex;
        flex-wrap: wrap;
        padding-top: 8px;
    }
    
    .p-simulation__content--checks label {
        margin-top: 5px;
        font-size: 13px;
    }
    
    .p-simulation__content--checks label>input {
        width: 11px;
        transform: translate(0px, 1px);
    }
    
    .p-simulation__content--checks label>span {
        width: calc(100% - 17px);
    }
    
    .p-simulation__content--checks label>span .--small {
        font-size: 10px;
    }
    
    .p-simulation__content--checks.--l label {
        width: 50%;
    }
    .p-simulation__content--checks.--m label {
        width: 50%;
    }
    .p-simulation__content--checks.--s label {
        width: 50%;
    }

    label.--100 {
        width: 100% !important;
    }
    
    .p-select {
        width: 100%;
        margin-top: 8px;
    }
    
    .p-select.--l {
        width: 100%;
        margin-top: 8px;
    }
    
    .p-select__head {
        width: 172px;
        font-size: 13px;
    }
    
    .p-select__content {
        padding-left: 0;
    }
    
    .p-select__wrapper {
        position: relative;
    }
    
    .p-select__wrapper::before {
        height: 6px;
        right: 8px;
        top: 12px;
    }
    
    .p-select__wrapper select {
        font-size: 11px;
        padding: 4px 20px 4px 10px;
    }
    
    .p-select__unit {
        font-size: 13px;
        line-height: 1.75;
        letter-spacing: .02em;
        margin-left: 4px;
    }
    
    .p-simulation__btn {
        margin: 30px auto 0;
    }
    
    .p-simulation__result {
        margin: 94px auto 0;
        border: 5px solid #fcefeb;
        box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.08);
        border-radius: 20px;
        padding: 45px 4px 30px;
    }
    
    .p-simulation__result h2 {
        position: absolute;
        width: 100%;
        left: 0;
        top: -19px;
    }
    
    .p-simulation__result--head {
        max-width: 290px;
    }
    
    .p-simulation__inner--result.js-active {
        opacity: 1;
    }
    
    .p-simulation__result--price {
        margin-top: 25px;
    }
    
    .p-simulation__time--head,
    .p-simulation__price--head {
        max-width: 220px;
    }
    
    .p-simulation__result--txt {
        font-size: 50px;
        white-space: nowrap;
    }
    
    .p-simulation__result--time .p-simulation__result--txt {
        color: #cfa3ca;
    }
    .p-simulation__result--price .p-simulation__result--txt {
        color: #6ec3b7;
    }
    
    .p-simulation__result--txt .--unit {
        font-size: 26px;
        transform: translate(0px, -2px);
        margin-right: 2px;
    }

    .p-simulation__result--insta {
        font-size: 12px;
        line-height: 1.75;
        text-align: left;
        max-width: 235px;
        margin: 15px auto 0;
    }

    .p-simulation__result--insta span {
        padding-left: 12px;
    }
}

.p-simulation__reservation--btn {
    padding-bottom: 80px;
    /* background-color: #fdf8f8; */
    z-index: 10;
    position: relative;
}

.p-simulation__reservationBtn {
    margin: 0 auto;
    background-color: #cfa3ca;
}

.p-simulation__reservationBtn::before {
    background: url('../img/common/arrow-white-purple.png') no-repeat center center/contain;
}

/*===========================================================================*/
/*  column archive  */
/*===========================================================================*/
.p-columnMv__bg01 {
    position: absolute;
    width: 159px;
    right: calc(50% + 287px);
    top: 92px;
    z-index: 3;
}

.p-columnMv__bg02 {
    position: absolute;
    width: 79px;
    left: calc(50% + 312px);
    top: 95px;
    z-index: 3;
}

.p-columnContents__wrapper {
    margin-top: 40px;
    padding-bottom: 150px;
}

.p-column__list {
    padding-top: 50px;
}

.p-column__list li {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #bcbcbc;
}

.p-column__list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-column__list--img {
    border-radius: 7px;
    width: 278px;
    height: 175px;
}

.p-column__list--img img {
    border-radius: 7px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.08);
}

.p-column__list--txts {
    width: calc(100% - 313px);
}

.p-column__list--head {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.42;
    letter-spacing: .05em;
}

.p-column__list--info {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.p-column__list--cat {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.56;
    letter-spacing: .01em;
    color: #f19dae;
    padding: 3px 9px 4px;
    border: #f19dae solid 1px;
    border-radius: 100vh;
    margin-right: 15px;
}

.p-column__list--date {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    color: #bcbcbc;
}

.p-pagination {
    margin-top: 50px;
}

.page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page-numbers li {
    margin: 10px 10px 0 0;
    display: flex;
    align-items: center;
}

.page-numbers li a {
    display: inline-flex;
    width: 55px;
    height: 55px;
    border-radius: 100vh;
    background-color: #fff;
    border: #f19dae solid 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 156%;
    letter-spacing: .01em;
    color: #f19dae;
    align-items: center;
    justify-content: center;
}

.page-numbers li a.prev,
.page-numbers li a.next {
    display: none;
}

.page-numbers li span.current {
    display: inline-flex;
    width: 55px;
    height: 55px;
    border-radius: 100vh;
    background-color: #f19dae;
    border: #f19dae solid 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 156%;
    letter-spacing: .01em;
    color: #fff;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 900px) {
    .p-columnMv__bg01 {
        width: 80px;
        right: calc(50% + 136px);
        top: 45px;
    }
    
    .p-columnMv__bg02 {
        width: 41px;
        left: calc(50% + 145px);
        top: 43px;
    }
    
    .p-columnContents__wrapper {
        margin-top: 0;
        padding-bottom: 80px;
    }
    
    .p-column__list {
        padding-top: 25px;
    }
    
    .p-column__list li {
        margin-top: 25px;
        padding-bottom: 25px;
    }
    
    .p-column__list--img {
        border-radius: 4px;
        width: 37.647%;
        height: 20.513vw;
        min-height: 80px;
    }
    
    .p-column__list--img img {
        border-radius: 4px;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.08);
    }
    
    .p-column__list--txts {
        width: 58.235%;
    }
    
    .p-column__list--head {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; 
    }
    
    .p-column__list--info {
        margin-top: 7px;
    }
    
    .p-column__list--cat {
        font-size: 10px;
        padding: 2px 8px 3px;
        margin-right: 8px;
    }
    
    .p-column__list--date {
        font-size: 13px;
    }
    
    .p-pagination {
        margin-top: 31px;
    }

    .page-numbers {
        justify-content: center;
    }
    
    .page-numbers li {
        margin: 4px 4px 0;
        display: flex;
        align-items: center;
    }
    
    .page-numbers li a {
        width: 30px;
        height: 30px;
        border: #f19dae solid 1px;
        line-height: 156%;
    }
    
    .page-numbers li span.current {
        display: inline-flex;
        width: 30px;
        height: 30px;
        border: #f19dae solid 1px;
        font-size: 10px;
    }
}

/*===========================================================================*/
/*  column single  */
/*===========================================================================*/
.p-column-singleMv {
    padding: 0 25px;
    max-width: 832px;
    margin: 100px auto 0;
}

.p-column-single__head {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.65;
    letter-spacing: .05em;
}

.p-column-single__info {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.p-column-single__cat {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.56;
    letter-spacing: .01em;
    color: #f19dae;
    padding: 3px 9px 4px;
    border: #f19dae solid 1px;
    border-radius: 100vh;
    margin-right: 15px;
}

.p-column-single__date {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    color: #bcbcbc;
}

.p-column-single__contents {
    max-width: 832px;
    margin: 35px auto 0;
    padding: 0 25px 150px;
}

.p-column__link {
    margin: 80px auto 0;
}

@media screen and (max-width: 900px) {
    .p-column-singleMv {
        margin: 60px auto 0;
    }
    
    .p-column-single__head {
        font-size: 26px;
    }
    
    .p-column-single__info {
        margin-top: 20px;
    }
    
    .p-column-single__contents {
        margin: 40px auto 0;
        padding: 0 25px 100px;
    }
    
    .p-column__link {
        margin: 60px auto 0;
    }
}

/*===========================================================================*/
/*  column single post  */
/*===========================================================================*/
#post p {
    font-size: 16px;
    line-height: 1.85;
    letter-spacing: .03em;
}

#post strong {
    color: #F7C495;
    font-weight: 700;
}

#post img {
    width: auto;
    border-radius: 12px;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.08);
}

#post .m-s {
    margin: 10px 0;
}
#post .m-m {
    margin: 30px 0;
}
#post .m-l {
    margin: 50px 0;
}

#post .mb-s {
    margin-bottom: 10px;
}
#post .mb-m {
    margin-bottom: 30px;
}
#post .mb-l {
    margin-bottom: 50px;
}

#post .mt-s {
    margin-top: 10px;
}
#post .mt-m {
    margin-top: 30px;
}
#post .mt-l {
    margin-top: 50px;
}

#post h2 {
    clear: both;
    margin: 40px 0 20px;
    line-height: 1.4;
    padding: 15px 20px;
    position: relative;
    border: #F19DAE dashed 2px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.65;
    letter-spacing: .05em;
}

#post h3 {
    border-bottom: #bcbcbc solid 3px;
    clear: both;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.65;
    letter-spacing: .05em;
    margin: 40px 0 20px;
    padding-bottom: 12px;
    position: relative;
}

#post h3::before {
    background-color: #f19dae;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -3px;
    width: 74px;
}

#post h4 {
    clear: both;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.65;
    letter-spacing: .05em;
    margin: 40px 0 20px;
    padding-left: 19px;
    position: relative;
}

#post h4::before {
    background-color: #f19dae;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

#post h5 {
    clear: both;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.65;
    letter-spacing: .05em;
    margin: 40px 0 20px;
    padding-left: 32px;
    position: relative;
}

#post h5::before {
    background-color: #f19dae;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: 20px;
    width: 14px;
}

#post .u-float-clear {
    clear: both;
}

#post .aligncenter {
    display: block;
    margin: 40px auto 0;
    max-width: 100%;
}

#post .alignleft {
    float: left;
    margin: 0 20px 10px 0;
    width: 50%;
}

#post .alignright {
    float: right;
    margin: 0 0 10px 20px;
    width: 50%;
}

@media screen and (max-width: 900px) {
    #post .m-m {
        margin: 20px 0;
    }
    #post .m-l {
        margin: 40px 0;
    }
    
    #post .mb-m {
        margin-bottom: 20px;
    }
    #post .mb-l {
        margin-bottom: 40px;
    }
    
    #post .mt-m {
        margin-top: 20px;
    }
    #post .mt-l {
        margin-top: 40px;
    }

    #post p {
        font-size: 14px;
        line-height: 1.8;
    }
    
    #post h2 {
        margin: 30px 0 15px;
        padding: 5px 10px;
        border: #F19DAE dashed 1px;
        border-radius: 5px;
        font-size: 24px;
    }
    
    #post h3 {
        font-size: 18px;
        margin: 30px 0 15px;
        padding-bottom: 10px;
    }

    #post h3 {
        border-bottom: #bcbcbc solid 2px;
        font-size: 22px;
        margin: 30px 0 15px;
        padding-bottom: 10px;
    }
    #post h3::before {
        height: 2px;
        bottom: -2px;
    }
    
    #post h4 {
        font-size: 20px;
        margin: 30px 0 15px;
        padding-left: 13px;
    }
    
    #post h4::before {
        width: 3px;
    }
    
    #post h5 {
        font-size: 18px;
        margin: 30px 0 15px;
    }

    #post h5 {
        font-size: 18px;
        margin: 30px 0 15px;
        padding-left: 23px;
    }
    #post h5::before {
        top: 15px;
    }
    
    #post .aligncenter {
        margin: 20px auto 0;
        width: 100%;
    }
    
    #post .alignleft {
        float: none;
        margin: 0 0 10px 0;
        width: 100%;
    }
    
    #post .alignright {
        float: none;
        margin: 0 0 10px 0;
        width: 100%;
    }
}

/*===========================================================================*/
/*  toc  */
/*===========================================================================*/
#ez-toc-container {
    padding: 50px !important;
    width: 100% !important;
    border-radius: 12px !important;
    background-color: #fff !important;
}

#ez-toc-container a {
    line-height: 1.4 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: .05em;
    color: #777575 !important;
}

#ez-toc-container ul {
    font-size: 14px !important;
    font-weight: 700 !important;
}

#ez-toc-container ul li::before{
    display: none !important;
}

.ez-toc-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    padding-left: 32px !important;
    position: relative;
    color: #F19DAE !important;
    font-family: 'Montserrat', sans-serif;
    display: block !important;
}

.ez-toc-title::before {
    background: url(../img/column/tocIcon.png) no-repeat center center/cover;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    top: calc(50% - 8px);
    width: 20px;
}

#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 45px !important;
}

.ez-toc-heading-level-2 {
    margin-top: 20px !important;
}

.ez-toc-heading-level-3,
.ez-toc-heading-level-4,
.ez-toc-heading-level-5,
.ez-toc-heading-level-6 {
    margin-top: 10px !important;
}

.ez-toc-link::before {
    color: #F19DAE !important;
}

@media screen and (max-width: 900px) {
    #ez-toc-container {
        padding: 30px 25px !important;
    }
    
    #ez-toc-container ul {
        font-size: 14px !important;
    }
    
    .ez-toc-title {
        font-size: 16px !important;
        padding-left: 25px !important;
        text-align: left;
    }
    
    .ez-toc-title::before {
        height: 13px;
        top: calc(50% - 6.5px);
        width: 17px;
    }

    #ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
        margin-left: 0 !important;
    }

    .ez-toc-heading-level-2 {
        margin-top: 20px !important;
    }
}

/*===========================================================================*/
/*  about mv  */
/*===========================================================================*/
.p-aboutMv {
    padding: 30px 25px 0;
    position: relative;
}

.p-aboutMv::before {
    background: url('../img/about/bg01.png') no-repeat center center/cover;
    content: '';
    height: 548px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    bottom: -147px;
    width: 100%;
    z-index: 0;
}

.p-aboutMv__inner {
    overflow: hidden;
}

.p-aboutMv__head {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    padding-top: 70px;
}

.p-aboutMv__head::before {
    content: 'ABOUT';
    left: calc(50% - 182px);
    position: absolute;
    top: calc(50% + 35px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-weight: 700;
    font-size: 236px;
    line-height: 1.75;
    letter-spacing: .06em;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    z-index: -1;
}

.p-aboutMv__headEn {
    font-weight: 700;
    font-size: 57px;
    line-height: 1.75;
    letter-spacing: .25em;
    color: #f19dae;
}

.p-aboutMv__headJa {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: .08em;
    margin-left: 25px;
}

.p-aboutMv__wrapper--img {
    position: relative;
    max-width: 1200px;
    margin: 32px auto 0;
    z-index: 2;
}

.p-aboutMv__img {
    position: relative;
    max-height: 506px;
    height: 40.48vw;
}

.p-aboutMv__img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.illust01 {
    position: absolute;
    z-index: 3;
    width: 140px;
    right: 180px;
    top: -79px;
}
.illust02 {
    position: absolute;
    z-index: 3;
    width: 156px;
    right: 49px;
    top: -87px;
}

@media screen and (max-width: 900px) {
    .p-aboutMv {
        padding: 48px 0 0;
        position: relative;
    }
    
    .p-aboutMv::before {
        background: url('../img/about/bg01-sp.png') no-repeat center center/cover;
        height: 214px;
        bottom: -80px;
    }
    
    .p-aboutMv__head {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 25px;
    }
    
    .p-aboutMv__head::before {
        left: 107px;
        position: absolute;
        top: -8px;
        transform: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        font-size: 65px;
        line-height: 1.215;
    }
    
    .p-aboutMv__headEn {
        font-size: 32px;
        line-height: 1.219;
    }
    
    .p-aboutMv__headJa {
        font-size: 14px;
        margin-left: 0;
    }
    
    .p-aboutMv__wrapper--img {
        margin: 30px 25px 0;
    }

    .p-aboutMv__imgSp {
        position: relative;
        height: 57.949vw;
    }

    .p-aboutMv__imgSp div {
        position: absolute;
    }
    
    .illust01 {
        width: 61px;
        right: 67px;
        top: -38px;
    }
    .illust02 {
        width: 68px;
        right: 17px;
        top: -37px;
    }
}

@media screen and (max-width: 390px) {
    .p-aboutMv__imgSp {
        height: 226px;
    }
}

/*===========================================================================*/
/*  about concept  */
/*===========================================================================*/
.p-aboutConcept {
    z-index: -1;
    padding-top: 324px;
    overflow: hidden;
}

.p-aboutConcept__inner {
    position: relative;
}

.p-aboutConcept__bg01 {
    position: absolute;
    z-index: 4;
    width: 85px;
    right: calc(50% + 348px);
    top: 141px;
}
.p-aboutConcept__bg02 {
    position: absolute;
    z-index: 4;
    width: 51px;
    left: calc(50% + 363px);
    top: 154px;
}
.p-aboutConcept__bg03 {
    position: absolute;
    z-index: 3;
    width: 149px;
    right: calc(50% + 435px);
    top: 2px;
}
.p-aboutConcept__bg04 {
    position: absolute;
    z-index: 3;
    width: 96px;
    left: calc(50% + 414px);
    top: -34px;
}
.p-aboutConcept__bg05 {
    position: absolute;
    z-index: 3;
    width: 118px;
    right: calc(50% + 495px);
    top: 362px;
}
.p-aboutConcept__bg06 {
    position: absolute;
    z-index: 3;
    width: 168px;
    left: calc(50% + 501px);
    top: 376px;
}

.p-aboutConcept__head {
    max-width: 494px;
    margin: 0 auto;
}

.p-aboutConcept__txt {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 3.13;
    letter-spacing: .02em;
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-top: 47px;
}

.p-aboutConcept__txt::before {
    content: 'CONCEPT';
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 236px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .25em;
    color: #fff;
    z-index: -1;
    top: -78px;
    left: 50%;
    transform: translateX(calc(5px - 50%));
    -webkit-transform: translateX(calc(5px - 50%));
    -ms-transform: translateX(calc(5px - 50%));
}

.p-aboutConcept__links {
    display: flex;
    max-width: 1226px;
    margin: 125px auto 0;
    justify-content: center;
    flex-wrap: wrap;
}

.p-aboutConcept__links a {
    margin: 20px 12px 0;
    width: 220px;
}

.p-aboutConcept__link--txt {
    text-align: center;
    margin-top: 14px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: .03em;
}

.p-aboutConcept__link--txt span {
    padding-right: 34px;
    position: relative;
}

.p-aboutConcept__link--txt span::before {
    background: url('../img/common/arrow-btn-pink.png') no-repeat center center/contain;
    content: '';
    height: 22px;
    right: 0;
    position: absolute;
    top: calc(50% - 11px);
    width: 22px;
}

@media screen and (max-width: 900px) {
    .p-aboutConcept {
        padding-top: 160px;
    }
    
    .p-aboutConcept__bg01 {
        width: 43px;
        right: calc(50% + 25px);
        top: 323px;
    }
    .p-aboutConcept__bg02 {
        width: 25px;
        left: calc(50% + 37px);
        top: 330px;
    }
    .p-aboutConcept__bg03 {
        width: 108px;
        right: unset;
        left: 8px;
        top: 99px;
    }
    .p-aboutConcept__bg04 {
        width: 57px;
        left: unset;
        right: -7px;
        top: 39px;
    }
    .p-aboutConcept__bg05 {
        width: 75px;
        right: unset;
        left: -14px;
        top: 272px;
    }
    .p-aboutConcept__bg06 {
        position: absolute;
        z-index: 3;
        width: 168px;
        left: calc(50% + 501px);
        top: 376px;
    }
    
    .p-aboutConcept__head {
        max-width: 251px;
    }
    
    .p-aboutConcept__txt {
        font-size: 14px;
        line-height: 2.8;
        margin-top: 25px;
        z-index: 4;
    }
    
    .p-aboutConcept__txt::before {
        font-size: 75px;
        letter-spacing: .1em;
        top: 51px;
    }
    
    .p-aboutConcept__links {
        margin: 0 auto;
        justify-content: left;
        flex-wrap: wrap;
        max-width: 340px;
        padding-top: 147px;
    }
    
    .p-aboutConcept__links a {
        margin: 20px 0 0;
        width: calc(50% - 7px);
    }

    .p-aboutConcept__links a:nth-of-type(2n) {
        margin-left: 14px;
    }
    
    .p-aboutConcept__link--txt {
        text-align: center;
        margin-top: 7px;
        font-weight: 700;
        font-size: 13px;
        line-height: 1.75;
        letter-spacing: .03em;
    }
    
    .p-aboutConcept__link--txt span {
        padding-right: 24px;
    }
    
    .p-aboutConcept__link--txt span::before {
        height: 17px;
        top: calc(50% - 8.5px);
        width: 17px;
    }
}

/*===========================================================================*/
/*  about philosophy  */
/*===========================================================================*/
.p-aboutPhilosophy {
    margin-top: 145px;
    z-index: -1;
    overflow: hidden;
}

.p-aboutPhilosophy__inner {
    position: relative;
}

.p-aboutPhilosophy__bg01 {
    position: absolute;
    z-index: 4;
    width: 149px;
    right: calc(50% + 559px);
    top: 496px;
}
.p-aboutPhilosophy__bg02 {
    position: absolute;
    z-index: 4;
    width: 168px;
    left: calc(50% + 540px);
    top: 303px;
}

.p-aboutPhilosophy__subHead {
    margin-top: 30px;
}

.p-aboutPhilosophy__subHead--img {
    max-width: 618px;
    margin: 0 auto;
}

.p-aboutPhilosophy__txt {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 3.13;
    letter-spacing: .02em;
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-top: 18px;
}

.p-aboutPhilosophy__txt::before {
    content: 'PHILOSOPHY';
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 170px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .25em;
    color: #fff;
    z-index: -1;
    top: 3px;
    left: 50%;
    transform: translateX(calc(5px - 50%));
    -webkit-transform: translateX(calc(5px - 50%));
    -ms-transform: translateX(calc(5px - 50%));
}

@media screen and (max-width: 900px) {
    .p-aboutPhilosophy {
        margin-top: 80px;
    }
    
    .p-aboutPhilosophy__bg01 {
        width: 108px;
        right: unset;
        left: 8px;
        top: 279px;
    }
    .p-aboutPhilosophy__bg02 {
        width: 108px;
        left: unset;
        top: 672px;
        right: 8px;
    }
    
    .p-aboutPhilosophy__subHead {
        margin-top: 20px;
    }
    
    .p-aboutPhilosophy__subHead--img {
        max-width: 338px;
    }
    
    .p-aboutPhilosophy__txt {
        font-size: 14px;
        line-height: 2.8;
        margin-top: 20px;
        z-index: 4;
    }
    
    .p-aboutPhilosophy__txt::before {
        font-size: 75px;
        letter-spacing: .1em;
        top: 168px;
    }
}

/*===========================================================================*/
/*  about doctor  */
/*===========================================================================*/
.p-aboutDoctor {
    position: relative;
    overflow: hidden;
    margin-top: 145px;
}

.p-aboutDoctor::before {
    background: url('../img/about/bg02.png') no-repeat center center/cover;
    content: '';
    height: 572px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    top: 413px;
    width: 100%;
    z-index: 0;
}

.p-aboutDoctor__inner {
    position: relative;
    z-index: 1;
}

.p-aboutDoctor__adviser {
    margin-top: 40px;
    background: #FFFFFF;
    border: 7px solid #FCEFEB;
    border-radius: 35px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.p-aboutDoctor__adviser--img {
    width: 30.232%;
}

.p-aboutDoctor__adviser--txts {
    width: 66.25%;
}

.p-aboutDoctor__adviser--txts .head {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: .08em;
    color: #F19DAE;
    margin-bottom: 5px;
}

.p-aboutDoctor__adviser--nameJa {
    font-weight: 500;
    font-size: 23px;
    line-height: 1.62;
    letter-spacing: .02em;
}

.p-aboutDoctor__adviser--nameEn {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: .32em;
    margin-left: 6px;
}

.p-aboutDoctor__adviser--txts .inner {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.p-aboutDoctor__adviser--txts .inner .left {
    width: 50.54%;
}

.p-aboutDoctor__adviser--txts .inner .right {
    width: 43.53%;
}

.p-aboutDoctor__adviser--txts .having-mt {
    margin-top: 15px;
}

.p-aboutDoctor__adviser--txts .career-txt {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.94;
    letter-spacing: .02em;
}

.p-aboutDoctor__adviser--txts .career-list {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.94;
    letter-spacing: .02em;
}

.p-aboutDoctor__adviser--txts .career-list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.p-aboutDoctor__adviser--txts .career-list li .year {
    width: 55px;
}

.p-aboutDoctor__adviser--txts .career-list li .content {
    width: calc(100% - 60px);
}

.p-aboutDoctor__list {
    display: flex;
    flex-wrap: wrap;
}

.p-aboutDoctor__list>li {
    width: calc(50% - 15px);
    margin-top: 30px;
    background: #FFFFFF;
    border: 7px solid #FCEFEB;
    border-radius: 35px;
    padding: 30px 40px;
}

.p-aboutDoctor__list>li:nth-of-type(2n) {
    margin-left: 30px;
}

.p-aboutDoctor__list--upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-aboutDoctor__list--img {
    width: 37.534%;
}

.p-aboutDoctor__list--upperTxts {
    width: calc(62.446% - 25px);
}

.p-aboutDoctor__list--head {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: .08em;
    color: #F19DAE;
}

.p-aboutDoctor__list--nameJa {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.62;
    letter-spacing: .02em;
}

.p-aboutDoctor__list--nameEn {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: .25em;
    margin-left: 5px;
}

.p-aboutDoctor__list--txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.62;
    letter-spacing: .02em;
}

.p-aboutDoctor__list .having-mt {
    margin-top: 7px;
}

.p-aboutDoctor__list--headCareer {
    margin-top: 20px;
    padding-bottom: 8px;
    border-bottom: 1.5px dashed #F19DAE;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: .08em;
    color: #F19DAE;
}

.p-aboutDoctor__career--list {
    margin-top: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.94;
    letter-spacing: .02em;
}

.p-aboutDoctor__career--list>li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.p-aboutDoctor__career--list>li .year {
    width: 44px;
}

.p-aboutDoctor__career--list>li .content {
    width: calc(100% - 54px);
}

.p-aboutDoctor__list--nameEn .pc-only {
    display: inline-block;
}

@media screen and (max-width: 900px) {
    .p-aboutDoctor {
        margin-top: 80px;
        padding: 0 25px;
    }
    
    .p-aboutDoctor::before {
        background: url('../img/about/bg02-sp.png') no-repeat center center/cover;
        height: 247px;
        top: 215px;
    }

    .p-aboutDoctor__bg01 {
        background: url('../img/about/bg02-sp.png') no-repeat center center/cover;
        height: 247px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        position: absolute;
        top: 1040px;
        width: 100%;
        z-index: 0;
    }
    .p-aboutDoctor__bg02 {
        background: url('../img/about/bg02-sp.png') no-repeat center center/cover;
        height: 247px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        position: absolute;
        top: 2394px;
        width: 100%;
        z-index: 0;
    }
    
    .p-aboutDoctor__inner {
        position: relative;
        z-index: 1;
    }
    
    .p-aboutDoctor__adviser {
        margin-top: 30px;
        border: 5px solid #FCEFEB;
        border-radius: 20px;
        padding: 25px 20px;
        display: block;
    }
    
    .p-aboutDoctor__adviser--img {
        width: 100%;
    }
    
    .p-aboutDoctor__adviser--txts {
        width: 100%;
    }
    
    .p-aboutDoctor__adviser--txts .head {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 15px;
    }
    
    .p-aboutDoctor__adviser--nameJa {
        font-size: 18px;
    }
    
    .p-aboutDoctor__adviser--nameEn {
        font-size: 12px;
    }
    
    .p-aboutDoctor__adviser--txts .inner {
        margin-top: 10px;
        display: block;
    }
    
    .p-aboutDoctor__adviser--txts .inner .left {
        width: 100%;
    }
    
    .p-aboutDoctor__adviser--txts .inner .right {
        width: 100%;
    }

    .p-aboutDoctor__adviser--txts .inner .head {
        padding-bottom: 5px;
        border-bottom: #f19dae dashed 1px;
        margin-bottom: 5px;
    }
    
    .p-aboutDoctor__adviser--txts .career-txt {
        font-size: 13px;
        line-height: 1.75;
        letter-spacing: .08em;
    }
    
    .p-aboutDoctor__adviser--txts .career-list {
        font-size: 13px;
        line-height: 1.75;
        letter-spacing: .02em;
    }
    
    .p-aboutDoctor__adviser--txts .career-list li {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .p-aboutDoctor__list {
        display: block;
    }
    
    .p-aboutDoctor__list>li {
        width: 100%;
        margin-top: 20px;
        background: #FFFFFF;
        border: 5px solid #FCEFEB;
        border-radius: 20px;
        padding: 25px 20px;
    }
    
    .p-aboutDoctor__list>li:nth-of-type(2n) {
        margin-left: 0;
    }
    
    .p-aboutDoctor__list--upper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .p-aboutDoctor__list--img {
        width: 43.103%;
    }
    
    .p-aboutDoctor__list--upperTxts {
        width: calc(56.897% - 20px);
    }
    
    .p-aboutDoctor__list--head {
        font-size: 15px;
    }
    
    .p-aboutDoctor__list--nameJa {
        font-size: 16px;
    }
    
    .p-aboutDoctor__list--nameEn {
        font-size: 10px;
        line-height: 1.65;
        margin-left: 0;
        white-space: nowrap;
    }
    
    .p-aboutDoctor__list--txt {
        font-size: 14px;
    }
    
    .p-aboutDoctor__list--headCareer {
        margin-top: 15px;
        padding-bottom: 5px;
        border-bottom: 1px dashed #F19DAE;
        font-size: 13px;
    }
    
    .p-aboutDoctor__career--list {
        margin-top: 5px;
        font-size: 13px;
        line-height: 1.8;
    }

    .p-aboutDoctor__list--nameEn .pc-only {
        display: none;
    }
}

/*===========================================================================*/
/*  treatment time  */
/*===========================================================================*/
.p-timeMv__bg01 {
    position: absolute;
    width: 132px;
    right: calc(50% + 391px);
    top: 70px;
    z-index: 3;
}

.p-timeMv__bg02 {
    position: absolute;
    width: 98px;
    left: calc(50% + 420px);
    top: 73px;
    z-index: 3;
}

.p-timeMv__caution--head {
    margin-top: 98px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .03em;
}

.p-timeMv__caution--headTxt {
    position: relative;
    padding: 0 42px;
}

.p-timeMv__caution--headTxt::before {
    background: url('../img/treatment-time/caution.png') no-repeat center center/contain;
    content: '';
    height: 34px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 35px;
}

.p-timeMv__caution--headTxt::after {
    background: url('../img/treatment-time/caution.png') no-repeat center center/contain;
    content: '';
    height: 34px;
    right: 0;
    position: absolute;
    top: 4px;
    width: 35px;
}

.p-timeMv__caution--txt {
    margin-top: 18px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .02em;
}

.p-timeContents__wrapper {
    padding-bottom: 234px;
}

.p-timeContents {
    padding-top: 130px;
}

.p-timeContents__main .sec01__wrapper {
    padding-top: 100px;
}

.p-timeContents__inner {
    background: #FFFFFF;
    border: 8px solid #FCEFEB;
    border-radius: 40px;
    padding: 80px 60px 60px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.p-timeContents__head {
    position: absolute;
    width: 100%;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .03em;
    color: #fff;
    top: -30px;
    left: 0;
    padding: 6px 10px 9px;
    background: url('../img/treatment-time/head-bg.png') no-repeat center center/contain;
}

.sec01__wrapper .p-timeContents__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec01__wrapper .p-timeContents__img {
    width: 49.61%;
}

.sec01__wrapper .p-timeContents__img img {
    width: 84.252%;
    margin: 0 auto;
    display: block;
}

.sec01__wrapper .p-timeContents__list {
    width: calc(50.39% - 10px);
}

.sec04__wrapper .p-timeContents__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec04__wrapper .p-timeContents__img {
    width: 49.61%;
}

.sec04__wrapper .p-timeContents__img img {
    width: 84.252%;
    margin: 0 auto;
    display: block;
}

.sec04__wrapper .p-timeContents__list {
    width: calc(50.39% - 10px);
}

.p-timeContents__list {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .02em;
}

.p-timeContents__list li {
    padding: 10px;
    border-radius: 14px;
    margin-top: 20px;
}

.p-timeContents__list li:nth-of-type(1) {
    margin-top: 0;
}

.p-timeContents__list li.purple {
    background: #F8F1F7;
    color: #CFA3CA;
}
.p-timeContents__list li.green {
    background: #EEF8F6;
    color: #6EC3B7;
}
.p-timeContents__list li.orange {
    background: #F8F6EE;
    color: #F7C495;
}
.p-timeContents__list li.pink {
    background: #FFF2F4;
    color: #F19DAE;
}

.p-timeContents__list--head {
    color: #fff;
    padding: 7px;
    border-radius: 6px;
}

.p-timeContents__list li.purple .p-timeContents__list--head {
    background: #CFA3CA;
}
.p-timeContents__list li.green .p-timeContents__list--head {
    background: #6EC3B7;
}
.p-timeContents__list li.orange .p-timeContents__list--head {
    background: #F7C495;
}
.p-timeContents__list li.pink .p-timeContents__list--head {
    background: #F19DAE;
}

.p-timeContents__list--txt {
    padding: 26px 0;
}

.p-timeContents__links {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.p-timeContents__links .p-timeContents__btn {
    margin: 0 10px;
}

.sec02__wrapper .p-timeContents__img {
    width: 91.927%;
    margin: 0 auto;
}

.sec02__wrapper .p-timeContents__list {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sec02__wrapper .p-timeContents__list li {
    margin-top: 20px;
    width: calc(50% - 9px);
}

.sec02__wrapper .p-timeContents__list li:nth-of-type(2) {
    margin-left: 18px;
}

.sec03__wrapper .p-timeContents__img {
    width: calc(100% + 15px);
    margin-left: 25px;
}

.sec03__wrapper .p-timeContents__list {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sec03__wrapper .p-timeContents__list li {
    margin-top: 20px;
    width: calc(50% - 9px);
}

.sec03__wrapper .p-timeContents__list li:nth-of-type(2) {
    margin-left: 18px;
}

.sec05__wrapper .p-timeContents__img {
    width: 49.089%;
    margin: 0 auto;
}

.sec06__wrapper .p-timeContents__img {
    width: 46.354%;
    margin: 0 auto;
}

.sec07__wrapper .p-timeContents__img {
    width: 43.88%;
    margin: 0 auto;
}

.sec08__wrapper .p-timeContents__img {
    width: 95.833%;
    margin: 0 auto;
}

.sec09__wrapper .p-timeContents__img {
    width: 46.354%;
    margin: 0 auto;
}

@media screen and (max-width: 1180px) {
    .p-timeContents__head {
        background: url('../img/treatment-time/head-bg-m.png') no-repeat center center/contain;
        padding: 1px 10px 2px;
        top: -26px;
    }
}

@media screen and (max-width: 900px) {
    .p-timeMv__bg01 {
        width: 61px;
        right: calc(50% + 123px);
        top: 62px;
    }
    
    .p-timeMv__bg02 {
        width: 45px;
        left: calc(50% + 133px);
        top: 60px;
    }
    
    .p-timeMv__caution--head {
        margin-top: 40px;
        font-size: 18px;
    }
    
    .p-timeMv__caution--headTxt {
        padding: 0 35px;
    }
    
    .p-timeMv__caution--headTxt::before {
        height: 29px;
        top: 3px;
        width: 30px;
    }
    
    .p-timeMv__caution--headTxt::after {
        height: 29px;
        top: 3px;
        width: 30px;
    }
    
    .p-timeMv__caution--txt {
        margin-top: 15px;
        font-size: 12px;
        padding: 0 25px;
    }
    
    .p-timeContents__wrapper {
        padding-bottom: 80px;
    }
    
    .p-timeContents {
        padding-top: 0;
        margin-top: 80px;
    }
    
    .p-timeContents__main .sec01__wrapper {
        padding-top: 0;
        margin-top: 50px;
    }
    
    .p-timeContents__inner {
        border: 5px solid #FCEFEB;
        box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.08);
        border-radius: 20px;
        padding: 40px 20px 25px;
    }
    
    .p-timeContents__head {
        font-size: 18px;
        line-height: 1.35;
        top: -19px;
        padding: 7px 5px 9px;
        background: url('../img/treatment-time/head-bg-sp.png') no-repeat center center/contain;
    }
    
    .sec01__wrapper .p-timeContents__inner {
        display: block;
    }
    
    .sec01__wrapper .p-timeContents__img {
        width: 187px;
        margin: 0 auto;
    }
    
    .sec01__wrapper .p-timeContents__img img {
        width: 100%;
    }
    
    .sec01__wrapper .p-timeContents__list {
        width: 100%;
    }
    
    .sec04__wrapper .p-timeContents__inner {
        display: block;
    }
    
    .sec04__wrapper .p-timeContents__img {
        width: 100%;
        max-width: 192px;
        margin: 0 auto;
    }
    
    .sec04__wrapper .p-timeContents__img img {
        width: 100%;
    }
    
    .sec04__wrapper .p-timeContents__list {
        width: 100%;
    }
    
    .p-timeContents__list {
        font-size: 14px;
        padding-top: 18px;
    }
    
    .p-timeContents__list li {
        padding: 10px 8px;
        border-radius: 12px;
        margin-top: 12px;
    }
    
    .p-timeContents__list li:nth-of-type(1) {
        margin-top: 12px;
    }
    
    .p-timeContents__list--txt {
        padding: 15px 0 10px;
    }
    
    .p-timeContents__links {
        display: block;
        margin-top: 0;
        padding: 5px;
    }
    
    .p-timeContents__links .p-timeContents__btn {
        margin: 15px auto 0;
    }
    
    .sec02__wrapper .p-timeContents__img {
        width: 100%;
        max-width: 189px;
    }
    
    .sec02__wrapper .p-timeContents__list {
        padding-top: 18px;
        display: block;
    }
    
    .sec02__wrapper .p-timeContents__list li {
        margin-top: 12px;
        width: 100%;
    }
    
    .sec02__wrapper .p-timeContents__list li:nth-of-type(2) {
        margin-left: 0;
    }
    
    .sec03__wrapper .p-timeContents__img {
        width: 100%;
        margin: 0 auto;
        max-width: 230px;
    }
    
    .sec03__wrapper .p-timeContents__list {
        padding-top: 18px;
        display: block;
    }
    
    .sec03__wrapper .p-timeContents__list li {
        margin-top: 12px;
        width: 100%;
    }
    
    .sec03__wrapper .p-timeContents__list li:nth-of-type(2) {
        margin-left: 0;
    }
    
    .sec05__wrapper .p-timeContents__img {
        width: 100%;
        max-width: 220px;
    }
    
    .sec06__wrapper .p-timeContents__img {
        width: 100%;
        max-width: 207px;
    }
    
    .sec07__wrapper .p-timeContents__img {
        width: 100%;
        max-width: 196px;
    }
    
    .sec08__wrapper .p-timeContents__img {
        width: 100%;
        max-width: 200px;
    }
    
    .sec09__wrapper .p-timeContents__img {
        width: 100%;
        max-width: 207px;
    }
}

/*===========================================================================*/
/*  menu  */
/*===========================================================================*/
#menu * {
    box-sizing: border-box;
}

.p-menuMv__bg01 {
    position: absolute;
    width: 121px;
    right: calc(50% + 270px);
    top: 83px;
    z-index: 3;
}

.p-menuMv__bg02 {
    position: absolute;
    width: 104px;
    left: calc(50% + 277px);
    top: 91px;
    z-index: 3;
}

.p-menuContents__wrapper {
    padding-bottom: 234px;
}

.p-menuContents {
    padding-top: 152px;
}

.p-menuContents__main .sec01__wrapper {
    padding-top: 100px;
}

.p-menuContents__inner {
    background: #FFFFFF;
    border: 8px solid #FCEFEB;
    border-radius: 40px;
    padding: 74px 60px 60px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.p-menuContents__head {
    position: absolute;
    width: 100%;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .03em;
    color: #fff;
    top: -30px;
    left: 0;
    padding: 6px 10px 9px;
    background: url('../img/menu/head-bg.png') no-repeat center center/contain;
}

.p-menuContents__head#sec02,
.p-menuContents__head#sec03 {
    font-size: 22px;
    padding: 11px 10px;
}

.p-menuContents__head .--small {
    font-size: 14px;
}

.p-menuContents__head03 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: .03em;
    color: #F19DAE;
    text-align: center;
}

.p-menuContents__head03--txt {
    position: relative;
    padding: 0 35px;
}

.p-menuContents__head03--txt::before {
    background: url('../img/common/txt-left.png') no-repeat center center/contain;
    content: '';
    height: 45px;
    left: 0;
    position: absolute;
    top: calc(50% - 22.5px);
    width: 27px;
}
.p-menuContents__head03--txt::after {
    background: url('../img/common/txt-right.png') no-repeat center center/contain;
    content: '';
    height: 45px;
    right: 0;
    position: absolute;
    top: calc(50% - 22.5px);
    width: 27px;
}

.p-menuContents__upper {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.p-menuContents__img {
    width: 48.177%;
    border-radius: 16px;
}

.p-menuContents__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.p-menuContents__upper--txts {
    width: 48.005%;
}

.p-menuContents__upper--txt {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.94;
    letter-spacing: .02em;
}

.p-menuContents__upper--machine {
    margin-top: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-menuContents__upper--machineTag {
    width: 68px;
    border-radius: 100vh;
    border: 1px solid #F19DAE;
    padding: 1px 2px 2px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: .03em;
    color: #F19DAE;
}

.p-menuContents__upper--machineName {
    width: calc(100% - 74px);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: .03em;
}

.p-menuContents__upper--machineName.--row2 {
    line-height: 1.25;
}

.p-menuContents__upper--machineName .--small {
    font-size: 12px;
    margin-top: -5px;
}

.p-menuContents__tags {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #F19DAE;
    border-radius: 16px;
    color: #F19DAE;
    padding: 25px;
}

.p-menuContents__tags--head {
    width: 172px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: .03em;
}

.p-menuContents__tags--inner {
    width: calc(100% - 182px);
    display: flex;
    flex-wrap: wrap;
}

.p-menuContents__tag {
    padding: 1px 14px 2px;
    background: #FFF4F4;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: .03em;
    margin: 5px;
    border-radius: 100vh;
}

.p-menuContents__flow--head {
    margin-top: 45px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .03em;
}

.p-menuContents__flow--list {
    margin-top: 15px;
}

.p-menuContents__flow--list li {
    margin-top: 20px;
    box-shadow: 11px 11px 20px rgba(0, 0, 0, 0.05);
    border-radius: 31px;
    border: 5px solid #FFFFFF;
    background: #FFF4F4;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.p-menuContents__flow--list li:nth-of-type(1) {
    margin-top: 0;
}

.p-menuContents__flow--list li.--01::before {
    background: url('../img/menu/step-illust01.png') no-repeat center center/contain;
    content: '';
    height: 93px;
    left: 127px;
    position: absolute;
    top: calc(50% - 48.5px);
    width: 78px;
}
.p-menuContents__flow--list li.--02::before {
    background: url('../img/menu/step-illust02.png') no-repeat center center/contain;
    content: '';
    height: 160px;
    left: 110px;
    position: absolute;
    bottom: 0;
    width: 113px;
}
.p-menuContents__flow--list li.--03::before {
    background: url('../img/menu/step-illust03.png') no-repeat center center/contain;
    content: '';
    height: 97px;
    left: 112px;
    position: absolute;
    top: calc(50% - 26.5px);
    width: 110px;
}
.p-menuContents__flow--list li.--03-2::before {
    background: url('../img/menu/step-illust03-2.png') no-repeat center center/contain;
    content: '';
    height: 115px;
    left: 120px;
    position: absolute;
    top: calc(50% - 57.5px + 18.5px);
    width: 104px;
}
.p-menuContents__flow--list li.--04::before {
    background: url('../img/menu/step-illust04.png') no-repeat center center/contain;
    content: '';
    height: 128px;
    left: 120px;
    position: absolute;
    top: calc(50% - 64px);
    width: 95px;
}
.p-menuContents__flow--list li.--04-2::before {
    background: url('../img/menu/step-illust04-2.png') no-repeat center center/contain;
    content: '';
    height: 101px;
    left: 120px;
    position: absolute;
    top: calc(50% - 50.5px);
    width: 103px;
}
.p-menuContents__flow--list li.--05::before {
    background: url('../img/menu/step-illust05.png') no-repeat center center/contain;
    content: '';
    height: 92px;
    left: 128px;
    position: absolute;
    top: calc(50% - 42px);
    width: 89px;
}

.p-menuContents__flow--list li.--treatment {
    background: #F7C495;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .08em;
    color: #FFFFFF;
    padding: 25px;
    display: block;
}

.p-menuContents__flow--number {
    width: 190px;
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-top: 5px;
}

.p-menuContents__flow--number .step {
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: .04em;
    margin-left: 10px;
}
.p-menuContents__flow--number .number {
    font-weight: 700;
    font-size: 71px;
    line-height: 100%;
    letter-spacing: -.03em;
}

li.--01 .p-menuContents__flow--number .number {
    margin-left: 8px;
}

.p-menuContents__flow--contents {
    width: calc(100% - 190px);
}

.p-menuContents__flow--head04 {
    font-weight: 700;
    font-size: 19px;
    line-height: 1.75;
    letter-spacing: .08em;
    color: #F19DAE;
}

.p-menuContents__flow--txt {
    margin-top: 4px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: .02em;
}

.p-menuContents__flow--txt.--small {
    padding-left: 37px;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.75;
    letter-spacing: .02em;
    margin-top: 0;
}

.p-menuContents__flow--txt.--small.--face {
    margin-top: 8px;
    position: relative;
}
.p-menuContents__flow--txt.--small.--body {
    position: relative;
}

.p-menuContents__flow--txt.--small.--face::before {
    content: '（顔）';
    left: 0;
    position: absolute;
    top: 0;
    width: 34px;
    text-align: center;
}

.p-menuContents__flow--txt.--small.--body::before {
    content: '（体）';
    left: 0;
    position: absolute;
    top: 0;
    width: 34px;
    text-align: center;
}

.p-menuContents__caution--head {
    margin-top: 45px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .03em;
}

.p-menuContents__caution--headTxt {
    position: relative;
    padding: 0 38px;
}

.p-menuContents__caution--headTxt::before {
    background: url('../img/menu/caution.png') no-repeat center center/contain;
    content: '';
    height: 34px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 35px;
}
.p-menuContents__caution--headTxt::after {
    background: url('../img/menu/caution.png') no-repeat center center/contain;
    content: '';
    height: 34px;
    right: 0;
    position: absolute;
    top: 4px;
    width: 35px;
}

.p-menuContents__caution--list {
    padding-top: 3px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-menuContents__caution--list.--center {
    justify-content: center;
}

.p-menuContents__caution--list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    width: calc(50% - 6px);
}

.p-menuContents__caution--img {
    width: 36.745%;
    box-shadow: 9.56175px 9.56175px 25.498px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
}

.p-menuContents__caution--txt {
    width: calc(63.255% - 18px);
    font-weight: 500;
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: .02em;
}

.p-menuContents__caution--small {
    margin-top: 35px;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.75;
    letter-spacing: .02em;
}

.p-menuContents__counseling {
    border: 1px solid #F19DAE;
    border-radius: 16px;
    padding: 30px 20px;
    margin-top: 40px;
}

.p-menuContents__counseling--head {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: 0.03em;
    color: #F19DAE;
}

.p-menuContents__counseling--txt {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .03em;
    margin-top: 10px;
}

.p-menuContents__counseling--txt span {
    position: relative;
    padding-left: 13px;
}

.p-menuContents__counseling--txt span::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
}

.p-menuContents__links {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.p-menuContents__btn {
    margin: 0 10px;
}

@media screen and (max-width: 1180px) {
    .p-menuContents__head {
        background: url('../img/menu/head-bg-m.png') no-repeat center center/contain;
        padding: 1px 10px 2px;
        top: -26px;
    }
}

@media screen and (max-width: 1180px) and (min-width: 901px) {
    .p-menuContents__head#sec02,
    .p-menuContents__head#sec03 {
        font-size: 17px;
        line-height: 1.2;
        padding: 5px 10px;
    }

    .p-menuContents__head br.--mid {
        display: inline-block;
    }
}

@media screen and (max-width: 900px) {
    .p-menuMv__bg01 {
        width: 62px;
        right: calc(50% + 119px);
        top: 44px;
    }
    
    .p-menuMv__bg02 {
        width: 52px;
        left: calc(50% + 120px);
        top: 46px;
    }
    
    .p-menuContents__wrapper {
        padding-bottom: 80px;
    }
    
    .p-menuContents {
        padding-top: 0;
        margin-top: 80px;
    }
    
    .p-menuContents__main .sec01__wrapper {
        margin-top: 50px;
        padding-top: 0;
    }
    
    .p-menuContents__inner {
        border: 5px solid #FCEFEB;
        box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.08);
        border-radius: 20px;
        padding: 40px 20px 30px;
    }
    .p-menuContents__inner.--col2 {
        padding: 65px 20px 30px !important;
    }
    .p-menuContents__inner.--col3 {
        padding: 65px 20px 30px !important;
    }
    
    .p-menuContents__head {
        font-size: 18px;
        line-height: 1.35;
        letter-spacing: .03em;
        top: -19px;
        padding: 7px 10px 9px;
        background: url('../img/menu/header-bg-sp.png') no-repeat center center/contain;
    }
    .--col2 .p-menuContents__head {
        font-size: 14px !important;
        line-height: 1.35;
        letter-spacing: .03em;
        top: -18px;
        padding: 11px 10px 15px;
        background: url('../img/menu/header-bg-sp02.png') no-repeat center center/contain;
    }
    .--col3 .p-menuContents__head {
        font-size: 14px !important;
        line-height: 1.25;
        letter-spacing: .03em;
        top: -19px;
        padding: 4px 10px 7px !important;
        background: url('../img/menu/header-bg-sp02.png') no-repeat center center/contain;
    }
    
    .p-menuContents__head03 {
        font-size: 18px;
        line-height: 1.65;
    }
    
    .p-menuContents__head03--txt {
        padding: 0 20px;
    }
    
    .p-menuContents__head03--txt::before {
        height: 31px;
        left: -7px;
        top: unset;
        bottom: 7px;
        width: 20px;
    }
    .p-menuContents__head03--txt::after {
        height: 31px;
        right: -7px;
        top: unset;
        bottom: 7px;
        width: 20px;
    }
    
    .p-menuContents__upper {
        display: block;
        margin-top: 20px;
    }
    
    .p-menuContents__img {
        width: 100%;
        border-radius: 0;
    }

    .p-menuContents__img img {
        width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 0;
    }
    
    .p-menuContents__upper--txts {
        width: 100%;
    }
    
    .p-menuContents__upper--txt {
        font-size: 12px;
        line-height: 1.8;
        margin-top: 15px;
        text-align: justify;
    }
    
    .p-menuContents__upper--machine {
        margin-top: 15px;
    }

    .p-menuContents__upper--machineName .--small {
        font-size: 10px;
    }
    
    .p-menuContents__tags {
        margin-top: 30px;
        display: block;
        padding: 20px 13px;
    }
    
    .p-menuContents__tags--head {
        width: 100%;
        font-size: 18px;
    }
    
    .p-menuContents__tags--inner {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .p-menuContents__tags--inner {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .p-menuContents__tags--inner.--center {
        justify-content: center;
    }
    
    .p-menuContents__tag {
        padding: 1px 13px 2px;
        font-size: 13px;
        margin: 3px;
    }
    
    .p-menuContents__flow--head {
        margin-top: 30px;
        font-size: 18px;
    }
    
    .p-menuContents__flow--list {
        margin-top: 15px;
    }
    
    .p-menuContents__flow--list li {
        margin: 20px auto 0;
        box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.08);
        border-radius: 12px;
        border: 4px solid #FFFFFF;
        padding: 30px 21px;
        display: block;
        max-width: 290px;
    }
    
    .p-menuContents__flow--list li:nth-of-type(1) {
        margin-top: 10px;
    }
    
    .p-menuContents__flow--list li.--01::before {
        height: 106px;
        left: 149px;
        top: 25px;
        width: 89px;
    }
    .p-menuContents__flow--list li.--02::before {
        height: 105px;
        left: 140px;
        bottom: unset;
        background: url('../img/menu/step-illust02-sp.png') no-repeat center center/contain;
        top: 24px;
        width: 98px;
    }
    .p-menuContents__flow--list li.--03::before {
        height: 96px;
        left: 148px;
        top: 30px;
        width: 109px;
    }
    .p-menuContents__flow--list li.--03-2::before {
        height: 100px;
        left: 152px;
        top: 28px;
        width: 90px;
    }
    .p-menuContents__flow--list li.--04::before {
        height: 123px;
        left: 162px;
        top: 0;
        width: 78px;
    }
    .p-menuContents__flow--list li.--04-2::before {
        height: 102px;
        left: 151px;
        top: 24px;
        width: 104px;
    }
    .p-menuContents__flow--list li.--05::before {
        height: 101px;
        left: 146px;
        top: 26px;
        width: 97px;
    }
    
    .p-menuContents__flow--list li.--treatment {
        font-size: 15px;
        padding: 14px;
    }
    
    .p-menuContents__flow--number {
        width: 100%;
        margin-top: 0;
        padding-left: 21px;
    }
    
    .p-menuContents__flow--contents {
        width: 100%;
    }
    
    .p-menuContents__flow--head04 {
        font-size: 16px;
        text-align: center;
        margin-top: 15px;
    }
    
    .p-menuContents__flow--txt {
        margin-top: 15px;
        font-size: 12px;
        text-align: justify;
    }
    
    .p-menuContents__flow--txt.--small {
        padding-left: 32px;
    }
    
    .p-menuContents__flow--txt.--small.--face::before {
        left: -3px;
        width: 32px;
    }
    
    .p-menuContents__flow--txt.--small.--body::before {
        left: -3px;
        width: 32px;
    }
    
    .p-menuContents__caution--head {
        margin-top: 40px;
        font-size: 18px;
    }
    
    .p-menuContents__caution--headTxt {
        padding: 0 35px;
    }
    
    .p-menuContents__caution--headTxt::before {
        height: 30px;
        width: 29px;
    }
    .p-menuContents__caution--headTxt::after {
        height: 30px;
        width: 29px;
    }
    
    .p-menuContents__caution--list {
        padding-top: 0;
        display: block;
    }
    
    .p-menuContents__caution--list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 15px auto 0;
        width: 100%;
        max-width: 290px;
    }
    
    .p-menuContents__caution--img {
        width: 36.2%;
        box-shadow: 7px 7px 19px rgba(0, 0, 0, 0.05);
        border-radius: 19px;
    }
    
    .p-menuContents__caution--txt {
        width: calc(63.8% - 12px);
        font-size: 12px;
    }
    
    .p-menuContents__caution--small {
        margin-top: 25px;
        text-align: left;
        font-weight: 500;
        font-size: 11px;
        line-height: 1.75;
        letter-spacing: .02em;
    }

    .p-menuContents__counseling {
        padding: 20px;
        margin-top: 15px;
    }
    
    .p-menuContents__counseling--head {
        font-size: 16px;
    }
    
    .p-menuContents__counseling--txt {
        font-size: 11px;
        text-align: left;
        margin: 10px auto 0;
        max-width: 160px;
    }
    
    .p-menuContents__counseling--txt span {
        padding-left: 11px;
    }
    
    .p-menuContents__links {
        display: block;
        margin-top: 0;
        padding-top: 5px;
    }
    
    .p-menuContents__btn {
        margin: 15px auto 0;
    }
}
