@charset "UTF-8";

/* common.css */
html {
    font-size: 16px;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

main {
    margin-bottom: 100vh;
    z-index: 99;
    position: relative;
    background-color: #f5f5f5;
}

* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    position: relative;
    font-weight: 500;
    font-size: 1em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 180%;
    letter-spacing: 0.26em;
    color: #586b7d;
    background-color: #f5f5f5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "palt" on;
    font-feature-settings: "palt" on;
    text-rendering: optimizelegibility;
}

table th,
table td {
    text-align: center;
    vertical-align: middle;
}

a {
    color: #007ec6;
    cursor: pointer;
    transition: all 0.8s;
    word-break: break-all;
    text-underline-position: under;
    text-underline-offset: 0.2rem;
}

a:hover {
    color: #007ec6;
    opacity: 0.6 !important;
    transition: all 0.8s;
    cursor: pointer;
}

a:focus {
    outline: none;
    cursor: pointer;
}

u {
    text-underline-position: under;
    text-underline-offset: 0.2rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    _::-webkit-full-page-media,
    _:future,
    a,
    u {
        text-underline-position: under;
        text-underline-offset: 0rem;
    }
}

p {
    line-height: 1.8;
}

figure {
    margin-bottom: 0;
}

hr {
    border-color: #e6e7e9;
}

[role="button"] {
    cursor: pointer;
}

img {
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
}

img.lazyload {
    width: 100%;
}

.small-s {
    font-size: 0.65em;
}

/*------------------------------------
  Headings
------------------------------------*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.6;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-bottom: 1rem;
}

.page-head {
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 125%;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
}

/*------------------------------------
  Color
------------------------------------*/

.bg-mfblue {
    background-color: #007ec6;
}

.text-mfblue {
    color: #007ec6;
}

.mark-mfblue {
    background: #007ec6;
    color: #f5f5f5;
    padding: 0.15em 0.3em;
    width: fit-content;
}

.mark-mfblue-80 {
    background: rgba(0, 126, 198, 0.8);
    color: #f5f5f5;
    padding: 0.15em 0.3em;
    width: fit-content;
}

.bg-lblue {
    background-color: #e4f5ff;
}

.bg-lblue-herf {
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 30%,
            #e4f5ff 30%,
            #e4f5ff 100%);
}

.text-lblue {
    color: #e4f5ff;
}

