@charset "UTF-8";

/*====================================================================

  =Global Layout

====================================================================*/

:root {
    --color-primary: #24CBCB;
    --color-primary-on: #fff;
    --color-secondary: #EF7570;
    --color-white: #fff;
    --color-black: #1F1F1F;
    --bg-light-grey: #F4F4F4;
    --font-family-en: "Outfit", sans-serif;
    --border-radius-40: 4rem;
    --border-radius-32: 3.2rem;
    --border-radius-24: 2.4rem;
    --border-radius-16: 1.6rem;
    --border-radius-8: .8rem;
    --border-radius-4: .4rem;
}
html {
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    color: var(--color-black);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: transparent;
}
body {
    background: #F4F4F4;
    width: 100%;
    font-size: 1.6rem;
    font-feature-settings: 'palt' 1;
    letter-spacing: .06em;
    line-height: 1.8;
}
@media only screen and (max-width:960px) {
    body {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 768px) {
    body {
        min-width: 320px;
    }
}


/*====================================================================

  =Common Layout

====================================================================*

/*
------------------------------------------
 =Frame Format
------------------------------------------
*/
#wrapper {
    width: 100%;
    position: relative;
    padding-top: 11rem;
}
.inner {
    max-width: 142rem;
    margin: 0 auto;
    padding: 0 7rem;
}
.wrap {
    padding: 9.6rem 0 11.2rem;
}
.wrap-top {
    padding: 9.6rem 0 0;
}
.wrap-bottom {
    padding: 0 0 11.2rem;
}
.content-row {
    display: flex;
    column-gap: 6.4rem;
}
.p-intro{
    margin-bottom:8rem;
}
#main-column {
    flex-grow: 1;
}
#side-column {
    width: 34rem;
    flex-shrink: 0;
}
.bg-skew{
    position: relative;
    overflow: hidden;
}
.bg-skew.right::before {
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent var(--color-primary) transparent transparent;
    border-width: 0px 450px 450px 0px;
    opacity: .1;
}
.bg-skew.left::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent var(--color-primary);
    border-width: 0px 0px 450px 450px;
    opacity: .1;
}
@media screen and (max-width:1200px) {
    #wrapper {
        padding-top: 6rem;
    }
}
@media screen and (max-width:960px) {
    .wrap {
        padding: 6.4rem 0 8rem;
    }
    .wrap-top {
        padding: 6.4rem 0 0;
    }
    .wrap-bottom {
        padding: 0 0 8rem;
    }
    .inner {
        padding: 0 2rem;
    }
    #main-column {
        margin-bottom: 6.4rem;
    }
    #side-column {
        width: auto;
    }
    .content-row {
        display: block;
    }
    .p-intro{
        margin-bottom:4rem;
    }
    .bg-skew.right::before {
        border-width: 0px 170px 170px 0px;
    }
    .bg-skew.left::before {
        border-width: 0px 0px 170px 170px;
    }
}

/*
------------------------------------------
 =Font Formatt
------------------------------------------
*/
.section-heading {
    margin-bottom: 4rem;
}
.section-heading .en {
    font-size: 1.4rem;
    font-weight: 700;
    padding-left: 2rem;
    margin-bottom: 1rem;
    position: relative;
}
.section-heading .en:after {
    content: "";
    opacity: .2;
    background-color: var(--color-primary);
    top: calc(50% - 7px);
    left: 0;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.section-heading .en:before {
    content: "";
    opacity: 1;
    background-color: var(--color-primary);
    top: calc(50% - 3px);
    left: 4px;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.section-heading .jp {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.4;
}
.section-heading-sm {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2.4rem;
    padding-left: 1.6rem;
    position: relative;
}
.section-heading-sm::before {
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    left: 0;
    width: 4px;
    height: 80%;
    background: var(--color-primary)
}
.section-subheading {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.6rem;
}
.p-top-header {
    display: flex;
    align-items: center;
    -moz-column-gap: 6.4rem;
    column-gap: 6.4rem;
}
.bl-skew-heading {
    background-color: #313837;
    background: linear-gradient(-60deg, #313837 0%, #313837 64%, #222 64%, #222 100%);
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 1.6rem 2.4rem;
    text-align: center;
}
@media screen and (max-width:960px) {
    .section-heading {
        margin-bottom: 3rem;
    }
    .section-heading .en {
        font-size: 1.1rem;
        margin-bottom: .8rem;
    }
    .section-heading .jp {
        font-size: 2.4rem;
    }
    .section-heading-sm {
        font-size: 1.8rem;
        margin-bottom: 1.6rem;
        padding-left: 1.2rem;
    }
    .section-subheading {
        font-size: 1.6rem;
        margin-bottom: 1.6rem;
    }
    .p-top-header {
        display: block;
        margin-bottom: 3rem;
    }
    .bl-skew-heading {
        font-size: 1.8rem;
        padding: 1.4rem 1.6rem;
    }
}


/* breadcrumbs
---------------------------------*/
.breadcrumbs {
    font-size: 1.2rem;
    text-align: left;
    padding: 0 0 2.4rem;
    overflow-x: auto;
}
.breadcrumbs .inner {
    white-space: nowrap;
}
.breadcrumb-list {
    display: flex;
}
.breadcrumb-list li {
    position: relative;
    padding-left: 3rem;
}
.breadcrumb-list li:first-child {
    padding-left: 0 !important;
}
.breadcrumbs a {
    color: #666;
}
.breadcrumbs a:focus,
.breadcrumbs a:active,
.breadcrumbs a:hover {
    color: #666;
}
.breadcrumb-list li:nth-child(1),
.breadcrumb-list li:nth-child(2) {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.breadcrumbs li:nth-child(n+2):before {
    position: absolute;
    top: 50%;
    left: 1rem;
    display: block;
    width: .8rem;
    height: .1rem;
    content: "";
    background-color: #999;
}
.breadcrumbs li a span {
    background-image: linear-gradient(#666, #666);
    background-position: 0% 100%;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}
.breadcrumbs li a:hover span {
    background-position: 100% 100%;
    background-size: 0% 1px;
}
.breadcrumbs br {
    display: none;
}

@media screen and (max-width: 960px) {
    .breadcrumbs {
        font-size: 1.1rem;
        padding: 0 2rem 1.5rem;
    }
    .breadcrumbs .inner {
        padding: 0 !important;
    }
    .breadcrumb-list li {
        padding-left: 2rem;
    }
    .breadcrumbs li:nth-child(n+2):before {
    top: 50%;
    left: .7rem;
    display: block;
    width: .4rem;

}
}

/* Page-ttl
--------------------------*/
.pagettl-bg {
    position: relative;
    max-width: 1680px;
    height: 36rem;
    margin: 0 auto 3.2rem;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.pagettl-bg::before {
    content: "";
    left: -3.2rem;
    position: absolute;
    bottom: -3.2rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent var(--color-primary);
    border-width: 300px 0px 0px 300px;
    opacity: .2;
    z-index: -1;
}
.pagettl-bg__wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.pege-heading .en {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}
.pege-heading .jp {
    display: block;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.44;
    padding-top: 1rem;
}
.main-body {
    padding: 8rem 0 12.8rem;
    position: relative;
}
.pagettl-noning {
    max-width: 168rem;
    margin: 6.4rem auto 0;
    padding-bottom: 6.4rem;
    border-bottom: 1px solid #ddd
}
@media only screen and (max-width:960px) {
    .pagettl-bg {
        height: 20rem;
        margin: 0 auto 2rem;
    }
    .pagettl-bg::before {
        left: -2rem;
        bottom: -2rem;
        border-width: 160px 0px 0px 160px;
    }
    .pege-heading .en {
        font-size: 1.1rem;
    }
    .pege-heading .jp {
        font-size: 2.4rem;
        padding-top: 1rem;
    }
    .main-body {
        padding: 4rem 0 8rem;
        position: relative;
    }
    .pagettl-noning {
        margin: 3.2rem auto 0;
        padding-bottom: 3.2rem;
    }
}

#pagettl-bg__guide {
    background-image: url(../img/ttl/img-ttl-guide_pc.webp);
}
#pagettl-bg__counseling {
    background-image: url(../img/ttl/img-ttl-counseling_pc.webp);
}
#pagettl-bg__minor {
    background-image: url(../img/ttl/img-ttl-minor_pc.webp);
}
#pagettl-bg__menu {
    background-image: url(../img/ttl/img-ttl-menu_pc.webp);
}
#pagettl-bg__payment {
    background-image: url(../img/ttl/img-ttl-payment_pc.webp);
}
#pagettl-bg__student {
    background-image: url(../img/ttl/img-ttl-discount_pc.webp);
}
#pagettl-bg__machine {
    background-image: url(../img/ttl/img-ttl-machine_pc.webp);
}
#pagettl-bg__faq {
    background-image: url(../img/ttl/img-ttl-faq_pc.webp);
}
#pagettl-bg__clinic {
    background-image: url(../img/ttl/img-ttl-clinic_pc.webp);
}
@media only screen and (max-width:960px) {
    #pagettl-bg__guide {
        background-image: url(../img/ttl/img-ttl-guide_sp.webp);
    }
    #pagettl-bg__counseling {
        background-image: url(../img/ttl/img-ttl-counseling_sp.webp);
    }
    #pagettl-bg__minor {
        background-image: url(../img/ttl/img-ttl-minor_sp.webp);
    }
    #pagettl-bg__menu {
        background-image: url(../img/ttl/img-ttl-menu_sp.webp);
    }
    #pagettl-bg__payment {
        background-image: url(../img/ttl/img-ttl-payment_sp.webp);
    }
    #pagettl-bg__student {
        background-image: url(../img/ttl/img-ttl-discount_sp.webp);
    }
    #pagettl-bg__machine {
        background-image: url(../img/ttl/img-ttl-machine_sp.webp);
    }
    #pagettl-bg__faq {
        background-image: url(../img/ttl/img-ttl-faq_sp.webp);
    }
    #pagettl-bg__clinic {
        background-image: url(../img/ttl/img-ttl-clinic_sp.webp);
    }
}

/* Page-anklinks
--------------------------*/
.links-bg {
    position: relative;
    margin-bottom: 8rem;
}
.links-bg::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    width: calc(100% + 100px);
    background: #313837;
    opacity: .06;
}
.links-bg  ul{
    padding: 3.2rem 0;
}
.pege-anklinks ul,
.category-links ul {
    column-gap: 1.6rem;
    row-gap: .8rem;
}
.pege-anklinks ul li,
.category-links ul li {
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
}
.pege-anklinks ul li a,
.category-links ul li a {
    display: block;
    padding: 2.2rem 1.6rem 2.2rem 1.6rem;
    line-height: 1;
    border: 1px solid var(--color-black);
    background-color: #fff;
    overflow: hidden;
    text-align: center;
}
.pege-anklinks ul li a::before {
    content: "";
    width: .8rem;
    height: .8rem;
    -webkit-mask-image: url(../img/icon/arrow-down.svg);
    mask-image: url(../img/icon/arrow-down.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: calc(50% - .4rem);
    transition: .3s ease-in-out;
    right: 1.6rem;
    background-color: var(--color-black);
}
.category-links ul li a::before {
    content: "";
    width: .8rem;
    height: .8rem;
    -webkit-mask-image: url(../img/icon/arrow-next-bl.svg);
    mask-image: url(../img/icon/arrow-next-bl.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: calc(50% - .4rem);
    transition: .3s ease-in-out;
    right: 1.6rem;
    background-color: var(--color-black);
}
.pege-anklinks ul li a:hover,
.category-links ul li a:hover,
.category-links ul li.active a {
    background-color: var(--color-black);
    color: #fff;
}
.pege-anklinks ul li a:hover::before,
.category-links ul li a:hover::before,
.category-links ul li.active a::before{
    background-color: #fff;
}

@media only screen and (max-width: 960px) {
   .links-bg  {
        margin-bottom: 6.4rem;
    }
    .links-bg  ul{
        padding: 1.6rem 0;
    }
    .pege-anklinks ul,
    .category-links ul {
        column-gap: .8rem;
        row-gap: .8rem;
    }
    .pege-anklinks::before,
    .category-links::before {
        width: calc(100% + 40px);
    }
    .pege-anklinks ul li,
    .category-links ul li {
        font-size: 1.2rem;
    }
    .pege-anklinks ul li a,
    .category-links ul li a {
        padding: 1.8rem 1.6rem;
    }
}


/* js-tab-nav
--------------------------*/
.js-tab-nav .tab-item a {
    border: 1px solid var(--color-black);
    padding: 2rem 2.4rem;
    text-align: center;
    display: block;
    background-color: #fff;
    cursor: pointer;
    transition: all .1s;
}
.js-tab-nav .tab-item {
    font-weight: 700;
}
.js-tab-nav .tab-item.is-active a {
    background-color: var(--color-black);
    color: #fff;
}
.js-tab-content {
    margin-top: 4rem;
    display: none;
}
.js-tab-content.is-active {
    display: block;
    animation-name: tabAnimation;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
@keyframes tabAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media only screen and (max-width: 960px) {
    #p-top-clinic .p-top-clinic__tab {
        grid-template-columns: repeat(3, 1fr);
        column-gap: .6rem;
        row-gap: .6rem;
        margin-top: 2.4rem;
    }
    .js-tab-nav .tab-item a {
        padding: 1.2rem .6rem;
        font-size: 1.1rem;
    }
    .js-tab-content {
        margin-top: 2.8rem;
    }
}


/*
------------------------------------------
 =Header
------------------------------------------
*/
#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
    height: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .logo {
    width: 30rem;
    height: auto;
    z-index: 1;
    opacity: 1;
    padding-left: 3rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#header.scroll {
    background: rgba(244, 244, 244, 1);
}
@media screen and (max-width:1200px) {
    #header {
        background: rgba(244, 244, 244, 1);
        width: 100%;
        top: 0;
        left: 0;
        height: 6rem;
        border-radius: 0;
    }
    #header .logo {
        width: 20rem;
        margin-left: 2rem;
        padding: 0;
    }
}

/* G-nav */
#g-nav ul {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    letter-spacing: .03em;
    font-weight: 700;
}
#g-nav ul li {
    position: relative;
    margin: 0 1.2rem;
}
#g-nav li a {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1.44;
}
#g-nav ul .g-nav-droplist {
    display: block;
}
.g-nav-btn {
    margin: 0;
}
.g-nav-btn a {
    display: block;
    padding: 1.4rem 1.6rem;
    transition: 0.5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    text-align: center;
}
.g-nav-btn a>p span {
    display: inline-block;
    position: relative;
}
.g-nav-btn a>p span:after {
    color: var(--color-primary);
    content: attr(data-text) "";
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0px;
    transform: rotateX(90deg);
    transition-duration: .3s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(.43, .05, .17, 1);
}
.g-nav-btn .txt,
.g-nav-btn a>p span:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 50% 50% 0.7em;
}
.g-nav-btn .txt {
    display: block;
    opacity: 1;
    transition-duration: .45s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(.43, .05, .2, 1);
}
.g-nav-btn a:hover>p span:after {
    opacity: 1;
    transform: rotateX(0)
}
.g-nav-btn a:hover .txt {
    color: #fff;
    opacity: 0;
    transform: rotateX(-90deg)
}
#g-nav ul li#gnav-reservation {
    margin: 0 0 0 2rem;
}
#gnav-reservation .g-nav-btn-link {
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
    color: #fff;
    transition: .3s ease-in-out;
}
#gnav-reservation .g-nav-btn-link:hover {
    background: var(--color-primary-on);
    border: 2px solid var(--color-primary);
}
#gnav-reservation p {
    position: relative;
    padding-left: 3.8rem;
}
#gnav-reservation p::before {
    content: "";
    width: 3.2rem;
    height: 3.2rem;
    -webkit-mask-image: url(../img/icon/cta-free.svg);
    mask-image: url(../img/icon/cta-free.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 1.6rem);
    transition: .3s ease-in-out;
    left: 0;
    background-color: #fff;
}
#gnav-reservation .g-nav-btn-link:hover p::before {
    background-color: var(--color-primary)
}

