* {
    scroll-behavior: smooth;
}

.body-wrapper {
    background: #F6F7F8;
    overflow-x: unset;
}

.scroll-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    max-width: 1110px;
    width: 100%;
    margin-inline: auto;
    padding-block: 30px 85px;
    flex-wrap: wrap;
    position: sticky;
    top: -30px;
    z-index: 99;
}

@media (max-width:767px) {
    .scroll-row {
        padding-bottom: 60px;
        gap: 1px;
        top: -30px;
    }
}

.scroll-col {
    width: calc(100% / 4 - 2.25px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: end;
    background-color: #DFE6EA;
    padding-block: 14px 36px;
    transition: all 0.35s ease;

    @media (max-width:767px) {
        width: calc((100% / 2) - (1px / 2));
        padding-block: 6px 17px;
    }

    &:hover {
        background-color: #0F4569;
        opacity: 1;

        .scroll-ttl {
            color: #fff;
        }

        .scroll-subttl {
            color: rgba(227, 243, 255, 0.49);

            &::after {
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.811' height='12.686' viewBox='0 0 27.811 12.686'%3E%3Cpath id='Path_2040' data-name='Path 2040' d='M0,0,12.5,10,25,0' transform='translate(1.406 1.406)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
            }
        }
    }
}

.scroll-ttl {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 29px;
    color: #3C3C3C;
    font-weight: 500;

    @media (max-width:991px) {
        font-size: 17px;
    }

    @media (max-width:767px) {
        font-size: 16px;
        line-height: 21px;
    }
}

.scroll-subttl {
    color: rgba(15, 69, 105, 0.49);
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 20px;
    margin-top: 1px;
    position: relative;

    &::after {
        content: "";
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.811' height='12.686' viewBox='0 0 27.811 12.686'%3E%3Cpath id='Path_2040' data-name='Path 2040' d='M0,0,12.5,10,25,0' transform='translate(1.406 1.406)' fill='none' stroke='%230f4569' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 25px;
        height: 10px;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
    }



    @media (max-width:767px) {
        font-size: 12px;
        line-height: 1;

        &::after {
            width: 12px;
            height: 5px;
            bottom: -10px;
        }
    }
}



.locations-dynamic {
    margin-block: 64px 63px;
    line-height: 0;
}

.locations-types {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    margin-bottom: 37px;
}

.locations-type {
    background-color: #fff;
    padding: 0px 26px 27px;

    &:first-child {
        border-top: 7px solid #4AAAB8;
    }

    &:last-child {
        border-top: 7px solid #BEA128;

    }

    @media (max-width:767px) {
        padding: 0px 15px 15px;
    }
}

.locations-ttl {
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 37px;
    padding-block: 13px;
    text-align: center;
    font-weight: 500;
}
@media (max-width:991px) {
    .locations-ttl {
        font-size: 22px;
    }
}
@media (max-width:767px) {
    .locations-ttl {
        font-size: 20px;
    }
}

.locations-des {
    font-size: 18px;
    font-weight: 400;
    color: #3C3C3C;
    text-align: justify;
}

@media (max-width:767px) {
    .locations-des {
        font-size: 14px;
        line-height: 23px;
    }
}

/* locations-timeframe */
.locations-timeframe {
    background-color: #fff;
    padding: 35px 30px 25px 37px;
}

.locations-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.locations-col:first-child:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #0F4569;
    left: 116px;
    top: 0;
    z-index: 1;
}

.locations-col {
    counter-reset: count;
}

.locations-col.pc-show {
    display: block;
}

.locations-col:first-child {
    max-width: 652px;
    width: 100%;
    position: relative;
}

.locations-col:last-child {
    max-width: 340px;
    margin-inline: 15px 0;

}

.locations-wraps {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 40px;

    &:first-child {
        margin-top: 7px;
    }
}

@media (max-width:767px) {
    .locations-row {
        flex-direction: column;
    }

    .locations-image-wrapper {
        margin-top: 30px;
    }

    .locations-wraps {
        padding-bottom: 25px;
    }


}