.bg-linear-lbliue {
    background: linear-gradient(95deg, #dfecf1 0%, #e6f3f1 100%);
}

.mark-lblue {
    background: #e4f5ff;
    color: #007ec6;
    padding: 0.15em 0.3em;
    width: fit-content;
}

.bg-mfgreen {
    background-color: #00bfa6;
}

.bg-mfgreen-harf {
    background: linear-gradient(110deg, rgba(0, 0, 0, 0) 20%, #00bfa6 20%);
}

.text-mfgreen {
    color: #00bfa6;
}

.mark-mfgreen {
    background: #00bfa6;
    color: #ffffff;
    padding: 0.15em 0.3em;
    width: fit-content;
}

.mark-mfgreen-grad {
    background: linear-gradient(90deg,
            rgba(0, 190, 165, 0.6) 0%,
            rgba(0, 202, 198, 0.6) 50%,
            rgba(0, 163, 198, 0.6) 75%,
            rgba(0, 127, 198, 0.6) 100%);
    color: #ffffff;
    padding: 0.15em 0.3em;
    width: fit-content;
}

.bg-mtblue {
    background-color: #00a0e9;
}

.text-mtblue {
    color: #00a0e9;
}

.bd-mtblue {
    border: 0.25px solid;
    border-color: #00a0e9;
}

.mark-mtblue {
    background: #00a0e9;
    color: #ffffff;
    padding: 0.15em 0.3em;
    width: fit-content;
}

.bg-mtblue-harf {
    background: linear-gradient(110deg, rgba(0, 0, 0, 0) 20%, #00a0e9 20%);
}

.bg-spink {
    background-color: #f9726e;
}

.text-spink {
    color: #f9726e;
}

.bd-spink {
    border: 0.25px solid;
    border-color: #f9726e;
}

.bg-lpink {
    background-color: #fff5f4;
}

.text-lpink {
    color: #fff5f4;
}

.bg-mfdark {
    background-color: #586b7d;
}

.text-mfdark {
    color: #586b7d;
}

.mark-mfdark-40 {
    background: rgba(88, 107, 125, 0.4);
    color: #ffffff;
    padding: 0.15em 0.3em;
    width: fit-content;
}

.bg-mfgray {
    background-color: #b2bdc8;
}

.text-mfgray {
    color: #b2bdc8;
}

.bg-nature {
    background-color: #f5f5f5;
}

.text-nature {
    color: #f5f5f5;
}

/*----------------------------------
  Fonts
------------------------------------*/

.font-zenkakugo {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.font-waterbrush {
    font-family: "Mrs Saint Delafield", cursive;
}

/*----------------------------------
  Background Images
------------------------------------*/

.bg-cross {
    background-position: left top;
    background-repeat: repeat;
    background-size: 9%;
}

.bg-touch {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 110%;
    background-color: #221e26;
}

.bg-walker {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 85%;
}

.bg-jump {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-group {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-group a {
    z-index: 1;
    position: relative;
    margin: 0;
    display: block;
}

.bg-group::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (max-width: 1200px) {
    .bg-walker {
        background-position: right -130px top;
        background-size: auto 85%;
    }
}

@media (max-width: 1100px) {
    .bg-walker {
        background-position: right -170px top;
        background-size: auto 85%;
    }
}

@media (max-width: 992px) {
    .bg-walker {
        padding-bottom: 60% !important;
        background-position: right bottom 20%;
        background-size: auto 47vh;
    }
}

@media (max-width: 768px) {
    .bg-cross {
        background-size: 25%;
    }

    .bg-touch {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #221e26;
    }

    .bg-walker {
        padding-bottom: 100% !important;
        background-position: right -25vw bottom 20%;
        background-size: 120vw auto;
    }
}

/*----------------------------------
  Shadow
------------------------------------*/

.shadow-mf-rg {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.shadow-mf-tx {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.65);
}

/*----------------------------------
  Spaces
------------------------------------*/

.u-content-space {
    /* padding-top: 6.25rem; */
    padding-bottom: 6.25rem;
}

.u-content-space-top {
    padding-top: 6.25rem;
}

.u-content-space-bottom {
    padding-bottom: 6.25rem;
}

@media (max-width: 768px) {
    .u-content-space {
        /* padding-top: 3.5rem; */
        padding-bottom: 3.5rem;
    }

    .u-content-space-top {
        padding-top: 3.5rem;
    }

    .u-content-space-bottom {
        padding-bottom: 3.5rem;
    }
}

/*----------------------------------
  Font Weight
------------------------------------*/

.fw-500 {
    font-weight: 500 !important;
}

/*----------------------------------
  Line Height
------------------------------------*/

.lh-xl {
    line-height: 2.5 !important;
}

.lh-xs {
    line-height: 0.8 !important;
}

/*----------------------------------
  Letter Spacing
------------------------------------*/

.ls-0 {
    letter-spacing: 0 !important;
}

.ls-sm {
    letter-spacing: 0.1em !important;
}

/*----------------------------------
  Sizing
------------------------------------*/

.w-fit {
    width: fit-content;
}

/*----------------------------------
  Object-Fit
------------------------------------*/

.object-fit-cover {
    object-fit: cover;
}

/*----------------------------------
  Loading
------------------------------------*/

.page-running {
    display: none;
    /* display: block; */
}

/*----------------------------------
  Link Circle Button
------------------------------------*/

.circle-button {
    display: inline-block;
    height: 56px;
    max-width: 100%;
    padding: 0 73px 0 0;
    position: relative;
    text-decoration: none;
    width: fit-content;
    display: flex;
    align-items: center;
}

.circle-button:hover {
    opacity: 1 !important;
}

.circle-button-label {
    margin-right: 8px;
    margin-top: 5px;
    text-decoration: none;
}

.circle-button-circle {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: block;
    height: 56px;
    position: absolute;
    right: 0;
    width: 56px;
}

.circle-button-circle-arc {
    height: 56px;
    left: -1px;
    position: absolute;
    top: -1px;
    transform: scaleX(-1) rotate(10deg) translateZ(0);
    transform-origin: center;
    width: 56px;
    z-index: 1;
}

.circle-button-circle-arc circle {
    stroke-width: 1;
    stroke-dasharray: 176px;
    stroke-dashoffset: 176px;
    transition: stroke-dashoffset 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}

.circle-button-circle-arc.st-mfblue circle,
.circle-button-circle-arrow.st-mfblue path {
    stroke: #007ec6;
}

.circle-button-circle-arc.st-white circle,
.circle-button-circle-arrow.st-white path {
    stroke: #ffffff;
}

.circle-button:hover .circle-button-circle-arc {
    transform: rotate(170deg) translateZ(0px);
}

.circle-button:hover .circle-button-circle-arc circle {
    stroke-dashoffset: 0px;
}

.circle-button-circle-arrow {
    transform: translateX(-20px) translateY(8px) translateZ(0);
}

/*----------------------------------
  Page Fade Out
------------------------------------*/

.page-fadeout {
    /* animation: fadeOut 0.5s ease-out forwards; */
    -webkit-transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0 !important;
}

/* .page-fadeout .page-running {
	display: none !important;
} */

@keyframes fadeOut {
    0% {
        opacity: 1 !important;
        visibility: visible;
    }

    100% {
        opacity: 0 !important;
        visibility: hidden;
        transform: translateY(-100px);
    }
}

/*----------------------------------
  Deseases Card List
------------------------------------*/

.deseases-list .card {
    text-decoration: none;
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.deseases-list .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    opacity: 0.8 !important;
}

.deseases-list .card-title {
    text-align: start;
    font-weight: bold;
}

.deseases-list .card-text {
    text-align: start;
    font-weight: 400;
    font-style: italic;
    font-size: 0.85rem;
    color: #7f868d;
    letter-spacing: 0.1rem;
}

.deseases-list .search-container {
    position: relative;
    margin-bottom: 3rem;
}

.deseases-list .search-input {
    border-radius: 50px;
    padding: 0.75rem 1.25rem 0.75rem 3rem;
    border: 1px solid #ced4da;
    width: 100%;
    transition: all 0.3s ease;
}

.deseases-list .search-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.deseases-list .search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #adb5bd;
}

/* header.css */
header {
    position: fixed;
    z-index: 999;
    top: 0;
}

#collapseParent {
    transition: all 0.5s;
}

.navbar {
    padding: 0;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.1em;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #f5f5f5;
    }
}

.navbar a {
    text-decoration: none;
}

.navbar-logo {
    line-height: 40px;
    font-size: 1.55em;
    letter-spacing: -0.03em;
    font-weight: normal;
}

.navbar-logo-image {
    height: 1.85em;
}

.navbar-logo-image-sh {
    height: 1.65em;
}

.navbar-hmb {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
}

.navbar-hmb span,
.navbar-hmb span:before,
.navbar-hmb span:after {
    content: "";
    display: block;
    height: 1px;
    width: 25px;
    background-color: #007ec6;
    position: absolute;
}

.navbar-hmb span:before {
    bottom: 8px;
}

.navbar-hmb span:after {
    top: 8px;
}

.nav-item {
    padding: 1.8rem 2.2rem;
    padding-right: min(2.5vw, 2.2rem);
    padding-left: min(2.5vw, 2.2rem);
}

.nav-right img {
    height: 2rem;
    width: auto;
}

.nav-array {
    height: 2.5em;
}

/*----------------------------------
  Title Deco Nav
------------------------------------*/

.title-deco-nav {
    display: inline-flex;
    width: 0.3em;
    font-family: "Mrs Saint Delafield", cursive;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-align: left;
    mix-blend-mode: darken;
}

.title-deco-nav.text-mfgray {
    transform: translateX(-10%) translateY(-50%) rotate(-9deg);
    line-height: 0em;
    font-size: 2.2em;
}

.title-deco-nav.text-mfblue {
    transform: translateX(150%) translateY(-135%) rotate(-9deg);
    line-height: 0.7em;
    font-size: 2.2em;
}

.title-deco-nav-img {
    display: flex;
    height: 5em;
    margin-top: -1.4em;
}

/* footer.css */

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 140%;
    font-weight: bold;
    line-height: 60%;
    opacity: 0.6;
    margin: 0;
    z-index: 99;
    display: none;
}

#page-top a {
    background: #586b7d;
    text-decoration: none;
    color: #ffffff;
    width: 50px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 200px;
}

#page-top a:hover {
    text-decoration: none;
    background: #b2bdc8;
}

