@charset "UTF-8";

.top-layout {
    padding-bottom: 250px;
}
@media screen and ( max-width:899px ) {
    .top-layout {
        padding-bottom: 200px;
    }
}

@media screen and (max-width:899px) {
    .top-layout .return a {
        font-size:17px;
    }
}

@media screen and (max-width:899px) {
    .top-layout .return:hover a {
        font-size: 17px;
    }
}

/*************************************************************************

    common.css @ 求人詳細ページ

**************************************************************************/

.jobdetail-img-box {
    margin: 0;
    padding: 0;
    text-align: center;
}

.jobdetail-img-box .jobdetail-img {
    width: 288px;
    height: 217px;
}

.jobdetail-img-txt {
    font-size: 23px;
    margin: 0 33px;
}

.jobdetail-img-box .jobdetail-txt {
    margin: 1rem 0;
}

.job-pr {
    margin: 25px auto;
    max-width: 22em;
    text-align: justify;
}


.jobdetail-box {
    margin: 0;
    padding: 0 0 15px;
    border: none;
}

.jobdetail-ttl {
    display: block;
    margin: 0;
    padding: 1em 0;
    font-size: 20px;
    font-weight:bold;
    width: 100%;
    text-align: center;
    background: #3fa9f5;
    color: #fff;
}

.jobdetail-txt {
    word-break: break-word;
    margin: 0.5em auto;
    max-width: 42em;
}

