.otherarea {
} 

.second__page .eng_tit02 {
    position: relative;
    font-size: 6vw;
    line-height: 7vw;
    padding-bottom: 3vw;
    color: #1f1f1f;
}
p.eng_tit02::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #000;
    width: 9vw;
    bottom: 1.2vw;
    left: 0;
}
.otherarea .area__box {
    position: relative;
    background: #fff;
    border-radius: 2vw;
    margin-bottom: 2vw;
    padding-bottom: 2vw;
}
.otherarea .area__box02 {
    position: relative;
    background: #fff;
    border-radius: 2vw;
    margin-bottom: 2vw;
    padding-bottom: 2vw;
    border: #cecece 1px solid;
}
.otherarea .abarea_wrapper .left__box {
    position: relative;
    width: 53%;
    background: #f5f5f5;
    margin-top: -5vw;
    padding-top: 3vw;
    padding-right: 3vw;
}
.otherarea .abarea_wrapper .left__box02 {
    position: relative;
    width: 53%;
    background: #fff;
    margin-top: -5vw;
    padding-top: 3vw;
    padding-right: 3vw;
}

.otherarea .area__inner {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin: 2vw 0 2vw 0; */
    margin: 0 auto;
    padding-top: 2vw;
    padding-bottom: 2vw;
}
.otherarea .area__inner h5 {
    font-size: 1.5vw;
    line-height: 2.3vw;
    margin-bottom: 1vw;
}
.otherarea .area__inner h5 .sub_tit {
    font-size: 1vw;
    line-height: 1.5vw;
}
.otherarea .area_wrapper02 {
    margin-top: 7vw;
}
.otherarea .area_wrapper02 .gmap {
    width: 90%;
    margin: 0 auto;
}

.gmap_iframe {
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    width: 100%;
    height: auto;
}

@media (max-width: 767px){
    .second__page .eng_tit02 {
        position: relative;
        font-size: 15vw;
        line-height: 17vw;
    }
    p.eng_tit02::after {
        width: 25vw;
        bottom: -3.8vw;
    }
    .otherarea .abarea_wrapper .left__box {
        width: 100%;
        background: none;
        margin-top: 10vw;
        padding-top: 0;
        padding-right: 0;
    }
    .otherarea .abarea_wrapper .left__box02 {
        width: 100%;
        background: none;
        margin-top: 10vw;
        padding-top: 0;
        padding-right: 0;
    }

    .otherarea .area_wrapper02 {
        margin-top: 16vw;
    }
    
    .otherarea .area__box {
        background: #fff;
        border-radius: 5vw;
        margin-bottom: 9vw;
        padding-bottom: 7vw;
    }
    .otherarea .area__box02 {
        border-radius: 5vw;
        padding-bottom: 7vw;
    }    
    .otherarea .area__inner {
        width: 80%;
        display: block;
        margin: 10vw 0 10vw 0;
        margin: 0 auto;
        padding-top: 5vw;
        padding-bottom: 9vw;
    }
    .otherarea .area__inner h5 {
        font-size: 5vw;
        line-height: 8vw;
        margin-bottom: 6vw;
    }
    .otherarea .area__inner h5 .sub_tit {
        font-size: 4vw;
        line-height: 16.5vw;
    }
    .otherarea .oa_txtbox h4 {
        margin-top: 7vw;
    }
    .otherarea .area_wrapper02 .gmap {
        width: 80%;
        margin: 0 auto;
    }
    .gmap_iframe {
        aspect-ratio: 4 / 6;
    }
    
}