.subheader-title{
    text-align: center;
    font-size: 3.0rem;
    font-weight: 600;
    color: #344E7C;
}
.icon-title{
    vertical-align: middle;
    width: 100px;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}
.title__en{
    text-align: center;
    font-size: 1.4rem;
    font-family: "Lato", sans-serif;
    color: #344E7C;
}

.subheader-img{
    width: 100%;
    max-height: 640px;
    object-fit: contain;
    text-align: center;
}
.title-box{
    padding: 80px 0;
}
.catch-box{
    position: relative;
    margin-bottom: 60px;
}

@media screen and (min-width: 768px){

}
@media screen and (min-width: 1024px){
    .subheader-title{
        font-size: 4.8rem;
    }
    .title__en{
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1080px){

}

.info-title {
    font-size: 3.2rem;
    font-weight: 600;
    color: #344E7C;
    text-align: center;
}
.info-table{
    margin-bottom: 50px;
}
.info-tableRow{
    border-top: solid 1px #BDD4E1;
    padding: 20px 0;
}
.info-tableRow:last-child{
    border-bottom: solid 1px #BDD4E1;
}
.info-tableTd{
    flex: 1;
}
.googlemap{
    height: 400px;
}
.googlemap iframe{
    width: 100%;
    height: 100%;
}
.info-tableTh p{
    font-size: 2.0rem;
    font-weight: 700;
}
@media screen and (min-width: 768px){
    .info-title {
        font-size: 4.8rem;
        margin-bottom: 80px;
    }
    .info-table{
        margin-bottom: 120px;
    }
    .info-tableRow{
        padding: 40px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
    }
    .info-tableTh {
        width: 260px;
        padding-left: 50px;
    }

}
@media screen and (min-width: 1024px){
    .info-tableTh {
        width: 300px;
        padding-left: 80px;
    }
    .googlemap{
        height: 650px;
    }
    .googlemap iframe{
        height: 100%;
    }
}
@media screen and (min-width: 1230px){
    .info-tableTh {
        width: 440px;
        padding-left: 130px;
    }
}
.requirements-apply{
    position: relative;
    display: block;
    padding: 30px;
    border: solid 1px #344E7C;
    width: 300px;
    margin: 0 auto;
}
.requirements-apply::after{
    position: absolute;
    width: 70px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
    content: "";
    display: inline-block;
    background-image: url(/system_panel/uploads/images/recruit-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}