@charset "utf-8";

/*animation*/
.fade {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: .5s;
    transition-delay: 0.5s;
}

.mv-fade {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


#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;
    background: #ededed;
    padding: 0;
}

h1 {
    font-size: 3.15em;
    font-weight: 600;
    line-height: 1;
}


.r-head-box .en {
    margin: 15px 0 0 0;
    font-size: 1.3em;
    display: block;
}


.en {
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.03em;
}

.content-inner h3 {
    border-bottom: none;
    padding: 0;
    box-shadow: none;
    /* color: #183d5d; */
}


.more {
    display: block;
    margin: 80px auto 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;
}

h2.mid-head {
    position: relative;
    padding: 14px 0 0 0;
}

h2.mid-head:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 48px;
    background: linear-gradient(90deg, #b8d3e0 31%, rgb(251 135 144)81%);
    top: 0;
    display: block;
    border-radius: 10px;
}

.list-wrap {
    padding: 80px 0;
    background: #d0e3ec;
}

.list-wrap .link-list a.button3 {
    box-shadow: none;
    border-radius: 50px;
}

/*++++++++++++++
    詳細
 ++++++++++++++*/
.shippori {
    font-family: 'Shippori Mincho', serif;
}


.first-wrap {
    display: flex;
    align-items: center;
    position: relative;
}


.r-a-wrap {
    position: absolute;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 63%;
    background: linear-gradient(90deg, hsl(0deg 0% 92.94% / 100%), hsl(0deg 0% 92.94% / 100%), hsl(0deg 0% 92.94% / 100%), hsl(0deg 0% 92.94% / -1%));
}

.r-head-box {
    width: 100%;
    padding: 0 0 0 5%;
}

.first-wrap figure {
    margin: 0 0 0 auto;
}


.first-img {
    position: relative;
}


.first-img .title {
    position: absolute;
    bottom: 110px;
    left: -3%;
}


.first-img .title h2 {
    background: linear-gradient(transparent 0%, #fff 0%);
    color: #c1c1c1;
    display: inline;
    line-height: 2;
    padding: 0 2px;
}

/*福利厚生*/
.welfare-box {
    display: flex;
    position: relative;
    justify-content: space-around;
    width: 100%;
}

.welfare-wrap {
    width: 33%;
    text-align: center;
}

.welfare-item figure {
    position: relative;
    z-index: 0;
    width: 300px;
    height: 300px;
    margin: auto;
}

.welfare-item figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../images/recruit/benefits/i01.svg) no-repeat center;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    background-size: 67%;
}

.welfare-item.w02 figure:before {
    background: url(../../images/recruit/benefits/i02.svg) no-repeat center;
    background-size: 67%;
}

.welfare-item.w03 figure:before {
    background: url(../../images/recruit/benefits/i03.svg) no-repeat center;
    background-size: 67%;
}

.welfare-item figure:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 230px;
}


.welfare-item h5 {
    font-weight: 500;
}


.weldare-detail {
    width: 100%;
    padding: 80px;
    background: hwb(0deg 100% 0%);
}

.weldare-detail dl {
    width: 100%;
    display: flex;
    border-top: 1px solid #dbdbdb;
    padding: 30px 0;
    font-size: 1em;
}

.weldare-detail dl dt {
    width: 15%;
    font-weight: 500;
    line-height: 1.8;
}

.weldare-detail dl dd {
    width: 85%;
    padding: 0 0 0 5%;
    line-height: 1.8;
}

.weldare-detail dl:last-child {
    border-bottom: 1px solid #dbdbdb;
}

/*data*/
.data-wrap {
    width: 100%;
    padding: 0;
    text-align: center;
}



.data-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    padding: 40px 80px 80px 80px;
}

.welfare-box02 .weldare-detail {
    padding: 0;
}

.welfare-box02 {
    width: 100%;
}

.data h4 {
    background: #4d5698;
    padding: 16px 27px 21px;
    position: relative;
    width: 100%;
    color: #fff;
    border-radius: 20px 20px 0 0;
    text-align: center;
}



.data-item {
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}


.data-item figcaption {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
}