#footer {
    width: 100%;
    height: 100vh;
    position: fixed;
    bottom: 0;
    z-index: 1;
    right: 0;
    left: 0;
}

.footer-logo {
    height: 3em;
    max-width: 70vw;
}

.footer-link {
    position: relative;
    text-decoration: none;
    color: #b2bdc8;
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    margin-top: 1em;
    margin-right: 2em;
    padding-bottom: 0.5em;
}

.footer-link:after,
.footer-link:before {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
}

.footer-link:before {
    background-color: rgba(178, 189, 200, 0.4);
    height: 1px;
}

.footer-link:after {
    background-color: #00cac6;
    height: 2px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer-link:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
}

.footer-link:hover {
    color: #00cac6;
    opacity: 1 !important;
}

.footer-arrow {
    margin-bottom: 0.5em;
}

.footer-arrow.st-mfgray path {
    stroke: #b2bdc8;
    transition: all 0.8s;
}

.footer-link:hover .footer-arrow path {
    stroke: #00cac6;
    transition: all 0.8s;
    opacity: 1 !important;
}

@media (max-width: 768px) {
    .footer-link {
        width: 100%;
        margin-right: 0;
    }

    .footer-link .inner {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.footer-copyright {
    font-size: 0.5em;
    letter-spacing: 0.25em;
    line-height: 2.5em;
}

/* child.css */
#child-top {
    padding-top: 9.25rem;
    padding-bottom: 6.25rem;
    background-image: url(https://medi-face.co.jp/media/assets/img/bg-cross.png);
}

.child-head {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0.05em;
    margin-bottom: 0.9rem;
}

table.simple {
    width: 100%;
    border: none;
    border-top: solid 1px #b2bdc8;
    border-bottom: solid 1px #b2bdc8;
    border-collapse: separate;
    border-spacing: 0 1.3rem;
}

table.simple th,
table.simple .data td {
    padding: 0 1.4rem;
    margin: 0;
    color: #586b7d;
    vertical-align: baseline;
    overflow: hidden;
}

table.simple th {
    max-width: fit-content;
    border-right: solid 1px #b2bdc8;
    font-weight: bold;
    white-space: nowrap;
}

table.simple .data td {
    border: none;
}

table.simple td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #b2bdc8;
}

@media (max-width: 768px) {

    table.simple th,
    table.simple .data td {
        display: block;
    }

    table.simple th {
        padding: 0 0.4rem;
        margin: 0 1rem 0.4rem;
        border-bottom: solid 1px #b2bdc8;
        border-right: none;
    }
}

.person.child {
    flex-basis: 15rem;
}

.person-bio {
    flex: 1;
}

.person-bio h3 span {
    font-size: 0.6em;
    margin-right: 1em;
    font-weight: 400;
}

.image-size {
    width: 10%;
}

.base-color {
    background-color: #fbfaf9;
}

.base-color-w {
    background-color: #fff;
}

.face-color {
    border: 4px solid #c2ecfd;
}

.rounded-box-1 {
    border: 1px solid #000;
    border-radius: 40px 40px 40px 40px;
    color: white;
    background-color: #7e8085;
    height: 40px;
    font-size: medium;
    text-align: center;
    line-height: 40px;
}

.rounded-box-2 {
    border: 1px solid #000;
    border-radius: 40px 40px 40px 40px;
    color: black;
    background-color: #fff;
    height: 40px;
    font-size: medium;
    text-align: center;
    line-height: 40px;
}

/* news.css */
.news {
    text-decoration: none;
}

.news .date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9em;
    color: #586b7d;
}

