@charset "UTF-8";

.area-section {
    padding: 20px 0 80px;
}

@media (max-width: 991.98px) {
    .area-section {
        padding: 0 0 60px;
    }
}

.area-section__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

@media (max-width: 991.98px) {
    .area-section__inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

.area-section__title {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 25px;
    letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
    .area-section__title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.area-section__text p {
    line-height: 2;
    margin-bottom: 0;
}


@media (max-width: 767.98px) {
    .area-section__text br {
        display: none;
    }
}


.area-list-section {
    position: relative;
    padding: 40px 0 100px;
}

@media (max-width: 991.98px) {
    .area-list-section {
        padding: 60px 0;
    }
}

.area-list-section__body {
    width: 40%;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .area-list-section__body {
        width: 100%;
    }
}

.area-list-section__visual {
    position: absolute;
    top: 0;
    right: 50px;
    height: 110%;
    width: 80%;
}

.area-list-section__visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right top;
}

@media (max-width: 991.98px) {
    .area-list-section__visual {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: -100px;
        right: auto;
        z-index: 1;
        margin-right: calc(50% - 50vw);
        margin-left: auto;
        width: 85vw;
    }

    .area-list-section__visual img {
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .area-list-section__visual {
        width: 100vw;
        margin-top: 0;
        background: url(../../img/page/area/area-map.svg);
        height: 60vh;
        background-size: 140vw;
        background-position: 100vw -20vw;
    }

    .area-list-section__visual img {
        display: none;
    }
}

.area-list {
    margin: 0;
}

.area-list__item {
    margin-bottom: 40px;
}

.area-list__item:last-child {
    margin-bottom: 0;
}

.area-list__pref {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    min-width: 150px;
}

.area-list__pref::after {
    content: "";
    height: 1px;
    background: #808080;
    flex-grow: 1;
    margin-left: 30px;
}

@media (max-width: 767.98px) {
    .area-list__pref {
        font-size: 20px;
        width: 100%;
    }
}

.area-list__cities {
    line-height: 2;
    margin: 0;
}

@media (max-width: 991.98px) {
    .area-section__map {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .area-section__map img {
        max-width: 100%;
        height: auto;
    }
}

.area-consult-section {
    padding: 140px 0 40px;
    text-align: center;
}

@media (max-width: 991.98px) {
    .area-consult-section {
        padding: 20px 0 0px;
        text-align: left;
    }
}

.area-consult-section__title {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
    .area-consult-section__title {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

.area-consult-section__text {
    line-height: 2;
    margin: 0;
}

@media (max-width: 767.98px) {
    .area-consult-section__text {
        font-size: 14px;
    }

    .area-consult-section__text br {
        display: none;
    }
}