* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
}
header,
footer,
main {
    max-width: 780px;
    margin: 0 auto;
}
/* header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
} */
main {
    padding-top: 90px;
}
section {
    width: 100%;
    position: relative;
}
img {
    width: 100%;
    height: auto;
    display: block;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.38889vw 0;
    background: #fff !important;
    z-index: 100;
    padding: .38889vw 0 !important;
    max-width: none !important;
}
header img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.header .gothic {
    font-family: "Noto Sans JP", sans-serif !important;
}
header ul,header ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 3.47222vw 0 2.43056vw;
}
.site-desc.gothic {
    font-size: .90278vw;
    font-family: "Noto Serif JP", serif;
}
.logo_content .logo img {
    width: 23.30556vw !important;
}
.logo_content .logo .logo_wh {
    display: none;
}
.toggle-menu {
    display: none;
    cursor: pointer;
}
.global_nav {
    margin-top: 0.69444vw;
}
.global_nav ul {
    display: flex;
    gap: 1.25vw;
}
.global_nav ul li a {
    font-size: 1.166664vw !important;
    font-weight: 500;
    text-decoration: none;
    color: #424242;
    font-family: "Noto Serif JP", serif;
}
.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #ffffffb5;
    z-index: 1000;
    transition: opacity .3s ease, visibility .3s ease;
    display: flex;
    flex-direction: column;
    gap: 0 !important;
}
.sp_only {
    display: none;
}
main {
    max-width: 1240px;
    margin: 0 auto !important;
    padding-top: 6.28vw !important;
}


@media screen and (max-width: 767px) {
    main {
        padding-top: 50px !important;
        max-width: 780px;
        position: relative;
    }
    /* main::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 121px;
        background: #fff;
    } */
    header {
        background: #fff !important;
        height: 50px !important;
    }
    .header_inner {
        display: block;
        margin: 0 2.66667vw;
    }
    .logo_content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 100;
    }
    .site-desc.gothic {
        display: none !important;
    }
    .logo_content .logo img {
        width: 190px !important;
    }
    .toggle-menu {
        display: inline-block;
        width: 5.86667vw;
        height: 4.8vw;
        position: relative;
        z-index: 100;
        outline: none;
        background: none;
        border: none;
    }
    .toggle-menu::before {
        content: "MENU";
        display: inline-block;
        font-size: 1.87vw;
        color: #D97B5A ;
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .toggle-menu .toggle-line::before, .toggle-menu .toggle-line::after {
        background: #D97B5A !important;
    }
    .toggle-menu .toggle-line::before, .toggle-menu .toggle-line::after {
        content: "";
        position: absolute;
        left: 0;
        width: 5.86667vw;
        height: 0.26667vw;
        background-color: #2046a8;
        transition: .3s;
    }
    .toggle-menu .toggle-line::before {
        bottom: 0;
        animation: menu-barTop 0.6s forwards;
    }
    .toggle-menu .toggle-line::after {
        bottom: 1.33333vw;
        animation: menu-barBottom 0.6s forwards;
    }
    .toggle-menu.open .toggle-line::before, .toggle-menu.open .toggle-line::after {
        background: #fff !important;
    }
    .open .toggle-menu .toggle-line::after {
        background-color: #fff;
        animation: active-menu-barBottom 0.6s forwards;
        transform: rotate(10deg);
        bottom: 0.8vw;
    }
    .open .toggle-menu .toggle-line::before {
        background-color: #fff;
        animation: active-menu-barTop 0.6s forwards;
        transform: rotate(-10deg);
        bottom: 0.8vw;
    }
    .header_nav {
        position: fixed;
        top: 0;
        left: 0;
        padding: 18.66667vw 4vw 26.66667vw;
        display: flex;
        flex-direction: column;
        width: 100vw;
        height: 100vh;
        background-color: #2046a8;
        z-index: 90;
        transform: translateX(100%);
        transition: 0.3s ease-out;
        background: #D97B5A !important;
    }
    .global_nav {
        margin-top: 21.33333vw;
        padding: 0 8vw;
    }
    .global_nav ul {
        flex-flow: column;
        align-items: center;
        width: 32vw;
        margin: 0 auto;
        gap: 5.33333vw;
    }
    .global_nav ul {
        width: 100% !important;
        gap: 4.33333vw !important;
    }
    .global_nav ul li {
        width: 100%;
        text-align: center;
    }
    .global_nav ul li {
        text-align: left !important;
        border-bottom: 1px solid #fff;
        padding-bottom: 1rem;
    }
    .global_nav ul li:nth-of-type(1) {
        border-bottom: 0.26667vw solid #fff;
        padding-bottom: 2.66667vw;
    }
    .global_nav ul li a {
        font-size: 1rem !important;
    }
    .global_nav ul li a {
        display: block;
        width: 100%;
        font-size: 3.46667vw;
        color: #fff;
    }
    .global_nav ul li .sub-menu {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        transition: opacity .3s ease, visibility .3s ease;
    }
    .global_nav ul li .sub-menu.clinic-sub-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transition: none;
        position: relative !important;
        background: initial;
    }
    .global_nav ul li .sub-menu.clinic-sub-menu li {
        border: none !important;
        padding: .3em !important;
    }
    .treatment-menu::after {
        content: "+";
        float: right;
        transition: transform .3s ease;
    }
    .global_nav ul li.active .treatment-menu::after {
        content: "-";
    }
    .global_nav ul li.active .treatment-sub-menu {
        background: initial !important;
    }
    .medi_menu_list .medi_menu_list_tit {
        margin-bottom: .5rem !important;
    }
    header .medi_menu_list {
        width: 100% !important;
    }
    header .medi_menu_list .medi_menu_list_tit {
        font-size: .9375vw !important;
    }
    
    .global_nav ul li.active .medi_menu_box_wrap {
        margin-top: 1rem;
    }
    .sub-menu p.medi_menu_list_tit {
        display: none;
    }
    .global_nav ul li.active .sub-menu {
        opacity: 1;
        visibility: visible;
        position: relative;
    }
    header .medi_menu_list .medi_menu_box_wrap {
        width: 100%;
        display: grid;
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(1, 1fr);
        gap: 0 !important;
    }
    header .medi_menu_list .medi_menu_box_wrap .medi_menu_box {
        display: flex;
        gap: .6vw;
        flex-direction: column;
    }
    header .medi_menu_list .medi_menu_box_wrap .medi_menu_box dl {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ddd;
    }
    .global_nav ul li.active .medi_menu_box dl {
        flex-direction: column;
        border: none !important;
    }
    header .medi_menu_list .medi_menu_box_wrap .medi_menu_box dt {
        font-size: .9375vw !important;
        font-weight: bold;
        padding: 1.5vw .5vw 1.5vw 2.5vw;
        margin: 0 !important;
        letter-spacing: .1em;
        width: 15%;
    }
    .global_nav ul li.active .medi_menu_box dt {
        font-size: 1rem !important;
        width: 100% !important;
        color: #fff !important;
        background: #ffffff24;
        border: none !important;
    }
    header .medi_menu_list .medi_menu_box_wrap .medi_menu_box dd {
        width: 80%;
    }
    header .medi_menu_list .medi_menu_box_wrap .medi_menu_box ul {
        gap: 0 !important;
    }
    .medi_menu_list .medi_menu_box_wrap .medi_menu_box ul li {
        line-height: 170%;
    }
    header .medi_menu_list .medi_menu_box_wrap .medi_menu_box li {
        line-height: 170%;
        list-style: none;
    }
    .global_nav ul li.active .medi_menu_box li {
        border: none !important;
        padding: 0 !important;
    }
    header .medi_menu_list .medi_menu_box_wrap .medi_menu_box li a {
        font-size: .8333vw !important;
        padding: 0;
        padding: 0 .5vw !important;
    }
    .global_nav ul li.active .medi_menu_box a {
        font-size: .875rem !important;
        text-align: left;
    }
    .open .header_nav {
        transform: translateX(0);
        overflow: auto;
        overflow-x: hidden;
    }
    .sp_tel.sp_only {
        display: none !important;
    }
}