.news .article {
    margin-top: 1em;
}

.news .article:after,
.news .article:before {
    content: "";
    display: block;
    left: calc(var(--bs-gutter-x) * 0.5);
    top: 1.5em;
    position: absolute;
    width: calc(100% - var(--bs-gutter-x));
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
}

.news .article:before {
    background-color: rgba(0, 0, 0, 0.2);
    height: 1px;
}

.news .article:after {
    background-color: #007ec6;
    height: 2px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.news:hover .article:after {
    transform: scaleX(1);
    transform-origin: left center;
}

.news .date p {
    margin-bottom: 0;
    letter-spacing: 0.2em;
}

.news .article-ttl {
    font-size: 1em;
    margin-bottom: 0.25em;
    line-height: 1.45;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #007ec6;
}

.news p {
    font-size: 0.75em;
    letter-spacing: 0.2em;
    line-height: 1.6;
    color: #586b7d;
}

#news-list .news .article {
    margin-top: 1.5em;
}

#news-list .news .article:after,
#news-list .news .article:before {
    left: 0;
    width: 100%;
    top: 2.15em;
}

#news-list .news .date {
    font-size: 1em;
}

#news-list .news .article-ttl {
    font-size: 1.2em;
}

#news-list .news p {
    font-size: 0.9em;
}

#news-list .pagination .page-link {
    font-size: 1.2rem;
    display: inline-block;
    color: #007ec6;
    background-color: #e4f5ff;
    text-decoration: none;
    text-align: center;
    line-height: 2.2rem;
    letter-spacing: 0;
    width: 3.2rem;
    height: 3.2rem;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
    border: none;
}

#news-list .pagination .active .page-link {
    color: #ffffff;
    background-color: #007ec6;
}

#news-list .pagination .disabled .page-link {
    color: #b2bdc8;
    background-color: #e5ecf3;
}

.news-head {
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .news-head {
        font-size: 1.85rem;
    }
}

.news-sub {
    font-size: 0.9rem;
    font-weight: 300;
    margin-left: 0.3rem;
}

#news-body {
    letter-spacing: 0.16em;
}

#news-body .eyecatch {
    width: 100%;
    object-fit: contain;
    max-height: 60vh;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

/* pace.css */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: fixed;
    top: calc(50% - 2.5px);
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    -webkit-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}

.pace.pace-active {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 50%;
    right: 100%;
    width: 100%;
    height: 5px;
    background: #007ec6;
    pointer-events: none;
}

.pace .pace-progress:before {
    display: block;
    position: absolute;
    top: -4rem;
    right: 0.5rem;
    content: attr(data-progress-text);
    font-family: "Noto Sans", sans-serif;
    font-style: italic;
    font-weight: 100;
    font-size: 8rem;
    line-height: 1;
    text-align: right;
    color: rgba(0, 126, 198, 0.19999999999999996);
}

