@charset "UTF-8";

.cmnhd {
    background: unset;
}

.cmnhd.-open {
    background: #fff;
}

.page_hd.-company::before {
    content: '';
    width: 1013px;
    height: 522px;
    background: url(/img/company/bg-page_hd_company.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.sec_ttl {
    margin-bottom: 70px;
}

.page_ttl_small {
    font-size: 20px;
    color: #0E3CB4;
    font-weight: 500;
}


.company {
    background: #F6F7FA;
}

.company_body {
    display: flex;
    justify-content: right;
}

.company_list {
    width: 80%
}

.company_list dl {
    padding: 25px 20px;
    border-bottom: solid 1px #C6C6C6;
    display: flex;
    gap: 100px;
}

.company_list dl dt {
    width: 200px;
    font-weight: 500;
    font-size: 18px;
}

.company_list dl dd {
    flex: 1;
}

.company_list dl dd a {
    color: #0E3CB4;
    text-decoration: underline;
}

.company_list dl dd a:hover {
    text-decoration: none;
}



/* history */

.history_body {
    display: flex;
    justify-content: right;
}

.history_list {
    width: 75%;
}

.history_list dl {
    display: flex;
}

.history_list dl dt {
    width: 240px;
    font-size: 60px;
    line-height: 50px;
    color: #0E3CB4;
    font-family: 'Special Gothic Expanded One', serif;
    padding-right: 70px;
    padding-bottom: 80px;
    /* border-right: solid 1px #C6C6C6; */
    position: relative;
}

.history_list dl dt::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #0E3CB4;
    border-radius: 30px;
    position: absolute;
    top: 20px;
    left: 233px;
}

.history_list dl dt::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #C6C6C6;
    position: absolute;
    bottom: 0;
    right: 0;
}

.history_list dl:first-child dt::before {
    height: 90%;
}

.history_list dl dd {
    padding: 10px 0 0 70px;
    display: flex;
    justify-content: space-between;
    gap: 90px;
    width: 75%;
}



/* philosophy */

