@charset "utf-8";

#wrapper {
    background: #f9f9f9;
}

.recruit.box {
    z-index: 1;
    position: relative;
    background: #fff;
    max-width: none;
    width: 100%;
    margin: 0;
}

/*右側*/
.content-inner {
    margin: 0 auto;
    padding: 0;
    float: none;
    width: 100%;
}

.content-inner>section {
    border-radius: 0;
}

h1 {
    font-size: 3.15em;
    font-weight: 600;
    line-height: 1;
}


.en {
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.03em;
}

.content-inner h3 {
    border-bottom: none;
    padding: 0;
    box-shadow: none;
    font-size: 1.5em;
}


.more {
    display: block;
    margin: 40px 0 0 0;
    max-width: 340px;
}

.recruit .button2 {
    /* border: 1px solid #ccc; */
    padding: 20px 50px;
    border-radius: 100px;
    background: #005bac;
    letter-spacing: 1px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    position: relative;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
    transition: .3s;
    display: block;
    text-align: center;
    border: none;
}

.recruit .button2:hover {
    background: #b8d3e0;
    color: #000;
}

.recruit .button2:before,
.recruit .button3:before {
    content: "";
    background: url(../../images/common/arrow_w.svg) no-repeat center center;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 10px;
    transition: .3s;
}

.recruit .button2:hover:before {
    background: url(../../images/common/arrow_b.svg) no-repeat center center;
    right: 5%;
    background-size: 10px;
}

.button4 {
    border-radius: 5px;
    font-size: 1em;
    font-weight: 500;
    position: relative;
    display: block;
    margin: auto;
    padding: 0;
    transition: .3s;
    width: 60px;
    height: 60px;
}

.button4:before {
    content: "";
    background: url(../../images/common/arrow_w.svg) no-repeat center center;
    background-size: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    margin: auto;
    right: 0;
    left: 0;
    border: 1px solid #ffffff;
}

/*++++++++++++++
    topimage
 ++++++++++++++*/
section#top-image {
    padding: 0;
    position: relative;
    z-index: 1;
    height: 71vh;
    /* top: 0; */
    overflow: hidden;
}

#top-image li img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    max-width: none;
}


.read {
    position: absolute;
    right: 5%;
    margin: 0;
    bottom: 7%;
    z-index: 1;
}

.read h3 {
    font-size: 4.5em;
    letter-spacing: 0;
    display: block;
    width: 100%;
    line-height: 1.2;
    text-align: right;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.read h3 span {
    display: inline;
    background: #fff;
    line-height: 1.8;
    padding: 0 10px;
}



.d-box {
    max-width: 1200px;
    margin: auto;
    width: 90%;
}

/*トップメッセージ*/

#message {
    position: relative;
    background: #ededed;
    padding: 150px 0;
}

.message-inner {
    flex-direction: row-reverse;
    align-items: center;
}

.message-box .message-text {
    width: 56%;
    margin: 0 4% 0 0;
}

.message-box .message-img {
    width: 43%;
}

.message-box {
    width: 90%;
    margin: auto;
    justify-content: center;
    align-items: center;
    height: 100%;
}




.message-box .message-text h5 {
    line-height: 2.8;
}



/*知る*/
section#about {
    padding: 150px 0 150px 0;
}

section#about .d-box {
    align-items: center;
}

.about-figure {
    width: 48%;
}


.r-head-box .en {
    margin: 15px 0 0 0;
    font-size: 1.3em;
    display: block;
}



.about-text {
    width: 44%;
    margin: 0 0 0 8%;
}

.about-text p {
    line-height: 2.8;
}

.message-figure {
    width: 50%;
}

/*仕事*/
section#works {
    margin: 0 auto;
    padding: 150px 0 0;
    background: #ededed;
}

.works-figure {
    width: 30%;
}

.works-text {
    width: 65%;
    margin: 0 0 0 5%;
}



/*仕事*/

section#works .d-box {
    max-width: 1200px;
    margin: auto;
}