@media screen and (min-width: 1201px) {
    #g-nav {
        padding: 2.4rem 3rem;
    }
    #g-nav ul {
        align-items: center;
    }
    #g-nav li .g-nav-link {
        color: inherit;
        position: relative;
        display: block;
        overflow: hidden;
        line-height: 1;
        padding: .2em 0;
    }
    #g-nav li .g-nav-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0%;
        width: 100%;
        height: 1px;
        background: rgba(176, 176, 176, 1);
        transition: .3s ease-in-out;
        transform: scale(0, 1);
        transform-origin: left top;
    }
    #g-nav li .g-nav-link:hover::before {
        transform: scale(1, 1);
    }
    #g-nav ul li .g-nav-link:hover {
        color: #B0B0AE;
    }
    .g-nav-list .g-nav-link::after {
        position: absolute;
        top: 0;
        left: 0;
        content: attr(data-hover);
        display: block;
        width: 100%;
        padding: .2em 0;
        color: #B0B0AE;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        transform: translateY(-1.4em);
    }
    .g-nav-list .g-nav-link span {
        display: inline-block;
        transition: .2s ease-in-out;
    }
    .g-nav-list .g-nav-link:hover::after,
    .g-nav-list .g-nav-link:focus::after {
        transform: translateY(0em);
    }
    .g-nav-list .g-nav-link:hover span,
    .g-nav-list .g-nav-link:focus span {
        transform: translateY(1.4em);
    }
    #g-nav li.current a {
        opacity: 0.4;
    }
}

@media screen and (max-width:1200px) {
    #g-nav {
        padding: 0;
        position: fixed;
        z-index: 999;
        top: -400%;
        left: 0;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        background: #F2F4F5;
        transition: all 0.6s;
    }
    #g-nav ul {
        display: block;
    }
    #g-nav ul li {
        font-size: 1.4rem;
        margin: 0;
    }
    #g-nav ul li .g-nav-link {
        padding: 2.4rem 2rem;
        color: #222;
    }
    .g-nav-list {
        position: relative;
    }
    .g-nav-list::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        height: 1px;
        width: 100%;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), 1px, transparent 1px, transparent 3px);
        background-size: 3px 1px;
        background-repeat: repeat-x;
    }
    .g-nav-list .g-nav-list__item::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        height: 1px;
        width: 100%;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), 1px, transparent 1px, transparent 3px);
        background-size: 3px 1px;
        background-repeat: repeat-x;
    }
    .g-nav-list .g-nav-list__item.active {
        border-bottom: none;
    }
    .g-nav-list .g-nav-link::after {
        position: absolute;
        content: "";
        top: calc(50% - .5rem);
        right: 2rem;
        width: 1rem;
        height: 1rem;
        opacity: 1;
        background: url(../img/icon/arrow-next-bl.svg) center / cover;
    }
    #g-nav ul li#gnav-reservation {
        margin: 0;
    }
    #gnav-reservation a {
        width: 72%;
        margin: 3rem auto 0;
        padding: 2.4rem 2rem 2.4rem 2rem;
    }
    #gnav-reservation a::before {
        content: "";
        width: 2rem;
        height: 2rem;
        -webkit-mask-image: url(../img/icon/cv-arrow.svg);
        mask-image: url(../img/icon/cv-arrow.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        position: absolute;
        top: calc(50% - 1rem);
        right: 1.6rem;
        transition: .3s ease-in-out;
        background-color: #fff;
    }
    #gnav-reservation p {
        padding-left: 0;
        font-size: 1.5rem;
    }
    #gnav-reservation p::before {
        width: 4rem;
        height: 4rem;
        top: calc(50% - 2rem);
    }
}

/* G-nav has-child */
#g-nav li.has-child ul {
    position: absolute;
    left: calc(50% - 14rem);
    top: 3rem;
    z-index: 4;
    background: rgba(255, 255, 255, 1);
    width: 28rem;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    font-size: 1.4rem;
    overflow: hidden;
    padding: 1rem;
    box-shadow: 0 1rem 1.5rem 0.5rem rgba(0, 0, 0, .07);
}
#g-nav li.has-child ul li {
    margin: 0;
}
#g-nav li.has-child ul li:not(:first-child) {
    margin-top: 1rem;
}
#g-nav li.has-child:hover>ul,
#g-nav li.has-child ul li:hover>ul,
#g-nav li.has-child:active>ul,
#g-nav li.has-child ul li:active>ul {
    visibility: visible;
    opacity: 1;
}
#g-nav li.has-child ul li a {
    color: #111;
    opacity: 1;
    padding: 1.6rem 3rem 1.6rem 1.6rem;
    background-color: var(--bg-light-grey);
    position: relative;
}
#g-nav li.has-child ul li a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    opacity: .4;
    background: url(../img/icon/arrow-next-bl.svg) center / cover;
    transform: translateY(-50%);
}
#g-nav li.has-child ul li a:hover,
#g-nav li.has-child ul li a:active {
    background-color: #DAF2EF;
}

@media screen and (max-width:1200px) {
    #g-nav li.has-child ul {
        background: #fff;
        box-shadow: none;
    }
    #g-nav ul li.has-child .g-nav-link::before,
    #g-nav ul li.has-child .g-nav-link::after {
        content: "";
        background-color: #444;
        position: absolute;
        width: 12px !important;
        height: 2px !important;
        top: 3.1rem !important;
        right: 2rem !important;
        z-index: 2;
    }
    #g-nav ul li.has-child .g-nav-link::before {
        transform: translateY(-50%) rotate(90deg) !important;
        top: 3.2rem !important;
        transition: opacity .3s cubic-bezier(.33, 1, .68, 1);
    }
    #g-nav ul li.has-child.active .g-nav-link::before {
        transform: rotate(180deg);
        opacity: 0;
    }
    #g-nav li .g-nav-link:hover {
        background-color: #DAF2EF;
    }
    #g-nav li.has-child ul li a::before {
        right: 3rem;
    }
    #g-nav.panelactive {
        top: 0;
    }
    #g-nav.panelactive #nav-wrap {
        position: fixed;
        z-index: 10;
        width: 100%;
        height: 100dvh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    #g-nav ul {
        width: 100%;
        margin: 8rem auto 2.4rem auto;
    }
    #g-nav ul ul {
        width: 100%;
        margin: 0;
    }
    #g-nav ul li.has-child ul {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        visibility: visible;
        opacity: 1;
        display: none;
        transition: none;
        transform: none;
        padding: 2rem;
        border-radius: 0;
    }
    #g-nav li.has-child ul li a {
        padding: 1.8rem 2rem;
    }
}

/* G-nav-openbtn */
.g-nav-openbtn {
    display: none;
}

@media screen and (max-width:1200px) {
    .g-nav-openbtn {
        display: block;
        position: fixed;
        z-index: 9999;
        top: 0rem;
        right: 0rem;
        cursor: pointer;
        width: 6rem;
        height: 6rem;
        background: var(--color-black);
    }
    .g-nav-openbtn .openbtn-area {
        transition: all .4s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 4rem;
    }
    .g-nav-openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: calc(50% - 9px);
        height: 2px;
        background: #fff;
        width: 18px;
        z-index: 9999;
    }
    .g-nav-openbtn span:nth-of-type(1) {
        top: -6px;
    }
    .g-nav-openbtn span:nth-of-type(2) {
        top: 0px;
    }
    .g-nav-openbtn span:nth-of-type(3) {
        top: 6px;
    }
    .g-nav-openbtn.active {
        background: #666;
    }
    .g-nav-openbtn.active .openbtn-area {
        transform: rotateY(-360deg);
    }
    .g-nav-openbtn.active span:nth-of-type(1) {
        top: -6px;
        left: -9px;
        transform: translateY(6px) rotate(-135deg);
        width: 18px;
        background: #fff;
    }
    .g-nav-openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .g-nav-openbtn.active span:nth-of-type(3) {
        top: 6px;
        left: -9px;
        transform: translateY(-6px) rotate(135deg);
        width: 18px;
        background: #fff;
    }
}


/*
------------------------------------------
 =Footer
------------------------------------------
*/
#footer {
    position: relative;
}
#footer:before {
    content: '';
    position: absolute;
    top: 64px;
    left: 0;
    height: calc(100% - 64px);
    width: 100%;
    background: #313837;
    ;
    z-index: -1;
}
#footer .footer-cv {
    position: relative;
    padding: 0;
}
#footer .footer-cv .bg {
    width: 100%;
    height: 480px;
    background-image: url(../img/common/footer-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}
#footer .footer-cv .bg-sp {
    display: none;
}
.footer-cv-box {
    background-color: #fff;
    padding: 6.4rem;
    max-width: 128rem;
    margin: -12rem auto 0;
    text-align: center;
    position: relative;
}
.footer-cv-heading {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2.4rem;
    line-height: 1.5;
}
.footer-cv-heading .main {
    font-size: 3.6rem;
    padding-bottom: .4rem;
    background: linear-gradient(var(--color-black), var(--color-black)) 0 100% / 100% 4px no-repeat;
}
@media only screen and (max-width: 1200px) {
    #footer {
        padding-bottom: 8rem;
    }
    #footer .footer-cv .bg {
        display: block;
        width: 100%;
        background: none;
        height: auto;
    }
    #footer .footer-cv .bg-sp {
        display: block;
        width: 100%;
    }
    .footer-cv-box {
        padding: 3.2rem 2.4rem;
        margin: -2rem auto 0;
        width: 90%;
    }
    .footer-cv-heading {
        font-size: 1.6rem;
        margin-bottom: 2.4rem;
    }
    .footer-cv-heading .main {
        font-size: 2.4rem;
        background: linear-gradient(var(--color-black), var(--color-black)) 0 100% / 100% 3px no-repeat;
    }
}

/* Footer Cv List
---------------------------------*/
.footer-cv-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.4rem;
    row-gap: 1rem;
    max-width: 84rem;
    margin: 4.8rem auto 0;
}
.footer-cv-box .link-btn {
    width: 100%;
    max-width: none;
    height: 9.6rem;
}
.footer-cv-box .link-btn .txt,
.footer-cv-box .link-btn>span:after {
    font-size: 1.8rem;
}
.footer-cv-box .reserve-btn .link-btn {
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    padding: 2rem 3.6rem;
}
.footer-cv-box .reserve-btn .link-btn>span:after {
    color: var(--color-primary);
}
.footer-cv-box .reserve-btn .btn-arw:after {
    background: var(--color-primary);
}
.footer-cv-box .reserve-btn .link-btn .btn-arw svg {
    fill: var(--color-primary);
}
.footer-cv-box .reserve-btn .link-btn:hover .txt {
    color: var(--color-primary);
}
.footer-cv-box .reserve-btn .link-btn:hover {
    background: var(--color-primary-on);
    border: 2px solid var(--color-primary);
}
.footer-cv-box .reserve-btn .link-btn:hover .btn-arw svg {
    fill: #fff;
}

@media only screen and (max-width: 1200px) {
    .footer-cv-list {
        grid-template-columns: repeat(1, 1fr);
        margin: 2.4rem auto 0;
    }
    .footer-cv-box .link-btn {
        width: 100%;
        max-width: none;
        height: 7.2rem;
    }
    .footer-cv-box .link-btn .txt,
    .footer-cv-box .link-btn>span:after {
        font-size: 1.4rem;
    }
}


