@charset "utf-8";
.recruit_wrap {
    width: 100%;
    max-width: 930px;
    box-sizing: border-box;
    margin: 0 auto;
}
.recruit_wrap .c-btn a {
    border: 2px solid #004DA0;
    color: #004DA0;
    box-shadow: none;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}
.recruit_wrap .c-btn a::before {
    right: 14px;
    width: 12px;
    height: 7px;
    background: url(../svg/arrow_blue-d.svg) no-repeat center / 100% auto;
}
.intervw_wrap {
    width: 100%;
    box-sizing: border-box;
    margin: 90px auto 0;
}
.intervw_in h2,
.rec_in h2 {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}
.intervwLst_wrap {
    margin-top: 45px;
}
.intervwLst {
    margin-top: -62px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.intervwLst li {
    width: calc((100% - 152px) / 3);
    margin: 62px 76px 0 0;
}
.intevw-img picture source,
.intevw-img picture img {
    width: 100%;
    height: auto;
}
.intervwLst li .label {
    width: 100%;
    max-width: 210px;
    margin: 19px auto 0;
    background: #F5F7FA;
    color: #004DA0;
    line-height: 1;
    font-weight: 600;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 17px;
}
.intervwLst li .name {
    color: #004DA0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin-top: 16px;
}
.intervwLst li .year {
    line-height: 1;
    text-align: center;
    margin-top: 13px;
}
.rec_wrap {
    margin-top: 147px;
    padding-bottom: 236px;
}
.new_wrap {
    margin-top: 47px;
}
.rec-ttl {
    color: #004DA0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 14px;
    border-bottom: 1px solid #004DA0;
}
.new_cnt {
    margin-top: 30px;
}
.new_cnt .is-no {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.career_wrap {
    margin-top: 90px;
}
.career_cnt {
    padding-top: 38px;
    margin-top: -44px;
}
.career_box {
    margin-top: 44px;
    height: 50px;
}
.career_box a {
    width: 100%;
    height: 100%;
    font-size: 22px;
    color: #fff;
    line-height: 1;
    background: #004DA0;
    padding: 0 29px 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.career_box.is-not a {
    background: #999999;
    pointer-events: none;
}
.career_box a span {
    font-size: 18px;
}
.modalArea {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}  
.modal_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 930px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 6px;
}
.modal_in {
    padding: 55px;
    position: relative;
    box-sizing: border-box;
} 
.slideTxt-txt {
   margin-top: 22px; 
}
.slideTxt-txt .label {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    background: #F5F7FA;
    color: #004DA0;
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 17px;
}
.slideTxt-name_wrap {
    margin-top: 17px;
    display: flex;
    justify-content: center;
}
.slideTxt-name_wrap .name {
    line-height: 1;
    font-size: 18px;
    color: #004DA0;
    font-weight: 600;
    padding: 0 11px;
}
.slideTxt-name_wrap .year {
    line-height: 1;
    padding: 2px 11px 0;
}
.slideTxt-img picture source,
.slideTxt-img picture img {
    border-radius: 6px;
}
.slideMain_wrap h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #004DA0;
    padding-bottom: 12px;
    border-bottom: 1px solid #004DA0;
    display: flex;
}
.slideMain_wrap h3 .num {
    font-size: 30px;
    font-weight: 300;
    padding-right: 23px;
}
.slideMain_wrap h3 .ttl {
    padding-top: 2px;
}
.slideMain_wrap p {
    margin-top: 18px;
}
.closeModal {
  width: 21px;
  height: 21px;
  background: url(../svg/close_btn.svg) no-repeat center / 100% auto;
  position: absolute;
  top: 27px;
  right: 30px;
  z-index: 9;
}
.splide:not(.is-overflow) .splide__pagination {
    display: flex;
}
.splide__pagination li {
    line-height: 0;
}
.splide__pagination__page {
    width: 35px;
    height: 35px;
    line-height: 1;
    margin: 0 9px;
    background: #C2C2C2;
    border: none;
    border-radius: 50%;
}
.splide__pagination__page.is-active {
    background: #004DA0;
} 
.splide__pagination li .splide__pagination__page {
    position: relative;
}
.splide__pagination li:nth-child(1) .splide__pagination__page:before {
    content: "1";
}
.splide__pagination li:nth-child(2) .splide__pagination__page:before {
    content: "2";
}
.splide__pagination li:nth-child(3) .splide__pagination__page:before {
    content: "3";
}
.splide__pagination li .splide__pagination__page::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.splide__pagination {
    position: absolute;
    z-index: 9;
    bottom: -66px;
    right: 140px;   
}
.splide__arrow.splide__arrow--prev {
    background: url(../svg/arrow-circle-l.svg) no-repeat center /100% auto;
    width: 35px;
    height: 35px;
    border: none;
    position: absolute;
    z-index: 9;
    bottom: -66px;
    right: 330px;
}
.splide__arrow.splide__arrow--next {
    background: url(../svg/arrow-circle-r.svg) no-repeat center /100% auto;
    width: 35px;
    height: 35px;
    border: none;
    position: absolute;
    z-index: 9;
    bottom: -66px;
    right: 75px;
}
@media (min-width: 896px) {
    .top-btn_wrap {
        width: 100%;
        display: flex;
        justify-content: space-between;
        max-width: 690px;
        margin: 0 auto;
        padding-top: 53px;
    }
    .intervw_wrap {
        max-width: 854px;
    }
    .top-btn_wrap .c-btn {
        margin-right: 31px;
        width: calc((100% - 31px) / 2);
        height: 60px;
    }
    .top-btn_wrap .c-btn:last-child {
        margin-right: 0;
    }
    .intervwLst li:nth-child(3n) {
        margin-right: 0;
    }
    .intervwLst li,
    .closeModal,
    .splide__arrow,
    .splide__pagination__page {
        transition: opacity .2s ease-out, all .2s ease-out;
    }    
    .intervwLst li:hover,
    .closeModal:hover,
    .splide__arrow:hover,
    .splide__pagination__page:hover {
        opacity: .7;
        cursor: pointer;
    }
    .modal_in {
        height: 520px;
    }
    .slide_cnt {
        display: flex;
    }
    .slideTxt_wrap {
        padding-right: 38px;
    }
    .recruit_wrap .c-btn a:hover {
        color: #fff;
        background-color: #004DA0;
        opacity: 1;
    }
    .recruit_wrap .c-btn a:hover:before {
        background: url(../svg/arrow_white-d.svg) no-repeat center / 100% auto;
    }
}
@media only screen and (max-width:896px) {
    .c-r_wrap {
        padding: 0 15px;
    }
    .top-btn_wrap {
        padding-top: 25px;
        margin-top: -22px;

    }
    .top-btn_wrap .c-btn {
        height: 50px;
        margin-top: 22px;
    }
    .recruit_wrap .c-btn a {
        font-size: 14px;
        border-radius: 4px;
    }
    .recruit_wrap .c-btn a::before {
        right: 15px;
        width: 11px;
        height: 6px;
    }
    .intervw_wrap {
        margin: 47px auto 0;
    }
    .intervw_in {
        max-width: 743px;
        margin: 0 auto;
    }
    .intervw_in h2,
    .rec_in h2 {
        font-size: 18px;
    }
    .intervwLst_wrap {
        margin-top: 30px;
    }
    .intervwLst {
        margin-top: -43px;
        justify-content: center;
    }
    .intervwLst li {
        width: 156px;
        margin: 43px 15px 0 15px;
    }
    .intervwLst li span {
        margin: 12px auto 0;
        height: 28px;
        border-radius: 15px;
    }
    .intervwLst li .name {
        font-size: 20px;
        margin-top: 9px;
    }
    .intervwLst li .year {
        margin-top: 13px;
        margin-top: 10px;
        font-size: 13px;
    }
    .rec_wrap {
        margin-top: 95px;
        padding-bottom: 198px;
    }
    .new_wrap {
        margin-top: 35px;
    }
    .rec-ttl {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .new_cnt {
        margin-top: 22px;
    }
    .new_cnt .is-no {
        font-size: 13px;
        font-weight: 300;
    }
    .career_wrap {
        margin-top: 45px;
    }
    .career_cnt {
        padding-top: 27px;
        margin-top: -25px;
    }
    .career_box {
        margin-top: 25px;
        height: 46px;
    }
    .career_box a {
        font-size: 15px;
        padding: 0 15px 0 12px;
    }
    .career_box a span {
        font-size: 13px;
    } 
    .modal_wrap {
        width: calc(100% - 30px);
        border-radius: 3px;
        height: calc(100% - 50px);
    }
    .modal_in {
        padding: 20px 15px 27px;
        height: 100%;
    }
    .splide {
        position: static;
    }
    .slideTxt-txt {
       margin-top: 0px; 
    }
    .slideTxt-txt .label {
        max-width: 272px;
        font-size: 14px;
        height: 28px;
        border-radius: 15px;
    }
    .slideTxt-name_wrap {
        margin-top: 10px;
    }
    .slideTxt-name_wrap .name {
        padding: 0 10px;
    }
    .slideTxt-name_wrap .year {
        padding: 3px 10px 0;
        font-size: 13px;
    }
    .slideTxt-img picture source,
    .slideTxt-img picture img {
        border-radius: 3px;
        width: 100%;
        height: auto;
    }
    .slideTxt-img {
        margin-top: 11px;
        text-align: center;
    }
    .slideTxt_wrap {
        display: flex;
        flex-direction: column-reverse;
    }
    .slideMain_wrap h3 {
        font-size: 15px;
        padding-bottom: 11px;
    }
    .slideMain_wrap h3 .num {
        font-size: 21px;
        padding-right: 10px;
    }
    .slideMain_wrap p {
        margin-top: 15px;
        font-size: 13px;
    }
    .slider_wrap {
        height: calc(100% - 27px);
        overflow: scroll;
    }
    .closeModal {
      width: 20px;
      height: 20px;
      top: 6px;
      right: 8px;
    }
    .slideMain_wrap {
       margin-top: 15px; 
    }
    .splide__pagination__page {
        width: 22px;
        height: 22px;
        margin: 0 7px;
    }
    .splide__pagination li .splide__pagination__page::before {
        font-size: 11px;
    }
    .splide__pagination {
        bottom: 27px;
        right: 50%;
        transform: translateX(50%);   
    }
    .splide__arrow.splide__arrow--prev {
        width: 22px;
        height: 22px;
        bottom: 27px;
        right: 50%;
        margin-right: 78px;
    }
    .splide__arrow.splide__arrow--next {
        width: 22px;
        height: 22px;
        bottom: 27px;
        right: 50%;
        margin-right: -100px;
    }  
}
