@charset "utf-8";
.company .under_mv{
    background: url(../img/company/main_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
    .company .under_mv{
        background: url(../img/company/main_sp.jpg) no-repeat center/cover;
    }
}

.sec1{
    position: relative;
    margin: 100px 0;
    padding-bottom: 60px;
}
.sec1:before{
    content: "";
    background: #ecf5fb;
    width: 100%;
    height: 360px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.sec1 .inner{
    max-width: 1100px;
    margin: 0 auto;
}
.sec1 .txt_area{
    max-width: 680px;
    position: relative;
}
.sec1 .txt_area:after{
    content: "";
    background: url(../img/company/sec1_img.jpg) no-repeat left bottom/contain;
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: -51vw;
}
.sec1 .txt_area h2{
    position: relative;
    font-family: toppan-bunkyu-midashi-min-st, serif;
    font-size: 3.4rem;
    color: #1f2c5c;
    line-height: 1.3;
    margin-bottom: 60px;
}
.sec1 .txt_area h2 span{
    font-family: oswald, sans-serif;
    font-size: 2rem;
    color: #888888;
    font-weight: 100;
    display: block;
    margin-bottom: 15px;
    line-height: 1;
}
.sec1 .txt_area p{
    line-height: 1.6;
}
.sec1 .txt_area p strong{
    display: block;
    text-align: right;
    font-weight: 600;
    font-size: 1.8rem;
    margin: 20px;
}
@media screen and (max-width: 1024px) {
    .sec1{
        margin: 60px 0;
    }
    .sec1:before{
        height:60%;
    }
    .sec1 .inner{
        margin: 0 4%;
    }
    .sec1 .inner h3{
        margin: 0 4% 40px;
    }
    .sec1 .txt_area{
        max-width: initial;
    }
    .sec1 .txt_area:after{
        content:normal;
    }
    .sec1 .txt_area h2{
        font-size: 2.6rem;
        line-height: 1.4;
        margin-bottom: 40px;
    }
    .sec1 .txt_area h2 span{
        font-size: 1.8rem;
        line-height: 1.3;
    }
    .sec1 .txt_area p{
        margin-top: 30px;
    }
    .sec1 .txt_area p strong{
        font-size: 1.6rem;
        margin: 20px 0 0 0;
    }
}

.sec2{
    max-width: 1100px;
    margin: 100px auto;
}
.sec2 .phil_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec2 .phil_wrap .box{
    position: relative;
    padding: 0 0 30px 45px;
}
.sec2 .phil_wrap .box:before{
    content: "";
    background: #ecf5fb;
    width: 100%;
    height: calc(100% - 25px);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.sec2 .phil_wrap .box:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 30px;
}
.sec2 .phil_wrap .box:first-of-type{
    width: 38%;
}
.sec2 .phil_wrap .box:nth-of-type(2){
    width: 58%;
}
.sec2 .phil_wrap .box:last-of-type{
    width: 100%;
    margin-top: 50px;
}
.sec2 .phil_wrap .box h4{
    position: relative;
    font-family: toppan-bunkyu-midashi-min-st, serif;
    font-size: 6rem;
    color: #888888;
    display: flex;
    align-items: flex-end;
    margin: 0 0 50px 0;
    letter-spacing: 10px;
}
.sec2 .phil_wrap .box h4 span{
    font-family: oswald, sans-serif;
    font-size: 2rem;
    color: #1f2c5c;
    margin: 0 0 10px 15px;
    letter-spacing: 2px;
}
.sec2 .phil_wrap .box h4:before{
    content: "";
    width: calc(100% + 45px);
    height: 1px;
    background: #ccc;
    position: absolute;
    left: -45px;
    top: 80px;
}
.sec2 .phil_wrap .box ol{
    margin-left: 20px;
}
.sec2 .phil_wrap .box ol li{
    list-style-type:decimal;
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 0 15px 1em;
}
.sec2 .phil_wrap .box ol li:last-of-type{
    margin-bottom: 0;
}
.sec2 .phil_wrap .box p{
    font-size: 2.4rem;
    font-weight: 600;
    margin-left: 20px;
}
@media screen and (max-width: 1024px) {
    .sec2{
        margin:60px 4%;
    }
    .sec2 h3{
        margin: 0 4% 40px;
    }
    .sec2 .phil_wrap{
        display: block;
    }
    .sec2 .phil_wrap .box{
        padding: 0 0 30px 8%;
        margin: 0 0 40px;
    }
    .sec2 .phil_wrap .box:before{
        height: calc(100% - 20px);
    }
    .sec2 .phil_wrap .box:after{
        left: 4%;
    }
    .sec2 .phil_wrap .box:first-of-type{
        width: auto
    }
    .sec2 .phil_wrap .box:nth-of-type(2){
        width: auto;
    }
    .sec2 .phil_wrap .box:last-of-type{
        width: auto;
        margin-top: 0;
    }
    .sec2 .phil_wrap .box h4{
        font-size: 4rem;
        margin: 0 0 50px 0;
    }
    .sec2 .phil_wrap .box h4 span{
        font-size: 1.6rem;
        margin: 0 0 10px 5px;
    }
    .sec2 .phil_wrap .box h4:before{
        width: calc(100% + 8%);
        left: -8%;
        top: 60px;
    }
    .sec2 .phil_wrap .box ol{
        margin: 0 4%;
    }
    .sec2 .phil_wrap .box ol li{
        font-size:1.6rem;
        margin: 0 0 15px 1em;
    }
    .sec2 .phil_wrap .box ol li:last-of-type{
        margin-bottom: 0;
    }
    .sec2 .phil_wrap .box p{
        font-size:1.6rem;
        margin:0;
        line-height: 1.4;
    }
}


.sec3{
    margin: 100px auto;
    max-width: 1100px;
}
.sec3 dl div{
    display: flex;
    padding: 25px;
    border-bottom: 1px solid #ccc;
}
.sec3 dl div:first-of-type{
    border-top: 1px solid #ccc;
}
.sec3 dl div dt{
    width: 16%;
}
.sec3 dl div dd{
    width: 84%;
}
.sec3 dl div dd .address li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.sec3 dl div dd .address li:last-of-type{
    margin-bottom:0;
}
.sec3 dl div dd .address li p{
    background: #f0f0f0;
    text-align: center;
    width: 15%;
    margin-right: 15px;
    padding: 5px 10px;
    border-radius: 50px;
}
.sec3 dl div dd .address li address{
    font-style: normal;
    line-height: 1.6;
}
.sec3 dl div dd .menber li,
.sec3 dl div dd .group li{
    margin-bottom: 6px;
}
.sec3 dl div dd .menber li:last-of-type,
.sec3 dl div dd .group li:last-of-type{
    margin-bottom: 0;
}
.sec3 dl div dd .menber div{
    border: none;
    padding: 0;
    margin-bottom: 10px;
}
.sec3 dl div dd .menber div:last-of-type{
    margin-bottom:0;
}
.sec3 dl div dd .menber div dt{
    text-align: right;
    margin-right: 15px;
    width: auto;
}
.sec3 dl div dd .menber div:nth-of-type(3) dt,
.sec3 dl div dd .menber div:nth-of-type(4) dt,
.sec3 dl div dd .menber div:nth-of-type(5) dt{
    margin-left: 2.3em;
}
@media screen and (max-width: 1024px) {
    .sec3{
        margin:60px 4%;
    }
    .sec3 h3{
        margin: 0 4% 40px;
    }
    .sec3 dl div{
        display: block;
        padding: 0;
        border-bottom: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .sec3 dl div:first-of-type{
        border-top: 0;
    }
    .sec3 dl div:last-of-type{
        margin-bottom: 0;
    }
    .sec3 dl div dt{
        width: auto;
        background: #ecf5fb;
        padding: 15px 0;
    }
    .sec3 dl div dd{
        width: auto;
        padding: 15px 0;
        line-height: 1.4;
    }
    .sec3 dl div dd .address li{
        display: block;
        margin: 0 1% 25px;
    }
    .sec3 dl div dd .address li p{
        padding: 5px 22px;
        margin: 0px 0 10px;
        width: 50%;
    }
    .sec3 dl div dd .address li address{
        text-align: left;
    }
    .sec3 dl div dd .menber li,
    .sec3 dl div dd .group li{
        margin-bottom: 6px;
    }
    .sec3 dl div dd .menber li:last-of-type,
    .sec3 dl div dd .group li:last-of-type{
        margin-bottom: 0;
    }
    .sec3 dl div dd .menber div {
        display: flex;
    }
    .sec3 dl div dd .menber div dt {
        width: 50%;
        background: none;
        padding: 0;
    }
    .sec3 dl div dd .menber div:nth-of-type(3) dt,
    .sec3 dl div dd .menber div:nth-of-type(4) dt,
    .sec3 dl div dd .menber div:nth-of-type(5) dt{
        margin-left:0;
    }
    .sec3 dl div dd .menber div dd {
        width: 50%;
        text-align: left;
        padding: 0;
    }
}

.sec4{
    max-width: 1100px;
    margin: 100px auto;
}
.sec4 figure{
    margin-bottom: 50px;
}
.sec4 .headoffice_area{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.sec4 .headoffice_area .gmap{
    width: 64%;
    padding-top: 34%;
    height: 0;
    position: relative;
}
.sec4 .gmap iframe{
    width: 100%;
    height: 100%;
    border:0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sec4 .headoffice_area .status_area{
    width: 34%;
    border-left: 1px solid #1f2c5c;
    padding-left: 30px;
}
.sec4 .status_area h4{
    font-size: 2rem;
    color: #1f2c5c;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.sec4 .status_area h4 span{
    font-family: oswald, sans-serif;
    color: #888888;
    font-size: 1.4rem;
    margin-left: 10px;
}
.sec4 .status_area address{
    line-height: 1.4;
    margin-bottom: 15px;
}
.sec4 .status_area p{
    line-height: 1.4;
}
.sec4 .office_area{
    display: flex;
    justify-content: space-between;
}
.sec4 .office_area .box{
    width: 48.5%;
}
.sec4 .office_area .box .gmap{
    padding-top:60%;
    height: 0;
    position: relative;
}
.sec4 .office_area .status_area{
    margin: 15px 10px 0;
}
.sec4 .office_area .status_area address{
    margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
    .sec4{
        margin: 60px 4%;
    }
    .sec4 figure{
        margin-bottom: 30px;
    }
    .sec4 .headoffice_area{
        display: block;
        margin-bottom: 40px;
    }
    .sec4 .headoffice_area .gmap{
        padding-top: 57%;
        width: auto;
    }
    .sec4 .headoffice_area .status_area{
        width: auto;
        border-left: 0;
        padding-left: 0;
        margin-top: 15px;
    }
    .sec4 .status_area h4{
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .sec4 .status_area h4 span{
        font-size: 1.2rem;
    }
    .sec4 .status_area address{
        margin-bottom: 10px;
    }
    .sec4 .status_area p{
        line-height: 1;
    }
    .sec4 .office_area{
        display:block;
        justify-content: space-between;
    }
    .sec4 .office_area .box{
        width: auto;
    }
    .sec4 .office_area .box:first-of-type{
        margin-bottom: 40px;
    }
    .sec4 .office_area .box .gmap{
        padding-top:57%;
    }
    .sec4 .office_area .status_area{
        margin: 15px 0 0;
    }
    .sec4 .office_area .status_area address{
        margin-bottom: 10px;
    }
}

.sdgs {
    max-width: 1100px;
    margin: 100px auto;
}
.sdgs_wrap {
    display: flex;
    align-items: center;
}
.sdgs_wrap .box {
    width: 50%;
}
.sdgs_wrap .box:nth-child(1) {
    padding-right: 74px;
    margin-right: 70px;
    border-right: solid 1px #ccc;
}
.sdgs_wrap .box h4 {
    font-size: 3.5rem;
    font-family: toppan-bunkyu-midashi-min-st, serif;
    color: #212963;
    line-height: calc(63 / 35);
}
.sdgs_wrap .box p {
    line-height: 1.6;
    margin-top: 26px;
}
.sdgs_logo {
    max-width: 475px;
    width: 100%;
}
.sdgs_table,
.sdgs_block {
    margin-top: 92px;
    table-layout: fixed;
}
.sdgs_table th{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    padding: 14px 10px;
    background-color: #ecf5fc;
    vertical-align: middle;
}
.sdgs_table th:nth-child(1),
.sdgs_table th:nth-child(2) {
    width: 30.5%;
    border-right: solid 1px #fff;
}
.sdgs_table th:nth-child(3) {
    width: 38.9%;
}
.sdgs_table td {
    vertical-align: middle;
    padding: 30px;
    border-bottom: solid 1px #ccc;
}
.sdgs_table td p {
    line-height: 2;
}
.sdgs_table td.title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
}
.sdgs_table .logo_list,
.sdgs_block .logo_list {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sdgs_table .contents,
.sdgs_block .contents {
    margin-top: 15px;
    padding: 10px;
    background-color: #f4f4f4;
}
.sdgs_table .contents_title,
.sdgs_block .contents_title {
    font-weight: 700;
    color: #212963;
    line-height: 2;
    margin-bottom: 8px;
}
.sdgs_table .contents_list li,
.sdgs_block .contents_list li {
    line-height: 2;
}
.sdgs_block {
    display: none;
}

@media screen and (max-width: 1024px) {
    .sdgs {
        margin: 60px 4%;
    }
    .sdgs h3.heading {
        margin-bottom: 40px;
    }
    .sdgs h3.heading:after {
        top: initial;
        bottom: 20px;
        width: 90px;
    }
    .sdgs h3.heading span {
        display: block;
        margin-bottom: 30px;
    }
    .sdgs_wrap {
        flex-direction: column;
        margin-top: 40px;
        padding: 0 10px;
    }
    .sdgs_wrap .box {
        width: 100%;
    }
    .sdgs_wrap .box:nth-child(1) {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
    .sdgs_wrap .box h4 {
        font-size: 2.4rem;
        line-height: calc(32 / 24);
        margin-top: 30px;
        font-weight: 700;
    }
    .sdgs_wrap .box p {
        margin-top: 16px;
        line-height: calc(22 / 14);
    }
    .sdgs_table {
        display: none;
    }
    .sdgs_block {
        display: block;
        border-bottom: solid 1px #ccc;
        margin-top: 58px;
    }
    .sdgs_block .sdgs_box {
        padding: 40px 0;
        border-top: solid 1px #ccc;
    }
    .sdgs_block dl {
        padding: 0 15px;
    }
    .sdgs_block dt {
        font-size: 1.4rem;
        font-weight: 700;
        color: #212b5c;
        padding: 3px 10px;
        background-color: #ecf5fc;
        line-height: 1.6;
        margin-bottom: 17px;
    }
    .sdgs_block dd:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .sdgs_block dd p {
        line-height: 2;
    }
    .sdgs_block dd.title {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.6;
    }
    .sdgs_block .logo_list {
        margin-top: 15px;
    }
    .sdgs_block .logo_list li {
        width: 33.33%;
        max-width: 100px;
    }

}