
:root{
    --blue:#00479C;
    --lightblue:#2390C1;
    --Regular:400;
    --Medium:500;
    --SemiBold:600;
    --Bold:700;
    --ExtraBold:800;
    --Black:900;
}/*共通設定*/




#top-mainvisual p,#top-message p,#top-aboutus p,#top-jobs p,#top-interview p,#top-work p,#top-recruit p{
    font-family: "M PLUS 1", sans-serif;
}
/*見出し*/
.top-text_area{
    padding-top: 11vw;
    margin-bottom: 7vw;
    color: #fff;
}
.top-text_area h2{
    font-weight: var(--ExtraBold);
    font-size: 4vw;
    letter-spacing: 6.86px;
      font-family: "Montserrat", sans-serif;
}
.top-text_area h3{
    margin-bottom: 54px;
    font-size: 1vw;
        letter-spacing: 1.28px;
        font-family: "M PLUS 1", sans-serif;
}
.top-text_area p{
font-size: 1vw;
line-height: 32px;
    letter-spacing: 1.28px;
}

/*ボタンエリア*/
.btn-list{

}
.btn-list li{
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 14px;
    height: 6vw;
    width: 90%;
    display: flex;
    align-items: center;

}
.btn-list li:after{
    content: "";
    position: absolute;
    right: 2.7vw;
    top: 0;
    bottom: 0;
    background-image: url(../img/top/arrow-wt.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 1.1vw;
    height: 1.1vw;
    margin: auto;
    background-size: contain;
        pointer-events: none;
}
.btn-list li:before{
    content: "";
    position: absolute;
    right: 2vw;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    width: 2.6vw;
    height: 2.6vw;
    background-color: var(--blue);
    margin: auto;
        pointer-events: none;
}
.btn-list li a{
    font-size: max(1.2vw, 12px);
    font-weight: var(--Medium);
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding-left: 4vw;
            font-family: "M PLUS 1", sans-serif;
            letter-spacing: 1.2px;
}
.btn-list li a span{
    display: block;
    font-size: 0.8em;
    color: var(--lightblue);
    font-family: "Montserrat", sans-serif;
    font-weight: var(--Bold);
}
.btn-list li{}


/*横並び*/
.flex-wrap{
    display: flex;
    gap: 40px;
}

#top-mainvisual,#top-message,#top-aboutus,#top-jobs,#top-interview,#top-work,#top-recruit{
    position: relative;
}
.top-circle{
    position: absolute;
    background-image: url(../img/top/top-circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30%;
    height: 50%;
    opacity: 0.5;

}
#top-aboutus .top-circle:nth-of-type(1){
    top: -6%;
    right: 20%;
    z-index: 1;
}
#top-aboutus .top-circle:nth-of-type(2){
bottom: -27%;
    left: -6%;
    width: 20%;
}
#top-interview .top-circle:nth-of-type(1){
top: -19%;
    right: 15%;
    width: 27%;
}
#top-interview .top-circle:nth-of-type(2){
top: 19%;
    right: -10%;
    width: 30%;
}

#top-recruit .top-circle:nth-of-type(1){
    top: -8%;
    right: 30%;
    width: 25%;
}
#top-recruit .top-circle:nth-of-type(2){
    top: 19%;
    right: -8%;
    width: 26%;
}
#top-recruit .top-circle:nth-of-type(3){
    bottom: -14%;
    right: 36%;
    width: 25%;
}
/*header*/
header{
    height: 80px;
    padding: 0;
    padding-left: 20px;
}
header .logo_wrp{
    display: flex;
    align-items: center;
    gap: 1vw;
}
header .logo_wrp span{
    font-weight: bold;
    font-size: 0.8vw;
    border: #000 1px solid;
    border-radius: 12px;
    padding: 3px 10px;
        font-family: "Montserrat", sans-serif;
}
header .menu-wrap{
    display: flex;
    align-items: center;
}
header .menu-wrap nav{
    margin-right: 2vw;
}
header .menu-wrap nav ul{
    display: flex;
    text-align: center;
    gap: 1vw;
    align-items: center;
    height: 100%;
}
header .menu-wrap nav ul li{
    position: relative;
}
header .menu-wrap nav ul li a{
    font-size: min(1.2vw, 16px);
}
header .menu-wrap nav ul .ex::after{
    content: "";
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 2px;
    background-image: url(../img/top/ex-bl.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1vw;
    height: 1vw;
}
header .menu-wrap nav ul li span{
    display: block;
    color: var(--blue);
    font-weight: var(--Bold);
        font-family: "Montserrat", sans-serif;
}
header .menu-wrap .recruit-btn{
    display: flex;
    align-items: center;
}
header .menu-wrap .recruit-btn li{
max-width: 132px;
    max-height: 80px;
    width: 8vw;
    height: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;

}
header .menu-wrap .recruit-btn .pc-none{
display:none;
}
header .menu-wrap .recruit-btn li:nth-child(1){

        background-color: #1FB9BC;
}
header .menu-wrap .recruit-btn li:nth-child(2){
    background-color: var(--blue);
}
header .menu-wrap .recruit-btn li:nth-child(3){
        background-color: #0fbf74;
}

header .menu-wrap .recruit-btn li a{
    color: #fff;
    font-weight: var(--Bold);
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}

#top-contents{
    margin-top: 50px;
}




