@charset "UTF-8";


/***************************************************

	recruit

***************************************************/

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
}

main{
    overflow: hidden;
    position: relative;
}


.page_head{
    width: 1600px;
    margin: 320px auto 240px;
}

.page_head::before{
    content: '';
    display: inline-block;
    width: 961px;
    height: 1522px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url('../images/recruit/head_circle.webp');
    position: absolute;
    top: 490px;
    right: 0;
    z-index: -1;
}

.page_head .catch{
    font-size: 80px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 48px;
}

.page_head .caption{
    width: 1184px;
}

.page_head .caption p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-bottom: 1em;
}

.page_head .caption p:last-of-type{
    margin-bottom: 0;
}

.page_head .caption p strong{
    font-weight: 700;
}

.page_head .list_block{
    height: 728px;
    margin-top: 160px;
    position: relative; 
}

.page_head .list_block .center_image{
    width: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.page_head .list_block .list_ul{

}

.page_head .list_block .list_ul li{
    width: 680px;
    height: 167px;
    border-radius: 4px;
    background: #2A2A2A;
    position: absolute;

    opacity: 0;
    transform: translateY(20px); /* 少し下から */
    transition: opacity .6s ease, transform .6s ease;
}

.page_head .list_block .list_ul li.is-show{
    opacity: 1;
    transform: translateY(0);
}

.page_head .list_block .list_ul li:nth-child(1){
    top: 0;
    left: 0;
}

.page_head .list_block .list_ul li:nth-child(2){
    top: 187px;
    left: 0;
}

.page_head .list_block .list_ul li:nth-child(3){
    top: 374px;
    left: 0;
}

.page_head .list_block .list_ul li:nth-child(4){
    top: 561px;
    left: 0;
}

.page_head .list_block .list_ul li:nth-child(5){
    top: 0;
    right: 0;
}

.page_head .list_block .list_ul li:nth-child(6){
    top: 187px;
    right: 0;
}

.page_head .list_block .list_ul li:nth-child(7){
    top: 374px;
    right: 0;
}

.page_head .list_block .list_ul li:nth-child(8){
    top: 561px;
    right: 0;
}

.page_head .list_block .list_ul li .data_wrapp{
    width: 600px;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(0, -50%);
}

.page_head .list_block .list_ul li .data_wrapp .name{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
    padding-left: 48px;
    position: relative;
}

.page_head .list_block .list_ul li .data_wrapp .name::after{
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url('../images/recruit/icon_head_list01.png');
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.page_head .list_block .list_ul li:nth-child(2) .data_wrapp .name::after{
    background-image: url('../images/recruit/icon_head_list02.png');
}

.page_head .list_block .list_ul li:nth-child(3) .data_wrapp .name::after{
    background-image: url('../images/recruit/icon_head_list03.png');
}

.page_head .list_block .list_ul li:nth-child(4) .data_wrapp .name::after{
    background-image: url('../images/recruit/icon_head_list04.png');
}

.page_head .list_block .list_ul li:nth-child(5) .data_wrapp .name::after{
    background-image: url('../images/recruit/icon_head_list05.png');
}

.page_head .list_block .list_ul li:nth-child(6) .data_wrapp .name::after{
    background-image: url('../images/recruit/icon_head_list06.png');
}

.page_head .list_block .list_ul li:nth-child(7) .data_wrapp .name::after{
    background-image: url('../images/recruit/icon_head_list07.png');
}

.page_head .list_block .list_ul li:nth-child(8) .data_wrapp .name::after{
    background-image: url('../images/recruit/icon_head_list08.png');
}

.page_head .list_block .list_ul li .data_wrapp .caption{
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
    position: relative;
}

/* TEST追加 */
.page_foot{
    width: 1600px;
    margin: 320px auto 240px;
}

.page_foot .catch{
    font-size: 80px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 48px;
}
/* TEST追加 */

#recruitment{
    display: block;
    padding: 120px 0;
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 100% auto;
    background-image: url('../images/recruit/c_info_bg.webp');
}

#recruitment .rec_head{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

#recruitment .rec_head h2{
    width: 540px;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.8;
    padding-left: 160px;
    position: relative;
    box-sizing: border-box;
}

#recruitment .rec_head h2::before{
    content: '';
    display: inline-block;
    width: 120px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
}

#recruitment .rec_head .caption{
    width: 960px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
    padding-right: 160px;
    position: relative;
    box-sizing: border-box;
}

#recruitment .link_ul{
    width: 1600px;
    margin: 0 auto -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#recruitment .link_ul li{
    width: 768px;
    margin-bottom: 40px;
}

#recruitment .link_ul li .data_wrapp{
    height: 160px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.50);
    transition: all 0.2s linear;
    border-radius: 4px;
    overflow: hidden;
}

#recruitment .link_ul li a:hover{
    background: rgba(136, 136, 136, 0.50);
}

#recruitment .link_ul li .data_wrapp .logo{
    width: 284px;
}

#recruitment .link_ul li .data_wrapp .logo img{
    width: 100%;
    height: auto;
}

