@charset "utf-8";

.secCmnTit{
    background-image: url(../img/company/bgCmnTit.jpg);
}
@media only screen and (max-width:1215px){
    .secCmnTit{
        background-image: url(../img/company/bgCmnTit_sp.jpg);
    }
}
/* secTop */
.secTop{
    height: 105rem;
    padding-top: 10rem;
    margin-top: 0.1rem;
    background: url(../img/company/bgTop.png) center top / cover;
}
.secTop .titBox{
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
    padding-left: 15rem;
}
.secTop .engTit{
    width: 1.5rem;
}
.secTop .jpnTit{
    width: 43.2rem;
    margin: 5rem 14rem 0 0;
}
@media only screen and (max-width:1215px){
    .secTop{
        height: 133.334vw;
        max-height: 100rem;
        min-height: 50rem;
        padding-top: 4rem;
        background: url(../img/company/bgTop_sp.png) center bottom / cover;
    }
    .secTop .titBox{
        display: block;
        padding-left: 0;
        max-width: 40rem;
        width: 89.334%;
        margin: 0 auto;
    }
    .secTop .engTit{
        width: 21.2rem;
    }
    .secTop .jpnTit{
        width: 22.2rem;
        margin: 3.5rem auto 0;
    }
}
/* secList */
.secList{
    margin-top: 1rem;
}
.secList .topTit{
    font-size: var(--pcFontSize28);
    line-height: var(--pcLineHeight28_56);
    letter-spacing: var(--pcLetterSpacing28_150);
    font-weight: bold;
    text-align: center;
    position: relative;
}
.secList .topTit::after{
    position: absolute;
    content: "";
    width: 5rem;
    height: 0.1rem;
    bottom: -4.5rem;
    left: calc(50% - 2.5rem);
    background: var(--textColor);
}
.secList .list{
    margin-top: 10.5rem;
}
.secList .item{
    display: flex;
    align-items: center;
}
.secList .item:nth-child(2n){
    flex-flow: row-reverse;
}
.secList .item:nth-child(n+2){
    margin-top: 8rem;
}
.secList .img{
    width: 50rem;
}
.secList .txtBox{
    width: calc(100% - 50rem);
    padding: 0 0 0 9rem;
}
.secList .item:nth-child(1) .txtBox{
    padding-bottom: 1rem;
}
.secList .item:nth-child(2n) .txtBox{
    padding: 0 9rem 0 0;
}
.secList .engTit{
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    display: inline-block;
    position: relative;
}
.secList .engTit::after{
    position: absolute;
    content: "";
    width: 22rem;
    height: 0.1rem;
    right: -24rem;
    top: calc(50% - 0.05rem);
    background: var(--cmnTitblackColor_20);
}
.secList .jpnTit{
    font-size: var(--pcFontSize28);
    line-height: var(--pcLineHeight28_56);
    letter-spacing: var(--pcLetterSpacing28_150);
    font-weight: bold;
    margin-top: 3rem;
}
.secList .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_36);
    margin-top: 2.5rem;
}
.secList .btnBox{
    width: 24rem;
    margin-top: 4rem;
}
.secList .btnInner{
    height: 5.5rem;
    background: var(--whiteColor);
    color:var(--textColor);
    border: solid 0.1rem var(--textColor);
    border-radius: 2.75rem;
    font-size: var(--pcFontSize14);
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.secList .btnInner:hover{
    padding-left: 3rem;
}
.secList .btnInner::after{
    position: absolute;
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    top: calc(50% - 0.35rem);
    left: 2rem;
    background: var(--redColor);
}
@media only screen and (max-width:1215px){
    .secList{
        margin-top: 1.5rem;
    }
    .secList .topTit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_28);
        letter-spacing: var(--spLetterSpacing0);
    }
    .secList .topTit::after{
        display: none;
    }
    .secList .list{
        margin-top: 3.2rem;
    }
    .secList .item{
        display: block;
    }
    .secList .item:nth-child(n+2){
        margin-top: 4rem;
    }
    .secList .item:nth-child(n+3){
        margin-top: 4.8rem;
    }
    .secList .img{
        width: 100%;
    }
    .secList .txtBox{
        width: 100%;
        padding: 2.3rem 0 0;
    }
    .secList .item:nth-child(1) .txtBox{
        padding-bottom: 0;
    }
    .secList .item:nth-child(2n) .txtBox{
        padding: 2.5rem 0 0;
    }
    .secList .engTit{
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing0);
    }
    .secList .engTit::after{
        width: 5rem;
        right: -6rem;
    }
    .secList .jpnTit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_26);
        letter-spacing: var(--spLetterSpacing0);
        margin-top: 1.2rem;
    }
    .secList .txt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_26);
        margin-top: 0.8rem;
    }
    .secList .btnBox{
        width: 21.5rem;
        margin: 1.8rem auto 0;
    }
    .secList .btnInner{
        height: 4.5rem;
        border-radius: 2.25rem;
        font-size: var(--spFontSize13);
    }
    .secList .btnInner:hover{
        padding-left: 0;
    }
    .secList .btnInner::after{
        width: 0.5rem;
        height: 0.5rem;
        top: calc(50% - 0.25rem);
        left: 2rem;
    }
}
/* secAbout */
.secAbout{
    margin-top: 15rem;
    background: var(--pickupBg);
    padding: 14rem 0 15rem;
}
.secAbout .wrapper{
    display: flex;
}
.secAbout .topTitBox{
    width: 33rem;
}
.secAbout .topEngTit{
    font-size: var(--pcFontSize80);
    letter-spacing: var(--pcLetterSpacing80_50);
    font-weight: 100;
    position: relative;
    left: -0.5rem;
}
.secAbout .topJpnTit{
    font-size: var(--pcFontSize16);
    font-weight: bold;
    margin-top: 2.5rem;
    display: inline-block;
    position: relative;
}
.secAbout .topJpnTit::after{
    position: absolute;
    content: "";
    width: 5rem;
    height: 1px;
    top: calc(50% - 0.5px);
    right: -7rem;
    background: var(--cmnTitblackColor_20);
}
.secAbout .rightTxtBox{
    width: calc(100% - 33rem);
    padding-top: 7rem;
}
.secAbout .item{
    border-bottom: solid 0.1rem var(--cmnTitblackColor_20);
    padding: 2.75rem 0;
    display: flex;
}
.secAbout .item:last-child{
    padding: 3.45rem 0;
}
.secAbout .leftBox{
    width: 20rem;
}
.secAbout .leftTit{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    font-weight: bold;
}
.secAbout .item:last-child .leftTit{
    padding-top: 2rem;
}
.secAbout .rightBox{
    width: calc(100% - 20rem);
}
.secAbout .rightTxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
}
.secAbout .subItem{
    display: flex;
    align-items: center;
}
.secAbout .subItem:nth-child(2){
    margin-top: 2.5rem;
}
.secAbout .img{
    width: 33.2rem;
}
.secAbout .subRightBox{
    width: calc(100% - 33.2rem);
    padding: 0 0 0 3.5rem;
}
.secAbout .subTit{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    font-weight: bold;
}
.secAbout .subTxt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_28);
    margin-top: 0.2rem;
}
.secAbout .btnBox{
    width: 40rem;
    margin: 5rem auto 0;
}
.secAbout .btnInner{
    height: 7.5rem;
    background: var(--whiteColor);
    color:var(--textColor);
    border: solid 0.1rem var(--textColor);
    border-radius: 3.75rem;
    font-size: var(--pcFontSize16);
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.secAbout .btnInner:hover{
    padding-left: 3rem;
}
.secAbout .btnInner::after{
    position: absolute;
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    top: calc(50% - 0.45rem);
    left: 4rem;
    background: var(--redColor);
}
@media only screen and (max-width:1215px){
    .secAbout{
        margin-top: 7rem;
        padding: 6rem 0 7rem;
    }
    .secAbout .wrapper{
        display: block;
    }
    .secAbout .topTitBox{
        width: 100%;
    }
    .secAbout .topEngTit{
        font-size: var(--spFontSize34);
        letter-spacing: var(--spLetterSpacing0);
        left: -0.2rem;
    }
    .secAbout .topJpnTit{
        font-size: var(--spFontSize11);
        margin-top: 1.2rem;
    }
    .secAbout .topJpnTit::after{
        width: 2rem;
        right: -3rem;
    }
    .secAbout .rightTxtBox{
        width: 100%;
        padding-top: 0.5rem;
    }
    .secAbout .item{
        padding: 1.5rem 0;
        display: block;
    }
    .secAbout .item:last-child{
        padding: 1.5rem 0;
    }
    .secAbout .leftBox{
        width: 100%;
    }
    .secAbout .leftTit{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_22);
    }
    .secAbout .item:last-child .leftTit{
        padding-top: 0;
    }
    .secAbout .rightBox{
        width: 100%;
    }
    .secAbout .rightTxt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_22);
        margin-top: 0.2rem;
    }
    .secAbout .subList{
        margin-top: 1.5rem;
    }
    .secAbout .subItem{
        display: block;
    }
    .secAbout .subItem:nth-child(2){
        margin-top: 2rem;
    }
    .secAbout .img{
        width: 22.5rem;
    }
    .secAbout .subRightBox{
        width: 100%;
        padding: 1.2rem 0 0;
    }
    .secAbout .subTit{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_22);
    }
    .secAbout .subTxt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_22);
        margin-top: 0.3rem;
    }
    .secAbout .btnBox{
        width: 21.5rem;
        margin: 2.5rem auto 0;
    }
    .secAbout .btnInner{
        height: 4.5rem;
        border-radius: 2.25rem;
        font-size: var(--spFontSize13);
    }
    .secAbout .btnInner:hover{
        padding-left: 0;
    }
    .secAbout .btnInner::after{
        width: 0.5rem;
        height: 0.5rem;
        top: calc(50% - 0.25rem);
        left: 2rem;
    }
}
/* secHistory */
.secHistory{
    background: var(--bgFooter);
    padding: 14rem 0 15rem;
    color: var(--whiteColor);
}
.secHistory .wrapper{
    display: flex;
}
.secHistory .topTitBox{
    width: 33rem;
}
.secHistory .topEngTit{
    font-size: var(--pcFontSize80);
    letter-spacing: var(--pcLetterSpacing80_50);
    font-weight: 100;
    position: relative;
    left: -0.5rem;
}
.secHistory .topJpnTit{
    font-size: var(--pcFontSize16);
    font-weight: bold;
    margin-top: 2.5rem;
    display: inline-block;
    position: relative;
}
.secHistory .topJpnTit::after{
    position: absolute;
    content: "";
    width: 5rem;
    height: 1px;
    top: calc(50% - 0.5px);
    right: -7rem;
    background: var(--blackColor_20);
}
.secHistory .rightTxtBox{
    width: calc(100% - 33rem);
    padding-top: 7rem;
}
.secHistory .item{
    border-bottom: solid 0.1rem var(--blackColor_20);
    padding: 2.75rem 0;
    display: flex;
    align-items: center;
    position: relative;
}
.secHistory .item::after{
    position: absolute;
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    left: 13.5rem;
    bottom: -0.35rem;
    background: var(--whiteColor);
    border-radius: 50%;
}
.secHistory .item02{
    padding: 3.5rem 0;
}
.secHistory .leftBox{
    width: 14rem;
}
.secHistory .leftTit{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    font-weight: bold;
}
.secHistory .rightBox{
    width: calc(100% - 14rem);
    padding-left: 6rem;
}
.secHistory .item02 .rightBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secHistory .rightTxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
}
.secHistory .item02 .rightTxt{
    padding-right: 5rem;
}
.secHistory .img{
    width: 24rem;
    flex-shrink: 0;
}
@media only screen and (max-width:1215px){
    .secHistory{
        padding: 6rem 0 7rem;
    }
    .secHistory .wrapper{
        display: block;
    }
    .secHistory .topTitBox{
        width: 100%;
    }
    .secHistory .topEngTit{
        font-size: var(--spFontSize34);
        letter-spacing: var(--spLetterSpacing0);
        left: -0.2rem;
    }
    .secHistory .topJpnTit{
        font-size: var(--spFontSize11);
        margin-top: 1.2rem;
    }
    .secHistory .topJpnTit::after{
        width: 2rem;
        right: -3rem;
    }
    .secHistory .rightTxtBox{
        width: 100%;
        padding-top: 0.5rem;
    }
    .secHistory .item{
        padding: 1.5rem 0;
        display: block;
    }
    .secHistory .item::after{
        width: 0.5rem;
        height: 0.5rem;
        left: 2rem;
        bottom: -0.25rem;
    }
    .secHistory .item02{
        padding: 1.5rem 0 2rem;
    }
    .secHistory .leftBox{
        width: 100%;
    }
    .secHistory .leftTit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_22);
    }
    .secHistory .rightBox{
        width: 100%;
        padding: 0.5rem 0 0;
    }
    .secHistory .item02 .rightBox{
        display: block;
    }
    .secHistory .rightTxt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_22);
    }
    .secHistory .item02 .rightTxt{
        padding-right: 0;
    }
    .secHistory .img{
        width: 19.5rem;
        margin: 1.5rem auto 0;
    }
}
/* secCompanyBox */
.secCompanyBox{
    margin: 15rem auto 0;
    background: var(--pickupBg);
    width: 120rem;
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
}
.secCompanyBox .img{
    width: 60rem;
}
.secCompanyBox .txtBox{
    width: calc(100% - 60rem);
    padding-left: 6rem;
}
.secCompanyBox .tit01{
    font-size: var(--pcFontSize24);
    letter-spacing: var(--pcLetterSpacing24_50);
    font-weight: bold;
}
.secCompanyBox .tit02{
    font-size: var(--pcFontSize28);
    letter-spacing: var(--pcLetterSpacing28_50);
    font-weight: bold;
    margin-top: 2.5rem;
    display: block;
}
@media only screen and (max-width:1215px){
    .secCompanyBox{
        margin: 5rem auto 0;
        background: var(--whiteColor);
        width: 78.667%;
        max-width: 40rem;
        display: block;
    }
    .secCompanyBox .img{
        width: 100%;
        margin: 2.5rem auto 0;
    }
    .secCompanyBox .txtBox{
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .secCompanyBox .tit01{
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing0);
    }
    .secCompanyBox .tit02{
        font-size: var(--spFontSize17);
        letter-spacing: var(--spLetterSpacing0);
        margin-top: 1.5rem;
    }
}