/* 追加 */
.br-SP {
    display: none;
}

.container>.mt-3:first-of-type {
    margin-top: 0 !important;
}

.col-12> :first-child,
#mokuji_area> :first-child {
    margin-top: 0;
}

.article-area {
    background: #fff;
    padding: 30px;
}

@media (max-width: 575px) {
    .article-area {
        padding: 20px;
    }
}

.d-flex {
    align-items: center;
}

.news-list_img {
    aspect-ratio: 3 / 2;
    width: 18rem;
}

#news-list .news-list_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-list_info {
    width: 100%;
}

.pankuzu {
    width: 100%;
    max-width: 1320px;
    box-sizing: border-box;
    overflow-x: auto;
    margin: 1rem auto 70px;
    padding: 0;
    flex-shrink: 1;
    font-size: 12px;
    line-height: 1.4;
}

.pankuzu-list {
    display: flex;
    gap: 4px;
    padding-left: 0;
    box-sizing: border-box;
    padding: 0 12px;
}

.pankuzu-list li {
    flex-shrink: 0;
    list-style-type: none;
}

.pankuzu-list li:not(:last-of-type) {
    display: flex;
    gap: 4px;
}

.pankuzu-list li:not(:last-of-type)::after {
    content: ">";
    display: block;
}

.pankuzu-list li a {
    color: #586b7d;
}

.pagination {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding-left: 0;
}

.pagination ul li {
    list-style-type: none;
}

.pagination ul li a,
.pagination ul li span {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007ec6;
    background: #e4f5ff;
    text-decoration: none;
    text-align: center;
    line-height: 2.2rem;
    letter-spacing: 0;
    width: 3.2rem;
    height: 3.2rem;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
    border: none;
}

.pagination ul li span {
    color: #e4f5ff;
    background: #007ec6;
}

.pagination ul li span.dots {
    background-color: transparent;
    color: #586b7d;
}

.pagination ul li.prev.disabled span,
.pagination ul li.next.disabled span {
    color: #b2bdc8;
    background-color: #e5ecf3;
}

.pagination ul li:has(.prev.page-numbers),
.pagination ul li:has(.next.page-numbers) {
    display: none;
}

.parts-mokuji {
    display: flex;
    flex-direction: column;
    height: 500px;
    flex-wrap: wrap;
}

.thumbnail {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

#news-body .container,
#frontpage .container {
    width: 960px;
}

.wp-contents textarea {
    width: 100%;
    height: 160px;
}

.wp-contents a {
    color: #1a0dab;
}

.wp-contents h2 {
    padding: 8px 16px;
    font-size: 24px;
    background: linear-gradient(270deg,
            rgba(0, 190, 165, 0.6) 0%,
            rgba(0, 202, 198, 0.6) 50%,
            rgba(0, 163, 198, 0.6) 75%,
            rgba(0, 127, 198, 0.6) 100%);
    color: #fff;
    margin: 60px 0 30px;
}

.wp-contents h3 {
    font-size: 20px;
    margin: 30px 0 24px;
    color: #007ec6;
}

.wp-contents h4 {
    font-size: 18px;
    margin: 30px 0 16px;
}

.sub-ttl,
.check-ttl,
.num-ttl {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
    padding-left: 24px;
}

.sub-ttl+*,
.check-ttl+*,
.num-ttl+* {
    margin-top: 16px;
}

.sub-ttl::before {
    position: absolute;
    left: 0;
    top: 7px;
    content: '';
    display: block;
    width: 17px;
    aspect-ratio: 1 / 1;
    background: #586b7d;
}

