.p-fv {
    display: flex;
    align-items: flex-end;
    min-height: 100svh;
    padding: 0 0px 56px;
    background-image: url(../../img/sp_top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.p-fv__inner {
    max-width: 1154px;
    margin: 0 auto;
    padding: 0 31px;
    width: 100%;
    position: relative;
}

.p-fv__title {
    font-size: 2rem;
    line-height: 1.8;
    font-weight: normal;
    margin: 0 0 20px 0;
    text-shadow: none;
}

.p-fv__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0;
    text-shadow: none;
    margin: 0;
}

.p-fv__text .sp{
    display: inline;
}

.p-fv__scroll {
    position: absolute;
    bottom: 0;
    right: 31px;
    width: 46px;
    height: 46px;
    transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
    .p-fv__scroll:hover {
        opacity: 0.6;
    }
}
/* PC Styles */
@media (min-width: 750px) {
    .p-fv {
        background-image: url(../../img/pc_top.jpg);
        padding: 0 0px 76px;
    }

    .p-fv__title {
        font-size: 3.2rem;
        line-height: 1.6;
        text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
        margin-bottom: 24px;
    }

    .p-fv__text {
        font-size: 1.6rem;
        text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
    }
    .p-fv__text .sp{
        display: none;
    }
    .p-fv__scroll {
        display: none;
    }
}

/* ===============================================
# Concept
=============================================== */
.p-concept {
    padding: 71px 0 19px;
    background: none;
    position: relative;
}

.p-concept::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: initial;
    aspect-ratio: 390 / 858;
    background-image: url(../../img/sp_bg_2.jpg);
}

.p-concept__inner {
    max-width: 1154px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 51px;
}

.p-concept__text-content {
    padding: 0 31px;
}

.p-concept__title {
    display: flex;
    flex-direction: column;
    color: #5B4D46;
    margin: 0 0 40px;
}

.p-concept__title-ja {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.8;
}

.p-concept__title-en {
    font-family: "adobe-garamond-pro", serif;
    font-weight: normal;
    font-size: 4rem;
    line-height: 1.35;
    letter-spacing: 0.08em;
}

.p-concept__description {
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 31px;
}

.p-concept__description p {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0;
    color: #5B4D46;
    margin: 0;
}
.p-concept__description .pc {
    display: none;
} 

.p-concept__image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* PC Styles for Concept */
@media (min-width: 750px) {
    .p-concept {
        padding: 185px 0px 174px;
        background-image: url(../../img/pc_bg_3.jpg);
    }

    .p-concept::after {
        display: none;
    }

    .p-concept__inner {
        flex-direction: row;
        gap: 60px;
        align-items: center;
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 31px;
    }

    .p-concept__text-content {
        flex: 1;
        max-width: 415px;
        padding: 0;
    }

    .p-concept__title {
        margin: 0 0 89px;
    }
    .p-concept__description .pc {
        display: inline;
    }     
    .p-concept__image-wrapper {
        flex: 1;
    }
}

/* ===============================================
# Menu
=============================================== */
.p-menu {
    padding: 30px 0 73px;
    position: relative;
    z-index: 1;
    background-image: url(../../img/SP_bg_3.jpg);
    background-size: cover;
    background-position: center;
}

.p-menu__inner {
    max-width: 1154px;
    margin: 0 auto;
    padding: 0 31px;
    width: 100%;
}

.p-menu__text-content {
    margin-bottom: 40px;
}

.p-menu__title {
    display: flex;
    flex-direction: column;
    color: #5B4D46;
    margin: 0 0 39px;
}

.p-menu__title-ja {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.8;
}

.p-menu__title-en {
    font-family: "adobe-garamond-pro", serif;
    font-weight: normal;
    font-size: 4rem;
    line-height: 1.35;
    letter-spacing: 0.08em;
}

.p-menu__description {
    display: flex;
    flex-direction: column;
    gap: 31px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0;
    color: #5B4D46;
    max-width: 672px;
    margin: 0 auto;
}

.p-menu__description p {
    margin: 0;
}

.p-menu__fee {
    margin-bottom: 3.4rem;
}

.p-menu__fee-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    color: #5B4D46;
    margin: 0 0 3.4rem;
}
.p-menu__fee-label {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #5B4D46;
    margin: 0 auto 1.8rem;
    max-width: 952px;
}

.p-menu__fee-label--corporation {
    margin-bottom: 2.4rem;
}

