html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 5rem;
}

.sp-only{
    display:none;
}

.page-nav,
.page-nav__btns {
    display: none;
}

.hero__bg {
    background-color: #F5F5EE;
}

.hero__inner {
    width: 118.3rem;
    margin: 0 auto;
    padding-top: 12.1rem;
    border-bottom: 0.1rem solid #E08D5B;
}

.hero__title {
    font-size: 4.5rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: calc(127 / 100);
    letter-spacing: calc(2 / 100 * 45 / 10 * 1rem);
    color: #E08D5B;
}

.hero__title--english {
    font-size: 3rem;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: calc(183 / 100);
    letter-spacing: calc(2 / 100 * 30 / 10 * 1rem);
    color: #A8A8A8;
}

.hero__breadcrumb {
    padding: 1.6rem 0;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(114 / 100);
    letter-spacing: calc(2 / 100 * 14 / 10 * 1rem);
}

.hero__breadcrumb-list {
    display: flex;
    align-items: center;
    justify-content: right;
    flex-wrap: wrap;
    gap: 0.8rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero__breadcrumb-item {
    display: flex;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
    color: #747474;
}

.hero__breadcrumb-item:not(:last-child)::after {
    content: ">";
    margin-left: 0.8rem;
    color: #747474;
}

.hero__breadcrumb a {
    color: #E08D5B;
    text-decoration: none;
}

.hero__breadcrumb a:hover {
    text-decoration: underline;
}

.hero-nav {
    width: 118.3rem;
    margin: 6rem auto;
}

.hero-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.3rem;
}

.hero-nav__item a {
    display: block;
    font-size: 2rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: calc(102 / 100);
    letter-spacing: calc(2 / 100 * 20 / 10 * 1rem);
    color: #434343;
    border: #FF5A1C 0.1rem solid;
    border-radius: 4.2rem;
    padding: 1.9rem 6.7rem 1.9rem 3.1rem;
    position: relative;
}

.hero-nav__item a::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1.9rem;
    height: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
    background-color: #5CACC9;
    border-radius: 1.6rem;
}

.hero-nav__item a::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0.3rem;
    height: 1.4rem;
    top: 1.8rem;
    right: 3.3rem;
    background-color: #5CACC9;
    transform: rotate(-45deg);
    border-radius: 1.6rem;
}

.hero-nav__item a:hover {
    color: #FFF;
    background-color: #FF5A1C;
    transition: all 0.3s ease;
}

.common-section {
    width: 118.3rem;
    margin: 0 auto;
    padding-top: 1.6rem;
    scroll-margin-top: 10rem;
}

.common-section__inner {
    display: grid;
    grid-template-columns: 13rem 99rem;
    column-gap: 6.3rem;
    align-items: start;
}

.common-section__title {
    font-size: 2.5rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: calc(125 / 100);
    letter-spacing: calc(2 / 100 * 25 / 10 * 1rem);
    color: #555555;
    width: 100%;
    position: relative;
}

.common-section__title::before {
    content: "";
    height: 0.1rem;
    width: 15.3rem;
    background-color: #5CACC9;
    position: absolute;
    top: -1.6rem;
    left: 0rem;
}

.common-section__title::after {
    content: "";
    height: 0.1rem;
    width: 103.3rem;
    background-color: #A1A1A1;
    position: absolute;
    top: -1.6rem;
    left: 15.3rem;
}

.common-section__content {
    width: 100%;
}

.common-section__text {
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(197 / 100);
    letter-spacing: calc(2 / 100 * 18 / 10 * 1rem);
    color: #434343;
}

.top-link {
    border-radius: 3.6rem;
    color: #FFFFFF;
    background-color: #5CACC9;
    padding: 2.4rem;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    margin: 0 auto 6.4rem;
    display: block;
    width: fit-content;
}


.more__btn {
    font-family: "Zen Maru Gothic";
    font-size: 2rem;
    line-height: calc(102 / 100);
    letter-spacing: calc(2 / 100 * 20 / 10 * 1rem);
    color: #434343;
    font-weight: 400;
    background-color: #FFFFFF;
    border: 0.1rem solid #E08D5B;
    border-radius: 4.2rem;
    padding: 2rem 8.3rem 2rem 3.1rem;
    position: relative;
    display: inline-block;
}

