@charset "UTF-8";

.page_recruit {
    padding-top: 100px;
}

.page_recruit .main_mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.page_recruit .main_mask img {
    width: 100%;
}

.page_recruit .main_mask:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .4;
}

.page_recruit .section_main_visual {
    position: relative;
    margin-bottom: 176px;
}

.page_recruit .section_main_visual .main_image {
    text-align: center;
}

.page_recruit .section_main_visual .main_image img {
    width: 1378px;
}

.page_recruit .section_main_visual .accent {
    position: absolute;
    left: 0;
    bottom: -80px;
    z-index: -1;
}

.page_recruit .common_title .en {
    font-size: 155px;
    opacity: .27;
}

.page_recruit .common_title .title .accent {
    color: #F44747;
}

.page_recruit .common_title .lead {
    margin-top: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 2.1;
}

.page_recruit .section_point {
    position: relative;
    margin-bottom: 20px;
}

.page_recruit .section_point .wrap {
    padding-bottom: 440px;
    position: relative;
}

.page_recruit .section_point .common_title {
    margin-bottom: 60px;
}

.page_recruit .section_point ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
    position: relative;
    z-index: 2;
}

.page_recruit .section_point ul li {
    background: url(../image/recruit_point_mask.webp) no-repeat;
    background-size: 100%;
    background-position: center bottom;
}

.page_recruit .section_point ul li .image {
    width: 100%;
    height: 163px;
}

.page_recruit .section_point ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_recruit .section_point ul li .text_box {
    padding: 20px 25px 24.5px 25px;
}

.page_recruit .section_point ul li .text_box .point {
    background: url(../image/recruit_point_back.webp) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    font-size: 13px;
    padding: 2px 0;
    margin-bottom: 10px;
}

.page_recruit .section_point ul li .text_box .title {
    font-size: 24px;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.45;
    position: relative;
    padding-bottom: 12.5px;
    margin-bottom: 13.5px;
}

.page_recruit .section_point ul li .text_box .title:first-letter {
    color: #F44747;
}

.page_recruit .section_point ul li .text_box .title:before {
    content: "";
    width: 185px;
    height: 1px;
    border-bottom: 1px dashed rgba(0,0,0,0.3);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.page_recruit .section_point ul li .text_box .lead {
    color: #1a1a1a;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: .08em;
}

.page_recruit .section_point .illust {
    position: absolute;
    right: -50px;
    bottom: 0;
    width: 700px;
}

.page_recruit .section_point .illust:before {
    content: "";
    width: 484px;
    height: 151px;
    background: url(../image/recruit_illust_mask.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 137px;
    top: -6px;
    mix-blend-mode: multiply;
}

.page_recruit .section_point .illust:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity:  .4;
}

.page_recruit .section_achievements .wrap {
    position: relative;
    padding-bottom: 158px;
}

.page_recruit .section_achievements .box_wrap {
    width: 721px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 185px;
}

.page_recruit .section_achievements .box {
    position: relative;
    padding: 23px 15px 18px 15px;
}

.page_recruit .section_achievements .box_wrap .box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../image/recruit_achievements_back.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .75;
}

.page_recruit .section_achievements .box .title {
    text-align: center;
    font-size: 24px;
    color: #1a1a1a;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 1em;
    letter-spacing: .1em;
}

.page_recruit .section_achievements .box .title .accent {
    color: #7E0D0D;
}

.page_recruit .section_achievements .large_box {
    width: 500px;
}

.page_recruit .section_achievements .large_box .box {
}

.page_recruit .section_achievements .large_box .box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../image/recruit_achievements_back_large.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .75;
}

.page_recruit .section_achievements .box .image {
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    overflow: hidden;
}

.page_recruit .section_achievements .en_text {
    display: flex;
    justify-content: flex-end;
}

.page_recruit .section_achievements .en_text .text {
    font-size: 38px;
    opacity: .5;
    line-height: 1.3;
    letter-spacing: .1em;
}

.page_recruit .section_achievements .illust {
    position: absolute;
    left: -171px;
    bottom: -56px;
    opacity: .5;
    width: 744px;
}

.page_recruit .section_slider {
    position: relative;
    margin-bottom: 147px;
}

.page_recruit .section_slider .slide {
    width: 392px;
    height: 254px;
    padding: 0 1.5px;
}

.page_recruit .section_slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_recruit .section_carrier {
    margin-bottom: 122px;
}

.page_recruit .section_carrier .wrap {
    position: relative;
}

.page_recruit .section_carrier .illust {
    width: 375px;
    position: absolute;
    right: -10px;
    top: 210px;
}

.page_recruit .section_carrier .illust:before {
    content: "";
    width: 242px;
    height: 145px;
    background: url(../image/gradation_mask.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    bottom: 58px;
    mix-blend-mode: multiply;
}

.page_recruit .section_carrier .catch_box {
    margin-bottom: 37px;
}

.page_recruit .section_carrier .catch_box .lead {
    display: inline-block;
    font-size: 30px;
    letter-spacing: .03em;
    padding-right: 157.5px;
    position: relative;
}

.page_recruit .section_carrier .catch_box .lead:before {
    content: "";
    width: 150px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
}

.page_recruit .section_carrier .catch_box .catch {
    font-size: 55px;
    line-height: 1.3;
    margin-left: -.6em;
    margin-bottom: 12px;
}

.page_recruit .section_carrier .catch_box .catch .accent {
    color: #F44747;
}

.page_recruit .section_carrier .catch_box .text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: .135em;
    letter-spacing: .1em;
}