.data-item figcaption .num {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.data-item figcaption .num b {
    font-size: 7em;
    font-weight: 400;
    line-height: 0.7;
}

.data-item figcaption .num span {
    font-size: 2em;
    font-weight: 600;
}



.data-wrap p b {
    color: #7f99e9;
    font-size: 1.8em;
    line-height: 1;
    font-weight: 500;
    padding: 0 2px;
}



.data-box-inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.data-box-inner {
    width: 100%;
    background: hwb(225.28deg 49.81% 8.63% / 15%);
    position: relative;
    border-radius: 10px;
}

.data-box-inner .data-item figcaption .num b {
    font-size: 5em;
}

.data-box-inner .data-item figcaption .num span {
    font-size: 1.5em;
}

.data-box-inner span.year {
    background: #fff;
    padding: 6px 30px;
    box-sizing: border-box;
    position: absolute;
    display: inline-block;
    border-radius: 30px;
    z-index: 1;
    margin-top: 0;
    top: -20px;
    border: 1px solid;
    font-size: 1em;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 140px;
}

.data-box-inner .data-wrap .data-item {
    flex-wrap: wrap;
}

.data-box-inner .data-wrap {
    padding: 40px 0;
}

.data-item.ikuji-item figcaption {
    display: flex;
    align-items: baseline;
}

.data-item.ikuji-item figcaption .ikuji-icon {
    padding: 0 10px 0 0;
}

.message {
    padding: 80px 80px 80px 80px;
    border-radius: 0;
    background: hsl(35.17deg 100% 97.29% / 85%);
}

.message-box {
    display: flex;
    position: relative;
}

.message-box figcaption {
    width: 59%;
    margin: 0 6% 0 0;
}

.message-box figure {
    width: 35%;
    position: relative;
}


.message-box figure .v02 {
    width: 63%;
    display: inline-block;
    position: relative;
    top: -31px;
}

.message-box figure .v01 {
    width: 92%;
    margin: 0 0 0 auto;
    display: block;
    position: relative;
    right: 0;
}

.message-box figure span {
    border-radius: 10px;
    overflow: hidden;
}

.message-box figure small {
    display: block;
    text-align: center;
    margin: -10px auto 0;
}

.message-box figcaption h4 {
    position: absolute;
    top: -112px;
    left: 0;
    margin: auto;
    text-align: center;
    display: inline-block;
    background: #fff;
    padding: 14px 0;
    border-radius: 28px;
    width: 440px;
    box-shadow: inset 2px 3px 12px 1px hsl(12.77deg 74.22% 91.05%);
    color: #f8846b;
    z-index: 0;
}

.message-box figcaption h4::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(225deg);
    left: 60px;
    border-left: 20px solid #fefaf9;
    border-top: 20px solid #fefaf9;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    top: 41px;
}

.message-box figcaption h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(225deg);
    left: 75px;
    bottom: -20px;
    border-left: 20px solid #fcf7f0;
    border-top: 20px solid #fcf7f0;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.message-box figcaption h5 {
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #e8a200;
}

@media screen and (max-width: 1699px) {}

@media screen and (max-width: 1399px) {}

@media screen and (max-width: 1299px) {

    .weldare-detail {
        padding: 50px;
    }

    /*data*/

    .data-box {
        padding: 30px 50px 50px;
    }

    .data-item figcaption .num b {
        font-size: 5.5em;
    }

    .data-item figcaption .num span {
        font-size: 1.8em;
    }

    .data-box-inner .data-item figcaption .num b {
        font-size: 4.5em;
    }

    .message {
        padding: 85px 50px 50px 50px;
    }


}

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 2.85em;
    }


    .r-head-box .en {
        font-size: 1em;
    }

    /*福利厚生*/
    .welfare-item figure {
        width: 250px;
        height: 250px;
    }



}

@media screen and (max-width: 1023px) {
    h1 {
        font-size: 2.6em;
    }

    h2 {
        font-size: 1.8em;
    }



    /*福利厚生*/
    .weldare-detail dl dt,
    .weldare-detail dl dd {
        font-size: 0.9em;
    }


    /*data*/
    .data-item figcaption .num b {
        font-size: 5.2em;
    }




}

