@charset "UTF-8";
/* ===================================================================

	base

=================================================================== */
.num,
.en{
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1rem;
}
:root {
    --main-color: #005eac;
    --sub-color: #ad0009;
    --bg-gray: #cacaca;
    --color-white: #fff;
}

.ttlhead .en{
    line-height: 1;
    font-size: 68px;
}
.ttlhead .ja{
    font-size: 18px;
}
img.arrow{
    max-width: 50px;
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
    .ttlhead .en{
        font-size: 54px;
    }
}
@media only screen and (max-width: 479px) {
    .ttlhead .en{
        font-size: 40px;
    }
    .ttlhead .ja{
        font-size: 16px;
    }
}


/* ===================================================================

    topsec_kv

=================================================================== */
.topsec_kv{
    padding: 220px 0 10px;
    margin-bottom: 160px;
    position: relative;
}
.topsec_kv::after{
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/top_mainimg.jpg);
    background-position: center;
    background-size: cover;
    top: 0;
    right: 0;
    width: 80vw;
    height: 80vw;
    max-width: 1540px;
    max-height: 940px;
    z-index: -1;
}
.topsec_kv .cwrap{
    padding: 0 150px;
}
.topsec_kv h1{
    font-size: 72px;
    color: var(--main-color);
    margin-bottom: 80px;
    letter-spacing: 0.5rem;
}
.topsec_kv .en{
    position: relative;
    display: inline-flex;
    align-items: center;
    background: var(--sub-color);
    color: var(--color-white);
    margin-bottom: 180px;
    font-size: 44px;
    line-height: 1;
    height: 90px;
    padding-right: 45px;
}
.topsec_kv .en::before{
    content: "";
    display: inline;
    position: absolute;
    background: var(--sub-color);
    top: 0;
    right: calc(100% - 1px);
    width: 100%;
    height: 100%;
}
.topsec_kv .en::after{
    content: "";
    display: inline-block;
    position: absolute;
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 90px solid var(--sub-color);
    border-right: 40px solid transparent;
}
.topsec_kv .kv_arrow{
    position: relative;
    left: -40px;
    max-width: 170px;
    max-height: 170px;
}


