@charset "utf-8";
.secCmnTit .boxCmnTit .titEng::after {
    border-radius: 1rem;
}
.boxCmnTitInner{
    margin-top: 6.5rem;
}
.boxCmnTitInner .titEng {
    font-size: var(--pcFontSize30);
    padding-left: 0;
}
.boxCmnTitInner .titEng::after {
    right: -12.5rem;
}
@media screen and (max-width: 1215px){
    .secCmnTit .boxCmnTit .titEng::after {
        border-radius: 1rem;
    }
    .boxCmnTitInner{
        margin: 0 auto;
        margin-top: 2.5rem;
        width: 100%;
    }
    .boxCmnTitInner.sub{
        width: 89.335%;
    }
    .boxCmnTitInner .titEng {
        font-size: var(--spFontSize16);
        padding-left: 0;
    }
    .boxCmnTitInner .titEng::after {
        right: -2.5rem;
    }
}
/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secMain */
.secMain .secCompany{
    margin-top: 5rem;
}
.secMain .flexBox{
    display: flex;
}
.secMain .flexBox .txtBox{
    flex: 1;
    padding-left: 7.5rem;
    padding-top: 6.2rem;
}
.secMain .companyTit{
    font-size:var(--pcFontSize20);
    line-height: var(--pcLineHeight20_40);
    font-weight: bold;
}
.secMain .companyTxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_34);
    margin-top: 1.3rem;
}
.secMain .nametit{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_30);
    text-align: right;
    font-weight: bold;
}
.secMain .secCompanyInfo{
    margin-top: 9rem;
}
.secMain .secCompanyInfo .boxInfoList{
    display: flex;
}
.secMain .secCompanyInfo .infoItem{
    width: calc((100% - 6rem) / 2);
    background: var(--cmnTitBg);
    padding: 8rem 8rem 7.4rem;
}
.secMain .secCompanyInfo .infoItem:nth-child(2){
    margin-left: 6rem;
}
.secMain .secCompanyInfo .infoTit{
    font-size: var(--pcFontSize22);
    font-weight: bold;
    /* background: var(--keyColor); */
    color: var(--keyColor);
}
.secMain .secCompanyInfo .infoTxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_34);
    margin-top: 2.5rem;
}
@media screen and (max-width: 1215px){
    .secMain .secCompany{
        margin-top: 3rem;
    }
    .secMain .flexBox{
        display: block;
    }
    .secMain  .imgBox{
        text-align: center;
    }
    .secMain .imgBox img{
        max-width: 16.5rem;
        height: auto;
        margin: 0 auto;
    }
    .secMain .flexBox .txtBox{
        flex: 1;
        padding-left: 0;
        padding-top: 2.2rem;
    }
    .secMain .companyTit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_28);
        font-weight: bold;
    }
    .secMain .companyTxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        margin-top: 1.3rem;
    }
    .secMain .nametit{
        font-size: var(--pcFontSize14);
        line-height: var(--pcLineHeight14_30);
        text-align: right;
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        margin-top: 2rem;
    }
    .secMain .secCompanyInfo{
        margin-top: 3.4rem;
    }
    .secMain .secCompanyInfo .boxInfoList{
        display: block;
    }
    .secMain .secCompanyInfo .infoItem{
        width: 100%;
        background: var(--cmnTitBg);
        padding: 3rem 2rem 2.5rem;
    }
    .secMain .secCompanyInfo .infoItem:nth-child(2){
        margin-left: 0;
        margin-top: 2rem;
    }
    .secMain .secCompanyInfo .infoTit{
        font-size: var(--spFontSize16);
        font-weight: bold;
    }
    .secMain .secCompanyInfo .infoTxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        margin-top: 1.2rem;
    }
}
.secMain .secCompanyHistory{
    margin-top: 10rem;
    padding-bottom: 15rem;
}
.secMain .secCompanyHistory .boxHistoryTable{
    margin-top: 5rem;
}
.secMain .secCompanyHistory .historyTable{
    width: 100%;
    border: 0.1rem solid var(--borderColorGray5);
    table-layout: fixed;
}
.secMain .secCompanyHistory .historyTable th,
.secMain .secCompanyHistory .historyTable td{
    border-bottom: 0.1rem solid #e2e2e2;
    border-right: 0.1rem solid #e2e2e2;
    padding: 2.6rem 2.8rem;
    font-size: var(--pcFontSize16);
    line-height: 1.6;
    vertical-align: middle;
}
.secMain .secCompanyHistory .historyTable tr:last-child th,
.secMain .secCompanyHistory .historyTable tr:last-child td{
    border-bottom: none;
}
.secMain .secCompanyHistory .historyTable th{
    width: 20rem;
    background:var(--cmnTitBg);
    font-weight: bold;
    text-align: left;
}
.secMain .secCompanyHistory .historyTable td{
    border-right: none;
    color: #666;
}
.secMain .secCompanyHistory .txtBold{
    position: relative;
    display: inline-block;
    text-decoration: underline;
    text-decoration-thickness: 0.2rem;
    text-underline-offset: 0.3rem;
}

