@charset "UTF-8";

.job-thumb-wrap{
    width: 60vw;
    max-width: 1000px;
    margin: 0 auto 3em;
}
.jobdetail-tbl-box{
    margin: 0;
}
.jobdetail-img-box .jobdetail-img {
    width: 100%;
    height: auto;
    font-family: 'object-fit: contain; object-position: center;' /* IE・Edge対応; */
}
.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;
    /* border-left: 10px solid rgb(232, 211, 161); */
    padding: 6px 0 6px 8px !important;
    font-size: 16px !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{
    max-width: 700px;
    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;
    color: #1F51AD;
}
.table-striped td {
    padding: 0 0 9px;
    font-size: 14px;
    line-height: 22px;
}
.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{
    font-size: 14px;
    max-width: none;
    text-align: left;
    line-height: 22px;
}
.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: -3px;
    left: 1em;
}
.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:815px ) {
    .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:520px ) {
    .jobdetail-img-box .jobdetail-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        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;
    }
}

/*==========================================
精研採用サイトmessage.html CSS
=============================================*/
/*========= fontfamilyのCSS ===============*/
@font-face {
    font-family: 'Anton';
    src: url('/font/Anton-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'shippo';
    src: url('/font/ShipporiMincho-Regular.ttf') format('truetype');
}
/* gsap */
.container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    /* font-size: 2rem; */
    font-weight: bold;
    width: 100%;
    font-family: 'Anton', sans-serif;
    color: #1f51ad;
    grid-column: 2/-1;
    grid-row: 1/2;
}
.sale_container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    /* font-size: 2rem; */
    font-weight: bold;
    width: 100%;
    font-family: 'Anton', sans-serif;
    color: #1f51ad;
    grid-column: 1/-1;
    grid-row: 1/2;
}
.welfare_container{
    overflow: visible;
    position: relative;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    width: 100%;
    font-family: 'Anton', sans-serif;
    color: #1f51ad;
    grid-column: 1/-1;
    grid-row: 1/2;
    justify-items: baseline;
}

.container_text{
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    /* margin-top: 1em; */
    width: 50%;
    margin-left: 0;
    color: #191919;
    grid-column: 2/-1;
    grid-row: 2/3;
}
.job_text{
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    margin-left: 0;
    width: 100%;
    color: #191919;
    grid-column: 1/-1;
    /* grid-row: 2/3; */
}
.container_link{
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 1em 1.5em;
    /* margin-top: 1em; */
        width: fit-content;
        color: #191919;
    grid-column: 3/4;
    grid-row: 4/5;
    align-self: baseline;
}
.container_sublink{
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 1em 1.5em;
    width: fit-content;
    color: #191919;
    grid-column: 3/4;
    grid-row: 4/5;
    align-self: flex-end;
}
.link_1{
    text-decoration: none;
}

.bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background-color: white;
    z-index: 0;
}
.bg_sub {
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background-color: white;
    z-index: 0;
}
.text {
    position: relative;
    display: flex;
    justify-content: center;
    line-height: 1.5;
}
.welfare-text {
    position: relative;
    display: flex;
    justify-content: center;
    line-height: 1.5;
}
.title_text {
    position: relative;
    display: flex;
    width: fit-content;
    padding: 1em 1.5em;
    font-size: 16px;
    /* margin-top: 1em; */
}
.text span,
.welfare-text span {
    /* display: inline-block; */
    opacity: 0;
    font-size: clamp(22px, 5vw, 70px)
}

.small span{
    font-size: 16px!important;
    font-weight: bold;
}
.small{
    align-self: center;
    display: flex;
    margin-left: 0.5em;
    justify-content: center!important;
}
.training_small{
    font-size: 12px;
    font-weight: bold;
    color: #1F51AD;
    align-self: center;
    display: flex;
    margin-left: auto;
    width: 100%;
}
 @media screen and (max-width: 520px) {
    .text span,
    .welfare-text span {
        /* display: inline-block; */
        opacity: 0;
        font-size: 3rem;
    }
    .welfare_container{
        justify-items: end;
    }
 }
/* ↑↑ここまでgsap */
.wrapper{
    width: 100%;
    background: #EAF0F7;
    margin-top: -6%;
    padding-bottom: 10%;
}
.about_box{
    display: grid;
    grid-template-columns: auto 40% 42% auto;
    column-gap: 7%;
    width: 100%;
    margin: 10% auto;
    /* max-width: 1200px; */
    padding-top: 150px;
    /* margin: auto; */
    /* padding-bottom: 20vh; */
    position: relative;
    z-index: 2;
}
.left_parts {
    width: 100%;
    height: fit-content;
    position: sticky;
    top: 15%;
    color: #1F51AD;
    display: grid;
    grid-template-columns: 100%;
    gap: 3%;
    grid-column: 2/3;
}
.script_inner{
    width: 60vw;
    max-width: 1000px;
    margin: auto;
}
.jobdetail_inner{
    width: 60vw;
    max-width: 1000px;
    margin: auto;
    background: #fff;
}
@media screen and ( max-width:999px ) {
    .job-thumb-wrap {
        width: 80vw;
        max-width: 1000px;
        margin: 0 auto 3em;
    }
    .script_inner{
        width: 80vw;
        max-width: 1000px;
        margin: auto;
    }
    .jobdetail_inner{
        width: 80vw;
        max-width: 1000px;
        margin: auto;
        background: #fff;
    }
}
.table_grid{
    display: grid;
    grid-template-columns: 30% 70%;
}
.h4{
    font-size: 18px;
    font-weight: bold;
    color: #1F51AD;
}
.table_grid tr{
    border-bottom: 1px solid #80808040;
}
.table_grid tr:nth-last-of-type(1){
    border-bottom: none;
}
 .form{
    background: #fff;
    padding: 2em;
 }
 @media screen and (max-width: 520px) {
    .script_inner{
        width: 95vw;
        max-width: 1000px;
        margin: auto;
    }
    .job-thumb-wrap {
        width: 95vw;
        max-width: 1000px;
        margin: 0 auto 3em;
    }
    .jobdetail_inner{
        width: 95vw;
        max-width: 1000px;
        margin: auto;
        background: #fff;
    }
    .table_grid{
        display: grid;
        grid-template-columns: 100%;
        gap: 20px;
    }
    .h4{
        font-size: 16px;
        font-weight: bold;
        color: #1F51AD;
        margin-bottom: 0;
    }
    .about_box{
        display: grid;
        grid-template-columns: auto 50% 42% auto;
        gap: 0;
    }
}