main#main-company-profile h2 {
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: solid 1px;
    border-image: linear-gradient(to right, #397BDF 10%, #D3DCEA 10%) 1;
    margin-bottom: 24px;
    margin-top: 64px;
}

main#main-company-profile h3{
    padding: 48px 0px 24px 32px;
    font-size: 1.5rem;
    padding-bottom: 20px;
    border-bottom: solid 1px #D3DCEA;
    margin-bottom: 32px;
    position: relative;
}

main#main-company-profile h3::before {
    content: "";
    display: block;
    width: 16px;
    height: 4px;
    border-radius: 2px;
    background-color: #397BDF;
    position: absolute;
    left: 0;
    top: 72px;
}


main#main-company-profile dl.quadrants {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
main#main-company-profile dl.quadrants div.dl-groupe {
    width: 100%;
    max-width: 50%;
    text-align: center;
    aspect-ratio: 520/360;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
main#main-company-profile dl.quadrants div.dl-groupe:not(:nth-last-child(-n+2)){
    border-bottom: solid 1px #D3DCEA;
}
main#main-company-profile dl.quadrants div.dl-groupe:nth-child(odd):after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 40px);
    position: absolute;
    right: 0.5px;
    top: 20px;
    background-color: #D3DCEA;
}
main#main-company-profile dl.quadrants div.dl-groupe dt {
    font-weight: bold;
    font-size: 1.5rem;   
}
main#main-company-profile dl.quadrants div.dl-groupe dt:before {
    content: "";
    display: block;
    height: 60px;
    width: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}
main#main-company-profile dl.quadrants div.dl-groupe:nth-child(1) dt:before {
    background-image: url(../../assets/images/company/icon-founding.svg);
}
main#main-company-profile dl.quadrants div.dl-groupe:nth-child(2) dt:before {
    background-image: url(../../assets/images/company/icon-sales.svg);
}
main#main-company-profile dl.quadrants div.dl-groupe:nth-child(3) dt:before {
    background-image: url(../../assets/images/company/icon-employee.svg);
}
main#main-company-profile dl.quadrants div.dl-groupe:nth-child(4) dt:before {
    background-image: url(../../assets/images/company/icon-groupe.svg);
}
main#main-company-profile dl.quadrants div.dl-groupe dd {
    color: #397BDF;
    font-size: 3.125rem;
    font-weight: bold;
}
main#main-company-profile dl.quadrants div.dl-groupe dd span.small {
    font-size: 1.375rem;
}


main#main-company-profile .img720 {
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

main#main-company-profile p.centering {
    text-align: center;
    margin: 64px auto;
}

main#main-company-profile table.company-profile-table{
    width:100%;
}

main#main-company-profile table.company-profile-table tr{
    border-bottom: solid 1px #EEEEEE;
}

main#main-company-profile table.company-profile-table th{
    font-weight: 700;
    text-align: left;
    width:220px;
}

main#main-company-profile table.company-profile-table th,
main#main-company-profile table.company-profile-table td{
    padding:30px 0;
}

main#main-company-profile table.company-profile-table ul.position-list li{
    display:flex;
}

main#main-company-profile table.company-profile-table ul.position-list li p.position{
    width:192px;
    margin-right:15px;
}

main#main-company-profile table.company-profile-table a{
    color:#397BDF;
}

main#main-company-profile table.company-profile-table ul.child-list li{
    list-style: inside;
    padding-left:4px;
}

main#main-company-profile .tb-scroll {
	margin: 40px 0;
}

main#main-company-profile .governance-table table {
	width: 100%;
}

main#main-company-profile .governance-table tr th {
	text-align: center;
}


main#main-company-profile .governance-table tr th {
    text-align: center;
}

main#main-company-profile .tb tr th, .tb tr td {
    padding: 15px 20px;
    border: solid 1px #EEE;
}
main#main-company-profile .tb tr th {
    background: #397BDF;
    color: #FFF;
}

main#main-company-profile .governance-table tr td:nth-child(1) {
	width: auto !important;
}











main#main-company-profile section.philosophy {
    text-align: center;
}
main#main-company-profile section.philosophy div.copy-area {
    padding-bottom: 160px;
    padding-left: 40px;
    padding-right: 40px;
    background: no-repeat center top 40px url(../../assets/images/company/philosophy/philosophy-back.svg);
}
main#main-company-profile section.philosophy div.copy-area h2 {
    border-bottom: none;
}
main#main-company-profile section.philosophy div.copy-area p.main-copy {
    font-size: 4.25rem;
    font-weight: bold;
    color: #397bdf;
    margin-bottom: 56px;
    line-height: 1.25;
}
main#main-company-profile section.philosophy div.copy-area p.explain {
    font-size: 1.5rem;
}
main#main-company-profile section.philosophy div.copy-area p.explain span.db {
}
main#main-company-profile section.philosophy div.direction {
    background-color: #F7F9FC;
    padding: 120px 12px 0;
}
main#main-company-profile section.philosophy div.direction h3 {
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 80px;
    border-bottom: none;
    padding-bottom: 0;
}
main#main-company-profile section.philosophy div.direction h3:before {
    display: none;
}
main#main-company-profile section.philosophy div.direction h3:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 30px);
    background-color: #397BDF;
}
main#main-company-profile section.philosophy div.direction p.main-text {
    font-size: 1.625rem;
}
main#main-company-profile section.philosophy div.direction p.main-text span.db {
}
main#main-company-profile section.philosophy section.moving {
    padding: 64px 0 0;
    background-color: #F7F9FC;
}
main#main-company-profile section.philosophy section.moving h3 {
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 208px;
    color: #397BDF;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
