@charset "utf-8";

/* ===== about.css ===== */
/* -- about_tit -- */
.about_tit {
    font-family: 'Clash Display', sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}
@media screen and ( max-width: 900px ) {
    .about_tit {
        font-size: 40px;
    }
}

/* -- aboutBox_mVV -- */
.aboutBox_mVV {
    padding-top: 40px;
}
/* - aboutBox_mVV_box - */
.aboutBox_mVV_box {
    margin-top: 71px;
}
.aboutBox_mVV_box > * {
    display: flex;
    justify-content: space-between;
    padding: 50px 57px;
    border: 4px solid #FFF;
    border-radius: 20px;
}
.aboutBox_mVV_box > *:not(:last-child) {
    margin-bottom: 39px;
}
.aboutBox_mVV_box > * > .tit {
    font-family: 'Clash Display', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.5;
    margin-top: 1px;
}
.aboutBox_mVV_box .txtCnt {
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    width: calc(100% - 240px);
}
.aboutBox_mVV_box .txtCnt .tit {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 38px;
}
.aboutBox_mVV_box .txtCnt .subTit {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    margin: 19px 0 8px;
}
.aboutBox_mVV_box .txtCnt > :last-child {
    margin-bottom: 0;
}
@media screen and ( max-width: 900px ) {
    .aboutBox_mVV {
        padding-top: 52px;
    }
    /* - aboutBox_mVV_box - */
    .aboutBox_mVV_box {
        margin-top: 30px;
    }
    .aboutBox_mVV_box > * {
        display: block;
        padding: 30px;
    }
    .aboutBox_mVV_box > *:not(:last-child) {
        margin-bottom: 30px;
    }
    .aboutBox_mVV_box > * > .tit {
        margin-top: 0;
    }
    .aboutBox_mVV_box .txtCnt {
        font-size: 13px;
        margin-top: 20px;
        width: 100%;
    }
    .aboutBox_mVV_box .txtCnt .tit {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .aboutBox_mVV_box .txtCnt .subTit {
        font-size: 16px;
    }
    .aboutBox_mVV_box .txtCnt > :last-child {
        margin-bottom: 0;
    }
}

/* -- aboutBox_materiality -- */
.aboutBox_materiality {
    margin-top: 152px;
}
.aboutBox_materiality_box {
    margin-top: 71px;
}
.aboutBox_materiality_box > * {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
    position: relative;
}
.aboutBox_materiality_box > :not(:last-child) {
    margin-bottom: 60px;
}
.aboutBox_materiality_box > *::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 100px;
    margin: auto;
    border: 4px solid #FFFFFF;
    border-radius: 20px;
    content: "";
}
.aboutBox_materiality_box .txtCnt {
    position: relative;
    padding: 48px 60px 52px 70px;
    width: calc(100% - 200px);
}
.aboutBox_materiality_box .txtCnt .num {
    font-family: 'Clash Display', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    position: absolute;
    top: 57px;
    left: -19px;
}
.aboutBox_materiality_box .txtCnt .tit {
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
}
.aboutBox_materiality_box .txtCnt .txt {
    font-weight: bold;
    line-height: 2;
    margin-top: 40px;
}
.aboutBox_materiality_box .icon {
    position: relative;
    width: 200px;
    background: #9BF0FF;
    z-index: 20;
}
@media screen and ( min-width: 901px ) {
    /* - :nth-child(2n) - */
    .aboutBox_materiality_box > *:nth-child(2n) {
        flex-direction: row;
    }
    .aboutBox_materiality_box > *:nth-child(2n):after {
        right: 100px;
        left: 0
    }
    .aboutBox_materiality_box > *:nth-child(2n) .txtCnt {
        padding: 48px 70px 52px 60px;
    }
    .aboutBox_materiality_box > *:nth-child(2n) .txtCnt .num {
        right: -20px;
        left: auto;
    }
}
@media screen and ( max-width: 900px ) {
    .aboutBox_materiality {
        margin-top: 113px;
    }
    .aboutBox_materiality_box {
        margin-top: 53px;
    }
    .aboutBox_materiality_box > * {
        flex-wrap: wrap;
    }
    .aboutBox_materiality_box > :not(:last-child) {
        margin-bottom: 20px;
    }
    .aboutBox_materiality_box > *::after {
        top: 80px;
        left: 0;
    }
    .aboutBox_materiality_box .txtCnt {
        margin-top: -3px;
        padding: 0 31px 33px;
        width: 100%;
        order: 2;
    }
    .aboutBox_materiality_box .txtCnt .num {
        position: static;
    }
    .aboutBox_materiality_box .txtCnt .tit {
        font-size: 20px;
        margin-top: 6px;
    }
    .aboutBox_materiality_box .txtCnt .txt {
        font-weight: bold;
        margin-top: 33px;
    }
    .aboutBox_materiality_box .icon {
        margin: 0 auto;
        width: 160px;
        order: 1;
    }
}

