/* 検索選択ブロック */
.area-search {
    background-color: #EB8E22;
    margin-right: -32px;
    margin-left: -32px;
}

.area-search__inner {
    display: flex;
    gap: 82px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 32px;
    padding-left: 32px;
    max-width: 1304px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1260px) {
    .area-search__inner {
        gap: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .area-search__inner {
        flex-direction: column;
        gap: 18.64px;
        padding-top: 30px;
        padding-bottom: 64.34px;
    }
}

.area-search__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

@media screen and (max-width: 1260px) {
    .area-search__list {
        gap: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .area-search__list {
        gap: 24.16px;
    }
}

.area-search__row {
    display: flex;
    gap: 40px;
}

@media screen and (max-width: 1260px) {
    .area-search__row {
        gap: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .area-search__row {
        gap: 24.16px;
    }
}

@media screen and (max-width: 800px) {
    .area-search__row {
        flex-direction: column;
    }
}

.area-search__item {
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    column-gap: 11px;
    flex: 0 0 calc(50% - 20px);
    padding: 23px 30px 23px 22px;
}

@media screen and (max-width: 1260px) {
    .area-search__item {
        padding: 20px 10px 20px 10px;
        column-gap: 6px;
    }
}

@media screen and (max-width: 1024px) {
    .area-search__item {
        column-gap: 18.91px;
        padding: 16px 34px 16px 21px;
        max-width: 500px;
    }
}

@media screen and (max-width: 800px) {
    .area-search__item {
        flex: unset;
    }
}

.area-search__item-text {
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: calc(30 / 18);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

@media screen and (max-width: 1260px) {
    .area-search__item-icon {
        width: 80px;
    }
}

@media screen and (max-width: 1260px) {
    .area-search__item-text {
        font-size: 16px;
        letter-spacing: 1.6px;
        line-height: calc(25 / 16);
    }

    .area-search__item-icon {
        width: 57.58px;
    }
}

.area-search__item-text::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #2B9B7D;
}

/* リンクのリスト */
.link-list {
    background-color: #F4F4F4;
    padding: 60px 50px;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 2;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .link-list {
        padding: 40px
    }
}

.link-list__group {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 20px;
}

.link-list__link {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 1024px) {
    .link-list__link {
        gap: 9px;
    }
}

.link-list__item {
    flex: 0 0 calc((100% - 6 * 20px) / 7);
    white-space: nowrap;
}

.link-list__link::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    transform: rotate(45deg);
}

.link-list__group:not(:first-child) {
    padding-top: 34px;
    margin-top: 34px;
    border-top: 1px solid #C6C6C6;
}

/* ラベル付きリンクのリスト */
.label-link-list {
    background-color: #F4F4F4;
    padding: 60px 50px;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 2;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .label-link-list {
        padding: 40px
    }
}

.label-link-list__row {
    display: flex;
    gap: 112px;
}

@media screen and (max-width: 1024px) {
    .label-link-list__row {
        flex-direction: column;
        gap: 24px;
    }
}

.label-link-list__label {
    font-size: 18px;
    letter-spacing: 1.8px;
    font-weight: 500;
    line-height: calc(32 / 18);
}

.label-link-list__group-outer {
    flex: 1;
}

.label-link-list__group {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 20px;
}

.label-link-list__link {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 1024px) {
    .label-link-list__link {
        gap: 9px;
    }
}

.label-link-list__item {
    flex: 0 0 calc((100% - 6 * 20px) / 6);
    white-space: nowrap;
}

.label-link-list__link::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    transform: rotate(45deg);
}

.label-link-list__row:not(:first-child) {
    padding-top: 34px;
    margin-top: 34px;
    border-top: 1px solid #C6C6C6;
}

/* 地図情報 */
.map-only {
    margin-right: -32px;
    margin-left: -32px;
}

.map-only__map {
    aspect-ratio: 160 / 44;
}

@media screen and (max-width: 1024px) {
    .map-only__map {
        aspect-ratio: 39 / 24;
    }
}