
.message_container {
    /* background: linear-gradient(to left, transparent 0%, transparent 60%, #fff 100%), url(../images/recruit/message/message01.png);
    background-position: top right;
    background-size: 60%;
    background-repeat: no-repeat; */
    padding: 110px 0 80px;
    text-align: center;
    font-weight: bold;
    color: #095133;
    background: #f1f8e9;
}
.message_container h1 {
    font-size: 30px;
    margin: 10px 0;
}
.message_container p {
    font-size: 20px;
}
.message_box_wrap {
    padding: 60px 0 80px;
    background: #F6F6F6;
}
.message_box {
    width: 70%;
    min-width: 690px;
    margin: 0 auto;
    margin-top: -120px;
    padding: 20px 0;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

/* .message_box.right {
    justify-content: flex-end;
}
.message_box.left {
    justify-content: flex-start;
} */

/* .message_box .box_img {
    width: 37%;
    object-fit: contain;
} */
.message_sub-box {
    padding: 3vw 12%;
    z-index: 10;
    position: relative;
}
.maskot {
    position: absolute;
    z-index: 1;
    /* width: 150px; */
    /* width: 10vw;
    max-width: 130px;
    min-width: 100px; */
}
#maskot1 {
    width: 130px;
    top: -160px;
    left: 4vw;
}
#maskot2 {
    width: 130px;
    top: -40px;
    right: 10px;
}
#maskot3 {
    width: 130px;
    bottom: 15px;
    left: 11vw;
}
.box_title {
    height: 3.5vw;
    max-height: 50px;
    min-height: 35px;
}
/* .box_title.message {
    height: 8.5vw;
} */
h3 {
    font-size: 23px;
}
.role_title .br2 {
    display: none;
}
.message_sub-box p {
    line-height: 2;
    text-align: justify;
}
.message_sub-box span {
    font-weight: bold;
    color: #095133;
}
.message_box2 {
    background: #4f8f5b;
    color: white;
    padding: 70px 100px 150px;
    position: relative;
}
.message_box2 .header_box {
    display: flex;
    justify-content: space-around;
    padding-bottom: 30px;
}
.message_box2 .header_box h3 {
    font-size: 2.5vw;
    margin-top: 15px;
}
.message_box2 .header_box_img {
    display: flex;
    width: 45%;
    justify-content: end;
}
.message_box2 .header_box_img img {
    height: 13vw;
    max-height: 165px;
    min-height: 62px;
    padding: 0 10px;
}
.message_box2 h3 {
    white-space: nowrap;
}
.message_box2 .contents_box {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding: 20px 70px;
    border-left: solid 1px white;
    border-right: solid 1px white;
    position: relative;
}
.message_box2 .contents_box p {
    font-size: 17px;
    line-height: 1.7;
    /* width: 70%; */
    /* padding: 20px 70px; */
    /* margin: 0 auto; */
    /* border-left: solid 1px white;
    border-right: solid 1px white; */
    /* position: relative; */
}
.message_box2 .contents_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4%;
    height: 100%;
    border-top: solid 1.5px white;
    border-bottom: solid 1.5px white;
    box-sizing: border-box;
}
.message_box2 .contents_box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4%;
    height: 100%;
    border-top: solid 1.5px white;
    border-bottom: solid 1.5px white;
    box-sizing: border-box;
}