/* Footer Utility
---------------------------------*/
.footer-utility {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20rem;
    padding: 10rem 0;
}
.footer-utility__company {
    width: 28rem;
    flex-shrink: 0;
}
.footer-utility__company .logo {
    max-width: 32rem;
    margin-bottom: 2.4rem;
}
.footer-utility__company .footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.footer-utility__company .footer-social li a {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.footer-utility__company .footer-social li a:hover {
    background-color: #ddd;
}
.footer-utility__company .footer-social li img {
    width: 20px;
}
.footer-utility__company .detail-link {
    margin-top: 4rem;
}

@media only screen and (max-width: 1200px) {
    .footer-utility {
        padding: 6.4rem 0;
        gap: 0;
        justify-content: center;
    }
    .footer-utility__company {
        text-align: center;
        width: 100%;
    }
    .footer-utility__company .logo {
        max-width: 28rem;
        margin: 0 auto 3.2rem;
    }
    .footer-utility__company .footer-social {
        justify-content: center;
    }
    .footer-utility__company .detail-link {
        margin: 4rem auto 0;
    }
}

/* Footer Sitemap Nav
---------------------------------*/
.footer-utility .footer-sitemap__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4rem;
    row-gap: 0;
    flex-grow: 1;
}
.footer-link-block {
    position: relative;
}
.footer-link-block .footer-link-head-link {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}
.footer-link-block .footer-link-head-link.for-ex {
    font-size: 1.4rem;
}
.footer-link-child {
    margin-top: 1.2rem;
}
.footer-link-child li:nth-of-type(n+2) {
    margin-top: .4rem;
}
.footer-link-child li a {
    font-size: 1.4rem;
    color: #fff;
    opacity: 0.9;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.footer-link-list .footer-link-list__item {
    position: relative;
}

@media screen and (min-width:1201px) {
    .footer-link-block .footer-link-head-link span {
        background-image: linear-gradient(#fff, #fff);
        background-position: 0% 100%;
        background-size: 100% 1px;
        background-repeat: no-repeat;
        transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
    }
    .footer-link-block .footer-link-head-link:hover span {
        background-position: 100% 100%;
        background-size: 0% 1px;
    }
    .footer-link-child li span {
        background-image: linear-gradient(#fff, #fff);
        background-position: 100% 100%;
        background-size: 0% 1px;
        background-repeat: no-repeat;
        transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
    }
    .footer-link-child li:hover span {
        background-position: 0% 100%;
        background-size: 100% 1px;
    }
    .footer-link-list>li+li {
        margin-top: 3rem;
    }
    .footer-link-child_head {
        display: none;
    }
}
@media screen and (max-width:1200px) {
    .footer-utility .footer-sitemap__nav {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        margin-top: 4rem;
    }
    .footer-link-head-link.is-active {
        position: relative;
        z-index: 999;
    }
    .footer-link-list__item {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    .footer-link-list__item a {
        display: inline-block;
        width: 100%;
    }
    .footer-link-head-link {
        display: inline-block;
        padding: 1.8rem 0;
    }
    .footer-link-child {
        display: none;
    }
    .footer-link-child {
        margin: 0 0 1.6rem;
    }
    .footer-link-block .footer-link-head-link {
        font-size: 1.4rem;
    }
    .footer-link-block .footer-link-head-link:hover {
        opacity: .7;
    }
    .footer-link-child li a {
        font-size: 1.2rem;
    }
    .footer-link-child li span {
        background-image: linear-gradient(#fff, #fff);
        background-position: 100% 100%;
        background-size: 0% 1px;
        background-repeat: no-repeat;
        transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
    }
    .footer-link-child li:hover span {
        background-position: 0% 100%;
        background-size: 100% 1px;
    }
    .footer-link-child_head {
        display: block;
    }
}

/* Footer Sitemap Toggle
---------------------------------*/
.l-footerNav-list__toggole {
    background: transparent;
    -webkit-transition: -webkit-transform ease 0.3s;
    padding: 2rem 2rem 2.2rem;
    position: absolute;
    right: 0;
    top: -3px;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    width: 100%;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.l-footerNav-list__toggole::before,
.l-footerNav-list__toggole::after {
    content: "";
    background-color: #fafafa;
    position: absolute;
    width: 10px;
    height: 2px;
    top: 25px;
    right: 10px;
    z-index: 2;
}
.l-footerNav-list__toggole::before {
    transform: translateY(-50%) rotate(90deg);
    top: 26px;
}
.l-footerNav-list__toggole.js-footerNav_toggle.-open::before {
    transform: rotate(180deg);
    transition: .2s
}
.l-footerNav-list__toggole.js-footerNav_toggle.-open::after {
    opacity: 0;
    transition: .1s
}
.l-footerNav-list__toggole {
    padding: 2rem 2rem 2.5rem;
    top: 0;
    right: 0px;
}
@media all and (min-width: 1201px) {
    .l-footerNav-list__toggole {
        display: none;
    }
    .l-footerNav-child {
        display: block;
    }
}

/* Footer Bottom
---------------------------------*/
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 0;
    font-size: 1.3rem;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer-bottom ul {
    align-items: center;
    display: flex;
}
.footer-bottom li {
    position: relative;
    margin-right: 2.4rem;
}
.footer-bottom li:last-child {
    margin-right: 0;
}
.footer-bottom li a {
    display: block;
    text-decoration: none;
    color: #fff;
    transition: .2s ease-in-out;
    position: relative;
    overflow: hidden;
    line-height: 1.4;
}
.footer-bottom li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    transition: .4s ease-in-out;
    transform: scale(0, 1);
    transform-origin: left top;
}
.footer-bottom li a:hover::before {
    transform: scale(1, 1);
}
.footer-bottom .blanklink {
    padding-right: 1.8rem;
}
.footer-bottom .blanklink::before {
    content: url(../img/icon/icon-blanklink-w.svg);
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -2px;
    right: 0;
}
.copyright {
    font-size: 1.3rem;
    text-align: right;
}
@media screen and (max-width:1200px) {
    .footer-bottom {
        border-top: none;
        padding-top: 0;
        justify-content: center;
    }
    .footer-bottom ul {
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 4rem;
        justify-content: center;
    }
    .footer-bottom li {
        margin: 1rem;
    }
    .copyright {
        width: 100%;
        text-align: center;
    }
}

/* Fix Cv Block
--------------------------*/
#fix-cv-block {
    position: fixed;
    z-index: 2;
    bottom: 50%;
    right: 0;
}
#fix-cv-block .fix-cv-link {
    background-color: var(--color-primary);
    border-top: 2px solid var(--color-primary);
    border-left: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 2rem 0;
    width: 8rem;
}
#fix-cv-block .fix-cv-link .txt {
    position: relative;
    writing-mode: vertical-rl;
    padding-top: 4rem;
}
#fix-cv-block .fix-cv-link .txt::before {
    content: "";
    width: 3.2rem;
    height: 3.2rem;
    -webkit-mask-image: url(../img/icon/cta-free.svg);
    mask-image: url(../img/icon/cta-free.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    transition: .3s ease-in-out;
    left: calc(50% - 1.6rem);
    background-color: #fff;
}
#fix-cv-block .fix-cv-link:hover {
    background-color: var(--color-primary-on);
    color: var(--color-primary);
}
#fix-cv-block .fix-cv-link:hover .txt::before {
    background-color: var(--color-primary);
}
@media only screen and (max-width: 1200px) {
    #fix-cv-block {
        bottom: .8rem;
        right: 2%;
        width: 96%;
    }
    #fix-cv-block .fix-cv-link {
        font-size: 1.5rem;
        padding: 2rem 1.6rem;
        width: 100%;
        border: 2px solid var(--color-primary);
    }
    #fix-cv-block .fix-cv-link .txt {
        writing-mode: horizontal-tb;
        padding: 0 0 0 4rem;
    }
    #fix-cv-block .fix-cv-link .txt::before {
        width: 3.2rem;
        height: 3.2rem;
        top: calc(50% - 1.6rem);
        left: 0;
    }
    #fix-cv-block .fix-cv-link::before {
        content: "";
        width: 2rem;
        height: 2rem;
        -webkit-mask-image: url(../img/icon/cv-arrow.svg);
        mask-image: url(../img/icon/cv-arrow.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        position: absolute;
        top: calc(50% - 1rem);
        right: 1rem;
        transition: .3s ease-in-out;
        background-color: #fff;
    }
}



/*
=======================================
= トップページ
=======================================
*/

/* MV
--------------------------*/
#p-top-mv {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
#p-top-mv .mv-pic {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}
#p-top-mv .mv-pic img {
    width: 100%;
}

@media only screen and (max-width:960px) {
    #p-top-mv {
        position: relative;
        margin: 0 auto 2rem;
    }
    #p-top-mv .mv-pic {
        position: relative;
        z-index: 1;
        width: 100%;
        overflow: hidden;
    }
}

/* About
--------------------------*/
#p-top-about {
    position: relative;
}
#p-top-about .inner {
    z-index: 2;
    position: relative;
}
#p-top-about .section-heading .jp .em {
    padding-bottom: .4rem;
    color: var(--color-primary);
    background: linear-gradient(var(--color-primary), var(--color-primary)) 0 100% / 100% 4px no-repeat;
}
@media only screen and (max-width:960px) {
    #p-top-about {
        overflow: hidden;
    }
    #p-top-about.js-bg-move::before {
        border-color: transparent transparent transparent #222;
        border-width: 0px 0px 170px 170px;
    }
    #p-top-about .section-heading .jp .em {
        padding-bottom: .3rem;
        background: linear-gradient(var(--color-primary), var(--color-primary)) 0 100% / 100% 3px no-repeat;
    }
    #p-top-about .p-top-about-en {
        display: none;
    }
}

/* About Flow
--------------------------*/
.about-flow-list {
    margin-top: 4rem;
}
.about-flow-list .item {
    background-color: #fff;
    padding: 2.4rem 2.4rem 3.2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.about-flow-list .item .num {
    color: var(--color-primary);
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}
.about-flow-list .item .num span {
    font-size: 1.8rem;
}
.about-flow-list .item .ttl {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
    line-height: 1.4;
    text-align: center;
}
.about-flow-list .item .img {
    width: 18rem;
    height: 18rem;
    margin: 0 auto 2.4rem;
}

.about-flow-list .item .img img {
    border-radius: 50%;
}

.about-flow-list .item-arrow:before,
.about-flow-list .item-arrow:after {
    content: '';
    position: absolute;
    left: auto;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #221815;
}
.about-flow-list .item-arrow:before {
    width: 20px;
    height: 2px;
    right: -20px;
}
.about-flow-list .item-arrow:after {
    position: absolute;
    height: calc(tan(60deg) * 20px / 2);
    width: 12px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    right: -32px;
    top: 50%;
}
@media only screen and (max-width:960px) {
    .about-flow-list .item {
        padding: 1.6rem 2.4rem 2.4rem;
    }
    .about-flow-list .item .num {
        font-size: 1.2rem;
    }
    .about-flow-list .item .num span {
        font-size: 1.5rem;
    }
    .about-flow-list .item .ttl {
        font-size: 2rem;
        margin-bottom: 1.2rem;
    }
}

.about-flow-slider.swiper {
    overflow: visible;
}
.about-flow-slider .swiper-slide {
    height: auto;
}
.about-flow-slider:not(.swiper-initialized) .swiper-button-prev,
.about-flow-slider:not(.swiper-initialized) .swiper-button-next {
    display: none;
}
.about-flow-slider:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
}
.about-flow-slider:not(.swiper-initialized) {
    padding: 0;
}
.about-flow-slider .swiper-button-prev,
.about-flow-slider .swiper-button-next {
    border: 1px solid #111;
    background-color: transparent;
}
.about-flow-slider .swiper-button-prev:after {
    background: url("../img/icon/arrow-prev-bl.svg") no-repeat 50% 50%;
}
.about-flow-slider .swiper-button-next:after {
    background: url("../img/icon/arrow-next-bl.svg") no-repeat 50% 50%;
}
.about-flow-slider:not(.swiper-initialized) .swiper-pagination {
    display: none;
}
@media screen and (max-width: 960px) {
    .about-flow-slider:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .about-flow-slider {
        padding: 0 2rem;
    }
    .about-flow-slider .swiper-slide {
        padding-bottom: 2.4rem;
    }
    .about-flow-slider .slider-arrow-prev {
        position: absolute;
        left: 0px;
        top: 45%;
    }
    .about-flow-slider .slider-arrow-next {
        position: absolute;
        right: 0px;
        top: 45%;
    }
}

/* About Reason
--------------------------*/
.about-reason {
    margin-top: 9.6rem;
}
.reason-maincopy {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5rem;
}
.reason-maincopy span {
    padding-bottom: .4rem;
    color: var(--color-primary);
    background: linear-gradient(var(--color-primary), var(--color-primary)) 0 100% / 100% 4px no-repeat;
}
.about-reason-list .item {
    position: relative;
}
.about-reason-list .num {
    font-size: 6.4rem;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: -3rem;
    left: 1rem;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, .4);
}
.about-reason-list .item .ttl {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.4;
}
.about-reason-list .item .pic {
    overflow: hidden;
    margin-bottom: 2.4rem;
}
.about-reason-list .item .caption-list {
    margin-top: 1rem;
}

@media screen and (max-width:960px) {
    .about-reason {
        margin-top: 6.4rem;
    }
    .about-reason-list {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 5rem;
    }
    .about-reason-list .num {
        font-size: 6rem;
        top: -3rem;
        left: 1rem;
    }
    .reason-maincopy {
        font-size: 2.4rem;
        margin-bottom: 5rem;
    }
    .reason-maincopy span {
        padding-bottom: .4rem;
        color: var(--color-primary);
        background: linear-gradient(var(--color-primary), var(--color-primary)) 0 100% / 100% 3px no-repeat;
    }
    .about-reason-list .item .ttl {
        font-size: 1.8rem;
    }
    .about-reason-list .item .pic img {
        width: 100%;
    }
}

/* Js Bg move
--------------------------*/
.js-bg-move {
    transition: background-color 0.4s ease-in;
}
.js-bg-move::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #222;
    border-width: 0px 0px 500px 500px;
    transition: 1.2s cubic-bezier(0.17, 1, 0.30, 1) 0.2s;
    opacity: 0;
}
.js-bg-move.show::before {
    border-color: transparent transparent transparent #222;
    opacity: 1;
}
.js-bg-move.show {
    background: #313837;
    color: #fff;
}
.js-bg-move.show .about-flow-list .item {
    background-color: #454C4B;
    color: #fff;
}
.js-bg-move.show .about-flow-list .item-arrow:before,
.js-bg-move.show .about-flow-list .item-arrow:after {
    background: #fff;
}
.js-bg-move.show .reason-subcopy {
    border: 1px solid #fff;
}
.js-bg-move.show .link-btn {
    border: 2px solid #fff;
    background-color: #fff;
    color: #111;
}
.js-bg-move.show .link-btn>span:after {
    color: #fff;
}
.js-bg-move.show .btn-arw {
    background-color: #111;
}
.js-bg-move.show .btn-arw svg {
    fill: #fff;
}
.js-bg-move.show .btn-arw:after {
    background: #fff;
}
.js-bg-move.show .link-btn:hover {
    background: #313837;
}
.js-bg-move.show .link-btn:hover .btn-arw svg {
    fill: #222;
}
.js-bg-move.show .about-flow-slider .swiper-button-prev,
.js-bg-move.show .about-flow-slider .swiper-button-next {
    border: 1px solid #fff;
    background-color: transparent;
}
.js-bg-move.show .swiper-button-prev:after {
    background: url("../img/icon/arrow-prev-w.svg") no-repeat 50% 50%;
}
.js-bg-move.show .swiper-button-next:after {
    background: url("../img/icon/arrow-next-w.svg") no-repeat 50% 50%;
}
.js-bg-move.show .swiper-pagination-bullet {
    background-color: #fff;
}

@media screen and (max-width:960px) {
    .js-bg-move.show .about-flow-list .swiper-slide::before,
    .js-bg-move.show .about-flow-list .swiper-slide::after {
        background: #fff;
    }
}


/* 無料コンサルティングとは
--------------------------*/
.counseling-row {
    display: grid;
    gap: 6.4rem;
    grid-template-columns: 54rem auto;
}
.counseling-row .pic-row img {
    width: 100%;
}
.counseling-row .txt-row .baloon-heading {
    background-color: var(--color-primary);
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    padding: .6rem 1.2rem;
    position: relative;
    margin-bottom: 1.2rem;
    z-index: 1;
    line-height: 1.2;
}
.counseling-row .txt-row .baloon-heading::before {
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: var(--color-primary) transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 2rem;
    display: inline-block;
    width: 0;
    height: 0;
}
.counseling-faq {
    margin-top: 2rem;
}
.counseling-faq .ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    padding-left: 4rem;
    margin-bottom: 1rem;
}
.counseling-faq .ttl::before {
    content: "Q";
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background-color: var(--color-primary);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -2px;
    left: 0;
}

@media screen and (max-width:960px) {
    .counseling-row {
        display: block;
    }
    .counseling-row .txt-row {
        margin-top: 3.2rem;
    }
    .counseling-row .txt-row .baloon-heading {
        font-size: 1.6rem;
        padding: 1rem 1rem;
    }
    .counseling-faq .ttl {
        font-size: 1.6rem;
        padding-left: 3.6rem;
    }
    .counseling-faq .ttl::before {
        width: 2.8rem;
        height: 2.8rem;
        font-size: 1.6rem;
    }
}


/* よくある質問
--------------------------*/
#p-top-faq {
    position: relative;
    padding: 9.6rem 0 24rem;
}
#p-top-faq::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #222;
    border-width: 0px 0px 450px 450px;
    opacity: .06;
    z-index: -1;
}
.faq_contents {
    text-align: left;
    background-color: #fff;
    transition: .3s;
}
.faq_contents:not(:first-of-type) {
    margin-top: 1.6rem;
}
.faq-head {
    position: relative;
    cursor: pointer;
    padding: 2.6rem 6.4rem 2.6rem 3.2rem;
}
.faq-head .ttl {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    padding-left: 3.2rem;
    display: flex;
    align-items: center;
}
.faq-head .ttl:before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.4rem;
    color: var(--color-primary);
    line-height: 1;
}
.toggle_icon {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    display: block;
    width: 3rem;
    height: 3rem;
    background-color: var(--color-primary);
    padding: 1rem;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    border-radius: var(--border-radius-8);
}
.toggle_icon:before,
.toggle_icon:after {
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
    width: 15px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.toggle_icon:before {
    width: 2px;
    height: 15px;
}
.faq-head.selected .toggle_icon:before {
    content: normal;
}
.faq_contents dd.accordion-body {
    display: none;
}
.faq-body {
    line-height: 1.66;
    border-top: 1px solid #DCDCDC;
    padding: 3rem 4rem;
}
.faq-body>*:first-child {
    margin-top: 0;
}
.faq-body>* {
    margin-top: 1.6rem;
}
.faq-body a {
    color: var(--color-black);
    text-decoration: underline;
}
.faq-body a:focus,
.faq-body a:active,
.faq-body a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 960px) {
    #p-top-faq {
        padding: 6.4rem 0 16rem;
    }
    #p-top-faq::before {
        border-width: 0px 0px 170px 170px;
    }
    .faq_contents:not(:first-child) {
        margin-top: 1.6rem;
    }
    .faq-head {
        padding: 2rem 5.4rem 2rem 2rem;
    }
    .faq-head .ttl {
        font-size: 1.4rem;
        padding-left: 2.6rem;
    }
    .faq-head .ttl:before {
        top: 0;
        font-size: 1.8rem;
    }
    .toggle_icon {
        width: 2.4rem;
        height: 2.4rem;
        padding: 1rem;
        right: 1.6rem;
    }
    .toggle_icon:before,
    .toggle_icon:after {
        width: 10px;
        height: 2px;
    }
    .toggle_icon:before {
        width: 2px;
        height: 10px;
    }
    .faq-body {
        padding: 2.4rem 2.4rem;
    }
}


