@charset "utf-8";
/*****共通*****/
.underKeyimages .inter01 {
    background: url("../images/interview/bg-interview01.png") no-repeat center;
    background-size: cover;
    height: 75vh;
	    position: relative;
}
.underKeyimages .inter02 {
    background: url("../images/interview/bg-interview02.png") no-repeat center;
    background-size: cover;
    height: 75vh;
	    position: relative;
}
.underKeyimages .inter03 {
    background: url("../images/interview/bg-interview03.png") no-repeat center;
    background-size: cover;
    height: 75vh;
	    position: relative;
}
.underKeyimages .inter04 {
    background: url("../images/interview/bg-interview04.png") no-repeat center;
    background-size: cover;
    height: 75vh;
	    position: relative;
}
.underKeyimages .inter05 {
    background: url("../images/interview/bg-interview05.png") no-repeat center;
    background-size: cover;
    height: 75vh;
	    position: relative;
}
.ttl {
    display: flex;
    flex-direction: column;
    width: fit-content;
}
.underKeyimages .ttl-wrap {
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, 0);
    top: 35%;
    text-shadow: 1px 1px 6px rgb(0 0 0 / 90%);
}
.slide-arrow {
    cursor: pointer;
    margin: auto;
    position: absolute;
}
.prev-arrow{
	top: -55px;
    left: 32%;
}
.next-arrow{
	top: -55px;
    left: 35%;
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) and (max-width: 1380px){
	.underKeyimages .key-wrap {
    background-size: cover;
    height: 50vh;
}
	.underKeyimages .ttl-wrap {
    position: absolute;
    z-index: 10;
}
}

@media screen and (max-width: 767px) {
	.underKeyimages .key-wrap {
    height: 30vh;
}
	.prev-arrow {
    top: -55px;
	left: 0;
    right: -30%;
}
	.next-arrow {
    top: -55px;
	left: 0;
    right: -55%;
}
}

/*****共通end*****/

.interview-top-item {
    position: absolute;
    bottom: -40px;
    left: 0;
    padding: 10px 100px 25px 280px;
    background-color: #082a8b;
    color: #fff;
}
.interview-top-item .num{
    font-size: 150px;
    font-weight: bold;
    line-height: 1;
    font-family: sans-serif;
    margin-right: 30px;
}
.interview-top-item .flex{
	align-items: center;
	display: flex;
}
.flex-top{
	padding-left: 40px;
    border-left: 1px solid;
}
.interview-top-item .flex .position{
	margin-bottom: 15px;
}
.interview-top-item .flex .name{
	font-size: 30px;
    line-height: 1;
    font-weight: 900;
    font-family: sans-serif;
}
.interview-top-item .flex .small{
	font-size: 15px;
}

@media screen and (min-width: 768px) {

}
@media screen and (min-width: 768px) and (max-width: 1380px){

}
@media screen and (max-width: 767px) {
.interview-top-item {
    position: absolute;
    bottom: -100px;
    left: 0;
    padding: 20px 80px 20px 40px;
    background-color: #082a8b;
    color: #fff;
}
	.interview-top-item .flex .position {
    margin-bottom: 0;
}
.interview-top-item .num {
	font-size: 60px;
	}
}

.sec1{
	padding-top: 10px;
    padding-bottom: 170px;
	background-color: #eaecf9;
}
.sec1 .wrap {
	max-width: 1250px;
}
.sec1 .job_inner{
	justify-content: space-between;
	    margin-top: 13em;
}

.sec1 .question-cont{
	margin-bottom: 50px;
	position: relative;
}
.sec1 p{
	font-size: 16px;
}
.sec1 .orange{
	font-size: 10px;
	    margin-right: 5px;
}
.sec1 .q-ttl{
	font-weight: bold;
}
.sec1 .q-txt{
	font-size: 30px;
	font-weight: bold;
}
.sec1 .line-orange{
	width: 55px;
    height: 4px;
    background-color: #e26737;
    position: absolute;
    top: 75px;
    left: 0;
}
.sec1 .txt_under{
	padding-top: 25px;
}

.line-container {
  width: 100%;
  height: 4px;
  overflow: hidden;
}

.line {
  width: 0;
  height: 4px;
  background-color: #e26737;
  transition: width 0.8s ease-out;
}

/* 画面に入ったら */
.line-container.mv .line {
  width: 10%;
}
@media screen and (min-width: 768px) {
.sec1 .txt_left{
	    width: 38%;
    margin-right: 5em;
}
.sec1 .txt_right{
	    width: 38%;
    margin-left: 5em;
}
}
@media screen and (min-width: 768px) and (max-width: 1380px){

}
@media screen and (max-width: 767px) {
	.sec1 {
		padding-bottom: 80px;
	}
	.sec1 .wrap{
		padding: 0 20px;
		padding-top: 20px;
	}
	.sec1 .job_inner {
    margin-top: 8em;
}
	.sec1 .q-txt {
		font-size: 24px;
	}
	.sec1 .bottoms-job-flex{
		flex-direction: column-reverse;
        display: flex;
		margin-top: 3em;
	}
}



.sec2{
	padding: 0;
}
.sec2 .blue-bg{
	background-color: #082a8b;
	position: relative;
	padding: 80px 0;
}
.sec2 .ttls{
	    max-width: 1200px;
    margin: 0 auto;
}
.sec2 .ttls .smallttl{
	font-size: 20px;
	font-weight: 600;
}
.sec2 .ttls h4{
	color: #fff;
	font-weight: bold;
	font-size: 45px;
}
.sec2 .ttl_en{
    font-size: 150px;
    font-family: Myriad Pro;
    font-weight: 800;
    position: absolute;
    top: -70px;
    right: 0;
    white-space: nowrap;
    color: #3b9be8;
    z-index: 99;
    opacity: 0.5;
    line-height: 120px;
    letter-spacing: 3px;
}
.sec2 .interview-slider li.item {
    position: relative;
    padding: 0 30px;
}
.sec2 .interview-slider li .img {
    position: relative;
    width: 500px;
}
.sec2 .interview-slider li .img img{
	object-fit: cover;
}
.sec2 .interview-slider li .num {
	position: absolute;
    font-weight: bold;
    font-size: 110px;
    color: #fff;
    bottom: -85px;
    left: 40px;
    font-family: Arial, Helvetica, "sans-serif";
}
.sec2 .interview-slider li .txt {
    position: absolute;
	top: 20px;
    left: 60px;
    font-weight: bold;
}
.sec2 .slick-list{
	padding: 50px 0;
}
.sec2 .position{
	    background-color: #082a8b;
    text-align: center;
	color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.sec2 .interview-slider .name {
    font-size: 30px;
    line-height: 1;
}
.sec2 .interview-slider .small {
    font-size: 15px;
}



@media screen and (min-width: 768px) {
	.sec2 .blue-bg{
    padding-bottom: 140px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1380px){

}
@media screen and (max-width: 767px) {
	.sec2 .ttls{
		    padding-left: 20px;
	}
	.sec2 .ttl_en {
		font-size: 45px;
        font-family: sans-serif;
	}
	.sec2 .ttls .smallttl {
    font-size: 17px;
}
	.sec2 .ttls h4{
		    font-size: 30px;
	}
.sec2 .interview-slider li .img {
    position: relative;
    width: 330px;
}
	.sec2 .interview-slider li .num{
		font-size: 70px;
		    bottom: -50px;
	}
}