.page_recruit .section_carrier ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 5px;
}

.page_recruit .section_carrier ul li {
    background: url(../image/recruit_carrier_back.webp) no-repeat;
    background-size: 100%;
    background-position: center bottom;
    position: relative;
}

.page_recruit .section_carrier ul li .image {
    width: 100%;
    height: 202px;
}

.page_recruit .section_carrier ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_recruit .section_carrier ul li .text_box {
    position: relative;
    padding-top: 24px;
    padding-bottom: 37.6px;
    text-align: center;
}

.page_recruit .section_carrier ul li .text_box .position {
    position: absolute;
    left: 50%;
    top: -20px;
    background: #F44747;
    transform: translateX(-50%);
    font-size: 22px;
    font-weight: 900;
    white-space: nowrap;
    clip-path: polygon(100% 6%, 95% 87%, 8% 100%, 0 0);
    letter-spacing: .04em;
}

.page_recruit .section_carrier ul li:nth-child(1) .text_box .position {
    width: 190px;
    height: 43px;
    line-height: 40px;
}

.page_recruit .section_carrier ul li:nth-child(2) .text_box .position {
    width: 224px;
    height: 46px;
    line-height: 41px;
}

.page_recruit .section_carrier ul li:nth-child(3) .text_box .position {
    width: 306px;
    height: 47px;
    line-height: 42px;
}

.page_recruit .section_carrier ul li .text_box .title {
    font-size: 28px;
    color: #1a1a1a;
    position: relative;
    padding-bottom: 9.5px;
    margin-bottom: 19.5px;
}

.page_recruit .section_carrier ul li .text_box .title:before {
    content: "";
    width: 225px;
    height: 1px;
    border-bottom: 1px dashed #1A1A1A;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.page_recruit .section_carrier ul li .text_box .title .big {
    font-size: 39px;
}

.page_recruit .section_carrier ul li .text_box .lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.55;
}

.page_recruit .section_interview .common_title {
    margin-bottom: 50px;
}

.page_recruit .section_interview {
    position: relative;
    padding-bottom: 90px;
    margin-bottom: 160px;
}

.page_recruit .section_interview ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    position: relative;
    z-index: 2;
}

.page_recruit .section_interview ul li .picture {
    width: 200px;
    object-fit: cover;
}

.page_recruit .section_interview ul li .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_recruit .section_interview ul li .text_box {
    width: calc( 100% - 200px );
    background: #080608;
    font-family: "Noto Sans JP", sans-serif;
    padding: 31px 36px 39px 33px;
}

.page_recruit .section_interview ul li .text_box .name_box {
    align-items: center;
    padding-bottom: 17.5px;
    margin-bottom: 19.5px;
    border-bottom: 1px solid;
}

.page_recruit .section_interview ul li .text_box .name_box .jp {
    font-size: 22px;
}

.page_recruit .section_interview ul li .text_box .name_box .en {
    font-size: 13px;
}

.page_recruit .section_interview ul li .text_box .lead {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
}

.page_recruit .section_interview .paper {
    position: absolute;
    left: -24px;
    bottom: 0;
    width: 1478px;
    height: 269px;
    min-width: 110%;
}

.page_recruit .section_interview .paper img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    object-position: 100% 0%;
}

.page_recruit .section_message {
    margin-bottom: 120px;
    position: relative;
}

.page_recruit .section_message .common_title {
    margin-bottom: 90px;
}

.page_recruit .section_message:before {
    content: "";
    width: 100%;
    height: 400px;
    background: #000000;
    opacity: .6;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.page_recruit .section_message .cont {
    width: 1120px;
    margin-left: 55px;
}

.page_recruit .section_message .picture_area {
    width: 450px;
    position: relative;
}

.page_recruit .section_message .picture_area .name_box {
    position: absolute;
    left: -8.8px;
    bottom: 10px;
    padding-left: 38px;
    gap: 12.6px;
    align-items: center;
    padding-top: 6px;
}

.page_recruit .section_message .picture_area .name_box .mask {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 349px;
    height: 133px;
    z-index: 1;
}

.page_recruit .section_message .picture_area .name_box * {
    position: relative;
    z-index: 2;
    color: #1a1a1a;
    font-family: "Noto Sans JP", sans-serif;
}

.page_recruit .section_message .picture_area .name_box .jp {
    font-size: 23px;
}

.page_recruit .section_message .picture_area .name_box .en {
    font-size: 10px;
    letter-spacing: .1em;
}

.page_recruit .section_message .text_area {
    width: 580px;
}

.page_recruit .section_message .text_area .catch {
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 25px;
    line-height: 1.4;
    letter-spacing: .05em;
}

.page_recruit .section_message .text_area .catch .accent {
    color: #F44747;
}

.page_recruit .section_message .text_area .lead_box .text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.83;
    letter-spacing: .06em;
}

.page_recruit .section_message .text_area .lead_box .text + .text {
    margin-top: 1.9em;
}

.page_recruit .section_mission {
    position: relative;
    padding-top: 110px;
    padding-bottom: 100px;
    margin-bottom: 90px;
}

.page_recruit .section_mission .common_title .lead_box {
    margin-top: 25px;
}

.page_recruit .section_mission .common_title .lead_box .lead {
    margin-top: 0;
}