/* クリニック
--------------------------*/
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
#p-top-clinic .scroll-infinity {
    overflow: hidden;
    position: relative;
    top: -14rem;
    margin-bottom: -14rem;
}
#p-top-clinic .scroll-infinity__wrap {
    display: flex;
}
#p-top-clinic .scroll-infinity__list {
    display: flex;
    padding: 0;
    margin: 0;
}
#p-top-clinic .scroll-infinity__list--left {
    animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
#p-top-clinic .scroll-infinity__list .item {
    width: 460px;
    padding: 0 8px;
}
#p-top-clinic .scroll-infinity__list img {
    width: 100%;
    overflow: hidden;
}
@media only screen and (max-width: 960px) {
    #p-top-clinic .scroll-infinity {
        top: -8rem;
        margin-bottom: -8rem;
    }
    #p-top-clinic .scroll-infinity__list .item {
        width: 320px;
        padding: 0 8px;
    }
}
#p-top-clinic {
    background-color: #fff;
    padding: 0 0 11.2rem;
    position: relative;
}
#p-top-clinic::before {
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent var(--color-primary) transparent transparent;
    border-width: 0px 450px 450px 0px;
    opacity: .1;
}
#p-top-clinic .inner {
    padding-top: 8rem;
    position: relative;
}

@media only screen and (max-width: 960px) {
    #p-top-clinic {
        padding: 0 0 8rem;
    }
    #p-top-clinic::before {
        border-width: 0px 170px 170px 0px;
    }
    #p-top-clinic .inner {
        padding-top: 5rem;
    }
}
#p-top-clinic .p-top-clinic__tab {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
    margin-top: 4rem;
}

@media only screen and (max-width: 960px) {
    #p-top-clinic .p-top-clinic__tab {
        grid-template-columns: repeat(3, 1fr);
        column-gap: .6rem;
        row-gap: .6rem;
        margin-top: 2.4rem;
    }
}

.p-top-clinic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
    align-items: stretch;
    justify-content: flex-start;
}
.p-top-clinic-list .item {
    width: calc((100% - 7.2rem) / 4);
}
.p-top-clinic-list a {
    border: 1px solid #CDEAEA;
    background-color: #E9FAFA;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 1.6rem 1.6rem 2.4rem;
}
.p-top-clinic-list .heading {
    margin-bottom: 1.6rem;
    text-align: center;
}
.p-top-clinic-list .ttl {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.44;
    padding-right: 24px;
    position: relative;
}

.p-top-clinic-list .ttl::before {
    content: url(../img/icon/circle-arrow-bl.svg);
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: calc(50% - 9px);
    right: 0;
}
.p-top-clinic-list .ttl .arrow {
    width: 1.8rem;
    height: 1.8rem;
}
.p-top-clinic-list .item-pic {
    overflow: hidden;
}
.p-top-clinic-list .item-pic .thumb {
    aspect-ratio: 2 / 1;
    overflow: hidden;
}
.p-top-clinic-list .item-pic .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-top-clinic-list .disc-list {
    margin-top: 1.6rem;
    font-size: 1.4rem;
}
.p-top-clinic-list .disc-list li {
    padding-left: 1.2rem;
}
.p-top-clinic-list .disc-list li:before {
    width: 4px;
    height: 4px;
    top: 8px;
}
.p-top-clinic-list a:hover {
    border: 1px solid var(--color-primary);
    transform: translateY(-4px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .1);
}

@media only screen and (max-width: 960px) {
    .p-top-clinic-list {
        gap: 1.6rem;
    }
    .p-top-clinic-list .item {
        width: calc((100% - 1.6rem) / 2);
    }
    .p-top-clinic-list a {
        padding: 1.2rem 1rem 1.6rem;
    }
    .p-top-clinic-list .heading {
        margin-bottom: 1rem;
    }
    .p-top-clinic-list .ttl {
        font-size: 1.4rem;
    }
    .p-top-clinic-list .disc-list {
        font-size: 1.3rem;
    }
}


/* お知らせ
--------------------------*/
#p-top-news {
    padding: 9.6rem 0 12.8rem;
}
#p-top-news .inner {
    display: grid;
    gap: 8rem;
    grid-template-columns: 16rem auto;
}
.news-list {
    border-top: #D8D8D8 solid 1px;
}
.news-list li a {
    border-bottom: #D8D8D8 solid 1px;
    padding: 2rem 6.4rem 2rem 2rem;
    display: block;
    position: relative;
}
@media only screen and (min-width: 961px) {
    .news-list li a::before {
        position: absolute;
        content: "";
        top: 50%;
        right: 2rem;
        width: 3rem;
        height: 3rem;
        background: url(../img/icon/news-arrow.svg) center / cover;
        transform: translateY(-50%);
        opacity: 0;
        transition: .4s cubic-bezier(.43, .05, .17, 1);
    }
}

.news-list li a:hover {
    background-color: #fff;
}
.news-list li a:hover::before {
    opacity: 1;
}
.entry-meta {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 1rem;
}
.entry-meta .entry-date {
    margin-left: 1rem;
}
.news-list li .title {
    position: relative;
    display: inline;
    line-height: 1.3;
}
@media only screen and (max-width: 960px) {
    #p-top-news {
        padding: 6.4rem 0 8rem;
    }
    #p-top-news .inner {
        display: block;
    }
    .news-list li a {
        padding: 1.6rem;
    }
}


/* 脱毛メニュー
--------------------------*/
#p-top-menu {
    overflow: hidden;
}
.p-top-menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
    justify-content: flex-start;
    position: relative;
}
.p-top-menu-list:before {
    content: '';
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translate(-50%, 0);
    height: calc(100% + 20px);
    width: calc(100% + 200px);
    background: var(--color-primary);
    opacity: .2;
}
.p-top-menu-list .item {
    width: calc((100% - 4.8rem) / 3);
    position: relative;
    display: flex;
    flex-direction: column;
}
.p-top-menu-list .item .item-box {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.p-top-menu-list .item .icon-no1 {
    position: absolute;
    width: 6.4rem;
    height: 6.4rem;
    top: -1.6rem;
    left: -1.6rem;
}
.p-top-menu-list .item .menu-list__heading {
    background-color: #313837;
    background: linear-gradient(-60deg, #313837 0%, #313837 74%, #222 74%, #222 100%);
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 1.6rem 2.4rem;
    text-align: center;
}
.p-top-menu-list .item .menu-list__heading span {
    font-size: 1.8rem;
}
.p-top-menu-list .item .disc {
    text-align: center;
    line-height: 1.4;
    padding: 1.6rem 2.4rem 0;
    /* flex-grow: 1; */
}
.p-top-menu-list .item .img {
    margin: 1.6rem 2.4rem 1.8rem;
    overflow: hidden;
    text-align: center;
}
.p-top-menu-list .item img {
    width: 100%;
}
.p-top-menu-list .item .price-box {
    text-align: center;
    padding: 0 2.4rem;
}
.p-top-menu-list .item .price-box .count {
    background-color: #505050;
    border: 1px solid #505050;
    display: inline-flex;
    align-items: center;
    margin-bottom: .6rem;
}
.p-top-menu-list .item .price-box .count p {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    padding: .6rem .8rem;
}
.p-top-menu-list .item .price-box .count .em {
    color: #505050;
    background-color: #fff;
}
.p-top-menu-list .item .price-box .price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
}
.p-top-menu-list .item .price-box .price .times {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    padding: 0;
    font-size: min(1.4rem, 1vw);
    font-weight: 700;
    background-color: var(--color-primary);
    border-radius: 50%;
    color: #fff;
}
.p-top-menu-list .item .price-box .price .fee {
    color: var(--color-primary);
    font-size: min(6.4rem, 4.6vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.03em;
    position: relative;
}
.p-top-menu-list .item .price-box .price .fee .yen {
    font-size: min(2.4rem, 2vw);
    padding-left: .4rem;
}
.p-top-menu-list .item .price-box .price .fee .tax {
    position: absolute;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    top: 1vw;
    right: -4px;
    letter-spacing: 0;
}
.p-top-menu-list .item .price-box .lump-sum {
    margin-top: .4rem;
    font-size: 1.4rem;
    font-weight: 700;
}
.p-top-menu-list .item .price-box .lump-sum .yen {
    font-size: 1.6rem;
}
.p-top-menu-list .item .btn {
    background-color: #fff;
    padding: 2.4rem 0 3.2rem;
    text-align: center;
}
.p-top-menu-list .item .detail-link {
    margin: 0 auto 0;
}
#p-top-menu .caption-list {
    display: flex;
    gap: 1rem;
}
#p-top-menu .caption-list li:nth-of-type(n+2) {
    margin-top: .2rem;
}
#p-top-menu .linkbtns-2row {
    margin-top: 9rem;
}
@media only screen and (max-width: 960px) {
    .p-top-menu-list:before {
        height: calc(100% + 30px);
        width: calc(100% + 40px);
    }
    .p-top-menu-list {
        gap: 1.6rem;
    }
    .p-top-menu-list .item {
        width: 100%;
    }
    .p-top-menu-list .item .icon-no1 {
        position: absolute;
        width: 6.4rem;
        height: 6.4rem;
        top: -1.6rem;
        left: -1.6rem;
    }
    .p-top-menu-list .item .menu-list__heading {
        font-size: 1.8rem;
        padding: 1.4rem 1.6rem;
    }
    .p-top-menu-list .item .menu-list__heading span {
        font-size: 1.4rem;
    }
    .p-top-menu-list .item .price-box .count p {
        font-size: 1.3rem;
    }
    .p-top-menu-list .item .price-box .price .times {
        font-size: 1.2rem;
    }
    .p-top-menu-list .item .price-box .price .fee {
        font-size: 5rem;
    }
    .p-top-menu-list .item .price-box .price .fee .yen {
        font-size: 2.8rem;
    }
    .p-top-menu-list .item .price-box .price .fee .tax {
        top: 10px;
        right: -2px;
    }
    .p-top-menu-list .item .price-box .lump-sum {
        font-size: 1.2rem;
    }
    .p-top-menu-list .item .price-box .lump-sum .yen {
        font-size: 1.4rem;
    }
    #p-top-menu .caption-list {
        display: block;
    }
    #p-top-menu .linkbtns-2row {
        margin-top: 5rem;
    }
}

/* クーポン
--------------------------*/
.p-top-menu-coupon {
    margin-top: 9.6rem;
}
.p-top-menu-coupon .heading {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 3.2rem;
}
.p-top-menu-coupon .heading .em {
    background: linear-gradient(var(--color-black), var(--color-black)) 0 100% / 100% 4px no-repeat;
    padding-bottom: .4rem;
}
.menu-coupon-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-start;
}
.menu-coupon-list .item {
    width: calc((100% - 3rem) / 4);
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: relative;
    padding: 2.4rem 2.4rem 3.2rem;
}
.menu-coupon-list .item::before {
    content: "";
    display: block;
    margin: auto;
    border: 1px solid rgb(255 91 92 / 0.4);
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
}
.menu-coupon-list .item .baloon-heading {
    background-color: var(--color-secondary);
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    padding: 1rem 2rem;
    position: relative;
    margin-bottom: 2.4rem;
    z-index: 1;
    line-height: 1.2;
    text-align: center;
}
.menu-coupon-list .item .baloon-heading::before {
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: var(--color-secondary) transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
}
.menu-coupon-list .item .num {
    color: #FF523A;
    font-size: 4.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin-bottom: 1.6rem;
    letter-spacing: -.02em;
}
.menu-coupon-list .item .num .off {
    font-size: 2rem;
}
.menu-coupon-list .item .txt {
    font-size: 1.4rem;
    line-height: 1.5;
}
.menu-coupon-list .item .caption-list {
    margin-top: .6rem;
    margin-bottom: 2rem;
}
.menu-coupon-list .item .detail-link {
    margin: auto auto 0;
}
@media only screen and (max-width: 1280px) {
    .p-top-menu-coupon {
        margin-top: 6.4rem;
    }
    .menu-coupon-list {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: flex-start;
    }
    .menu-coupon-list .item {
        width: calc((100% - 2rem) / 2);
    }
}
@media only screen and (max-width: 960px) {
    .p-top-menu-coupon .heading {
        font-size: 2.2rem;
        margin-bottom: 2.4rem;
    }
    .menu-coupon-list .item {
        width: 100%;
    }
    .menu-coupon-list .item .baloon-heading {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
    }
    .menu-coupon-list .item .num {
        font-size: 5rem;
    }
    .menu-coupon-list .item .num .off {
        font-size: 2.4rem;
    }
}

/* キャンペーン
--------------------------*/
.campaign-block {
    margin: 6.4rem 0 0;
}
.campaign-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.campaign-list .item {
    width: 48%;
    margin: 0 1%
}
.campaign-list .item img {
    width: 100%;
}

@media only screen and (max-width: 960px) {
    .campaign-block {
        margin: 3rem 0 0;
    }
    .campaign-list .item {
        width: 100%;
        margin: 0;
    }
    .campaign-list .item:nth-of-type(n+2) {
        margin-top: 1rem;
    }
}



/*
=======================================
= 脱毛メニューと料金
=======================================
*/
#p-menu-content {
    margin-bottom: 11.2rem;
}

.menu-detail__body {
    padding: 3.2rem 4rem 4rem;
    background-color: #fff;
}
.menu-detail-row {
    display: grid;
    gap: 6.4rem;
    grid-template-columns: 45% auto;
}
#p-menu-content .menu-detail.first-non {
    margin-top: 6.4rem;
}
.menu-detail__body .menu-detail-row:nth-child(n+2) {
    background-image: linear-gradient(to right, #444 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left top;
    margin-top: 4rem;
    padding-top: 4rem;
}
.menu-detail .pic-row .img {
    margin-top: 1.6rem;
}
.menu-detail .pic-row .img img {
    width: 100%;
}
.menu-detail .price-table {
    width: 100%;
}
.menu-detail .price-table th,
.menu-detail .price-table td {
    border: 2px solid #fff;
    vertical-align: middle;
}
.menu-detail .price-table thead th {
    background-color: #969696;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    padding: 1rem;
    text-align: center;
}
.menu-detail .price-table thead span,
.menu-detail .price-table tbody th span {
    font-size: 1.4rem;
}
.menu-detail .price-table thead th:first-child {
    width: 40%;
}
.menu-detail .price-table tbody th,
.menu-detail .price-table tbody td {
    background-color: #F4F4F4;
    text-align: center;
    font-weight: 700;
    padding: 1.6rem;
    text-align: center;
    line-height: 1.3;
}
.menu-detail .price-table tbody td .yen {
    color: var(--color-primary);
    padding-left: .4rem;
}
.menu-detail .price-table tbody td .em {
    font-size: 2.4rem;
}
.menu-detail .price-table tbody td .monthly {
    font-size: 1.2rem;
    font-weight: 400;
    display: block;
}

@media only screen and (max-width: 960px) {
    #p-menu-content {
        margin-bottom: 8rem;
    }
    #p-menu-content .menu-detail.first-non {
        margin-top: 3.2rem;
    }
    .menu-detail__body {
        padding: 2.4rem 2.4rem 3.2rem;
    }
    .menu-detail-row {
        display: block;
    }
    .menu-detail .pic-row {
        margin-bottom: 2.4rem;
    }
    .menu-detail .price-table tbody th,
    .menu-detail .price-table tbody td {
        padding: .8rem;
    }
    .menu-detail .price-table thead th:first-child {
        width: 50%;
    }
    .menu-detail .price-table tbody td .yen {
        display: block;
    }
    .menu-detail .price-table thead span,
    .menu-detail .price-table tbody th span {
        font-size: 1.2rem;
    }
    .menu-detail .price-table tbody th span {
        font-size: 1.2rem;
    }
    .menu-detail .price-table tbody td {
        font-size: 1.2rem;
    }
    .menu-detail .price-table tbody td .em {
        font-size: 1.8rem;
    }
    .menu-detail .price-table tbody td .monthly {
        font-size: 1rem;
    }
}
#p-menu #p-top-counseling{
    margin-top:11.2rem;
}
.menu-caption-box {
    background-color: #E9FAFA;
    padding: 4rem;
    margin-top: 6.4rem;
}
.menu-caption-box .caption-list {
    margin-top: 0;
}

