.recruit {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10vw;
    background-image: url("../images/recruit_bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}
.recruit_box01 {
    position: relative;  
}
.recruit_box01 h2 {
    position: absolute;
    top: 8vw;
    left: 8vw;
    font-size: 4.17vw;
    font-weight: 500;
    color: #e60033;
}
.recruit_box01 p {
    position: absolute;
    width:46%;
    top: 7vw;
    left: 31vw;
    font-size: 1.26vw;
    font-weight: 500;
    line-height: 170%;
}
.recruit_box01 img {
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (max-width:480px) {
.recruit {
    padding: 100px 0;
    background-size: auto 100%;
}
    .recruit_box01 {
        padding-bottom: 30vw;
}
    .recruit_box01 h2 {
        position: inherit;
        display: block;
        width: 80%;
        margin: 0 auto;
        top: 0;
        left:0;
        font-size: 7vw;
}
    .recruit_box01 p {
        position: inherit;
        display: block;
        width: 80%;
        margin: 1vw auto 0;
        top: 0;
        left:0;
        font-size: 4vw;
}
    .recruit_box01 img {
    top: auto;
    bottom: 0;
}
}
.recruit_box02 {
    position: relative;
    padding: 35vw 0 10vw;
}
.recruit_box02 h3 {
    font-size: 3.13vw;
    text-align: center;
    font-weight: 500;
}
.recruit_box02 h3::before {
    content: ' ';
    margin-right: 1vw;
    padding: 1.2vw;
    background-image: url(../images/top_company03.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.recruit_box02 h3::after {
    content: ' ';
    margin-left: 1vw;
    padding: 1.2vw;
    background-image: url(../images/top_company03.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.recruit_box02 p {
    display: block;
    width:39%;
    margin: 1vw auto 0;
    font-size: 1.26vw;
    font-weight: 500;
    line-height: 170%;
}
.recruit_box02_img01 {
    position: absolute;
    top: 30vw;
    width: 100%;
    z-index: 1;
}
.recruit_box02_img02 {
    position: inherit;
    width: 70%;
    margin: 5vw auto;
    z-index: 2;
}
.recruit_box_btn {
    margin: 0 auto;
}

@media screen and (max-width:480px) {
    
.recruit_box02 {
    padding: 5vw 0 10vw;
}
.recruit_box02 h3 {
    font-size: 6vw;
}
.recruit_box02 h3::before {
    padding: 2.5vw;
}
.recruit_box02 h3::after {
    padding: 2.5vw;
}
.recruit_box02 p {
    width:70%;
    font-size: 4vw;
}
.recruit_box02_img02 {
    width: 90%;
    margin: 5vw auto;
    z-index: 2;
}
}
.recruit_box03 {
    position: relative;
    padding: 0 0 10vw;
}
.recruit_box03 h3 {
    font-size: 3.13vw;
    text-align: center;
    font-weight: 500;
}
.recruit_box03 h3::before {
    content: ' ';
    margin-right: 1vw;
    padding: 1.2vw;
    background-image: url(../images/top_company03.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.recruit_box03 h3::after {
    content: ' ';
    margin-left: 1vw;
    padding: 1.2vw;
    background-image: url(../images/top_company03.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.recruit_box03 p {
    display: block;
    width:41%;
    margin: 1vw auto 0;
    font-size: 1.26vw;
    font-weight: 500;
    line-height: 170%;
}
.recruit_box03 span {
    display: block;
    width: 50%;
    margin: 5vw auto 0;
    font-size: 1.26vw;
    font-weight: 500;
    line-height: 170%;
}
.recruit_box03_img01 {
    position: absolute;
    top: -10vw;
    width: 100%;
}
.recruit_box03_block {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
}
.recruit_box03_block img {
    width: 100%;
}
.recruit_box03_img03 {
    position: absolute;
    top: 0;
    opacity: 0; /* 初期は非表示状態 */
    transition: opacity 0.5s ease, transform 0.3s ease; /* アニメーション */
}

.recruit_box03_img03.visible {
    opacity: 1; /* 表示状態 */
}

@media screen and (max-width:480px) {
    
.recruit_box03 {
    padding: 5vw 0 10vw;
}
.recruit_box03 h3 {
    font-size: 6vw;
}
.recruit_box03 h3::before {
    padding: 2.5vw;
}
.recruit_box03 h3::after {
    padding: 2.5vw;
}
.recruit_box03 p {
    width:80%;
    font-size: 4vw;
}
.recruit_box03 span {
    display: block;
    width: 70%;
    margin: 5vw auto 0;
    font-size: 3vw;
}
}
.recruit_box04_img01 {
    width: 100%;
    margin-top: -5vw;
}
.recruit_box04_img02 {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.recruit_box04 h3 {
    margin-top: 3vw;
    font-size: 3.13vw;
    text-align: center;
    font-weight: 500;
}
.recruit_box04 h3::before {
    content: ' ';
    margin-right: 1vw;
    padding: 1.2vw;
    background-image: url(../images/top_company03.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.recruit_box04 h3::after {
    content: ' ';
    margin-left: 1vw;
    padding: 1.2vw;
    background-image: url(../images/top_company03.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.recruit_box04 p {
    display: block;
    width:41%;
    margin: 1vw auto 0;
    font-size: 1.26vw;
    font-weight: 500;
    line-height: 170%;
}
.recruit_box04 table {
    display: block;
    width: 60%;
    margin: 5vw auto 0;
    border-collapse:collapse;
}
.recruit_box04 table th {
    width: 30%;
    margin: 0;
    padding: 2vw 3vw;
    font-size: 1.46vw;
    font-weight: 500;
    background: #d9eeff;
    border-right: 2px solid #fff;
}
.recruit_box04 table td {
    margin: 0;
    padding: 2vw 3vw;
    font-size: 1.46vw;
    font-weight: 500;
    background: #d9eeff;
}
.recruit_box04_blue {
    background: #b3ddff!important;
}
@media screen and (max-width:480px) {
    
.recruit_box04 {
    padding: 5vw 0 10vw;
}
.recruit_box04 h3 {
    font-size: 6vw;
}
.recruit_box04 h3::before {
    padding: 2.5vw;
}
.recruit_box04 h3::after {
    padding: 2.5vw;
}
.recruit_box04 p {
    width:80%;
    font-size: 4vw;
}
.recruit_box04 table {
    width: 80%;
}
.recruit_box04 table th {
    width: 30%;
    margin: 0;
    padding: 4vw;
    font-size: 4vw;
}
.recruit_box04 table td {
    margin: 0;
    padding: 4vw;
    font-size: 4vw;
}
}
.recruit_box05 {
    position: relative;
    padding: 10vw 0;
}
.recruit_box05_img01 {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.recruit_box05_block {
    position: relative;
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 3vw 3vw 10vw;
    border-top: 4px solid #e60033;
    border-left: 4px solid #e60033;
    border-right: 4px solid #e60033;
    border-bottom: 4px solid #e60033;
}
.recruit_box05_block h3 {
    margin-bottom: 7vw;
    font-size: 3.13vw;
    text-align: center;
    font-weight: 500;
}
.recruit_box05_block h3::before {
    content: ' ';
    margin-right: 1vw;
    padding: 1.2vw;
    background-image: url(../images/top_company03.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.recruit_box05_block h3::after {
    content: ' ';
    margin-left: 1vw;
    padding: 1.2vw;
    background-image: url(../images/top_company03.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.recruit_box05_block01 {
    margin-bottom: 5vw;
}
.recruit_box05_block01 h4 {
    font-size: 1.67vw;
    font-weight: 500;
    line-height: 170%;
}
.recruit_box05_block01 p {
    font-size: 1.26vw;
    font-weight: 500;
    line-height: 170%;
}

.recruit_box05_block01 h5 {
    font-size: 1.26vw;
    margin-top: 20px;
}

.recruit_box05_block01 ul {
    list-style: disc;
    padding-left: 25px;
    font-weight: 500;
    font-size: 1.26vw;
}

@media screen and (max-width:480px) {
    
.recruit_box05 {
    padding: 5vw 0 10vw;
}
.recruit_box05 h3 {
    font-size: 6vw;
}
.recruit_box05 h3::before {
    padding: 2.5vw;
}
.recruit_box05 h3::after {
    padding: 2.5vw;
}
.recruit_box05 h4 {
    font-size: 5vw;
}

.recruit_box05_block01 h5 {
    font-size: 4vw;
}

.recruit_box05_block01 ul {
    font-size: 4vw;
}

.recruit_box05 p {
    font-size: 4vw;
}
    
.recruit_box05_block {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 3vw 3vw 10vw;
    border-top: 2px solid #e60033;
    border-left: 2px solid #e60033;
    border-right: 2px solid #e60033;
    border-bottom: 2px solid #e60033;
}
}
@media screen and (max-width:480px) {
.recruit {
    padding: 150px 0;
    background-size: auto 100%;
}
}

.recruit_box06 h3 {
    margin-top: 6vw;
    font-size: 3.13vw;
    text-align: center;
    font-weight: 500;
}
.recruit_box06 h3::before {
    content: ' ';
    margin-right: 1vw;
    padding: 1.2vw;
    background-image: url(../images/top_company03.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.recruit_box06 h3::after {
    content: ' ';
    margin-left: 1vw;
    padding: 1.2vw;
    background-image: url(../images/top_company03.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.recruit_box06 h4{
    font-size: 1.67vw;
    font-weight: 500;
    line-height: 170%;
    text-align: center;
    margin-top: 2vw;
}

.recruit_box06 p {
    display: block;
    width:41%;
    margin: 1vw auto 0;
    font-size: 1.26vw;
    font-weight: 500;
    line-height: 170%;
}

.recruit_box06_short {
    width: 520px;
    margin-top: 1vw;
    margin-right: auto;
    margin-left: auto;

    @media screen and (max-width:480px) {
        width: 320px;

    }

    img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:480px) {
    .recruit_box06 {
        padding: 5vw 0 10vw;
    }
    .recruit_box06 h3 {
        margin-top: 3vw;
        font-size: 6vw;
    }
    .recruit_box06 h3::before {
        padding: 2.5vw;
    }
    .recruit_box06 h3::after {
        padding: 2.5vw;
    }
    .recruit_box06 p {
        width:80%;
        font-size: 4vw;
    }
    .recruit_box_btn01 {
        margin: 3vw 0 0 auto;
    }
}