.page_recruit .section_mission:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .15;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.page_recruit .section_mission .common_title {
    margin-bottom: 128px;
}

.page_recruit .section_mission ul {
    justify-content: center;
    margin-bottom: 120px;
}

.page_recruit .section_mission ul li {
    text-align: center;
    position: relative;
}

.page_recruit .section_mission ul li .title_box {
    color: #DD9900;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: .1em;
}

.page_recruit .section_mission ul li .title_box:before {
    content: "";
    width: 157px;
    height: 2px;
    border-bottom: 2px dashed #DD9900;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.page_recruit .section_mission ul li .title_box .jp {
    font-size: 18px;
    line-height: 1;
}

.page_recruit .section_mission ul li .title_box .en {
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}

.page_recruit .section_mission ul li:nth-child(2) {
    margin-left: 154px;
    margin-right: 100px;
}

.page_recruit .section_mission ul li .text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: .05em;
}

.page_recruit .section_mission .sales_text {
    text-align: center;
    background: url(../image/recruit_mission_border.svg) no-repeat;
    background-position: center;
    padding: 15px 0;
}

.page_recruit .section_mission .sales_text .text {
    font-size: 40px;
    letter-spacing: .1em;
}

.page_recruit .section_mission .sales_text .text .accent {
    color: #DD9900;
}

.page_recruit .section_mission ul li .paint {
    position: absolute;
    z-index: -1;
}

.page_recruit .section_mission ul li:nth-child(1) .paint {
    left: -170px;
    top: -210px;
    width: 518px;
}

.page_recruit .section_mission ul li:nth-child(2) .paint {
    left: -215px;
    top: -205px;
    width: 578px;
}

.page_recruit .section_mission ul li:nth-child(3) .paint {
    left: -60px;
    top: -130px;
    width: 538px;
}

.page_recruit .section_faq {
    padding-bottom: 100px;
}

.page_recruit .section_faq .common_title {
    margin-bottom: 37.5px;
}

.page_recruit .section_faq .cont {
    width: 1132px;
    margin: 0 auto;
    border-bottom: 1px solid#707070;
}

.page_recruit .section_faq .cont dl {
    border-top: 1px solid#707070;
    padding-left: 48px;
}

.page_recruit .section_faq .cont dl dt {
    position: relative;
    padding-top: 41.5px;
    padding-bottom: 34.5px;
    display: flex;
    gap: 57px;
    background-image: url(../image/icon_plus.svg);
    background-repeat: no-repeat;
    background-position: center right 27px;
}

.page_recruit .section_faq .cont dl dt.nowOpen {
    background-image: url(../image/icon_minus.svg);
}

.page_recruit .section_faq .cont dl dt:before {
    content: "Q";
    font-family: "Cormorant", serif;
    font-weight: 700;
    color: #DEB66B;
    font-size: 40px;
    left: 0;
    line-height: .4;
    opacity: .72;
}

.page_recruit .section_faq .cont dl dt .question {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: .1em;
}

.page_recruit .section_faq .cont dl dd {
    border-top: 1px dashed #707070;
    padding-top: 41.5px;
    padding-bottom: 41px;
    position: relative;
    color: #C9C9C9;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .1em;
    display: flex;
    gap: 57px;
}

.page_recruit .section_faq .cont dl dd .closeBtnHat {
    display: none;
}

.page_recruit .section_faq .cont dl dd:before {
    content: "A";
    font-family: "Cormorant", serif;
    font-weight: 700;
    color: #F44747;
    font-size: 40px;
    line-height: 1;
    opacity: .72;
    line-height: .8;
}

.page_recruit .section_flow {
    padding-top: 70px;
    padding-bottom: 128px;
    position: relative;
    margin-bottom: 84px;
}

.page_recruit .section_flow:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .15;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.page_recruit .section_flow ol li {
    width: 880px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.page_recruit .section_flow ol li + li {
    margin-top: 35.5px;
}

.page_recruit .section_flow ol li .num {
    width: 84px;
    height: 84px;
    background: rgba(255,255,255,0.2);
    border-radius: 100%;
    text-align: center;
    line-height: 80px;
    font-size: 25px;
    position: relative;
}

.page_recruit .section_flow ol li .num:after {
    content: "";
    width: 1px;
    height: 103px;
    border-left: 1px dashed #fff;
    position: absolute;
    left: 50%;
    top: calc( 100% + 16.5px );
}

.page_recruit .section_flow ol li:nth-child(2) .num:after {
    height: 84px;
}

.page_recruit .section_flow ol li:nth-child(3) .num:after {
    height: 76px;
}

.page_recruit .section_flow ol li:nth-child(4) .num:after {
    height: 82px;
}

.page_recruit .section_flow ol li:nth-child(5) .num:after {
    display: none;
}

.page_recruit .section_flow ol li .cont {
    color: #1A1A1A;
    width: 752px;
    padding: 25px 25.5px 20px 34px;
    height: 163px;
    position: relative;
    background: url(../image/flow_back.webp) no-repeat;
    background-size: contain;
    background-position: center;
}

.page_recruit .section_flow ol li:first-child .cont {
    height: 211px;
    padding-top: 30px;
    background-image: url(../image/flow_back_large.webp);
}

.page_recruit .section_flow ol li .cont .title {
    font-size: 25px;
    border-bottom: 1px dashed #919191;
    padding-bottom: 6px;
    margin-bottom: 8px;
    letter-spacing: .1em;
}

.page_recruit .section_flow ol li .cont .title .accent {
    color: #986900;
}

.page_recruit .section_flow ol li .cont .lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: .1em;
}