@media only screen and (max-width: 960px) {
    #p-menu #p-top-counseling{
        margin-top:8rem;
    }
    .menu-caption-box {
        padding: 1.6rem;
        margin-top: 3.2rem;
    }
}

/* 料金のお支払い方法
--------------------------*/
#p-menu-payment {
    padding-top: 9.6rem;
}
.payment-list-icon {
    max-width: 84rem;
    margin: 0 auto;
}
.payment-list-icon .item{
    text-align: center;
}
#p-menu-payment .payment-list-icon {
    margin-bottom: 4rem;
}
.payment-list-icon img{
    max-width: 18rem;
    margin:0 auto;
}
.payment-list-icon .disc {
    text-align: center;
    margin-top: 2.4rem;
    font-size: 1.8rem;
    font-weight: 700;
}
.payment-list-icon .disc span {
    padding-bottom: .2rem;
    background: linear-gradient(var(--color-black), var(--color-black)) 0 100% / 100% 2px no-repeat;
}
@media only screen and (max-width: 960px) {
    #p-menu-payment {
        padding-top: 6.4rem;
    }
    .payment-list-icon {
        width: 90%;
        margin: 0 auto;
    }
    .payment-list-icon img{
        max-width: 14rem;
    }
    .payment-list-icon .disc {
        margin-top: 1.6rem;
        font-size: 1.4rem;
    }
    #p-menu-payment .payment-list-icon {
        margin-bottom: 2.4rem;
    }
}


/*
=======================================
= クリニック一覧
=======================================
*/
#p-clinic .clinic-area:not(:first-of-type) {
    margin-top: 9.6rem;
}
.clinic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem;
    justify-content: flex-start;
}
.clinic-list .item {
    width: calc((100% - 6.4rem) / 2);
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: relative;
    padding: 2.8rem 3.2rem 2.4rem;
}
.clinic-list .clinic-list-body {
    display: grid;
    gap: 2.4rem;
    grid-template-columns: 42.8% auto;
    margin-bottom: 2.4rem;
}
.clinic-list .clinic-list-body .item-pic {
    overflow: hidden;
}
.clinic-list .clinic-list-body .item-pic .thumb {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.clinic-list .clinic-list-body .item-pic .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.clinic-list .clinic-list-body .address {
    line-height: 1.5;
}
.clinic-list .clinic-list-body .disc-list {
    font-size: 1.4rem;
    margin-top: 1rem;
}
.clinic-list .clinic-list-body .disc-list li {
    padding-left: 1.2rem;
}
.clinic-list .clinic-list-body .disc-list li:before {
    width: 4px;
    height: 4px;
    top: 8px;
}
.clinic-list .clinic-list-btns {
    background-image: linear-gradient(to right, #444 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 2.4rem;
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.6rem;
    row-gap: 1.6rem;
}
.clinic-list .clinic-list-btns .tel-link,
.clinic-list .clinic-list-btns .detail-link {
    width: 100%;
}
@media only screen and (max-width: 960px) {
    #p-clinic .clinic-area:not(:first-of-type) {
        margin-top: 6.4rem;
    }
    .clinic-list {
        gap: 1.6rem;
    }
    .clinic-list .item {
        width: 100%;
        padding: 2.4rem 2.4rem 2.4rem;
    }
    .clinic-list .clinic-list-body {
        display: block;
    }
    .clinic-list .clinic-list-body .item-pic {
        margin-bottom: 1.6rem;
    }
    .clinic-list .clinic-list-body .disc-list {
        font-size: 1.3rem;
    }
    .clinic-list .clinic-list-btns {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* クリニック詳細
--------------------------*/
.p-clinic-header {
    margin-top: 4rem;
}
.p-clinic-header .parent-ttl {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
}
.p-clinic-header .clinic-name {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.22;
}
.clinic-mv {
    position: relative;
    margin: 4rem 0 3.2rem;
}
.clinic-mv::before {
    content: "";
    left: -3.2rem;
    position: absolute;
    bottom: -3.2rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent var(--color-primary);
    border-width: 300px 0px 0px 300px;
    opacity: .2;
    z-index: -1;
}
.clinic-mv .thumb {
    aspect-ratio: 2 / 1;
    overflow: hidden;
}
.clinic-mv .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 960px) {
    .p-clinic-header {
        margin-top: 3.2rem;
    }
    .p-clinic-header .clinic-name {
        font-size: 2.4rem;
    }
    .clinic-mv {
        margin: 2.4rem 0 2rem;
    }
    .clinic-mv::before {
        left: -2rem;
        bottom: -2rem;
        border-width: 120px 0px 0px 120px;
    }
    .p-clinic-header .parent-ttl {
        font-size: 1.1rem;
    }
}

.p-clinic-single-campaign {
    margin: 8rem 0 0;
}
@media only screen and (max-width: 960px) {
    .p-clinic-single-campaign {
        margin: 4rem 0 0;
    }
}

.clininc-intro .clinic-box {
    background-color: #fff;
    padding: 6.4rem;
    margin-top: 4rem;
}
.clininc-intro .clinic-box table {
    border-top: 1px solid #E5E5E5;
    text-align: left;
    width: 100%;
}
.clininc-intro .clinic-box table tr {
    border-bottom: 1px solid #DEDEDE;
}
.clininc-intro .clinic-box table th {
    padding: 2.4rem;
    font-weight: 700;
    text-align: left;
    width: 24rem;
}
.clininc-intro .clinic-box table td {
    padding: 2.4rem 0;
}
.clininc-intro .clinic-box table .clinic-map {
    margin-top: 1.6rem;
    max-width: 64rem;
}
.clininc-intro .clinic-box table .clinic-map iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 960px) {
    .clininc-intro .clinic-box {
        padding: 2.4rem;
        margin-top: 2.4rem;
    }
    .clininc-intro .clinic-box table th {
        width: 100%;
        display: block;
        padding: 1.6rem 0 0;
    }
    .clininc-intro .clinic-box table td {
        width: 100%;
        display: block;
        padding: .8rem 0 1.6rem
    }
}

.related-clinic {
    margin-top: 12rem;
}
.related-clinic .content-box {
    background: none;
    border: 1px solid var(--color-black);
    max-width: 90rem;
    margin: 2.4rem auto;
}
@media only screen and (max-width: 960px) {
    .related-clinic {
        margin-top: 6.4rem;
    }
}

.clinic-slider{
    margin: 6.4rem calc(50% - 50vw) 0;
    width: 100vw;
    overflow: hidden;
    text-align: center;
}
.clinic-slider__pic{
    aspect-ratio: 8 / 5;
    overflow: hidden;
}
.clinic-slider__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.clinic-slider .swiper-slide {
  max-width: 40rem;
  margin: 0 1.6rem;
  padding:0 0 2.4rem 0;
}
@media screen and (max-width: 960px) {
    .clinic-slider{
        margin: 4rem calc(50% - 50vw) 0;
    }
    .clinic-slider .swiper-slide {
        width: 70% !important;
        margin: 0 1.2rem 0;
        padding:0 0 2.4rem 0;
    }
}


.clininc-access {
    margin-top: 12rem;
}
.clininc-access .acces-wrap:not(:first-child) {
    margin-top: 6.4rem;
}
.clininc-access .bl-skew-heading{
    margin-bottom:2.4rem;
}
.clininc-access .map{
    margin:2.4rem auto 0;
    /* max-width: 94rem; */
}
.clininc-access .map iframe{
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 961px) {
    .clininc-access .map iframe{
        height: 30rem;
    }
}
@media screen and (max-width: 960px) {
    .clininc-access {
        margin-top: 6.4rem;
    }
    .clininc-access .acces-wrap:not(:first-child) {
        margin-top: 4.8rem;
    }
    .clininc-access .bl-skew-heading{
        margin-bottom:1.6rem;
    }
    .clininc-access .map{
        margin:1.6rem auto 0;
    }
}


.clinic-access-list{
    gap: 4rem;
}
.clinic-access-list .item{
    position: relative;
}
.clinic-access-list .item .num{
    width: 4.8rem;
    height: 4.8rem;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 100%;
    position: absolute;
    left: -1rem;
    top: -1rem;
}
.clinic-access-list .item .pic{
    aspect-ratio: 290 / 180;
    overflow: hidden;
}
.clinic-slider__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.clinic-access-list .item .txt{
    margin-top:1.6rem;
}
@media screen and (min-width: 961px) {
    .clinic-access-list .item:nth-of-type(n+2)::before {
        content: "";
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        left: -2.4rem;
        top: 30%;
        width: 1.2rem;
        height: 2rem;
        background-image: url(../img/icon/flow-arrow_pc.svg);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .clinic-access-list .item:nth-of-type(5)::before,
    .clinic-access-list .item:nth-of-type(9)::before,
    .clinic-access-list .item:nth-of-type(13)::before{
        content: none;
    }
}
@media screen and (max-width: 960px) {
    .clinic-access-list{
        grid-template-columns: repeat(1, 1fr);
    }
    .clinic-access-list .item:nth-of-type(n+2)::before {
        content: "";
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        left: 50%;
        top: -30px;
        transform: translateX(-50%);
        width: 2rem;
        height: 1.2rem;
        background-image: url(../img/icon/flow-arrow_sp.svg);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
}




/*
=======================================
= 記事詳細
=======================================
*/
#p-news-single .inner {
    max-width: 108rem;
    padding: 0;
}
.single-article {
    background-color: #fff;
}
.single-article .single-article__header {
    padding: 4rem 6.4rem 4rem;
    border-bottom: 1px solid #D8D8D8;
}
.single-article .single-article__header .entry-ttl {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
}
.single-article .single-article__body {
    padding: 4rem 6.4rem 6.4rem;
}

@media screen and (max-width: 960px) {
    .single-article .single-article__header {
        padding: 2.4rem 2rem 2.4rem;
    }
    .single-article .single-article__header .entry-ttl {
        font-size: 2rem;
    }
    .single-article .single-article__body {
        padding: 3.2rem 2rem 4rem;
    }
}

.single-article__body>*:first-child {
    margin-top: 0;
}
.single-article__body>*:last-child {
    margin-bottom: 0;
}
.single-article__body .article-mv {
    text-align: center;
}
.single-article__body .article-mv img{
    width: 100%;
}
.single-article__body>* {
    margin-top: 2.4rem;
}
.single-article__body a {
    color: #055FA0;
    text-decoration: underline;
}
.single-article__body a:focus,
.single-article__body a:active,
.single-article__body a:hover {
    color: #055FA0;
    text-decoration: none;
}
.single-article__body strong {
   font-weight: bold;
}

.single-article__body em {
    font-style: italic;
}
.single-article__body h2 {
    border-bottom: 1px solid var(--color-black);
    border-top: 1px solid var(--color-black);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 6.4rem;
    margin-bottom: 2.4rem;
    padding: 1.6rem 0;
}
.single-article__body h3 {
    border-bottom: 1px solid var(--color-black);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.44;
    padding-bottom: 1.6rem;
    margin-top: 4rem;
    margin-bottom: 2.4rem;
}
.single-article__body h4 {
    font-size: 1.8rem;
    line-height: 1.44;
    font-weight: 700;
    padding-left: 1.6rem;
    margin-top: 3.2rem;
    margin-bottom: 1.2rem;
    position: relative;
}
.single-article__body h4::before {
    content: "";
    display: block;
    position: absolute;
    border-left: 4px solid var(--color-primary);
    left: 0;
    height: 100%;
}
.single-article__body h5 {
    color: var(--color-primary);
    font-weight: 700;
    line-height: 1.44;
    margin-top: 2.4rem;
    margin-bottom: 1.2rem;
}
.single-article__body h2+*,
.single-article__body h3+*,
.single-article__body h4+*,
.single-article__body h5+*,
.single-article__body h6+* {
    margin-top: 0;
}

@media screen and (max-width: 960px) {
    .single-article__body>* {
        margin-top: 1.6rem;
    }
    .single-article__body h2 {
        font-size: 2rem;
        margin-top: 4.8rem;
        margin-bottom: 1.6rem;
        padding: .8rem 0;
    }
    .single-article__body h3 {
        font-size: 1.8rem;
        margin-top: 4rem;
        margin-bottom: 1.6rem;
        padding-bottom: .8rem;
    }
    .single-article__body h4 {
        font-size: 1.6rem;
        margin-top: 3.2rem;
        margin-bottom: 1.6rem;
    }
    .single-article__body h5 {
        margin-bottom: 1.6rem;
    }
}

/* Ul list */
.single-article__body ul:not(.toc_list)>li {
    position: relative;
    padding-left: 1.2rem;
    line-height: 1.66;
}
.single-article__body ul>li::after {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    background: var(--color-primary);
}
.single-article__body li:nth-of-type(n+2) {
    margin-top: .4rem;
}
/* Ol list */
.single-article__body ol {
    counter-reset: number;
}
.single-article__body ol>li {
    position: relative;
    padding-left: 1.8rem;
    line-height: 1.66;
}
.single-article__body ol>li::after {
    color: var(--color-primary);
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: number;
    display: inline-block;
    content: counter(number) '.';
    font-weight: 700;
}
/* wp-block-quote */
.single-article__body .wp-block-quote,
.single-article__body blockquote {
    padding: 3.2rem;
    background: #f5f5f5;
    border-radius: .8rem;
    font-size: 1.4rem;
    line-height: 1.44;
    border: none;
}
.single-article__body .wp-block-quote cite,
.single-article__body blockquote cite {
    opacity: .6;
    font-size: 1.2rem;
}
.single-article__body .wp-block-quote> :first-child,
.single-article__body blockquote> :first-child {
    margin-top: 0;
}
.single-article__body .wp-block-quote> :last-child,
.single-article__body blockquote> :last-child {
    margin-bottom: 0;
}
/* wp-element-caption */
.single-article__body .wp-element-caption {
    display: block;
    opacity: .6;
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center;
}
/* Iframe */
.single-article__body iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 960px) {
    .single-article__body .wp-block-quote,
    .single-article__body blockquote {
        padding: 1.6rem;
    }
}
.single-article__body table {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.single-article__body table th,
.single-article__body table td {
    vertical-align: middle;
    line-height: 1.6;
    font-size: 1.4rem;
    padding: 1rem;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.single-article__body table th>*:first-child,
.single-article__body table td>*:first-child {
    margin-top: 0;
}
.single-article__body table th>*:last-child,
.single-article__body table td>*:last-child {
    margin-bottom: 0;
}
.single-article__body table th {
    background: #efefef;
    font-weight: 700d;
    text-align: left;
}
.single-article__body table td {
    background: #fff;
}
.single-article__body table thead th {
    background: #efefef;
}
.single-article__body table caption {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 1.6remx;
}
@media screen and (max-width: 768px) {
    .single-article__body table th,
    .single-article__body table td {
        font-size: 1.2rem;
        padding: 1rem;
    }
}

/* Writter Profile */
.writter-profile {
    width: 100%;
    background-color: #fff;
    border: 1px solid var(--color-black);
    overflow: hidden;
}
.writter-profile .heading {
    background: var(--color-black);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 2.4rem;
}

.writter-profile-row {
    display: grid;
    gap: 1.6rem;
    grid-template-columns: 9.6rem auto;
    padding: 2.4rem 2.4rem;
}
.writter-profile .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.writter-profile .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.writter-profile__body {
    font-size: 1.4rem;
    line-height: 1.6;
}
.writter-profile__body .name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
    .writter-profile .heading {
        text-align: center;
    }
    .writter-profile-row {
        display: block;
        padding: 1.6rem;
    }
    .writter-profile .pic {
        width: 80px;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .writter-profile__body .name {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    .writter-profile__body {
        font-size: 1.2rem;
        line-height: 1.6;
    }
}

/*
=======================================
= お問い合わせ
=======================================
*/
#p-contact .inner {
    max-width: 122rem;
}
#p-contact .contact-wrap:not(:first-child) {
    margin-top: 9.6rem;
}
.conceseling-box,
.support-box,
.faq-box {
    padding: 4rem 6.4rem;
}
.conceseling-box table {
    border-top: 1px solid #E5E5E5;
    text-align: left;
    width: 100%;
}
.conceseling-box table tr {
    border-bottom: 1px solid #DEDEDE;
}
.conceseling-box table th {
    padding: 2.4rem;
    font-weight: 700;
    text-align: left;
    width: 24rem;
}
#p-contact .conceseling-box,
#p-contact .support-box {
    margin-top: 4rem;
}
#p-contact .support-close-day {
    column-gap: 2rem;
}
#p-contact .support-close-day dt {
    width: 18rem;
    flex-shrink: 0;
    font-weight: 700;
}
#p-contact .support-close-day dd {
    flex-grow: 1;
}
#p-contact .faq-box {
    margin-top: 2.4rem;
    text-align: center;
    margin-bottom: 6.4rem;
}
#p-contact .faq-box .c-btn {
    margin-top: 4rem;
}

