@charset "utf-8";

#recruit_main_top {
    height: 100vh;
    width: 100%;
    background: url("../images/RECRUIT_TOP上下カット.jpg");
    background-size: cover;
}

#recruit_main_top_container {
    width: 90%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

#recruit_main_top_container .section_title {
    position: absolute;
    left: 0;
    top: 120px;
}

#main_recruit_message {
    background: linear-gradient(118.87deg, #003975 10.99%, #4C9FEF 44.75%, #F9F9F9 48.88%, #CFE5F9 61.16%);

    width: 100%;
    padding: 110px 0;
}

#recruit_message_container {
    width: 90%;
    margin: 0 auto;
    background: #f9f9f9;
    border-radius: 48px;
    padding: 32px 0 64px 0;
}

#recruit_message_container .section_title {
    margin: 0 auto 45px auto;
    width: 90%;
}

#recruit_message_container #recruit_message_text {
    width: 90%;
    margin: 0 auto;
}

#recruit_message_container #recruit_message_text h3 {
    font-weight: 800;
    font-size: 40px;
    font-family: "Noto Sans JP", serif;
    margin-bottom: 35px;
}

#recruit_message_container #recruit_message_text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 2px;
    font-family: "Noto Sans JP", serif;
}


/* ピクトグラム */
#recruit_data {
    padding: 185px 0 228px 0;
    background: #e4e6e9;

}

#recruit_data .section_title {
    margin-bottom: 85px;
}

#recruit_data_container {
    width: 90%;
    margin: 0 auto;
}

#recruit_data_main {
    width: 100%;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
}

#recruit_data_main div {
    border-bottom: #003975 13px solid;
}

.recruit_data_top {
    width: calc(calc(100% - 20px) / 2);
    background: #f9f9f9;
    padding-top: 25px;
    padding-bottom: 25px;
}

.recruit_data_top h3 {
    margin-left: 35px;
    font-weight: 600;
    font-size: 32px;
    color: #003975;
    font-family: "Noto Sans JP", serif;
    margin-bottom: 24px;
}

.recruit_data_top h3 span {
    font-size: 20px;
}

.recruit_data_top img {
    display: block;
    margin: 0 auto;

}

.recruit_data_top h4 {
    font-weight: 700;
    font-size: 96px;
    line-height: 1;
    letter-spacing: 8px;
    font-family: "Noto Sans JP", serif;
    text-align: center;
    margin-bottom: 5px;
}

.recruit_data_top h4 span {
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 3.3px;
}

.recruit_data_top p {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1px;
    font-family: "Noto Sans JP", serif;
    color: #666666;
    text-align: center;
}

.recruit_data_quad_division {
    height: 300px;

    width: calc(calc(100% - 60px) / 4);
    background: #f9f9f9;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
}

.recruit_data_quad_division h3 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: "Noto Sans JP", serif;
    color: #003975;
    margin: 0 0 20px 16px;
}

.recruit_data_quad_division img {
    display: block;
    margin: 28px auto 0 auto;
}

#recruit_schedule .section_title {
    width: 90%;
}

.recruit_data_quad_division h4 {
    font-weight: 700;
    font-size: 64px;
    letter-spacing: 3.2px;
    font-family: "Noto Sans JP", serif;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 5px;
}

.recruit_data_quad_division h4 span {
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "Noto Sans JP", serif;
}

.recruit_data_quad_division p {
    font-weight: 500;
    font-size: 16px;
    font-family: "Noto Sans JP", serif;
    text-align: end;
    padding: 0 8% 0 0;
}

.recruit_data_quad_division p span {
    font-weight: 800;
    font-size: 32px;
    color: #4399F5;
}

#recruit_schedule {
    width: 100%;
    background: linear-gradient(110deg, #003975 10.99%, #4C9FEF 44.75%, #F9F9F9 48.88%, #CFE5F9 61.16%);

    padding: 180px 0;
}

#recruit_schedule .section_title {
    margin-bottom: 45px;
}

#recruit_schedule_main {
    width: 90%;
    background: #f9f9f9;
    border-radius: 48px;
    margin: 0 auto;
    padding: 50px 0 92px 0;
}

/* 社員寮 */

.company_housing_block {
    display: flex;
    width: 90%;
    margin: 0 auto;
}

.company_housing_block:first-child {
    margin-bottom: 60px;
}



.company_housing_left {
    width: 47.5%;
    margin-right: 5%;
}

.company_housing_right {
    width: 47.5%;
}

.company_housing_right img {
    width: 100%;
}

