@charset "UTF-8";
/* 
Theme Name: ◆◆◆site_name◆◆◆
Author: ◆◆◆site_name◆◆◆
Author URI: https://◆◆◆◆◆◆/
Version: 1.0
*/
/* CSS Document */
@font-face {
    font-family: "GenJyuuGothicL-P";
    src: url("../font/GenJyuuGothicL-P-Medium.ttf") format("truetype");
    font-display: swap;
}
:root {
    --font-jp: "Noto Serif JP", serif;
    --font-gj: "GenJyuuGothicL-P", sans-serif;
    --color-black: #333333;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    -moz-text-size-adjust: 100%;
         text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
html body {
    min-height: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
    color: var(--color-black);
    background-color: #ffffff;
    font-weight: 500;
    font-family: var(--font-jp);
}
@media (max-width: 1280px) {
    html body {
        font-size: 1.5rem;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

/* ------------------------------------- /
/   共通
/* ------------------------------------- */
.taC {
    text-align: center;
}

.taR {
    text-align: right;
}

.iB {
    display: inline-block;
}

.inner {
    margin: 0 auto;
    padding: 0 25px;
}

.sp {
    display: none;
}
@media (max-width: 768px) {
    .sp {
        display: block;
    }
}

@media (max-width: 768px) {
    .pc768 {
        display: none;
    }
}

/* ------------------------------------- /
/  footer
/* ------------------------------------- */
footer {
    max-width: 1920px;
    margin: 0 auto;
    font-size: 2.1rem;
}
@media (max-width: 768px) {
    footer {
        font-size: 1.7rem;
    }
}

/* ------------------------------------- /
/  トップページ
/* ------------------------------------- */
.recruit__common__top__ttl {
    max-width: 1920px;
    margin: 0 auto;
}

.recruit__common__top__ttl__h1__en {
    color: #d07171;
    font-size: 2.4rem;
}
@media (max-width: 768px) {
    .recruit__common__top__ttl__h1__en {
        font-size: 1.9rem;
    }
}

.recruit__common__top__ttl__h1 {
    font-weight: 500;
    font-size: 3.6rem;
    letter-spacing: 0.2em;
}
@media (max-width: 768px) {
    .recruit__common__top__ttl__h1 {
        font-size: 3rem;
    }
}

.recruit__mv {
    max-width: 1920px;
    margin: 0 auto;
}

.top__link__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.top__link__container a {
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 0 25px;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}
.top__link__container a:not(:first-child) {
    border-left: none;
}
@media (max-width: 768px) {
    .top__link__container a {
        font-size: 1.4rem;
        padding: 0 5px;
    }
}

.sec__about {
    background: url(../img/lower/recruit_information/about_bg.webp) center/cover no-repeat;
    max-width: 1920px;
    margin: 0 auto;
}

.sec__about__inner {
    display: flex;
    align-items: stretch;
    gap: 30px;
}
@media (max-width: 768px) {
    .sec__about__inner {
        flex-direction: column;
    }
}
.sec__about__inner .img {
    flex: 1 1;
}

.sec__about__inner__txt {
    width: 40%;
    min-width: 400px;
    background: #fff;
    border-radius: 10px;
    padding: 30px 25px;
    line-height: 1.9;
}
@media (max-width: 1000px) {
    .sec__about__inner__txt {
        min-width: unset;
        width: 50%;
    }
}
@media (max-width: 768px) {
    .sec__about__inner__txt {
        width: 100%;
    }
}

.candy {
    background: url(../img/lower/recruit_information/about_txt_bg.webp) center bottom/cover no-repeat, #fff;
}

.candy__2 {
    background: url(../img/lower/recruit_information/fukuri_txt_bg.webp) center bottom/cover no-repeat, #fff;
}

.sec__about__inner__txt__h2 {
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
}
@media (max-width: 768px) {
    .sec__about__inner__txt__h2 {
        font-size: 1.9rem;
    }
}

.sec__about__inner__txt__h2__en {
    font-size: 1.4rem;
    letter-spacing: 0.3em;
    color: #d07171;
}
@media (max-width: 768px) {
    .sec__about__inner__txt__h2__en {
        font-size: 1.2rem;
    }
}

.environment {
    max-width: 1920px;
    margin: 0 auto;
}

.environment__inner {
    display: flex;
    gap: 30px;
}
@media (max-width: 768px) {
    .environment__inner {
        flex-direction: column-reverse;
    }
}
.environment__inner .img {
    flex: 1 1;
}

.environment__inner__txt {
    width: 40%;
    min-width: 400px;
    border-radius: 10px;
    border: 5px solid color-mix(in srgb, #d07171 80%, transparent);
    padding: 30px 25px;
    line-height: 1.9;
}
@media (max-width: 1000px) {
    .environment__inner__txt {
        min-width: unset;
        width: 50%;
    }
}
@media (max-width: 768px) {
    .environment__inner__txt {
        width: 100%;
    }
}

.environment__inner__txt__h2 {
    font-size: 2.1rem;
    letter-spacing: 0.2em;
    font-weight: 500;
}
@media (max-width: 768px) {
    .environment__inner__txt__h2 {
        font-size: 1.7rem;
    }
}

.requirements {
    max-width: 1920px;
    margin: 0 auto;
}

.requirements__inner {
    display: flex;
    gap: 50px;
    justify-content: center;
}
@media (max-width: 768px) {
    .requirements__inner {
        flex-direction: column;
        gap: 30px;
    }
}

.requirements__h2 {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    font-weight: 500;
}
@media (max-width: 768px) {
    .requirements__h2 {
        font-size: 1.9rem;
    }
}

.requirements__h2__en {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    color: #d07171;
}
@media (max-width: 768px) {
    .requirements__h2__en {
        font-size: 1.5rem;
    }
}

.requirements__box {
    width: 100%;
    max-width: 500px;
}
@media (max-width: 768px) {
    .requirements__box {
        max-width: unset;
    }
}

.requirements__box__h3 {
    color: #d07171;
    font-size: 2.1rem;
    font-weight: 500;
    padding: 10px 0;
}
@media (max-width: 768px) {
    .requirements__box__h3 {
        font-size: 1.7rem;
    }
}

.requirements__box__flex {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.requirements__box__flex dt {
    width: 20%;
    padding: 10px;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .requirements__box__flex dt {
        padding: 5px 0;
        width: 85px;
    }
}
.requirements__box__flex dd {
    width: 80%;
    padding: 10px;
}
@media (max-width: 768px) {
    .requirements__box__flex dd {
        padding: 5px 0;
        width: calc(100% - 85px);
    }
}

.interview__h2 {
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    text-align: center;
}
@media (max-width: 768px) {
    .interview__h2 {
        font-size: 1.9rem;
    }
}

.interview__h2__en {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    text-align: center;
    color: #d07171;
}
@media (max-width: 768px) {
    .interview__h2__en {
        font-size: 1.4rem;
    }
}

.interview__container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px 15px;
    max-width: 1014px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .interview__container {
        row-gap: 30px;
    }
}

.interview__box {
    aspect-ratio: 328/295;
    width: 328px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.interview__box::before {
    content: "";
    position: absolute;
    bottom: 50px;
    right: 10px;
    width: 30px;
    aspect-ratio: 1;
    background: url(../img/lower/recruit_information/arrow.svg) center/contain no-repeat;
}
@media (max-width: 768px) {
    .interview__box::before {
        bottom: 45px;
    }
}

.box__1 {
    background: url(../img/lower/recruit_information/interview_1_bg.webp) center/cover no-repeat;
}

.box__2 {
    background: url(../img/lower/recruit_information/interview_2_bg.webp) center/cover no-repeat;
}

.box__3 {
    background: url(../img/lower/recruit_information/interview_3_bg.webp) center/cover no-repeat;
}

.box__4 {
    background: url(../img/lower/recruit_information/interview_4_bg.webp) center/cover no-repeat;
}

.box__5 {
    background: url(../img/lower/recruit_information/interview_5_bg.webp) center/cover no-repeat;
}

.box__6 {
    background: url(../img/lower/recruit_information/interview_6_bg.webp) center/cover no-repeat;
}

.interview__box__profile {
    position: relative;
    top: -15px;
    left: -5px;
    display: flex;
    gap: 30px;
    align-items: center;
    font-size: 1.8rem;
    line-height: 2;
}
@media (max-width: 768px) {
    .interview__box__profile {
        gap: 15px;
        font-size: 1.6rem;
    }
}

.interview__box__profile__img {
    width: 45%;
}

.interview__box__bottom {
    position: relative;
    top: -15px;
    flex: 1 1;
    padding: 0 40px 0 25px;
    font-family: var(--font-gj);
    font-size: 2.1rem;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    line-height: 1.3;
}
@media (max-width: 768px) {
    .interview__box__bottom {
        padding: 0 30px 0 20px;
        font-size: 1.7rem;
    }
}

.interview {
    max-width: 1070px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .interview .inner {
        padding: 0;
    }
}

.interview__block__container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
@media (max-width: 1280px) {
    .interview__block__container {
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .interview__block__container {
        gap: 10px;
        padding: 0 15px;
    }
}

.interview__block__container__1 {
    background: url(../img/lower/interview/interview_bg_1.webp) center/contain no-repeat;
}
@media (max-width: 768px) {
    .interview__block__container__1 {
        background-size: cover;
    }
}

.interview__block__container__2 {
    margin-top: -200px;
    background: url(../img/lower/interview/interview_bg_2.webp) center/contain no-repeat;
}
@media (max-width: 1280px) {
    .interview__block__container__2 {
        margin-top: -150px;
    }
}
@media (max-width: 768px) {
    .interview__block__container__2 {
        background-size: cover;
    }
}

.interview__block__container__3 {
    background: url(../img/lower/interview/interview_bg_3.webp) center/contain no-repeat;
}
@media (max-width: 768px) {
    .interview__block__container__3 {
        background-size: cover;
    }
}

.interview__block__container__4 {
    margin-top: -200px;
    padding-top: 340px;
    background: url(../img/lower/interview/interview_bg_4.webp) center/contain no-repeat;
}
@media (max-width: 1280px) {
    .interview__block__container__4 {
        margin-top: -150px;
        padding-top: 250px;
    }
}
@media (max-width: 768px) {
    .interview__block__container__4 {
        margin-top: -120px;
        padding-top: 180px;
    }
}
@media (max-width: 768px) {
    .interview__block__container__4 {
        background-size: cover;
    }
}

.interview__block__container__5 {
    margin-top: -50px;
    background: url(../img/lower/interview/interview_bg_5.webp) center/contain no-repeat;
}
@media (max-width: 1280px) {
    .interview__block__container__5 {
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    .interview__block__container__5 {
        background-size: cover;
    }
}

.interview__block__container__6 {
    padding-top: 340px;
    margin-top: -180px;
    background: url(../img/lower/interview/interview_bg_6.webp) center/contain no-repeat;
    padding-bottom: 200px;
    margin-bottom: -100px;
}
@media (max-width: 1280px) {
    .interview__block__container__6 {
        padding-top: 300px;
        margin-top: -150px;
    }
}
@media (max-width: 768px) {
    .interview__block__container__6 {
        padding-top: 250px;
        margin-top: -150px;
        padding-bottom: 100px;
        margin-bottom: -50px;
    }
}
@media (max-width: 768px) {
    .interview__block__container__6 {
        background-size: cover;
    }
}

.interview__img {
    width: 25%;
}

.interview__block {
    flex: 1 1;
    line-height: 1.9;
}

.interview__block__h3 {
    color: #d07171;
    font-size: 2.3rem;
    font-family: var(--font-gj);
    letter-spacing: 0.1em;
    font-weight: 500;
}
@media (max-width: 768px) {
    .interview__block__h3 {
        font-size: 1.8rem;
    }
}

.interview__block__name {
    font-size: 1.8rem;
}
@media (max-width: 768px) {
    .interview__block__name {
        font-size: 1.6rem;
    }
}

.interview__block__h4 {
    color: #295266;
    border-bottom: 1px solid #b4b4b5;
    font-weight: 500;
}

header ul li.ec {
    box-sizing: unset;
}/*# sourceMappingURL=style_recruit.css.map */