.content{
    padding: 140px 0 0;
}

/* sill img */
.still_wrap .still_img{
    background: url(../images/the_shg_still.jpg) no-repeat 50%;
    background-size: cover;
}

/* about */
.about .text_img{
    display: flex;
}
.about .text_wrap{
    flex: 1;
    padding: 20px;
    margin-top: 20px;
    margin-left: 60px;
}
.about .text_wrap dt{
    color: #BE9F56;
}
.about .text_wrap div{
    width: 38px;
    height: 3px;
    background: #BE9F56;
    margin: 10px 0 30px;
}
.about .text_wrap p{
    padding-bottom: 4px;
    padding-left: 0.9em;
    text-indent: -0.9em;
}

/* s2 */
.section2{
    padding: 0 0 60px;
}
.section2 .bg_box{
    top: -40px;
    left: -40px;
}

/* s3 */
.section3{
    padding: 0 0 110px;
}
.section3 .text_img{
    justify-content: flex-end;
    flex-direction: row-reverse;
}
.section3 .bg_box{
    bottom: -40px;
    right: -40px;
}

/* s4 */
.section4{
    padding: 110px 0;
    background: url(../images/bg_time.png) no-repeat center bottom/auto 90vh; 
}
.section4 .text_img{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 80px;
}
.section4 .text_wrap{
    background: #443637;
    color: #fff;
    width: 370px;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 -82px -148px;
}
.section4 .text_wrap p{
    font-size: 20px;
    width: 225px;
    margin-bottom: 3px;
}
.section4 .text_wrap p:nth-child(1) span{
    letter-spacing: 0.62em;
}
.section4 .text_wrap p:nth-child(2) span{
    letter-spacing: 0.42em;
}
.section4 .text_wrap span{
    display: inline-block;
    width: 113px;
    color: #fff;
}

/* section5 */
.section5{
    padding: 180px 0;
}
.section5 .map_text{
    display: flex;
    color: #645859;
}
.section5 .map_text div{
    border: 1px solid #EEEDED;
    width: 50%;
    padding: 30px 60px;
}
.section5 .map_text dl{
    display: flex;
}
.section5 .map_text dt{
    font-size: 16px;
    letter-spacing: 0.85em;
    font-weight: bold;
    margin-right: 44px;
    width: 45px;
}
.section5 .map_text dd{
    margin-bottom: 10px;
}
.section5 .map_text p{
    font-size: 14px;
    color: #A39E9E;
    padding-top: 10px;
}
.section5 .map_text div:last-child{
    border: none;
}
.section5 .map_text div:last-child dl:last-child dt{
    letter-spacing: -0.02em;
}

@media (max-width: 1200px){

    .content{
        padding-left: 5%;
        padding-right: 5%;
    }
    .about img{
        width: 50%;
    }

}

@media (max-width: 960px){

    .about img{
        max-width: 600px;
        width: 100%;
    }
    .about .text_img{
        flex-wrap: wrap;
        justify-content: center;
    }
    .about .text_wrap{
        flex: auto;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .about .text_wrap div{
        margin: 10px auto 30px;
    }
    .section4{
        background: url(../images/bg_time.png) no-repeat center bottom/auto 75vh;
    }
    .section4 .text_img img{
        width: 50vw;
    }
    .section5 .map_text div{
        padding: 30px;
    }
    .section5 .map_text dt{
        margin-right: 20px;
    }

}

@media (max-width: 768px){
    
    .section4{
        background: url(../images/bg_time.png) no-repeat center bottom/auto 50vh;
    }
    .section4 .text_img{
        padding: 0 5%;
    }
    .section4 .text_img img{
        width: 100%;
    }
    .section4 .text_wrap{
        width: 500px;
        height: 150px;
    }
    .section4 .text_wrap p{
        font-size: 16px;
        width: 170px;
    }
    .section4 .text_wrap span{
        width: 80px;
    }
    .section5 .map_text{
        display: inline-flex;
        flex-wrap: wrap;
    }
    .section5 .map_text div{
        width: 100%;
    }
    .section5 .map_text br{
        display: none;
    }

}