main#main-company-profile section.philosophy section.moving h3:before {
    display: none;
    padding-left: 0;
}
main#main-company-profile section.philosophy section.moving div.cover {
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
}
main#main-company-profile section.philosophy section.moving div.cover dl {
    display: flex;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
main#main-company-profile section.philosophy section.moving div.cover dl div.dl-groupe {
    max-width: 280px;
    width: 100%;
}
main#main-company-profile section.philosophy section.moving div.cover dl div.dl-groupe:nth-child(2) {
    margin-left: 40px;
    margin-right: 40px;
}
main#main-company-profile section.philosophy section.moving div.cover dl div.dl-groupe dt {
    border-radius: 50%;
    background-color: #397BDF;
    width: 100%;
    max-width: 220px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.75rem;
    color: #fff;
    margin: calc(-50% - 12px) auto 20px;
}
main#main-company-profile section.philosophy section.moving div.cover dl div.dl-groupe dd {
    text-align: left;
    font-size: 1.125rem;
}








main#main-company-profile section.management-system {
}
main#main-company-profile section.management-system div.inner-1040.unique-area {
}
main#main-company-profile section.management-system div.inner-1040.unique-area h2 {
}
main#main-company-profile section.management-system div.inner-1040.unique-area p.spc-b-30 {
    margin-bottom: 30px;
}
main#main-company-profile section.management-system div.inner-1040.unique-area p.fw-b {
    font-weight: bold;
}
main#main-company-profile section.management-system div.inner-1040.unique-area p.tar {
    text-align: right;
}
main#main-company-profile section.management-system div.inner-1040.unique-area p.fs-18.fw-b.spc-b-20 {
}
main#main-company-profile section.management-system div.inner-1040.unique-area p.tar.spc-b-30 {
}
main#main-company-profile section.management-system div.inner-1040.unique-area div.security-info-wrap {
}
main#main-company-profile section.management-system div.inner-1040.unique-area div.security-info-wrap div.img-box {
}
main#main-company-profile section.management-system div.inner-1040.unique-area div.security-info-wrap div.img-box img {
    display: block;
    margin: 0 auto;
}
main#main-company-profile section.management-system div.inner-1040.unique-area div.security-info-wrap div.txt-box {
}
main#main-company-profile section.management-system div.inner-1040.unique-area div.security-info-wrap div.txt-box ul {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
main#main-company-profile section.management-system div.inner-1040.unique-area div.security-info-wrap div.txt-box ul li {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
main#main-company-profile section.management-system div.inner-1040.unique-area div.security-info-wrap div.txt-box ul li p:first-child {
    width: 20%;
    padding: 5px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-right: 1px solid #ccc;
}

main#main-company-profile section.management-system div.inner-1040.unique-area div.security-info-wrap div.txt-box ul li p:last-child {
    width: 80%;
    padding: 5px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

main#main-company-profile .ttl-sub {
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: bold;
}

main#main-company-profile .ttl-sub-small {
    margin-top: 16px;
    margin-bottom: 8px;
}

















@media (max-width: 640px){
    main#main-company-profile table.company-profile-table th,
    main#main-company-profile table.company-profile-table td{
        display:block;
    }

    main#main-company-profile table.company-profile-table th{
        padding:30px 0 15px;
    }

    main#main-company-profile table.company-profile-table td{
        padding:0 0 30px;
    }

    main#main-company-profile table.company-profile-table ul.position-list li p.position{
        width:clamp(160px,54.7vw,192px)
    }
    main#main-company-profile dl.quadrants {
        display: block;
    }
    main#main-company-profile dl.quadrants div.dl-groupe {
        max-width: 100%;
        border-bottom: solid 1px #D3DCEA;
    }
    main#main-company-profile dl.quadrants div.dl-groupe:nth-child(odd):after {
        display: none;
    }
    main#main-company-profile section.philosophy {
        margin-bottom: -80px;
    }
    main#main-company-profile section.philosophy div.copy-area {
        background-size: calc(100% - 24px);
        padding-bottom: 80px;
    }
    main#main-company-profile section.philosophy div.copy-area h2 {
        line-height: 1.25;
    }
    main#main-company-profile section.philosophy div.copy-area h2 span.dib {
        display: block;
    }
    main#main-company-profile section.philosophy div.copy-area p.main-copy {
        font-size: 3.25rem;
    }
    main#main-company-profile section.philosophy div.copy-area p.explain {
        text-align: left;
    }
    main#main-company-profile section.philosophy div.direction {
        padding-top: 80px;
    }
    main#main-company-profile section.philosophy div.direction p.main-text {
        font-size: 1.375rem;
    }
    main#main-company-profile section.philosophy section.moving h3 {
        margin-bottom: 160px;
    }
    main#main-company-profile section.philosophy section.moving div.cover dl {
        display: block;
        transform: translateY(-100px);
    }
    main#main-company-profile section.philosophy section.moving div.cover dl div.dl-groupe {
        max-width: 100%;
        margin-bottom: 40px;
    }
    main#main-company-profile section.philosophy section.moving div.cover dl div.dl-groupe:last-child {
        margin-bottom: 0;
    }
    main#main-company-profile section.philosophy section.moving div.cover dl div.dl-groupe dt {
        margin: 0 auto 28px;
    }
    main#main-company-profile section.philosophy section.moving div.cover dl div.dl-groupe:nth-child(2) {
        margin: 0 auto 28px;
    }
}