.recruit_header {
    position: relative;
    padding-top: 80px;
}
.recruit_header img {
    width: 100%;
}
.recruit_content {
    position: absolute;
    padding: 35px 40px;
    width: 55%;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -25%;
}
.recruit_content p {
    font-size: 24px;
    font-weight: 900;
    line-height: 48px;
    color: #2B3366;
    padding: 20px;
    text-align: center;
    text-shadow: 0px 0px 1px #2B3366;
}
.recruit_container {
    background-color: #E1E9F7;
}
.recruit_title {
    font-weight: bold;
    text-align: center;
    color: #27336E;
    padding-top: 170px;
}
.recruit_title h2 {
    font-size: 35px;
}
.about_com {
    margin-left: 8%;
    font-size: 24px;
    font-weight: bold;
    color: #707070;
    border-left: 5px solid #29336A;
    padding-left: 20px;
    margin-top: 80px;
}
.application {
    position: relative;
}
.application_text {
    width: 64%;
    background-color: #E5E3E2;
    aspect-ratio: 5/3;
    padding-bottom: 80px;
}
.application_text p {
    padding-top: 30px;
    margin-left: 12%;
    font-weight: bold;
    z-index: 10;
    position: relative;
}
.block {
    margin-top: -25px;
    margin-left: 10%;
    display: flex;
    align-items: center;
}
.block img {
    position: relative;
    width: 25%;
    z-index: 1;
}
.application_movie  {
    position: absolute;
    width: 70%;
    aspect-ratio: 2/1;
    top: -10%;
    right: 0;
}
.application_wrapper {
    background-color: #E5E3E2;
}
.application_form {
    margin: 0 auto;
    width: 62%;
}
.application_form h3 {
    position: relative;
    font-size: 24px;
    color: #333333;
    text-align: center;
}
.application_form h3::before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -5px; /*下線の上下の位置*/
    left: 50%;
    width: 40px; /*下線の幅*/
    height: 2px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置の調整*/
    background-color: #707070; /*下線の色*/
}

.application_content {
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    background-color: #E5E3E2;
    box-shadow: inset 4px 4px 6px rgba(255, 255, 255, 0.873),
    inset -4px -4px 6px rgba(98, 98, 98, 0.6);
}
.application_content table {
    margin: 0 auto;
}
.application_th {
    border-top: 2px solid #27336E;
}
.application_content th {
    vertical-align: top;
    text-align: left;
    padding: 0 20px 0 0;
    border-bottom: 2px solid #27336E;
}
.application_td {
    border-top: 2px solid #C4C1C0;
}
.application_content td {
    vertical-align: top;
    text-align: left;
    padding: 0 0 20px 10px;
    border-bottom: 2px solid #C4C1C0;
}
.application_wrapper p {
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
    font-weight: bold;
}
.flow_wrapper {
    background-color: #E1E9F7;
}
.flow_wrapper img {
    width: 80%;
    margin: 0 auto;
}
.flow_wrapper h3 {
    font-size: 30px;
    border-left: 5px solid #29336A;
    padding-left: 20px;
}
.flow {
    margin: 0px auto;
    width: 70%;
}
.flow img {
    margin-top: 80px;
}
.career_wrapper {
    margin: 0px auto;
    width: 70%;
}
.career {
    display: flex;
}
.career_content {
    width: 55%;
}
.career_content p {
    font-weight: bold;
}
.career_content ul {
    font-weight: bold;
    list-style: disc;
    margin-left: 20px;
    line-height: 30px;
}
.career_image {
    width: 45%;
}
.career_image img {
    width: 100%;
    clip-path: polygon(0% 100%, 40% 0%, 100% 0%, 100% 100%);
}
.question {
    margin: 0 auto;
    width: 75%;
}
.to_contact_form {
    display: flex;
    justify-content: center;
}
.to_contact_form button {
    width: 35%;
    height: 80px;
    border: none;
    border-radius: 50px;
    background-color: #27336E;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
}

@media screen and (max-width: 1024px) {
    .recruit_content p {
        font-size: 20px;
    }
}
@media screen and (max-width: 920px) {
    .recruit_content {
        width: 70%;
        bottom: -30%;
        padding: 15px 10px;
    }
    .recruit_content p {
        font-size: 22px;
        line-height: 40px;
    }
    .application_form {
        width: 80%;
    }
}
@media screen and (max-width: 740px) {
    .recruit_content p {
        font-size: 18px;
        line-height: 30px;
        padding: 15px 10px;
    }
    .application_movie  {
        width: 60%;
    }
    .application_form {
        width: 85%;
    }
}
@media screen and (max-width: 540px) {
    .recruit_header {
        padding-top: 10vh;
    }
    .recruit_content {
        width: 90%;
        background-color: #fff;
        padding: 15px 10px;
        bottom: -30%;
    }
    .recruit_content p {
        font-size: 12px;
        padding: 0px;
        line-height: 20px;
    }
    .recruit_title {
        padding-top: 80px;
    }
    .recruit_title h2 {
        font-size: 24px;
    }
    .recruit_title p {
        font-size: 14px;
    }
    .application_text {
        /* background-image: url("../img/recruit_logo.png"); */
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .block {
        display: none;
    }
    .about_com {
        margin-top: 40px;
        margin-left: 8%;
        font-size: 18px;
    }
    .application_movie  {
        position: absolute;
        width: 90%;
        top: 60%;
    }
    .application_wrapper {
        padding-top: 100px;
    }
    .application_form {
        width: 85%;
    }
    .application_content {
        padding: 40px 20px;
    }
    .application_content tr {
        font-size: 12px;
    }
    .application_content th {
        padding: 0 10px 0 0;
    }
    .application_wrapper p {
        font-size: 12px;
    }
    .flow_wrappe {
        width: 100%;
    }
    .flow_wrapper h3 {
        font-size: 20px;
        border-left: 5px solid #29336A;
        padding-left: 20px;
    }
    .flow {
        width: 90%;
    }
    .flow img {
        width: 100%;
        margin-top: 20px;
    }
    .career_wrapper {
        width: 90%;
    }
    .career {
        position: relative;
        display: block;
    }
    .career_content {
        position: absolute;
        z-index: 3;
        width: 100%;
    }
    .career_content p {
        font-size: 14px;
    }
    .career_content ul {
        font-size: 14px;
        line-height: 24px;
    }
    .career_image {
        position: relative;
        z-index: 0;
        width: 100%;
    }
    .career_image::after{
        content: "";
        position: absolute;
        z-index: 2;
        width: 100%;
        height:100%;
        top: 0;
        left: 0;
        background-color: #fff;
        clip-path: polygon(0% 100%, 40% 0%, 100% 0%, 100% 100%);
        opacity: 0.5;
    }
    .to_contact_form button {
        width: 80%;
        height: 60px;
        font-size: 20px;
    }
}