.locations-wraps:last-child {
    padding-bottom: 20px;
}

.locations-timeperiod {
    padding-right: 30px;

}

.locations-content {
    padding-left: 30px;
}

.locations-year {
    font-size: 26px;
    line-height: 37px;
    font-weight: 500;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
}

.locations-year-text-block {
    text-align: right;
    line-height: 26px;
}

.locations-year-text {
    font-size: 14px;
    line-height: 14px;
}

.locations-year:after {
    content: counter(count);
    counter-increment: count;
    position: absolute;
    font-size: 19px;
    color: #fff;
    letter-spacing: 0.05em;
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 27px;
    background-color: #0D71B4;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    right: -43px;
    top: 9px;
    z-index: 2;
    line-height: 1;
}

.locations-year.-sub:after {
    content: "";
    counter-increment: none;
    width: 16px;
    height: 16px;
    top: 13px;
    right: -37px;
}

.locations-year.-light:after {
    background-color: #4AAAB8;
}

.locations-title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 37px;
}

@media (max-width:767px) {
    .locations-title {
        font-size: 18px;
    }
}

.locations-text-sm {
    font-family: "Noto Sans JP", sans-serif;
    padding-block: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
}

.locations-text-big {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.locations-image-content {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    margin-top: 9px;
}

.locations-image-content .number {
    font-size: 15px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    background-color: #0D71B4;
    display: inline-block;
    line-height: 1.2;
}

.locations-image {
    line-height: 0;
    position: relative;

    img {
        width: 100%;
    }
}

.locations-image-content .number.light {
    background-color: #4AAAB8;
}

.locations-image-content .text {
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    font-family: 'Noto Sans JP';
}

.locations-image-wrapper {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px 10px 7px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .25);

    &:last-of-type {
        margin-bottom: 0;
    }
}

.locations-image-wrapper.sp-show {
    display: none;
}

.locations-image-flex {
    margin-bottom: 20px;
}

@media (max-width:991px) {
    .locations-col:last-child {
        max-width: 250px;
    }

    .locations-title {
        font-size: 20px;
    }

    .locations-year {
        width: 58px;
    }

    .locations-col:first-child:after {
        left: 85px;
    }
}

@media (max-width:767px) {
    .locations-types {
        flex-direction: column;
    }

    .locations-dynamic {
        margin-block: 35px;
    }

    /* .locations-col:last-child {
        max-width: 200px;
    } */
    .locations-col:last-child {
        max-width: 100%;
        width: 100%;
        margin-inline: auto;
    }
    .locations-timeframe {
        padding: 10px;
    }

    .locations-year {
        font-size: 20px;
    }

    .locations-timeperiod {
        padding-right: 5px;
    }

    .locations-content {
        padding-left: 15px;
    }

    .locations-col:first-child:after {
        left: 63px;
        width: 1px;
    }

    .locations-year:after {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        font-size: 12px;
        right: -16px;
    }

    .locations-year.-sub:after {
        right: -14px;
    }

    .locations-col.pc-show {
        display: none;
    }

    .locations-image-wrapper.sp-show {
        display: block;
        margin-top: 10px;
    }
}

/* locations-development */
.locations-development {
    background: #E7EAF0;
    padding-block: 40px 37px;
    padding-inline: 40px;
    margin-block: 60px 83px;
}

@media (max-width:767px) {
    .locations-development {
        margin-block: 40px 40px;
    }
}

.locations-development-title {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 48px;
    text-align: center;
}

.locations-development-description {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 31px;
    padding-block: 20px 30px;
}

.locations-development-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.locations-development-img {
    position: relative;
    line-height: 0;
}

.locations-development-text {
    position: absolute;
    display: inline-block;
      bottom: 10px;
        right: 10px;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.96);

    @media (max-width:767px) {
        font-size: 10px;
        bottom: 10px;
        right: 10px;
    }
}

.locations-development-footertext {
    font-size: 13px;
    line-height: 19px;
    display: flex;
    justify-content: end;
    margin-top: 11px;

}

