.recruit_page {
    padding-top: 60px;
    width: 100%;
    /* max-width: 1260px; */
    margin: 0 auto;
}

.recruit_page::after {
    content: '';
    position: absolute;
    background-image: url(../img/company/bg_company_top.jpg);
    max-height: 880px;
    width: 46%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    top: 0;
    right: 0vw;
    background-repeat: no-repeat;
    z-index: -1;
}

.wrap_recruit_top {
    position: relative;
}

.wrap_recruit_top::before {
    content: '';
    position: absolute;
    background-image: url(../img/contact/bg_contact.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100vw;
    height: 100vw;
    top: 0vw;
    z-index: -1;
}

.col_recruit_top {
    width: 87%;
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
}


.deco .deco_recruittop {
    width: 128px;
    height: 150px;
    overflow: hidden;
    background-image: url(../img/company/deco_water_companytop.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 95%;
    top: -20px;
    left: 44%;
    margin-left: 0;
    z-index: -1;
}

.recruit_page .ttl_recruit {
    max-width: 301px;
    margin: 65px 0 0 0;
    letter-spacing: -13px;
}

.recruit_page .ttl_recruit img {
    transform: translateX(-12%);
    height: 69px;
    width: auto;
}

.recruit_page .ttl_recruit .ja {
    margin: 15px 0 0 0;
    letter-spacing: 1.3px;
    font-size: 17px;
}

.recruit_page .ttl_recruit .ja {
    position: relative;
}

.recruit_page .ttl_recruit .ja:has(span.active)::after {
    content: '';
    position: absolute;
    width: 41px;
    height: 1px;
    background-color: #000;
    top: 50%;
    left: 81px;
    animation: opac 2s both;
    opacity: 0;
}

@keyframes opac {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.col_recruit_top .flex_box {
    display: flex;

}

.col_recruit_top .flex_box .left {
    width: 47%;
    margin: 45px 0 0 0;
}

.col_recruit_top .flex_box .left .txtarea {
    max-width: 479px;
}

.col_recruit_top .flex_box .right {
    width: 48%;
    margin: 0 0 0 5%;
}

.leftarea_bottom .mds,
.leftarea_bottom .tel {
    font-size: 20px;
    font-weight: bold;
    color: #004182;
}

.leftarea_bottom .mds {
    margin: 0 1em 0 0;
    position: relative;
}

.leftarea_bottom .mds::before {
    content: '';
    position: absolute;
    background-image: url(../img/contact/icon_tel.svg);
    width: 22px;
    height: 22px;
    top: 5px;
    left: -27px;
}

.leftarea_bottom {
    max-width: 479px;
    margin: 30px 0px 0 35px;
}

.leftarea_bottom .recept {
    position: relative;
    margin: 15px 0 0 0;
    padding: 0 0 0 16px;
}

.leftarea_bottom .recept::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #004182;
    left: -2px;
}

.col_recruit_top .flex_box .right_flex {
    display: flex;
}

.col_recruit_top .flex_box .right .img1 {
    max-width: 142px;
    transform: translateY(-6%);
}

.col_recruit_top .flex_box .right .img2 {
    max-width: 142px;
    transform: translateY(-31%);
    margin: 0 23px;
}

.col_recruit_top .flex_box .right .img3 {
    max-width: 142px;
    transform: translateY(-16%);
}

#btn_scroll {
    position: absolute;
    right: 45px;
    top: 90%;
    max-height: 50px;
    text-decoration: none;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #140000;
}

#btn_scroll a {
    color: #0090df;
}

#btn_scroll a:hover {
    text-decoration: none;
}

#btn_scroll .arrow-right {
    color: #0090df;
    border-radius: 50%;
    border: solid 1px #0090df;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: 16px;
    position: relative;
    overflow: hidden;
}

.arrow-right::before,
.arrow-right::after {
    content: "→";
    position: absolute;
    top: 1px;
    right: 7px;
    animation-fill-mode: both;
    animation-duration: 0.4s;
    font-size: 12px;
}

#btn_scroll .arrow-right::before,
#btn_scroll .arrow-right::after {
    top: 1.5px;
    right: 9px;
}


#btn_scroll:hover .arrow-right {
    background-color: #0090df;
    border: solid 1px #0090df;
    color: #fff;
    transition: 0.2s;
}

