@charset "utf-8";

.p-header {
    background: unset;
    background-color: white;
    padding: 0;
}

.p-header .l-container {
    padding-right: 0;
}

.p-header__nav li > a {
    color: #000;
}

.p-header__logo a {
    align-items: center;
}

.p-header__sitenameSub {
    color: #000;
}

.p-header__logoImage {
    width: 210px;
    margin-right: 10px;
}

.p-header .l-container {
    max-width: 100%;
}

.p-header__entry .c-btn--cta-blue {
    height: 70px;
    border-radius: 0;
    background-color: #0049a5;
}

.p-fv {
    margin-top: 70px;
    height: 52vw;
    min-height: auto;
    max-height: 760px;
}

.p-fv .p-fv__inner {
    padding: 0;
}

.p-fv .p-fv__inner .p-fv__bg .mv-img {
    display: flex;
    max-width: 75%;
    flex-flow: wrap;
    position: absolute;
    right: 0;
    height: 90%;
}

.p-fv .p-fv__inner .p-fv__bg .mv-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 41%);
}

.p-fv .p-fv__inner .p-fv__bg .mv-img img {
    position: relative;
    width: 50%;
    height: 50%;
}

.p-fv .p-fv__inner .p-fv__bg {
    position: relative;
    width: 100%;
    height: 100%;
}

.p-fv .p-fv__inner .p-fv__bg:after {
    position: absolute;
    content: "";
    width: 80%;
    height: 78%;
    background-color: #0049a5;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.p-fv .p-fv__inner .p-fv__copy {
    text-align: left;
    line-height: 1.3;
    display: flex;
    flex-flow: column;
    gap: 50px;
}

.p-fv__copy--orange {
    position: relative;
    color: white;
    padding-bottom: 20px;
    font-size: clamp(2.188rem, 1.733rem + 2.27vw, 3.438rem);
}

.p-fv__copy--orange:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 45%;
    background-color: #ffff00;
    height: 2px;
    left: 0;
}

.p-fv__copy--orange span {
    color: #ffff00;
}

.p-fv .p-fv__inner .p-fv__copy .p-fv__subcopy {
    display: block;
    font-size: clamp(0.938rem, 0.597rem + 1.7vw, 1.875rem);
    line-height: 1.5;
}

.p-fv__content {
    width: auto;
    left: 22%;
    top: 52%;
}

.p-recruit-cta__contents {
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .p-drawer__icon {
        height: 57px;
    }

    .p-header .l-container {
        padding: 0 10px;
    }

    .l-header {
        height: 57px;
        background-color: white;
    }

    .p-header {
        margin-top: 13px;
    }

    .p-fv {
        /* margin-top: 57px; */
        margin-top: 0;
        height: auto;
        min-height: unset;
        max-height: unset;
    }

    .p-fv__content {
        position: unset;
        width: 100%;
        max-width: 100%;
        padding: 0;
        z-index: 9999;
        transform: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .p-fv .p-fv__inner .p-fv__bg:after {
        width: 100%;
        height: 100%;
        background-color: #0071ff;
    }
    
    .p-fv .p-fv__inner .p-fv__bg {
        position: unset;
    }

    .p-fv .p-fv__inner .p-fv__bg .mv-img {
        position: unset;
        max-width: 100%;
        width: 100%;
    }

    .p-fv .p-fv__inner .p-fv__copy {
        padding: 40px 20px;
        text-align: center;
        gap: 30px;
    }

    .p-fv__copy--orange:after {
        right: 0;
        margin: auto;
    }

    .p-footer__copy {
        width: 100%;
        margin: 0 auto;
    }
}


.p-interview-message__content {
    width: 100%;
    height: max-content;
    overflow: unset;
}

.p-interview-message__inner {
    max-width: 1400px;
    height: auto;
}

.p-about-table th {
    white-space: unset;
}

.p-page-fv {
    margin-top: 70px;
}

@media screen and (max-width: 768px) {
    .p-page-fv {
        margin-top: 0px;
    }   
}

.p-interview-message {
    overflow: unset;
    height: auto;
    margin-bottom: 60px;
    margin-top: 80px;
}


.p-interview-message__text-block {
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 20px 10px;
}

.p-recruit-single__table iframe {
    width: 100%;
    height: 300px;
}

.p-breadcrumb {
    background-color: #0049a5;
}

.recruit-map iframe {
    width: 100%;
    margin-top: 50px;
    height: 300px;
}

html {
    overflow-x: hidden;
}