@charset "UTF-8";

/* MESSAGE
----------------------------------------- */
.recruit .message .head p {
    position: relative;
    padding-left: 23px;
    font-size: 24px;
}
.recruit .message .head p::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 40px;
    background-color: var(--color2);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.recruit .message .ttl {
    font-size: 40px;
}
@media (min-width: 768px) and (max-width: 1229px) {
    .recruit .message .ttl {
        font-size: 36px;
    }
}
@media screen and (max-width: 767px) {
    .recruit .message .ttl {
        font-size: 26px;
    }
    .recruit .message .head p {
        font-size: 18px;
    }
}

/* POINT
------------------------------------------*/
.recruit .bc {
    background: url("../../img/top/pc_service_back.png") no-repeat center center / cover;
}
.recruit .point_box {
    padding: 0;
}
.recruit .point .wrap {
    display: flex;
}
.recruit .point .img {
    width: fit-content;
}
.recruit .point .img img {
    height: 100%;
}
.recruit .point .contents {
    width: 60%;
    padding: 45px;
    box-sizing: content-box;
}
.recruit .point .ttl_container {
    display: flex;
}
.recruit .point .ttl_container .ttl_num {
    position: relative;
    padding-right: 30px;
    width: fit-content;
}
.recruit .point .ttl_container .ttl_num::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 72.7px;
    background-color: var(--color1);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.recruit .point .ttl_num .sub_txt {
    font-size: 18px;
    line-height: 1;
}
.recruit .point .ttl_num .num {
    font-size: 60.84px;
    line-height: 1;
    font-weight: 600;
}
.recruit .point .ttl_container .ttl {
    padding-left: 30px;
    font-size: 30px;
}
@media (min-width: 768px) and (max-width: 1229px) {
    .recruit .point .img {
        width: 40%;
    }
    .recruit .point .img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .recruit .point .contents {
        padding: 15px;
    }
    .recruit .point .ttl_container .ttl_num {
        padding-right: 15px;
        margin: auto;
    }
    .recruit .point .ttl_container .ttl {
        padding-left: 15px;
        font-size: 26px;
        width: 80%;
    }
    .recruit .point .ttl_num .sub_txt {
        font-size: 12px;
        line-height: 1;
    }
    .recruit .point .ttl_num .num {
        font-size: 40px;
        line-height: 1;
        font-weight: 600;
    }
}
@media screen and (max-width: 767px) {
    .recruit .point .wrap {
        flex-wrap: wrap;
    }
    .recruit .point .img,
    .recruit .point .img img {
        width: 100%;
    }
    .recruit .point .contents {
        width: 100%;
        padding: 15px;
    }
    .recruit .point .ttl_container .ttl_num {
        padding-right: 10px;
        margin: auto;
        width: 60px;
    }
    .recruit .point .ttl_container .ttl_num::after {
        width: 3px;
        height: 60px;
    }
    .recruit .point .ttl_num .sub_txt {
        font-size: 10px;
        line-height: 1;
    }
    .recruit .point .ttl_num .num {
        font-size: 32px;
        line-height: 1;
        font-weight: 600;
    }
    .recruit .point .ttl_container .ttl {
        padding-left: 10px;
        font-size: 20px;
        width: calc(100% - 60px);
    }
}

/* VOICE
----------------------------------------- */
.recruit .voice .wrap {
    column-gap: 30px;
    display: flex;
}
.recruit .voice .white_box:last-child {
    margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1229px) {
    .recruit .voice .wrap {
        column-gap: 15px;
    }
    .recruit .voice .white_box {
        padding: 15px;
    }
    .recruit .voice .white_box:last-child {
        margin-bottom: 15px;
    }
    .recruit .voice .txt {
        padding-inline: 0px;
    }
}
@media screen and (max-width: 767px) {
    .recruit .voice .wrap {
        flex-wrap: wrap;
    }
}
/* RECRUIT MENT
------------------------------------------ */
.recruit_ment table {
    width: 100%;
}
.recruit_ment tr  {
    display: flex;
    gap: 4px;
    padding-bottom: 4px;
}
.recruit_ment th,
.recruit_ment td  {
    padding-block: 30px;
}
.recruit_ment th  {
    background-color: #e4f1f7;
    max-width: 358px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recruit_ment td  {
    background-color: #fafafa;
    width: calc(100% - 358px + 4px);
    padding-inline: 30px;
}
@media screen and (max-width: 767px) {
    .recruit_ment tr  {
        flex-wrap: wrap;
    }
    .recruit_ment th,
    .recruit_ment td  {
        max-width: 100%;
        width: 100%;
        padding-block: 15px;
    }
}

/* FORM > RECRUIT
------------------------------------------ */
.recruit .form h2 {
    background: linear-gradient(90deg, var(--color1), #0db3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    letter-spacing: 0.05em;
}
.recruit .form .txt {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .recurit .form .ul {
        margin-top: 0;
    }
}