.more__btn::before {
    content: "";
    width: 2rem;
    height: 0.3rem;
    background-color: #5cacc9;
    position: absolute;
    top: 61%;
    right: 2rem;
}

.more__btn::after {
    content: "";
    width: 1.5rem;
    height: 0.3rem;
    background-color: #5cacc9;
    position: absolute;
    top: 52%;
    right: 1.9rem;
    transform: rotate(45deg);
}


/* 理念セクション */

.philosophy__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 99rem;
    height: 40rem;
    margin: 0 auto;
    background-color: #F5F5EE;
    margin-top: 3rem;
    margin-bottom: 10rem;
}

.philosophy__keyvisual {
    width: 60.7rem;
    height: 22rem;
    margin-bottom: 3.7rem;
}

.philosophy__text {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: calc(102 / 100);
    letter-spacing: calc(2 / 100 * 20 / 10 * 1rem);
}


/* 当院の方針セクション */

.policy__list {
    display: flex;
    flex-direction: column;
    list-style: disc;
    padding-left: 2rem;
    margin-bottom: 3rem;
}

/* 医院情報セクション */

.information__keyvisual {
    margin-bottom: 1.8rem;
}

.information__logo {
    width: 35.6rem;
    margin-bottom: 4.4rem;
}

.information__logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.information__businesshours {
    width: 36.3rem;
    height: 16.8rem;
    margin-bottom: 3rem;
}

.information {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 99rem;
    margin-bottom: 5.8rem;
}

.information__left {
    width: 36.3rem;
}

.information__right {
    width: 57.9rem;
}

.information__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 57.9rem;
    margin-top: 1rem;
}

.information__item {
    display: grid;
    grid-template-columns: 10.5rem 1fr;
    align-items: start;
    width: 57.9rem;
    min-height: 3.8rem;
    border-bottom: 0.1rem solid #D1D1CA;
}

.information__term,
.information__description {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    line-height: calc(197 / 100);
    letter-spacing: calc(2 / 100 * 18 / 10 * 1rem);
    color: #434343;
}

.information__term {
    font-weight: 600;
}

.information__description {
    font-weight: 400;
}

.information__description a {
    color: inherit;
    text-decoration: underline;
    text-underline-position: from-font;
}

/* 施設基準セクション */

.facility-standards-section {
    margin-bottom: 8.2rem;
}

.facility-standards-section .common-section__inner {
    column-gap: 6rem;
}

.facility-standards-section .common-section__title::after {
    width: 102.8rem;
}

.facility-standards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 1.6rem;
    width: 100%;
    max-width: 99rem;
}

.facility-standards__panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
}

.facility-standards__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5.8rem;
    font-size: 2.1rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: calc(125 / 100);
    letter-spacing: calc(2 / 100 * 21 / 10 * 1rem);
    color: #FFFFFF;
    background-color: #E08D5B;
}

.facility-standards__body {
    flex: 1;
    width: 100%;
    min-height: 48.4rem;
    background-color: #F4C2A4;
}

.facility-standards__body--basic {
    padding: 1.8rem 2.7rem 1.8rem 6.1rem;
}

.facility-standards__body--special {
    padding: 1.8rem 3.5rem 1.8rem 5.4rem;
}

.facility-standards__list {
    list-style: disc;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(197 / 100);
    letter-spacing: calc(2 / 100 * 18 / 10 * 1rem);
    color: #434343;
}

.facility-standards__list li {
    padding-left: 0;
}

/* 施設基準に関する提示事項セクション */

.standards-notice-section {
    margin-bottom: 6.4rem;
}

.standards-notice-section__inner {
    grid-template-columns: 19rem 99.4rem;
    column-gap: 0;
}

.standards-notice-section__title {
    width: 19rem;
    white-space: nowrap;
}

.standards-notice-section__title::after {
    width: 102.8rem;
}

.standards-notice-section__content {
    padding-top: 10rem;
}

.standards-notice-accordion {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    width: 99.4rem;
}

.standards-notice-accordion__item {
    width: 99.4rem;
    background-color: rgba(254, 122, 65, 0.1);
    border-radius: 0.2rem;
}

