.box-btm160{
    padding-bottom: 60px;
}
@media screen and (min-width: 1024px){
    .box-btm160{
        padding-bottom: 160px;
    }
}
.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;
}
.title-box{
    padding: 100px 0;
}
.subheader-img{
    width: 100%;
    max-height: 640px;
    object-fit: contain;
    text-align: center;
}
.catch-box{
    position: relative;
}
.company-title{
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    color: #344E7C;
    margin-bottom: 80px;
}
.company-text{
    text-align: center;
}
.company-icon1{
    position: absolute;
    width: 100px;
    bottom:-50px;
    left: 0px;
}
.company-icon2{
    position: absolute;
    width: 100px;
    top: 200px;
    right: 0px;
}

@media screen and (min-width: 768px){
    .company-icon2 {
        top: 200px;
    }
}
@media screen and (min-width: 1024px){
    .subheader-title{
        font-size: 4.8rem;
    }
    .title__en{
        font-size: 1.8rem;
    }
    .company-title{
        font-size: 4.8rem;
    }
    .company-icon1{
        width: 340px;
        bottom:-50px;
        left: -50px;
    }
    .company-icon2{
        width: 340px;
        top: 200px;
        right: -40px;
    }

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

}
.greetingBox{
    background-color: #344E7C;
}
.greetingBox p{
    color: #fff;
}
.greeting-title{
    font-size: 3.0rem;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-bottom: 50px;
}
.greeting-textTitle{
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 50px;
}
.greeting-ceoImg{
    text-align: center;
    margin-bottom: 30px;
}
.greeting-textTop{
    margin-bottom: 60px;
}
.greeting-textName{
    text-align: end;
}
.greeting-position{
    font-size: 2.0rem;
    font-weight: 600;
}
.ceo-name{
    font-size: 3.0rem;
    font-weight: 600;
}
@media screen and (min-width: 768px){

}
@media screen and (min-width: 1024px){
    .greeting-flexBox {
        display: flex;
        gap: 80px;
    }
    .greeting-title{
        font-size: 4.8rem;
        margin-bottom: 80px;
    }
    .greeting-ceoImg{
        width: 100%;
        margin-bottom: 0;
    }
    .greeting-flexLeft{
        width: 50%;
        text-align: center;
    }
    .greeting-flexRight{
        flex: 1;
    }
    .greeting-textTitle{
        font-size: 3.2rem;
    }
    .greeting-position{
        font-size: 2.4rem;
    }
    .ceo-name{
        font-size: 3.2rem;
    }

}
@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-tableTh p{
    font-size: 2.0rem;
    font-weight: 700;
}
.info-tableTd{
    flex: 1;
}
.googlemap{
    height: 400px;
}
.googlemap iframe{
    width: 100%;
    height: 100%;
}
@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: 440px;
        padding-left: 130px;
    }
    .googlemap{
        height: 650px;
    }
    .googlemap iframe{
        height: 100%;
    }
}
@media screen and (min-width: 1080px){

}
.groupBox {
    padding-bottom: 100px;
}
.group-Img{
    text-align: center;
    margin-bottom: 50px;
}
.group-title{
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
    color: #344E7C;
    margin-bottom: 50px;
}
.group-textTitle{
    color: #344E7C;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 50px;
}
.group-companyName{
    margin-bottom: 50px;
    font-size: 2.4rem;
    color: #344E7C;
}

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

}
@media screen and (min-width: 1024px){
    .groupBox {
        padding-bottom: 200px;
}
    .group-companyName{
        font-size: 3.2rem;
    }
    .group-flexBox {
        display: flex;
        gap: 80px;
    }
    .group-info{
        padding-top: 100px;
    }
    .group-title{
        font-size: 4.8rem;
        margin-bottom: 80px;
    }
    .group-Img{
        width: 100%;
        margin-bottom: 0;
    }
    .group-text{
        flex: 1;
    }
    .group-textTitle{
        font-size: 3.2rem;
    }
}
@media screen and (min-width: 1080px){

}