#top-mainvisual{
    position: relative;
    margin-bottom: 150px;
}
#top-mainvisual .mainvisual-text{
    position: absolute;
    bottom: 0;
margin-left: 2vw;
    bottom: 10%;
}
#top-mainvisual .main-text{
background-color: var(--blue);
color: #ffff;
    font-size: 3vw;
    display: inline;
    border-radius: 5px;
    line-height: 5vw;
    padding-left: 17px;
    font-weight: var(--Bold);
}
#top-mainvisual .en-text{
color: #fff;
    letter-spacing: 2.6px;
    font-family: "Montserrat", sans-serif;
        text-shadow: 2px 1px black;
}
#top-mainvisual .slick-slide{
    margin-right: 5px !important;
}
#top-mainvisual .slick-track{
    display: flex;
}

#top-mainvisual .top_news_inner{
    position: absolute;
    bottom: 0;
    background-color: #fff;
    right: 0;
    border-radius: 40px 0 0 0;

}
#top-mainvisual .top_news_inner a{
    padding: 3vw 8vw 2vw 3vw;
    display: block;
}
#top-mainvisual .top_news_inner .htxt03{
    margin-bottom: 15px;
    color: var(--lightblue);
        font-family: "Montserrat", sans-serif;
}
#top-mainvisual .top_news_inner:after{
    content: "";
    position: absolute;
    right: 1.8vw;
    top: 0;
    bottom: 0;
    background-image: url(../img/top/arrow-wt.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 1.2vw;
    height: 1.2vw;
    margin: auto;
    background-size: contain;
    pointer-events: none;

}
#top-mainvisual .top_news_inner:before{
    content: "";
    position: absolute;
    right: 1vw;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    width: 3vw;
    height: 3vw;
    background-color: var(--blue);
    margin: auto;
       pointer-events: none;
}
#top-mainvisual .slick-slide{
    width: auto !important;
}
#top-mainvisual .slick-slide img{
    height: 95vh;
    object-fit: cover;
    border-radius: 40px;
}
#top-mainvisual .date_list li p{
    color: #000;
}

#top-message{
    margin-bottom: 170px;
    text-align: center;
}
#top-message .top-message-txt{
    margin-bottom: 60px;
    font-size: 1.4em;
    font-weight: var(--Medium);
    line-height: 54px;
    letter-spacing: 1.76px;
}
#top-message .top-message-blue{
    color: var(--blue);
    font-size: 1.9em;
    font-weight: var(--Bold);
}


#top-aboutus{
background: transparent linear-gradient(43deg, #00479C 20%, #8EC8FF 100%) 0% 0% no-repeat padding-box;
border-radius: 40px 40px 0px 0px;
padding-bottom: 140px;
}
#top-aboutus .top-aboutus_inner{
    margin-left: 8vw;
    align-items: center;

}
#top-aboutus .top-aboutus_btn li:nth-child(2):after{
    background-image: url(../img/top/external-ico.png);
}
#top-aboutus .top-aboutus_left{
    width: 80%;
}
#top-aboutus .top-aboutus_right{
    position: relative;
    top: 80px;
    width: 75%;
}
#top-aboutus{
    
}



