@charset "UTF-8";

/*===========================
reset
===========================*/
h3 {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h5 {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.main_mail,
.main_tel,
.mouse-stalker {
    display: none;
}

#box_recruit {
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    margin: 0 auto 3%;
    padding: 0;
    width: 100%;
}
#box_recruit main {
    margin: 3% auto 3%;
    padding: 0;
    width: 100%;
    position: relative;
}
#box_recruit main .swiper {
    background: #e2e7ee;
    padding: 25px 25px 15px 25px;
    margin: 0 0 0 auto;
    width: 70%;
}
#box_recruit main .swiper-wrapper {
    position: relative;
}
#box_recruit main .swiper-wrapper:before {
    content: "";
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.swiper-fade .swiper-slide {
    overflow: hidden;
}
#box_recruit main .main_wrap {
    margin: 0 auto;
    padding: 0;
    max-width: 1070px;
    width: 95%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}
#box_recruit main .main_text {
    margin: 10% 0 3%;
    padding: 0;
    width: 100%;
}
#box_recruit main .main_text h1 {
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-size: 54px;
    font-weight: bold;
    line-height: 1.6em;
    text-align: left;
    margin: 0 0 20px;
}
#box_recruit main .main_text h2 {
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    font-size: 26px;
    text-align: left;
    padding: 0 0;
}
#box_recruit main .main_anchor {
    background: #fff;
    border: 1px solid #333;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 10%;
    left: 0;
    padding: 10px;
    width: fit-content;
}
#box_recruit main .main_anchor li {
    margin: 0;
    padding: 0 15px 0 15px;
    position: relative;
}
#box_recruit main .main_anchor li .fa-solid {
    display: block;
    color: #333;
    width: 8px;
}
#box_recruit main .main_anchor li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    padding: 0;
}
#box_recruit main .main_anchor li a:before {
    content: "";
    background: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 5px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    transition: all ease 0.8s;
}
#box_recruit main .main_anchor li a:hover:before {
    top: calc(50% + 5px);
}
#box_recruit .inner {
    margin: 0 auto 6%;
    padding: 0;
    max-width: 1200px;
    width: 95%;
}

#com .add1{
    background:#f6f6ea;
    padding:1% 2%;
    margin: 1% 0;
}
#com .add2{
    border-bottom: 1px dashed #ccc;
    margin: 2% 0;
    padding: 0 0 10px;
}
#com .add3{
    margin: 0;
}
#com .add4{
    margin: 2% 0 0;
}
#com .add .ballon{
    width: 100%;
    position:relative;
}
#com .add .ballon span{
    background:#fff1f4;
    border-radius:100px;
    color:#6c6c6c;
    font-size:0.9em;
    font-weight:500;
    display: inline-block;
    width:fit-content;
    padding:0 20px;
}
#com .add h4{
    font-size:1.0em;
}