.page_recruit .section_flow ol li .cont .contact_box {
    margin-top: 19px;
}

.page_recruit .section_flow ol li .cont .contact_box {
    align-items: center;
}

.page_recruit .section_flow ol li .cont .contact_box .button {
    border-right:1px solid #919191;
    padding-right: 27.5px;
    margin-right: 27.5px;
}

.page_recruit .section_flow ol li .cont .contact_box .button a {
    display: block;
    width: 227px;
    line-height: 55px;
    background: #F44747;
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: .1em;
    transition: .3s;
}

.page_recruit .section_flow ol li .cont .contact_box .button a:hover {
    background: #fff;
    color: #F44747;
}

.page_recruit .section_flow ol li .cont .contact_box .tel {
    font-size: 32px;
}

.page_recruit .section_openings {
    padding-bottom: 250px;
    margin-bottom: 20px;
}

.page_recruit .section_openings .common_title {
    margin-bottom: 0;
}

.page_recruit .section_openings .wrap {
    position: relative;
}

.page_recruit .section_openings .illust {
    position: absolute;
    right: 23px;
    top: 20px;
    width: 300px;
}

.page_recruit .section_openings .cont {
    position: relative;
    padding-top: 200px;
}

.page_recruit .section_openings .cont .paper {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1320px;
    z-index: -1;
}

.page_recruit .section_openings .cont table {
    width: 811px;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    color: #1a1a1a;
    letter-spacing: .1em;
}

.page_recruit .section_openings .cont table tr {
    border-bottom: 1px solid #707070;
}

.page_recruit .section_openings .cont table th {
    width: 88px;
    padding-top: 20px;
    position: relative;
}

.page_recruit .section_openings .cont table th:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #1A1A1A;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.page_recruit .section_openings .cont table td {
    width: calc( 100% - 88px );
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 23.5px;
    padding-left: 32.5px;
    line-height: 1.82;
}

.page_recruit .section_form {
    position: relative;
    padding-top: 154px;
    padding-bottom: 66px;
}

.page_recruit .section_form:before {
    content: "";
    width: 100%;
    height: calc( 100% - 300px );
    background:rgba(255,255,255,0.9);
    position: absolute;
    left: 0;
    top: 300px;
    z-index: -1;
}

.page_recruit .section_form .paper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background: url(../image/form_paper.svg) no-repeat;
    background-size: cover;
    background-position: center top;
}

.page_recruit .section_form .paper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 100%;
    display: none;
}

.page_recruit .section_form .common_title .en {
    color: #000000;
}

.page_recruit .section_form .common_title .title {
    color: #1A1A1A;
}

.page_recruit .section_form .cont {
    width: 784px;
    margin: 0 auto;
}

.page_recruit .section_schedule {
    margin-bottom: 155px;
    position: relative;
}

.page_recruit .section_schedule .back_image {
    position: absolute;
    left: 0;
    top: -160px;
    z-index: -1;
}

.page_recruit .section_schedule .back_image img {
    width: 100%;
}

.page_recruit .section_schedule .back_image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
}

.page_recruit .section_schedule .common_title {
    margin-bottom: 40px;
}

.page_recruit .section_schedule .contents {
    margin-left: calc( (100vw - 1240px) / 2 );
    font-family: "Noto Sans JP", sans-serif;
}

.page_recruit .section_schedule .contents .side_menu {
    width: 107px;
}

.page_recruit .section_schedule .contents .side_menu ul li {
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    padding: 5px 0;
}

.page_recruit .section_schedule .contents .side_menu ul li:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #707070;
    position: absolute;
    right: -3px;
    top: 0;
}

.page_recruit .section_schedule .contents .side_menu ul li:after {
    content: "";
    width: 3px;
    height: 100%;
    background: #F44747;
    position: absolute;
    right: -3px;
    top: 0;
    opacity: 0;
}

.page_recruit .section_schedule .contents .side_menu ul li.active {
    color: #F44747;
}

.page_recruit .section_schedule .contents .side_menu ul li.active:after {
    opacity: 1;
}

.page_recruit .section_schedule .contents .information_area {
    width: calc( 1090px + ( (100vw - 1340px) / 2 ) );
    position: relative;
}

.page_recruit .section_schedule .contents .information_area .box_wrap {
    height: 446px;
    overflow: scroll;
}

.page_recruit .section_schedule .contents .information_area .box_wrap .box {
    margin-bottom: 20px;
}

.page_recruit .section_schedule .contents .information_area .box_wrap .box:last-child {
    margin-bottom: 0;
}

.page_recruit .section_schedule .contents .information_area .box_wrap .box .text_box {
    width: 354px;
}

.page_recruit .section_schedule .contents .information_area .box_wrap .box .text_box .title_box {
    font-weight: 700;
    margin-bottom: 23px;
}

.page_recruit .section_schedule .contents .information_area .box_wrap .box .text_box .title_box .en {
    font-size: 50px;
    opacity: .15;
}

.page_recruit .section_schedule .contents .information_area .box_wrap .box .text_box .title_box .title {
    color: #F44747;
    font-size: 20px;
    margin-top: -1.7em;
    letter-spacing: .15em;
    position: relative;
    z-index: 2;
}