#top-jobs{
 position: relative;
  background-image: url(../img/top/top_jobs.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: 170%; /* 初期は100% */
  background-position: center;
  height: 29vh;
  min-height: 600px;
}
#top-jobs:after{
    content: "";
    position: absolute;
    right: 11.5vw;
    top: 0;
    bottom: 0;
    background-image: url(../img/top/arrow-wt.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 1.6vw;
    height: 1.5vw;
    margin: auto;
    background-size: contain;

}
#top-jobs:before{
    content: "";
    position: absolute;
    right: 10vw;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    width: 4.6vw;
    height: 4.6vw;
    background-color: var(--blue);
    margin: auto;
}
#top-jobs .top-jobs_inner{
    border: 6px solid #fff;
    border-radius: 40px;
    width: 95%;
    height: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 8vw;
    display: flex;
    align-items: center;
}

#top-jobs .top-text_area{

}


/*interview*/

#top-interview{
background: transparent linear-gradient(43deg, #8EC8FF 0%, #00479C 70%) 0% 0% no-repeat padding-box;
    padding: 0;
    background-position-y: -190px;
    margin-bottom: 200px;
    overflow: hidden;
}
#top-interview .interview_inner{
    position: relative;
    overflow: hidden;
}
#top-interview .interview_inner .read-more{
        position: absolute;
    top: 18%;
    right: 16vw;
    color: #fff;
    font-size: 1.3vw;
                font-family: "M PLUS 1", sans-serif;
    font-weight: var(--Bold);
}
#top-interview .read-more:before{
    content: "";
    position: absolute;
    right: -6vw;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    width: 4.6vw;
    height: 4.6vw;
    background-color: #fff;
    margin: auto;
}
#top-interview .read-more:after{
        content: "";
    position: absolute;
    right: -4.5vw;
    top: 0;
    bottom: 0;
    background-image: url(../img/top/arrow-bl.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 1.6vw;
    height: 1.5vw;
    margin: auto;
    background-size: contain;
}




#top-interview .interview_inner .arrow{
    position: absolute;
    top: 30%;
    right: 0;
    width: 4vw;
    height: 4vw;
    display: block;

    border: #fff 2px solid;
    border-radius: 50%;
        margin-right: 10vw;
        cursor: pointer;
}
#top-interview .interview_inner .prev-btn{
    right: 6vw;
}
#top-interview .interview_inner .prev-btn:after{
    content: "";
    background-image: url(../img/top/top-interview-arrow.png);
    width: 1vw;
    height: 1.3vw;
    position: absolute;
    top: 33%;
    right: 1.3vw;
    transform: rotate(0deg);
    background-repeat: no-repeat;
    background-size: contain;

}
#top-interview .interview_inner .prev-btn:before{
}
#top-interview .interview_inner .next-btn:after{
    content: "";
    background-image: url(../img/top/top-interview-arrow.png);
    width: 1vw;
    height: 1.3vw;
    position: absolute;
    top: 33%;
    right: 1.4vw;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: contain;
}
#top-interview .interview_inner .next-btn:before{

}
#top-interview .interview_inner .top-text_area{
    margin-left: 8vw;
}
#top-interview .swiper{
        overflow: visible;
    padding-left: 15vw;
    padding-right: 15vw;
}
#top-interview .swiper-slide{

}
#top-interview .swiper-slide img{
    border-radius: 10px;
    height: 35vw;
    object-fit: cover;
}
#top-interview .slide-txt_wrap{
    position: absolute;
    bottom: 0;
    background-color: #fff;
    border-radius: 0 10px 0 0;
    width: 80%;
    padding:20px;
}
#top-interview .slide-txt_wrap .slide-title{
    font-size: 1vw;
    color: var(--lightblue);
    margin-bottom: 20px;
    font-weight: var(--Bold);
}
#top-interview .slide-txt_wrap .slide-text{
    font-size: 0.8vw;
    font-weight: var(--Bold);
}
#top-interview .swiper-wrapper{
    overflow: visible;
}



#top-work{
    background-image: url(../img/top/top-work_bg.png);
    width: 100%;
    height: 100%;
    padding-bottom: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 220px;
}

#top-work .top-work_inner{
    margin: 0 auto;
    gap: 60px;
    justify-content: center;
}
#top-work .top-text_area{
    color: #000;
    padding-top: 13vw;
}
#top-work .top-text_area h2{
    color: var(--blue);
}
#top-work .top-text_area p{
    margin-bottom: 100px;
}
#top-work .top-work_left{
    width: 35vw;
}
#top-work .read-more{
    position: relative;
    color: var(--blue);
    font-size: 1vw;
    font-family: "Montserrat", sans-serif;
    font-weight: var(--Bold);
    
}

