html {
    scroll-padding-top: 0!important;
}

.fv {
    background-image: url('../images/company/company-fv.jpg');
}

.message {
    padding: 0 16px;
}

@media screen and (min-width: 801px) {
    .message {
        padding: 0 8.333vw;
    }
}

@media screen and (min-width: 1440px) {
    .message {
        padding: 0 120px;
    }
}

.message__container {
    width: 100%;
    padding: 80px 0;
}

@media screen and (min-width: 801px) {
    .message__container {
        padding: 8.889vw 0;
    }
}

@media screen and (min-width: 1440px) {
    .message__container {
        padding: 128px 0;
    }
}

.message__row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media screen and (min-width: 801px) {
    .message__row {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 24px;
    }
}

.message__title-wrap {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.message__title {
    font-feature-settings: 'palt' on;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding: 0;
}

@media screen and (min-width: 801px) {
    .message__title {
        font-size: 2.778vw;
    }
}

@media screen and (min-width: 1440px) {
    .message__title {
        font-size: 40px;
    }
}

.message__title-text {
    color: #251e1c;
    opacity: 0.5;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02em;
}

@media screen and (min-width: 801px) {
    .message__title-text {
        font-size: 0.8333vw;
    }
}

@media screen and (min-width: 1440px) {
    .message__title-text {
        font-size: 12px;
    }
}

.message__text-wrap {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media screen and (min-width: 801px) {
    .message__text-wrap {
        gap: 3.889vw;
        width: 47.916vw;
    }
}

@media screen and (min-width: 1440px) {
    .message__text-wrap {
        
        gap: 56px;
    }
}

.message__sign-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (min-width: 801px) {
    .message__sign-wrap {
        gap: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .message__sign-wrap {
        gap: 16px;
    }
}

.message__sign {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .message__sign {
        font-size: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .message__sign {
        font-size: 16px;
    }
}

.message__sign-image {
    width: 210px;
    height: 78px;
    object-fit: cover;
}

@media screen and (min-width: 801px) {
    .message__sign-image {
        width: 18.125vw;
        height: 6.736vw;
    }
}

@media screen and (min-width: 1440px) {
    .message__sign-image {
        width: 261px;
        height: 97px;
    }
}

.message__text {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .message__text {
        width: 47.916vw;
        font-size: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .message__text {
        width: 50.368vw;
        font-size: 16px;
    }
}

.image-section {
    width: fit-content;
    height: 255px;
    display: flex;
    gap: 24px;
}

@media screen and (min-width: 801px) {
    .image-section {
        height: 25vw;
        gap: 24px;
    }
}

@media screen and (min-width: 1440px) {
    .image-section {
        height: 25vw;
        gap: 24px;
        justify-content: center;
    }
}

.image-section__image {
    width: 255px;
    height: 255px;
    object-fit: cover;
}

@media screen and (min-width: 801px) {
    .image-section__image {
        width: 25vw;
        height: 25vw;
    }
}

@media screen and (min-width: 1440px) {
    .image-section__image {
        width: 25vw;
        height: 25vw;
    }
}

.image-section__image img {
    border-radius: 10px;
}

.overview {
    padding: 0 16px;
    position: relative;
}

@media screen and (min-width: 801px) {
    .overview {
        padding: 0 8.333vw;
    }
}

@media screen and (min-width: 1440px) {
    .overview {
        padding: 0 120px;
    }
}

.overview__container {
    width: 100%;
    padding: 128px 0 0;
}

@media screen and (min-width: 801px) {
    .overview__container {
        padding: 8.889vw 0 12.778vw;
    }
}

@media screen and (min-width: 1440px) {
    .overview__container {
        padding: 128px 0 184px;
    }
}

.overview__row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media screen and (min-width: 801px) {
    .overview__row {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}

@media screen and (min-width: 1440px) {
    .overview__row {
        gap: 48px;
    }
}

.overview__title-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 801px) {
    .overview__title-wrap {
        width: fit-content;
        gap: 1.389vw;
    }
}

@media screen and (min-width: 1440px) {
    .overview__title-wrap {
        gap: 20px;
    }
}

.overview__title {
    font-family: 'Roboto', sans-serif;
    font-feature-settings: 'palt' on;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding: 0;
}

@media screen and (min-width: 801px) {
    .overview__title {
        font-size: 3.333vw;
    }
}

@media screen and (min-width: 1440px) {
    .overview__title {
        font-size: 48px;
    }
}

.overview__table {
    width: 100%;
}

@media screen and (min-width: 801px) {
    .overview__table {
        width: 47.916vw;
    }
}

@media screen and (min-width: 1440px) {
    .overview__table {
        width: 50.42vw;
    }
}

.overview__table-row {
    border-bottom: 1px solid #d7d7d7;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 0;
}

@media screen and (min-width: 801px) {
    .overview__table-row {
        flex-direction: row;
        padding: 2.778vw 0;
        gap: 0;
    }
}

@media screen and (min-width: 1440px) {
    .overview__table-row {
        padding: 40px 0;
    }
}

.overview__table-title {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .overview__table-title {
        font-size: 1.111vw;
        width: 10.208vw;
    }
}

@media screen and (min-width: 1440px) {
    .overview__table-title {
        font-size: 16px;
        width: 147px;
    }
}

.overview__table-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.08em;
    padding-left: 0;
}

@media screen and (min-width: 801px) {
    .overview__table-text {
        font-size: 1.111vw;
        padding-left: 2.222vw;
    }
}

@media screen and (min-width: 1440px) {
    .overview__table-text {
        font-size: 16px;
        padding-left: 32px;
    }
}

.access {
    padding: 0 16px;
    position: relative;
}

@media screen and (min-width: 801px) {
    .access {
        padding: 0 8.333vw;
    }
}

@media screen and (min-width: 1440px) {
    .access {
        padding: 0 120px;
    }
}

.access__container {
    width: 100%;
    padding: 128px 0;
}

@media screen and (min-width: 801px) {
    .access__container {
        padding: 8.889vw 0 12.778vw;
    }
}

@media screen and (min-width: 1440px) {
    .access__container {
        padding: 128px 0 184px;
    }
}

.access__row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media screen and (min-width: 801px) {
    .access__row {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}

@media screen and (min-width: 1440px) {
    .access__row {
        gap: 48px;
    }
}

.access__title-wrap {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.access__title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding: 0;
}

@media screen and (min-width: 801px) {
    .access__title {
        font-size: 3.333vw;
    }
}

@media screen and (min-width: 1440px) {
    .access__title {
        font-size: 48px;
    }
}

.access__map-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (min-width: 801px) {
    .access__map-wrap {
        width: 47.916vw;
        gap: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .access__map-wrap {
        width: 50.42vw;
        gap: 16px;
    }
}

.access__map {
    width: 100%;
    height: 381px;
}

@media screen and (min-width: 801px) {
    .access__map {
        width: 47.986vw;
        height: 26.458vw;
    }
}

@media screen and (min-width: 1440px) {
    .access__map {
        width: 100%;
        height: 27.84vw;
    }
}

.access__map-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0.08em;
    word-break: break-word;
}

@media screen and (min-width: 801px) {
    .access__map-text {
        font-size: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .access__map-text {
        font-size: 16px;
    }
}