@charset "utf-8";

section#main_top {
    width: 100%;
    height: 864px;
}

#main_top_container {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#main_top_container .section_title {
    position: absolute;
    top: 120px;
}

#main_top_container #main_top_textarea {
    position: absolute;
    width: 100%;
    bottom: 70px;
}

#main_top_container #main_top_textarea p#up {
    font-family: "Noto Sans JP", serif;
    font-weight: 600;
    font-size: 32px;
    text-align: end;
    color: #FFFFFF;
}

#main_top_container #main_top_textarea p#down {
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
    font-size: 128px;
    text-align: end;
    color: #FFFFFF;

}

section:not(#main_top) {
    margin-top: 70px;
}

section:not(#main_top) div.section_title {
    margin-bottom: 40px;
}

.container {
    width: 90%;
    margin: 0 auto;
}



#about .container p {
    width: 100%;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 2.4px;
    margin: 0 auto;
}

#interview .container {
    border-radius: 24px;
    background: linear-gradient(180deg, #003975, #1B89FF);
    padding: 30px 0;
    margin-bottom: 70px;
}

#interview .container .interview_element {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#interview .container .interview_element.no-flex {
    display: block;
}

#interview .container .interview_element.no-flex .left,
#interview .container .interview_element.no-flex .right {
    width: 100%;
}

#interview .container .interview_element.no-flex .left div {
    justify-content: left;
}

#interview .container .interview_element.no-flex .left p {
    padding-left: 0;
}

#interview .container .interview_element.no-flex .left div p:not(:first-child) {
    padding-left: 52px;
}

#interview .container .interview_element .left {
    padding-bottom: 40px;
    width: 49%;
}

#interview .container .interview_element .left img {
    width: 100%;
    aspect-ratio: 1/0.68;
    object-fit: contain;

    margin-bottom: 60px;
}

#interview .container .interview_element .left p {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    padding-left: 52px;
}

#interview .container .interview_element .left div {
    display: flex;
    justify-content: space-between;
    padding-right: 52px;
}

#interview .container .interview_element .left div p {
    font-weight: 600;
    font-size: 40px;
    padding: 0;
    padding-left: 52px;
}

#interview .container .interview_element .right {
    width: 49%;
    min-height: 530px;
    padding: 40px 30px 30px 30px;
    border-radius: 10px;
    background: #F9F9F9;

}

#interview .container .interview_element .right h6 {
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
    font-size: 28px;
    color: #003975;
    margin-bottom: 20px;
}

#interview .container .interview_element .right p {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.6px;

}

.container_grande {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
    background: linear-gradient(180deg, #003975, #1B89FF);
    border-radius: 48px;
}

.row_two_divided,
.row_three_divided {
    display: flex;
    justify-content: space-between;
}

.container_grande .container {
    width: 95%;
    display: grid;
    gap: 30px;
}

.row_two_divided img {

    width: 49%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.row_three_divided img {

    width: 32%;
    aspect-ratio: 3/4;
    object-fit: cover;
}

.section_title {
    width: 90% !important;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    main {
        margin-top: 64px;
    }

    section#main_top {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    #main_top_container #main_top_textarea {
        bottom: 5px;
    }

    #main_top_container #main_top_textarea p#up {
        font-size: 16px;
    }

    #main_top_container #main_top_textarea p#down {
        font-size: 40px;
        line-height: 1;
    }

    section:not(#main_top):not(#main_buttons) {
        margin-top: 60px;
    }

    section#main_buttons {
        margin-top: 0;
    }

    section:not(#main_top) div.section_title {
        margin-bottom: 25px;
    }

    .section_title {
        width: 90% !important;
    }

    .container {
        width: 90%;
    }

    #interview .container {
        padding: 30px 5%;
    }

    #interview .container .interview_element.no-flex .left div {
        flex-direction: row;
    }

    #interview .container .interview_element,
    #interview .container .interview_element .left div {
        flex-direction: column;
        width: 100%;
    }

    #interview .container .interview_element .left {
        width: 100%;
        padding-bottom: 25px;
    }

    #interview .container .interview_element .left img {
        margin-bottom: 25px;
    }

    #interview .container .interview_element .left p {
        padding-left: 0;
    }


    #interview .container .interview_element .left div p {
        padding-left: 0;
    }

    #interview .container .interview_element .left div {
        padding-right: 0;
    }

    #interview .container .interview_element .right {
        width: 100%;
        min-height: 0;
        padding: 30px 5%;
    }

    .container_grande {
        width: 90%;
        padding: 30px 5%;
    }

    .container_grande .container {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    #main_top_container .section_title {
        top: 20px;
    }

    .row_two_divided,
    .row_three_divided {
        flex-direction: column;
    }

    .row_two_divided img,
    .row_three_divided img {
        width: 100%;

    }

    .container_grande .container {
        gap: 0;
    }

    .row_two_divided:not(:last-of-type) img,
    .row_three_divided:not(:last-of-type) img,
    .row_two_divided:last-of-type img:not(:last-of-type),
    .row_three_divided:last-of-type img:not(:last-of-type) {
        margin-bottom: 25px;
    }

    #main_top .section_title h2,
    #main_top .title_line {
        display: none;
    }

}