@media (max-width:767px) {
    .locations-development {
        padding: 10px;
    }

    .locations-development-title {
        font-size: 20px;
        line-height: 30px;
    }

    .locations-development-description {
        font-size: 14px;
        line-height: 23px;
        padding-block: 15px;
    }

    .locations-development-row {
        flex-direction: column;
        gap: 15px;
    }
}

/* shopping */
.shopping {
    margin-top: 83px;
    background: #F6F7F8;
}

.shopping-block {
    max-width: 1260px;
    width: 100%;
    margin-inline: auto;
    background-color: #fff;
    margin-bottom: 117px;

    @media screen and (max-width:767px) {
        margin-bottom: 40px;
    }
}

.shopping-row {
    max-width: 1110px;
    width: 100%;
    margin-inline: auto;
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 30px;

    @media screen and (max-width:767px) {
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 0;
    }

    &.first {
        @media (min-width:768px) {
            margin-top: 70px;
        }
    }
}

.shopping-row.last {
    margin-bottom: 60px;
}

@media (max-width:767px) {
    .shopping-row.last {
        margin-bottom: 30px;
    }
}

.shopping-col {
    width: calc(100% / 2 - 15px);
    line-height: 0;


    @media screen and (max-width:767px) {
        width: 100%;
    }
}

.shopping-col-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 35px;
    margin-top: 10px;
    color: #0F4569;

    @media screen and (max-width:991px) {
        font-size: 20px;
        letter-spacing: 0em;
    }

    span {
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
    }
}

.shopping-col-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 5px;

    @media screen and (max-width:991px) {
        font-size: 14px;
    }

}

.shopping-footer {
    max-width: 1110px;
    width: 100%;
    margin-inline: auto;
    background-color: #E7EAF0;
    display: flex;
    justify-content: center;
    gap: 78px;
    padding: 30px 34px 33px 30px;

    @media screen and (max-width:991px) {
        gap: 30px;
        padding: 15px 15px;
    }

    @media screen and (max-width:767px) {
        flex-direction: column;
        gap: 30px;
        padding: 25px 15px;
    }

}

.shopping-footer-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 23px;
}

.shopping-footer-title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 40px;
    color: #0F4569;
    border-bottom: 2px solid #0F4569;
    padding-bottom: 6px;

    @media screen and (max-width:991px) {
        font-size: 20px;
        line-height: 36px;
        padding-top: 5px;
    }

    span {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 1;

        @media screen and (max-width:991px) {
            font-size: 14px;
            line-height: 1;
        }
    }
}

.shopping-footer-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: calc(28/16);
    padding-top: 20px;

    @media screen and (max-width:1200px) {
        font-size: 15px;
        line-height: calc(25/15);
    }

    @media screen and (max-width:991px) {
        font-size: 14px;
        line-height: calc(21/14);
        padding-top: 10px;
    }
}

.shopping-footer-image {
    max-width: 320px;
    width: 100%;
    position: relative;
    line-height: 0;

    @media screen and (max-width:767px) {
        max-width: 100%;
    }
}

.shopping-footer-imgtext {
    position: absolute;
    color: #fff;
    display: inline-block;
    right: 10px;
    bottom: 10px;
    text-shadow: rgba(0, 0, 0, 0.96) 0px 0 4px;
    line-height: 1;
    font-size: 12px;

    @media (max-width:767px) {
        font-size: 10px;
    }

}

.shopping-footer-content {
    flex: 1;
}

.shopping-market {
    margin-top: 60px;
}

.ch-heading {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;

}

.ch-heading-line {
    border: 1px dashed #908C87;
    width: 100%;
}

.shopping-market-title {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 46px;
    color: #3C3C3C;
    margin-block: 15px 50px;

    @media screen and (max-width:991px) {
        font-size: 26px;
        line-height: 30px;
    }

    @media screen and (max-width:767px) {
        font-size: 20px;
        margin-block: 10px 30px;
    }
}

#shopping {
    margin-bottom: 117px;
}

