@charset "UTF-8";
/* Hero ================================= */
.container article:first-child {
    min-height: initial;
}
#hero{
    padding: 0;
}
#hero .img_wrap {
    position: relative;
    width: 100%;
    max-height: 620px;
}
#hero .img_wrap::before{
    content:"";
    display: block;
    padding-top: 32.2916%;
}
#hero .img_wrap img{
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#hero .title_wrap{
    position: absolute;
    left: 30%;
    top: 50%;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
    box-sizing: border-box;
}
#hero .title_wrap .title{
    word-break: break-all;
    letter-spacing: normal;
}
#hero .title_wrap span{
    display: block;
}
@media (max-width: 767px){
    #hero .img_wrap{
        min-height: 180px;
    }
    #hero .img_wrap img{
        object-fit: cover;
    }
    #hero .title_wrap{
        left: 20%;
        top: 50%;
    }
    #hero .title_wrap .title{
        font-size: 1rem;
        margin: 0;
        line-height: 1.5;
    }
}
@media (min-width: 768px){
    #hero .title_wrap .title{
        font-size: 2rem;
        margin: 0.5em 0;
    }
}

/* contents_wrap=============================================== */
#contents_wrap{
    padding: 0;
}
#contents_wrap .btn_wrap{
    position: relative;
    padding-top: 20px;
    height: 80px;
}
@media (max-width: 1024px){
    #contents_wrap .btn_wrap > div {
        text-align: center;
    }
    #contents_wrap .btn_wrap > div .basic_btn{
        display: inline-block;
        width: 45%;
        max-width: 250px;
        font-size: 1rem;
    }
}
@media (min-width: 1025px){
    #contents_wrap .btn_wrap > div{
        position: absolute;
        right: 27px;
    }
    #contents_wrap .btn_wrap .basic_btn{
        width: 253px;
        margin-bottom: 14px;
    }
}

#contents_wrap section{
    width: 90%;
    max-width: 1260px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 1.7;
}
#contents_wrap .top_message{
    max-width: 1130px;
    margin: 2em auto;
}
#contents_wrap section dl{
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
}
#contents_wrap section dt{
    float: left;
}
#contents_wrap section dd{
    margin-left: 2em;
}
#contents_wrap section .blue {
    color: #328BD8;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
}
.img_center{
    width: 100%;
    max-width: 750px;
}
#contents_wrap section .title{
    border-bottom: 1px solid #AFAFAF;
}
#contents_wrap section .wrap{
    width: 90%;
    max-width: 1198px;
    margin: 0 auto;
}
#contents_wrap section .max{
    width: 100%;
    max-width: inherit;
}
#contents_wrap section .w830{
    max-width: 830px;
    margin: 0 auto;
}
#contents_wrap section .wrap > p{
    min-height: 55px;
    margin-bottom: 25px;
}
#contents_wrap section .wrap .imgBox_col3,
#contents_wrap section .wrap .imgBox_col2{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
#contents_wrap section .wrap .space-around{
    justify-content: space-around;
}
#contents_wrap section .wrap .space-between{
    justify-content: space-between;
}
#contents_wrap section .wrap .imgBox_col3 > img{
    width: 33%;
}
#contents_wrap section .wrap.max .imgBox_col3 > img{
    width: 33%;
    max-width: 400px;
}
#contents_wrap section .wrap .imgBox_col2 > img{
    width: 48%;
    max-width: 400px;
}
#contents_wrap section .wrap .imgBox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
@media (max-width: 767px){
    #contents_wrap {
        margin-bottom: 100px;
    }
    .fnt20{
        font-size: 1.4rem;
    }
    #contents_wrap section.top_wrap{
        margin-bottom: 100px;
    }
    #contents_wrap .top_message{
        font-size: 1.2rem;
    }
    #contents_wrap section{
        margin-bottom: 50px;
    }
    #contents_wrap section dl{
        font-size: 1rem;
        max-width: 500px;
    }
    #contents_wrap section .blue {
        margin-bottom: 44px;
        font-size: 1.3rem;
    }
    .img_center{
        max-width: 500px;
    }
    #contents_wrap section .title{
        font-size: 1.4rem;
    }
    #contents_wrap section .wrap > p{
        font-size: 1.2rem;
    }
    #contents_wrap section .wrap.max > p{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #contents_wrap section .wrap .imgBox > img{
        width: 50%;
        margin: 0 auto;
    }
}
@media (min-width: 768px){
    #contents_wrap {
        margin-bottom: 233px;
    }
    .fnt20{
        font-size: 2rem;
    }
    #contents_wrap section.top_wrap{
        margin-bottom: 221px;
    }
    #contents_wrap section{
        margin-bottom: 95px;
    }
    #contents_wrap section .blue {
        margin-bottom: 88px;
    }
    #contents_wrap section .title{
        font-size: 2rem;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    #contents_wrap section .wrap .imgBox > img:first-of-type{
        width: 50%;
        max-width: 582px;
        height: auto;
    }
    #contents_wrap section .wrap .imgBox > img:last-of-type{
        width: 40%;
        max-width: 365px;
        height: auto;
    }
}

/* information=============================================== */
#information-menu .inner{
    width: 90%;
    max-width: 1117px;
    margin: 0 auto;
}
#information-menu ul{
    padding: 0;
    margin: 4em 0;
    text-align: center;
}
#information-menu ul li{
    display: inline-block;
    min-width: 171px;
    border-bottom: 2px solid #707070;
    position: relative;
    margin: 0 45px 50px 50px;
    font-size: 1.1rem;
    letter-spacing: 3.3px;
    text-align: center;
}
#information-menu ul li a{
    display: block;
    padding: 13px 0;
    text-decoration: none;
    transition: 0.3s;
}
#information-menu ul li span{
    display: block;
    padding: 13px 0;
}
#information-menu ul li::before{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}
#information-menu ul li.contact::before{
    background-image: url(../images/information_icon1.svg);
    right: 100%;
    bottom: -5px;
}
#information-menu ul li.telephone::before{
    background-image: url(../images/information_icon5.svg);
    right: 100%;
    bottom: -6px;
}
#information-menu ul li.telephone{
    margin-bottom: 150px;
}
#information-menu ul li.telephone .tel_box{
    position: absolute;
    top: 100%;
    right: 0;
    width: 221px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}
#information-menu ul li.telephone .tel_box .tel_number{
    display: block;
    font-size: 3rem;
    letter-spacing: 0.01em;
    margin: 14px 0;
}
#information-menu ul li.telephone .tel_box .fax{
    display: inline-block;
    background: #000;
    color: #FFF;
    width: 42px;
    height: 16px;
    box-sizing: border-box;
    padding: 3px;
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    text-align: center;
    margin-right: 0.5em;
    vertical-align: middle;
}
#information-menu ul li.telephone .tel_box .fax_number{
    display: inline-block;
    font-size: 2.1rem;
    letter-spacing: 0.01em;
    vertical-align: middle;
    margin: 0;
}
@media (max-width: 767px) {
    #information-menu ul{
        text-align: center;
        width: 230px;
        margin: 30px auto;
    }
    #information-menu ul li{
        margin-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    #information-menu ul li{
        margin: 0 30px 50px 50px;
        min-width: 135px;
    }
    #information-menu ul li.telephone .tel_box{
        width: 180px;
    }
    #information-menu ul li.telephone .tel_box .tel_number{
        font-size: 2.5rem;
    }
    #information-menu ul li.telephone .tel_box .fax_number{
        font-size: 1.6rem;
    }
}