#recruitment .link_ul li .data_wrapp .text{
    width: calc(100% - 284px);
    padding-left: 24px;
    box-sizing: border-box;
}

#recruitment .link_ul li .data_wrapp .text p{
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.04em;
    padding-right: 32px;
    position: relative;
}

#recruitment .link_ul li a .text p::after{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url('../images/recruit/icon_link.png');
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}




#slide_area{
    overflow: hidden;
    width: 100%;
    padding: 240px 0;
}

#slide_area.rec_swiper .swiper-wrapper{
  transition-timing-function: linear !important;
}

#slide_area .rec_slider{
  display:flex;
  align-items:center;
  width:max-content;
  will-change:transform;
}

#slide_area .rec_slider li{
    width:auto !important;
    flex:0 0 auto;
}

#slide_area .rec_slider .inner{
    padding: 0 32px;
}

#slide_area .rec_slider li img{
    display: block;
    height: auto;
    max-height: 387px;
}

#slide_area .rec_slider li:nth-child(even) img{
    max-height: 213px;
}


#slide_area .page_head{
    width: auto;
}





/********************************************************************************
	リッキド用 CSS
********************************************************************************/
@media (max-width: 1920px) {


.page_head{
    width: 83.333333vw;
    margin: 16.666667vw auto 12.5vw;
}

.page_head::before{
    width: 50.052083vw;
    height: 80.833333vw;
    top: 25.520833vw;
}

.page_head .catch{
    font-size: 4.166667vw;
    margin-bottom: 2.5vw;
}

.page_head .caption{
    width: 61.666667vw;
}

.page_head .caption p{
    font-size: 0.9375vw;
}

.page_head .list_block{
    height: 37.916667vw;
    margin-top: 8.333333vw;
}

.page_head .list_block .center_image{
    width: 16.666667vw;
}

.page_head .list_block .list_ul li{
    width: 35.416667vw;
    height: 8.697917vw;
    border-radius: 0.208333vw;
    transform: translateY(1.041667vw);
}

.page_head .list_block .list_ul li:nth-child(1){
    top: 0;
}

.page_head .list_block .list_ul li:nth-child(2){
    top: 9.739583vw;
}

.page_head .list_block .list_ul li:nth-child(3){
    top: 19.479167vw;
}

.page_head .list_block .list_ul li:nth-child(4){
    top: 29.21875vw;
}

.page_head .list_block .list_ul li:nth-child(5){
    top: 0;
}

.page_head .list_block .list_ul li:nth-child(6){
    top: 9.739583vw;
}

.page_head .list_block .list_ul li:nth-child(7){
    top: 19.479167vw;
}

.page_head .list_block .list_ul li:nth-child(8){
    top: 29.21875vw;
}

.page_head .list_block .list_ul li .data_wrapp{
    width: 31.25vw;
    left: 2.083333vw;
}

.page_head .list_block .list_ul li .data_wrapp .name{
    font-size: 1.458333vw;
    margin-bottom: 0.520833vw;
    padding-left: 2.5vw;
}

.page_head .list_block .list_ul li .data_wrapp .name::after{
    width: 2.083333vw;
    height: 2.083333vw;
}

.page_head .list_block .list_ul li .data_wrapp .caption{
    font-size: 0.9375vw;
}


/* TEST追加 */
.page_foot{
    width: 83.333333vw;
    margin: 16.666667vw auto 12.5vw;
}

.page_foot .catch{
    font-size: 4.166667vw;
    margin-bottom: 2.5vw;
}
/* TEST追加 */


#recruitment{
    padding: 6.25vw 0;
}

#recruitment .rec_head{
    margin-bottom: 4.166667vw;
}

#recruitment .rec_head h2{
    width: 28.125vw;
    font-size: 2.8125vw;
    padding-left: 8.333333vw;
}

#recruitment .rec_head h2::before{
    width: 6.25vw;
}

#recruitment .rec_head .caption{
    width: 50vw;
    font-size: 0.9375vw;
    padding-right: 8.333333vw;
}

#recruitment .link_ul{
    width: 83.333333vw;
    margin: 0 auto -2.083333vw;
}

#recruitment .link_ul li{
    width: 40vw;
    margin-bottom: 2.083333vw;
}

#recruitment .link_ul li .data_wrapp{
    height: 8.333333vw;
    border-radius: 0.208333vw;
}

#recruitment .link_ul li .data_wrapp .logo{
    width: 14.791667vw;
}

#recruitment .link_ul li .data_wrapp .text{
    width: calc(100% - 14.791667vw);
    padding-left: 1.25vw;
}

#recruitment .link_ul li .data_wrapp .text p{
    font-size: 0.9375vw;
    padding-right: 1.666667vw;
}

#recruitment .link_ul li a .text p::after{
    width: 1.25vw;
    height: 1.25vw;
}



#slide_area{
    padding: 12.5vw 0;
}

#slide_area .rec_slider .inner{
    padding: 0 1.666667vw;
}