@media screen and (max-width: 1215px){
    .secMain .secCompanyHistory{
        margin-top: 5rem;
        padding-bottom: 10rem;
    }
    .secMain .secCompanyHistory .boxHistoryTable{
        margin-top: 3rem;
    }
    .secMain .secCompanyHistory .historyTable th,
    .secMain .secCompanyHistory .historyTable td{
        border-right: none;
        padding: 1.2rem 1.5rem;
        font-size:var(--spFontSize12);
    }
    .secMain .secCompanyHistory .historyTable th{
        /* border-bottom: none; */
        width: 10.1rem;
    }
    .secMain .secCompanyHistory .historyTable {
        width: 100%;
        border-left: none;
        border-right: none;
        table-layout: fixed;
    }
}

.secMain .boxHistoryLink{
    width: 42rem;
    border-radius: 42.5rem;
    margin: 0 auto;
    margin-top: 5rem;
    border: 0.1rem solid var(--textColor);
}
.secMain .boxHistoryLink .linkHistory{
    padding: 3.2rem 0 3.6rem;
    display: flex;
    align-items: center;
    font-size: var(--pcFontSize16);
    font-weight: bold;
    padding-left: 3.9rem;
    position: relative;
}
.secMain .boxHistoryLink .linkHistory.lazyloaded::after{
    background: url(../img/company/linkIcon.png) no-repeat;
    background-size: 100% auto;
}
.secMain .boxHistoryLink .linkHistory::after{
    position: absolute;
    content: "";
    width: 1rem;
    height: 0.9rem;
    right: calc(50% - 11.7rem);
    top: calc(50% - 1.5rem);
}
.secMain .boxHistoryLink .linkHistory.lazyloaded::before{
    background: url(../img/company/linkIcon_1.png) no-repeat;
    background-size: 100% auto;
}
.secMain .boxHistoryLink .linkHistory::before{
    position: absolute;
    content: "";
    width: 1.5rem;
    height: 0.9rem;
    right: 3.8rem;
    top: calc(50% - 0.6rem);
}
@media screen and (max-width: 1215px){
    .secMain .boxHistoryLink{
        width: 100%;
        max-width: 33.5rem;
        border-radius: 32.5rem;
        margin: 0 auto;
        margin-top: 3rem;
        border: 0.1rem solid var(--textColor);
    }
    .secMain .boxHistoryLink .linkHistory{
        padding: 2.6rem 0 2.4rem;
        display: flex;
        align-items: center;
        font-size: var(--spFontSize14);
        font-weight: bold;
        padding-left: 2.9rem;
        position: relative;
    }
    .secMain .boxHistoryLink .linkHistory::after{
        position: absolute;
        content: "";
        width: 1rem;
        height: 0.9rem;
        right: calc(50% - 10.7rem);
        top: calc(50% - 1.5rem);
    }
    .secMain .boxHistoryLink .linkHistory::before{
        position: absolute;
        content: "";
        width: 1.5rem;
        height: 0.9rem;
        right: 2.8rem;
        top: calc(50% - 0.6rem);
    }
}