@charset "utf-8";

.secCmnTit .spanColor{
    color: #16c45c;
}

/* secTop */
.secTop{
    height: 750px;
    margin-top: 141px;
    position: relative;
}
.secTop.lazyloaded{
    background: url(../img/company/bgTop01.jpg?240821) center top /cover;
}
@media only screen and (max-width:767px){
    .secTop{
        height: 53.335vw;
        margin-top: 62px;
    }
    .secTop.lazyloaded{
        background: url(../img/company/bgTop01_sp.jpg?240821) center top /cover;
    }
}

/* secTitBox */
.secTitBox{
    display: flex;
    align-items: center;
}
.secTitBox .titEng {
    font-size: 40px;
    letter-spacing: 4.5px;
    font-weight: 500;
}
.secTitBox .spanTit{
    position: relative;
}
.secTitBox .spanTit::before {
    position: absolute;
    content: "";
    background: #222;
    right: -36px;
    top: calc(50% - -1.5px);
    width: 30px;
    height: 1px;
}
.secTitBox .titJpn {
    font-size: 16px;
    margin: 7px 0 0 52px;
}
@media only screen and (max-width:767px){
    .secTitBox{
        display: block;
        width: calc((305 / 375)* 100%);
        margin: 0px auto 0;
    }
    .secTitBox .titEng {
        font-size: 30px;
        letter-spacing: 2.5px;
    }
    .secTitBox .spanTit::before {
        display: none;
    }
    .secTitBox .titJpn {
        font-size: 14px;
        margin: 20px 0 0 0px;
        letter-spacing: 0.5px;
    }
}


/* secVision */
.secVision .secTitBox{
    color: #fff;
}
.secVision .secTitBox .spanTit::before {
    background: #fff;
}
.secVision .bgBox{
    position: relative;
    height: auto;
    padding: 140px 0;
}
.secVision .bgBox.lazyloaded{
    background: url(../img/company/bgVision.jpg) center top / cover;
}
.secVision .txtBox{
    color: #fff;
    margin-top: 77px;
}
.secVision .tit{
    font-size: 36px;
    line-height: 2.223;
    font-weight: bold;
    letter-spacing: 7px;
}
.secVision .txt{
    font-size: 20px;
    line-height: 2.75;
    margin-top: 18px;
    letter-spacing: 4.5px;
}
@media only screen and (max-width:767px){
    .secVision .bgBox{
        height:auto;
        padding: 12.5vw 0 11vw;
    }
    .secVision .bgBox.lazyloaded{
        background: url(../img/company/bgVision_sp.jpg) center top / cover;
    }
    .secVision .txtBox{
        width: calc((305 / 375)* 100%);
        margin: 30px auto 0;
    }
    .secVision .tit{
        font-size: 18px;
        line-height: 2;
        letter-spacing: 3px;
    }
    .secVision .txt{
        font-size: 13px;
        line-height: 2.15;
        margin-top: 12px;
        letter-spacing: 0px;
    }
}
@media only screen and (max-width:374px){
    .secVision .tit {
        letter-spacing: 2px;
    }
}
@media only screen and (max-width:359px){
    .secVision .tit {
        font-size: 17px;
        letter-spacing: 1px;
    }
}

/* secMission */
.secMission{
    margin-top: 114px;
}
.secMission .flexBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}
.secMission .tit{
    font-size: 36px;
    line-height: 2.223;
    font-weight: bold;
    letter-spacing: 5.5px;
}
.secMission .txt{
    font-size: 20px;
    line-height: 2.75;
    margin-top: 18px;
    letter-spacing: 3px;
}
@media only screen and (max-width:767px){
    .secMission{
        margin-top:47px;
    }
    .secMission .flexBox{
        width: calc((305 / 375)* 100%);
        margin: 0px auto 0;
        display: block;
        margin-top: 30px;
    }
    .secMission .tit{
        font-size: 18px;
        line-height: 2;
        letter-spacing: 3px;
    }
    .secMission .txt{
        font-size: 13px;
        line-height: 2.15;
        margin-top: 13px;
        letter-spacing: 0;
    }
    .secMission .rightImg{
        width: 225px;
        height: auto;
        margin: 21px auto 0;
    }
}