#top-work .read-more:before{
    content: "";
    position: absolute;
    right: -6vw;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    width: 4.6vw;
    height: 4.6vw;
    background-color: var(--blue);
    margin: auto;
}
#top-work .read-more:after{
        content: "";
    position: absolute;
    right: -4.5vw;
    top: 0;
    bottom: 0;
    background-image: url(../img/top/arrow-wt.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 1.6vw;
    height: 1.5vw;
    margin: auto;
    background-size: contain;
}
#top-recruit{
    background: transparent linear-gradient(43deg, #00479C 30%, #8EC8FF 100%) 0% 0% no-repeat padding-box;
    border-radius: 40px 40px 0px 0px;
    margin-top: -30px;
        overflow: hidden;
}

#top-recruit .top-recruit_inner .top-recruit_left{
    margin-left: 8vw;
    width: 50%;
}
#top-recruit .top-recruit_inner .top-recruit_right{
    width: 50%;
}

/* スライダーの表示領域を安全に囲う */
#top-recruit .slick-slider .slick-list {
width: 100%;
    height: 80vw !important;
    max-height: 1268px;
}

/* 各スライドのli（.slick-slide）に固定高さ */
#top-recruit .slick-slide {
    height: 22vw;
    max-height: 240px;
}

/* 画像サイズ固定 */
#top-recruit .slick-slide img {
  width: 22vw;
  height: 22vw;
    max-width: 400px;
    max-height: 400px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.3s;
}

/* 最初の画像の余白調整は不要に（高さ固定により） */
#top-recruit .slick-slide:first-child img {
  margin-top: 0;
}

/* 偶数番目画像を右にズラす（transformを使用） */
#top-recruit .slick-slide:nth-child(2n) img {
  transform: translateX(18vw);
}


#hum{
    display: none;
}

    .sp-none{

        display: block;
}
.pc-none{
    display: none;
}
@media screen and (min-width: 768px) {
    .btn-list li{
        transition: all 0.5s ease-in-out;
    }
    .btn-list li:hover{
        width: 95%;
    }


header ul li .dropdown {
text-align: center;
    justify-content: center;
    display: none;
    position: absolute;
    top: 110%;
    left: 50%;
    margin: 0 auto;
    background: #fff;
    z-index: 100;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 210px;
    transform: translate(-50%, 10px);
    height: 150px;
    padding: 14px;
}
header ul li:hover .dropdown {
  display: block;
}
header ul li .dropdown li{
    margin-bottom: 20px;
}
header ul li .hover-bridge {
    position: absolute;
    top: 75%;
    left: 0;
    width: 100%;
    height: 50px;
    background: transparent;
    z-index: 50;
}







    #top-jobs{
        transition: all 0.2s ease-in-out;
    }
    #top-jobs:hover{
        background-size: 180%;

    }
        #top-jobs .top-jobs_inner{
                    transition: all 0.5s ease-in-out;
        }

    #top-jobs:hover .top-jobs_inner{
background: rgb(0 0 0 / 10%);
    }

#top-interview .interview_inner .read-more:before{
    transition: all 0.2s ease-in-out;
}
#top-interview .interview_inner .read-more:hover:before{
    transform: scale(1.1);

}
#top-work .read-more:before{
        transition: all 0.2s ease-in-out;
}
#top-work .read-more:hover:before{
        transform: scale(1.1);
}
footer .entry_wrp div{
    width: 30%;
}

#entry #common_main_visual{
    height: 440px;
}

#entry #common_main_visual .common_main_visual_inner{
position:absolute;
}
#entry #common_main_visual .common_main_visual_inner .htxt08 {
    font-weight: 400;
}


}