@media only screen and (max-width: 960px) {
    #p-contact .contact-wrap:not(:first-child) {
        margin-top: 6.4rem;
    }
    .conceseling-box,
    .support-box,
    .faq-box {
        padding: 2.4rem;
        margin-top: 2.4rem;
    }
    #p-contact .faq-box {
        margin-top: 1.6rem;
        margin-bottom: 4rem;
    }
    .conceseling-box table th {
        width: 100%;
        display: block;
        padding: 1.6rem 0 0;
    }
    .conceseling-box table td {
        width: 100%;
        display: block;
        padding: .8rem 0 1.6rem
    }
    #p-contact .conceseling-box,
    #p-contact .support-box {
        margin-top: 2.4rem;
    }
    #p-contact .support-close-day {
        display: block;
    }
    #p-contact .faq-box .c-btn {
        margin-top: 2.4rem;
    }
}


/* お問い合わせフォーム
--------------------------*/
.contact-form-box .form-item {
    width: 100%;
    text-align: left;
}
.contact-form-box .form-item:not(:first-child) {
    margin-top: 4rem;
}
.contact-form-box .form-item dt {
    text-align: left;
    font-weight: 700;
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
}
.contact-form-box .form-item dd {
    width: 100%;
}
.contact-form-box .form-item dt.required {
    display: flex;
    align-items: center;
}
.contact-form-box .form-item dt.required::before {
    border: 1px solid #FF5B5C;
    border-radius: .3rem;
    content: "必須";
    font-size: 1.2rem;
    font-weight: 400;
    color: #FF5B5C;
    padding: .4rem .4rem;
    line-height: 1;
    margin-right: 1rem;
}
.inquiry-btn {
    margin: 6rem auto 0;
    overflow: hidden;
    text-align: center;
}
.inquiry-btn input {
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    cursor: pointer;
    background: #1F1F1F;
    border-radius: .4rem;
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 1.6rem;
    padding: 3.2rem 0;
    height: 8.8rem;
    width: 32rem;
    margin: 0 .5rem .5rem;
    text-align: center;
}
.inquiry-btn input:hover {
    background: var(--color-primary);
}
.inquiry-btn .wpcf7-previous {
    background: #919191;
}
/* .inquiry-btn .wpcf7-previous:hover {
  background: #666;
} */
.contact-complete-ttl {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 960px) {
    .contact-form-box .form-item:not(:first-child) {
        margin-top: 3.2rem;
    }
    #p-contact .inquiry-btn {
        margin: 3rem auto 0;
    }
    #p-contact .inquiry-btn input {
        display: block;
        margin: 0 auto 1rem;
        font-size: 1.4rem;
        padding: 2.8rem 0;
        height: 7.2rem;
    }
    .contact-complete-ttl {
        font-size: 2rem;
    }
}

/* セレクトボックス */
.contact-form-box .select {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.contact-form-box .select {
    width: 100%;
}

.contact-form-box .select::before {
    position: absolute;
    top: 50%;
    margin-top: -0.2rem;
    right: 1.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0.4rem 0 0.4rem;
    border-color: #222 transparent transparent transparent;
    content: "";
    pointer-events: none;
}
.contact-form-box .select select {
    appearance: none;
    color: #111;
    max-width: 100%;
    width: 100%;
    padding: 1.7rem 1.7rem;
    border-radius: .3rem;
    padding-right: 1em;
    display: inline-block;
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: none;
    outline: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
form select option {
    font-size: 16px;
}
form dl input:focus,
form dl input:focus,
form dl textarea:focus {
    outline: none;
    background: #fff;
    border: 1px solid var(--color-primary);
}
/* CONTACT FORM7  */
.form-grid .wpcf7-form-control {
    display: grid;
    column-gap: 2rem;
    row-gap: 2rem;
}
.form-grid.col-2 .wpcf7-form-control {
    grid-template-columns: repeat(2, 1fr);
}
.form-grid.col-3 .wpcf7-form-control {
    grid-template-columns: repeat(3, 1fr);
}
.form-grid.col-4 .wpcf7-form-control {
    grid-template-columns: repeat(4, 1fr);
}
.wpcf7-list-item {
    margin: 0 0 0 0 !important;
}
.wpcf7 .wpcf7-spinner {
    display: block;
}

@media screen and (max-width:960px) {
    .form-grid.col-2 .wpcf7-form-control,
    .form-grid.col-3 .wpcf7-form-control,
    .form-grid.col-4 .wpcf7-form-control {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 1rem;
        row-gap: 1rem;
    }
}

.wpcf7-radio .wpcf7-list-item label,
.wpcf7-checkbox .wpcf7-list-item label {
    display: block;
    background-color: #fff;
    border: 1px solid #fff;
    color: #222;
    padding: 1.6rem 2.2rem;
    line-height: 1;
    cursor: pointer;
    max-width: 100%;
    border-radius: .4rem;
}
.wpcf7-radio .wpcf7-list-item label input:checked+label {
    border: 1px solid #222;
}
.wpcf7-radio .wpcf7-list-item label input[type=radio]+span {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 2.5rem;
    line-height: 2;
}
/* チェック前のボタン */
.wpcf7-radio .wpcf7-list-item label input[type=radio]+span:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 1px solid #888;
    border-radius: 50%;
    background-color: transparent
}
.wpcf7-radio .wpcf7-list-item label input[type=radio]+span:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 50%;
    left: 0;
    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #000;
    transform: translateY(-50%) scale(0);
    transition: transform .3s;
    opacity: 0
}
/* チェック後のボタン */
.wpcf7-radio .wpcf7-list-item label input[type=radio]:checked+span:before {
    opacity: 1;
    transform: translateY(-50%) scale(1.1)
}
.wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]+span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 2;
    padding-left: 30px;
}
.wpcf7-checkbox label input[type=checkbox]+span:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #999;
    border-radius: .3rem;
}
.wpcf7-checkbox label input[type=checkbox]+span:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 10px;
    top: calc(50% - 2px);
    left: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg) scale(0);
    opacity: 0;
    transition: transform .3s;
}
.wpcf7-checkbox label input[type=checkbox]:checked+span:before {
    border: 1px solid #222;
    background-color: #222;
}
.wpcf7-checkbox label input[type=checkbox]:checked+span:after {
    opacity: 1;
    transform: translateY(-50%) rotate(45deg) scale(1.1);
}

.ui-widget {
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    font-size: 1em;
}
.grecaptcha-badge {
    visibility: hidden
}
.ui-datepicker {
    width: 69.76vw !important
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #111 !important;
}
.ui-widget-content {
    color: #1F1F1F !important;
}
.ui-widget-content a {
    color:#1F1F1F !important;
}
.ui-widget-header {
    border: 1px solid #1F1F1F !important;
    background: #1F1F1F !important;
    color: #fff !important;
    font-weight: bold
}
.ui-widget-header a {
    background: #fff !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid rgba(0, 0, 0, 0) !important;
    background: #F4F4F4 !important;
    font-weight: bold;
    color: #1F1F1F;
    font-size: 4.18vw;
    padding: .3em .2em;
    text-align: center;

}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #1F1F1F !important;
    text-decoration: none
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #ddd !important;
    background: #E9FAFA !important;
    font-weight: bold;
    color: #1F1F1F !important;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #1F1F1F !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid var(--color-primary)!important;
    background: var(--color-primary) !important;
    color: #fff !important;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff !important;
    background-color: #fff !important;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff !important;
}

@media(min-width: 601px) {
    .ui-datepicker {
        width: 300px !important
    }
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        font-size: 16px
    }
}



/*
=======================================
= メディア掲載情報
=======================================
*/
#p-media .inner {
    max-width: 122rem;
}
.media-list .item {
    background-color: #fff;
}
.media-list .item:not(:first-child) {
    margin-top: 3.2rem;
}
.media-list .item .media-list__ttl {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.44;
    padding: 3.2rem 4rem 2.4rem;
    border-bottom: 1px solid #D8D8D8;
}
.media-list .item .media-list__body {
    padding: 2.4rem 4rem 3.2rem;
}
.media-list .item .media-list__body>*:first-child {
    margin-top: 0;
}
.media-list .item .media-list__body>*:last-child {
    margin-bottom: 0;
}
.media-list .item .media-list__body>* {
    margin-top: 1rem;
}
.media-list .item a {
    color: #055FA0;
    text-decoration: underline;
    font-weight: 700;
}
.media-list .item a:focus,
.media-list .item a:active,
.media-list .item a:hover {
    color: #055FA0;
    text-decoration: none;
}
@media screen and (max-width:960px) {
    .media-list .item:not(:first-child) {
        margin-top: 1.6rem;
    }
    .media-list .item .media-list__ttl {
        font-size: 1.8rem;
        padding: 2.4rem 2.4rem 1.6rem;
    }
    .media-list .item .media-list__body {
        padding: 1.6rem 2.4rem 2.4rem;
    }
}


/*
=======================================
= プライバシーポリシー
=======================================
*/
#p-privacy .inner {
    max-width: 122rem;
}
#p-privacy .p-privacy-wrap {
    margin-top: 8rem;
}
#p-privacy .p-privacy-box {
    margin: 2.4rem 0;
    padding: 4rem;
}
#p-privacy .p-privacy-wrap .section-subheading:not(:first-child) {
    margin-top: 4rem;
}
#p-privacy .p-privacy-wrap .color-secondary {
    color: #FF5B5C;
    font-weight: 700;
}
#p-privacy .p-privacy-wrap .color-secondary li:before {
    background-color: #FF5B5C;
}

@media screen and (max-width:960px) {
    #p-privacy .p-privacy-wrap {
        margin-top: 6.4rem;
    }
    #p-privacy .p-privacy-box {
        margin: 2.4rem 0;
        padding: 2.4rem;
    }
    #p-privacy .p-privacy-wrap .section-subheading:not(:first-child) {
        margin-top: 2.4rem;
    }
}
#p-privacy a {
    color: var(--color-black);
    text-decoration: underline;
}
#p-privacy a:focus,
#p-privacy a:active,
#p-privacy a:hover {
    color: #666;
    text-decoration: none;
}

/*
=======================================
= 運営会社
=======================================
*/
#p-company .inner {
    max-width: 122rem;
}
.company-box {
    padding: 4rem 6.4rem;
}
.company-box table {
    border-top: 1px solid #E5E5E5;
    text-align: left;
    width: 100%;
}
.company-box table tr {
    border-bottom: 1px solid #DEDEDE;
}
.company-box table th {
    padding: 2.4rem;
    font-weight: 700;
    text-align: left;
    width: 24rem;
}
.company-box a {
    color: #055FA0;
    text-decoration: underline;
}
.company-box a:focus,
.company-box a:active,
.company-box a:hover {
    color: #055FA0;
    text-decoration: none;
}

@media only screen and (max-width: 960px) {
    .company-box {
        padding: 2.4rem;
    }
    .company-box table th {
        width: 100%;
        display: block;
        padding: 1.6rem 0 0;
    }
    .company-box table td {
        width: 100%;
        display: block;
        padding: .8rem 0 1.6rem
    }
}


/*
=======================================
= 割引一覧
=======================================
*/
#p-student .inner {
    max-width: 108rem;
}
#p-student .heading {
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 3.2rem;
    text-align: center;
}
#p-student .heading span {
    background: linear-gradient(var(--color-black), var(--color-black)) 0 100% / 100% 4px no-repeat;
    padding-bottom: .4rem;
}
#p-student .intro-txt {
    text-align: center;
}
#p-student .intro-txt .tx-bold {
    font-size: 2.4rem;
}

@media only screen and (max-width: 960px) {
    #p-student .heading {
        font-size: 2rem;
        margin-bottom: 2.4rem;
    }
    #p-student .heading span {
        background: linear-gradient(var(--color-black), var(--color-black)) 0 100% / 100% 2px no-repeat;
    }
    #p-student .intro-txt .tx-bold {
        font-size: 1.6rem;
    }
}


#p-student .discount-wrap:not(:first-child) {
    margin-top: 6.4rem;
}
#p-student .discount-wrap .discount-wrap__heading {
    background-color: #EF7570;
    background: linear-gradient(-60deg, #EF7570 0%, #EF7570 72%, #D0524D 72%, #D0524D 100%);
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 1.6rem 2.4rem;
    text-align: center;
}
.discount-wrap__body {
    padding: 3.2rem 6.4rem 6.4rem;
    background-color: #fff;
}
.discount-wrap__body .discount-detail {
    background-color: #FEF2F1;
    padding: 4rem;
    text-align: center;
}
.discount-wrap__body .discount-detail .txt {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: .8rem;
}
.discount-wrap__body .discount-detail .num {
    color: #FF523A;
    font-size: 7.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    letter-spacing: -.02em;
}
.discount-wrap__body .discount-detail .num .off {
    font-size: 4rem;
}
.discount-wrap__body .discount-note {
    margin-top: 4rem;
}
.discount-wrap__body .discount-note .section-heading-sm::before {
    background: #FF523A;
}
.discount-checklist li {
    position: relative;
    padding-left: 2.8rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
}
.discount-checklist li:nth-of-type(n+2) {
    margin-top: .8rem;
}
.discount-checklist li:before {
    content: url(../img/icon/icon-chec.svg);
    display: inline-block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: .1rem;
    left: 0;
}

@media only screen and (max-width: 960px) {
    #p-student .discount-wrap:not(:first-child) {
        margin-top: 3.2rem;
    }
    #p-student .discount-wrap .discount-wrap__heading {
        font-size: 1.8rem;
        padding: 1.4rem 1.6rem;
    }
    .discount-wrap__body {
        padding: 2.4rem 2.4rem 3.2rem;
    }
    .discount-wrap__body .discount-detail {
        padding: 1.6rem;
    }
    .discount-wrap__body .discount-detail .txt {
        font-size: 1.4rem;
        margin-bottom: .8rem;
    }
    .discount-wrap__body .discount-detail .num {
        font-size: 5rem;
    }
    .discount-wrap__body .discount-detail .num .off {
        font-size: 2.4rem;
    }
    .discount-wrap__body .discount-note {
        margin-top: 3.2rem;
    }
    .discount-checklist li {
        font-size: 1.4rem;
        padding-left: 2.4rem;
    }
    .discount-checklist li:before {
        width: 1.6rem;
        height: 1.6rem;
    }
}