/* secValue */
.secValue{
    margin-top: 143px;
    position: relative;
}
.secValue::before{
    position: absolute;
    content: "";
    width: 1002px;
    height: 1000px;
    left: calc(50% - 1170px);
    top: -75px;
}
.secValue.lazyloaded::before{
    background: url(../img/company/imgValue01.png) center top / cover;
}
.secValue .list{
    display: flex;
    flex-direction: column;
    padding: 77px 0 0 750px;
}
.secValue .item:nth-child(n+2){
    margin-top: 86px;
}
.secValue .topBox{
    display: flex;
    align-items: center;
}
.secValue .num{
    font-size: 24px;
    color: #1f85ba;
    letter-spacing: 2px;
    width: 40px;
}
.secValue .tit{
    font-size: 35px;
    font-weight: bold;
    padding-left: 10px;
    letter-spacing: 6px;
}
.secValue .txt{
    font-size: 18px;
    line-height: 2.1;
    padding: 20px 0px 0 50px;
}
@media only screen and (max-width:1550px){
    .secValue .tit {
        font-size: 30px;
        letter-spacing: 3px;
    }
}
@media only screen and (max-width:767px){
    .secValue{
        margin-top: 97px;
    }
    .secValue::before{
        width: 281px;
        height: 280px;
        left: auto;
        right: -60px;
        top: -40px;
    }
    .secValue .list{
        width: calc((305 / 375)* 100%);
        margin: 0px auto 0;
        display: flex;
        flex-direction: column;
        padding: 38px 0 0 0px;
    }
    .secValue .item:nth-child(n+2){
        margin-top: 20.5px;
    }
    .secValue .topBox{
        display: block;
    }
    .secValue .num{
        font-size: 13px;
        letter-spacing: 0px;
        width: auto;
    }
    .secValue .tit{
        font-size: 16px;
        padding-left: 0px;
        letter-spacing: 1px;
        margin-top: 11px;
    }
    .secValue .txt{
        font-size: 12px;
        line-height: 2.16;
        padding: 10px 0px 0 0px;
    }
}
@media only screen and (max-width:359px){
    .secValue .tit {
        font-size: 15px;
        letter-spacing: 0px;
    }
}

/* secMessage */
.secMessage{
    position: relative;
    height: auto;
    margin-top: 140px;
    padding-top: 114px;
    padding-bottom: 100px;
}
.secMessage.lazyloaded{
    background: url(../img/company/bgMessage.jpg) center top / cover;
}
.secMessage .flexBox{
    display: flex;
    align-items: center;
    position: relative;
    min-height: 850px;
    margin-top: 60px;
}
.secMessage .txtBox{
    width: calc(100% - 850px);
}
.secMessage .tit{
    font-size:40px;
    line-height: 1.5;
    font-weight: bold;
    color: #165e83;
    letter-spacing: 2.5px;
}
.secMessage .txt{
    font-size: 16px;
    line-height: 2.25;
}
.secMessage .txt + .txt{
    margin-top: 40px;
}
.secMessage .rightImg{
    position: absolute;
    right: calc(50% - 960px);
    top: 0;
}
.secMessage .txtImg{
    position: absolute;
    left: -80px;
    bottom: -90px;
}
@media only screen and (max-width:1440px){
    .secMessage .tit {
        font-size: 38px;
        letter-spacing: 1.5px;
    }
}

@media only screen and (max-width:767px){
    .secMessage{
        height: auto;
        margin-top:50px;
        padding: 13vw 0 11vw;
    }
    .secMessage.lazyloaded{
        background: url(../img/company/bgMessage_sp.jpg) center bottom / cover;
    }
    .secMessage .flexBox{
        width: calc((305 / 375)* 100%);
        margin: 0px auto 0;
       flex-direction: column-reverse;
        min-height: auto;
        margin-top: 39px;
    }
    .secMessage .txtBox{
        width: 100%;
        margin-top: 45px;
    }
    .secMessage .tit{
        font-size:20px;
        letter-spacing: 0px;
    }
    .secMessage .txt{
        font-size: 12px;
        line-height: 2.16;
        margin-top: 17px;
    }
    .secMessage .txt + .txt{
        margin-top: 25.5px;
    }
    .secMessage .rightImg{
        position: relative;
        right: unset;
    }
    .secMessage .txtImg{
        right: -20px;
        left: auto;
        bottom: -30px;
        width: 230px;
    }
}