@media (max-width:767px) {
    #shopping {
        margin-bottom: 60px;
    }
}



.shopping-market-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;

    @media screen and (max-width:767px) {
        flex-direction: column;
    }
}

.shopping-market-col {
    width: calc(100% / 3 - 20px);

    @media screen and (max-width:767px) {
        width: 100%;
    }
}

.shopping-market-text {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 31px;

    @media screen and (max-width:991px) {
        font-size: 16px;
    }

    @media screen and (max-width:767px) {}

    span {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1;
        padding-left: 8px;

        @media screen and (max-width:991px) {
            line-height: 1;
        }

        @media screen and (max-width:767px) {
            font-size: 14px;
        }
    }
}



/* shopping */

/* nature */

.nature {
    margin-bottom: 68px;
}

@media (max-width:767px) {
    .nature {
        margin-bottom: 34px;
    }
}

.nature-row-wrap {
    margin-top: 70px;
}

.nature-row {
    display: flex;
    justify-content: center;
    align-self: center;
    gap: 30px;
    max-width: 1260px;
    width: 100%;
    margin-inline: auto;

}

.nature-row:first-of-type {
    margin-bottom: 77px;
}

.nature-row.-rev {
    flex-direction: row-reverse;

}

.nature-row.-rev.gap {
    gap: 0px;
}

.nature-image-row.-img {
    max-width: 256px;
    width: 100%;
    margin-inline: auto 0;
    position: absolute;
    right: -50px;
    bottom: -43px;
    padding-left: 0;
}

.nature-row.-rev .nature-col:first-child {
    max-width: 500px;
    width: 100%;
}

.nature-col:first-child {
    max-width: 580px;
    line-height: 0;
    width: 100%;
    position: relative;
}

.img-txt {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1;

    @media (max-width:767px) {
        font-size: 10px;
    }

}





.nature-col:last-child {
    flex: 1;
    position: relative;
}

.nature-text {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 40px;
    color: #0F4569;
    border-bottom: 2px solid #0F4569;
    position: relative;
    margin-bottom: 32px;


    .xl {
        font-size: 32px;
        line-height: 1;
    }
}


.nature-text.pl {
    padding-left: 74px;
}

.nature-text-circle {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 74px;
}

.nature-text-sm {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #0F4569;
    padding-left: 8px;
}


.nature-image-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-left: 20px;
}

@media (max-width:767px) {
    .nature-image-row {
        padding-left: 0;
    }
}

.posi-r{
    position: relative;
}

.nature-image {
    position: relative;
    line-height: 0;
}

.shops-img {
    position: relative;
    line-height: 0;
}

.nature-image:first-child {
    margin-top: 50px;

}



.nature-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 29.4px;
    letter-spacing: 0.1em;

    &.lh {
        line-height: 35.8px;

        @media (max-width:767px) {
            line-height: 23px;
        }
    }

    &.ls {
        letter-spacing: 0;
    }
}


.nature-image {
    max-width: 256px;
    width: 100%;
}

.nature-footertext {
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 19px;
    /* padding-bottom: 68px; */
}

@media (max-width:1199px) {
    .nature-col:first-child {
        max-width: 485px;
    }

    .nature-row-wrap {
        /* padding-inline: 45px; */
    }


    .nature-row.-rev .nature-col:first-child {
        max-width: 430px;
    }

    .nature-image {
        max-width: 200px;
    }

    .nature-text {
        margin-bottom: 15px;
    }

    .nature-description {
        font-size: 15px;
        line-height: 25px;
    }

    .nature-image-row {
        justify-content: flex-start;
    }

    .nature-image-row.-img {
        right: -165px;
    }

}

@media (max-width:991px) {
    .nature-col:first-child {
        max-width: 400px;
    }

    .nature-row-wrap {
        /* padding-inline: 25px; */
    }

    .nature-description {
        font-size: 14px;
        line-height: 24px;
    }

    .nature-image:first-child {
        margin-top: 25px;
    }

    .nature-row {
        gap: 15px;
    }

    .nature-row.-rev .nature-col:first-child {
        max-width: 325px;
    }

    .nature-image {
        max-width: 150px;
    }

    .nature-image-row.-img {
        right: -145px;
    }
}