@media screen and (max-width: 767px) {
    .sp-none{
    display: none;
}
.pc-none{
    display: block;
}

header .logo_wrp{
        position: relative;
    z-index: 101;
        background-color: #fff;
        height: 100%;
        width: 85%;
}
header .logo_wrp span{
font-size:11px;
}
header .menu-wrap nav ul .ex::after{
        right: 56px;
    width: 15px;
    height: 15px;
}
    .flex-wrap{
        flex-direction: column;
        gap: 0;
    }
    .top-text_area h2{
        font-size: 36px;
    }
    .top-text_area h3{
        font-size: 16px;
    }
    .top-text_area p {
    font-size: 14px;
}

.btn-list li{
    height: 80px;
    width: 100%;
}
.btn-list li:before{
        right: 7px;
    width: 25px;
    height: 25px;
}
.btn-list li:after{
        right: 14px;
    width: 10px;
    height: 10px;
}
.btn-list li a {
    font-size: 16px;
}

    #hum{
position: absolute;
        top: 25px;
        right: 0;
        width: 50px;
        height: 50px;
        z-index: 100;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        
    }
    #hum span{
        display: block;
        width: 30px;
        margin-bottom: 5px;
        height: 2px;
        background-color: #000;
          transition: transform 0.3s ease-in-out;
    }
#hum.active span:first-child {
  /* 1本目の線（上）を45度回転させ、中央に寄せる */
  transform: translateY(3.5px) rotate(45deg);
}

#hum.active span:last-child {
  /* 2本目の線（下）を-45度回転させ、中央に寄せる */
  transform: translateY(-3.5px) rotate(-45deg);
}
    header .menu-wrap{
        display: none;
    }
    header .menu-wrap nav{
        /*
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        bottom: 0;
        */
        margin: auto;
        /*transform: translate(0%, -50%);*/
        margin-top: 15vh;
    }
    header .menu-wrap nav ul{
        display: block;
    }
header .menu-wrap nav ul li{
    margin-bottom: 30px;
}

header .menu-wrap nav ul li:nth-of-type(2) .accordion-item.active {
        max-height: 150px;
}
header .menu-wrap nav ul li a {
    font-size: 20px;
    display: inline-block;
}
        header .menu-wrap.active{
        display: block;
        background-color: #fff;
        width: 100%;
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
                overflow-y: scroll;
                padding-bottom: 100px;
    }
header ul li .hover-bridge {
    display: none;
}
header nav ul li .accordion{
    position: relative;
}
header nav ul li .accordion:before{
    content: "";
    position: absolute;
    top: 0;
    right: -29px;
    width: 20px;
    height: 2px;
    background-color: #000;
            bottom: 0;
        margin: auto;
}
header nav ul li .accordion:after{
content: "";
        position: absolute;
        top: 0;
        right: -20px;
        width: 2px;
        height: 20px;
        background-color: #000;
        bottom: 0;
        margin: auto;
        transition: all 0.5s ease-in-out;
}
header nav ul li .accordion.active:after{
    transform: rotate(90deg);

}

header nav ul li .accordion-item {

    max-height: 0;    /* 高さを0にしてコンテンツを隠します */
    opacity: 0;       /* フェードイン/アウト効果のため、透明度も0にします */
    overflow: hidden; /* 高さが0の時にコンテンツがはみ出さないようにします */
    pointer-events: none;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out, padding 0.5s ease-out;
}

header nav ul li .accordion-item.active {
    opacity: 1;
    padding: 20px;
    pointer-events: visible;
}
header nav ul li .ac-interview.active{
min-height:250px;
}
header nav ul li .accordion-item li{
    margin-bottom: 10px;
}
header .menu-wrap .recruit-btn {

    position: fixed;
    width: 100%;
    bottom: 0;
flex-direction:column;
}
header .menu-wrap .recruit-btn li{
    width: 100%;
max-width:100%;
    height: 60px;
}
header .menu-wrap .recruit-btn .pc-none{
display:flex;
}
header .low-list{
    text-align: center;
        padding-bottom: 100px;
}
header .low-list li{
    margin-bottom:10px;
}

#top-mainvisual .slick-slide img{
    height: 60vh;
}
#top-mainvisual .mainvisual-text{
    bottom: 35%;
}
#top-mainvisual .main-text{
        font-size: 28px;
        line-height: 44px;
}
#top-message .top-message-blue {
    line-height: 34px;
}
#top-mainvisual .top_news_inner{
    width: 90%;
}
#top-mainvisual .top_news_inner:before{
        width: 30px;
        height: 30px;
        right: 20px;
}
#top-mainvisual .top_news_inner:after{
        right: 28px;
        width: 14px;
        height: 14px;
}
#top-mainvisual .top_news_inner a {
    padding: 30px 0px 0 30px;
}
#top-message{
    padding: 0 20px;
}
#top-message .top-message-txt{
    line-height: 40px;
    font-size: 0.8em;
}
#top-aboutus{
    padding-top: 30px;
}
#top-aboutus .top-aboutus_inner{
    margin-left: 0;
}
#top-aboutus .top-aboutus_inner .top-aboutus_left{
    margin-left: 8vw;
            margin-right: 8vw;
}
#top-jobs{
    background-size: cover;
    height: 400px;
    min-height: auto;
}

