@charset "utf-8";
/* RECRUIT CSS
---------------------------------- */
.scroll{
    display: flex;
    overflow: hidden;
}
.recruit.sec-intro .img-area {
    display: flex;
    animation: scroll 80s linear infinite;
}
.recruit.sec-intro .img-area .img-item {
    width: 480px;
    height: auto;
    padding-left: 20px;
}
.recruit.sec-intro .img-area .img-item img {
    width: 100%;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 1024px) {
    .recruit.sec-intro .img-area .img-item {
        width: 400px;
    }
}

@media (max-width: 767px) {
    .recruit.sec-intro .img-area .img-item {
        width: 320px;
    }
}

@media (max-width: 480px) {
    .recruit.sec-intro .img-area .img-item {
        width: 270px;
    }
}

/*interview*/
.sec-voice .voice-cont .voice-item {
    display: flex;
    flex-wrap: wrap;
}
.sec-voice .voice-cont .voice-item:first-child {
    padding-top: clamp(4.5rem, 3.5008rem + 2.08vw, 6rem);
}
.sec-voice .voice-cont .voice-item .img-area {
    width: 50.4%;
    aspect-ratio: 17 / 10;
    height: auto;
}
.sec-voice .voice-cont .voice-item .txt-area {
    width: 49.6%;
    margin-top: 120px;
    display: flex;
    flex-wrap: wrap;
}
.sec-voice .voice-cont .voice-item:nth-of-type(2n) .img-area {
    order: 2;
}
.sec-voice .voice-cont .voice-item:nth-of-type(2n) .txt-area {
    order: 1;
}
.sec-voice .voice-cont .voice-item .txt-area .career  {
    height: 40px;
    display: block;
    padding-left: 50px;
    margin-left: 0;
    margin-right: auto;
    position: relative;
    white-space: nowrap;
}
.sec-voice .voice-cont .voice-item .txt-area .career::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.15);
}
.sec-voice .voice-cont .voice-item:nth-of-type(2n) .txt-area .career {
    padding-right: 50px;
    margin-left: auto;
    margin-right: 0;
}
.sec-voice .voice-cont .voice-item:nth-of-type(2n) .txt-area .career::before {
    left: 0;
}
.sec-voice .voice-cont .voice-item .txt-area .career .department {
    position: relative;
    display: inline-block;
    height: 40px;
}
.sec-voice .voice-cont .voice-item .txt-area .career .department::before {
    content: " ";
    background-color: #303AB2;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
}
.sec-voice .voice-cont .voice-item .txt-area .career .department-2 {
    padding-left: 15px;
}
.sec-voice .voice-cont .voice-item .txt-area .career .year {
    padding-left: 30px;
    padding-right: 10px;
}
.sec-voice .voice-cont .voice-item .txt-area .interview {
    padding-left: 50px;
}
.sec-voice .voice-cont .voice-item:nth-of-type(2n) .txt-area .interview  {
    padding-left: inherit;
    padding-right: 50px;
}