/* -- aboutBox_teams -- */
.aboutBox_teams {
    margin-top: 152px;
    padding-bottom: 152px;
}
.aboutBox_teams_box {
    display: flex;
    margin-top: 71px;
}
.aboutBox_teams_box > * {
    position: relative;
}
.aboutBox_teams_box > :not(:last-child) {
    margin-right: 52px;
}
.aboutBox_teams_box > :not(:last-child)::after {
    position: absolute;
    top: 50px;
    right: 0;
    width: 52px;
    height: 2px;
    background: #fff;
    content: "";
    transform: translateX(100%);
}
.aboutBox_teams_box .img {
    text-align: center;
}
.aboutBox_teams_box .txtCnt .tit {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 45px;
}
.aboutBox_teams_box .txtCnt .txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    margin-top: 39px;
}
@media screen and ( min-width: 901px ) {
    .aboutBox_teams_box > * {
        width: calc((100% - 104px) / 3);
    }
}
@media screen and ( max-width: 900px ) {
    .aboutBox_teams {
        margin-top: 113px;
        padding-bottom: 114px;
    }
    .aboutBox_teams_box {
        display: block;
        margin-top: 49px;
    }
    .aboutBox_teams_box > * {
        display: flex;
        justify-content: space-between;
    }
    .aboutBox_teams_box > :not(:last-child) {
        margin: 0 0 70px;
    }
    .aboutBox_teams_box > :not(:last-child)::after {
        top: auto;
        bottom: -14px;
        right: auto;
        left: 38px;
        width: 2px;
        height: 40px;
        transform: translate(0,100%);
    }
    .aboutBox_teams_box .txtCnt {
        width: calc(100% - 100px);
    }
    .aboutBox_teams_box .img {
        text-align: left;
        margin-top: 4px;
        width: 80px;
    }
    .aboutBox_teams_box .txtCnt .tit {
        text-align-last: left;
        font-size: 18px;
        margin-top: 0;
    }
    .aboutBox_teams_box .txtCnt .txt {
        font-size: 12px;
        margin-top: 9px;
    }
}

/* -- aboutBox_profile -- */
.aboutBox_profile .tableBox {
    margin-top: 71px;
}
/* - aboutBox_profile_list - */
.aboutBox_profile_list ul {
    display: flex;
    flex-wrap: wrap;
}
.aboutBox_profile_list ul li {
    margin-bottom: 6px;
    width: 50%;
}
.aboutBox_profile_list .txtR {
    text-align: right;
    margin-top: 20px;
}
@media screen and ( min-width: 901px ) {
    .aboutBox_profile .tableBox > table > * > tr >  th {
        width: 241px;
    }
    /* - aboutBox_profile_list - */
    .aboutBox_profile_list ul li:nth-child(2n) {
        padding-left: 10px;
    }
}
@media screen and ( max-width: 900px ) {
    .aboutBox_profile .tableBox {
        margin: 53px -30px 0;
    }
    .aboutBox_profile .tableBox > table {
        font-size: 12px;
    }
    .aboutBox_profile .tableBox > table > * > tr > th {
        padding: 27px 10px 0 30px;
        width: 135px;
    }
    .aboutBox_profile .tableBox > table > * > tr > td {
        padding: 24px 30px 24px 0;
    }
    /* - aboutBox_profile_list - */
    .aboutBox_profile_list ul {
        display: block;
    }
    .aboutBox_profile_list ul li {
        margin-bottom: 0;
        width: 100%;
    }
    .aboutBox_profile_list .txtR {
        margin-top: 15px;
    }
}

/* -- aboutBox_message -- */
/* - whiteCntBox - */
.aboutBox_message .whiteCntBox {
    margin-top: 66px;
    line-height: 2;
}
.aboutBox_message .whiteCntBox .txt > :not(:last-child) {
    margin-bottom: 32px;
}
.aboutBox_message .whiteCntBox .txtR {
    text-align: right;
    margin-top: 64px;
}
@media screen and ( min-width: 901px ) {
    .aboutBox_message .whiteCntBox_inner {
        padding: 75px 100px 73px;
    }
    .aboutBox_message .whiteCntBox h3 {
        margin-bottom: 55px;
    }
}
@media screen and ( max-width: 900px ) {
    /* - whiteCntBox - */
    .aboutBox_message .whiteCntBox {
        margin-top: 53px;
    }
    .aboutBox_message .whiteCntBox_inner {
        padding: 33px 40px 39px;
    }
    .aboutBox_message .whiteCntBox h3 {
        margin-bottom: 20px;
    }
    .aboutBox_message .whiteCntBox .txt > :not(:last-child) {
        margin-bottom: 27px;
    }
    .aboutBox_message .whiteCntBox .txtR {
        margin-top: 45px;
    }
}