.company_housing_left.flex img {
    width: 55%;
    object-fit: contain;
    object-position: top;
}

.company_housing_left .left_container div {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.company_housing_left:not(.flex) img,
.company_housing_right img {
    width: 100%;
}

.company_housing_left p,
.company_housing_right p {
    font-family: "Noto Sans JP", serif;
    font-size: 24px;
    margin-bottom: 24px;
}

.company_housing_left .left_container {
    width: 100%;
}

.housing_icons {
    width: 100%;
    display: grid;
    grid-template-columns: 25% 25% 25%;
    justify-content: space-between;

}

.company_housing_block_bttom {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-between;

}

.company_housing_block_bttom .housing_img_block img {
    width: 100%;
    aspect-ratio: 3 /4;
    object-fit: cover;
}

.company_housing_block_bttom .housing_img_block p {
    text-align: center;
}

.company_housing_left.flex div img {
    width: 100%;
}

.schedule_element {
    height: 160px;
    display: flex;
    width: 100%;
    border-bottom: #003975 1px solid;
}

.schedule_element p {
    font-weight: 600;
    font-size: 24px;
    font-family: "Noto Sans JP", serif;
}

.schedule_element_left {
    width: calc(30% - 3px);
    margin-top: 50px;
}

.schedule_element_left p {
    padding-left: 64px;
}

.schedule_element_center_top {
    height: 72px;
    width: 3px;
}



.schedule_element_center_bottom {
    height: 88px;
    width: 3px;
    position: relative;

}

.schedule_element:not(:first-child) .schedule_element_center_top,
.schedule_element:not(:last-child) .schedule_element_center_bottom {
    background: #003975;

}

.schedule_element_right {
    width: 70%;
    margin-top: 50px;
}

.schedule_element_right p {
    padding-left: 88px;
}

.dot {
    height: 10px;
    width: 10px;
    background: #003975;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -54% -50%;
}

/* Strength */
#recruit_strength {
    padding: 160px 0 140px 0;
    background: #e4e6e9;
}

#recruit_strength_container {
    width: 90%;
    margin: 0 auto 0 auto;

}

#strength_main {
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 26px 110px 80px 110px;
    background: #f9f9f9;
    border-radius: 48px;
}

.strength_main_element {
    width: 100%;
    padding: 54px 0 13px 0;
    display: flex;
    border-bottom: 2px #003975 solid;
    align-items: center;
}

.strength_main_element p.item_num {
    padding-left: 15px;
    font-weight: 700;
    font-size: 24px;
    font-family: "Noto Sans JP", serif;
    color: #003975;
}

.strength_main_element p.item_contents {
    padding-left: 15px;
    font-weight: 700;
    font-size: 24px;
    font-family: "Noto Sans JP", serif;

}

.strength_main_element p.item_num::after {
    content: " ";
}

#recruit_interview {
    width: 100%;
    background: #f9f9f9;
    padding-top: 150px;
    padding-bottom: 200px;
}

.title_container {
    width: 90%;
    margin: 0 auto 30px auto;
}

.interview_element {
    width: 95%;
    margin: 0 0 0 auto;
    background: linear-gradient(135deg, #003975, #1B89FF);
    border-radius: 48px 0 0 48px;
    padding: 60px 160px 48px 50px;
    display: flex;
}

.interview_element:not(:last-of-type) {
    margin-bottom: 50px;

}



.interview_left {
    width: 300px;
    margin-right: 24px;
}

.interview_left img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    background: #d9d9d9;
}

.interview_left h5 {
    margin: 9px 0 5px 0;
    font-weight: 700;
    font-size: 32px;
    font-family: "Noto Sans JP", serif;
    color: #FFFFFF;
}

.interview_left p {
    font-weight: 400;
    font-size: 24px;
    font-family: "Noto Sans JP", serif;
    color: #FFFFFF;
}

.interview_right {
    width: calc(100% - 324px);
}

.interview_box {
    width: 100%;
    background: #f9f9f9;
    border-radius: 16px;
    padding: 24px 30px;
}

.interview_box:first-child {
    margin-bottom: 20px;
}

.interview_question {
    display: flex;
    padding-bottom: 24px;
    border-bottom: 2px #003975 solid;
    align-items: center;
}

.interview_question_text,
.interview_answer_text {
    max-width: calc(100% - 58px);
    font-weight: 500;
    font-size: 20px;
    font-family: "Noto Sans JP", serif;
    line-height: 1.5;
    letter-spacing: 2px;
}

.interview_answer {
    padding-top: 24px;
    display: flex;
}