@media only screen and (max-width: 1280px) {
    .topsec_company .image{
        top: -90px;
    }
    .topsec_kv .cwrap {
        padding: 0 90px;
    }
    .topsec_kv .en{
        margin-bottom: 60px;
    }
    .topsec_kv .kv_arrow {
        left: -50px;
        max-width: 130px;
        max-height: 130px;
    }
}
@media only screen and (max-width: 1024px) {
    .topsec_kv {
        padding: 120px 0 10px;
        margin-bottom: 130px;
    }
    .topsec_kv::after{
        height: 70vw;
    }
    .topsec_kv .kv_arrow {
        left: -60px;
    }
    .topsec_kv h1{
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 768px) {
    .topsec_kv {
        padding: 80px 0 10px;
        margin-bottom: 90px;
    }
    .topsec_kv::after{
        width: 75vw;
        height: 65vw;
    }
    .topsec_kv h1 {
        font-size: 52px;
        margin-bottom: 45px;
    }
    .topsec_kv .en {
        font-size: 28px;
        height: 65px;
        padding-right: 30px;
    }
    .topsec_kv .en::after {
        border-top: 65px solid var(--sub-color);
    }
    .topsec_kv .kv_arrow {
        left: -10px;
        max-width: 100px;
        max-height: 100px;
    }
    .topsec_kv .cwrap {
        padding: 0 60px;
    }
    .topsec_kv h1 {
        font-size: 58px;
        text-shadow: 0 0 5px #ffffff;
    }
    .topsec_kv .en {
        font-size: 32px;
        height: 80px;
    }
    .topsec_kv .en::after{
        border-top: 80px solid var(--sub-color);
    }
}
@media only screen and (max-width: 479px) {
    .topsec_kv {
        padding: 60px 0 10px;
        margin-bottom: 60px;
    }
    .topsec_kv::after{
        width: 100vw;
        max-height: 350px;
        height: 90vw;
    }
    .topsec_kv .cwrap {
        padding: 0 30px;
    }
    .topsec_kv h1 {
        font-size: 7.8vw;
        letter-spacing: 0.25rem;
        margin-bottom: 30px;
    }
    .topsec_kv .en {
        font-size: 16px;
        height: 35px;
        padding-right: 10px;
    }
    .topsec_kv .en::after {
        border-right: 30px solid transparent;
        border-top: 35px solid var(--sub-color);
    }
    .topsec_kv .kv_arrow{
        width: 23vw;
    }
}


/* ===================================================================

    topsec_info

    =================================================================== */

.topsec_info {
    margin-bottom: 270px;
}
.topsec_info .infos{
    gap: 40px;
}
.topsec_info .info{
    width: 50%;
}
.topsec_info .ttlhead{
    padding-bottom: 40px;
    border-bottom: solid 1px #c8c8c8;
}
.topsec_info .ttlhead *{
    line-height: 1;
}
.topsec_info .ttlhead h2 .en{
    margin-right: 25px;
    color: var(--main-color);
}
.topsec_info .ttlhead h2 .ja{
    font-size: 18px;
}
.topsec_info .ttlhead .link{
    font-size: 18px;
    font-weight: 600;
    margin-left: auto;
    color: var(--main-color);
}
.topsec_info .ttlhead .link img{
    margin-left: 20px;
}
.topsec_info .date{
    font-size: 20px;
    letter-spacing: -0.01rem;
    margin-right: 45px;
}
.topsec_info li a{
    display: flex;
    line-height: 1.3;
    width: 100%;
    padding: 30px 0;
    border-bottom: solid 1px #c8c8c8;
}

@media only screen and (max-width: 1024px) {
    .topsec_info .infos{
        flex-direction: column;
    }
    .topsec_info .info{
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .topsec_info {
        margin-bottom: 120px;
    }
    .topsec_info li a{
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 15px 0;
    }
    .topsec_info .ttlhead {
        padding-bottom: 30px;
    }
    .topsec_info .ttlhead h2 .en {
        margin-right: 5px;
    }
}
@media only screen and (max-width: 479px) {
    .topsec_kv {
        padding: 60px 0 10px;
    }
    .topsec_info {
        margin-bottom: 90px;
    }
    .topsec_info .ttlhead {
        padding-bottom: 20px;
    }
    .topsec_info .ttlhead h2{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .topsec_info .ttlhead h2 .en{
        font-size: 35px;
    }
    .topsec_info .ttlhead h2 .ja {
        font-size: 16px;
    }
}

/* ===================================================================

    topsec_company

    =================================================================== */
.topsec_company{
    margin-bottom: 150px;
    padding: 120px 0;
    position: relative;
    background: var(--main-color);
    color: var(--color-white);
}
.topsec_company::before{
    content: "";
    display: inline-block;
    background: var(--color-white);
    max-width: 580px;
    width: 40vw;
    height: calc(100% + 1px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.topsec_company::after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/icon_hisayama.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 60vw;
    height: 60vw;
    max-width: 600px;
    max-height: 400px;
}
.topsec_company .image{
    position: absolute;
    z-index: 2;
    top: -120px;
    left: 0;
    width: 50vw;
    height: 60vw;
    max-width: 940px;
    max-height: 660px;
    margin-left:calc(((100vw - 100%) / 2) * -1);
}
.topsec_company .txts{
    max-width: 460px;
    margin-left: auto;
}
.topsec_company .ttlhead .en{
    margin-bottom: 30px;
}
.topsec_company .ttlhead .ja{
    margin-bottom: 65px;
}
.topsec_company .txt{
    margin-bottom: 45px;
}
.topsec_company .links a{
    font-size: 24px;
    padding: 25px 10px;
    color: var(--color-white);
    border-top: solid 1px var(--color-white);
}
.topsec_company .links a:last-child{
    border-bottom: solid 1px var(--color-white);
}
.topsec_company .links .icon{
    max-width: 42px;
    margin-right: 35px;
}
.topsec_company .links .arrow{
    margin-left: auto;
}

@media only screen and (max-width: 1440px) {
    .topsec_company .cwrap{
        padding-right: 60px;
    }
    .topsec_company .image{
        width: 45vw;
    }
    .topsec_company::before{
        width: 25vw;
    }
    .topsec_company .links a{
        font-size: 20px;
    }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
    .topsec_company {
        margin-bottom: 120px;
    }
    .topsec_company .cwrap{
        padding-right: 30px;
    }
    .topsec_company .image{
        display: none;
    }
    .topsec_company::before {
        display: none;
    }
    .topsec_company .txts {
        max-width: 100%;
        padding: 0 30px;
    }
}
@media only screen and (max-width: 650px) {
    .topsec_company {
        padding: 80px 0;
        margin-bottom: 60px;
    }
    .topsec_company .ttlhead .en {
        margin-bottom: 10px;
    }
    .topsec_company .ttlhead .ja {
        margin-bottom: 45px;
    }
    .topsec_company .txts {
        padding: 0;
    }
    .topsec_company .txt {
        margin-bottom: 30px;
    }
    .topsec_company .links a{
        font-size: 18px;
        padding: 20px 5px;
    }
    .topsec_company .links .icon {
        max-width: 25px;
        margin-right: 10px;
    }
}

/* ===================================================================

    topsec_recruit
    
    =================================================================== */
.topsec_recruit {
    position: relative;
}
.topsec_recruit .inner01{
    position: relative;
    padding: 0 120px;
    margin-bottom: 220px;
}
.topsec_recruit .inner01::after{
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(100% - 70px);
    left: 50%;
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
    z-index: 1;
    max-width: 500px;
    width: 100%;
    height: 190px;
    background-image: url(../images/txt_joinus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.topsec_recruit .images{
    gap: 20px;
}
.topsec_recruit .images img{
    width: calc(100% / 2 - 10px);
}
.topsec_recruit .inner01 .txts{
    max-width: 440px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 60px 50px;
    background: var(--color-white);
    z-index: 2;
}
.topsec_recruit .ttlhead .en{
    color: var(--sub-color);
    margin-bottom: 20px;
}
.topsec_recruit .ttlhead .ja{
    margin-bottom: 50px;
}
.topsec_recruit .inner01 .txt{
    line-height: 2;
    margin-bottom: 50px;
}
.topsec_recruit a.btn{
    padding: 28px 0;
    line-height: 1;
    color: var(--color-white);
    background: var(--sub-color);
}
.topsec_recruit img.arrow{
    margin-left: 20px;
}


.topsec_recruit .inner02{
    margin-bottom: 150px;
}
.topsec_recruit .linkwrap{
    gap: 40px;
}
.topsec_recruit .linkset{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(100% / 3 - 27px);
    height: 480px;
    padding: 25px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.topsec_recruit .linkset:after{
    content: "";
    display: inline-block;
    height: 400px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgba(197, 0, 6, 1), rgba(197, 0, 6, 0));
}
.topsec_recruit .linkset01{
    background-image: url(../images/top_recruit05.jpg);
}
.topsec_recruit .linkset02{
    background-image: url(../images/top_recruit06.jpg);
}
.topsec_recruit .linkset03{
    background-image: url(../images/top_recruit07.jpg);
}
.topsec_recruit .linkset .num{
    color: var(--sub-color);
    font-size: 68px;
    position: absolute;
    left: 30px;
    bottom: calc(100% - 30px);
    line-height: 1;
}
.topsec_recruit .linkset .txts{
    position: relative;
    z-index: 1;
    margin-top: auto;
    color: var(--color-white);
}
.topsec_recruit .linkset .head{
    margin-bottom: 30px;
    line-height: 1;
}
.topsec_recruit .linkset .ja{
    font-size: 24px;
    margin-right: 20px;
}
.topsec_recruit .linkset .en{
    font-size: 18px;
}
.topsec_recruit .linkset .txt{
    margin-bottom: 30px;
}
.topsec_recruit .linkset a.link{
    width: 100%;
    display: inline-block;
    text-align: right;
    color: var(--color-white);
}

@media only screen and (max-width: 1280px) {
    .topsec_recruit .inner01 {
        padding: 0 20px;
    }
    .topsec_recruit .linkwrap{
        gap: 50px;
    }
    .topsec_recruit .linkset .num {
        left: 20px;
    }
    .topsec_recruit .inner01 .txts {
        max-width: 420px;
        min-width: 350px;
        width: 60vw;
        padding: 40px 30px;
    }
    .topsec_recruit .inner01::after{
        max-width: 300px;
    }
    .topsec_recruit .linkset .ja {
        font-size: 18px;
    }
    .topsec_recruit .linkset .en {
    font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .topsec_recruit .inner02 {
        margin-bottom: 120px;
    }
    .topsec_recruit .linkwrap {
        gap: 80px 40px;
    }
    .topsec_recruit .linkset{
        width: calc(100% / 2 - 20px);
    }
    .topsec_recruit .images img {
        height: 280px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 650px) {
    img.arrow{
        max-width: 30px;
    }
    .topsec_recruit .inner01 {
        margin-bottom: 150px;
    }
    .topsec_recruit .inner01::after {
        max-width: 50vw;
    }
    .topsec_recruit .inner01 .txts {
        min-width: unset;
        width: 80vw;
    }
    .topsec_recruit .images {
        gap: 10px;
    }
    .topsec_recruit .images img {
        width: calc(100% / 2 - 5px);
    }
    .topsec_recruit .ttlhead .en{
        margin-bottom: 10px;
    }
    .topsec_recruit .ttlhead .ja {
        margin-bottom: 30px;
    }
    .topsec_recruit .inner02 {
        margin-bottom: 90px;
    }
    .topsec_recruit .linkset{
        width: 100%;
        height: 110vw;
    }
    .topsec_recruit .linkset .num{
        font-size: 50px;
        left: 15px;
    }
    .topsec_recruit .linkset .txts{
        text-shadow: 0 0 8px #830004;
    }
    .topsec_recruit .linkset:after{
        height: 90%;
    }
}

/* ===================================================================

    sec_contact
    
    =================================================================== */
.sec_contact{
    padding: 130px 0 120px;
    background-image: url(../images/bg_contact.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sec_contact .ttlhead{
    color: var(--color-white);
    margin-bottom: 60px;
}
.sec_contact .ttlhead .en{
    margin-bottom: 20px;
}
.sec_contact .contactset{
    gap: 40px;
}
.sec_contact .contact{
    padding: 40px 20px 50px;
    width: calc(100% / 2);
    background: rgba(255, 255, 255, 0.6);
}
.sec_contact .contact01 img{
    max-width: 290px;
    display: flex;
    margin: auto;
}
.sec_contact .contact02 img{
    max-width: 25px;
    margin-right: 10px;
}
.sec_contact .contact02 a.btn{
    background: var(--sub-color);
    color: var(--color-white);
    padding: 25px 5px;
    max-width: 400px;
    width: 100%;
}
.sec_contact .contact .txt{
    font-weight: 600;
    margin-bottom: 30px;
}


@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
    .sec_contact {
        padding: 90px 0 80px;
    }
    .sec_contact .ttlhead .en{
        margin-bottom: 15px;
    }
    .sec_contact .ttlhead {
        margin-bottom: 45px;
    }
    .sec_contact .contactset{
        flex-direction: column;
    }
    .sec_contact .contact{
        width: 100%;
    }
}
@media only screen and (max-width: 479px) {
    .sec_contact{
        padding: 65px 0;
    }
    .sec_contact .ttlhead .en{
        margin-bottom: 10px;
    }
    .sec_contact .ttlhead {
        margin-bottom: 30px;
    }
    .sec_contact .contactset {
        gap: 30px;
    }
    .sec_contact .contact {
        padding: 30px 20px 40px;
    }
    .sec_contact .contact .txt{
        margin-bottom: 20px;
    }
    .sec_contact .contact02 a.btn span{
    display: none;
    }
}

/* ===================================================================

    base

=================================================================== */
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 479px) {
}