.jobdetail-contents:nth-child(2n+1) .jobdetail-ttl {
    background: rgb(63, 169, 245);
    background: -moz-linear-gradient(left, rgba(63, 169, 245, 1) 0%,rgba(101, 166, 193, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(63, 169, 245, 1) 0%,rgba(101, 166, 193, 1) 100%);
    background: linear-gradient(to right, rgba(63, 169, 245,1) 0%,rgba(101, 166, 193, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa9f5', endColorstr='#65a6c1',GradientType=1 );
}
.jobdetail-contents:nth-child(2n) .jobdetail-ttl {
    background: rgb(101, 166, 193);
    background: -moz-linear-gradient(left, rgba(101, 166, 193, 1) 0%, rgba(63, 169, 245, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(101, 166, 193, 1) 0%, rgba(63, 169, 245, 1) 100%);
    background: linear-gradient(to right, rgba(101, 166, 193, 1) 0%, rgba(63, 169, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65a6c1', endColorstr='#a4d5ea',GradientType=1 );
}

@media screen and (min-width:991px) {

    .option-btns {
        position: fixed;
        top: 33%;
        right: 0;
        z-index: 999;
    }
    .option-btn-list {
        font-size: 12px;
        list-style: none;
    }
    .option-btn-list > li > a {
        position: relative;
    }
    .option-btn-list > li > a > .apply-btn,
    .option-btn-list > li > a > .phone-btn,
    .option-btn-list > li > a > .selfmail-btn {
        position: absolute;
        right: 0;
        display: block;
        margin: 5px 0;
        padding: 10px 0;
        font-size: 10px;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        width: 70px;
        height: auto;
        border-radius: 10px 0 0 10px;
        transition: 0.6s ease all;
    }
    .option-btn-list > li > a > .apply-btn > .icon,
    .option-btn-list > li > a > .phone-btn > .icon,
    .option-btn-list > li > a > .selfmail-btn > .icon {
        font-size: 200%;
    }
    .option-btn-list > li > a > .phone-btn {
        background: #43A047;
        color: #fff;
        top: -65px;
    }
    .option-btn-list > li > a > .selfmail-btn {
        background: #FB8C00;
        color: #fff;
        top: 0;
    }
    .option-btn-list > li > a > .apply-btn {
        background: #ff0000;
        color: #fff;
        top: 65px;
    }
    .option-btn-list > li > a:hover {
        opacity: 0.65;
    }
    .option-btn-list > li > a > .phone-txt {
        position: absolute;
        top: -60px;
        right: -160px;
        padding: 17.5px 0;
        width: 160px;
        height: auto;
        font-size: 15px;
        text-align: center;
        background: #DCE775;
        color: #333;
        overflow: hidden;
        transition: 0.6s ease all;
    }
}
@media screen and (max-width:767px) {
    .option-btns {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        z-index: 999;
    }
    .option-btn-list {
        display: table;
        margin: 0;
        padding: 0;
        font-size: 12px;
        list-style: none;
        background: rgba(0,0,0,.5);
        width: 100%;
    }
    .option-btn-list > li {
        position: relative;
        float: left;
        height: 60px;
    }
    .option-btn-list > li > a {
        position: absolute;
        top: auto;
        right: 0;
        display: block;
        margin: 0;
        padding: 5px;
        font-size: 10px;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        width: 100%;
        height: 50px;
    }
    .option-btn-list > li > a > .apply-btn,
    .option-btn-list > li > a > .phone-btn,
    .option-btn-list > li > a > .selfmail-btn {
        padding: 10px 0;
        height: 50px;
        background: #ccc;
        color: #333;
        border-radius: 10px;
    }
    .option-btn-list > li > a > .apply-btn > .icon,
    .option-btn-list > li > a > .phone-btn > .icon,
    .option-btn-list > li > a > .selfmail-btn > .icon {
        font-size: 200%;
    }
    .option-btn-list > li > a:hover {
        opacity: 0.65;
    }
    .option-btn-list > li > a .phone-btn {
        background: #43A047;
        color: #fff;
    }
    .option-btn-list > li > a .selfmail-btn {
        background: #FB8C00;
        color: #fff;
    }
    .option-btn-list > li > a .apply-btn {
        background: #ff0000;
        color: #fff;
    }
}

.h1_title {
    position: relative;
    display: block;
    margin: 2rem auto 0.5rem;
    padding: 0;
    width: 16rem;
    letter-spacing: 4px;
    font-size: 1.5rem;
    font-weight: bold;
}
.h1_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #285893;
    z-index: 0;
}
.h1_title > span {
    position: relative;
    display: inline-block;
    width: 12rem;
    height: 1.5rem;
    background: #fff;
    color: #285893;
}


.top-image-box {
    max-width: 1280px;
    margin: 0 auto;
}
.contents-box {
    margin: 0;
    padding: 0;
    background: #fff;
}
p.avator-post{
    transform: skewX(-13deg);
    color: #333;
    width: 170px;
    font-size: 20px;
    background: #e6e6e6;
    position: absolute;
    bottom: 45px;
    z-index: 100;
    text-align: center;
    right: 30px;
}
p.avator-name{
    transform: skewX(-13deg);
    color: #fff;
    width: 170px;
    font-size: 20px;
    background: #3fa9f5;
    position: absolute;
    bottom: 15px;
    z-index: 100;
    text-align: center;
    right: 37px;
}
.contents-link-box {
    text-align: right;
    margin: 1rem 0;
}
.contents-link-box .contents-link {
    display: inline-block;
    color: #3fa9f5;
    border-bottom: 1px solid #3fa9f5;
    text-decoration: none;
    font-size: 15px;
}
.contents-link-box .contents-link:hover {
    opacity: 0.65;
}
.contents-link-box .contents-link .tri-3-box {
    position: relative;
    top: 0.125em;
    left: 0;
    margin-left: 0.25em;
    display: inline-block;
    border-style: solid;
    border-width: 0.5em 0.75em;
    border-color: transparent transparent transparent #3fa9f5;
    width: 3em;
}
.contents-link-box .contents-link .tri-3-box::after,
.contents-link-box .contents-link .tri-3-box::before {
    content: "";
    position: absolute;
    top: -.5em;
    display: inline-block;
    border-style: solid;
    border-width: 0.5em 0.75em;
    border-color: transparent transparent transparent #3fa9f5;
}
.contents-link-box .contents-link .tri-3-box::before{
    left: 0.25em;
}
.contents-link-box .contents-link .tri-3-box::after {
    left: 1.25em;
}
.contents-link-box2{
    margin-top: 5px;
}
.contents-link-box2 .contents-link2 {
    text-align: center;
    border-radius: 30px;
    background: #3fa9f5;
    color: #FFF;
    position: absolute;
    right: 4px;
    bottom: 4px;
    font-size: 12px;
    padding: 0 5px 0 20px;
}
.business-box-in .contents-link-box2 .contents-link2:hover{
    text-decoration:none;
    opacity:.7;
}
.contents-link-box2 .contents-link2 .tri-3-box {
    position: relative;
    top: 0.125em;
    left: 0;
    margin-left: 0.25em;
    display: inline-block;
    border-style: solid;
    border-width: 0.5em 0.75em;
    border-color: transparent transparent transparent #FFF;
}
.contents-link-box2 .contents-link2 .tri-3-box::before {
    left: 0.25em;
}

@media screen and (min-width:769px) {
    .contents-list {
        margin: 0 15px;
    }
    .contents-list li {
        position: relative;
        display: block;
        margin: 15px auto;
        padding: 20px 15px 15px;
        text-align: left;
        background: #fff;
    }
    .contents-list li .contents-list-ttl {
        display: inline-block;
        margin: 0 1em 0 0;
        padding: 0.25em 0.5em;
        width: 150px;
        background: #ff0000;
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
    }
    .contents-list li .contents-list-txt {
        margin: 0;
    }

}
@media screen and (max-width:991px) {
    .contents-list li {
        position: relative;
        display: block;
        margin: 25px auto;
        padding: 15px;
        width: 100%;
        text-align: left;
        background: #fff;
    }
    .contents-list li .contents-list-ttl {
        display: block;
        margin: 0 0 0.5em;
        padding: 0.25em 0.5em 0.125em;
        width: 150px;
        background: #ff0000;
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
    }
    .contents-list li .contents-list-txt {
        margin: 0;
    }
}

/* FV */
.recruit-fv {
    width: 100%;
    padding-top: 129px;
    display: flex;
}
@media screen  and (max-width:899px){
    .recruit-fv {
        width: 100%;
        padding-top: 100px;
        display: flex;
        flex-direction: column;
    }
}

.recruit-fv .fv-left {
    width: 53%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
@media screen  and (max-width:899px){
    .recruit-fv .fv-left {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}

.recruit-fv .fv-left hgroup {
    padding: 0 0 0 15%;
    position: relative;
    display: flex;
    flex-direction: column;
}
@media screen  and (max-width:899px){
    .recruit-fv .fv-left hgroup {
        padding: 0 6% 0 0;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}

.recruit-fv .fv-left hgroup h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18vw;
    line-height: 13vw;
}
@media screen  and (max-width:899px){
    .recruit-fv .fv-left hgroup h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 21vw;
        line-height: 10vw;
    }
}

.recruit-fv .fv-left hgroup h3 {
    font-size: 1vw;
    margin-top: 3%;
    margin-left: 1.8%;
}
@media screen  and (max-width:899px){
    .recruit-fv .fv-left hgroup h3 {
        font-size: 3.9vw;
        margin-top: 3%;
        margin-left: unset;
        margin-bottom: 2%;
    }
}

.job-thumb-wrap{
    margin: 90px auto 12em;
}
@media screen  and (max-width:899px){
    .job-thumb-wrap{
        margin: 55px auto 45px;
    }
}
.jobdetail-tbl-box{
    margin: 0;
}
.jobdetail-img-box .jobdetail-img {
    width: 55%;
    height: fit-content;
    aspect-ratio: 300 / 200;
}
@media screen  and (max-width:899px){
    .jobdetail-img-box .jobdetail-img {
        width: 75%;
        height: fit-content;
        aspect-ratio: 300 / 200;
    }
}

.slick-next:before{
    content: "";
    display: block;
    margin: auto;
    width: 25px;
    height: 25px;
    border: 3px solid;
    border-color: transparent #9e9e9e #9e9e9e transparent;
    transform: rotate(-45deg);
}
.slick-prev:before{
    content: "";
    display: block;
    margin: auto;
    width: 25px;
    height: 25px;
    border: 3px solid;
    border-color: transparent #9e9e9e #9e9e9e transparent;
    transform: rotate(135deg);
}
.slick-prev, .slick-next{
    top: 50%;
}
.slick-prev {
    left: -20px;
}
.slick-next{
    right: -20px;
}
.jobdetail-ttl-2 {
    max-width: 750px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.jobdetail-ttl-2>p{
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
}
.jobdetail-box{
    max-width: 700px;
    margin: 0 auto;
}
.jobdetail-ttl {
    background: none;
    color: #000;
    font-weight: normal;
    text-align: left;
    padding: 6px 0 6px 8px !important;
    font-size: 20px !important;
    line-height: normal !important;
}
.jobdetail-contents:nth-child(2n+1) .jobdetail-ttl {
    background: none;
}
.jobdetail-contents:nth-child(2n) .jobdetail-ttl {
    background: none;
}
.job-detail{
    width: 100%;
    margin: 0 auto;
}
.jobdetail-caption {
    word-break: break-all;
    text-align: left;
}
.table-striped th,
.table-striped td {
    border-top: none;
    padding: 0.75em 0 0;
}
.table-striped th{
    font-size: 16px;
    line-height: 22px;
    padding: 9px 0 0;
}
.table-striped .th-width,
.flex-main .th-width {
    width: 10%;
}
@media screen and ( max-width:899px ) {
    .table-striped .th-width,
.flex-main .th-width {
        width: 15%;
    }
}
.table-striped td {
    border-left: 3px solid #FFFF;
    padding-top: 0;
    padding-left: 3%;
    padding-left: 3%;
    font-size: 16px;
    line-height: 1.8;
}
@media screen and ( max-width:899px ) {
    .table-striped td {
        border-left: 1px solid #FFFF;
        padding-top: 0;
        padding-left: 3%;
        font-size: 14px;
        line-height: 2;
    }
}
.job-intro-tr th {
    border-left: 3px solid #FFFF;
    padding: 3vh 0 0 3%;
    font-size: 16px;
    line-height: 1.8;
}
@media screen and ( max-width:899px ) {
    .job-intro-tr th {
        border-left: 1px solid #FFFF;
        padding: 4vh 0 0 3%;
        font-size: 14px;
        line-height: 1.8;
        width: 28%;
    }
}
.job-intro-tr td {
    border-left: none;
    padding: 3vh 0 0 2%;
}
@media screen and ( max-width:899px ) {
    .job-intro-tr td {
        border-left: none;
        padding: 4vh 0 0 2%;
    }
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 0%, 0);
}
.job-apply-process-text {
    margin: 0;
    font-size: 1em;
    text-align: left;
}
.jobdetail-txt{
    width: 90%;
    font-size: 16px;
    max-width: none;
    text-align: left;
    line-height: 22px;
}
@media screen and ( max-width:899px ) {
    .jobdetail-txt{
        width: 85%;
    }
}
.apply_form_box {
    border:1px solid #bfbfbf;
    padding:0 5px;
    background: #FFF;
}
.apply_form_center {
    border-bottom: 1px solid #bfbfbf;
}
.apply_form_center:last-child {
    border-bottom: none;
}
.apply-form .form-label-bg label {
    font-size: 14px;
    margin-top: 6px;
}
.apply_form_box .form-control {
    margin-left: 30px;
    font-size: 14px;
    height: calc(2rem + -2px);
    padding: 0 5px;
    border-radius: 0;
    margin-top: 15px;
    border-color: #bfbfbf;
}
.apply_form_box .form-control2 {
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-left: 50px;
    font-size: 14px;
    height: calc(2rem + -2px);
    padding: 0 5px;
    border-radius: 0;
    margin-top: 15px;
    border-color: #bfbfbf;
}
.form-inline span{
    margin-top: 12px;
    margin-left: 5px;
}
.job-gmap-btn{
    margin: 0;
    padding: 0 15px;
    border-radius: 0;
    font-weight: normal;
    font-size: 15px;
    position: relative;
    top: 1px;
    left: 0;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.apply-form .apply-btn-box .apply-btn {
    background: #4e7280;
}
#page-top{
    bottom: 16%;
    font-size:70%;
}
#page-top a {
    padding: 4px 0;
    width: 75px;
    height: 59px;
}
#page-top a span{
    font-size: 22px;
    position: relative;
    top: 2px;
}
.error-txt{
    left: 24px;
}
.badge{
    margin: 7px 0 0;
    background: #ed1c24;
    font-weight: normal;
    padding: 3px 5px 4px;
}
.slick-dots li {
    margin: 0 4px;
}
.form-inline.form-radio {
    margin: 12px 0 12px 20px;
    font-size: 14px;
}
.mailbox_text {
    font-size: 13px;
}
@media screen and ( max-width:899px ) {
    .jobdetail-ttl-2 {
        font-size: 20px;
    }
}
@media screen and (min-width: 768px){
    .option-btn-list > li > a > .phone-btn {
        background: #dd6f6f;
        font-size: 11px;
        padding: 17px 0 3px;
        width: 75px;
    }
    .option-btn-list > li > a > .selfmail-btn {
        background: #FB8C00;
        font-size: 11px;
        padding: 17px 0 3px;
        width: 75px;
    }
    .option-btn-list > li > a > .apply-btn {
        background: #28a745;
        font-size: 11px;
        padding: 17px 0 3px;
        width: 75px;
    }
    .option-btn-list > li > a > .phone-btn > .icon {
        position: relative;
        top: -7px;
    }
    .option-btn-list > li > a > .selfmail-btn > .icon {
        position: relative;
        top: -4px;
    }
    .option-btn-list > li > a > .apply-btn > .icon {
        position: relative;
        top: -5px;
    }
}
@media screen and (min-width: 767px){
    .denwa input[type="text"],
    .email input[type="email"] {
        max-width: 390px;
        width:100%;
    }
    .form-inline .form-control {
        width: 100%;
    }
}
@media screen and ( max-width:767px ) {
    .slick-prev {
        left: 5px;
    }
    .slick-next{
        right: 5px;
    }
    .apply_form_box{
        border: none;
    }
    .apply_form_center{
        border: none;
    }
    .apply-form .form-label-bg{
        padding: 10px 1em 10px !important;
    }
    .form-row>.py-2 {
        padding: 0 !important;
    }
    .apply-form .form-label-bg label{
        font-size: 1rem;
        margin-top: 0;
    }
    .form-inline.form-radio {
        margin: 12px 0;
    }
    .form-control{
        margin-left: 0;
        height: calc(2.25rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        margin-top: 0;
    }
    .apply_form_box .form-control,
    .apply_form_box .form-control2{
        margin-left: 0;
        height: 44px;
        padding-left: 1em;
        border-color: #cdcdcd;
        margin-bottom: 15px;
    }
    .error-txt{
        left: 0px;
    }
    .badge {
        margin: 3px 0 0;
    }
    .modal-dialog{
        top: 65px;
    }
    .option-btn-list > li > a .phone-btn {
        background: #dd6f6f;
        border-radius: 0;
    }
    .option-btn-list > li > a .selfmail-btn {
        background: #FB8C00;
        border-radius: 0;
    }
    .option-btn-list > li > a .apply-btn {
        background: #28a745;
        border-radius: 0;
    }
}
@media screen and ( max-width:480px ) {
    .jobdetail-img-box .jobdetail-img {
        width: 300px;
        height: 225px;
        margin: 0 auto;
    }
    .apply_form_box .form-control2 {
        margin-top: 0;
    }
}
@media screen and ( max-width:380px ) {
    .jobdetail-img-box .jobdetail-img {
        width: 300px;
        height: 225px;
        margin: 0 auto;
    }
}
@media (min-width: 576px){
.modal-dialog {
    top: 60px;
}
}
/* --------------------------------------------------------
    @ 確認ぺージ
-------------------------------------------------------- */
.apply-confi-form{
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 0 5px;
    border-color: #4e7280;
}
.apply-confi-form .form-label-bg,
.apply-confi-form .form-label-bg2{
    border-bottom: 1px solid;
}

/***************************************************************
#
#  固定ボタン
#
****************************************************************/

/* 767px以下の画面幅 */
@media screen and (max-width:767px) {
    .fixed-option-buttons {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 999;
        background: rgba(0,0,0,.5);
    }
    .fixed-option-buttons__list {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-flow: nowrap row;
        align-items: center;
        justify-content: space-between;
        margin: 0 1%;
        padding: 0;
        list-style: none;
        width: 98%;
        height: 100%;
    }
    .fixed-option-buttons__item {
        flex: 1 0 32%;
        margin: 0;
        padding: 0;
        height: 80%;
    }
    .fixed-option-buttons__item > button,
    .fixed-option-buttons__item > a {
        position: relative;
        display: block;
        margin: 0 2.5%;
        padding: 0;
        width: 95%;
        height: 100%;
        color: #fff;
        font-size: 10px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: 0;
        border: 0;
        border-radius: 0;
    }
    .fixed-option-buttons__item > a:hover {
        color: #fff;
        text-decoration: none;
    }
    .fixed-option-buttons__text {
        position: absolute;
        bottom: 4px;
        left: 0;
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 10px;
        text-align: center;
    }
    .fixed-option-buttons__icon {
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        margin: 0;
        padding: 0;
        font-size: 20px;
    }
}
/* 768px以上の画面幅 */
@media screen and (min-width:768px) {
    .fixed-option-buttons {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 999;
    }
    .fixed-option-buttons__list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 70px;
    }
    .fixed-option-buttons__item {
        margin: 0;
        padding: 0;
    }
    .fixed-option-buttons__item > button,
    .fixed-option-buttons__item > a {
        position: relative;
        display: block;
    margin: 0 0 5px;
    padding: 10px 0;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 10px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: 0;
        border: 0;
        border-radius: 10px 0 0 10px;
    }
    .fixed-option-buttons__icon {
    display: block;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    }
    .fixed-option-buttons__text {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 10px;
    text-align: center;
    }
    }
    #js-phone-box {
        background: #43A047;
    }
    #js-apply-box {
        background: #ff0000;
    }
    #js-line-box {
        background: #2099FF;
    }
    .btn-secondary {
        background-color: #bfbfbf;
        border-color: #bfbfbf;
    }
/***************************************

LINE用

***************************************/
.line-header {
    text-align: center;
}

.line-backg {
    display: block;
    width: 100%;
    background-color: #4caf50;
    color: #fff;
    padding: 10px 2px;
    box-sizing: border-box;
    font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
}

.modal__content ul {
    margin-top: 18px;
    margin-bottom: 0px;
    padding: 0 56px;
    font-size: 17px;
    list-style: none;
    counter-reset:cp_clist;
}

.modal__content ul li {
    position: relative;
    padding-left: 27px;
}

.modal__content ul li:before {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    counter-increment: cp_clist;
    content: counter(cp_clist);
    padding: 3px;
    background: #636363;
    color: #fff;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    line-height: 11px;
    text-align: center;
    transform: translateY(-50%);
}

.modal__content a {
    background-color: #4caf50;
    width: 220px;
    display: block;
    margin: 15px auto 0;
    text-align: center;
    line-height: 49px;
    border-radius: 32px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 17px;
}

.line-btn{
    background-color: #4caf50;
    width: 220px;
    display: block;
    text-align: center;
    line-height: 49px;
    border-radius: 32px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 17px;
    margin-right: auto;
    margin-left: auto;
}

.line-btn:hover{

    color: #fff;
    text-decoration: none;
}
.line-close{
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
}

/* 767px以下の画面幅 */
@media screen and (max-width:502px) {
    .modal__content ul {
        margin-top: 18px;
        margin-bottom: 0px;
        padding: 0px 6px;
        font-size: 17px;
        list-style: none;
        counter-reset: cp_clist;
    }
    .modal__content ul li {
        position: relative;
        padding-left: 26px;
        vertical-align: top;
        font-size: 3.2vw;
    }
    .line-btn {
        width: 50vw;
        font-size: 4vw;
        margin-right: auto;
        line-height: 10vw;
    }
    .line-backg {
        font-size: 5vw;
    }
    .line-header {
        font-size: 3.4vw;
    }
    .modal__content ul li:before {
        padding: 3px;
        border-radius: 50%;
        width: 4vw;
        height: 4vw;
    }
}

/***************************************

2024年　リニューアル

***************************************/

.job-title {
    margin: 0 0 80px;
    padding: 0;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 2vw;
    border-bottom: 1px solid #FFFFFF;
}
@media screen  and (max-width:899px){
    .job-title {
        margin: 0px 0 35px;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 20px;
        border-bottom: 1px solid #FFFFFF;
        font-weight: bold;
    }
}

.job-title .square {
    display: block;
    background: #FFFFFF;
    width: 30px;
    height: 30px;
}
@media screen  and (max-width:899px){
    .job-title .square {
        width: 35px;
        height: 35px;
    }
}

.job-title h2 {
    font-size: 23px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}
@media screen  and (max-width:899px){
    .job-title h2 {
        font-size: 16px;
        font-weight: bold;
    }
}

h3.h4 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
@media screen and ( max-width:899px ) {
    h3.h4 {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 18px;
        font-weight: bold;
    }
    .flex-main h3.h4 {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 2px;
    }
}

.flex-main {
    width: 100%;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
}

.recruit-flow {
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media screen and ( max-width:899px ) {
    .recruit-flow h4 {
        font-size: 18px;
        font-weight: bold;
    }
}

.recruit-flow {
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.recruit-flow .sp-pc-direction {
    width:100%;
    display: flex;
    flex-direction: column;
}
@media screen and ( max-width:899px ) {
    .recruit-flow .sp-pc-direction {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 5%;
        margin: 50px 0;
    }
}

.recruit-flow .sp-pc-direction .order-flow {
    width:100%;
    display: flex;
    align-items: center;
    margin: 60px 0;
}
@media screen and ( max-width:899px ) {
    .recruit-flow .sp-pc-direction .order-flow {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
}

.recruit-flow .sp-pc-direction .order-flow .order-number {
    width: 20%;
    height: fit-content;
    aspect-ratio: 1 / 1;
    display: flex;
    background-color: #FFFFFF;
    color: #0E0D0C;
    border-radius: 50%;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
}
@media screen and ( max-width:899px ) {
    .recruit-flow .sp-pc-direction .order-flow .order-number {
        width: 130px;
        height: 130px;
        display: flex;
        background-color: #FFFFFF;
        color: #0E0D0C;
        border-radius: 50%;
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}

.recruit-flow .sp-pc-direction .order-flow .connect-bd {
    width: 20%;
    height: 2px;
    border-top: 2px solid #FFFFFF;
}
@media screen and ( max-width:899px ) {
    .recruit-flow .sp-pc-direction .order-flow .connect-bd {
        width: 2px;
        height: 110px;
        border-top: none;
        border-left: 2px solid #FFFFFF;
    }
}

.recruit-flow .sp-pc-direction .order-detail {
    width:100%;
    display: flex;
    gap: 20%;
    margin: 0 0 50px;
}
@media screen and ( max-width:899px ) {
    .recruit-flow .sp-pc-direction .order-detail {
        width:45%;
        display: flex;
        flex-direction: column;
        gap: 120px;
        margin: 0;
    }
}

.recruit-flow .sp-pc-direction .order-detail p {
    width: 20%;
    font-size: 20px;
}
@media screen and ( max-width:899px ) {
    .recruit-flow .sp-pc-direction .order-detail p {
        width: 100%;
        height: 130px;
        font-size: 15px;
    }
}

.recruit-flow .comments {
    margin: 0 0 100px;
}
@media screen and ( max-width:899px ) {
    .recruit-flow .comments {
        margin: 0 0 100px;
        font-size: 15px;
    }
}

.form__wrap {
    margin: 0 auto 50px;
    padding: 0;
    width: 53%;
    max-width: unset;
}
@media screen and ( max-width:899px ) {
    .form__wrap {
        margin: 0 auto 50px;
        padding: 0;
        width: 95%;
        max-width: unset;
    }
}

.form__table {
    margin: 0;
    width: 100%;
    border: none;
    background-color: #FFFFFF;
    color: #242321;
}

.form__table caption {
    caption-side: top;
    background: #EBE9E2;
    border: 1px solid #707070;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #242321;
    padding-left: 3%;
}
@media screen and ( max-width:899px ) {
    .form__table caption {
        caption-side: top;
        background: #EBE9E2;
        border: 1px solid #707070;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #242321;
        padding-left: 3%;
        display: flex;
    }
}

.form__table tbody {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 5%;
}

.form__table tr th {
    padding: 15px;
    border-bottom: none;
    background: #FFFF;
    color: #242321;
    text-align: left;
    font-weight: normal;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    letter-spacing: 1px;
    line-height: 25px;
}
@media screen and ( max-width:899px ) {
    .form__table tr th {
        justify-content: flex-start;
    }
}

.badge {
    margin: 0;
    background: none;
    color: #242321;
    font-size: 25px;
    font-weight: normal;
    line-height: 1;
    padding: 0;
}

.form__table tr td {
    padding: 15px;
    border-bottom: none;
    width: 30%;
}
@media screen and ( max-width:899px ) {
    .form__table tr td {
        width: 100%;
    }
}

.form-radio {
    font-size: 17px;
}

.form-radio > label {
    color: #242321;
}

.pri_btn {
    margin: 50px 0 0;
}

.pri_btn label {
    font-size: 17px;
}

.pri_btn p {
    font-size: 17px;
    text-align: left;
}
@media screen and ( max-width:899px ) {
    .pri_btn p {
    font-size: 14px;
    text-align: left;
    }
}

.top-layout .return {
    top: 17vh;
}
@media screen and ( max-width:899px ) {
    .top-layout .return {
        top: 140px;
    }
}

.top-layout .form__buttons {
    width: 100%;
    margin: 50px auto 100px;
    display: flex;
    justify-content: center;
}
@media screen and ( max-width:899px ) {
    .top-layout .form__buttons {
        width: 100%;
        margin: 50px auto 0;
        display: flex;
        justify-content: center;
    }
}


.top-layout .form__buttons .entry-push {
    width: 200px;
    height: 200px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000000;
    background: #FFFFFF;
}

.top-layout .form__buttons:hover .entry-push {
    font-size: 28px;
    text-decoration: none;
    color: #FFFFFF;
    background: #FF7250;
}

@media only screen
    and (device-width: 375px)
    and (device-height: 667px)
    and (-webkit-device-pixel-ratio: 2)  {
        @media screen and ( max-width:899px ) {
            .top-layout {
                padding-bottom: 130px;
            }
        }
        .top-layout .return {
            top: 70px;
        }
}