#slide_area .rec_slider li img{
    max-height: 20.15625vw;
}

#slide_area .rec_slider li:nth-child(even) img{
    max-height: 11.09375vw;
}










}



/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width: 768px){


.page_head{
    width: auto;
    margin: 42.666667vw 5.333333vw;
}

.page_head::before{
    width: 101.066667vw;
    height: 160vw;
    top: 200vw;
}

.page_head .catch{
    font-size: 7.466667vw;
    margin-bottom: 12.8vw;
}

.page_head .caption{
    width: auto;
}

.page_head .caption p{
    font-size: 4.266667vw;
}

.page_head .list_block{
    height: auto;
    margin-top: 42.666667vw;
}

.page_head .list_block .center_image{
    width: 53.333333vw;
    top: 50%;
}

.page_head .list_block .list_ul{

}

.page_head .list_block .list_ul li{
    width: 100%;
    height: auto;
    border-radius: 1.066667vw;
    transform: translateY(0);
    position: static;
    padding: 8.533333vw 4.266667vw;
    margin-bottom: 4.266667vw;
    box-sizing: border-box;
}

.page_head .list_block .list_ul li:last-child{
    margin-bottom: 0;
}

.page_head .list_block .list_ul li:nth-child(4){
    margin-bottom: 44.8vw;
}


.page_head .list_block .list_ul li .data_wrapp{
    width: 80.8vw;
    left: 0;
    position: static;
    transform: translate(0, 0);
}

.page_head .list_block .list_ul li:nth-child(8) .data_wrapp,
.page_head .list_block .list_ul li:nth-child(7) .data_wrapp,
.page_head .list_block .list_ul li:nth-child(6) .data_wrapp,
.page_head .list_block .list_ul li:nth-child(5) .data_wrapp,
.page_head .list_block .list_ul li:nth-child(4) .data_wrapp,
.page_head .list_block .list_ul li:nth-child(3) .data_wrapp{
    width: auto;
    top: 8.533333vw;
    transform: translate(0, 0);
}

.page_head .list_block .list_ul li .data_wrapp .name{
    font-size: 5.333333vw;
    margin-bottom: 2.666667vw;
    padding-left: 10.666667vw;
}

.page_head .list_block .list_ul li .data_wrapp .name::after{
    width: 8.533333vw;
    height: 8.533333vw;
    top: 0;
    transform: translate(0, 0);
}

.page_head .list_block .list_ul li .data_wrapp .caption{
    font-size: 4.266667vw;
}

/* TEST追加 */
.page_foot{
    width: auto;
    margin: 42.666667vw 5.333333vw;
}

.page_foot .catch{
    font-size: 7.466667vw;
    margin-bottom: 12.8vw;
}
/* TEST追加 */


#recruitment{
    padding: 32vw 0;
    background-image: url('../images/recruit/c_info_bg_sp.webp');
}

#recruitment .rec_head{
    display: block;
    margin-bottom: 17.066667vw;
}

#recruitment .rec_head h2{
    width: auto;
    font-size: 7.466667vw;
    letter-spacing: 0.04em;
    padding-left: 7.466667vw;
    margin-bottom: 10.666667vw;
}

#recruitment .rec_head h2::before{
    width: 5.333333vw;
}

#recruitment .rec_head .caption{
    width: auto;
    font-size: 4.8vw;
    padding-right: 0;
    margin: 0 5.333333vw;
}

#recruitment .link_ul{
    width: auto;
    margin: 0 5.333333vw;
    display: block;
}

#recruitment .link_ul li{
    width: auto;
    margin-bottom: 10.666667vw;
}

#recruitment .link_ul li:last-child{
    margin-bottom: 0;
}

#recruitment .link_ul li .data_wrapp{
    display: block;
    height: auto;
    border-radius: 1.066667vw;
}

#recruitment .link_ul li a:hover{
    background: rgba(0, 0, 0, 0.50);
}

#recruitment .link_ul li .data_wrapp .logo{
    width: auto;
    height: 50.133333vw;
    display: flex;
    align-items: center;
}

#recruitment .link_ul li .data_wrapp .text{
    width: auto;
    padding: 3.2vw;
}

#recruitment .link_ul li .data_wrapp .text p{
    display: inline;
    font-size: 4.266667vw;
    padding-right: 6.4vw;
}

#recruitment .link_ul li a .text p::after{
    width: 6.4vw;
    height: 6.4vw;
    top: unset;
    bottom: -1px;
    right: 0;
    transform: translate(0, 0);
}



#slide_area{
    padding: 42.666667vw 0;
}

#slide_area .rec_slider .inner{
    padding: 0 2.666667vw;
}

#slide_area .rec_slider li img{
    max-height: 69.333333vw;
}

#slide_area .rec_slider li:nth-child(even) img{
    max-height: 47.733333vw;
}

#slide_area .page_head{
    margin: 0 5.333333vw;
}

#slide_area .page_head .catch {
    margin-bottom: 21.333333vw;
}

#slide_area .page_head::before {
    content: none;
}







}