@media (max-width: 1024px){
    .sec-voice  {
        overflow: hidden;
    }
    .sec-voice .voice-cont .voice-item {
        margin-bottom: clamp(7.5rem, 5.8336rem + 3.47vw, 10rem);
    }
    .sec-voice .voice-cont .voice-item .img-area {
        width: 100%;
    }
    .sec-voice .voice-cont .voice-item .txt-area {
        width: 100%;
        margin-top: clamp(3rem, 2.3328rem + 1.39vw, 4rem);
    }
    .sec-voice .voice-cont .voice-item:nth-of-type(2n) .img-area {
        order: 1;
    }
    .sec-voice .voice-cont .voice-item:nth-of-type(2n) .txt-area {
        order: 2;
    }
    .sec-voice .voice-cont .voice-item .txt-area .career  {
        padding-left: 0;
    }
    .sec-voice .voice-cont .voice-item .txt-area .career::before {
        width: 95vw;
    }
    .sec-voice .voice-cont .voice-item .txt-area .interview  {
        padding-top: clamp(1.5rem, 1.1664rem + 0.69vw, 2rem);
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .sec-voice .voice-cont .voice-item:nth-of-type(2n) .txt-area .career {
        padding-right: 0;
        padding-left: 5%;
    }
    .sec-voice .voice-cont .voice-item .txt-area .career .department-2 {
        padding-left: 10px;
    }
    .sec-voice .voice-cont .voice-item .txt-area .career .year {
        padding-left: 20px;
    }
    .sec-voice .voice-cont .voice-item:nth-of-type(2n) .txt-area .career .year {
        padding-right: 0;
    }
    .sec-voice .voice-cont .voice-item:nth-of-type(2n) .txt-area .interview {
        padding-right: 0;
        text-align: justify;
    }
}
@media (max-width: 480px) {
    .sec-voice .voice-cont .voice-item .txt-area .career  {
        height: 30px;
    }
    .sec-voice .voice-cont .voice-item .txt-area .career .department {
        height: 30px;
    }
    .sec-voice .voice-cont .voice-item .txt-area .career .department-2 {
        padding-left: 5px;
    }
    .sec-voice .voice-cont .voice-item .txt-area .career .year {
        padding-left: 10px;
    }
}

/* --------------------------------------
sec-overview
-------------------------------------- */
.sec-overview .container {
    display: flex;
    justify-content: space-between;
    column-gap: 8.88%;
    position: relative;
}
.sec-overview .container .tab-cont{
    flex: 1;
    max-width: 1100px;
    width: 100%;
}
.sec-overview .panel-area .generic-list .list-item dt {
    width: 31%;
    max-width: 195px;
}


/* tab -------- */
.sec-overview .tab-area {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
}
.sec-overview .tab-area::-webkit-scrollbar {
    height: 5px;
}
.sec-overview .tab-area::-webkit-scrollbar-track {
    background: #ddd;
}
.sec-overview .tab-area::-webkit-scrollbar-thumb {
    background: #303AB2;
    border-radius: 2.5px;
}
.sec-overview .tab-area .tab {
    display: flex;
    align-items: center;
    width: auto;
    position: relative;
    height: 65px;
    padding: 0;
    color: #888;
    margin: 0 1px;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff;
}
.sec-overview .tab-area .tab::before {
    content: "";
    background: rgba(0,0,0,0.15);
    width: 1px;
    height: 25px;
    left: 0;
    bottom: -12px;
    position: absolute;
}
.sec-overview .tab-area .tab:last-child::after {
    content: "";
    background: rgba(0,0,0,0.15);
    width: 1px;
    height: 25px;
    right: 0;
    bottom: -12px;
    position: absolute;
}
.sec-overview .tab-area .tab .box-tabnav {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 60px;
    margin-left: 15px;
    margin-right: 15px;
    min-width: 200px;
}
.sec-overview .tab-area .tab .box-tabnav::before {
    content:"";
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #303AB2;
    height: 2px;
}
.sec-overview .tab-area .tab .box-tabnav::after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    display: inline-block;
    transform: translateX(-50%);
}
.sec-overview .tab-area .tab .box-tabnav .nav-txt {
    white-space: nowrap;
}
.sec-overview .tab-area .tab.active {
    background: #fff;
    color: #444;
    font-weight: 600;
}
@media (min-width: 768px) {
	.sec-overview .tab-area .tab:hover {
	    background: #fff;
	    color: #444;
	    font-weight: 600;
	}
}

.sec-overview .tab-area .tab.active .box-tabnav::after {
    bottom: -14px;
    content:"";
    position: absolute;
    left: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
	background: url(../img/common/icon-arrow_wht.svg) no-repeat center;
	transform: translateX(-50%) rotate(90deg);
	background-color: #303AB2;
    background-size: 8px;
    border-radius: 100%;
}
.sec-overview .text-cessation {
    padding-left: 25px;
    padding-right: 25px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
}

@media (max-width: 1280px){
    .sec-overview .container {
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .sec-overview .container {
        flex-direction: column;
        row-gap: 30px;
    }
    .sec-overview .panel-area .generic-list .list-item dt,
    .sec-overview .panel-area .generic-list .list-item dd {
        width: 100%;
        max-width: none;
    }
	.sec-overview .tab-area .tab .box-tabnav {
        padding: 0 3vw;
        min-width: 120px;
	}
    .sp-only.txt-back > a {
        position: relative;
    }
    .sp-only.txt-back > a.txtlink {
        color: #00B98D;
    }
    .sp-only.txt-back > a .arrow {
        width: 10px;
        height: 2px;
        background-color: #00B98D;
        position: absolute;
        left: -20px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
    }
    .sp-only.txt-back > a .arrow::before {
        content: "";
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #00B98D;
        border-right: 2px solid #00B98D;
        position: absolute;
        top: 50%;
        right: -5px;
        transform: translate(-50%,-50%) rotate(-45deg);
    }
}
@media (max-width: 480px) {
    .sec-overview .tab-area {
        width: 100%;
    }
}

/* panel ------------------------- */
.sec-overview .panel {
    display: none;
}
.sec-overview .panel.active {
    display: block;
}
.sec-overview .panel-area .generic-list > .list-item:first-child {
    border-top: inherit;
}

/* btnarea ------------------------- */
.sec-overview .btnarea .btn {
    margin: 0 auto 0 0;
}
@media (max-width: 1280px){
    .sec-overview .btnarea .btn {
        margin: 0 auto;
    }
}