/* .entry_container {
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 4vw 0;
    position: relative;
}
.entry_container::after {
    content: "";
    position: absolute;
    z-index: -10;
    top: 3.5vw;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f9c048;
}
.entry_container .box_title {
    position: absolute;
    height: 6vw;
    max-height: 200px;
}
.entry_container .staff_wrap {
    display: none;
}
.entry_container img.recruit_staff {
    width: 25%;
    object-fit: contain;
    margin-top: auto;
}
.entry_container .btn_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    margin-top: 5.5vw;
}
.entry_container .btn {
    margin: 10px 0;
}
.entry_container .btn a {
    color: #eaa42c;
    background: white;
    padding: 14px 45px;
    padding-right: 65px;
    font-size: 1.8vw;
    position: relative;


}
.circle-arrow {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #eaa42c;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.circle-arrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 3px white;
    border-right: solid 3px white;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 20%;
} */
@media screen and (min-width: 1300px) {
    /* .message_sub-box {
        padding: 0 70px;
    } */
    .message_box2 .header_box h3 {
        font-size: 35px;
    }
}
@media screen and (max-width: 980px) {
    .message_container div {
        font-size: 2vw;
    }
    #maskot1 {
        /* width: 120px; */
        width: 13vw;
        min-width: 80px;
        top: -17vw;
    }
    #maskot2 {
        width: 13vw;
        min-width: 80px;
        right: 20px;
    }
    #maskot3 {
        width: 13vw;
        min-width: 80px;
    }
    .message_sub-box p {
        font-size: 14px;
    }
    .message_box2 {
        padding: 70px 70px 150px;
    }
    .message_box2 .header_box {
        justify-content: space-between;
    }
    .message_box2 .header_box h3 {
        font-size: 22px;
    }
    .message_box2 .contents_box {
        width: 80%;
        padding: 20px 8%;
    }
    .message_box2 .contents_box p {
        /* width: 80%; */
        /* padding: 20px 8%; */
        font-size: 15px;
    }
}
@media screen and (max-width: 780px) {
    .message_container {
        padding: 80px 0;
        /* background: linear-gradient(to left, transparent 0%, transparent 50%, #fff 100%), url(../images/recruit/message/message01.png);
        background-position: top right;
        background-size: 65%;
        background-repeat: no-repeat;
        min-height: 300px; */
    }
    /* .message_container div {
        padding: 110px 100px 30px 7vw;
        font-size: 2vw;
    } */

    .message_container h1 {
        font-size: 27px;
    }
    .message_box {
        width: 85%;
        min-width: auto;
        min-width: initial;
    }
    #maskot1 {
        top: -130px;
    }
    #maskot3 {
        left: 5vw;
    }
    .message_box2 {
        padding: 70px 70px 130px;
    }
    .message_box2 .header_box_img img {
        padding: 0 5px;
    }
    /* .entry_container {
        margin: 30px 0;
        min-height: 210px;
    }
    .entry_container .box_title {
        height: 7vw;
        min-height: 45px;
    }
    .entry_container .btn a {
        width: 100%;
        box-sizing: border-box;
        padding: 14px 30px;
        padding-right: 50px;
    } */
}
@media screen and (max-width: 700px) {
    .message_box {
        padding: 35px 0;
    }
    /* .box_title.message {
        height: 13.5vw;
    } */
    h3 {
        font-size: 21px;
    }
    .message_box .box_img {
        width: 80%;
    }
    .message_box.right img {
        margin-left: auto;
    }
    .message_box.left img {
        margin-right: auto;
    }
    .message_box.left .message_sub-box {
        margin-left: auto;
    }
    .message_box2 {
        padding: 50px 50px 130px;
    }
    /* .message_box2 .header_box_img img {
        padding: 0 5px;
    } */
    .message_box2 .contents_box {
        width: 100%;
        padding: 20px 6%;
        box-sizing: border-box;
    }
    .message_box2 .contents_box p {
        /* width: 100%;
        padding: 20px 6%; */
        /* box-sizing: border-box; */
        font-size: 14px;
        text-align: left;
    }
    /* .entry_container {
        justify-content: space-around;
    }
    .entry_container .btn_wrap {
        width: 45%;
    }
    .entry_container .btn a  {
        font-size: 14px;
    } */
}
@media screen and (max-width: 600px) {
    .message_container {
        background-size: cover;
    }
    .message_container h1 {
        font-size: 20px;
    }
    /* .message_container div {
        box-sizing: border-box;
        height: 300px;
        background: linear-gradient(to right, white, transparent);
    } */
    .message_container p {
        font-size: 15px;
    }
    .message_box2 {
        padding: 50px 50px 110px;
    }
    .message_box2 .header_box {
        justify-content: space-around;
    }
    .message_box2 .header_box h3 {
        font-size: 17px;
    }
    /* .entry_container {
        flex-direction: column;
        align-items: center;
    }
    .entry_container .box_title {
        position: relative;
    }
    .staff1 {
        display: none;
    }
    .entry_container .staff_wrap {
        display: block;
    }
    .entry_container img.recruit_staff {
        width: 143px;
        vertical-align: bottom;
    }
    .entry_container .btn_wrap {
        width: 265px;
    }
    .entry_container .btn a {
        padding-left: 20px;
    }
    .circle-arrow {
        right: 10px;
        width: 22px;
        height: 22px;
    }
    .circle-arrow::before {
        width: 6px;
        height: 6px;
        margin-top: -4px;
        left: 22%;
    } */
}
@media screen and (max-width: 480px) {
    .message_container {
        padding-top: 80px;
    }
    .message_container h1 {
        margin: 4px 0;
    }
    .message_container p {
        font-size: 13px;
    }
    h3 {
        font-size: 19px;
    }
    .message_box {
        width: 90%;
        padding: 20px 0;
    }
    .message_sub-box {
        width: 100%;
        box-sizing: border-box;
    }
    .message_sub-box p {
        font-size: 13px;
        line-height: 1.7;
        letter-spacing: 0.05em;
    }
    #pbwide {
        padding-bottom: 8vw;
    }
    #maskot1 {
        left: 2vw;
    }
    .message_box2 {
        padding: 8%;
        padding-bottom: 100px;
    }
    .message_box2 .header_box {
        flex-direction: column;
    }
    .message_box2 .header_box_img {
        width: 100%;
        justify-content: center ;
    }
    .message_box2 .contents_box p {
        font-size: 13px;
    }
}
@media screen and (max-width: 400px) {
    h3 {
        font-size: 18px;
    }
    .role_title .br1 {
        display: none;
    }
    .role_title .br2 {
        display: block;
    }
    .reason_title br {
        display: none;
    }
    .message_box {
        /* width: 90%; */
    }
    .message_sub-box p {
        line-height: 1.7;
    }
}