.interview_qa_icon {
    font-weight: 700;
    font-size: 20px;
    font-family: "Noto Sans JP", serif;
    color: #000000;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #D9D9D9;
    text-align: center;
    margin-right: 26px;
}

/* 福利厚生 */
#recruit_benefit {
    width: 100%;
    background: #d9d9d9;
    padding: 152px 0;
}

#benefit_container {
    width: 90%;
    margin: 0 auto;
    background: linear-gradient(118.87deg, #003975 10.99%, #4C9FEF 44.75%, #F9F9F9 48.88%, #CFE5F9 61.16%);

    border-radius: 48px;
    padding: 80px 100px 80px 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.benefit_element {
    max-width: 650px;
    width: 49%;
    height: 127px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    border: 9px solid #003975;
    background: #f9f9f9;
    justify-content: center;
}

.benefit_element:not(:nth-last-child(-n+2)) {
    margin-bottom: 24px;
}

.benefit_element p {
    font-weight: 700;
    font-size: 32px;
    font-family: "Noto Sans JP", serif;
}

#recruit_requirement {
    padding: 150px 0 239px 0;
    width: 100%;
    background: #f9f9f9;

}

#recruit_requirement dl {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;

}

#recruit_requirement dl dt {
    width: 16%;
    border-top: #003975 2px solid;
    min-height: 60px;
    padding: 22px 0 22px 0;
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: "Noto Sans JP", serif;
    font-size: 20px;
    font-weight: 400;

    background: #D9D9D9;

}

#recruit_requirement dl dd {
    width: 84%;
    border-top: #003975 2px solid;
    min-height: 60px;
    padding: 22px 0 22px 70px;
    font-family: "Noto Sans JP", serif;
    font-size: 20px;
    font-weight: 400;


}

#recruit_requirement dl dt:last-of-type,
#recruit_requirement dl dd:last-of-type {
    border-bottom: #003975 2px solid;
}

#entry_button_space {
    background: #E4E6E9;
    padding: 140px 0 110px 0;
}


#recruit_qa {
    background: #f9f9f9;
    padding: 138px 0 100px 0;
}

.recruit_qa_element:not(:last-child) {
    margin: 0 auto 20px auto;
}

.recruit_qa_element:last-child {
    margin: 0 auto;
    padding-bottom: 20px;

}

.recruit_qa_element {
    width: 90%;
}

.recruit_question {
    width: 100%;
    height: 80px;
    border-radius: 24px;
    box-shadow: 0px 0px 20px 2px #0000001A;

}

label.acordion {
    display: flex;
    width: 100%;
    background: #047CFD;
    height: 100%;
    border-radius: 24px;
    align-items: center;
    position: relative;
    transition: .3s ease;
}

label.acordion p {
    font-family: "Noto Sans JP", serif;
    font-size: 24px;
    font-weight: 800;
    margin-left: 75px;
    color: #f9f9f9;
    line-height: 32px;
}

label.acordion::before {
    content: "";
    background: url("../images/vector_white.png") no-repeat;
    width: 30px;
    height: 15px;
    position: absolute;
    right: 50px;
    top: 50%;
    translate: 0 -50%;
    transition: .5s ease;
}

label.acordion p span {
    font-size: 32px;

}

.recruit_answer {
    box-shadow: 0px 0px 20px 2px #0000001A;
    box-shadow: 0px 0px 20px 2px #0000001A;


    width: 100%;
    border-radius: 0 0 12px 12px;
    background: #f9f9f9;
    display: flex;
    height: 0;
    padding-right: 95px;
    transition: .3s ease;
}

.recruit_answer p {
    font-family: "Noto Sans JP", serif;
    font-size: 24px;
    font-weight: 800;
    display: none;

}

.recruit_answer p:first-child {
    margin-left: 75px;
    font-size: 32px;
}


input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked~.recruit_question label.acordion::before {
    transform: rotate(180deg);
}

input[type="checkbox"]:checked~.recruit_question label.acordion {
    border-radius: 24px 24px 0 0;

}

input[type="checkbox"]:checked~.recruit_answer {
    height: auto;
    padding: 25px 95px 30px 0;

}


input[type="checkbox"]:checked~.recruit_answer p {
    display: block;
}

section#recruit_qa {
    padding-bottom: 0;
}


#main_buttons {
    background: #f9f9f9;
    padding: 110px 0 90px 0;

}

p.data_date {
    margin-top: 10px;
    font-family: "Noto Sans JP", serif;
    font-size: 20px;
    font-weight: 600;
}