#btn_scroll:hover .arrow-right::before {
    animation-name: move_left_center;
    animation-delay: 0.2s;
}

#btn_scroll:hover .arrow-right::after {
    animation-name: move_center_right;
    animation-delay: 0.2s;
}

@keyframes move_left_center {
    0% {
        transform: translateX(-180%);
    }

    100% {
        transform: translateX(0);
    }
}

.job_wrap {
    position: relative;
}

.job_wrap::before {
    content: '';
    position: absolute;
    background-image: url(../img/contact/bg_contact2.svg);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: center;
    width: 100vw;
    height: 100vw;
    top: 40vw;
    z-index: -1;
}

.job {
    width: 90%;
    max-width: 1260px;
    margin: 90px auto 0;
    padding: 90px 0;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #c5c6c6;
}

.job_mds {
    text-align: center;
}

.job_mds span {
    color: #004182;
}

.job-navi {
    display: flex;
    max-width: 1260px;
    margin: 55px auto 70px;
    padding: 0;
    justify-content: space-evenly;
}

.job-navi li {
    padding: 5px 10px 3px 25px;
    border: 1px solid #000;
    position: relative;
}

.job-navi li:nth-child(2) {
    padding-right: 22px;
}

.job-navi li:nth-child(3) {
    padding-right: 16px;
}

.job-navi li:nth-child(4) {
    padding-right: 22px;
}

.job-navi li:nth-child(4) {
    padding-right: 16px;
}

.job-navi a {
    background-color: rgba(255, 255, 255, 0.7);
}

.job-navi a li.last {
    border-right: 1px solid #000;
}

.job-navi li::after {
    content: '>';
    position: absolute;
    top: 5px;
    left: 11px;
    transition: 0.2s;
}

.job-navi li:hover::after {
    left: 14px;
}

.job-navi span.fulltime {
    background-color: #004182;
    color: #fff;
    padding: 1px 5px;
    margin: 0 6px;
}


.job-navi span.part {
    background-color: #00a0e9;
    color: #fff;
    padding: 1px 5px;
    margin: 0 6px;
}

.border {
    width: 90%;
    margin: 50px auto 0;
    border-top: 1px solid #c7c7c7;
    position: relative;
}

.border:after {
    content: '';
    position: absolute;
    width: 20%;
    height: 1px;
    background-color: #0090df;
    top: -1.5px;
}

.job_list {
    max-width: 1260px;
    width: 90%;
    margin: 0 0% 0 9%;
    position: relative;
}

.job_list::before {
    /* 閉じている時 */
    content: "＋";
    position: absolute;
    right: 80px;
    color: #0090df;
    font-weight: bold;
}

.job_list.active::before {
    /* 開いている時 */
    content: "－";
    color: #0090df;
    font-weight: bold;
}

.job_name {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 0 0;
    padding-left: 47px;
}

.job_name.fulltime .fulltime {
    position: absolute;
    font-size: 13px;
    background-color: #004182;
    color: #fff;
    left: -4%;
    top: 8px;
    padding: 0px 4px;
}



.job_name.part .part {
    position: absolute;
    font-size: 13px;
    background-color: #00a0e9;
    color: #fff;
    left: -4.5%;
    top: 8px;
    padding: 0px 4px;
}