.standards-notice-accordion__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 6.9rem;
    padding: 2.2rem 2.8rem 2.2rem 3rem;
    cursor: pointer;
}

.standards-notice-accordion__title {
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: calc(140 / 100);
    letter-spacing: calc(2 / 100 * 18 / 10 * 1rem);
    color: #434343;
    text-align: left;
}

.standards-notice-accordion__icon {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 1.8rem;
    height: 1.8rem;
}

.standards-notice-accordion__icon::before,
.standards-notice-accordion__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.8rem;
    height: 0.1rem;
    background-color: #A1A1A1;
}

.standards-notice-accordion__icon::after {
    transform: rotate(90deg);
    transition: opacity 0.2s ease;
}

.standards-notice-accordion__item.is-open .standards-notice-accordion__icon::after {
    opacity: 0;
}

.standards-notice-accordion__panel {
    padding: 0.2rem 3rem 2.65rem;
    overflow: hidden;
    cursor: pointer;
}

.standards-notice-accordion__list {
    margin: 0;
    padding: 0;
    list-style: decimal;
    list-style-position: inside;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(190 / 100);
    letter-spacing: calc(2 / 100 * 16 / 10 * 1rem);
    color: #434343;
}

.standards-notice-accordion__list li::marker {
    font-variant-numeric: tabular-nums;
}

.standards-notice-accordion__list--plain {
    padding-left: 0;
    list-style: none;
}

.standards-notice-accordion__sample {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(190 / 100);
    letter-spacing: calc(2 / 100 * 16 / 10 * 1rem);
    color: #434343;
}

.standards-notice-pdfs {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    width: 51.7rem;
    margin-top: 3.4rem;
}

.standards-notice-pdf {
    display: flex;
    align-items: center;
    width: 51.7rem;
    min-height: 8rem;
    padding: 1.4rem 0;
    color: #555555;
}

.standards-notice-pdf__icon {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-shrink: 0;
    width: 4.1rem;
    height: 5.2rem;
    margin-right: 2rem;
    padding-bottom: 0.7rem;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(100 / 100);
    letter-spacing: calc(0 / 100 * 10 / 10 * 1rem);
    color: #FFFFFF;
    background-color: #E08D5B;
    border-radius: 0.3rem;
}

.standards-notice-pdf__icon::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1.2rem;
    height: 1.2rem;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.55) 50%, #F5F5EE 50%);
}

.standards-notice-pdf__text {
    flex: 1;
    font-size: 2.3rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(125 / 100);
    letter-spacing: calc(2 / 100 * 23 / 10 * 1rem);
}

.standards-notice-pdf__arrow {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    margin-left: 2.4rem;
    background-color: #E08D5B;
    border-radius: 50%;
}

.standards-notice-pdf__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.2rem;
    width: 1.4rem;
    height: 0.2rem;
    background-color: #FFFFFF;
    transform: translateY(-50%);
}

.standards-notice-pdf__arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.2rem;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.2rem solid #FFFFFF;
    border-right: 0.2rem solid #FFFFFF;
    transform: translateY(-50%) rotate(45deg);
}