.p-menu__fee-label::before {
    content: "";
    display: inline-block;
    background-image: url(../../img/star_icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}


.p-menu__fee-text {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0;
    margin: 0 auto 3.4rem;
    max-width: 952px;
}
.p-menu__fee-text.sp {
    display: inline-block;
}

.p-menu__fee-cards {
    list-style: none;
    display: flex;
    gap: 32px;
    overflow-x: auto;
    margin: 0 calc(50% - 50vw) ;
    padding: 0px calc(50vw - 50% + 31px) 0 31px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.p-menu__fee-cards::-webkit-scrollbar {
    display: none;
}

.p-menu__fee-card {
    flex: 0 0 295px;
    width: 295px;
    text-align: center;
}

.p-menu__fee-card-image {
    margin: 0 auto 16px;
}

.p-menu__fee-card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.p-menu__fee-card-details {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 16px;
}

.p-menu__fee-card-time {
    font-size: 2.4rem;
    line-height: 1;
    color: #5B4D46;
    margin: 0;
}

.p-menu__fee-card-price {
    font-size: 2.4rem;
    line-height: 1;
    color: #5B4D46;
    margin: 0;
}

.p-menu__fee-card-tax {
    font-size: 1.6rem;
}

.p-menu__fee-card-description {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #5B4D46;
    text-align: left;
    margin: 0;
}
/* 法人プラン */
.p-menu__fee-cards-corporation {
    margin: 0 auto;
    padding: 0;
    max-width: 952px;
}
.p-menu__fee-card-corporation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 23px;
}

.p-menu__fee-card-corporation-image {
    flex-shrink: 0;
    max-width: 327px;
    width: 100%;
    height: auto;
    aspect-ratio: 327/233;
}

.p-menu__fee-card-corporation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-menu__fee-card-corporation-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 17px;
}

.p-menu__fee-card-corporation-title {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0;
    color: #5B4D46;
    margin: 0;
}

.p-menu__fee-card-corporation-price-info {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
}

.p-menu__fee-card-corporation-time{
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0;
    color: #5B4D46;
    margin: 0;
}

.p-menu__fee-card-corporation-price {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0;
    color: #5B4D46;
    margin: 0;
}

.p-menu__fee-card-corporation-tax {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #5B4D46;
    margin: 0;
}

.p-menu__fee-card-corporation-description-long {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0;
    color: #5B4D46;
}

.p-menu__fee-card-corporation-description-long p {
    margin: 0;
}

.p-menu__fee-card-corporation-contact {
    display: inline-block;
    margin: 20px 0 16px;
    text-transform: uppercase;
}

.p-menu__line-button-corporation {
    display: block;
    max-width: 17.1rem;
    width: 100%;
    height: 6.2rem;
    margin: 0 auto ;
    transition: opacity .3s ease;
}

@media (any-hover: hover) {
    .p-menu__line-button-corporation:hover {
        opacity: 0.7;
    }
}

.p-menu__line-button-corporation img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-menu__talk-time {
    padding: 1.5rem 0 2.4rem;
    margin: 0 auto 4.9rem;
    position: relative;
}

.p-menu__talk-time::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #5B4D46;
    opacity: .6;
}

.p-menu__talk-time-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #5B4D46;
    margin: 0 0 14px;
    white-space: nowrap;
}

.p-menu__talk-time-title::before, .p-menu__talk-time-title::after {
    content: "";
    max-width: 326px;
    width: 100%;
    height: 1px;
    background-color: #5B4D46;
    opacity: .6;
}

.p-menu__talk-time-title::before {
    margin-right: 12px;
}

.p-menu__talk-time-title::after {
    margin-left: 12px;
}

.p-menu__talk-time-item {
    font-family: "Noto Sans JP", sans-serif;

    font-size: 1.6rem;
    color: #5B4D46;
    line-height: 1.7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin: 0;
}

.p-menu__talk-time-duration {
    white-space: nowrap;
    font-family: "Shippori Mincho", serif;
    font-size: 2.4rem;
}

.p-menu__talk-time-description-text:first-child {
    margin-bottom: 3rem;
}

.p-menu__flow {
    max-width: 1022px;
    margin-bottom: 4rem;
}

.p-menu__flow-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.45;
    color: #5B4D46;
    margin: 0 0 19px;
}

.p-menu__flow-list {
    list-style: none;
    margin: 0 0 15px;
    padding-left: 47px;
    counter-reset: flow-counter;
}

.p-menu__flow-list-item {
    padding: 16px 0;
    position: relative;
    font-size: 2rem;
    color: #5B4D46;
    list-style: auto;
}

.p-menu__flow-list-item::before {
    content: "";
    position: absolute;
    top: 23px;
    left: -51px;
    transform: none;
    background-image: url(../../img/star_icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.p-menu__flow-list-item::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -44px;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #5B4D46;
}

.p-menu__line-official-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: 0;
    color: #5B4D46;
    margin: 0 0 3.5rem;
    text-transform: uppercase;
}

.p-menu__line-official-description {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0;
    color: #5B4D46;
    margin: 0 auto 3.2rem;
    max-width: 785px;
}