/*
=======================================
= よくある質問
=======================================
*/
#p-faq__search .search-wrap:not(:first-child) {
    margin-top: 8rem;
}
#p-faq__search .keyword-search .section-heading{
    width: 30%;
}
#p-faq__search .keyword-search .search-box{
    width: 62.5%;
}
.search__recommend-words .ttl{
    margin:2.4rem 0 .8rem;
    font-weight: 700;
}
.keyword-category .category-links ul li{
   font-size: 1.5rem;
}

@media only screen and (max-width: 960px) {
    #p-faq__search .search-wrap:not(:first-child) {
        margin-top: 6.4rem;
    }
    #p-faq__search .keyword-search .section-heading{
    width: 100%;
    }
    #p-faq__search .keyword-search .search-box{
        width: 100%;
    }
    .keyword-category .category-links ul li{
    font-size: 1.3rem;
    }
}

.translate-content{
    padding:6.4rem;
    border:1px solid var(--color-black);
    margin-top:9.6rem;
}
@media only screen and (max-width: 960px) {
    .translate-content{
        padding:2.4rem;
        margin-top:6.4rem;
    }
}

/* よくある質問リスト */
.faq-list .item:not(:first-child) {
    margin-top: 1.6rem;
}
.faq-list .item{
    position: relative;
}
.faq-list .item a {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 2.4rem 6.4rem 2.4rem 3.2rem;
    display: block;
    color:var(--color-black);
}
.faq-list .item a:hover{
    background-color: #E9FAFA;
    border: 1px solid var(--color-primary);
}
.faq-list .item .ttl {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    padding-left: 2.8rem;
    display: flex;
    align-items: center;
}
.faq-list .item .ttl:before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.4rem;
    color: var(--color-primary);
    line-height: 1;
}
.faq-list .item::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 2rem;
    width: 3rem;
    height: 3rem;
    -webkit-mask-image: url(../img/icon/news-arrow.svg);
    mask-image: url(../img/icon/news-arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transform: translateY(-50%);
    transition: .4s cubic-bezier(.43, .05, .17, 1);
    background-color: var(--color-black);
}
@media only screen and (max-width: 960px) {
    .faq-list .item a {
        padding: 2rem 4.8rem 2rem 1.6rem;
    }
    .faq-list .item .ttl {
        font-size: 1.4rem;
        padding-left: 2.6rem;
    }
    .faq-list .item .ttl:before {
        font-size: 1.8rem;
    }
    .faq-list .item::before {
        right: 1.6rem;
        width: 2rem;
        height: 2rem;
    }
}
#p-faq .faq-wrap:not(:first-child) {
    margin-top: 9.6rem;
}
@media only screen and (max-width: 960px) {
    #p-faq .faq-wrap:not(:first-child) {
        margin-top:6.4rem;
    }
}

/* よくある質問詳細 */
.faq-single{
    background-color: #fff;
}
.faq-single__header{
    position: relative;
    padding: 2.4rem 3.2rem 2.4rem 3.2rem;
    border-bottom: 1px solid #DCDCDC;
}
.faq-single__header .ttl {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    padding-left: 2.8rem;
    display: flex;
    align-items: center;
}
.faq-single__header .ttl:before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.4rem;
    color: var(--color-primary);
    line-height: 1;
}
.faq-single__body {
    line-height: 1.66;
    padding: 2.4rem 3.2rem 4rem 3.2rem;
}
.faq-single__body p+* {
    margin-top: 1.6rem;
}
.faq-single__body>*:first-child {
    margin-top: 0;
}
.faq-single__body>* {
    margin-top: 1.6rem;
}
.faq-single__body a {
    color: var(--color-black);
    text-decoration: underline;
}
.faq-single__body a:focus,
.faq-single__body a:active,
.faq-single__body a:hover {
    text-decoration: none;
}
@media only screen and (max-width: 960px) {
    .faq-single__header{
        padding: 2.4rem 2rem 1.6rem 2rem;
    }
    .faq-single__header .ttl {
        font-size: 1.4rem;
        padding-left: 2.6rem;
    }
    .faq-single__header .ttl:before {
        font-size: 1.8rem;
    }
    .faq-single__body {
    padding: 2.4rem 2rem 3.2rem 2rem;
    }
}


/*
=======================================
= コラム
=======================================
*/
.column-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4rem;
    row-gap: 4rem;
}
.column-list .item{
    position: relative;
}
.column-list .item > a{
    display: block;
}
.column-list .item-pic,
.side-entry-list .item-pic{
    overflow: hidden;
    margin-bottom:1.6rem;
}
.column-list .item-pic .thumb,
.side-entry-list .item-pic .thumb {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.column-list .item-pic .thumb img,
.side-entry-list .item-pic .thumb img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.column-list .item-body .ttl{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom:1.6rem;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
    .column-list{
        grid-template-columns: repeat(1, 1fr);
        column-gap: 2.4rem;
        row-gap: 2.4rem;
    }
    .column-list .item-body .ttl{
        font-size: 1.5rem;
        margin-bottom:.8rem;
    }
}

#p-column-single .inner.content-row {
    max-width: 128rem;
    margin: 0 auto;
    padding: 0;
}

/* Side Column
---------------------------------*/
#side-column aside:not(:first-child) {
    margin-top:4rem;
}
#side-column aside .side-ttl{
    font-size: 1.8rem;
    font-weight: 700;
    padding-left: 1.6rem;
    margin-bottom: 2.4rem;
    position: relative;
    line-height: 1.44;
}
#side-column aside .side-ttl:before {
    content: "";
    display: block;
    position: absolute;
    border-left: 4px solid var(--color-primary);
    left: 0;
    height: 100%;
}
#side-column .side-entry-list{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.6rem;
}
#side-column .side-entry-list .item{
    position: relative;
}
#side-column .side-entry-list .item a {
    display: grid;
    gap: 1.6rem;
    grid-template-columns: 11rem auto;
}
#side-column .side-entry-list .item-pic {
    margin-bottom: 0
}
#side-column .side-entry-list .item .entry-ttl{
    font-size: 1.4rem;
    line-height: 1.3;
    margin-top:.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}
@media only screen and (max-width: 960px) {
    #p-column-single #side-column {
        padding: 0 2rem;
    }
}

/*
=======================================
= 関連コラム
=======================================
*/
#related-entry{
    padding:6.4rem 0 8rem;
    margin-top:11.2rem;
}
@media only screen and (max-width: 960px) {
    #related-entry{
        padding:4rem 0 6.4rem;
        margin-top:8rem;
    }
}


/*
=======================================
= 外国人または外国籍の方へ
=======================================
*/
#p-non-japanese .non-japanese-wrap:not(:first-child) {
    margin-top: 8rem;
}
#p-non-japanese .non-japanese-wrap{
    padding-bottom:8rem;    background-image: linear-gradient(to right, #444 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.lang-cn{
    font-family: "Noto Sans SC", sans-serif;
}
.lang-ko{
    font-family: "Noto Sans KR", sans-serif;
}
@media only screen and (max-width: 960px) {
    #p-non-japanese .non-japanese-wrap:not(:first-child) {
        margin-top: 4rem;
    }
    #p-non-japanese .non-japanese-wrap{
        padding-bottom:4rem;    background-image: linear-gradient(to right, #444 1px, transparent 1px);
    }
}
#p-non-japanese .faq-wrap .faq-single:not(:first-child) {
    margin-top:1.6rem;
}
#p-non-japanese .linkbtns-2row{
    max-width: 76rem;
    margin-top:6.4rem;
}
#p-non-japanese .linkbtns-2row a{
    width: 100%;
}
@media only screen and (max-width: 960px) {
    #p-non-japanese .linkbtns-2row{
        margin-top:3.2rem;
    }
}


/*
=======================================
= 脱毛が初めての方へ
=======================================
*/

#p-guide #different{
    margin-bottom:11.2rem;
}
#p-guide .different-box{
    margin-top:4rem;
    padding:6.4rem;
}
#p-guide .different-box table{
    width: 100%;
    empty-cells: hide;
}
#p-guide .different-box table thead th:nth-of-type(2) {
    background: #409090;
    color:#fff;
}
#p-guide .different-box table thead th:nth-of-type(3) {
    background: #969696;
    color:#fff;
}
#p-guide .different-box table tbody th{
    width: 26%;
    background-color: #F4F4F4;
    white-space: nowrap;
    vertical-align: middle;
}
#p-guide .different-box table tbody td{
    width: 37%;
    vertical-align: middle;
}
#p-guide .different-box table th,
#p-guide .different-box table td {
    padding: 1.6rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    border: 2px solid #fff;
}
#p-guide .different-box table tbody td:nth-of-type(1) {
    background: #E9FAFA;
}
#p-guide .different-box table tbody td:nth-of-type(2) {
    background: #F4F4F4
}
@media only screen and (max-width: 960px) {
    #p-guide #different{
        margin-bottom:8rem;
    }
    #p-guide .different-box{
        margin-top:2.4rem;
        padding:2.4rem;
    }
    #p-guide .different-box table th,
    #p-guide .different-box table td {
        padding: 1rem;
        font-size: 1.3rem;
    }
    #p-guide .different-box table td.txa_l {
        text-align: left
    }
}

/* フレイアクリニックの医療脱毛
---------------------------------*/
.num-box-list .item:not(:first-child){
    margin-top:4rem;
}
.num-box-list .item{
    background-color: #fff;
    padding:6.4rem;
    position: relative;
}
.num-box-list .item .num{
    width: 64px;
    height: 64px;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    border-radius: 100%;
    position: absolute;
    left: -1rem;
    top: -1rem;
}
.num-box-list .item .num.before {
    font-size: 1.4rem;
    letter-spacing: 0;
}
.num-box-list .item .pic-row{
    width: 34.7%;
}
.num-box-list .item .pic-row img{
    width: 100%;
}
.num-box-list .item .txt-row{
    width: 61.1%;
}
.num-box-list .item .txt-row .heading{
    font-size:2.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom:2.4rem;
}
.num-box-list .item .txt-row .heading .em{
    color: var(--color-primary);
}
.num-box-list .item .txt-row .btn{
    margin-top:3.2rem;
}
@media only screen and (max-width: 960px) {
    .num-box-list .item:not(:first-child){
        margin-top:3.2rem;
    }
    .num-box-list .item{
        padding:2.4rem 2.4rem 3.2rem;
    }
    .num-box-list .item .num{
        width: 48px;
        height: 48px;
        font-size: 1.8rem;
    }
    .num-box-list .item .num.before {
        font-size: 1.1rem;
    }
    .num-box-list .item .pic-row{
        width: 100%;
        margin-bottom:2.4rem;
    }
    .num-box-list .item .txt-row{
        width: 100%;
    }
    .num-box-list .item .txt-row .heading{
        font-size:1.8rem;
        margin-bottom:1.6rem;
    }
    .num-box-list .item .txt-row .btn{
        margin-top:2.4rem ;
        text-align: center;
    }
    .num-box-list .item .txt-row .btn .detail-link{
        margin:0 auto 0
     }
}

/* レーザー照射までの流れ
---------------------------------*/
#p-guide #flow .flow-wrap:last-child{
    margin-top:6.4rem;
}
#p-guide #flow .guide-flow-list{
    gap: 4rem;
    margin-top:2.4rem;
}
@media only screen and (max-width: 960px) {
    #p-guide #flow .flow-wrap:last-child{
        margin-top:4rem;
    }
    #p-guide #flow .guide-flow-list{
        grid-template-columns: repeat(1, 1fr);
    }
}
#p-guide #flow .guide-flow-list .item{
    position: relative;
}
#p-guide #flow .guide-flow-list .item img{
    width: 100%;
}
#p-guide #flow .guide-flow-list .item .ttl{
    position: relative;
    padding-left: 3.8rem;
    display: flex;
    align-items: center;
    margin-bottom:.8rem;
    margin-top:2.4rem;
    font-size: 2.0rem;
    font-weight: 700;
}
#p-guide #flow .guide-flow-list .item .ttl .num{
    width: 30px;
    height: 30px;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: -.4rem;
}
#p-guide #flow .guide-flow-list .item .txt{
    margin-top:1.6rem;
}
@media only screen and (max-width: 960px) {
    #p-guide #flow .guide-flow-list .item .ttl{
        padding-left: 3.8rem;
        font-size: 1.8rem;
    }
    #p-guide #flow .guide-flow-list .item .ttl .num{
        font-size: 1.4rem;
        font-weight: 700;
        top: -.6rem;
    }
    #p-guide #flow .guide-flow-list .item .txt{
        margin-bottom:1rem;
    }
}

@media only screen and (min-width: 961px) {
    #p-guide #flow .guide-flow-list .item:not(:last-child):before ,
    #p-guide #flow .guide-flow-list .item:not(:last-child):after {
        content: '';
        position: absolute;
        left: auto;
        bottom: auto;
        top: 9rem;
        background: #1F1F1F;
    }
    #p-guide #flow .guide-flow-list .item:not(:last-child):before {
        width: 20px;
        height: 2px;
        right: -20px;
    }
    #p-guide #flow .guide-flow-list .item:not(:last-child):after {
        position: absolute;
        height: calc(tan(60deg) * 20px / 2);
        width: 12px;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        right: -32px;
        top: 8.3rem;
    }
}
@media only screen and (max-width: 960px) {
    #p-guide #flow .guide-flow-list .item:not(:last-child):before ,
    #p-guide #flow .guide-flow-list .item:not(:last-child):after {
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #1F1F1F;
    }
    #p-guide #flow .guide-flow-list .item:not(:last-child):before {
        width: 2px;
        height: 18px;
        bottom: -18px;
    }
    #p-guide #flow .guide-flow-list .item:not(:last-child):after {
        position: absolute;
        height: calc(tan(60deg) * 12px / 2);
        width: 18px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        bottom: -28px;
        left: 50%;
    }
}

/* コラム
---------------------------------*/
#p-guide #column{
    padding:9.6rem 0 8rem
}
@media only screen and (max-width: 960px) {
    #p-guide #column{
        padding:6.4rem 0 4rem;
    }
}

/* 主なリスク・副作用
---------------------------------*/
#p-guide #caution{
    padding-top:8rem;
    background-image: linear-gradient(to right, #444 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left top;
}
@media only screen and (max-width: 960px) {
    #p-guide #caution{
       padding-top:4rem;
    }
}


/*
=======================================
= 無料カウンセリングとは
=======================================
*/

/* 無料カウンセリング予約の流れ
---------------------------------*/
#p-free-counseling .inner{
    position: relative;
}
#p-free-counseling .counseling-flow-box{
    background-color: #fff;
    padding: 6.4rem;
    margin-bottom:4rem;
}
.counseling-flow-box .counseling-flow-list .item{
    text-align: center;
    position: relative;
}
.counseling-flow-box .counseling-flow-list .item img{
    width: 18rem;
    height: 18rem;
    margin:0 auto
}
.counseling-flow-box .counseling-flow-list .item .ttl{
    font-size:1.8rem;
    font-weight: 700;
    margin:1.6rem 0 .8rem;
    line-height: 1.4;
}
.counseling-flow-box .counseling-flow-list .item .txt{
    font-size:1.4rem;
}
@media screen and (max-width: 960px) {
    #p-free-counseling .counseling-flow-box{
        padding:3.2rem 2.4rem;
        margin-bottom:2.4rem;
    }
    .counseling-flow-box .counseling-flow-list{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 4rem;
    }
    .counseling-flow-box .counseling-flow-list .item img{
        width: 14rem;
        height: 14rem;
    }
    .counseling-flow-box .counseling-flow-list .item .ttl{
        font-size:1.6rem;
    }
}