.works-list {
    margin: 80px auto 0;
}

.works-box figcaption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    z-index: 2;
}

.works-box {
    width: 33.3333333%;
}

.works-box a {
    position: relative;
}

.works-box figure {
    margin: 0;
}

.works-box figcaption p {
    color: #fff;
}

.works-box a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: hsl(208deg 59% 23% / 38%);
    transition: .3s;
    z-index: 1;
    top: 0;
}

.works-box a:hover:before {
    background: hsl(208deg 59% 23% / 17%);
}

.works-box a:hover img {
    transform: scale(1.03);
}

.works-box a img {
    transform: scale(1);
    transition: .3s;
}

.works-box a figure {
    overflow: hidden;
    z-index: 0;
    position: relative;
}

/*福利厚生・制度*/

section#benefits_recruitment {
    padding: 70px 0 150px 0;
}

.br-text {
    border-bottom: 1px solid #ededed;

    position: relative;
}

.br-text .button-box {
    position: absolute;
    right: 0;
    bottom: 30px;
}

.br-text a {
    padding: 0 0 30px 0;
}

.br-text a {
    padding: 80px 0 30px 0;
    transition: .3s;
    display: block;
}

.r-head-box h2 {
    line-height: 1;
}

.br-text a h2 {
    transition: .3s;
}

.br-text a:hover h2 {
    color: #005bac;
}

.br-text a:hover .button5:before {
    left: 2%;
}

.br-text a .r-head-box {
    position: relative;
    left: 0;
    transition: .3s;
}

.br-text a:hover .r-head-box {
    left: 1%;
}


/*募集要項*/

section#entry {
    padding: 100px 0 200px;
    background: url(../../images/recruit/bottom.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

#entry .r-head-box {
    color: #fff;

}

.entry-list{
    /* display: grid; */
}

section#entry:before {
    content: "";
    position: absolute;
    width: 100%;
    background: hsl(0deg 0% 0% / 66%);
    top: 0;
    z-index: 0;
    height: 100%;
}

.entry-wrap {
    position: relative;
}

.entry-box:last-child {
    margin: 0;
    /* display: none; */
}

#entry .r-head-box h2 {
    line-height: 1.3;
}

.entry-box {
    width: 48%;
    position: relative;
    margin: 0 2.8% 0 0;
}

/*臨時
.entry-wrap .d-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.entry-list {
    width: 48%;
}

.entry-box {
    width: 100%;
    position: relative;
    margin: 0 0 0 0;
}*/

/*臨時ここまで====*/

.entry-box .button4 {
    position: absolute;
    right: 4%;
    bottom: 8%;
    width: 40px;
    height: 40px;
}

.entry-box .button4:before {
    border: none;
    background-color: #005bac;
}

.entry-box a {
    display: flex;
    height: 240px;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
    color: #fff;
    border: 1px solid hsl(0deg 0% 100% / 75%);
    transition: .3s;
}

.entry-box a:hover {
    border-radius: 30px;
}

/*お問い合わせ*/
section#contact {
    padding: 0 0 0 0;
    margin: -120px auto 0;
    position: relative;
    background: none;
    border-radius: 0;
}

#contact .d-box.flex {
    align-items: center;
}

#contact .d-box {
    background: linear-gradient(2300deg, #005bac 0%, #176cb8 52%, #005bac 100%);
    padding: 80px 80px;
}

#contact .r-head-box small {
    display: block;
    font-size: 63%;
    padding: 0 0 10px 0;
}

#contact .r-head-box {
    width: 35%;
    color: #fff;
}

.sonota-c-box {
    width: 63%;
    margin: 0 0 0 2%;
}


.sonota.sonota-contact {
    border: 1px solid hsl(200deg 27% 78% / 22%);
    width: 100%;
    margin: 0;
    background: linear-gradient(2300deg, #f3f7f9 0%, #ffffff 52%, #f3f7f9 100%);
    box-shadow: 0px 0px 2px 0px #e7edf1;
    padding: 50px 20px;
    border-radius: 0;
}



span.fax {
    padding: 0 0 0 10px;
    font-family: 'Roboto', sans-serif;
}



@media screen and (max-width: 1699px) {
    #top-image li img {
        width: 120%;
    }

    /*仕事*/
    .works-box figcaption {
        padding: 0 5%;
    }

}