.page_recruit .section_schedule .contents .information_area .box_wrap .box .text_box .title_box .title small {
    font-size: 20px;
}

.page_recruit .section_schedule .contents .information_area .box_wrap .box .text_box .text {
    line-height: 1;
    width:fit-content;
    min-width: 324px;
    letter-spacing: .1em;
}

.page_recruit .section_schedule .contents .information_area .box_wrap .box .text_box .text span {
    border-bottom: 3px dotted #585858;
    display: block;
    padding-bottom: .7em;
}


.page_recruit .section_schedule .contents .information_area .box_wrap .box .image {
    width: calc( 672px + ( (100vw - 1340px) / 2 ) );
    height: 446px;
    position: relative;
}

.page_recruit .section_schedule .contents .information_area .box_wrap .box .image:before {
    content: "";
    width: 100%;
    height: 160px;
    background: #FFFFFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(128, 128, 128, 1) 100%);
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
}

.page_recruit .section_schedule .contents .information_area .box_wrap .box .image:after {
    content: "";
    width: 100%;
    height: 160px;
    background: #808080;
    background: linear-gradient(0deg,rgba(128, 128, 128, 1) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}

.page_recruit .section_schedule .contents .information_area .box_wrap .box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_recruit .section_schedule .contents .information_area .button_area {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.page_recruit .section_schedule .contents .information_area .button_area .button {
    width: 163px;
    line-height: 62px;
    background: #F44747;
}

.page_recruit .section_schedule .contents .information_area .button_area .button {
    position: relative;
    cursor: pointer;
}

.page_recruit .section_schedule .contents .information_area .button_area .button.prev {
    padding-left: 50px;
}

.page_recruit .section_schedule .contents .information_area .button_area .button.next {
    padding-right: 50px;
    text-align: right;
}

.page_recruit .section_schedule .contents .information_area .button_area .button.prev:after {
    content: "";
    width: 1px;
    height: 26px;
    background:#fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page_recruit .section_schedule .contents .information_area .button_area .button:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
    transition: .3s;
}

.page_recruit .section_schedule .contents .information_area .button_area .button.prev:before {
    right: auto;
    left: 28px;
    transform: rotate(45deg) scale(-1);
}

@media (max-width: 750px) {

    .page_recruit {
        padding-top: 0;
    }

    .page_recruit .main_mask:before {
        height: 216.4vw;
        opacity: .3;
    }

    .page_recruit .section_main_visual {
        margin-bottom: 20.5vw;
    }

    .page_recruit .section_main_visual .main_image img {
        width: 100%;
    }

    .page_recruit .common_title .en {
        font-size: 15.9vw;
    }

    .page_recruit .common_title .title {
        font-family: "Zen Old Mincho", serif;
        margin-top: -.6em;
        font-size: 6.9vw;
    }

    .page_recruit .common_title .lead {
        margin-top: 3.6vw;
    }

    .page_recruit .section_point {
        margin-bottom: 10vw;
        background: #000;
    }

    .page_recruit .section_point .wrap {
        padding-bottom: 76.9vw;
    }

    .page_recruit .section_point .common_title {
        margin-bottom: 7.7vw;
    }

    .page_recruit .section_point ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 4.9vw;
    }

    .page_recruit .section_point ul li .image {
        height: 41.8vw;
    }

    .page_recruit .section_point ul li .text_box {
        padding: 5.1vw 2.6vw 7.3vw 2.6vw;
    }

    .page_recruit .section_point ul li .text_box .point {
        font-size: 3.3vw;
        padding: 0.5vw 0;
        margin-bottom: 2.6vw;
    }

    .page_recruit .section_point ul li .text_box .title {
        font-size: 6.2vw;
        padding-bottom: 3.5vw;
        margin-bottom: 5vw;
    }

    .page_recruit .section_point ul li .text_box .title:before {
        width: 47.4vw;
    }

    .page_recruit .section_point ul li .text_box .lead {
        text-align: center;
        font-size: 3.6vw;
    }

    .page_recruit .section_point .illust {
        right: auto;
        width: 114.6vw;
        left: 0;
    }

    .page_recruit .section_point .illust:before {
        width: 79vw;
        height: 25.1vw;
        left: 22.6vw;
        top: -1vw;
    }

    .page_recruit .section_achievements .common_title .en {
        font-size: 12.8vw;
    }

    .page_recruit .section_achievements .wrap {
        max-width: 100%;
        padding-bottom: 13.8vw;
    }

    .page_recruit .section_achievements .cont {
        width: 90%;
        margin: 0 auto 14.1vw auto;
    }

    .page_recruit .section_achievements .box_wrap {
        width: 100%;
        gap: 3.8vw 2.6vw;
        margin-bottom: 3.4vw;
    }

    .page_recruit .section_achievements .box {
        padding: 3.6vw 2.4vw 3.1vw 3.1vw;
    }

    .page_recruit .section_achievements .box .title {
        font-size: 4.6vw;
        margin-bottom: 1.8vw;
    }

    .page_recruit .section_achievements .large_box {
        width: 100%;
    }

    .page_recruit .section_achievements .en_text {
        display: block;
    }

    .page_recruit .section_achievements .en_text .text {
        font-size: 5.1vw;
        text-align: center;
    }

    .page_recruit .section_slider {
        margin-bottom: 17.7vw;
    }

    .page_recruit .section_slider .slide {
        width: 37.9vw;
        height: 24.6vw;
        padding: 0;
    }
    
    .page_recruit .section_carrier {
        margin-bottom: 17.8vw;
    }

    .page_recruit .section_carrier .catch_box {
        margin-bottom: 9.5vw;
        text-align: center;
    }

    .page_recruit .section_carrier .catch_box .lead {
        display: block;
        font-size: 5.1vw;
        padding-right: 0;
    }

    .page_recruit .section_carrier .catch_box .lead:before {
        display: none;
    }

    .page_recruit .section_carrier .catch_box .catch {
        font-size: 9vw;
        margin-left: 0;
        margin-bottom: 5.6vw;
    }

    .page_recruit .section_carrier .catch_box .text {
        font-size: 3.6vw;
    }

    .page_recruit .section_carrier ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 5.1vw;
        margin: 0;
    }

    .page_recruit .section_carrier ul li {
        background: url(../image/recruit_carrier_back.webp) no-repeat;
        background-size: 100%;
        background-position: center bottom;
        position: relative;
    }

    .page_recruit .section_carrier ul li .image {
        width: 100%;
        height: 43.6vw;
    }

    .page_recruit .section_carrier ul li .text_box {
        padding-top: 3.3vw;
        padding-bottom: 6.8vw;
    }

    .page_recruit .section_carrier ul li .text_box .position {
        top: -5.1vw;
        font-size: 4.6vw;
    }

    .page_recruit .section_carrier ul li:nth-child(1) .text_box .position {
        width: 42.3vw;
        height: 9vw;
        line-height: 7.7vw;
    }

    .page_recruit .section_carrier ul li:nth-child(2) .text_box .position {
        width: 42.3vw;
        height: 9vw;
        line-height: 7.7vw;
    }

    .page_recruit .section_carrier ul li:nth-child(3) .text_box .position {
        width: 64.1vw;
        height: 9vw;
        line-height: 7.7vw;
    }

    .page_recruit .section_carrier ul li .text_box .title {
        font-size: 7.2vw;
        padding-bottom: 2.4vw;
        margin-bottom: 3.5vw;
    }

    .page_recruit .section_carrier ul li .text_box .title:before {
        width: 57.7vw;
    }

    .page_recruit .section_carrier ul li .text_box .title .big {
        font-size: 10vw;
    }

    .page_recruit .section_carrier ul li .text_box .lead {
        font-size: 3.6vw;
    }

    .page_recruit .section_schedule {
        margin-bottom: 17.9vw;
    }

    .page_recruit .section_schedule .common_title {
        margin-bottom: 7.1vw;
    }

    .page_recruit .section_schedule .contents {
        margin-left: 0;
        width: 90%;
        margin: 0 auto;
    }

    .page_recruit .section_schedule .contents .flex_box {
        position: relative;
        padding-bottom: 25.6vw;
    }

    .page_recruit .section_schedule .contents .side_menu {
        width: 15.4vw;
    }
    
    .page_recruit .section_schedule .contents .side_menu ul li {
        font-size: 3.6vw;
        padding: 2.8vw 0;
    }

    .page_recruit .section_schedule .contents .side_menu ul li:first-child {
        padding-top: 0;
    }

    .page_recruit .section_schedule .contents .side_menu ul li:last-child {
        padding-bottom: 0;
    }

    .page_recruit .section_schedule .contents .information_area {
        width: 69.2vw;
        position: static;
    }

    .page_recruit .section_schedule .contents .information_area .box_wrap {
        height: 100vw;
    }

    .page_recruit .section_schedule .contents .information_area .box_wrap .box {
        margin-bottom: 14.1vw;
    }

    .page_recruit .section_schedule .contents .information_area .box_wrap .box .text_box {
        width: 100%;
    }

    .page_recruit .section_schedule .contents .information_area .box_wrap .box .text_box .title_box {
        margin-bottom: 3.3vw;
    }

    .page_recruit .section_schedule .contents .information_area .box_wrap .box .text_box .title_box .en {
        font-size: 9vw;
    }

    .page_recruit .section_schedule .contents .information_area .box_wrap .box .text_box .title_box .title {
        font-size: 5.1vw;
        margin-top: -1.2em;
    }

    .page_recruit .section_schedule .contents .information_area .box_wrap .box .text_box .title_box .title small {
        font-size: 3.6vw;
    }

    .page_recruit .section_schedule .contents .information_area .box_wrap .box .text_box .text {
        width: 100%;
        min-width: unset;
    }

    .page_recruit .section_schedule .contents .information_area .box_wrap .box .text_box .text span {
        display: block;
        padding-bottom: .7em;
        font-size: 3.6vw;
    }
    
    .page_recruit .section_schedule .contents .information_area .box_wrap .box .image {
        width: 100%;
        height: 36.7vw;
        order: -1;
        margin-bottom: 5.9vw;
    }

    .page_recruit .section_schedule .contents .information_area .box_wrap .box .image:before {
        height: 13.6vw;
    }

    .page_recruit .section_schedule .contents .information_area .box_wrap .box .image:after {
        height: 16.2vw;
    }

    .page_recruit .section_schedule .contents .information_area .button_area {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .page_recruit .section_schedule .contents .information_area .button_area .button {
        width: 50%;
        line-height: 15.9vw;
    }

    .page_recruit .section_schedule .contents .information_area .button_area .button.prev {
        padding-left: 13.8vw;
    }

    .page_recruit .section_schedule .contents .information_area .button_area .button.next {
        padding-right: 13.8vw;
    }

    .page_recruit .section_schedule .contents .information_area .button_area .button.prev:after {
        height: 6.7vw;
    }

    .page_recruit .section_interview .common_title {
        margin-bottom: 7.7vw;
    }

    .page_recruit .section_interview {
        padding-bottom: 15.4vw;
        margin-bottom: 17.9vw;
    }

    .page_recruit .section_interview ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 5.1vw;
    }

    .page_recruit .section_interview ul li .picture {
        width: 100%;
        height: 44.9vw;
    }

    .page_recruit .section_interview ul li .text_box {
        width: 100%;
        background: #080608;
        padding: 5.1vw 6.5vw 11.5vw 7vw;
    }

    .page_recruit .section_interview ul li .text_box .name_box {
        padding-bottom: 2.7vw;
        margin-bottom: 3.7vw;
    }

    .page_recruit .section_interview ul li .text_box .name_box .jp {
        font-size: 5.6vw;
    }

    .page_recruit .section_interview ul li .text_box .name_box .en {
        font-size: 3.3vw;
    }

    .page_recruit .section_interview ul li .text_box .lead {
        font-size: 3.6vw;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .page_recruit .section_interview .paper {
        left: 50%;
        width: 100%;
        height: auto;
        min-width: unset;
        transform: translateX(-50%);
    }

    .page_recruit .section_interview .paper img {
        object-position: initial;
    }

    .page_recruit .section_message {
        margin-bottom: 16vw;
    }

    .page_recruit .section_message .common_title {
        margin-bottom: 7.7vw;
    }

    .page_recruit .section_message:before {
        display: none;
    }

    .page_recruit .section_message .cont {
        width: 100%;
        margin-left: 0;
    }

    .page_recruit .section_message .picture_area {
        width: 100%;
        margin-bottom: 16.2vw;
    }

    .page_recruit .section_message .picture_area .picture {
        width: 100%;
        height: 67.2vw;
    }

    .page_recruit .section_message .picture_area .picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page_recruit .section_message .picture_area .name_box {
        left: -2.3vw;
        bottom: -5.1vw;
        padding-left: 6vw;
        gap: 5vw;
        padding-top: 1.5vw;
    }

    .page_recruit .section_message .picture_area .name_box .mask {
        width: 88.2vw;
        height: 33.6vw;
    }

    .page_recruit .section_message .picture_area .name_box .jp {
        font-size: 4.9vw;
    }

    .page_recruit .section_message .picture_area .name_box .en {
        font-size: 2.6vw;
    }

    .page_recruit .section_message .text_area {
        width: 100%;
    }
    
    .page_recruit .section_message .text_area .catch {
        font-size: 6.4vw;
        margin-bottom: 8.5vw;
    }

    .page_recruit .section_message .text_area .lead_box .text {
        line-height: 1.6;
        letter-spacing: .1em;
        font-size: 3.6vw;
    }

    .page_recruit .section_message .text_area .lead_box .text + .text {
        margin-top: 1.74em;
    }

    .page_recruit .section_mission {
        padding-top: 13.1vw;
        padding-bottom: 17.2vw;
        margin-bottom: 14.2vw;
    }

    .page_recruit .section_mission .common_title {
        margin-bottom: 16.7vw;
    }

    .page_recruit .section_mission .common_title .lead_box {
        margin-top: 6.4vw;
    }

    .page_recruit .section_mission .common_title .lead_box .lead {
        margin-top: 6.4vw;
        line-height: 1.6;
    }

    .page_recruit .section_mission ul {
        margin-bottom: 17.9vw;
        display: block;
    }

    .page_recruit .section_mission ul li .title_box {
        padding-bottom: 5.1vw;
        margin-bottom: 4.2vw;
    }

    .page_recruit .section_mission ul li .title_box:before {
        width: 40.3vw;
    }

    .page_recruit .section_mission ul li .title_box .jp {
        font-size: 4.6vw;
        line-height: 1;
    }

    .page_recruit .section_mission ul li .title_box .en {
        font-size: 12.8vw;
    }

    .page_recruit .section_mission ul li:nth-child(2) {
        margin: 24.1vw 0 31.5vw 0;
    }

    .page_recruit .section_mission ul li .text {
        font-size: 4.1vw;
    }

    .page_recruit .section_mission .sales_text {
        background: url(../image/recruit_mission_border_sp.svg) no-repeat;
        background-position: center;
        padding: 2.1vw 0;
        background-size: 87.2vw;
        height: 25.1vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .page_recruit .section_mission .sales_text .text {
        font-size: 7.2vw;
        line-height: 1.3;
    }

    .page_recruit .section_mission ul li:nth-child(1) .paint {
        left: -17.9vw;
        top: -37.2vw;
        width: 107.7vw;
    }

    .page_recruit .section_mission ul li:nth-child(2) .paint {
        left: -19.2vw;
        top: -37.2vw;
        width: 120.3vw;
    }

    .page_recruit .section_mission ul li:nth-child(3) .paint {
        left: -12.8vw;
        top: -17.9vw;
        width: 112.1vw;
    }

    .page_recruit .section_faq {
        padding-bottom: 17.9vw;
    }

    .page_recruit .section_faq .wrap {
        max-width: 100%;
    }

    .page_recruit .section_faq .common_title {
        margin-bottom: 8.3vw;
    }

    .page_recruit .section_faq .cont {
        width: 100%;
    }
    
    .page_recruit .section_faq .cont dl {
        padding-right: 5vw;
        padding-left: 5vw;
    }

    .page_recruit .section_faq .cont dl dt {
        padding-top: 9.6vw;
        padding-bottom: 8.1vw;
        gap: 6.4vw;
        background-position: center right 3.1vw;
        background-size: 4.4vw;
        align-items: center;
    }

    .page_recruit .section_faq .cont dl dt:before {
        font-size: 11.0vw;
    }

    .page_recruit .section_faq .cont dl dt .question {
        font-size: 4.1vw;
    }

    .page_recruit .section_faq .cont dl dd {
        padding-right: 3.1vw;
        padding-top: 7.3vw;
        padding-bottom: 7.6vw;
        font-size: 3.6vw;
        gap: 6.9vw;
        letter-spacing: .03em;
    }

    .page_recruit .section_faq .cont dl dd:before {
        font-size: 11.0vw;
    }

    .page_recruit .section_flow {
        padding: 0;
        margin-bottom: 15.5vw;
    }

    .page_recruit .section_flow .common_title {
        margin-bottom: 15.4vw;
    }

    .page_recruit .section_flow:before {
        display: none;
    }

    .page_recruit .section_flow ol li {
        width: 100%;
        position: relative;
    }

    .page_recruit .section_flow ol li + li {
        margin-top: 10.3vw;
    }

    .page_recruit .section_flow ol li .num {
        width: 17.4vw;
        height: 17.4vw;
        background: #888888;
        line-height: 17.4vw;
        font-size: 5.1vw;
        position: absolute;
        left: 50%;
        top: -7.7vw;
        transform: translateX(-50%);
        z-index: 2;
    }

    .page_recruit .section_flow ol li .num:after {
        display: none;
    }

    .page_recruit .section_flow ol li .cont {
        width: 100%;
        padding: 13.6vw 6.3vw 9.2vw 7.1vw;
        height: auto;
    }

    .page_recruit .section_flow ol li:first-child .cont {
        height: auto;
        padding-top: 13.6vw;
    }

    .page_recruit .section_flow ol li:first-child .cont {
        background-image: url(../image/flow_back_1.webp);
    }

    .page_recruit .section_flow ol li:nth-child(2) .cont {
        background-image: url(../image/flow_back_2.webp);
    }

    .page_recruit .section_flow ol li:nth-child(3) .cont {
        background-image: url(../image/flow_back_3.webp);
    }

    .page_recruit .section_flow ol li:nth-child(4) .cont {
        background-image: url(../image/flow_back_4.webp);
    }

    .page_recruit .section_flow ol li:nth-child(5) .cont {
        background-image: url(../image/flow_back_5.webp);
    }

    .page_recruit .section_flow ol li .cont .title {
        font-size: 5.1vw;
        padding-bottom: 2.8vw;
        margin-bottom: 3.1vw;
        text-align: center;
        line-height: 1.3;
    }

    .page_recruit .section_flow ol li .cont .title small {
        font-size: 4.1vw;
    }

    .page_recruit .section_flow ol li .cont .lead {
        font-size: 3.6vw;
    }

    .page_recruit .section_flow ol li .cont .contact_box {
        margin-top: 6.4vw;
        display: block;
    }

    .page_recruit .section_flow ol li .cont .contact_box .button {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        width: 100%;
        margin-bottom: 5.1vw;
    }

    .page_recruit .section_flow ol li .cont .contact_box .button a {
        width: 100%;
        line-height: 14.1vw;
        font-size: 4.1vw;
    }

    .page_recruit .section_flow ol li .cont .contact_box .button a:hover {
        background: #F44747;
        color: #fff;
    }

    .page_recruit .section_flow ol li .cont .contact_box .tel {
        font-size: 4.1vw;
        width: 100%;
        line-height: 14.1vw;
        background: #1A1A1A;
        color: #fff;
        text-align: center;
    }

    .page_recruit .section_flow ol li .cont .contact_box .tel a {
        color: #fff;
    }

    .page_recruit .section_openings {
        padding-bottom: 30vw;
        margin-bottom: 0;
    }

    .page_recruit .section_openings .common_title {
        margin-bottom: 0;
    }

    .page_recruit .section_openings .cont {
        padding-top: 16.2vw;
    }

    .page_recruit .section_openings .cont .paper {
        width: 104.4vw;
    }

    .page_recruit .section_openings .cont table {
        width: 81.5vw;
    }

    .page_recruit .section_openings .cont table th {
        width: 100%;
        padding-top: 3.7vw;
        display: block;
    }

    .page_recruit .section_openings .cont table th:before {
        display: none;
    }

    .page_recruit .section_openings .cont table td {
        width: 100%;
        display: block;
        padding-top: 0.8vw;
        padding-bottom: 4.7vw;
        padding-left: 0;
        letter-spacing: 0.07em;
    }

    .page_recruit .section_form {
        padding-top: 19.2vw;
        padding-bottom: 5.9vw;
    }

    .page_recruit .section_form:before {
        height: calc( 100% - 15.4vw );
        top: 15.4vw;
    }

    .page_recruit .section_form .paper {
        height: 15.4vw;
        background: url(../image/form_paper_sp.svg) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .page_recruit .section_form .paper img {
        object-position: initial;
    }

    .page_recruit .section_form .cont {
        width: 100%;
    }



    
}