@media (max-width:767px) {
    .nature-row {
        flex-direction: column;
    }

    .nature-row-wrap {
        /* padding-inline: 20px; */
        margin-top: 30px;
    }

    .nature-row:first-of-type {
        margin-bottom: 35px;
    }

    .nature-col:first-child {
        max-width: 100%;
    }


    .nature-row.-rev {
        flex-direction: column-reverse;
        justify-content: flex-start;
    }

    .nature-row.-rev .nature-col:first-child {
        max-width: 90%;
        margin-inline: auto 0;
        position: relative;
        margin-top: 18px;
    }

    .nature-image-row.-img {
        left: 0;
        right: unset;
        bottom: 0;

    }

    .nature-col .nature-image.-ab {
        position: absolute;
        bottom: -67px;
        left: -35px;
    }

    .nature-description {
        font-size: 14px;
    }

    .nature-text {
        font-size: 20px;

        .xl {
            font-size: 24px;
        }
    }

    .nature-text-sm {
        font-size: 14px;
    }
}



.shops-wrapper {
    margin-top: 61px;
}

.shops-row {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 30px;
    margin-bottom: 60px;
    margin-top: 22px;
}

.shops-col {
    width: calc(100% / 4 - 22.5px);
}

.shops-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    border-bottom: 1px solid #D1CFC9;
    padding-block: 7px 8px;
}

.shops-title-sm {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 20px;
}

.shops-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 10px;

}

@media (max-width:767px) {
    .shops-description {
        font-size: 14px;
        line-height: 23px;
    }
}

.shops-img {}

@media (max-width:1199px) {
    .shops-title {
        font-size: 18px;
    }

    .shops-title-sm {
        font-size: 13px;
    }

}

@media (max-width:991px) {
    .shops-row {
        gap: 25px;
    }

    .shops-col {
        width: calc(100% / 4 - 13px);
    }

    .shops-title-sm {
        font-size: 13px;
    }

}

@media (max-width:767px) {
    .shops-wrapper {
        margin-top: 82px;
    }

    .shops-row {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .shops-col {
        max-width: 100%;
        width: 100%;
    }

}

.scenic-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 27px;
    margin-top: 56px;
    background-color: #E7EAF0;
    padding-block: 48px 33px;
    padding-inline: 40px;
}

.scenic-content {
    margin-bottom: 40px;

    @media (max-width:767px) {
        margin-bottom: 20px;
    }
}

.scenic-col {
    line-height: 0;
}

.scenic-col:first-child {
    max-width: 502px;
}

@media (max-width:767px) {
    .scenic-col:first-child {
        max-width: 100%;
    }
}


.scenic-ttl {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #0F4569;
    border-bottom: 1px solid #0D71B4;
    margin-bottom: 13px;
    line-height: 37px;
}

.scenic-description {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
}

@media (max-width:991px) {
    .scenic-row {
        padding-inline: 15px;
    }

    .scenic-ttl {
        font-size: 20px;
    }

    .scenic-description {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .scenic-row {
        flex-direction: column;
        margin-top: 40px;
        padding-inline: 10px;
    }

    .scenic-ttl {
        font-size: 18px;
    }
}

.education-block {
    margin-top: 45px;
    background-color: #fff;
}

@media (max-width:767px) {
    .education-block {
        margin-top: 30px;
    }
}

.education-row {
    margin-inline: auto;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;

    @media screen and (max-width:767px) {
        flex-direction: column;
    }
}

.education-col {
    width: calc(100% / 3 - 20px);
    line-height: 0;

    @media screen and (max-width:767px) {
        width: 100%;
    }
}

.education-col-text {
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    margin-top: 10px;

    @media screen and (max-width:991px) {
        font-size: 18px;
    }

    @media screen and (max-width:767px) {
        font-size: 16px;
    }

}

.education-col-text span {
    font-size: 14px;
    line-height: 1;
    padding-left: 8px;

    @media screen and (max-width:767px) {
        font-size: 12px;
    }
}

.education-studies {
    width: 100%;
    margin-inline: auto;
    background-color: #E7EAF0;
    padding: 50px 40px 15px 40px;
    margin-block: 58px 50px;

    @media screen and (max-width:991px) {
        padding: 40px 15px 30px 15px;
        margin-block: 40px 45px;
    }
}

.education-studies-title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: calc(50/32);
    border-bottom: 2px solid #0F4569;
    padding-bottom: 6px;
    color: #0F4569;

    @media screen and (max-width:991px) {
        font-size: 30px;
    }

    @media screen and (max-width:767px) {
        font-size: 20px;
    }
}