@media screen and (max-width: 1399px) {
    #top-image li img {
        width: 140%;
    }
}

@media screen and (max-width: 1299px) {
    .read h3 {
        font-size: 3.5em;
    }

    /*仕事*/
    .works-box figcaption {
        padding: 0 50px;
    }

    .works-box a figure {
        height: 480px;
    }

    .works-box:nth-child(1) a figure {
        background: url(../../images/recruit/w01.jpg) no-repeat center;
        background-size: cover;
    }

    .works-box:nth-child(2) a figure {
        background: url(../../images/recruit/w02.jpg) no-repeat center;
        background-size: cover;
    }

    .works-box:nth-child(3) a figure {
        background: url(../../images/recruit/w03.jpg) no-repeat center;
        background-size: cover;
    }



    .works-box a figure img {
        display: none;
    }

    /*お問い合わせ*/
    #contact .d-box {
        padding: 50px 50px;
    }
}

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 2.85em;
    }

    .r-head-box .en {
        font-size: 1em;
    }

    /*++++++++++++++
        topimage
     ++++++++++++++*/

    #top-image li img {
        width: 160%;
    }

    /*メッセージ*/

    #message {
        padding: 100px 0;
    }

    /*知る*/
    section#about {
        padding: 100px 0;
    }

    /*仕事*/
    section#works {
        padding: 100px 0 0 0;
    }

    .works-list {
        margin: 40px auto 0;
    }

    /*福利厚生*/
    section#benefits_recruitment {
        padding: 0 0 100px 0;
    }

    /*エントリー*/
    section#entry {
        padding: 80px 0 100px 0;
    }

    .entry-box a {
        height: 180px;
        padding: 0 5%;
    }
    
     .content-inner h3 {
        /* font-size: 1.2em; */
    }

    .entry-list{
    flex-wrap: wrap;
    gap: 25px;
}
    .entry-box{
    margin: 0;
}

    /*お問い合わせ*/
    section#contact {
        margin: -50px auto 0;
    }



}

@media screen and (max-width: 1023px) {
    h1 {
        font-size: 2.6em;
    }

    h2 {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 991px) {

    h1 {
        font-size: 2.5em;
    }

    #top-image li img {
        width: 220%;
        left: -41%;
        right: inherit;
    }

    /*メッセージ*/
    #message {
        padding: 50px 0 0;
    }

    .message-box {
        width: 100%;
        justify-content: inherit;
        align-items: inherit;
        height: auto;
        flex-wrap: wrap;
    }

    .message-inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        width: 100%;
    }

    .message-box .message-img {
        width: 100%;
        overflow: hidden;
        margin: 30px auto 0;
    }

    .message-box .message-text {
        width: 90%;
        margin: 0 auto;
    }

    .message-box .message-text h5 {
        line-height: 2;
    }

    .message-box .message-img figure {
        height: 440px;
    }

    .message-box .message-img figure img {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    /*知る*/
    section#about {
        padding: 50px 0;
    }

    section#about .d-box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .about-figure {
        width: 45%;
        margin: 0;
        max-width: 400px;
        position: absolute;
        right: 0;
    }

    .about-text {
        width: 100%;
        margin: 0 auto 0;
    }

    .about-text p {
        line-height: 2;
    }

    /*仕事*/
    section#works {
        padding: 50px 0 0 0;
    }

    /*福利厚生*/
    section#benefits_recruitment {
        padding: 0 0 50px 0;
    }

    .br-text a {
        padding: 40px 0 30px 0;
    }

    /*エントリー*/
    section#entry {
        padding: 50px 0 100px 0;
    }

    .entry-box a {
        height: 170px;
    }

    /*臨時
    .entry-wrap .d-box {
        flex-wrap: wrap;
    }
    
    .entry-list {
        width: 100%;
    }
    
    #entry .d-box > .r-head-box {
        margin: 0 0 40px;
    }*/

    /*臨時ここまで====*/


    /*お問い合わせ*/

    #contact .d-box {
        padding: 30px;
    }

    #contact .r-head-box {
        width: 45%;
    }

    #contact .sonota-c-box {
        width: 56%;
    }

    #contact span.fax {
        display: block;
        padding: 0;
    }

    #contact .sonota.sonota-contact {
        padding: 40px 20px;
    }



}