/* secProfile */
.secProfile{
    position: relative;
    margin-top: 145px;
    z-index: 5;
}
.secProfile::before{
    position: absolute;
    content: "";
    left: 0;
    top: -145px;
    width: 100%;
    height: 2500px;
}
.secProfile.lazyloaded::before{
    background: url(../img/company/bgProfile.jpg) center top / cover;
}
.secProfile .boxTable,
.secProfile tbody,
.secProfile tr{
    width: 100%;
}
.secProfile .boxTable{
    margin: 58px auto 0;
}
.secProfile th,
.secProfile td{
    font-size: 16px;
    line-height: 2.25;
    position: relative;
}
.secProfile th::after,
.secProfile td::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    right: 0;
    top: 0;
    background: #e8e8e8;
}
.secProfile td::after{
    width: calc(100% - 50px);
}
.secProfile tr:last-child th::before,
.secProfile tr:last-child td::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    right: 0;
    bottom: 0;
    background: #e8e8e8;
}
.secProfile tr:last-child td::before{
    width: calc(100% - 50px);
}
.secProfile th{
    padding: 24.5px 0;
    width: 200px;
    letter-spacing: 1px;
    color: #1f85ba;
}
.secProfile td{
    padding: 24.5px 0;
    letter-spacing: 1.5px;
    width: calc(100% - 200px);
    padding-left: 50px;
}
.secProfile .aTab{
    display: inline-block;
    color: #1f85ba;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    text-underline-offset: 5px;
}

@media only screen and (max-width:767px){
    .secProfile {
        margin-top: 57px;
    }
    .secProfile::before{
        top: 0;
        height: 2300px;
        z-index: -1;
    }
    .secProfile.lazyloaded::before{
        background: url(../img/company/bgProfile_sp.jpg) center top / cover;
    }
    .secProfile .boxTable,
    .secProfile tbody,
    .secProfile tr{
        width: 100%;
        display: block;
    }
    .secProfile .boxTable{
        width: calc((305 / 375)* 100%);
        margin: 29px auto 0;
        border-bottom: solid 1px #e8e8e8;
    }
    .secProfile th,
    .secProfile td{
        font-size: 13px;
        line-height: 2.15;
        display: block;
    }
    .secProfile th::after,
    .secProfile td::after{
        display: none;
    }
    .secProfile tr:last-child th::before,
    .secProfile tr:last-child td::before{
        display: none;
    }
    .secProfile tr{
        border-top: solid 1px #e8e8e8;
    }
    .secProfile th{
        padding: 19px 0 5px;
        width: 100%;
        letter-spacing: normal;
    }
    .secProfile td{
        padding: 0 0 15px;
        letter-spacing: normal;
        width: 100%;
        padding-left: 0;
    }
    .secProfile .aTab{
        font-size: 13px;
        text-underline-offset: 2px;
        letter-spacing: 1.5px;
    }
}


/* secProfile */
.secHistory{
    position: relative;
    margin-top: 115px;
    z-index: 5;
}

.secHistory .boxTable,
.secHistory tbody,
.secHistory tr{
    width: 100%;
}
.secHistory .boxTable{
    margin: 58px auto 0;
}
.secHistory th,
.secHistory td{
    font-size: 16px;
    line-height: 2.25;
    position: relative;
}
.secHistory th::after,
.secHistory td::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    right: 0;
    top: 0;
    background: #e8e8e8;
}
.secHistory th::after{
    background: #165e83;
}
.secHistory td::after{
    width: calc(100% - 50px);
}
.secHistory tr:last-child th::before,
.secHistory tr:last-child td::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    right: 0;
    bottom: 0;
    background: #e8e8e8;
}
.secHistory tr:last-child th::before{
    background: #165e83;
}
.secHistory tr:last-child td::before{
    width: calc(100% - 50px);
}
.secHistory th{
    padding: 24.5px 0;
    width: 200px;
    letter-spacing: 3px;
}
.secHistory td{
    padding: 24.5px 0;
    letter-spacing: 1.5px;
    width: calc(100% - 200px);
    padding-left: 50px;
}
.secHistory .aTab{
    display: inline-block;
    color: #1f85ba;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    text-underline-offset: 5px;
}

@media only screen and (max-width:767px){
    .secHistory {
        margin-top: 57px;
    }
    .secHistory .boxTable,
    .secHistory tbody,
    .secHistory tr{
        width: 100%;
        display: block;
    }
    .secHistory .boxTable{
        width: calc((305 / 375)* 100%);
        margin: 29px auto 0;
        border-bottom: solid 1px #e8e8e8;
    }
    .secHistory th,
    .secHistory td{
        font-size: 13px;
        line-height: 2.15;
        display: block;
    }
    .secHistory th::after,
    .secHistory td::after{
        display: none;
    }
    .secHistory tr:last-child th::before,
    .secHistory tr:last-child td::before{
        display: none;
    }
    .secHistory tr{
        border-top: solid 1px #e8e8e8;
    }
    .secHistory th{
        padding: 19px 0 5px;
        width: 100%;
        letter-spacing: 1px;
        color: #165e83;
    }
    .secHistory td{
        padding: 0 0 14px;
        letter-spacing: normal;
        width: 100%;
        padding-left: 0;
    }
    .secHistory .aTab{
        font-size: 13px;
        text-underline-offset: 2px;
        letter-spacing: 1.5px;
    }
}

