
a.linkArrow{
    color: #268ad2;
}
.bold{
    font-weight: 700;
}
.detail,
.letter{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.company .con h2{
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 16px;
}
.company .con .subttl{
    font-size: 16px;
    font-weight: 700;
    opacity: .6;
    margin-bottom: 88px;
}
.title .conLetter h1::after{
    background: #2dbe85;
}

/** pageMenu **/
.pageMenu{
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 40px;
}
.pageMenu a{
    padding: 40px 24px;
    color: #181616;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    width: 218px;
    box-sizing: border-box;
    text-align: center;
}

/** mission **/
.mission{
    text-align: center;
    margin-bottom: 100px;
    padding: 0 40px;
    padding-top: 140px;
    background: #f8f8f8;
    padding-bottom: 140px;
}
.mission .imgBox{
    width: 100%;
    max-width: 874px;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto;
}
.mission .imgBox img{
    width: 100%;
}
.mission p{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 135px;

}
.mission p span{
    display: inline-block;
}

/** vision **/
.vision{
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    margin-bottom: 200px;
}
.vision .imgBox{
    text-align: right;
}
.vision .imgBox,
.vision .letterBox{
    width: 50%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 0 24px 24px 0;
}
.vision .letterBox{
    padding: 0 40px 0 72px;
}
.vision .letterBox p{
    font-size: 16px;
    font-weight: 400;
}
.vision .letterBox p.ttl{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 72px;
}
.vision .imgBox_sp{
    margin-bottom: 40px;
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    display: none;
}
.vision .imgBox_sp img{
    width: 100%;
}


/** value **/
.value{
    margin-bottom: 160px;
    text-align: center;
}
.value .boxWrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 130px 0;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}
.value .box{
    width: 50%;
}
.value h3{
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
}
.value .box.unique h3 span{color: #ff5d31;}
.value .box.universal h3 span{color: #2db2fe;}
.value .box.unicorn h3 span{color: #8934cb;}
.value .box.unity h3 span{color: #2cbd84;}

.value .imgBox{
    margin-bottom: 32px;
}


/** companyDtail **/
.companyDtail{
    padding: 130px 40px 200px;
    text-align: center;
}
.companyDtail h2{
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 80px;
}
.companyDtail .tableBox{
    max-width: 1000px;
    margin: 0 auto;
}
.companyDtail .tableBox .small{
    font-size: 11px;
    line-height: 1.5;
    display: inline-block;
    margin-top: 4px;
}
.companyDtail table{
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
    position: relative;
}
.companyDtail th,
.companyDtail td{
    padding: 24px 32px;
    text-align: left;
}
.companyDtail tr{
    border-top: 1px solid #cbcbcb;
}
.companyDtail th{
    position: relative;
}
.companyDtail th::before,
.companyDtail table::before{
    content: "";
    width: 64px;
    height: 1px;
    background: #2dbe85;
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
}
.companyDtail table::before{
    top: unset;
    bottom: -1px;
}

.company .contact{
    margin-top: 24px;
}

.companyDtail td table th::before,
.companyDtail td table::before{
    content: none;
}
.companyDtail td table tr{
    border-top:none;
}
.companyDtail td table{
    border-bottom:none;
}
.companyDtail td table th {
    padding: 0;
}
.companyDtail td table td {
    padding: 0;
    padding-left: 32px;
    padding-bottom: 16px;
}




@media screen and (max-width: 1000px) {
.vision .imgBox{
    width: 50%;
    overflow: hidden;
}
.vision .img{
    width: 100%
}
.vision .letterBox{
    width: auto;

}
}

@media screen and (max-width: 920px) {
 .mission .imgBox img{
    width: 100%;
 }
}

@media screen and (max-width: 840px) {
    .vision .imgBox{
        display: none;
    }
    .vision .imgBox_sp{
        display: block;
    }
    .vision .letterBox p.ttl{
        margin-bottom: 24px;
    }
    .vision .letterBox{
        padding: 0 20px;
    }
}

@media screen and (max-width: 720px) {
    .mission{
        padding: 0 20px;
        padding-top: 140px;
    }
}
@media screen and (max-width: 644px) {
    .companyDtail tr{
        display: flex;
        flex-direction: column;
    }
    .companyDtail th,
    .companyDtail td{
        width: 100%;
        box-sizing: border-box;
        padding: 24px 16px;
    }
    .companyDtail th{
        padding-bottom: 0;
        font-weight: 800;
    }
    .companyDtail td{
        padding-top: 8px;
    }
}
@media screen and (max-width: 558px) {
    .value .box{
        width: 100%;
    }
    .pageMenu{
        flex-direction: column;
        padding: 16px 0;
    }
    .pageMenu a{
        padding: 8px 8px;
    }
    .pageMenu .kigou{
        transform: rotate(90deg);
    }

}