.job_list dl.job_detail {
    display: none;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.job_list.active dl.job_detail {
    display: flex;
    opacity: 1.0;
    visibility: inherit;
}

.job_detail .attention {
    color: #ea5504;
    margin-top: 15px;
}

.job_list dt {
    width: 20%;
    padding: 30px 0 30px 20px;
    margin: 0 0 0 0;
    border-bottom: 1px solid #c7c7c7;
}

.job_list dt span {
    max-width: 84.2px;
    display: block;
    text-align: justify;
    text-align-last: justify;
    color: #ea5504;
}

.job_list dd {
    width: 70%;
    margin: 0 0 0 0;
    padding: 30px 0 30px 20px;
    border-bottom: 1px solid #c7c7c7;
}

.job_list dd.off{
	display: flex;
}

.job_list dd.off .txt_off{
	margin: 0 20px 0 0;
}


.job_list dt:first-child {
    border-top: 1px solid #c7c7c7;
    margin-top: 50px;
}

.job_list dd.first {
    border-top: 1px solid #c7c7c7;
    margin-top: 50px;
}

.job_list dd.off a .calendar{
	background-color: #fff;
    border-radius: 5px;
    padding: 0 2% 0px 11%;
    width: 15vw;
    max-width: 120px;
    min-width: 120px;
    text-align: center;
    position: relative;
    border: solid 1px #ea5504;
}

.job_list dd.off a .calendar::before{
	content: '';
    position: absolute;
    background-image: url(../img/calendar.svg);
    background-repeat: no-repeat;
    top: 12%;
    left: 7%;
    width: 21px;
    height: 21px;
}

.job_list dd.off a .calendar::after{
	content: '→';
    position: absolute;
    top: 0;
    right: 5%;
}

.job_list dd.off a:hover .calendar::after{
	right: 3%;
    transition: 0.2s;
}

.job_list .flex_box {
    display: flex;
}

.job_list .flex_box .left {
    margin-right: 15%;
}

.job_list .list_treat {
    max-width: 540px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
}

.job_list .list_treat li {
    width: 50%;
}

dl.job_detail dl.yugu {
    display: flex;
    margin: 0;
    padding: 0;
    border: none;
}

dl.job_detail dl.yugu dt {
    margin: 0;
    padding: 0;
    border: none;
    width: fit-content;
    min-width: 55px;
}

dl.job_detail dl.yugu dd {
    margin: 0;
    padding: 0;
    border: none;
}

.btnarea_recruit {
    margin: 50px 10% 65px 1%;
    padding: 0;
    text-align: center;
    opacity: 0;
    display: none;
}

.btnarea_recruit .btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 240px;
    height: 52px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 10px 0 0;
    color: #000;
    border: 1px solid #0090df;
    cursor: pointer;
    position: relative;
}

.btnarea_recruit span.arrow {
    position: absolute;
    background-image: url(../img/contact/contact_arrow.svg);
    background-repeat: no-repeat;
    top: 21px;
    left: 68%;
    width: 22px;
    height: 15.5px;
}

.job_list.active .btnarea_recruit {
    opacity: 1;
    display: block;

}

.btnarea_recruit .btn1:hover {
    background-color: transparent;
}

/*-------------------------deco----------------------*/

.deco.recruit {
    position: relative;
    z-index: -1;
}