/* secRegion */
.secRegion{
    margin-top: 120px;
}
.secRegion .topTitBox{
    text-align: center;
}
.secRegion .engTit{
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 4px;
}
.secRegion .jpnTit{
    font-size: 20px;
    line-height: 2;
    letter-spacing: 4px;
    margin-top: 32px;
}
.secRegion .list{
    margin-top: 65px;
}
.secRegion .item{
    position: relative;
    background: #f3fcf7;
    border-radius: 50px 50px 0 0;
}
.secRegion .item:nth-child(2n){
    margin-top: -60px;
    background: #fff;
    z-index: 10;
}
.secRegion .item:last-child{
    border-radius: 50px;
}
.secRegion .wrapper{
    position: relative;
    z-index: 20;
}
.secRegion .flexBox{
    display: flex;
    align-items: center;
    padding: 100px 0 160px;
}
.secRegion .item:nth-child(2n) .flexBox{
    flex-flow: row-reverse;
    padding: 100px 0;
}
.secRegion .item:last-child .flexBox{
    padding: 100px 0;
}
.secRegion .imgBox{
    position: relative;
}
.secRegion .img{
    border-radius: 10px;
    overflow: hidden;
}
.secRegion .number{
    font-size: 120px;
    letter-spacing: 10px;
    font-weight: 500;
    color: #a2e7be;
    position: absolute;
    left: 40px;
    top: -65px;
    z-index: 30;
}
.secRegion .item:nth-child(2n) .number{
    left: auto;
    right: 30px;
}
.secRegion .txtBox{
    width: calc(100% - 800px);
    padding: 20px 0 0 55px;
}
.secRegion .item:nth-child(2n) .txtBox{
    padding: 20px 60px 0 0;
}
.secRegion .tit{
    font-size: 32px;
    letter-spacing: 4px;
    line-height: 1.875;
    font-weight: bold;
    position: relative;
}
.secRegion .spanLine{
    padding-bottom: 3px;
    border-bottom: 1px solid #222;
}
.secRegion .subTxtBox{
    margin-top: 30px;
}
.secRegion .txt{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 2.22;
    padding-left: 20px;
    position: relative;
}
.secRegion .txt::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 16px;
    background: #9be6b9;
}
@media only screen and (max-width:1500px){
    .secRegion .tit{
        font-size: 25px;
    }
}
@media only screen and (max-width:767px){
    .secRegion{
        margin-top: 35px;
    }
    .secRegion .engTit{
        font-size: 30px;
        letter-spacing: 3px;
    }
    .secRegion .jpnTit{
        font-size: 14px;
        line-height: 2.14;
        letter-spacing: normal;
        margin-top: 17px;
    }
    .secRegion .list{
        margin-top: 20px;
    }
    .secRegion .item{
        border-radius: 20px 20px 0 0;
    }
    .secRegion .item:nth-child(2n){
        margin-top: -20px;
    }
    .secRegion .item:last-child{
        border-radius: 20px;
    }
    .secRegion .flexBox{
        display: block;
        width: 81.334%;
        margin: 0 auto;
        padding: 40px 0 50px;
    }
    .secRegion .item:nth-child(2n) .flexBox{
        padding: 40px 0 30px;
    }
    .secRegion .item:last-child .flexBox{
        padding: 40px 0 30px;
    }
    .secRegion .img{
        border-radius: 5px;
    }
    .secRegion .number{
        font-size: 40px;
        letter-spacing: 3px;
        left: 10px;
        top: -20px;
    }
    .secRegion .item:nth-child(2n) .number{
        left: auto;
        right: 5px;
    }
    .secRegion .txtBox{
        width: 100%;
        padding: 20px 0 0;
    }
    .secRegion .item:nth-child(2n) .txtBox{
        padding: 20px 0 0;
    }
    .secRegion .tit{
        font-size: 18px;
        line-height: 1.66;
        letter-spacing: 0.5px;
    }   
    .secRegion .spanLine{
        padding-bottom: 1px;
    }
    .secRegion .subTxtBox{
        margin-top: 11px;
    }
    .secRegion .txt{
        font-size: 12px;
        letter-spacing: normal;
        line-height: 2.16;
        padding-left: 10px;
    }
    .secRegion .txt::after{
        width: 5px;
        height: 5px;
        top: 10px;
    }
}