@charset "UTF-8";
/* CSS Document */
.recruit_l-mv {
    background-image: url(../img/recruit/recruit-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    padding: 33px 0;
}
.recruit_l-mv_title picture {
    display: block;
    width: 55.62%;
    margin: 0 auto 16px;
}
.recruit_l-mv_title img {
    width: 100%;
    height: auto;
}
.recruit_l-mv p {
    display: block;
    width: 304px;
    background-color: #ffffff;
    padding: 6px 17px;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.07em;
    color: #055A45;
}
@media(min-width:760px) {
    .recruit_l-mv {
        padding: 48px 0;
    }
    .recruit_l-mv_title picture {
        display: block;
        width: 43.40%;
        margin: 0 auto 24px;
    }
    .recruit_l-mv p {
        width: 630px;
        padding: 8px 15px 0;
        font-size: 2.0rem;
        text-align: center;
    }
}
.l-ourculture {
    padding-top: 48px;
    margin-bottom: 64px;
    position: relative;
}
.l-ourculture::after {
    content: "";
    background-image: url(../img/recruit/lightning_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 154px;
    height: 364px;
    position: absolute;
    bottom: -15.33px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.l-ourculture_image {
    width: 91.46%;
    margin: 0 auto 64px;
}
.l-ourculture_image img {
    width: 100%;
    height: auto;
}
.l-ourculture h2 {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 36px;
}
.l-ourculture h2 span {
    display: block;
    font-family: "Oswald",sans-serif;
    font-size: 4.8rem;
    font-weight: 600;
    color: #7AA79C;
}
.l-ourculture_wrapper {
    width: 91.46%;
    margin: 0 auto;
}
.l-ourculture_textbox h3 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.7;
    color: #055A45;
    margin-bottom: 16px;
}
.l-ourculture_textbox p {
    line-height: 2;
}
@media(min-width:760px) {
    .l-ourculture {
        margin-bottom: 80px;
    }
    .l-ourculture::after {
        width: 180px;
        height: 425.37px;
        position: absolute;
        bottom: 45.63px;
    }
    .l-ourculture_image {
        width: 49.91%;
        max-width: 435px;
        min-width: 343px;
        margin: 0;
        /* padding-right: 13.66%; */
    }
    .l-ourculture h2 {
        font-size: 2.4rem;
        margin-bottom: 64px;
    }
    .l-ourculture h2 span {
        font-size: 6.4rem;
    }
    .l-ourculture_wrapper {
        width: 83.33%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 13.66%;
        margin: 0 auto;
    }
    .l-ourculture_textbox {
        width: 50%;
        max-width: 600px;
        padding-top: 25px;
        margin-bottom: 25px;
    } 
    .l-ourculture_textbox h3 {
        font-size: 2.8rem;
    } 
}
@media(min-width:960px) {
    .l-ourculture_wrapper {
        flex-wrap: nowrap;
    }
}
.l-merit {
    margin-bottom: 64px;
}
.l-merit h2 {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 36px;
}
.l-merit h2 span {
    display: block;
    font-family: "Oswald",sans-serif;
    font-size: 4.8rem;
    font-weight: 600;
    color: #7AA79C;
}
.l-merit_inner {
    width: 91.46%;
    margin: 0 auto;
}
.l-merit_card {
    margin-bottom: 36px;
}
.l-merit_card:last-child {
    margin-bottom: 0;
}
.l-merit_card-title {
    border: solid 2px #055A45;
    margin-bottom: 32px;
}
.l-merit_card-title span {
    background-color: #055A45;
    color: #ffffff;
    width: 109px;
    margin-bottom: 8px;
    font-family: "Oswald",sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    display: block;
    text-align: center;
    padding: 4px;
}
.l-merit_card-title h3 {
    display: block;
    width: 217px;
    margin: 0 auto 32px;
    padding-left: 71px;
    color: #055A45;
    font-size: 2.0rem;
    font-weight: 500;
    position: relative;
}
.l-merit_card-title-1::before {
    content: "";
    background-image: url(../img/recruit/icon_merit1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.l-merit_card-title-2::before {
    content: "";
    background-image: url(../img/recruit/icon_merit2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 55px;
    height: 54.29px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.l-merit_card-title-3::before {
    content: "";
    background-image: url(../img/recruit/icon_merit3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 55.58px;
    height: 46.3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.l-merit_card h4 {
    font-weight: 500;
    color: #055A45;
    margin-bottom: 16px;
}
.marker {
    background: linear-gradient(transparent 20% , #F6F4B3 20%);
}
.l-merit_card li::before {
    content: "・";
}
@media(min-width:760px) {
    .l-merit {
        margin-bottom: 80px;
    }
    .l-merit h2 {
        font-size: 2.0rem;
        margin-bottom: 48px;
    }
    .l-merit h2 span {
        font-size: 6.4rem;
    }
    .l-merit_inner {
        width: 83.33%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 7.5%;
        row-gap: 40px;
    }
    .l-merit_card {
        margin-bottom: 0;
        width: 28.33%;
        min-width: 280px;
    }
    .l-merit_card-title span {
        width: 112px;
        margin-bottom: 8px;
    }
    .l-merit_card-title h3 {
        width: 246px;
        margin: 0 auto 32px;
        padding-left: 71px;
        color: #055A45;
        font-size: 2.4rem;
    }
}
.l-interview {
    padding: 64px 0;
    background-color: #F5F5F5;
}
.l-interview h2 {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 36px;
}
.l-interview h2 span {
    display: block;
    font-family: "Oswald",sans-serif;
    font-size: 4.8rem;
    font-weight: 600;
    color: #7AA79C;
}
.l-interview_wrapper1 {
    width: 91.46%;
    margin: 0 auto 16px;
    padding: 40px 0;
    background-color: #ffffff;
}
.l-interview_namearea__staff-image {
    width: 52.67%;
    margin: 0 auto 24px;
}
.l-interview_namearea__staff-image img{
    width: 100%;
    height: auto;
}
.l-interview_namearea__wrapper h3{
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    width: 145px;
    margin: 0 auto 36px;
}
.l-interview_namearea__wrapper span{
    padding-top: 8px;
}
.l-interview_namearea h4 {
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    width: 90.67%;
    margin: 0 auto 16px;
}
.l-interview_namearea p {
    display: block;
    width: 90.67%;
    margin: 0 auto;
}
.l-interview_schedule {
    width: 91.46%;
    margin: 0 auto 16px;
    padding: 40px 0;
    background-color: #ffffff;
    position: relative;
}
.l-interview_schedule ol {
    position: relative;
    width: 86%;
    margin: 0 auto;
}
.l-interview_schedule ol::after {
    content: "";
    background-color: #055A45;
    display: block;
    width: 2px;
    height: 93%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
}
.l-interview_schedule h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 16px;
    color: #055A45;
    text-align: center;
}
.l-interview_schedule li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: start;
    padding-left: 34px;
    margin: 0 auto 32px;
    position: relative;
    font-weight: 500;
}
.l-interview_schedule li:last-child  {
    margin-bottom: 0;
}
.l-interview_schedule li span.time {
    width: 69px;
    font-size: 1.8rem;
}
.l-interview_schedule li span.text {
    width: calc(100% - 69px);
}
.l-interview_schedule li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #055A45;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.l-interview_faq {
    width: 91.46%;
    margin: 0 auto 16px;
    padding: 40px 0;
    background-color: #ffffff;
}
.l-interview_faq-wrapper {
    margin-bottom: 56px;
}
.l-interview_faq-wrapper-q2 {
    margin-bottom: 0;
}

.l-interview_faq-wrapper-image {
    width: 90.67%;
    margin: 0 auto 24px;
}
.l-interview_faq-wrapper-image img {
    width: 100%;
    height: auto;
}
.l-interview_faq-wrapper-image-pc {
    display: none;
}
.l-interview_faq-textbox h3 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #055A45;
    text-align: left;
    display: block;
    width: 90.67%;
    margin: 0 auto 16px;
    padding-top: 68px;
    position: relative;
}
.l-interview_faq-textbox-q1 h3::before {
    content: "Q1";
    font-family: "Oswald",sans-serif;
    font-size: 4.0rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #055A45;
    position: absolute;
    top: 0;
    left: 0;
}
.l-interview_faq-textbox-q2 h3::before {
    content: "Q2";
    font-family: "Oswald",sans-serif;
    font-size: 4.0rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #055A45;
    position: absolute;
    top: 0;
    left: 0;
}
.l-interview_faq-textbox p {
    text-align: left;
    display: block;
    width: 90.67%;
    margin: 0 auto;
}
.l-interview_message {
    width: 91.46%;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 40px 0;
}
.l-interview_message h3 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #055A45;
    text-align: left;
    display: block;
    width: 90.67%;
    margin: 0 auto 16px;
}
.l-interview_message p {
    text-align: left;
    display: block;
    width: 90.67%;
    margin: 0 auto;
}
@media(min-width:760px) {
    .l-interview h2 {
        font-size: 2.0rem;
        margin-bottom: 48px;
    }
    .l-interview h2 span {
        font-size: 6.4rem;
    }
    .l-interview_wrap-forpc {
        width: 83.33%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto 48px;
    }
    .l-interview_wrapper1 {
        width: 47.83%;
        height: 100%;
        margin: 0;
        padding: 50px 0;
        background-color: #ffffff;
    }
    .l-interview_namearea {
        width: 70.03%;
        max-width: 402px;
        margin: 0 auto;
    }
    .l-interview_namearea__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 42px;
    }
    .l-interview_namearea__staff-image {
        width: 180px;
        margin: 0;
    }
    .l-interview_namearea__wrapper h3{
        font-size: 2.0rem;
        margin: 0;
    }
    .l-interview_namearea__wrapper span{
        padding-top: 10px;
    }
    .l-interview_namearea h4 {
        font-size: 2.0rem;
        margin: 0 0 16px;
    }
    .l-interview_namearea p {
        margin: 0;
    }
    .l-interview_schedule {
        width: 47.83%;
        margin: 0;
        padding: 46px 0;
    }
    .l-interview_schedule h3 {
        font-size: 2.0rem;
        margin-bottom: 24px;
    }
    .l-interview_schedule ol {
        width: 63.06%;
        min-width: 250px;
    }
    .l-interview_schedule ol::after {
        left: 5px;
    }
    .l-interview_schedule li {
        padding-left: 34px;
        margin: 0 auto 32px;
        font-weight: 500;
    }
    .l-interview_schedule li span.time {
        width: 76px;
        font-size: 2.0rem;
    }
    .l-interview_schedule li span.text {
        width: calc(100% - 76px);
    }
    .l-interview_schedule li::before {
        width: 12px;
        height: 12px;
        border-radius: 6px;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    .l-interview_faq {
        width: 83.33%;
        margin: 0 auto 48px;
        padding: 56px 0;
    }
    .l-interview_faq-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 81.33%;
        margin: 0 auto 56px;
    }
    .l-interview_faq-wrapper-q2 {
        margin-bottom: 0;
        flex-direction: row-reverse;
    }
    .l-interview_faq-wrapper-image {
        width: 38.93%;
        margin: 0;
    }
    .l-interview_faq-wrapper-image-pc {
        display: block;
    }
    .l-interview_faq-textbox {
        width: 51.22%;
    }
    .l-interview_faq-textbox h3 {
        font-size: 2.0rem;
        width: 100%;
        margin: 0 0 16px;
        padding-top: 68px;
        position: relative;
    }
    .l-interview_faq-textbox p {
        width: 100%;
        margin: 0;
    }
    .l-interview_message {
        width: 83.33%;
        padding: 36px 0;
    }
    .l-interview_message h3 {
        font-size: 2.0rem;
        width: 80.5%;
        margin: 0 auto 24px;
    }
    .l-interview_message p {
        width: 80.5%;
        margin: 0 auto;
    }  
}
.l-jobdescriptions {
    padding-top: 64px;
    margin-bottom: 76px;
}
.l-jobdescriptions h2 {
    font-size: 2.8rem;
    font-weight: 500;
    color: #055A45;
    text-align: center;
    margin-bottom: 36px;
}
.l-jobdescriptions table {
    width: 91.46%;
    margin: 0 auto;
}
.l-jobdescriptions tr {
    display: flex;
    flex-direction: column;
    padding: 16px 8px;
    border-bottom: 1px solid #CADFDA;
}
.l-jobdescriptions th {
    margin-bottom: 8px;
}
.l-jobdescriptions li {
    margin-bottom: 20px;
}
.l-jobdescriptions li:last-child {
    margin-bottom: 0;
}
@media(min-width:760px) {
    .l-jobdescriptions {
        margin-bottom: 64px;
    }
    .l-jobdescriptions h2 {
        font-size: 2.8rem;
        margin-bottom: 36px;
    }
    .l-jobdescriptions table {
        width: 61.11%;
        margin: 0 auto;
    }
    .l-jobdescriptions tr {
        display: flex;
        flex-direction: row;
        padding: 24px 5px;
    }
    .l-jobdescriptions th {
        margin-bottom: 0px;
        width: 25%;
    }
    .l-jobdescriptions li {
        margin-bottom: 26px;
    }
}
.footer-cta_recruit {
    position: relative;
}
.footer-cta_recruit::after {
    content: "";
    display: block;
    width: 100%;
    height: 61.59%;
    background-color: #E5F1EE;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -20;
}
.footer-cta_recruit-inner {
    padding: 0 0 32px;
    width: 91.46%;
    margin: 0 auto;
}
.footer-cta_recruit-image {
    width: 100%;
    margin-bottom: 37.33px;
}
.footer-cta_recruit-image img {
    width: 100%;
    height: auto;
}
.footer-cta_title {
    font-size: 2.4rem;
    font-weight: 500;
    color: #055A45;
    margin-bottom: 16px;
}
@media(min-width:760px) {
    .footer-cta_recruit::after {
        content: "";
        display: block;
        width: 100%;
        height: 62.81%;
    }
    .footer-cta_recruit-inner {
        width: 83.33%;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
        row-gap: 16px;
    }
    
    .footer-cta_recruit-image {
        width: 38.33%;
        margin-bottom: 0;
        margin-left: 16px;
    }
    .footer-cta_tel-and-btnwrap {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        row-gap: 8px;
    }
    .footer-cta_recruit-contants-wrapper {
        width: 570px;
        padding-right: 3.33%;
    }
    .footer-cta_title {
        font-size: 2.8rem;
        margin-bottom: 32px;
    }
}
/* .l-interview {
    display: none;
} */