@media screen and (min-width: 641px),print {
    #box_recruit .inner h3 {
        border-bottom: 3px solid #006eb6;
        border-left: 3px solid #006eb6;
        color: #006eb6;
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
        font-size: 24px;
        text-align: left;
        margin: 0 2% 5% 0;
        padding: 0 0 0 30px;
        width: calc(38% - 30px);
        position: relative;
    }

    #box_recruit .inner h3:after {
        content: "";
        background: #006eb6;
        border-radius: unset;
        width: 3px;
        height: 25px;
        position: absolute;
        top: unset;
        left: unset;
        bottom: -7px;
        right: 7px;
        transform: rotate(-50deg);
    }

    #box_recruit .inner h4 {
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
        font-size: 18px;
        text-align: left;
        margin: 0 0 5%;
        width: 58%;
    }

    #box_recruit #catch {
        margin: 0 auto 5%;
        padding: 10px 0;
        max-width: 1200px;
        width: 95%;
        position: relative;
    }

    #box_recruit #catch:before {
        content: "";
        background: url(images/bg01.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 300px;
        height: 300px;
        position: absolute;
        top: 0;
        left: 5%;
        z-index: -1;
    }

    #box_recruit #catch h3:after {
        display: none;
    }

    #box_recruit #catch h3 {
        color: #006eb6;
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
        font-size: 24px;
        line-height: 1.8em;
        text-align: left;
        margin: 0 0 3% auto;
        padding: 0 50px 0 0;
        width: calc(80% - 50px);
    }

    #box_recruit #catch h4 {
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
        font-size: 18px;
        line-height: 1.6em;
        text-align: left;
        margin: 0 0 0 auto;
        padding: 0 50px 0 0;
        width: calc(75% - 50px);
    }
    #box_recruit #benefits{
        width: 100%;
        margin: 1rem auto 3rem;
    }
    #box_recruit #benefits picture,
    #box_recruit #benefits picture img{
        width: 100%;
    }

    #box_recruit #gyomu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    #box_recruit #gyomu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    #box_recruit #gyomu ul li {
        font-size: 18px;
        width: 30%;
    }

    #box_recruit #gyomu ul li:first-child {
        background: rgba(211, 219, 229, 0.5);
        border-radius: 30px;
        font-size: 16px;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        padding: 20px 30px 20px;
    }

    #box_recruit #timeline {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    #box_recruit #timeline .timeline-bar {
        background: #fff;
        border: 1px solid #fbb03b;
        border-radius: 30px;
        margin: 0 1% 5%;
        padding: 20px 0;
        width: 45%;
        position: relative;
    }

    #box_recruit #timeline .timeline-bar:after {
        content: "";
        background: #f7eeda;
        border-radius: 30px;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: -20px;
        right: -20px;
        z-index: -1;
    }

    #box_recruit #timeline .timeline-bar h5 {
        background: #fff;
        border: 1px solid #fbb03b;
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
        text-align: center;
        margin: 0 auto 8%;
        padding: 5px 0;
        width: 85%;
    }

    #box_recruit #timeline .timeline-bar dl {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 0 0 40px 40px;
        width: calc(90% - 40px);
        position: relative;
    }

    #box_recruit #timeline .timeline-bar dl:after {
        content: "";
        background: #fbb03b;
        width: 1px;
        height: 25px;
        position: absolute;
        bottom: 12px;
        left: 15px;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(5):after {
        height: 55px;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(8):after {
        display: none;
    }

    #box_recruit #timeline .timeline-bar dl:before {
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(2):before {
        background: url(images/time01.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(3):before {
        background: url(images/time02.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(4):before {
        background: url(images/time03.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(5):before {
        background: url(images/time04.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(6):before {
        background: url(images/time05.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(7):before {
        background: url(images/time06.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(8):before {
        background: url(images/time07.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #box_recruit #timeline .timeline-bar dl dt {
        background-image: linear-gradient(to right, #333, #333 6px, transparent 6px);
        background-size: 12px 1px;
        background-position: left bottom;
        background-repeat: repeat-x;
        text-align: left;
        margin: 0 0;
        width: 20%;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(5) dt,
    #box_recruit #timeline .timeline-bar dl:nth-child(8) dt {
        background: none;
        width: 100%;
    }

    #box_recruit #timeline .timeline-bar dl dd {
        background-image: linear-gradient(to right, #333, #333 6px, transparent 6px);
        background-size: 12px 1px;
        background-position: left bottom;
        background-repeat: repeat-x;
        text-align: left;
        padding: 0 0 5px 0;
        width: 80%;
        position: relative;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(5) dd,
    #box_recruit #timeline .timeline-bar dl:nth-child(8) dd {
        width: 100%;
    }

    #box_recruit #timeline .timeline-image {
        margin: 0 0 5%;
        width: 48%;
        position: relative;
    }

    #box_recruit #timeline .timeline-image img {
        width: 74%;
    }

    #box_recruit #timeline .timeline-text {
        width: 100%;
        position: relative;
    }

    #box_recruit #timeline .timeline-text:before {
        content: "";
        background: url(images/bg03.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 300px;
        height: 300px;
        position: absolute;
        top: 0;
        left: 5%;
        z-index: -1;
    }

    #box_recruit #timeline .timeline-text p {
        color: #006eb6;
        font-size: 18px;
        text-align: left;
        margin: 0 0 0 auto;
        padding: 50px 0 70px 50px;
        width: calc(80% - 50px);
        position: relative;
    }

    #box_recruit #timeline .timeline-text ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 85%;
    }

    #box_recruit #timeline .timeline-text ul li {
        background: #fff;
        border: 3px solid #fbb03b;
        box-sizing: border-box;
        color: #fbb03b;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 1% 1%;
        padding: 5px 10px;
        width: 31%;
        position: relative;
    }

    #box_recruit #timeline .timeline-text ul li img {
        height: 50px;
        width: 50px;
    }

    #box_recruit #timeline .timeline-text ul li p {
        color: #fbb03b;
        font-size: 14px;
        line-height: 1.6em;
        padding: 10px 0 10px 10px;
        width: calc(100% - 60px);
    }

    #box_recruit #timeline .timeline-text ul li p:before {
        display: none;
    }

    #box_recruit #suppliers {
        display: flex;
        flex-wrap: wrap;
    }

    #box_recruit #suppliers .suppliers_list {
        background: #fff;
        border: 1px solid #e6e6e6;
        margin: 0 auto;
        padding: 40px 40px;
        width: 100%;
    }

    #box_recruit #suppliers .suppliers_list ul {
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
        justify-content: center;
        margin: 0 auto 20px;
        max-width: 820px;
        width: 90%;
    }

    #box_recruit #suppliers .suppliers_list ul li {
        width: calc(32% - 40px);
        padding: 0 20px;
    }

    #box_recruit #suppliers .suppliers_list ul li img {
        width: 100%;
    }

    #box_recruit #suppliers .suppliers_list span {
        text-align: right;
        font-size: 12px;
        width: 95%;
        display: block;
        margin: 0 auto 5%;
    }

    #box_recruit #suppliers .suppliers_list p {
        text-align: left;
        margin: 0 auto 0;
        padding: 0;
        width: 80%;
    }

    #box_recruit #interview {
        background: #e2e7ee;
        margin: 0 auto 5%;
        padding: 50px 0 50px;
        width: 100%;
    }

    #box_recruit .interview_box {
        background: #fff;
        border-radius: 20px;
        margin: 0 auto;
        padding: 0 0 3%;
        max-width: 1200px;
        width: 95%;
    }

    #box_recruit .interview_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
        padding: 0 0 3%;
        width: 100%;
    }

    #box_recruit #interview h3 {
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
        margin: 2% auto 2%;
        padding: 0;
        width: 100%;
    }

    #box_recruit .interview_box h3:after {
        display: none;
    }

    #box_recruit .interview_box h3 span {
        border-bottom: 3px solid #006eb6;
        color: #006eb6;
        font-size: 27px;
        margin: 0 auto;
        padding: 0 0 10px;
        width: fit-content;
    }

    #box_recruit .interview_wrap ul {
        margin: 0 2%;
        width: 28%;
    }

    #box_recruit .interview_wrap ul li.photo {
        width: 100%;
    }

    #box_recruit .interview_wrap ul li.photo img {
        width: 100%;
    }

    #box_recruit .interview_wrap ul li.name {
        text-align: left;
        margin: 0 auto;
        width: 80%;
    }

    #box_recruit .interview_wrap ul li.join {
        text-align: right;
        margin: 0 auto;
        width: 80%;
    }

    #message {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    #message:after {
        content: "";
        background: #e2e7ee;
        width: 64%;
        height: 40%;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
    }

    #message h3 {
        margin: 0 0 1%;
    }

    #message h4 {
        color: #006eb6;
        font-size: 26px !important;
        text-align: center !important;
        margin: 0;
        padding: 0;
        width: 100% !important;
    }

    #message figure {
        width: 40%;
    }

    #message figure img {
        width: 100%;
    }

    #message p {
        font-size: 16px;
        line-height: 1.6em;
        text-align: left;
        padding: 3% 0 0;
        width: 40%;
    }

    #mainbody {
        margin: 0 auto;
        max-width: 1200px;
        width: 90%;
    }

    #profile h3 {
        border-bottom: 3px solid #006eb6;
        border-left: 3px solid #006eb6;
        color: #006eb6;
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
        font-size: 24px;
        text-align: left;
        margin: 0 2% 3% 0;
        padding: 0 0 0 30px;
        width: calc(38% - 30px);
        position: relative;
    }

    #profile h3:after {
        content: "";
        background: #006eb6;
        border-radius: unset;
        width: 3px;
        height: 25px;
        position: absolute;
        top: unset;
        left: unset;
        bottom: -7px;
        right: 7px;
        transform: rotate(-50deg);
    }

    #profile p.yoko_text {
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
        font-size: 18px;
        text-align: left;
        margin: 0 auto 3%;
        width: 79%;
    }

    #form {
        margin-top: 80px;
    }

    #form input.name_box,
    #form input.tel_box,
    #form input.mail_box {
        width: 50%;
    }

    .form-area input[type="text"],
    .form-area input[type="tel"],
    .form-area textarea {
        margin: 5px 0 5px 0;
    }

    #contact {
        margin-bottom: 100px;
    }

    #FooterFloatingMenu {
        display: block;
        text-align: center;
        margin: 0;
        padding: 0;
        width: 48px;
        height: 100%;
        position: fixed !important;
        right: 0;
        bottom: 0;
        z-index: 999;
    }

    #FooterFloatingMenu ul {
        list-style: none;
        line-height: 1.0em;
        margin: 0;
        padding: 0;
        width: 100%;
        position: absolute;
        bottom: 50%;
        right: 0;
    }

    #FooterFloatingMenu ul li {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        width: 100%;
        position: relative;
    }

    #FooterFloatingMenu li a {
        display: block;
        background: orange;
        box-sizing: border-box;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        letter-spacing: 1.2pt;
        padding: 36px 12px 15px 0;
        width: 100%;
        position: relative;
    }

    #FooterFloatingMenu li a:before {
        content: "";
        background: url(images/icon_form.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 10px;
        left: calc(50% + 3px);
        transform: translate(-50%, 0);
    }

    .privacy {
        text-align: center;
    }

    #confirmation h3:after {
        display: none;
    }

    #submit input[type="submit"],
    .submit input[type="submit"] {
        background: #3498db !important;
        background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
        background-image: -moz-linear-gradient(top, #3498db, #2980b9);
        background-image: -ms-linear-gradient(top, #3498db, #2980b9);
        background-image: -o-linear-gradient(top, #3498db, #2980b9);
        background-image: linear-gradient(to bottom, #3498db, #2980b9) !important;
        -webkit-border-radius: 8;
        -moz-border-radius: 8;
        border: none !important;
        border-radius: 8px;
        color: #ffffff;
        font-size: 18px;
        text-decoration: none;
        margin: 30px auto 0 auto;
        padding: 10px 60px;
        text-align: center;
        cursor: pointer;
        display: block;
    }

    #submit input[type="button"],
    .submit input[type="button"],
    .error input[type="button"] {
        border: none !important;
        border-radius: 8px;
        color: #333;
        font-size: 18px;
        text-decoration: none;
        margin: 30px auto;
        padding: 10px 40px;
        text-align: center;
        cursor: pointer;
        display: block;
    }
}



@media screen and (max-width: 640px) {
    #box_recruit {
        overflow: hidden;
    }

    #box_recruit main {
        margin: 10% auto 10%;
        padding: 0 0 10%;
        height: 130vw;
    }

    #box_recruit main .swiper {
        margin: 0;
        padding: 18% 0 15px 25px;
        position: absolute;
        bottom: 12%;
        right: 0;
    }

    #box_recruit main .main_wrap {
        max-width: unset;
    }

    #box_recruit main .main_text {
        margin: 0 auto;
    }

    #box_recruit main .main_text h1 {
        font-size: clamp(1.75rem, -0.536rem + 11.43vw, 2.25rem);
    }

    #box_recruit main .main_text h2 {
        font-size: 18px;
    }

    #box_recruit main .main_anchor {
        bottom: 0%;
        left: 50%;
        padding: 10px;
        width: 90%;
        transform: translate(-50%, 0);
    }

    #box_recruit main .main_anchor:after {
        content: "";
        background-image: linear-gradient(to right, #333, #333 6px, transparent 6px);
        background-size: 12px 1px;
        background-position: left bottom;
        background-repeat: repeat-x;
        width: 90%;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translate(0, -50%);

    }

    #box_recruit main .main_anchor li {
        padding: 5px 15px 5px 15px;
    }

    #box_recruit .inner {
        margin: 0 auto 10%;
        max-width: unset;
    }

    #box_recruit .inner h3 {
        border-bottom: 3px solid #006eb6;
        border-left: 3px solid #006eb6;
        color: #006eb6;
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
        font-size: clamp(1rem, -0.143rem + 5.71vw, 1.25rem);
        text-align: left;
        margin: 0 2% 5% 0;
        padding: 0 0 10px 30px;
        width: calc(100% - 30px);
        position: relative;
    }

    #box_recruit .inner h3:after {
        content: "";
        background: #006eb6;
        border-radius: unset;
        width: 3px;
        height: 25px;
        position: absolute;
        top: unset;
        left: unset;
        bottom: -7px;
        right: 7px;
        transform: rotate(-50deg);
    }

    #box_recruit .inner h4 {
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
        font-size: clamp(0.875rem, 0.304rem + 2.86vw, 1rem);
        text-align: left;
        margin: 0 auto 10%;
        width: 95%;
    }

    #box_recruit #catch {
        margin: 0 auto 10%;
        padding: 10px 0;
        width: 95%;
        position: relative;
    }

    #box_recruit #catch:before {
        content: "";
        background: url(images/bg01.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 300px;
        height: 300px;
        position: absolute;
        top: 0;
        left: -25%;
        z-index: -1;
    }

    #box_recruit #catch h3:after {
        display: none;
    }

    #box_recruit #catch h3 {
        color: #006eb6;
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
        font-size: clamp(1rem, -0.143rem + 5.71vw, 1.25rem);
        line-height: 1.6em;
        text-align: left;
        margin: 0 auto 8%;
        padding: 0;
        width: 90%;
    }

    #box_recruit #catch h4 {
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
        font-size: clamp(0.875rem, 0.304rem + 2.86vw, 1rem);
        line-height: 1.6em;
        text-align: left;
        margin: 0 auto;
        padding: 0;
        width: 90%;
    }

    #box_recruit #gyomu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    #box_recruit #gyomu ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: 90%;
        position: relative;
    }

    #box_recruit #gyomu ul li {
        font-size: clamp(0.875rem, 0.304rem + 2.86vw, 1rem);
        width: 30%;
    }

    #box_recruit #gyomu ul li:nth-child(1) {
        background: rgba(211, 219, 229, 0.5);
        border-radius: 30px;
        font-size: 16px;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 3%;
        padding: 25px 30px;
        width: calc(100% - 60px);
    }

    #box_recruit #gyomu ul li:nth-child(2),
    #box_recruit #gyomu ul li:nth-child(3) {
        margin: 0 auto;
        width: 48%;
    }

    #box_recruit #timeline {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    #box_recruit #timeline .timeline-bar {
        background: #fff;
        border: 1px solid #fbb03b;
        border-radius: 30px;
        margin: 0 0 12%;
        padding: 20px 0;
        width: 92%;
        position: relative;
    }

    #box_recruit #timeline .timeline-bar:after {
        content: "";
        background: #f7eeda;
        border-radius: 30px;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: -20px;
        right: -20px;
        z-index: -1;
    }

    #box_recruit #timeline .timeline-bar h5 {
        background: #fff;
        border: 1px solid #fbb03b;
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
        text-align: center;
        margin: 0 auto 8%;
        padding: 5px 0;
        width: 85%;
    }

    #box_recruit #timeline .timeline-bar dl {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 0 0 40px 40px;
        width: calc(90% - 40px);
        position: relative;
    }

    #box_recruit #timeline .timeline-bar dl:after {
        content: "";
        background: #fbb03b;
        width: 1px;
        height: 25px;
        position: absolute;
        bottom: 12px;
        left: 15px;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(5):after {
        height: 55px;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(8):after {
        display: none;
    }

    #box_recruit #timeline .timeline-bar dl:before {
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(2):before {
        background: url(images/time01.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(3):before {
        background: url(images/time02.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(4):before {
        background: url(images/time03.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(5):before {
        background: url(images/time04.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(6):before {
        background: url(images/time05.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(7):before {
        background: url(images/time06.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(8):before {
        background: url(images/time07.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #box_recruit #timeline .timeline-bar dl dt {
        text-align: left;
        margin: 0 0;
        width: 100%;
    }

    /*#box_recruit #timeline .timeline-bar dl:nth-child(5) dt,
#box_recruit #timeline .timeline-bar dl:nth-child(8) dt{
    background:none;
    width: 100%;
}*/
    #box_recruit #timeline .timeline-bar dl dd {
        background-image: linear-gradient(to right, #333, #333 6px, transparent 6px);
        background-size: 12px 1px;
        background-position: left bottom;
        background-repeat: repeat-x;
        text-align: left;
        padding: 0 0 5px 0;
        width: 100%;
        position: relative;
    }

    #box_recruit #timeline .timeline-bar dl:nth-child(5) dd,
    #box_recruit #timeline .timeline-bar dl:nth-child(8) dd {
        width: 100%;
    }

    #box_recruit #timeline .timeline-image {
        margin: 0 auto 5%;
        width: 90%;
        position: relative;
    }

    #box_recruit #timeline .timeline-image img {
        width: 74%;
    }

    #box_recruit #timeline .timeline-text {
        width: 100%;
        position: relative;
    }

    #box_recruit #timeline .timeline-text:before {
        content: "";
        background: url(images/bg03.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 300px;
        height: 300px;
        position: absolute;
        top: 0;
        left: -25%;
        z-index: -1;
    }

    #box_recruit #timeline .timeline-text p {
        color: #006eb6;
        font-size: clamp(0.875rem, 0.304rem + 2.86vw, 1rem);
        text-align: left;
        margin: 0 auto 10%;
        padding: 20px 0;
        width: 90%;
        position: relative;
    }

    #box_recruit #timeline .timeline-text p br{
        display: none;
    }

    #box_recruit #timeline .timeline-text ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 100%;
    }

    #box_recruit #timeline .timeline-text ul li {
        background: #fff;
        border: 3px solid #fbb03b;
        box-sizing: border-box;
        color: #fbb03b;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 1% 1%;
        padding: 10px 5px;
        width: 48%;
        position: relative;
    }

    #box_recruit #timeline .timeline-text ul li img {
        display: block;
        height: 40px;
        width: 40px;
        min-width: unset;
        max-width: unset;
    }

    #box_recruit #timeline .timeline-text ul li p {
        font-size: 14px;
        color: #fbb03b;
        margin: 0;
        padding: 0 0 0 10px;
        width: calc(100% - 60px);
    }

    #box_recruit #timeline .timeline-text ul li p:before {
        display: none;
    }

    #box_recruit #suppliers {
        display: flex;
        flex-wrap: wrap;
    }

    #box_recruit #suppliers .suppliers_list {
        background: #fff;
        border: 1px solid #e6e6e6;
        margin: 0 auto;
        padding: 8% 2%;
        width: 100%;
    }

    #box_recruit #suppliers .suppliers_list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2%;
        margin: 0 0 20px;
    }

    #box_recruit #suppliers .suppliers_list ul li {
        width: calc(32% - 40px);
        padding: 0 20px;
        margin: 0 0 3%;
    }

    #box_recruit #suppliers .suppliers_list ul li img {
        width: 100%;
    }

    #box_recruit #suppliers .suppliers_list span {
        text-align: right;
        font-size: 12px;
        width: 95%;
        display: block;
        margin: 0 auto 5%;
    }

    #box_recruit #suppliers .suppliers_list p {
        text-align: left;
        margin: 0 auto 0;
        padding: 0;
        width: 95%;
    }

    #box_recruit #interview {
        background: #e2e7ee;
        margin: 0 auto 10%;
        padding: 8% 0 8%;
        width: 100%;
    }

    #box_recruit .interview_box {
        background: #fff;
        border-radius: 20px;
        margin: 0 auto;
        padding: 5% 0;
        width: 95%;
    }

    #box_recruit .interview_wrap {
        display: flex;
        flex-wrap: wrap;
        margin: 10% auto 0;
        padding: 0;
        width: 95%;
    }

    #box_recruit .interview_box h3 {
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
        margin: 2% auto 2%;
        padding: 0;
        width: 100%;
    }

    #box_recruit .interview_box h3:after {
        display: none;
    }

    #box_recruit .interview_box h3 span {
        border-bottom: 3px solid #006eb6;
        color: #006eb6;
        font-size: 27px;
        margin: 0 auto;
        padding: 0 0 10px;
        width: fit-content;
    }

    #box_recruit .interview_wrap ul {
        margin: 0 2% 5%;
        width: 46%;
    }

    #box_recruit .interview_wrap ul li.photo {
        width: 100%;
    }

    #box_recruit .interview_wrap ul li.photo img {
        width: 100%;
    }

    #box_recruit .interview_wrap ul li.name {
        font-size: 14px;
        text-align: left;
        margin: 1% auto;
        width: 100%;
    }

    #box_recruit .interview_wrap ul li.join {
        font-size: 14px;
        text-align: right;
        margin: 0 auto 1%;
        width: 100%;
    }

    .p-accordion {
        max-width: 700px;
        margin-inline: auto;
    }

    .p-accordion-desc {
        font-size: 15px;
        font-weight: 700;
    }

    .p-accordion__head {
        display: block;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid #333;
        color: #333;
        font-size: 14px;
        margin: 10px auto 20px;
        padding: 0 20px;
        width: calc(80% - 40px);
    }

    .p-accordion__head-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .p-accordion__icon {
        display: block;
        position: relative;
        width: 24px;
        transition: transform 0.25s;
    }

    .p-accordion__icon:before {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        height: 2px;
        background-color: #333;
    }

    .p-accordion__icon:after {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        height: 2px;
        background-color: #333;
    }

    .p-accordion__icon:before {
        left: 3.5px;
        transform: rotate(45deg);
    }

    .p-accordion__icon:after {
        right: 3.5px;
        transform: rotate(-45deg);
    }

    .p-accordion__input input[name=p-accordion__block] {
        display: none;
    }

    .p-accordion__input .p-accordion__block {
        cursor: pointer;
    }

    .p-accordion__input .p-accordion__content {
        height: 0;
        padding: 0 20px;
        overflow: hidden;
        opacity: 0.5;
        background-color: #fff;
        transition: padding 0.25s ease, opacity 0.3s ease 0s;
    }

    .p-accordion__input .p-accordion__content h5 {
        text-align: left;
        line-height: 1.4em;
        margin: 0 0 10px;
        white-space: break-spaces;
    }

    .p-accordion__input .p-accordion__content p {
        font-size: 14px;
        line-height: 1.6em;
        text-align: left;
        margin: 0 0 30px;
    }

    .p-accordion__input .p-accordion__content figure {
        margin: 0 auto 30px;
        width: 80%;
    }

    .p-accordion__input .p-accordion__content figure img {
        width: 100%;
    }

    .p-accordion__input input[name=p-accordion__block]:checked+.p-accordion__head>.p-accordion__head-inner .p-accordion__icon {
        transform: rotate(-180deg);
    }

    .p-accordion__input input[name=p-accordion__block]:checked+.p-accordion__head+.p-accordion__content {
        /*開閉時*/
        height: auto;
        opacity: 1;
        padding: 20px;
        background: #eee;
    }

    #message {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    #message:after {
        content: "";
        background: #e2e7ee;
        width: 100%;
        height: 25%;
        position: absolute;
        bottom: -5%;
        right: 0;
        z-index: -1;
    }

    #message h3 {
        margin: 0 0 1%;
    }

    #message h4 {
        color: #006eb6;
        font-size: clamp(1.25rem, 0.107rem + 5.71vw, 1.5rem) !important;
        text-align: center !important;
        margin: 0;
        padding: 0;
        width: 100% !important;
    }

    #message figure {
        margin: 0 auto 5%;
        width: 70%;
    }

    #message figure img {
        width: 100%;
    }

    #message p {
        font-size: 16px;
        line-height: 1.6em;
        text-align: left;
        margin: 0 auto;
        padding: 3% 0 0;
        width: 90%;
    }

    #mainbody {
        margin: 0 auto;
        max-width: 1200px;
        width: 90%;
    }

    #profile h3 {
        border-bottom: 3px solid #006eb6;
        border-left: 3px solid #006eb6;
        color: #006eb6;
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
        font-size: clamp(1rem, -0.143rem + 5.71vw, 1.25rem);
        text-align: left;
        margin: 0 2% 5% 0;
        padding: 0 0 10px 30px;
        width: calc(100% - 30px);
        position: relative;
    }

    #profile h3:after {
        content: "";
        background: #006eb6;
        border-radius: unset;
        width: 3px;
        height: 25px;
        position: absolute;
        top: unset;
        left: unset;
        bottom: -7px;
        right: 7px;
        transform: rotate(-50deg);
    }

    #profile p.yoko_text {
        font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
        font-size: clamp(0.875rem, 0.304rem + 2.86vw, 1rem);
        text-align: left;
        margin: 0 auto 3%;
        width: 90%;
    }

    #form {
        margin-top: 50px;
    }

    #form p {
        line-height: 1.3em;
    }

    #form input.name_box,
    #form input.tel_box,
    #form input.mail_box {
        width: 80%;
    }

    .form-area table {
        margin-top: 20px;
    }

    .form-area input[type="text"],
    .form-area input[type="tel"],
    .form-area textarea {
        margin: 5px 0 5px 0;
    }

    #form a {
        text-decoration: underline;
    }

    .form-area th {
        width: calc(98% - 20px) !important;
    }

    .form-area td {
        width: 92% !important;
    }

    #submit input[type="submit"] {
        padding: unset !important;
    }

    #FooterFloatingMenu {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: fixed !important;
        left: 0px;
        bottom: 0px;
        z-index: 999;
        text-align: center;
    }

    #FooterFloatingMenu ul {
        list-style: none;
        line-height: 1.0em;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #FooterFloatingMenu ul li a {
        display: block;
        background: orange;
        box-sizing: border-box;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        letter-spacing: 1.2pt;
        padding: 15px 0 15px 0;
        width: 100%;
        position: relative;
    }

    #FooterFloatingMenu li a:before {
        content: "";
        background: url(images/icon_form.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 18px;
        height: 18px;
        position: absolute;
        left: 12%;
        top: 14px;
    }

    #submit input[type="submit"],
    .submit input[type="submit"] {
        background: #3498db !important;
        background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
        background-image: -moz-linear-gradient(top, #3498db, #2980b9);
        background-image: -ms-linear-gradient(top, #3498db, #2980b9);
        background-image: -o-linear-gradient(top, #3498db, #2980b9);
        background-image: linear-gradient(to bottom, #3498db, #2980b9) !important;
        border: none !important;
        padding: 1em 0 !important;
        margin: 30px auto 30px;
    }

    #submit input[type="button"],
    .submit input[type="button"],
    .error input[type="button"] {
        border-radius: 8px;
        color: #333;
        font-size: 18px;
        text-decoration: none;
        margin: 30px auto;
        padding-top: 1em;
        padding-bottom: 1em;
        text-align: center;
        cursor: pointer;
        display: block;
        width: 70%;
    }

    #confirmation h3:after {
        display: none;
    }

    .pagetop {
        bottom: 8%;
    }
    #com .add1{
        font-size:0.8em;
    }
    #com .add .ballon span{
        font-size:0.8em;
        display: block;
        margin: 2% auto;
        width:88%;
    }
}


@media screen and (max-width:369px) {
    #box_recruit main .main_anchor {
        bottom: -3%;
    }

    #box_recruit main .main_anchor li a {
        font-size: 14px;
    }
}