.education-studies-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 26px;
    margin-top: 36px;
}

@media (max-width:767px) {
    .education-studies-text {
        font-size: 14px;
        line-height: 23px;
        margin-top: 20px;
    }
}

.education-studies-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 40px;

    @media screen and (max-width:991px) {
        gap: 25px;
        margin-top: 30px;
    }

    @media screen and (max-width:767px) {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }
}

.education-studies-col {
    width: calc(100% / 2 - 25px);
    background-color: #fff;
    padding: 35px 18px 16px 18px;

    @media screen and (max-width:991px) {
        padding: 25px 10px 15px 10px;
        width: calc(100% / 2 - 16px);
    }

    @media screen and (max-width:767px) {
        width: 100%;
    }
}

.education-studies-col-text {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: calc(32/22);
    text-align: center;
    min-height: 63px;

    @media screen and (max-width:991px) {
        font-size: 18px;

    }

    @media screen and (max-width:767px) {
        font-size: 14px;
        min-height: auto;

    }
}

.education-achieve {
    display: flex;
    justify-content: center;
    gap: 34px;
    margin-block: 45px;

    @media screen and (max-width:991px) {
        gap: 20px;
        margin-block: 45px 30px;
    }

    @media screen and (max-width:767px) {
        flex-direction: column;
        margin-block: 30px 15px;
    }
}

.education-achieve-title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 66px;
    padding-bottom: 16px;
    border-bottom: 2px solid #0F4569;
    color: #0F4569;

    @media screen and (max-width:991px) {
        font-size: 24px;
        padding-bottom: 10px;
        line-height: 32px;
    }

    @media screen and (max-width:767px) {
        font-size: 20px;
        padding-bottom: 10px;
    }

    span {
        font-size: 46px;
        line-height: 1;

        @media screen and (max-width:991px) {
            font-size: 28px;
        }

        @media screen and (max-width:767px) {
            font-size: 25px;
        }
    }
}

.education-achieve-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: calc(28/16);
    margin-top: 26px;

    @media screen and (max-width:991px) {
        font-size: 14px;
        margin-top: 15px;
    }

    @media screen and (max-width:767px) {
        font-size: 14px;
        margin-top: 10px;
    }
}

.education-achieve-image {
    width: 100%;
    line-height: 0;
    position: relative;
}

.education-achieve-image img {
    max-width: 380px;

    @media screen and (max-width:991px) {
        max-width: 280px;
    }

    @media screen and (max-width:767px) {
        max-width: 100%;
    }
}

.education-text {
    font-size: 13px;
    font-weight: 400;
    line-height: calc(24/13);
}

.education-museums {
    max-width: 1110px;
    width: 100%;
    margin-inline: auto;
}

.education-museums-title {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: calc(50/32);

    @media screen and (max-width:991px) {
        font-size: 24px;
    }

    @media screen and (max-width:767px) {
        font-size: 20px;
    }
}

.education-museums-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-block: 30px 0;

    @media screen and (max-width:991px) {
        gap: 20px;
    }

    @media screen and (max-width:767px) {
        flex-direction: column;
    }

}

.education {
    margin-bottom: 111px;
}