@media screen and (min-width: 961px) {
    .counseling-flow-box .counseling-flow-list .item:nth-of-type(n+2)::before {
        content: "";
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        left: -2rem;
        top: 25%;
        width: 1.2rem;
        height: 2rem;
        background-image: url(../img/icon/flow-arrow_pc.svg);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 960px) {
    .counseling-flow-box .counseling-flow-list .item:nth-of-type(n+2)::before {
        content: "";
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        left:50%;
        top: -30px;
        transform: translateX(-50%);
        width: 2rem;
        height: 1.2rem;
        background-image: url(../img/icon/flow-arrow_sp.svg);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
}
.flow-note-box{
    border:1px solid var(--color-black);
    max-width: 80rem;
    margin: 4rem auto 0;
    padding:2.4rem;
    text-align: center;
}
.flow-note-box .ttl{
    font-weight: 700;
    margin-bottom:2.4rem
}
.flow-note-box .ttl span{
    background: linear-gradient(var(--color-black), var(--color-black)) 0 100% / 100% 2px no-repeat;
    padding-bottom: .4rem;
}
.flow-note-box .txt{
    font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
    .flow-note-box{
        margin: 3.2rem auto 0;
        padding:2.4rem 1.6rem;
    }
    .flow-note-box .txt{
        font-size: 1.3rem;
        text-align: left;
    }
}

/* 無料カウンセリング当日の持ち物と注意点
---------------------------------*/
#counseling-note{
    padding:9.6rem 0 8rem;
    background-image: linear-gradient(to right, #444 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.counseling-note-box__body{
    background-color: #fff;
    padding:4rem 6.4rem
}
.counseling-note-box__body .disc-list li{
    font-weight: 700;
    font-size:1.8rem;
}
.counseling-note-box__body .conseling-note-wrap:not(:first-child){
    background-image: linear-gradient(to right, #444 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left top;
    padding-top:6.4rem;
    margin-top:6.4rem;
}
#counseling-note .counseling-note-box{
    margin-bottom: 6.4rem;
}
#counseling-note .counseling-note-box:last-child {
   margin-bottom: 0rem !important;
}
@media screen and (max-width: 960px) {
    #counseling-note{
        padding:6.4rem 0 4rem;
    }
    .counseling-note-box__body{
        background-color: #fff;
        padding:2.4rem 2.4rem 3.2rem;
    }
    .counseling-note-box__body .disc-list li{
        font-size:1.5rem;
    }
    .counseling-note-box__body .conseling-note-wrap:not(:first-child){
        padding-top:3.2rem;
        margin-top:3.2rem;
    }
    #counseling-note .counseling-note-box{
        margin-bottom: 3.2rem;
    }
}

/* 無料カウンセリング当日の流れ
---------------------------------*/
#counseling-day-flow{
    padding:8rem 0 8rem;
    background-image: linear-gradient(to right, #444 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.flow-list-arrow{
    margin-top:4rem;
}
.flow-list-arrow .item:not(:last-child):before ,
.flow-list-arrow .item:not(:last-child):after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #1F1F1F;
}
.flow-list-arrow .item:not(:last-child):before {
    width: 2px;
    height: 18px;
    bottom: -18px;
}
.flow-list-arrow .item:not(:last-child):after {
    position: absolute;
    height: calc(tan(60deg) * 12px / 2);
    width: 18px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    bottom: -28px;
    left: 50%;
}
@media screen and (max-width: 960px) {
    #counseling-day-flow{
        padding:4rem 0 4rem;
    }
}

/* カウンセリングの再予約をする場合
---------------------------------*/
#rebooking{
    padding-top:8rem;
}
@media screen and (max-width: 960px) {
    #rebooking{
        padding-top:4rem;
    }
}


/*
=======================================
= 料金の支払い方法
=======================================
*/

/* 取扱決済方法一覧
---------------------------------*/
#p-payment #payment-method{
    margin:8rem 0 0;
}
#payment-method .method-box{
    margin-top:4rem;
    padding:6.4rem;
}
#payment-method .method-box table{
    width: 100%;
    empty-cells: hide;
}
#payment-method .method-box table thead th {
    background: #969696;
    color:#fff;
}
#payment-method .method-box table thead th:nth-of-type(1) {
    background: #409090;
    color:#fff;
}

#payment-method .method-box table tbody th{
    width: 33.3%;
    background-color: #F4F4F4;
    white-space: nowrap;
    vertical-align: middle;
}
#payment-method .method-box table tbody td{
    width: 33.3%;
    vertical-align: middle;
}
#payment-method .method-box table th,
#payment-method .method-box table td {
    padding: 1.6rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    border: 2px solid #fff;
}
#payment-method .method-box table tbody th {
    background: #E9FAFA;
}
#payment-method .method-box table tbody td {
    background: #F4F4F4
}
#payment-method .method-box table td img{
    width: 1.2rem;
    height:1.2em;
}
#payment-method .method-box table td .not-txt span{
    position: relative;
    padding-left:2rem;
}
#payment-method .method-box table td .not-txt span:before {
    content: url(../img/payment/icon-cross.svg);
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: .1rem;
    left: 0;
}

@media only screen and (max-width: 960px) {
    #p-payment #payment-method{
        margin:6.4rem 0 0;
    }
    #payment-method .method-box{
        margin-top:2.4rem;
        padding:2.4rem;
    }
    #payment-method .method-box table th,
    #payment-method .method-box table td {
        padding: 1rem;
        font-size: 1.3rem;
    }
}

/* 取扱決済方法一覧 詳細
---------------------------------*/
#payment-detail{
    position: relative;
    margin-top:11.2rem;
}
#payment-detail .inner{
    position: relative;
}
.payment-detail-wrap__body{
    background-color: #fff;
    padding: 4rem 6.4rem 6.4rem;
}
.payments-num-list{
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.22;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 10px;
    margin-bottom:.8rem;
}
.payments-num-list li {
    border-radius: .4rem;
    display: inline-flex;
    letter-spacing: 0;
    padding: .5rem .8rem .4rem;
    border: 1px solid #E7E7E7;
    color: #111;
}
.payments-num-list li.bulk{
    color:#9984F6;
    border: 1px solid #9984F6;;
}
.payments-num-list li.division{
    color:#498AF2;
    border: 1px solid #498AF2;
}
.payment-detail-wrap__body .section-heading-sm{
    margin-top:4rem;
}
#payment-detail .payment-detail-wrap:not(:first-child){
    margin-top:6.4rem;
}
#payment-detail .payment-detail-wrap .creditcard-img{
    max-width: 32rem;
}
#payment-detail .note-box{
    border:1px solid var(--color-black);
    margin: 2.4rem auto 0;
    padding:2.4rem;
    text-align: center;
}
#payment-detail .note-box .ttl{
    font-weight: 700;
    margin-bottom:2.4rem
}
#payment-detail .note-box .ttl span{
    background: linear-gradient(var(--color-black), var(--color-black)) 0 100% / 100% 2px no-repeat;
    padding-bottom: .4rem;
}
#payment-detail .note-box .txt{
    font-size: 1.4rem;
    text-align: left;
}
@media screen and (max-width: 960px) {
    #payment-detail{
        margin-top:8rem;
    }
    .payment-detail-wrap__body{
        padding: 2.4rem 2.4rem 3.2rem;
    }
    .payment-detail-wrap__body .section-heading-sm{
        margin-top:2.4rem;
    }
    #payment-detail .payment-detail-wrap:not(:first-child){
        margin-top:3.2rem;
    }
    #payment-detail .note-box{
        margin: 1.6rem auto 0;
        padding:2.4rem 1.6rem;
    }
    #payment-detail .note-box .txt{
        font-size: 1.3rem;
    }
}

/* その他
---------------------------------*/
#p-payment .peyment-others{
    background-color: #fff;
}
#p-payment .peyment-others #note{
    margin-top:8rem;
}
@media screen and (max-width: 960px) {
    #p-payment .peyment-others #note{
        margin-top:6.4rem;
    }
        #p-payment .peyment-others #note .btn{
        text-align: center;
    }
}
#payment-faq{
    padding-top:9.6rem;
}
@media screen and (max-width: 960px) {
    #payment-faq{
        padding-top:6.4rem;
    }
}


/*
=======================================
= 未成年の方へご案内
=======================================
*/
#p-minor .p-minor__tab {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
    margin: 4rem 0;
}
#p-minor .p-minor__tabcontent{
    margin-bottom:9.6rem;
}
#p-minor .p-minor__tabcontent .inner{
    position: relative;
}

.p-minor__tabcontent .p-minor-box{
    margin-bottom:6.4rem;
}
.p-minor__tabcontent .p-minor-box:last-child{
    margin-bottom:0 !important;
}

.p-minor-box .p-minor-box__body{
    background-color: #fff;
    padding: 4rem 6.4rem 6.4rem;
}
.p-minor-box .print-flow-list{
    margin:4rem 0;
}
.p-minor-box .print-flow-list .item{
    text-align: center;
    position: relative;
}
.p-minor-box .print-flow-list .item img{
    width: 18rem;
    height: 18rem;
    margin:0 auto
}
.p-minor-box .print-flow-list .item .ttl{
    font-size:1.8rem;
    font-weight: 700;
    margin:1.6rem 0 .8rem;
    line-height: 1.4;
}
.p-minor-box .print-flow-list .item .txt{
    font-size:1.4rem;
    line-height: 1.4;
}
@media screen and (max-width: 960px) {
    #p-minor .p-minor__tabcontent{
        margin-bottom:6.4rem;
    }
    .p-minor__tabcontent .p-minor-box{
        margin-bottom:3.2rem;
    }
    .p-minor-box .p-minor-box__body{
        padding:2.4rem 2.4rem 3.2rem;
    }
    .p-minor-box .print-flow-list{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 4rem;
    }
    .p-minor-box .print-flow-list .item img{
        width: 14rem;
        height: 14rem;
    }
    .p-minor-box .print-flow-list .item .ttl{
        font-size:1.6rem;
    }
    .p-minor-box .print-flow-list{
        margin:2.4rem 0;
    }
}
@media screen and (min-width: 961px) {
    .p-minor-box .print-flow-list .item:nth-of-type(n+2)::before {
        content: "";
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        left: -2rem;
        top: 25%;
        width: 1.2rem;
        height: 2rem;
        background-image: url(../img/icon/flow-arrow_pc.svg);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 960px) {
    .p-minor-box .print-flow-list .item:nth-of-type(n+2)::before {
        content: "";
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        left:50%;
        top: -30px;
        transform: translateX(-50%);
        width: 2rem;
        height: 1.2rem;
        background-image: url(../img/icon/flow-arrow_sp.svg);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
}


/* コンビニのネットワークプリント
---------------------------------*/
.howto-print{
    margin-top:4rem;
}
.howto-print>dl{
    text-align: center;
}
.howto-print>dl:last-child{
    border-bottom: 1px solid #E5E5E5;
}
.howto-print>dl>dt {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 1.6rem;
    border-bottom: 1px solid #E5E5E5;
    background: #F4F4F4;
}
.howto-print dl>dt span {
    display: inline-block
}
.howto-print dl>dt span+span::before {
    content: "・"
}
.howto-print dl dd .txt{
    position: relative;
    padding-right:1.8rem;
    display: inline-block;
}
.howto-print dl dd p::after {
    content: "";
    background: url(../img/icon/icon-blanklink.svg) no-repeat center / cover;;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    right: 0;
}
.howto-print dl dd a{
    position: relative;
}
.howto-print dl dd a::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 1);
    transition: .4s ease-in-out;
    transform: scale(1, 1);
    transform-origin: left top;
}
.howto-print dl dd a:hover::before {
    transform: scale(0, 1);
}
.howto-print dl>dd>dl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    padding: 1.6rem 0;
}
.howto-print dl>dd>dl+dl {
    border-top: 1px solid #E5E5E5;
}
.howto-print dl>dd>dl dt {
    line-height: 1.4;
    width:100%;
    display: block;
    padding: 0 0 .8rem 0;
}
.howto-print dl>dd>dl dd{
    width:100%;
    display: block;
}
@media screen and (max-width: 960px) {
    .howto-print{
        margin-top:2.4rem;
    }
   .howto-print dl>dd>dl {
        flex-wrap: wrap;
        text-align: center;
    }
}
@media screen and (min-width: 961px) {
    .howto-print dl {
        display: table;
        width: 100%;
    }
    .howto-print>dl,
    .howto-print>dl dd dl+dl {
        border-top: 1px solid #E5E5E5;
    }
    .howto-print>dl>dd {
        border-left: 1px solid #E5E5E5;
    }
    .howto-print dl dt,
    .howto-print dl dd {
        display: table-cell;
        vertical-align: middle;
    }
    .howto-print>dl>dt {
        font-size: 1.4rem;
        line-height: 1.4;
        width: 25%;
        border-bottom: none
    }
    .howto-print dl>dt span {
        display: block
    }
    .howto-print dl>dt span+span::before {
        content: none
    }
    .howto-print dl>dd {
        flex: 1 1 auto
    }
    .howto-print dl>dd>dl {
        font-size: 14px;
        padding: 14px 0
    }
    .howto-print dl>dd>dl dt {
        width: 40%;
        padding: 0 2.4rem ;
        text-align: left;
    }
     .howto-print dl>dd>dl dd{
        text-align: left;
     }
}


/*
=======================================
= 脱毛機紹介
=======================================
*/

#p-machine #p-machine-monolith{
    margin-top:8rem;
}
#p-machine #p-machine-next{
    margin:11.2rem 0;
}
#p-machine .machine-detail{
    background-color: #fff;
    padding:6.4rem;
}
#p-machine .machine-detail-row {
    display: grid;
    gap: 4.8rem;
    grid-template-columns: 34.7% auto;
}
#p-machine  .machine-detail-row .pic-row img{
    width: 100%;
    border:1px solid #EEEEEE;
}
.machine-table{
    width: 100%;
    font-size: 1.4rem;
}
.machine-table th, .machine-table td {
    border: 2px solid #fff;
    vertical-align: middle;
    line-height: 1.4;
    padding:1.6rem;
}
.machine-table th{
    background-color: #969696;
    color:#fff;
    font-weight: 700;
    width: 44.8%;
}
.machine-table td{
    background-color: #F4F4F4;
    width: 55.2%;
}
#p-machine .machine-detail .machine-note-box{
    background-color: #E9FAFA;
    padding:4rem;
    margin-top:4rem;
}
@media screen and (max-width: 960px) {
    #p-machine #p-machine-monolith{
        margin-top:6.4rem;
    }
    #p-machine #p-machine-next{
        margin:8rem 0;
    }
    #p-machine .machine-detail{
        padding:2.4rem;
    }
    #p-machine .machine-detail-row {
        display: block;
    }
    #p-machine  .machine-detail-row .pic-row{
        margin-bottom:2.4rem;
    }
    .machine-table{
        font-size: 1.3rem;
    }
    .machine-table th, .machine-table td {
        padding:.8rem 1rem;
    }
    #p-machine .machine-detail .machine-note-box{
        padding:2.4rem;
        margin-top:2.4rem;
    }
}
#p-machine-reason .num-box-list .item .pic-row {
    width: 27.7%;
}
#p-machine-reason .num-box-list .item .txt-row {
    width: 68%;
}
@media screen and (max-width: 960px) {
    #p-machine-reason .num-box-list .item .pic-row {
        width: 100%;
        margin-bottom: 2.4rem;
    }
    #p-machine-reason .num-box-list .item .txt-row {
        width: 100%;
    }
}