@media screen and (max-width: 767px) {

    .recruit .button2 {
        font-size: 1em;
        padding: 18px 0;
    }

    .button4 {
        width: 40px;
        height: 40px;
    }

    .button5 {
        font-size: 0.9em;
        color: #005bac;
    }


    h1 {
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.4em;
    }

    h3 {
        font-size: 1.3em;
    }

    .more {
        margin: 20px auto 0;
    }


    section#top-image {
        height: 64vh;
    }

    #top-image li img {
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
    }

    .read h3 {
        font-size: 2em;
    }

    .r-head-box .en {
        margin: 8px 0 0 0;
    }

    /*メッセージ*/
    #message {
        padding: 30px 0 0;
    }

    .message-box .message-text h5 {
        font-size: 1em;
    }

    .message-box .message-img figure {
        height: auto;
        margin: 0 auto;
    }

    .message-box .message-img figure img {
        position: relative;
    }

    /*知る*/
    section#about {
        padding: 30px 0 60px;
    }

    .about-figure {
        width: 100%;
        position: relative;
        right: 0;
        left: 0;
        margin: 30px auto 0;
    }

    /*仕事*/
    section#works {
        padding: 30px 0 0 0;
    }


    .works-list {
        flex-wrap: wrap;
        margin: 20px auto 0;
    }

    .works-box {
        width: 100%;
        position: relative;
    }

    .works-box a {
        height: 300px;
        display: block;
    }

    .works-box a figure {
        height: 100%;
    }

    .works-box figcaption {
        padding: 0 5%;
    }

    .works-box figcaption p {
        text-align: left;
    }


    /*福利厚生*/

    #benefits_recruitment {
        padding: 0 0 60px 0;
    }

    .br-text .button-box {
        position: relative;
        bottom: inherit;
        margin: 20px auto 0;
        text-align: right;
    }

    /*エントリー*/

    section#entry {
        padding: 30px 0 80px 0;
    }

    .entry-list {
        flex-wrap: wrap;
        gap: 20px;
    }

    .entry-box {
        width: 100%;
        /* margin: 0 auto 20px; */
    }

    .entry-box a {
        height: 100px;
    }
    
   
.content-inner h3{
    font-size: 1.2em;
}
    .entry-box .button4 {
        width: 25px;
        height: 25px;
        bottom: inherit;
        top: 50%;
        transform: translateY(-50%);
    }

    .entry-box .button4:before {
        background-size: 6px;
    }

    /*臨時
    #entry .d-box > .r-head-box {
        margin: 0 0 30px 0;
    }*/
    /*臨時ここまで====*/

    /*お問い合わせ*/
    #contact {
        margin: -70px auto 0;
    }

    #contact .d-box {
        padding: 20px;
        flex-wrap: wrap;
    }

    #contact .r-head-box {
        width: 100%;
    }

    #contact .r-head-box small {
        padding: 0 0 3px 0;
    }

    .sonota-c-box,
    #contact .sonota-c-box {
        margin: 20px auto 0;
        width: 100%;
    }

    .sonota.sonota-contact {
        padding: 10px;
    }



}

@media screen and (max-width: 480px) {

    /*仕事*/
    .works-box a {
        height: 240px;
    }

    /*福利厚生*/
    .br-text a {
        padding: 30px 0 20px 0;
    }

    .br-text .button-box {
        margin: 10px auto 0;
        text-align: left;
    }

}