@media (max-width:767px) {
    .education {
        margin-bottom: 60px;
    }
}


.education-museums-col {
    width: calc(100% / 3 - 20px);

    @media screen and (max-width:991px) {
        width: calc(100% / 3 - 13px);
    }

    @media screen and (max-width:767px) {
        width: 100%;
    }
}

.education-museums-image {
    width: 100%;
    line-height: 0;
    position: relative;
}

.education-museums-image-text {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: calc(24/14);
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.96);

    @media (max-width:767px) {
        font-size: 10px;
    }
}


.education-museums-col-title {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 31px;
    padding-bottom: 16px;
    margin-top: 23px;
    border-bottom: 1px solid #D1CFC9;

    @media screen and (max-width:991px) {
        font-size: 16px;
        padding-bottom: 16px;
        margin-top: 23px;
    }

    @media screen and (max-width:767px) {
        font-size: 20px;
        padding-bottom: 10px;
        margin-top: 15px;
    }

    .sm {
        line-height: 1;
        font-size: 13px;
        padding-left: 8px;
    }
}

.education-museums-title span {
    font-size: 13px;
    font-weight: 400;
    line-height: calc(24/13);

    @media screen and (max-width:991px) {
        font-size: 12px;
    }

    @media screen and (max-width:767px) {
        font-size: 12px;
    }
}

.education-museums-col-text {
    font-size: 16px;
    font-weight: 400;
    line-height: calc(28/16);
    margin-top: 20px;

    @media screen and (max-width:991px) {
        font-size: 13px;
        margin-top: 10px;
    }

    @media screen and (max-width:767px) {
        font-size: 14px;
        line-height: 23px;
        margin-top: 20px;
    }
}

/* area */
.area {
    padding: 87px 0 91px;
    background-color: #fff;

    @media (max-width:767px) {
        padding: 50px 0;
    }
}

.area-ttl {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 58px;
    padding: 16px 35px;
    background-color: #3c3c3c;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .area-ttl {
        font-size: 25px;
        line-height: 35px;
    }
}

.area-map {
    line-height: 0;
}

.area-row {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 43px;
    margin-bottom: 91px;
}

@media screen and (max-width:991px) {
    .area-row {
        gap: 15px;
    }
}

@media screen and (max-width:767px) {
    .area-row {
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 60px;
    }
}

.area-col {
    width: calc(100% / 3 - 20px);
}

@media screen and (max-width:991px) {
    .area-col {
        width: calc(100% / 3 - 10px);
    }
}

@media screen and (max-width:767px) {
    .area-col {
        width: 100%;
    }
}

.area-heading {
    font-size: 18px;
    color: #0F4569;
    line-height: 26px;
    padding-bottom: 2px;
    border-bottom: 1px solid #0F4569;
    margin-bottom: 14px;
}

.area-heading.-mt {
    margin-top: 14px;
}

.area-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.area-flex:not(:last-of-type) {
    margin-bottom: 16px;
}

.area-left {
    display: flex;
    align-items: center;
    gap: 3px;
    width: auto;
}

@media screen and (max-width:1199px) {
    .area-left {
        max-width: 210px;
        width: auto;
    }
}

@media screen and (max-width:991px) {
    .area-left {
        max-width: 158px;
    }
}

@media screen and (max-width:767px) {
    .area-left {
        max-width: 100%;
    }
}

.area-num {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.05em;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    background-color: #B7423C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.area-num.--blue {
    background-color: #4AAAB8;
}

.area-num.--purple {
    background-color: #B48BC1;
}

.area-num.--pink {
    background-color: #E6A0C0;
}

.area-num.--yellow {
    background-color: #B79F3C;
}

.area-name {
    font-family: "Shippori Mincho", serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 21px;
    flex: 1;
}

.area-desc {
    font-size: 14px;
    line-height: 21px;
    flex: 1;
    text-align: right;
}

.location02 .img-txt.mv {
    bottom: unset;
    top: -35px;
    right: 10px;

    @media (max-width:767px) {
        top: -20px;
    }
}