.deco_recruit_pipe {
    width: 733px;
    height: 301px;
    overflow: hidden;
    background-image: url(../img/company/deco_pipe_project2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -150px;
    left: 40%;
    margin-left: -980px;
    z-index: 0;
}

.deco_recruit_water {
    width: 84px;
    height: 105px;
    overflow: hidden;
    background-image: url(../img/company/deco_water_profile2.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 469px;
    left: 50%;
    margin-left: -678px;
    z-index: -1;
}

.deco_recruit_water2 {
    width: 120px;
    height: 127px;
    overflow: hidden;
    background-image: url(../img/company/deco_water_profile.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 1840px;
    left: 9%;
    margin-left: -168px;
    z-index: -1;
}


.deco_recruit_water3 {
    width: 120px;
    height: 127px;
    overflow: hidden;
    background-image: url(../img/company/deco_water_profile.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 610px;
    left: 87.3%;
    margin-left: 0;
    z-index: -1;
}








/*****************レスポンシブ*************************/

@media print,
screen and (max-width: 1500px) {
    #btn_scroll {
        right: -75px;
    }
}

@media print,
screen and (max-width: 1000px) {
    .job-navi {
        flex-direction: column;
        margin: 25px 0 70px 5%;
        padding: 0;
    }

    .job-navi li {
        width: fit-content;
        margin: 0 0 15px 0;
    }

    .job-navi a {
        background-color: transparent;
        display: inline-block;
        width: fit-content;
    }

}

@media print,
screen and (max-width: 850px) {

    .deco_recruit_water {
        background-size: 9vw;
        top: 894px;
        left: -3%;
        margin-left: 0;
        z-index: -1;
    }

    .deco_recruit_water2 {
        background-size: 9vw;
        top: 1840px;
        left: -4%;
        margin-left: -0;
        z-index: -1;
    }

    .recruit_page::after {
        max-height: 770px;
    }

    .wrap_recruit_top::before {
        top: 70%;
    }

    .deco .deco_recruittop {

        top: -20px;
        left: 70%;
        margin-left: 0;
        z-index: -1;
    }

    .col_recruit_top {
        padding: 0;
    }

    .col_recruit_top .flex_box {
        display: flex;
        flex-direction: column-reverse;
    }

    .col_recruit_top .flex_box .left {
        width: 100%;
    }

    .col_recru  it_top .flex_box .left .txtarea {
        max-width: none;
    }

    .leftarea_bottom {
        margin: 0 auto;
        max-width: none;
    }

    .box_mds-tel {
        max-width: 250px;
        margin: 0 auto;
    }



    .col_recruit_top .flex_box .right_flex {
        /* justify-content: center; */
    }

    .col_recruit_top .flex_box .right {
        width: 100%;
        margin: 150px auto 0;
        transform: translateX(-7.6%);
    }



    .col_recruit_top .flex_box .right .img2 {
        margin: 0 3%;
    }

    .col_recruit_top .flex_box .left .recruit_top_txt {
        max-width: none;
        margin: 40px auto;
    }


    #btn_scroll {
        top: 53%;
        right: -75px;
    }

    .job_list {
        width: 90%;
        padding: 0 0 15px 0;

    }
}


@media print,
screen and (max-width: 700px) {

    .wrap_recruit_top::before {
        top: 85%;
    }

    .deco_recruit_pipe {
        width: 733px;
        height: 301px;
        overflow: hidden;
        background-image: url(../img/company/deco_pipe_project2.png);
        background-repeat: no-repeat;
        background-size: 40vw;
        position: absolute;
        top: -4vw;
        left: -25vw;
        margin-left: 0;
        z-index: -1;
    }

    .deco_recruit_water3 {
        background-size: 9vw;
        top: 1010px;
        left: 87.3%;
    }




    .recruit_page .ttl_recruit {
        max-width: 100vw;
        margin: 30px 0 0 0;
    }

    .recruit_page .ttl_recruit img {
        height: 46px;
        width: auto;
    }

    .col_recruit_top .flex_box .right {
        width: 100%;
        margin: 150px 0 0 0;
        transform: translateX(-8%);
    }

    .job_wrap::before {
        width: 100vw;
        height: 100vw;
        top: 1020px;
        z-index: -1;
    }


    .job {
        margin: 60px auto;
        padding: 30px 0;
    }

    .job_mds {
        text-align: center;
        width: 90%;
        margin: 0 1% 0 9%;
    }

    .job-navi {
        margin: 25px 0 20px 5%;
        padding: 0;
    }

    .border {
        margin: 0px auto 0;
    }

    .job_list {
        width: 90%;
        padding: 0 0 15px 0;
        margin: 0 auto;
    }

    .job_list::before {
        right: 0;
        top: 24px;
    }

    .job_name {
        margin: 20px 0 0 0;
        padding-left: 0;
    }

    .job_list.active dl.job_detail {
        flex-direction: column;
    }

    .job_list dt {
        width: 100%;
        padding: 10px 0 0 5px;
        margin: 0;
        border-bottom: none;
    }

    .job_list dt span {
        max-width: none;
        display: block;
        text-align: left;
        text-align-last: left;
        letter-spacing: 5px;
    }

    .job_list dt:first-child {
        margin-top: 25px;
    }

    .job_list dd {
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 10px 1.25em;
        border-bottom: 1px solid #c7c7c7;
    }

    .job_list dd.first {
        margin-top: 0;
        border-top: none;
    }

    .job_name.fulltime .fulltime,
    .job_name.part .part {
        position: static;
    }

    .job_list .flex_box {
        flex-direction: column;
    }

    /* .job_list .list_treat {
        flex-direction: column;
    } */

    .job_list .list_treat li {
        width: 100%;
    }

    .job_detail .attention {
        margin-top: 0;
    }






    .btnarea_recruit {
        margin: 30px 0 40px 0;
    }
}

@media print,
screen and (max-width: 550px) {

    #btn_scroll {
        top: 50%;
        right: -60px;
    }

    .radio_flex {
        flex-wrap: wrap;
    }

    .radio_flex .job_radio {
        width: 50%;
    }

    .radio_flex .job_radio:last-child {
        width: 100%;
    }
}

@media print,
screen and (max-width: 400px) {

    #btn_scroll {
        top: 40%;
    }

    .job-navi li {
        font-size: clamp(10px, 3.5vw, 15px);
    }
}