@media screen and (max-width: 991px) {

    h1 {
        font-size: 2.5em;
    }

    .list-wrap {
        padding: 50px 0;
    }


    .first-img .title {
        bottom: 20px;
    }

    .welfare-item figure {
        width: 200px;
        height: 200px;
    }

    .weldare-detail {
        padding: 30px;
    }


    .weldare-detail dl {
        padding: 20px 0;
    }

    /*data*/
    .data-box {
        padding: 20px 30px 30px;
    }

    .data-item figcaption .num b {
        font-size: 4.5em;
    }

    .data-box-inner .data-item figcaption .num b {
        font-size: 3.8em;
    }

    .data-box-inner .data-item figcaption .num span {
        font-size: 1.2em;
    }

    .data-wrap {
        /* margin-bottom: 40px; */
    }


    .message {
        padding: 70px 30px 30px 30px;
    }

    .message-box figcaption h4::before {
        top: 32px;
    }

    .message-box figcaption h4 {
        width: 340px;
        border-radius: 18px;
        top: -92px;
        padding: 10px 0;
    }




}


@media screen and (max-width: 767px) {

    h1 {
        font-size: 1.8em;
    }

    .r-head-box .en {
        margin: 8px 0 0 0;
    }

    .content-inner>section {
        padding: 0;
    }

    .list-wrap {
        padding: 30px 0;
    }

    /**/


    .first-img .title {
        position: relative;
        bottom: inherit;
        left: 0;
        margin: -30px auto 20px;
        width: 90%;
    }

    .first-img .title h2 br {
        display: none;
    }


    .more {
        margin: 30px auto 0;
    }

    .recruit .button2 {
        font-size: 1em;
        padding: 18px 0;
    }

    .first-wrap {
        flex-wrap: wrap;
    }

    .r-a-wrap {
        position: relative;
        background: none;
        margin: 0 0 30px 0;
        width: 100%;
    }

    .r-head-box {
        padding: 0 0 0 5%;
    }

    .content-inner>section {
        padding: 50px 0 0 0;
    }

    h2.mid-head:before {
        width: 30px;
        height: 3px;
    }

    h2.mid-head {
        padding: 4px 0 0 0;
        font-size: 1.4em;
    }

    /*福利厚生*/
    .welfare-box {
        flex-wrap: wrap;
    }

    .welfare-wrap {
        width: 100%;
        margin: 0 auto 40px;
    }

    .welfare-wrap:last-child {
        margin: 0 auto;
    }

    .weldare-detail {
        padding: 15px;
    }

    .weldare-detail dl {
        flex-wrap: wrap;
        padding: 15px 0;
    }


    .weldare-detail dl dt,
    .weldare-detail dl dd {
        width: 100%;
    }

    .weldare-detail dl dt {
        font-weight: 600;
    }

    .weldare-detail dl dd {
        margin: 0;
        padding: 6px 0 0 0;
    }

    .weldare-detail .text-right {
        text-align: left;
        font-size: 0.8em;
    }


    /*data*/
    .data-wrap {
        width: 100%;
        margin-bottom: 30px;
    }

    .data-item figcaption .num b {
        font-size: 3em;
    }

    .data-item figcaption .num span {
        font-size: 1.3em;
    }

    .data-box-inner .data-item figcaption .num b {
        font-size: 2.5em;
    }

    .data-box-inner .data-item figcaption .num span {
        font-size: 1em;
    }

    .data h4 {
        padding: 10px 0 10px;
    }

    .data-box {
        padding: 25px 15px 15px;
    }


    .data-box-inner {
        flex-wrap: wrap;
    }

    .data-box-inner .data-wrap {
        width: 100%;
        padding: 0 0 30px 0;
    }

    .data-box-inner .data-wrap:last-child {
        padding: 0;
    }

    .data-wrap:nth-last-child(2) {
        margin-bottom: 30px;
        margin: 40px 0 0;
    }

    .data-box-inner .data-wrap>span {
        padding: 1px 20px;
        top: -10px;
        font-size: 0.9em;
    }

    .message-box figcaption h4 {
        width: 287px;
        top: -78px;
        right: 0;
    }

    .message {
        padding: 55px 15px 15px 15px;
    }

    .message-box {
        flex-wrap: wrap;
    }

    .message-box figcaption {
        width: 100%;
        margin: 0 auto 20px;
    }

    .message-box figure {
        width: 100%;
        margin: 0 auto;
    }

    .message-box figcaption h4::before {
        top: 22px;
    }

    .message-box figure small {
        margin: -20px auto 0;
        text-align: center;
    }

}

@media screen and (max-width: 480px) {
    .first-wrap figure {
        overflow: hidden;
    }

    .first-wrap figure img {
        max-width: 130%;
        text-align: center;
    }


}