@charset "utf-8";

.secCmnTit{
    background: url(../img/company/backConpany.jpg) center top no-repeat;
}
.secCmnTit .tit{
    letter-spacing: 5.5px;
}
@media only screen and (max-width:767px){
    .secCmnTit{
        background: url(../img/company/backConpany_sp.jpg) center top no-repeat;
        background-size: cover;
    }
    .secCmnTit .tit{
        letter-spacing: 3.5px;
    }
}

/* secTop */
.secTop{
    padding: 120px 0 240px;
    color: #fff;
    background: #2b8bbd;
}
.secTop .innerBox{
    position: relative;
}
.secTop .innerCmnTit .innerTit{
    color: #fff;
}
.secTop .innerCmnTit .innerTit {
    display: inline-block;
    position: relative;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 5px;
}
.secTop .innerCmnTit .innerTit::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 2px;
    left: 0;
    bottom: -18px;
    background: #fff;
}
.secTop .tit{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.72;
    margin-top: 58px;
    letter-spacing: 2px
}
.secTop .txt{
    font-size: 16px;
    line-height: 2.37;
    margin-top: 26px;
    max-width: 800px;
    font-weight: bold;
    letter-spacing: 1px;
}

.secTop .imgBox{
    position: absolute;
    top: 0;
    right: 0;
}
.secTop .nameTxt{
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    margin-top: 26px;
    font-weight: bold;
    letter-spacing: 2px;
}
.secTop .txt20{
    font-size: 20px;
}
@media only screen and (max-width:767px){
    .secTop{
        padding: 50px 0 45px;
    }
    .secTop .innerCmnTit .innerTit {
        font-size: 22px;
        letter-spacing: 3px;
    }
    .secTop .innerCmnTit .innerTit::after {
        width: 100%;
        height: 1px;
        left: 0;
        bottom: -9px;
    }
    .secTop .innerCmnTit {
        text-align: center;
    }
    .secTop .tit {
        font-size: 20px;
        line-height: 1.5;
        margin-top: 34px;
        letter-spacing: 0.5px;
        text-align: center;
    }
    .secTop .txt{
        font-size: 12px;
        line-height: 2.33;
        margin-top: 15px;
        max-width: 100%;
        letter-spacing: 0.1px;
        text-align: center;
    }
    .secTop .imgBox{
        position: relative;
        bottom: 0;
        margin-top: 23px;
    }
    .secTop .img{
        width: 57.972%;
        min-width: 200px;
        margin: 0 auto;
    }
    .secTop .nameTxt{
        font-size: 12px;
        line-height: 1.5;
        margin-top: 18px;
        letter-spacing: 1px;
    }
    .secTop .txt20{
        font-size: 15px;
    }
}
@media only screen and (max-width:359px){
    .secTop .txt{
        font-size: 10px;
        letter-spacing: 0;
    }
}

/* secCompany */
.secCompany{
    margin-top: 120px;
}
.secCompany .innerCmnTit .innerTit {
    display: inline-block;
    position: relative;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 5px;
}
.secCompany .innerCmnTit .innerTit::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 2px;
    left: 0;
    bottom: -18px;
    background: #212329;
}
.secCompany .tableBox{
    margin-top: 69px;
}
.secCompany table,
.secCompany tbody{
    display: block;
    width: 100%;
}
.secCompany tr{
    border-bottom: 1px solid #eee;
    font-size: 16px;
    display: block;
}
.secCompany table tr:first-child{
    border-top: 1px solid #eee;
}
.secCompany th{
    width: 187px;
    vertical-align: middle;
    padding-left: 59px;
    letter-spacing: 2px;
}
.secCompany td{
    height: 89px;
    vertical-align: middle;
    letter-spacing: 1.7px;
    line-height: 2;
    padding-left: 43px;
}
.secCompany .boxMap{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.secCompany .mapCover{
    text-align: center;
    width: 49%;
}
.secCompany .mapCover iframe{
    max-width: 100%;
}
@media only screen and (max-width:767px){
    .secCompany{
        margin-top: 53px;
    }
    .secCompany .innerCmnTit {
        text-align: center;
    }
    .secCompany .innerCmnTit .innerTit {
        font-size: 22px;
        letter-spacing: 3px;
    }
    .secCompany .innerCmnTit .innerTit::after {
        width: 100%;
        height: 1px;
        left: 0;
        bottom: -8px;
    }
    .secCompany .tableBox{
        margin-top: 39px;
    }
    .secCompany tr{
        font-size: 12px;
    }
    .secCompany th{
        display: block;
        width: 100%;
        padding-left: 0;
        letter-spacing: 1px;
        padding: 19px 0 0;
        font-weight: bold;
    }
    .secCompany td{
        display: block;
        height: auto;
        letter-spacing: 0.5px;
        padding: 9px 0 11px;
        line-height: 1.67;
    }
    .secCompany .boxMap{
        margin-top: 30px;
        flex-direction: column;
        gap: 20px;
    }
    .secCompany .mapCover{
        position: relative;
        width: 100%;
        padding-top: 66.667vw;
        overflow: hidden;
    }
    .secCompany .mapCover iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