.page_hd.-philosophy::before {
    content: '';
    width: 1013px;
    height: 522px;
    background: url(/img/company/bg-page_hd_philosophy.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.philosophy {
    background: #F6F7FA;
}

.philosophy_body {
    display: flex;
    justify-content: right;
}

.philosophy_cnt {
    width: 80%;
}

.philosophy_cnt_ttl {
    font-size: 35px;
    margin-bottom: 30px;
}

.philosophy_list {
    background: #fff;
    padding: 40px 45px;
}

.philosophy_list li {
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.philosophy_list li:last-child {
    margin-bottom: 0;
}

.philosophy_list li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #0E3CB4;
    position: absolute;
    left: 0;
    top: 15px;
}

/* vison */

.vison {
    background: #325AC3;
    position: relative;
}

.vison::before {
    content: '';
    width: 989px;
    height: 1230px;
    background: url(/img/company/bg-vision01.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.vison::after {
    content: '';
    width: 989px;
    height: 1230px;
    background: url(/img/company/bg-vision02.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.vison .sec_ttl {
    color: #fff;
    position: relative;
    z-index: 1;
}

.vision_cnt {
    background: #0E3CB4;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

.vision_cnt::after {
    content: '';
    font-size: 30px;
    line-height: 30px;
    font-family: 'Special Gothic Expanded One', serif;
    color: #325AC3;
    position: absolute;
    top: 20px;
    right: 20px;
}

.vision_cnt:first-child::after {
    content: '01';
}

.vision_cnt:nth-child(2)::after {
    content: '02';
}

.vision_cnt:nth-child(3)::after {
    content: '03';
}

.vision_cnt:nth-child(4)::after {
    content: '04';
}

.vision_cnt:last-child::after {
    content: '05';
}

.vision_body {
    position: relative;
    z-index: 1;
}

.vision_body .vision_cnt:last-child {
    margin-bottom: 0;
}

.vision_img {
    width: 100%;
    height: auto;
    max-width: 650px;
}

.vision_cnt_row {
    flex: 1;
    padding: 0 50px;
}

.vision_cnt_row_ttl {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.vision_cnt_row_txt {
    color: #fff;
}


/* access */

.page_hd.-access::before {
    content: '';
    width: 1013px;
    height: 522px;
    background: url(/img/company/bg-page_hd_access.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.access {
    background: #F6F7FA;
}

.access_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    margin-bottom: 145px;
}

.access_wrapper.-last {
    margin-bottom: 0px;
}

.access_wrapper.-last .map,
.access_wrapper.-last .map iframe {
    width: 100%;
}

.access_wrapper .access_cnt:first-child {
    width: 400px;
}

.access_wrapper .access_cnt:last-child {
    flex: 1;
}

.access_cnt .sec_ttl {
    margin-bottom: 40px;
}

.access_address {
    margin-bottom: 25px;
}

.access_address a {
    margin-left: 15px;
    color: #0E3CB4;
    text-decoration: underline;
    position: relative;
}

.access_address a::after {
    content: '';
    width: 11px;
    height: 15px;
    background: url(/img/company/icon-arrow_access.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 50%;
    right: -15px;
    transform: translateY(50%);
}

.access_address a:hover {
    text-decoration: none;
}

.access_img {
    display: flex;
    margin-bottom: 35px;
}

.access_img .map iframe {
    width: 400px;
    height: 362px;
}

.access_how {
    padding: 30px 35px;
    background: #fff;
    display: block;
}

.access_how tbody {
    display: block;
    margin-bottom: 20px;
}

.access_how tbody:last-child {
    margin-bottom: 0;
}

.access_how tbody th {
    width: 60px;
}

.access_how tbody td {
    position: relative;
    padding-left: 30px;
}

.access_how tbody td::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #0E3CB4;
    position: absolute;
    left: 15px;
    top: 12px;
}


/* movie */

.page_hd.-movie::before {
    content: '';
    width: 1013px;
    height: 522px;
    background: url(/img/company/bg-page_hd_movie.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.movie {
    background: #F6F7FA;
}

.movie_wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px 60px;
}

.movie_cnt {
    width: 30.2%;
}

.movie_iframe {
    text-align: center;
}

.movie_cnt iframe {
    margin-bottom: 15px;
    width: 100%;
    max-width: 410px;
    height: 100%;
    aspect-ratio: 410 / 255;
}

@media screen and (max-width: 767px) {
    .sec_ttl {
        margin-bottom: 30px;
    }
    
    .company_list {
        width: 100%;
    }
    
    .company_list dl {
        flex-flow: column;
        gap: 10px;
        padding: 20px 10px;
    }

    .company_list dl dt {
        width: 100%;
    }

    .page_hd::before {
        width: 100% !important;
        height: 190px !important;
    }

    .access_cnt .sec_ttl {
        margin-bottom: 20px;
    }

    /* history */

    .history_list {
        width: 100%;
    }

    .history_list dl dt {
        width: 140px;
        font-size: 30px;
        padding: 0 0 40px 0;
    }

    .history_list dl dd {
        padding: 10px 0 0 30px;
        font-size: 14px;
        flex: 1;
        gap: 10px;
        flex-flow: column;
    }

    .history_list dl dd img {
        width: 100%;
        height: fit-content;
    }

    .history_list dl dt::after {
        left: unset;
        right: -6px;
    }


    /* philosophy */

    .philosophy_list li {
        font-size: 18px;
    }

    .philosophy_cnt {
        width: 100%;
    }

    .philosophy_cnt_ttl {
        font-size: 27px;
        line-height: 30px;
    }

    .philosophy_list {
        padding: 20px 25px;
    }

    .vison::before {
        content: none;
    }

    .vision_cnt {
        flex-flow: column;
    }

    .vision_cnt_row {
        padding: 20px 25px;
    }

    .vision_cnt_row_ttl {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .vison .sec_ttl {
        font-size: 27px;
        margin-bottom: 10px;
    }


    /* access */

    .access_wrapper {
        display: flex;
        flex-flow: column;
        gap: 30px;
        margin-bottom: 60px;
    }

    .access_wrapper .access_cnt:first-child {
        width: 100%;
    }

    .access_how {
        padding: 20px;
    }

    .access_how tbody tr {
        display: flex;
        flex-flow: column;
        align-items: start;
    }

    .access_how tbody td {
        padding-left: 20px;
    }

    .access_how tbody td::before {
        left: 0;
    }

    .access_img {
        flex-flow: column;
    }


    /* movie */

    .movie_cnt {
        width: 100%;
    }


}