br.sp {
    display: none;
}

@media screen and (max-width: 1024px) {
    #recruit_main_top {
        height: auto;
        aspect-ratio: 16/9;
    }

    #main_recruit_message {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #recruit_message_container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #recruit_message_container #recruit_message_text h3 {
        margin-bottom: 25px;
    }

    #recruit_data_container {
        width: 90%;
    }

    #recruit_data {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #recruit_data .section_title {
        margin-bottom: 25px;
    }



    .recruit_data_top img {
        width: 90%;
    }

    .recruit_data_quad_division {
        width: calc(calc(100% - 20px) / 2);
    }

    #recruit_strength {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    #strength_main {
        padding: 30px 5%;
    }

    #recruit_strength_container {
        width: 90%;
    }

    .strength_main_element:not(:first-child) {
        padding-top: 13px;
    }

    .strength_main_element:first-child {
        padding-top: 0;
    }

    #recruit_interview {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    /* 社員寮 */

    #recruit_schedule {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .company_housing_block {
        flex-direction: column;
    }

    .company_housing_left img {
        margin-right: 0;
    }

    .company_housing_left {
        width: 100%;
        margin-bottom: 60px;
        margin-right: 0;
    }

    .company_housing_right {
        width: 100%;
    }

    .title_container {
        width: 90%;
    }

    .interview_element {
        width: 95%;
        padding: 30px 5% 30px 5%;
    }

    .interview_left {
        width: 100%;
        margin-left: 0;
    }

    .interview_right {

        width: 100%;
    }

    .interview_box {
        padding: 30px 5%;
    }

    .interview_box:first-child {
        margin-bottom: 25px;
    }

    .interview_qa_icon {
        margin-right: 8px;
    }

    .interview_question_text,
    .interview_answer_text {

        max-width: none;
        width: calc(100% - 40px);

    }

    #recruit_benefit {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #benefit_container {
        padding: 30px 5%;
    }

    .benefit_element {
        max-width: none;
        width: 100%;
        margin-bottom: 24px;
    }

    #recruit_requirement {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #recruit_requirement dl {
        width: 90%;
    }

    #recruit_requirement dl dt {
        width: 30%;
        text-align: center;
    }

    #recruit_requirement dl dd {
        width: 70%;
        padding-left: 15px;
    }

    #entry_button_space {
        padding: 60px 0;
    }

    #entry_button_space #recruit_main {
        margin-top: 0;
    }

    #recruit_qa {
        padding-top: 30px;
    }

    .recruit_qa_element {
        width: 90%;
    }

    label.acordion p {
        margin-left: 0;
    }

    label.acordion p {
        width: calc(100% - 40px);
        padding-left: 10px;
    }

    label.acordion::before {
        right: 10px;
    }

    input[type="checkbox"]:checked~.recruit_answer {
        padding: 25px 0px 30px 0;
    }

    .recruit_answer {

        padding-right: 0;
    }

    .recruit_answer p:first-child {
        margin-left: 10px;

    }


}

@media screen and (max-width: 750px) {

    #recruit_main_top_container .section_title {
        top: 20px;
    }

    #recruit_data_main {
        flex-direction: column;
    }

    .recruit_data_top {
        width: 100%;
    }

    .recruit_data_quad_division {
        width: 100%;
    }

    .company_housing_left p,
    .company_housing_right p {
        font-size: 20px;
    }

    .strength_main_element {
        display: block;
    }

    .interview_question_text,
    .interview_answer_text {
        font-size: 16px;
    }

    .strength_main_element p.item_num,
    .strength_main_element p.item_contents {
        padding-left: 0;
        font-size: 16px;
    }


    .interview_element {

        flex-direction: column;
    }


    .interview_right {
        margin-top: 25px;
    }


    #benefit_container,
    #main_recruit_message {
        background: linear-gradient(100deg, #003975 10.99%, #4C9FEF 44.75%, #F9F9F9 48.88%, #CFE5F9 61.16%);
    }

    #recruit_requirement dl dt {

        font-size: 16px;
    }

    #recruit_requirement dl dd {
        font-size: 16px;
    }

    br.sp {
        display: block;
    }



    label.acordion p span {
        font-size: 16px;
    }

    label.acordion p {
        font-size: 16px;

    }



    .recruit_answer p:first-child {
        font-size: 16px;

    }

    .recruit_answer p {
        font-size: 16px;
    }

    #recruit_main_top_container .section_title h2,
    #recruit_main_top_container .title_line {
        display: none;
    }

}