.p-menu__line-official-card-icon {
    max-width: 607px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 328/120;
}

.p-menu__line-official-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 437px) {
    .p-menu__flow-list-item:first-child:after {
        top: 75%;
        height: 70%;
    }
}
.p-menu__flow-list-item:last-child:after {
    display: none;
}

.p-menu__flow-notes {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0;
    color: #5B4D46;
}
.p-menu__flow-notes p {
    margin: 0;
}

/* PC Styles for Menu */
@media (min-width: 750px) {
    .p-menu {
        padding: 222px 0 176px;
        background-image: url(../../img/pc_bg_2.jpg);
    }

    .p-menu__inner {
        padding: 0 31px;
    }

    .p-menu__text-content {
        margin: 0 auto 125px;
    }

    .p-menu__title {
        margin: 0 0 40px;
    }

    .p-menu__fee {
        margin-bottom: 2.9rem;
    }

    .p-menu__fee-title {
        margin: 0 0 4rem;
    }
    .p-menu__fee-text.sp {
        display: none;
    }

    .p-menu__fee-cards {
        overflow-x: visible;
        justify-content: center;
        max-width: 952px;
        margin: 0 auto 56px;
        padding: 0;
    }

    .p-menu__fee-card {
        flex: 1;
        max-width: 300px;
    }

    .p-menu__fee-card-corporation {
        flex-direction: row;
        align-items: normal;
        gap: 40px;
    }
    .p-menu__fee-card-corporation-image {
        max-width: none;
        width: 360px;
        height: 257px;
    }

    .p-menu__fee-card-corporation-header {
        flex-direction: row;
        margin-bottom: 16px;
    }

    .p-menu__fee-card-corporation-price-info {
        white-space: nowrap;
    }

    .p-menu__fee-card-corporation-time {
        white-space: nowrap;
    }

    .p-menu__fee-card-corporation-contact {
        margin: 16px 0 9px;
    }
    .p-menu__line-button-corporation {
        margin: 0 auto 0 0;
    }
    .p-menu__talk-time {
        max-width: 866px;
        margin: 0 auto 7.5rem;
        padding: 2rem;
    }
    .p-menu__talk-time::after {
        width: 94%;
    }

    .p-menu__talk-time-item {
        flex-direction: row;
        gap: 39px;
    }
    .p-menu__flow {
        margin-bottom: 7.5rem;
    }
    .p-menu__flow-body {
        display: flex;
        justify-content: space-between;
        gap: 60px;
        align-items: center;
        max-width: 936px;
        margin-left: auto;
        padding-left: 30px;
    }

    .p-menu__flow-list {
        margin: 0;
        flex-basis: 523px;
        padding-left: 0;
    }
    
    .p-menu__flow-list-item::before {
        top: 50%;
        transform: translateY(-50%);
    }

    .p-menu__flow-notes {
        flex-basis: 400px;
    }

    .p-menu__line-official-description {
        margin: 0 auto 3.4rem;
        max-width: 785px;
    }

    .p-menu__line-official-description:last-child {
        margin-bottom: 4.9rem;
    }

    .p-menu__line-official-card-icon {
        max-width: 607px;
        height: 145px;
    }
}