@media screen and (max-width: 699.98px) {
    .pc_only {
        display: none;
    }

    .hero__inner {
        width: 37.5rem;
        height: 14.5rem;
        padding-top: 2.1rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }

    .hero__title {
        font-size: 3.2rem;
        line-height: calc(125 / 100);
        letter-spacing: calc(2 / 100 * 32 / 10 * 1rem);
        margin-bottom: 0.8rem;
    }

    .hero__title--english {
        font-size: 2rem;
        font-weight: 700;
        line-height: calc(114 / 100);
        letter-spacing: calc(2 / 100 * 20 / 10 * 1rem);
    }

    .hero__breadcrumb {
        padding: 2.8rem 0 1.2rem 0;
    }

    .hero-nav {
        width: 37.5rem;
        margin: 6rem auto;
    }

    .common-section__title::before {
        width: 4.5rem;
    }

    .common-section__title::after {
        width: 31.5rem;
        left: 4.5rem;
    }

    .facility-standards-section .common-section__title::after {
        width: 31.5rem;
    }

    .common-section {
        width: 35.5rem;
        padding-top: 1.6rem;
        margin-top: 8rem;
    }

    .common-section__inner {
        display: block;
    }

    .common-section__title {
        font-size: 2.4rem;
        line-height: calc(125 / 100);
        letter-spacing: calc(2 / 100 * 24 / 10 * 1rem);
        width: 9.8rem;
        margin-bottom: 4rem;
    }

    .common-section__content {
        width: 35.5rem;
    }

    .common-section__text {
        margin-bottom: 2.4rem;
    }

    .information__keyvisual {
        width: 35.5rem;
        height: auto;
    }

    .information {
        flex-direction: column;
        width: 35.5rem;
    }

    .information__left,
    .information__right,
    .information__list,
    .information__item {
        width: 35.5rem;
    }

    .information__logo {
        width: 35.5rem;
        height: auto;
        margin-bottom: 3rem;
    }

    .information__businesshours {
        width: 35.5rem;
        height: auto;
    }

    .information__left {
        margin-bottom: 4rem;
    }

    .information__item {
        grid-template-columns: 9.2rem 1fr;
    }

    .information__term,
    .information__description {
        font-size: 1.6rem;
        letter-spacing: calc(2 / 100 * 16 / 10 * 1rem);
    }

    .facility-standards-section {
        margin-bottom: 6rem;
    }

    .facility-standards {
        grid-template-columns: 1fr;
        gap: 2.4rem;
        width: 35.5rem;
    }

    .facility-standards__panel,
    .facility-standards__heading,
    .facility-standards__body {
        width: 35.5rem;
    }

    .facility-standards__heading {
        height: 5.8rem;
        font-size: 2rem;
        letter-spacing: calc(2 / 100 * 20 / 10 * 1rem);
    }

    .facility-standards__body {
        height: auto;
        min-height: 0;
    }

    .facility-standards__body--basic,
    .facility-standards__body--special {
        padding: 1.8rem 2.4rem 1.8rem 4.8rem;
    }

    .facility-standards__list {
        font-size: 1.5rem;
        line-height: calc(180 / 100);
        letter-spacing: calc(2 / 100 * 15 / 10 * 1rem);
    }

    .standards-notice-section {
        margin-bottom: 6rem;
    }

    .standards-notice-section__inner {
        display: block;
    }

    .standards-notice-section__title {
        width: 17rem;
    }

    .standards-notice-section .common-section__title::after {
        width: 31.5rem;
    }

    .standards-notice-section__content {
        padding-top: 0;
    }

    .standards-notice-accordion,
    .standards-notice-accordion__item {
        width: 35.5rem;
    }

    .standards-notice-accordion {
        gap: 1.2rem;
    }

    .standards-notice-accordion__trigger {
        min-height: 6.4rem;
        padding: 1.8rem 1.8rem 1.8rem 2rem;
    }

    .standards-notice-accordion__title {
        max-width: 28rem;
        font-size: 1.6rem;
        letter-spacing: calc(2 / 100 * 16 / 10 * 1rem);
    }

    .standards-notice-accordion__panel {
        padding: 0.2rem 2rem 2.4rem;
    }

    .standards-notice-accordion__list {
        width: 31.5rem;
        font-size: 1.4rem;
        line-height: calc(180 / 100);
        letter-spacing: calc(2 / 100 * 14 / 10 * 1rem);
    }

    .standards-notice-accordion__sample {
        font-size: 1.4rem;
        line-height: calc(180 / 100);
        letter-spacing: calc(2 / 100 * 14 / 10 * 1rem);
    }

    .standards-notice-pdfs {
        gap: 1.6rem;
        width: 35.5rem;
        margin-top: 2.8rem;
    }

    .standards-notice-pdf {
        width: 35.5rem;
        min-height: 6.8rem;
        padding: 0.8rem 0;
    }

    .standards-notice-pdf__icon {
        width: 3.4rem;
        height: 4.4rem;
        margin-right: 1.4rem;
        font-size: 0.9rem;
    }

    .standards-notice-pdf__text {
        font-size: 1.6rem;
        letter-spacing: calc(2 / 100 * 16 / 10 * 1rem);
    }

    .standards-notice-pdf__arrow {
        width: 3.4rem;
        height: 3.4rem;
        margin-left: 1.2rem;
    }

    .top-link {
        margin: 0 auto 4.6rem;
    }

    .page-nav {
        display: block;
        position: fixed;
        top: 50%;
        bottom: 50%;
        right: 0;
        width: 37.5rem;
        overflow: hidden;
        z-index: 10;
        background-color: #E08D5BCC;
        visibility: hidden;
        transition: top 0.3s ease, bottom 0.3s ease, visibility 0s linear 0.3s;
    }

    .page-nav.active {
        top: 0;
        bottom: 0;
        visibility: visible;
        transition: top 0.3s ease, bottom 0.3s ease, visibility 0s linear 0s;
    }

    .page-nav__list {
        height: calc(100vh - 25rem);
        overflow: auto;
        width: 28rem;
        margin: 6.4rem auto 17.5rem;
        border-top: 1px solid #fff;
    }

    .page-nav__item a {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        font-size: 1.8rem;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: 500;
        line-height: calc(112 / 100);
        width: 28rem;
        height: 5.8rem;
        padding: 0.8rem 0;
        background-image: url('../img/header_footer/page-nav_item_icon1.svg');
        background-repeat: no-repeat;
        background-position: center right 0.8rem;
        color: #fff;
        border-bottom: 1px solid #fff;
        margin-bottom: 2.4rem;
        background-size: 2.6rem 2.6rem;
    }

    .page-nav__top {
        position: absolute;
        right: 3.2rem;
        bottom: 16.1rem;
        color: #fff;
        font-size: 1.8rem;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: 500;
        line-height: calc(112 / 100);
    }

    .page-nav__btns {
        display: block;
        position: fixed;
        right: 3.2rem;
        bottom: 6rem;
        z-index: 11;
    }

    .page-nav__btn {
        display: block;
        width: 8.8rem;
        height: 8.8rem;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: top 2.1rem center;
        font-size: 1.8rem;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: 500;
        line-height: calc(112 / 100);
        padding: 3rem 0 0;
    }

    .page-nav__btn--open {
        color: #fff;
        background-color: #E08D5B;
        background-image: url('../img/header_footer/page-nav_btn_icon1.svg');
        background-size: 4.6rem 2rem;
    }

    .page-nav__btn--close {
        display: none;
        color: #E08D5B;
        background-color: #fff;
        background-image: url('../img/header_footer/page-nav_btn_icon2.svg');
        background-size: 2.2rem 2.2rem;
    }

    .page-nav__btns.active .page-nav__btn--open {
        display: none;
    }

    .page-nav__btns.active .page-nav__btn--close {
        display: block;
    }

    .header.off,
    .guidance.off {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
}

@media screen and (max-width: 699.98px) {

    main {
        width: 37.5rem;
        overflow: hidden;
        background-color: #FFFFFF;
    }

    .sp-only{
        display:block;
    }

    .hero__inner {
        width: 37.5rem;
        height: 16.8rem;
        padding: 4.2rem 1.2rem 0;
    }

    .hero__title {
        margin-bottom: 0.8rem;
        font-size: 3.2rem;
        font-weight: 500;
        line-height: calc(125 / 100);
        letter-spacing: calc(2 / 100 * 32 / 10 * 1rem);
    }

    .hero__title--english {
        font-size: 2rem;
        line-height: calc(114 / 100);
        letter-spacing: calc(2 / 100 * 20 / 10 * 1rem);
    }

    .hero__breadcrumb {
        padding: 2.9rem 0 1rem;
        font-size: 1.4rem;
        line-height: calc(114 / 100);
        letter-spacing: calc(2 / 100 * 14 / 10 * 1rem);
    }

    .hero__breadcrumb-list {
        justify-content: flex-end;
        gap: 1.8rem;
    }

    .hero__breadcrumb-item:not(:last-child)::after {
        margin-left: 1.8rem;
    }

    main>.common-section {
        width: 35.5rem;
        margin: 4rem auto 0;
        padding-top: 1.6rem;
        scroll-margin-top: 5.4rem;
    }

    main>.common-section:first-of-type {
        margin-top: 8rem;
    }

    .common-section__inner,
    .standards-notice-section__inner {
        display: block;
        width: 100%;
    }

    .common-section__title {
        width: 100%;
        margin-bottom: 1.6rem;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: calc(125 / 100);
        letter-spacing: calc(2 / 100 * 18 / 10 * 1rem);
    }

    .common-section__title::before {
        top: -1.6rem;
        width: 4.5rem;
    }

    .common-section__title::after,
    .facility-standards-section .common-section__title::after,
    .standards-notice-section .common-section__title::after {
        top: -1.6rem;
        left: 4.5rem;
        width: 31rem;
    }

    .common-section__content {
        width: 35.5rem;
    }

    .common-section__text {
        margin-bottom: 0;
        font-size: 1.5rem;
        line-height: calc(197 / 100);
        letter-spacing: calc(2 / 100 * 15 / 10 * 1rem);
    }

    .philosophy__content {
        width: 35.5rem;
        height: auto;
        margin: 0;
        background-color: #F5F5EE;
        padding:3.5rem 1rem 1rem 1rem;
    }

    .philosophy__keyvisual {
        width: 32.8rem;
        height: 12rem;
        margin: 0 auto 1.6rem;
    }

    .philosophy__keyvisual img {
        content: url("../img/about/philosophy_img_pic1sp.webp");
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .philosophy__text {
        width: 32.8rem;
        margin: 0 auto;
        font-size: 1.6rem;
        line-height: calc(160 / 100);
        letter-spacing: calc(2 / 100 * 16 / 10 * 1rem);
        text-align: center;
    }

    .policy__list {
        padding-left: 2rem;
        margin-bottom: 0;
        list-style: disc;
    }

    .policy__list .common-section__text {
        padding-left: 0.2rem;
        font-size: 1.8rem;
        line-height: calc(197 / 100);
        letter-spacing: calc(2 / 100 * 18 / 10 * 1rem);
    }

    main>.common-section:nth-of-type(4) .common-section__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 35.5rem;
    }

    .information {
        display: contents;
        width: 35.5rem;
        margin-bottom: 0;
    }

    .information__left {
        display: contents;
    }

    .information__right {
        display: block;
        order: 2;
        width: 35.5rem;
    }

    .information__logo {
        order: 1;
        width: 35.2rem;
        height: auto;
        margin: 0 auto 2rem;
    }

    .information__logo img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .information__list {
        width: 35.5rem;
        gap: 2rem;
        margin-top: 0;
    }

    .information__item {
        grid-template-columns: 8.5rem 1fr;
        width: 35.5rem;
        min-height: 3.7rem;
        align-items: start;
    }

    .information__term,
    .information__description {
        font-size: 1.8rem;
        line-height: calc(197 / 100);
        letter-spacing: calc(2 / 100 * 18 / 10 * 1rem);
    }

    .information__description {
        width: 27rem;
    }

    .information__keyvisual {
        order: 3;
        width: 35.5rem;
        height: 21.7rem;
        margin: 2rem 0;
        overflow: hidden;
    }

    .information__keyvisual img {
        width: 35.5rem;
        height: 42.8rem;
        max-width: none;
        object-fit: cover;
        object-position: center top;
        transform: translateY(-16.1rem);
    }

    .information .more__btn {
        order: 4;
    }

    .more__btn {
        display: flex;
        align-items: center;
        width: 27.1rem;
        height: 5.7rem;
        margin: 0 auto 2rem;
        padding: 1.9rem 6.9rem 1.8rem 3.1rem;
        border-color: #E08D5B;
        border-radius: 4.2rem;
        font-size: 2rem;
        line-height: calc(102 / 100);
        letter-spacing: calc(2 / 100 * 20 / 10 * 1rem);
        white-space: nowrap;
    }

    .more__btn::before {
        top: 3rem;
        right: 3rem;
        width: 1.9rem;
        height: 0.3rem;
    }

    .more__btn::after {
        top: 2.5rem;
        right: 3rem;
        width: 1.4rem;
        height: 0.3rem;
    }

    .information__businesshours {
        order: 5;
        width: 35.5rem;
        height: auto;
        margin: 0;
        margin-bottom:2rem;
    }

    .facility-standards-section {
        margin-bottom: 0;
    }

    .facility-standards {
        width: 35.5rem;
        grid-template-columns: 1fr;
        gap: 2.4rem;
    }

    .facility-standards__panel,
    .facility-standards__heading,
    .facility-standards__body {
        width: 35.5rem;
    }

    .facility-standards__heading {
        height: 5.2rem;
        font-size: 1.8rem;
        line-height: calc(125 / 100);
        letter-spacing: calc(2 / 100 * 18 / 10 * 1rem);
        border-radius: 0.8rem 0.8rem 0 0;
    }

    .facility-standards__body {
        height: auto;
        min-height: 0;
        background-color: rgba(224, 141, 91, 0.16);
        border-radius: 0 0 0.8rem 0.8rem;
    }

    .facility-standards__body--basic,
    .facility-standards__body--special {
        padding: 1.8rem 2rem 1.8rem 3.6rem;
    }

    .facility-standards__list {
        font-size: 1.8rem;
        line-height: calc(180 / 100);
        letter-spacing: calc(2 / 100 * 18 / 10 * 1rem);
    }

    .standards-notice-section {
        margin-bottom: 4rem;
    }

    .standards-notice-section__title {
        width: 100%;
        white-space: normal;
    }

    .standards-notice-section__content {
        padding-top: 0;
    }

    .standards-notice-accordion,
    .standards-notice-accordion__item {
        width: 35.5rem;
    }

    .standards-notice-accordion {
        gap: 1.2rem;
    }

    .standards-notice-accordion__item {
        border-radius: 0.8rem;
    }

    .standards-notice-accordion__trigger {
        min-height: 6.4rem;
        padding: 1.6rem 1.6rem 1.6rem 2rem;
    }

    .standards-notice-accordion__title {
        max-width: 28rem;
        font-size: 1.8rem;
        line-height: calc(150 / 100);
        letter-spacing: calc(2 / 100 * 18 / 10 * 1rem);
    }

    .standards-notice-accordion__panel {
        padding: 0 2rem 2rem;
    }

    .standards-notice-accordion__list,
    .standards-notice-accordion__sample {
        width: auto;
        font-size: 1.6rem;
        line-height: calc(180 / 100);
        letter-spacing: calc(2 / 100 * 16 / 10 * 1rem);
    }

    .standards-notice-accordion__list {
        padding-left: 1.8rem;
        list-style-position: outside;
    }

    .standards-notice-accordion__list--plain {
        padding-left: 0;
    }

    .standards-notice-pdfs {
        width: 35.5rem;
        gap: 1.2rem;
        margin-top: 2rem;
    }

    .standards-notice-pdf {
        width: 35.5rem;
        min-height: 6.8rem;
        padding: 1.2rem 1.4rem;
        border-radius: 0.8rem;
    }

    .standards-notice-pdf__icon {
        width: 3.4rem;
        height: 4.4rem;
        margin-right: 1.4rem;
        font-size: 0.9rem;
    }

    .standards-notice-pdf__text {
        font-size: 1.5rem;
        line-height: calc(145 / 100);
        letter-spacing: calc(2 / 100 * 15 / 10 * 1rem);
    }

    .standards-notice-pdf__arrow {
        width: 3.4rem;
        height: 3.4rem;
        margin-left: 1.2rem;
    }

    .standards-notice-pdf__arrow::before {
        top: 50%;
        left: 0.9rem;
        right: auto;
        width: 1.3rem;
        height: 0.2rem;
        transform: translateY(-50%);
    }

    .standards-notice-pdf__arrow::after {
        top: 50%;
        right: 0.9rem;
        left: auto;
        width: 0.8rem;
        height: 0.8rem;
        border-top-width: 0.2rem;
        border-right-width: 0.2rem;
        transform: translateY(-50%) rotate(45deg);
    }

    .top-link {
        margin: 3.4rem auto 4.6rem;
        padding: 2.4rem;
        border-radius: 3.6rem;
        font-size: 1.8rem;
        line-height: calc(113 / 100);
        letter-spacing: calc(2 / 100 * 18 / 10 * 1rem);
    }
}

@media screen and (max-width: 699.98px) {
    main>.common-section:first-of-type {
        margin-top: 4rem;
    }

    main>.common-section:nth-of-type(2) {
        margin-top: 8rem;
    }

    .information__keyvisual img {
        height: 100%;
        object-fit: cover;
        object-position: center center;
        transform: none;
    }
}

@media screen and (min-width: 700px) and (max-width: 1024.98px) {
    .guidance {
        display: none !important;
    }
}