.check-ttl::before {
    position: absolute;
    left: 0;
    top: 7px;
    content: '';
    display: block;
    width: 17px;
    aspect-ratio: 1 / 1;
    background: url(https://medi-face.co.jp/media/assets/uploads/check-icon.png) center center / contain no-repeat;
}

.num-ttl {
    padding-left: 36px;
}

.num-ttl_num {
    position: absolute;
    left: 0;
    top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #007ec6;
    width: 28px;
    aspect-ratio: 1 / 1;
    font-size: 14px;
}

.blue {
    color: #007ec6;
}

.green {
    color: #00bea5;
}

.caution {
    font-size: 12px;
    margin-bottom: 16px;
}

.wp-contents *:has(+ .caution) {
    margin-bottom: 4px;
}

.bold {
    font-weight: bold;
}

.marker {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #b0d9d3 70%);
}

.full-img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.full-img img {
    display: block;
    width: 100%;
    height: auto;
}

.table {
    color: #586b7d;
    margin-bottom: 24px;
    table-layout: fixed;
    line-height: 1.6;
}

.table th,
.table td {
    padding: 12px;
    border: 1px solid #586b7d !important;
}

.wp-contents .table th> :first-child,
.wp-contents .table td> :first-child {
    margin-top: 0;
}

.wp-contents .table th> :last-child,
.wp-contents .table td> :last-child {
    margin-bottom: 0;
}

.table th ul:not([class]),
.table td ul:not([class]) {
    text-align-last: left;
}

.table thead {
    background: #6dbcea;
    color: #fff;
    text-align: center;
}

.table thead th img {
    display: block;
    margin: 8px auto 0;
}

.table thead th+th {
    border: 1px solid #586b7d;
}

.table tbody th,
.table tbody td {
    border: 1px solid #586b7d;
}

.table tbody th {
    background: linear-gradient(95deg, #dfecf1 0%, #e6f3f1 100%);
}

.table .c-btn {
    width: 100%;
    margin: 0 auto;
}

.table .c-btn a {
    min-width: auto;
    width: 100%;
}

.box {
    padding: 18px;
    margin-bottom: 24px;
}

.wp-contents .box> :first-child {
    margin-top: 0;
}

.wp-contents .box> :last-child {
    margin-bottom: 0;
}

.textbox {
    border: 2px solid #007ec6;
}

.boder-grn {
    border: 2px solid #00bea5;
}

.box[data-bg="blue"] {
    border: none;
    background: linear-gradient(95deg, #dfecf1 0%, #e6f3f1 100%);
}

.box[data-bg="gray"] {
    border: none;
    background: #f5f5f5;
}

.wp-contents ol:not([class]),
.wp-contents ul:not([class]) {
    margin-bottom: 24px;
    padding-left: 28px;
}

.wp-contents ol:not([class]) li,
.wp-contents ul:not([class]) li,
.check-list li {
    margin-bottom: 4px;
}

.wp-contents ol:not([class]) {
    list-style-type: decimal;
}

.wp-contents ul:not([class]) {
    list-style-type: disc;
}

.check-list {
    padding-left: 0;
}

.check-list li {
    position: relative;
    list-style-type: none;
    padding-left: 27px;
}

.check-list li::before {
    position: absolute;
    left: 4px;
    top: 7px;
    content: "";
    display: block;
    width: 17px;
    aspect-ratio: 1 / 1;
    background: url(https://medi-face.co.jp/media/assets/uploads/check-icon.png) center center / contain no-repeat;
}

.flex {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.flex>img {
    display: block;
    width: 40%;
    height: auto;
}

.float {
    margin-bottom: 24px;
}

.float img {
    display: block;
    width: 40%;
    height: auto;
    margin: 0 10px 10px 0;
    float: left;
}

.flex-right> :first-child,
.float-right> :first-child {
    margin-top: 0;
}

.flex-right> :last-child,
.float-right> :last-child {
    margin-bottom: 0;
}

.arrow-down {
    width: fit-content;
    margin: 24px auto;
}

.arrow-down::before {
    content: "";
    display: block;
    vertical-align: middle;
    color: #007ec6;
    line-height: 1;
    width: 26px;
    height: 26px;
    border: 4px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}

.arrow-down_min {
    width: fit-content;
    margin: 10px auto;
}

.arrow-down_min::before {
    content: "";
    display: block;
    vertical-align: middle;
    color: #007ec6;
    line-height: 1;
    width: 14px;
    height: 14px;
    border: 3px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}

.wp-contents *:has(.arrow-down_min) {
    margin-bottom: 10px;
}

.quote {
    position: relative;
    padding: 42px 16px;
    margin-bottom: 24px;
}

.quote::after,
.quote::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    font-size: 24px;
    color: #007ec6;
}

.quote::before {
    position: absolute;
    left: 16px;
    top: 12px;
    content: "\f10d";
}

.quote::after {
    position: absolute;
    right: 16px;
    bottom: 12px;
    content: "\f10e";
}

.link-right,
.link-right_icon {
    font-size: 12px;
    text-align: right;
    margin-bottom: 10px;
}

.link-right_icon a::before {
    content: "\f144";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    margin-right: 4px;
    color: #1a0dab;
}

.fukidashi {
    position: relative;
    padding: 10px 14px;
    margin-bottom: 26px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    background: #00bfa6;
}

.fukidashi::after {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #00bfa6;
    border-width: 14px;
    content: "";
}

.matome {
    padding: 0;
}

.matome-ttl {
    background: #00bfa6;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding: 10px 12px;
}

.matome-inner {
    padding: 18px;
}

.wp-contents .matome-inner> :first-child,
.wp-contents .survey-inner> :first-child {
    margin-top: 0;
}

.wp-contents .matome-inner> :last-child,
.wp-contents .survey-inner> :last-child {
    margin-bottom: 0;
}

.survey {}

.survey-ttl {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.minTextbox {
    font-size: 14px;
}

.minTextbox-ttl {
    font-weight: bold;
    margin-bottom: 10px;
}

.c-btn {
    width: fit-content;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto 30px;
    box-shadow: 0 0 8px gray;
}

.c-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 300px;
    min-height: 70px;
    padding: 12px 14px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    background: #f9b027;
}

.tag {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding-left: 0;
    font-size: 12px;
    line-height: 1.4;
}

.tag .item {
    border: 2px solid #007ec6;
    border-left: 7px solid #007ec6;
    list-style-type: none;
    padding: 8px;
    background: #fff;
}

.tag .item.on {
    background: linear-gradient(95deg, #dfecf1 0%, #e6f3f1 100%);
}

.scroll-x {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 24px;
}

.scroll-x>* {
    width: 110%;
    margin-bottom: 6px;
}

.scroll-x .table thead th {
    width: 230px;
}

.jump {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    padding-left: 0;
    margin-bottom: 24px;
}

.jump .item {
    list-style-type: none;
    text-align: center;
    background: #fff;
}

.jump .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 16px;
    text-decoration: none;
    color: #007ec6;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jump .item a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    opacity: 0.8 !important;
}

.numbering {
    margin-bottom: 24px;
}

.numbering-wrap {
    margin-bottom: 24px;
}

.numbering-ttl {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 45px;
    margin-bottom: 14px;
}

.numbering-num {
    position: absolute;
    left: 0;
    top: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #007ec6;
    color: #fff;
    font-weight: bold;
}

.numbering-inner> :first-child {
    margin-top: 0;
}

.numbering-inner> :last-child {
    margin-bottom: 0;
}

.pickup-ttl {
    padding-left: 14px;
    font-size: 18px;
    font-weight: bold;
    border-left: 6px solid #00bfa6;
    margin: 30px 0 20px;
}

.pickup-ttl_txt {
    display: block;
    font-size: 12px;
}

.flow {
    margin-bottom: 24px;
}

.flow-ttl {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
}

.flow-wrap {
    display: flex;
    gap: 20px;
    padding: 18px 0;
    border-top: 1px solid #bcbcbc;
}

.flow>.flow-wrap:last-of-type {
    border-bottom: 1px solid #bcbcbc;
}

.flow-box {
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    gap: 4px;
    font-weight: bold;
    line-height: 1;
    color: #007ec6;
}

.flow-inner {
    flex-grow: 1;
}

.flow-box .step {
    font-size: 12px;
}

.flow-box .num {
    font-size: 26px;
}

.flow-box::after {
    content: "";
    display: block;
    margin-top: 4px;
    width: 2px;
    height: 100%;
    background: #bcbcbc;
}

.wp-contents .flow-inner> :first-child {
    margin-top: 0;
}

.wp-contents .flow-inner> :last-child {
    margin-bottom: 0;
}

.pickupPost {
    margin: 70px 0 24px;
}

.pickupPost-head {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 14px;
    padding: 6px 20px 7px;
    width: fit-content;
    border-top: 3px solid #00bfa6;
    border-bottom: 3px solid #00bfa6;
}

.pickupPost-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.pickupPost-post {}

.pickupPost-post a {
    display: block;
}

.pickupPost-img {
    width: 100%;
    aspect-ratio: 3 / 2;
    margin-bottom: 6px;
}

.pickupPost-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wp-contents .pickupPost-ttl {
    margin-bottom: 0;
}

.faq-wrap {
    margin-bottom: 24px;
}

.faq {
    margin-bottom: 10px;
}

.faqQ {
    position: relative;
    border: 2px solid #007ec6;
    padding: 10px 43px 10px 16px;
    font-size: 18px;
}

.faqQ-btn {
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    aspect-ratio: 1 / 1;
}

.faqQ-btn::before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #007ec6;
}

.faqQ-btn::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #007ec6;
}

.faqQ.action .faqQ-btn::before {
    display: none;
}

.faqA {
    padding: 16px;
    display: none;
}

.pmap {
    margin: 36px 0;
}

.pmap-ttlbox {
    margin-bottom: 20px;
}

.pmap-subttl {
    text-align: center;
}

.pmap-ttl {
    font-size: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1.4;
    font-weight: bold;
}

.pmap-ttl::before {
    content: "";
    display: block;
    flex-grow: 2;
    height: 2px;
    background: #007ec6;
}

.pmap-ttl::after {
    content: "";
    display: block;
    flex-grow: 2;
    height: 2px;
    background: #007ec6;
}

.pmap .caution {
    display: inline-block;
    width: 100%;
    text-align-last: right;
}

.pmap-inner {
    background: repeating-linear-gradient(90deg,
            #f4f5f0,
            #f4f5f0 1px,
            transparent 1px,
            transparent 32px),
        repeating-linear-gradient(0deg, #f4f5f0, #f4f5f0 1px, #fff 1px, #fff 32px);
    background-size: 32px 32px;
    background-position: 50% 50%;
    aspect-ratio: 3 / 4;
    position: relative;
    width: 560px;
    margin: 0 auto;
}

.pmap-inner::before {
    content: "";
    display: inline-block;
    background: #007ec6;
    border-radius: 50%;
    width: 180px;
    max-width: 204px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 4%;
    right: 9%;
}

.pmap-ave {
    position: absolute;
    z-index: 2;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
}

.pmap-label {
    position: absolute;
    z-index: 2;
}

.pmap-label-top {
    background: #62aed9;
    top: 6.5%;
    left: 50%;
    transform: translateX(-50%);
}

.pmap-label-bottom {
    background: #878c9d;
    top: 91%;
    left: 50%;
    transform: translateX(-50%);
}

.pmap-label-top,
.pmap-label-bottom {
    font-weight: bold;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    width: 48px;
    aspect-ratio: 1 / 1;
}

.pmap-label-left {
    background: #878c9d;
    top: 56%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 16px;
    padding: 8px;
}

.pmap-label-right {
    background: #62aed9;
    top: 56%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 16px;
    padding: 8px;
}

.pmap-label-right,
.pmap-label-left {
    font-weight: bold;
    line-height: 1.17;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 8px;
}

.pmap-bg {
    display: inline-block;
    width: 62%;
    height: 100%;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
}

.pmap-item {
    display: inline-block;
    background: #fff;
    border: 1px solid #707f89;
    border-radius: 4px;
    box-shadow: 0 4px #707f89;
    padding: 8px 12px;
    position: absolute;
    z-index: 1;
}

.pmap-item-02 {
    border: 1px solid #f9b027;
    box-shadow: 0 4px #f9b027;
}

.pmap-item img {
    height: 30px;
    width: auto;
}

.review-wrap {
    overflow-x: scroll;
    display: flex;
    gap: 16px;
    padding-bottom: 10px;
    margin-bottom: 24px;
}

.review-content {
    min-width: 86%;
    width: 100%;
    background: #f7f7f7;
    padding: 20px;
    border: 1px solid #e4dede;
    white-space: normal;
}

.review-block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-img {
    width: 45px;
    aspect-ratio: 1 / 1;
    margin: 0;
    border-radius: 50%;
}

.review-img.woman {
    background: #d9dfe2 url(../img/review-icon_woman.png) center center / contain no-repeat;
}

.review-img.man {
    background: #d9dfe2 url(../img/review-icon_man.png) center center / contain no-repeat;
}

.review-img img {
    display: block;
    width: 100%;
    height: auto;
}

.review-name {
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    margin-bottom: 0 !important;
}

.review-plan {
    width: 100%;
    list-style: none;
    margin-left: 0;
    margin: 20px 0;
    padding-left: 0;
}

.review-plan>li {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 700;
}

.review-plan>li>span {
    background: #f9b027;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    color: #fff;
    margin-right: 8px;
}

.review-comment {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-direction: row;
}

.review-comment p {
    font-size: 14px;
}

.review-comment .marker {
    font-size: 16px;
}

#contents-wrapper .review-left>*:first-child,
#contents-wrapper .review-right>*:first-child {
    margin-top: 0;
}

.review-comment>img {
    width: 35%;
    height: auto;
    margin: 0 auto;
}

p:has(.pr-mark) {
    text-align: right;
}

.pr-mark {
    padding: 2px 4px;
    border: 1px solid #000;
}

.writerBox {
    box-sizing: border-box;
    background: #f7f7f7;
    border-top: 2px solid #586b7d;
    border-bottom: 2px solid #586b7d;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-bottom: 1.5rem
}

.writerBox .border {
    display: block;
    margin-top: .5rem;
    height: 1px;
    width: 100%;
    background: #777
}

.writerBox-wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto
}

.writerBox-wrap .ttl {
    text-align: center;
    border-bottom: 1px solid #586b7d;
    padding: 1rem 0;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 1rem;
}

.writerBox-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px
}

.writerBox-img {
    width: 32%;
    min-width: 90px;
    margin-left: 20px;
    aspect-ratio: 1/1;
    flex-shrink: 1;
}

.writerBox-img.b-radius {
    border-radius: 50%;
    overflow: hidden
}

.writerBox-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.writerBox-inner .inner-border {
    display: block;
    width: 1px;
    height: 200px;
    border-left: 1px dashed #586b7d;
}

.writerBox-inner .profile {
    display: flex;
    flex-direction: column;
    /* flex-grow: 1 */
}

.writerBox-inner .profile .copy {
    font-size: 12px;
    margin-bottom: 2px
}

.writerBox-inner .profile .name {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px
}

.writerBox-inner .profile .age {
    font-size: 12px;
    margin-left: 4px;
    color: #777
}