.media-appearance {
    padding: 3.75rem 2rem;
}
.media-appearance__title {
    font-size: 1.75rem;
    padding-bottom: 2rem;
    font-weight: bold;
    border-bottom: 2px solid #D97B5A;
    color: #3a3a3a;
}
.media-appearance__banner {
    max-width: 972px;
    margin: auto;
}
.media-appearance p {
    margin-top: 1.875rem;
}
.media-appearance__section {
    margin-top: 2.5rem;
}
.media-appearance__heading {
    font-size: 1.25rem;
    padding: 1.25rem;
    background: #D97B5A;
    color: white;
    font-weight: bold;
    border-radius: 0.3125rem;
    line-height: 1.7;
}
.media-appearance__subheading {
    font-size: 1.125rem;
    padding: 1rem;
    line-height: 2;
    color: #D2B15F;
    font-weight: bold;
    border-bottom: 1px solid #D97B5A;
}
.media-appearance__video {
    max-width: 560px;
    margin: 1.25rem auto 0;
}
.media-appearance__video > iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}
@media screen and (min-width: 780px) {
    .sp_only { display: none; }
    .pc_only { display: block; }
    footer {
        max-width: none;
        background: #f3f3f3;
    }
}
@media screen and (max-width: 780px) {
    .sp_only { display: block; }
    .pc_only { display: none; }
    .media-appearance__title {
        font-size: 1.25rem;
    }
    .media-appearance p {
        margin-top: 1.25rem;
    }
    .media-appearance__heading {
        font-size: 1.125rem;
    }
    .media-appearance__subheading {
        font-size: 1.0rem;
    }

}