/* ===============================================
# Profile
=============================================== */
.p-profile {
    padding: 79px 0;
    background: linear-gradient(180deg, #FFFBF7, #F1E6DE, #EAD2D0, #EAD2D0);
}

.p-profile__inner {
    max-width: 1154px;
    margin: 0 auto;
    padding: 0 31px;
    width: 100%;
}

.p-profile__text-content {
    margin-bottom: 40px;
}

.p-profile__title {
    display: flex;
    flex-direction: column;
    color: #5B4D46;
    margin: 0 0 40px;
}

.p-profile__title-ja {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.8;
    text-transform: uppercase;
}

.p-profile__title-en {
    font-family: "adobe-garamond-pro", serif;
    font-weight: normal;
    font-size: 4rem;
    line-height: 1.35;
    letter-spacing: 0.08em;
}
.p-profile__body {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.p-profile__description {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #5B4D46;
}

.p-profile__description p {
    margin: 0;
}

.p-profile__image-wrapper {
    max-width: 325px;
    margin: 0 auto;
}

.p-profile__image-wrapper img {
    width: 100%;
    height: auto;
}

/* PC Styles for Profile */
@media (min-width: 750px) {
    .p-profile {
        padding: 120px 0;
    }
    .p-profile__title {
        margin: 0 0 57px;
    }
    .p-profile__body {
        display: flex;
        flex-direction: row;
        gap: 60px;
    }

    .p-profile__text-content {
        flex: 1;
        max-width: 562px;
        margin-bottom: 0;
    }

        .p-profile__image-wrapper {
        flex: 0 0 400px;
        margin: 0;
    }
}

/* ===============================================
# Blog
=============================================== */
.p-blog {
    background-image: url(../../img/pc_bg_3.jpg);
    padding: 60px 0 72px;
}

.p-blog__inner {
    max-width: 1154px;
    margin: 0 auto;
    padding: 0 31px;
    width: 100%;
}

.p-blog__title {
    display: flex;
    flex-direction: column;
    color: #5B4D46;
    margin: 0 0 40px;
}

.p-blog__title-ja {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.8;
}

.p-blog__title-en {
    font-family: "adobe-garamond-pro", serif;
    font-weight: normal;
    font-size: 4rem;
    line-height: 1.35;
    letter-spacing: 0.08em;
}

.p-blog__posts {
    display: grid;
    gap: 32px;
    margin-bottom: 39px;
}

.p-blog__post-card {
    display: block;
    color: inherit;
    text-decoration: none;
}

.p-blog__post-card-link {
    text-decoration: none;
    transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
    .p-blog__post-card-link:hover {
        opacity: 0.6;
    }
}

.p-blog__post-card-image {
    margin-bottom: 20px;
    aspect-ratio: 328 / 246;
}

.p-blog__post-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.p-blog__post-card-meta {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #5B4D46;
    margin-bottom: 20px;
}
.p-blog__post-card-categories span {
    margin-right: 5px;
}

.p-blog__post-card-title {
    font-size: 2rem;
    line-height: 1.8;
    color: #5B4D46;
    font-weight: normal;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.p-blog__view-all {
    text-align: right;
}

.c-button-arrow {
    font-family: "Noto Sans JP", sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #5B4D46;
    text-decoration: none;
}
@media (any-hover: hover) {
    .c-button-arrow:hover .c-button-arrow__text {
        border-bottom: 1px solid rgba(91, 77, 70, 1);
    }
    .c-button-arrow:hover .c-button-arrow__icon::after {
        transform: translate(-50%, -3px);
        background-image: url(../../img/arrow_full_opacity.svg);
    }
}

.c-button-arrow__text {
    font-weight: 400;
    font-size: 1.6rem;
    border-bottom: 1px solid rgba(91, 77, 70, 0.6);
    transition: border-bottom 0.3s ease;
}

.c-button-arrow__icon {
    width: 46px;
    height: 46px;
    border: 1px solid #5B4D46;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
    position: relative;
}

.c-button-arrow__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 15px;
    background-image: url(../../img/arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, background-image 0.3s ease;
}

/* PC Styles for Blog */
@media (min-width: 750px) {
    .p-blog {
        padding: 150px 0 101px;
    }
    .p-blog__title {
        margin: 0 0 48px;
    }
    
    .p-blog__posts {
        grid-template-columns: repeat(3, 1fr);
        gap: 54px;
        margin-bottom: 46px;
    }
}

/* ===============================================
# Access
=============================================== */
.p-access {
    position: relative;
    background-image: url(../../img/sp_bg_4.jpg);
    background-size: cover;
    background-position: right;
    padding: 51px 0 0;
}

.p-access__inner {
    position: relative;
    z-index: 2;
    max-width: 1154px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.p-access__title {
    display: flex;
    flex-direction: column;
    color: #5B4D46;
    margin: 0 0 39px;
    padding: 0 31px;
}

.p-access__title-ja {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.8;
}

.p-access__title-en {
    font-family: "adobe-garamond-pro", serif;
    font-weight: normal;
    font-size: 4rem;
    line-height: 1.35;
    letter-spacing: 0.08em;
}

.p-access__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4.5rem;
    margin-bottom: 8rem;
}

.p-access__info {
    color: #5B4D46;
    padding: 0 31px;
}

.p-access__building {
    max-width: 46.5rem;
    width: 100%;
    height: auto;
    padding: 0 31px;
}

.p-access__building img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.p-access__address {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0;
    margin: 0 0 24px;
}
.p-access__info p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0;
}
.p-access__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8;
}

.p-access__map {
    aspect-ratio: 390 / 516;
}

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

/* PC Styles for Access */
@media (min-width: 750px) {
    .p-access {
        background-image: url(../../img/pc_bg_4.jpg);
        background-position: center;
        padding: 173px 0 220px;
    }

    .p-access__inner {
        padding: 0 31px;
    }

    .p-access__title {
        margin: 0 0 59px;
        padding: 0;
    }
    .p-access__body {
        flex-direction: row;
        gap: 73px;
        margin-bottom: 7.5rem;
    }

    .p-access__info {
        flex: 1;
        max-width: 450px;
        padding: 0;
    }
    .p-access__address {
        margin: 0 0 32px;
    }
    .p-access__building {
        padding: 0;
    }
    .p-access__map {
        max-width: 89.5rem;
        aspect-ratio: 895 / 369;
        margin: 0 auto;
    }
}