#top-jobs:after{
        width: 14px;
        height: 14px;
            top: -150px;
        right: 160px;
}
#top-jobs:before{
        width: 40px;
        height: 40px;
            top: -150px;
        right: 147px;
}

#top-jobs .top-jobs_inner{
    padding-right: 8vw;
}
#top-interview .interview_inner .read-more{
    font-size: 14px;
}
#top-interview .interview_inner .prev-btn {
    right: 12vw;
}
#top-interview .slide-txt_wrap .slide-title{
    font-size: 12px;
}
#top-interview .slide-txt_wrap .slide-text{
    font-size: 10px;
}
#top-interview .slide-txt_wrap{
width: 100%;
    padding: 10px;
}
#top-interview .interview_inner .read-more {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 8vw;
}
#top-interview .swiper{
    margin-top: 40px;
}
#contents #top-interview{
    margin-top: 0 ;
        background-position-y: -70px;
}

#top-interview .swiper-slide img {
    height: 320px;
}
#top-interview .interview_inner .arrow {
    position: absolute;
    top: 44%;

    width: 9vw;
    height: 9vw;
    display: block;
    border: #fff 1px solid;
    border-radius: 50%;
    margin-right: 10vw;
    cursor: pointer;
}

#top-interview .interview_inner .next-btn:after {
    content: "";
    background-image: url(../img/top/top-interview-arrow.png);
    width: 10px;
    height: 15px;
    position: absolute;
    top: 28%;
    right: 2.5vw;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: contain;
}

#top-interview .interview_inner .prev-btn:after {
    content: "";
    background-image: url(../img/top/top-interview-arrow.png);
    width: 10px;
    height: 15px;
    position: absolute;
    top: 28%;
    right: 2.5vw;
    transform: rotate(0deg);
    background-repeat: no-repeat;
    background-size: contain;
}

#top-interview .read-more:after {
    content: "";
    position: absolute;
    right: -5.5vw;
    top: 0;
    bottom: 0;
    background-image: url(../img/top/arrow-bl.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 2.6vw;
    height: 2.5vw;
    margin: auto;
    background-size: contain;
}
#top-interview .read-more:before {
    content: "";
    position: absolute;
    right: -7vw;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    width: 5.6vw;
    height: 5.6vw;
    background-color: #fff;
    margin: auto;
}


#top-work .top-work_inner{
    position: relative;
}
#top-work .top-work_left {
        width: 180px;
        position: absolute;
        right: 13%;
        bottom: -25%;
}
#top-work .top-text_area{
        margin-left: 8vw;
}
#top-work .read-more{
        font-size: 0.8rem;
}
#top-work .read-more:before{
right: -35px;
        width: 25px;
        height: 25px;
}
#top-work .read-more:after{
        width: 12px;
        height: 12px;
        right: -28px;
}

#top-recruit .top-recruit_inner .top-recruit_left{
    width: auto;
    margin-right: 8vw;
}
#top-recruit .top-recruit_inner .top-recruit_right {
    width: 100%;
}

#top-recruit .slick-track .slick-slide{
    width: 200px;
}

#top-recruit .slick-slide img{
    max-width: 200px;
}
#top-recruit .slick-track .slick-slide:nth-child(2n){
    left: 0;
            bottom: -145px;
}
#top-recruit .slick-slider .slick-list{
        height: 100vw !important;
}
#contents{
    margin-bottom: 0;
}
#top-recruit .slick-slide img{
    width: auto;
    height: auto;
}
#top-recruit .slick-slide:nth-child(2n) img{
        transform: translateY(35vw);
}
#entry #common_main_visual{
    height: 160px;
}
#entry #common_main_visual .common_main_visual_inner{
position:absolute;
}
#entry #common_main_visual .common_main_visual_inner .htxt08 {
    font-weight: 400;
}

}

