@charset "utf-8";
#recruit .sub_main_visual {background-image: url(../r-img/recruit/main.jpg);}

/*　sec1
---------------------------------------------------------*/
.sec1 {
	padding: 0 0 90px;
}
.sec1_title {
	background: #4C2080;
	color: #FFF;
	margin-bottom: 60px;
	padding: 30px 0;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.2em;
}

.table_type01 {
	width: 100%;        
}
.table_type01 th,
.table_type01 td {
	padding: 16px 0;
	font-size: 1.4rem;
	vertical-align: middle;
}

.table_type01 th:first-child,
.table_type01 td:first-of-type {
	border-top:1px solid #ABABAB;
}

.table_type01 th {
	border-bottom: 1px solid #ABABAB;
	width: 160px;
	text-align: center;
}
.table_type01 th div {
	background: #F4F3EE;
	padding: 20px 5px;
	width: 100%;
}
.table_type01 td {
	border-bottom: 1px solid #ABABAB;
	padding-left: 85px;
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);
}

.sec1_contactBox {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #4C2080;
  color: #4C2080;
  margin: 40px auto 55px;
  padding: 40px 85px;
  width: 640px;
}
.sec1_contactBox dt {}
.sec1_contactBox dd {
	width: 340px;
}
.sec1_contactBox dd p {
	padding: 3px 0;
	font-size: 1.4rem;
}
.sec1_contactBox dd p.ad {
	letter-spacing: -0.5em;
}
.sec1_contactBox dd p span {
	display: inline-block;
	letter-spacing: 0.1em;
}
.sec1_contactBox dd p span.post {
	padding-right: 1em;
}
.sec1_contactBox dd p a {
	color: #4C2080;
}

.entry_btn {
	display: block;
	background: #4C2080;
	color: #FFF;
	margin: auto;
	width: 640px;
	font-size: 2.0rem;
  text-align: center;
	line-height: 80px;
}

.tab1 , .tab2{
	display:none!important;
}

.tab1.block , .tab2.block{
	display:block!important;
}

.button-flex{
	display:flex;
	width: 100%;
	justify-content: space-between;
	margin:0 0 80px;
}

.button-flex div{
	width: 49.5%;
}

.button-flex div a{
	transition: 0.4s;
	width: 100%;
	text-align: center;
	font-size: 24px;
	display:block;
	padding:20px 0;
	border:2px solid #BABABA;
	border-bottom:4px solid #BABABA;	
	color:#BABABA;
	cursor: pointer;
}

.button-flex div a.current{
	width: 100%;
	text-align: center;
	font-size: 24px;
	display:block;
	border:2px solid #A58FBF;
	border-bottom:4px solid #4C207F;
	color:#4C207F ;
	pointer-events: none;
	opacity: 1!important;

}

div.table_type01{
	    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
}


div.table_type01{
	width: 100%;
}


div.table_type01 tr{
	width: 100%;
}

.table_type01 th{
/*	height: 100%;*/
}

.table_type01 td{
	width: 840px!important;
}

div.table_type01 h2{
	font-weight: 500;
	line-height: 1;
	font-size: 24px;
	margin:60px 0 40px;
	color:#4C207F;
	padding-left: 8px;
	border-left:8px solid #4C207F;
}

.anker-link{
	display:flex;
	flex-wrap: wrap;
	position: relative;
	bottom: 20px;
}

.anker-link a{
	width: 32%;
	display:block;
	background: #4C2080;
	color:white;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
	padding:12px 0;
}

.anker-link a:nth-child(1) , .anker-link a:nth-child(4) , .anker-link a:nth-child(7) , .anker-link a:nth-child(10){
	margin-right: 1.33%;
} 

.anker-link a:nth-child(2) , .anker-link a:nth-child(5) , .anker-link a:nth-child(8) , .anker-link a:nth-child(11){
	margin-right:0.6666%;
	margin-left: 0.6666%;
} 

.anker-link a:nth-child(3) , .anker-link a:nth-child(6) , .anker-link a:nth-child(9) , .anker-link a:nth-child(12){
	margin-left: 1.33%;
} 



@media screen and (max-width: 1260px) {
}

@media screen and (max-width: 1000px) {
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {
	
	 .table_type01 td:first-of-type{
		border:0!important;
}

	.button-flex div a , .button-flex div a.current{
		font-size: 16px;
		padding:12px 0;
	}

	.anker-link{
		justify-content: space-between;
	}

	.anker-link a{
		width: 100%;
		font-size: 16px;
		margin:0 0 2%!important;
	}

	.button-flex{
		margin-bottom: 40px;
	}

	.table_type01 td{
		width: 100%!important;
	}

	div.table_type01 table{
		width: 100%!important;
	}

	div.table_type01 h2{
		font-size: 20px;
		margin:65px 0 25px;
		padding-left: 7px;
    	border-left: 7px solid #4C207F;
	}

	.anker-link{
		bottom: 0;
	}

	.anker-link a{
		padding:10px 0;
	}



	#recruit .sub_main_visual {background-image: url(../r-img/recruit/main_sp.jpg);}

	/*　sec1
	---------------------------------------------------------*/
	.sec1 {
		padding: 0 0 50px;
	}
	.sec1_title {
		margin-bottom: 30px;
		padding: 22px 0;
		font-size: 1.6rem;
	}

	.table_type01 th,
	.table_type01 td {
		display: block;
		font-size: 1.2rem;
	}
	.table_type01 th {
		border-bottom: none;
		padding-bottom: 0;
		width: 100%;
	}
	.table_type01 th div {
		padding: 10px 5px;
	}
	.table_type01 td {
		padding-left: 0;
		width: 100%;
	}

	.sec1_contactBox {
	  display: block;
	  margin: 25px auto 30px;
	  padding: 30px 25px;
	  width: 94%;
		max-width: 640px;
	}
	.sec1_contactBox dt {
		margin-bottom: 10px;
		text-align: center;
	}
	.sec1_contactBox dd {
		width: 100%;
	}
	.sec1_contactBox dd p {
		padding: 0;
		font-size: 1.2rem;
	}

	.entry_btn {
		width: 94%;
		max-width: 640px;
		font-size: 1.6rem;
		line-height: 48px;
	}

}










/* 20250925 */
.sns a img{
	width: 15px;
}

#pageHeader.recruit{
	background: inherit;
	transition: 0.4s;
}

#pageMain.recruit{
	margin-top: 0;
}

#pageHeader.recruit a{
	color:white
}

#pageHeader.recruit #gnav{
	margin-right: 80px;
}

#pageHeader.recruit .pageHeaderLogo img{
	width: 375px;
}

#pageHeader.recruit .pageHeaderLogo .sp-none .num{
	color:white;
}

#pageHeader.recruit.child .pageHeaderLogo .sp-none .num{
	color:#4C2080;
}

.p-entry__link{
	position: fixed;
	right: 80px;
	bottom: 50px;
	z-index: 10;
	transition: 0.4s;
	background: white;
	width: 164px;
	height: 164px;
	color:#4C2080;
	text-align: center;
	font-size: 27px;
	line-height: 164px;
	font-weight: 500;
	border-radius: 50%;
}

.p-entry__link:hover{
	opacity: 1;
	background: #4C2080;
	color:white;
}


.recruit .sec1{
	background: #4C2080;
	padding:120px 0;
	height: auto;
	min-height: 840px;
}

.recruit .sec1_img{
	top: 120px;
	height: 600px;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	background-image: url('../images/recruit/musk.png');
	background-size: cover;
	background-position: bottom;
}

.mainWidth2{
	padding:0 20px;
	box-sizing: border-box;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}

.plus__box{
	color:white;
}

.plus__box h2{
	font-size: 48px;
	font-weight: bold;
	margin:0;
}

.pb__text1{
	font-size: 20px;
	font-weight: 500;
}

.pb__text2{
	font-size: 16px;
	margin:55px 0 80px;
	line-height: 1.85;
}

.arrow__link{
	display: block;
	width: 320px;
	box-sizing: border-box;
	position: relative;
	border-radius: 8px;
	font-size: 16px;
	text-align: center;
	border:1px solid white;
	color:white;
	padding:19px 0;
}


.arrow__link:after{
	content: '';
	width: 14px;
	height: 12px;
	background-image: url('../images/recruit/arrow.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.4s;
}

.arrow__link:hover{
	background: white;
	color:#4C2080;
	opacity: 1;
}

.arrow__link:hover:after{
	background-image: url('../images/recruit/arrow4.png');
}

.plus__sec2{
	background: #F4F3EE;
	padding: 120px 0;
}

.title__flex{
	display: flex;
	color: #4C2080;
	margin-bottom: 75px;
}

.title__left{
	box-sizing: border-box;
	padding-right: 20px;
	width: 325px;
}

.title__right{
	width: calc(100% - 325px);
}

.title__left h2{
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}

.title__right p{
	font-size: 16px;
	margin:10px 0 0;
	line-height: 1.8;
}

.ps2__flex{
	display: flex;
	align-items: center;
	margin-top: 55px;
}

.ps2__left{
	width: 50%;
	position: relative;
}

.ps2__left img{
	width: 100%;
}

.ps2__right{
	width: 50%;
}

.ps2__right a{
	display: block;
	background: #4C2080;
	color:white;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	padding:55px 80px;
	box-sizing: border-box;
	position: relative;
}

.ps2__right a h3{
	font-size: 32px;
	font-weight: bold;
	margin:0 0 20px;
}

.ps2__right a p{
	font-size: 16px;
	margin:0;
	line-height: 1.8;
}

.ps2__right a:after{
	content: '';
	position: absolute;
	right: 80px;
	top: 50%;
	width: 88px;
	height: 88px;
	background-image: url('../images/recruit/arrow2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
	transition: 0.4s;
}

.ps2__right a:hover{
	opacity: 1;
}

.ps2__right a:hover:after{
	background-image: url('../images/recruit/arrow5.png');
}

.plus__sec3{
	background: #4C2080;
	padding:120px 0;
	color:white;
}

.ps3__flex{
	display: flex;
}

.ps3__left{
	width:40%;
	box-sizing: border-box;
	padding-right: 20px;
}

.ps3__left h2{
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}

.ps3__right{
	width:60%;
}

.ps3__right ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.ps3__right ul li{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom:1px solid white;
}

.ps3__right ul li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.ps3__right ul li a{
	padding:25px 0;
	color:white;
	font-size: 32px;
	font-weight: bold;
	position: relative;
	display: block;
}

.ps3__right ul li a:after{
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	width: 88px;
	height: 88px;
	background-image: url('../images/recruit/arrow2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
	transition: 0.4s;
}

.ps3__right ul li a:hover{
	opacity: 1;
}

.ps3__right ul li a:hover:after{
	background-image: url('../images/recruit/arrow5.png');
}

.ps3__right ul li a:hover{
	opacity: 1;
}

.plus__sec4{
	background: #F4F3EE;
	padding:120px 0;
	color: #4C2080;
}

.mainWidth3{
	padding:0 20px;
	box-sizing: border-box;
	max-width: calc(1320px + 10vw);
	margin-left: auto;
	margin-right: 0;
}

.plus__sec4 h2{
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}

.slider-1{
	margin-top: 80px;
}

.slider-1 .slick-prev{
	position: absolute;
	right: 130px;
	width: 28px;
	top: -45px;
	cursor: pointer;
}

.slider-1 .slick-next{
	position: absolute;
	right: 80px;
	width: 28px;
	top: -45px;
	cursor: pointer;
}

.slider__col{
	color:#4C2080;
	text-decoration: none;
}

.arrow__link.size2{
	transition: 0.4s;
}

.slider__col:hover .arrow__link.size2{
	opacity: 1;
	background: #4C2080;
	color:white;
}

.slider__col:hover .arrow__link.size2:after{
	background-image: url('../images/recruit/arrow.png');
}

.slider__col:hover{
	opacity: 1;
}

.slider__text1{
	font-size: 16px;
	margin:22px 0 0;
	font-weight: 500;
}

.slider__text2{
	font-size: 28px;
	margin:10px 0 0;
	font-weight: bold;
}

.slider__text2 span{
	display: inline-block;
	font-size: 14px;
	margin-left:20px ;
	font-weight: 400;
}

.slider__text3{
	margin:8px 0 20px;
	font-size: 14px;
	font-weight: 500;
}

.arrow__link.size2{
	width: 120px;
	font-size: 10px;
	color:#4C2080;
	border-color: #4C2080;
	padding:4px 0;
}

.arrow__link.size2:hover{
	opacity: 1;
	background: #4C2080;
	color:white;
}

.arrow__link.size2:hover:after{
	background-image: url('../images/recruit/arrow.png');
}

.arrow__link.size2:after{
	width: 9px;
	height: 8px;
	right: 10px;
	background-image: url('../images/recruit/arrow3.png');
}

.slider-1 .slick-list{
	padding-left: 0!important;
	padding-right: 80px!important;
}

.slider-1 .slider__col{
	transition: 0.4s;
	margin-right: 20px;
	position: relative;

}
/* 
.slider-1 .slick-current.slider__col{
	position: relative;
	left: 0;
}

.slider-1 .slider__col img{
	transition: 0.4s;
	width: 80%;
}

.slider-1 .slick-current.slider__col img{
	width: 100%;
} */

.movie__area{
	margin-top: 190px;
	position: relative;
	box-sizing: border-box;
	padding:0 80px;
}

.movie__area:before{
	content: '';
	position: absolute;
	left: 0;
	top: 170px;
	width: 100%;
	height: calc(100% - 340px);
	background: #4C2080;
	z-index: 1;
}

.movie__area a{
	display: block;
	width: 46%;
	position: relative;
	z-index: 2;
	color:white;
	transition: 0.4s;
}

.movie__area a:hover{
	opacity: 1;
}

.movie__area a:hover .movie__img:before{
	background-image: url('../images/recruit/play2.png');
}

.movie__area a.color{
	color: #4C2080;
}

.movie__area a.video1{
	margin-left: auto;

}

.movie__area a.video2{
	margin-top: -170px;
}

.movie__area a.video3{
	margin-left: auto;
	margin-top: -170px;
}

.movie__area a img{
	width: 100%;
}

.ma__text1{
	font-size: 16px;
	margin:20px 0 0;
	font-weight: 500;
}

.ma__text2{
	font-size: 28px;
	margin:8px 0 0;
	font-weight: bold;
}

.ma__text2 span{
	display: inline-block;
	font-size: 14px;
	margin-left:20px ;
	font-weight: 400;
}

.ma__text3{
	margin:6px 0 0;
	font-size: 14px;
	font-weight: 500;
}

.plus__sec5{
	background: #4C2080;
	padding:120px 0;
	color:white;
}

.ps5__flex{
	display: flex;
	align-items: center;
}

.ps5__left{
	width: 45%;
	box-sizing: border-box;
	padding-right: 20px;
	color:white;
}

.ps5__right{
	position: relative;
	width: 55%;
	overflow: hidden;
	border-radius: 16px;
}

.ps5__left h2{
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}

.arrow__link.target:after{
	background-image: url('../images/recruit/target.png');
	width:16px;
	height: 16px;
}

.arrow__link.target:hover:after{
	background-image: url('../images/recruit/target2.png');
}

.plus__sec6{
	padding:120px 0;
	background: #F4F3EE;
	color:#4C2080;
}

.ps6__flex{
	display: flex;
}

.ps6__left{
	width: 32%;
	box-sizing: border-box;
	padding-right: 20px;
}

.ps6__left h2{
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}

.ps6__right{
	width: 68%;
}

.faq__box{
	border-top:1px solid #4C2080;
	padding:30px 0;
}

.plus__sec6 .faq__box:last-child{
	border-bottom:1px solid #4C2080;
}

.faq__box .faq__q{
	position: relative;
	padding-left: 50px;
	padding-right: 70px;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

.faq__box .faq__q:before{
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 2px;
	background: #4C2080;
}

.faq__box .faq__q:after{
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	width: 18px;
	height: 2px;
	transition: 0.4s;
	background: #4C2080;
}

.faq__box .faq__q.open:after{
	transform: translateY(-50%) rotate(180deg);
}

.faq__box .faq__q span , .faq__box .faq__a span{
	position: absolute;
	left: 0;
	top: -11px;
	font-size: 32px;
	font-weight: 500;
	color:#4C2080;
}

.faq__box .faq__a{
	font-size: 14px;
	padding-left: 50px;
	padding-right: 70px;
	font-weight:500;
	margin:25px 0 0;
	color:#323232;
	position: relative;
	display: none;
}

.plus__sec7{
	padding:120px 0;
	background: #4C2080;
	color:white;
}

.plus__sec7 h2{
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 60px;
}

.arrow__link.center{
	margin:0 auto;
}

.plus__sec7 .arrow__link.center{
	margin-top: 60px;
}

.plus__sec8{
	padding:85px 0;
	background-image: url('../images/recruit/re-bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.plus__sec8 a{
	display: block;
	width:100%;
	border:1px solid white;
	border-radius: 8px;
	padding:110px 80px;
	box-sizing: border-box;
	position: relative;
	color:white;
}

.plus__sec8 a:after{
	content: '';
	position: absolute;
	right: 80px;
	top: 50%;
	width: 88px;
	height: 88px;
	background-image: url('../images/recruit/arrow2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
	transition: 0.4s;
}

.plus__sec8 a:hover{
	opacity: 1;
}

.plus__sec8 a:hover:after{
	background-image: url('../images/recruit/arrow5.png');
}

.plus__sec8 a .title__flex{
	margin: 0;
	align-items: center;
	color:white;
}

.recruit footer{
	padding:67px 0 35px;
	background: #4C2080;
}

.footer__flex{
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.footer__left{
	display: flex;
	align-items: end;
	width: 60%;
}


.footer__right{
	width: 40%;
}

.footer__left a.pr__link{
	font-size: 14px;
	color:white;
	margin-left: 80px;
	font-weight: 500;
}

.footer__right p{
	font-size: 12px;
	margin: 0;
	font-weight: 400;
	color:white;
	text-align: right;
}

.tm__sec1{
	margin:72px 0 0;
	width: 100%;
	height: auto;
	padding: 13vw 0 8vw;
	background-image: url('../images/recruit/pageV.jpg');
	background-size: cover;
	background-position: bottom;
}

.tm__sec1 h2{
	font-size: 48px;
	font-weight: bold;
	margin:0;
	color:#4C2080;
}

.tm__sec1 p.ts1__text1{
	font-size: 20px;
	font-weight: 500;
	margin:0 0 120px;
	color:#4C2080;
}

.tm__sec1 p.ts1__text2{
	font-size: 20px;
	font-weight: 500;
	margin:0 0 15px;
	color:#4C2080;
}

.tm__sec1 h3{
	margin: 0 0 25px;
	font-size: 32px;
	font-weight:600;
}

.tm__sec1 h3 span{
	display: inline-block;
	background:#4C2080;
	color:white;
	padding:4px 10px;
	padding-right: 0;
	letter-spacing: 0;
}

.tm__sec1 p.ts1__text3{
	font-size: 16px;
	margin:0 0 10px;
	color:#4C2080;
}

.tm__sec1 p.ts1__text4{
	font-size: 32px;
	margin: 0;
	line-height: 1.2;
	font-weight: 500;
	color:#4C2080;
}

.tm__sec1 p.ts1__text4 span{
	font-size: 14px;
	display: inline-block;
	margin-left: 20px;
	font-weight: 400;
	position: relative;
	top: -7px;
}

.tm__sec2{
	padding: 160px 0 300px;
}

.ts2__flex{
	display: flex;
	position: relative;
	align-items: center;
}

.ts2__flex:before{
	content: '';
	position: absolute;
	left: 25%;
	top: -160px;
	width: 93%;
	height: calc(100% + 320px);
	background: #4C2080;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.ts2__left{
	width: 50%;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.ts2__left img{
	width: 680px;
	position: relative;
	left: -240px;
	max-width: inherit;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}

.ts2__right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 80px;
	position: relative;
	z-index: 2;
	color: white;
}

.ts2__right h3{
	font-size: 28px;
	font-weight:600;
	margin: 0 0 32px;
}

.ts2__right h3.mt__plus{
	margin-top: 120px;
}

.ts2__right p{
	font-size: 16px;
	margin:0;
	line-height: 1.7;
}

.ts2__flex2{
	margin-top: 320px;
	display: flex;
	position: relative;
	align-items: center;
}

.ts2__left2{
	width: 50%;
	box-sizing: border-box;
	padding-right: 70px;
}

.ts2__right2{
	width: 50%;
	box-sizing: border-box;
}

.ts2__right2 img{
	width: 680px;
	position: relative;
	max-width:inherit;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	display: block;
	margin-left: auto;
}

.ts2__left2 h3{
	font-size: 28px;
	font-weight:600;
	color:#4C2080;
	margin: 0 0 32px;
}

.ts2__left2 h3.mt__plus{
	margin-top: 120px;
}


.ts2__left2 p{
	font-size: 16px;
	margin:0;
	line-height: 1.7;
	color:#202020;
}

.plus__sec8.type2{
	background-image: url('../images/recruit/re-bg.png');
}

.interview__sec1{
	margin: 112px 0 140px;
}

.is__info h2{
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color:#4C2080;
}

.isi__text1{
	margin: 0 0 40px;
	font-size: 32px;
	font-weight: 500;
	color:#4C2080;
	line-height: 1;
	margin-top: -30px;
}

.isi__text1 span{
	display: inline-block;
	font-size: 78px;
	position: relative;
	top: 28px;
}

.is__info{
	margin-top: -350px;
	margin-left: 140px;
	position: relative;
	z-index: 2;
}

.is__info h3{
	margin:15px 0 0;
	font-size: 32px;
}

.is__info h3 span{
	display: inline-block;
	background:white;
	color:#4C2080;
	padding:4px 10px;
	padding-right: 0;
	letter-spacing: 0;
	border-radius: 8px;
	margin:4px 0;
}

.is__info h3 span.pr{
	padding-right: 10px;
}

.is__info .profile{
	background:#4C2080;
	color:white;
	width: 380px;
	max-width: 100%;
	border-radius: 8px;
	padding:35px 30px;
	box-sizing: border-box;
	margin-top: 25px;
}

.is__info .profile .profile__text1{
	font-size: 16px;
	margin: 0 0 3px;
	font-weight: 500;
}

.is__info .profile .profile__text2{
	font-size: 28px;
	margin: 0;
	font-weight: 600;
}

.is__info .profile .profile__text2 span{
	display: inline-block;
	font-size: 16px;
	margin-left: 13px;
	font-weight: 400;
}

.is__info .profile .profile__text3{
	font-size: 14px;
	margin:4px 0 0;
	font-weight: 500;
}

.is__flex2{
	display: flex;
}

.is__left2{
	width: 54%;
	box-sizing: border-box;
}

.is__right2{
	width: 46%;
	box-sizing: border-box;
	padding-left: 20px;
}

.is__right2 img{
	width: 420px;
	max-width: 100%;
	border-radius: 16px;
	display: block;
	margin-left: auto;
}

.interview__sec3 .img__area .rel{
	max-width: 700px;
}

.recruit.child#pageHeader{
	background: white;
}

.rel{
	position: relative;
	overflow: hidden;
}

.q__text{
	margin: 0 0 40px;
	font-size: 24px;
	font-weight: 600;
	color:#4C2080;
	padding-left: 90px;
	position: relative;
}

.q__text.mt__plus{
	margin-top: 90px;
}

.q__text span{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 56px;
	font-weight: 500;
	color:#4C2080;
}

.a__text{
	font-size: 16px;
	margin:0;
	line-height: 1.7;
	color:#202020;
}

.interview__sec2{
	margin-bottom: 160px;
}

.interview__sec3{
	padding:160px 0;
	position: relative;
	color:white;
}

.interview__sec3 .img__area{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: calc(50% - 120px);
}

.interview__sec3 .img__area img{
	width: 100%;
	max-width: 700px;
	margin:12px 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.interview__sec3 .mainWidth{
	position: relative;
	z-index: 2;
}

.interview__sec3 .mainWidth .q__text , .interview__sec3 .mainWidth .a__text ,
.interview__sec3 .q__text span{
	color:white;
}

.interview__sec3:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: calc(1000px + 20vw);
	height: 100%;
	background: #4C2080;
	border-bottom-left-radius: 16px;
	border-top-left-radius: 16px;
}

.interview__sec2.type2{
	margin-top: 120px;
}

.sc__area{
	border-top: 1px solid #4C2080;
	border-bottom: 1px solid #4C2080;
	padding:80px 0;
	display: flex;
	align-items: center;
	margin-top: 160px;
}

.sc__left{
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
}

.sc__right{
	width: 50%;
	box-sizing: border-box;
}

.time__table{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	color:#4C2080;
}

.time__table .tt__left{
	width: 100px;
	box-sizing: border-box;
	padding-right: 30px;
	position: relative;
	margin-bottom: 20px;
}

.time__table .tt__left:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: calc(100% + 20px);
	background: #4C2080;
}

.time__table .tt__left:before{
	content: '';
	position: absolute;
	right: -5px;
	top: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #4C2080;
}

.time__table .tt__left p{
	font-size: 20px;
	margin: 0;
	font-weight: 500;
	text-align: right;
	position: relative;
	top: -10px;
}

.time__table .tt__right{
	width: calc(100% - 100px);
	box-sizing: border-box;
	padding-left: 47px;
	margin-bottom: 20px;
}

.time__table .tt__right p{
	position: relative;
	top: -10px;
	font-size: 20px;
	margin: 0;
	font-weight: 500;
	color:#202020;
}

.time__table .tt__right.last ,.time__table .tt__left.last{
	margin-bottom: 0;
}

.time__table .tt__left.last:after{
	display: none;
}

.sc__left h3{
	font-size: 32px;
	font-weight: 600;
	color:#4C2080;
	margin: 0;
}

.sc__left p{
	font-size: 16px;
	margin:0;
	line-height: 1.7;
	color:#202020;
}

.plus__sec4.page__ver h2{
	font-size: 32px;
}

.en__sec1{
	background: #4C2080;
	color:white;
	text-align: center;
	padding:75px 0;
	margin-top: 72px;
}

.en__sec1 h2{
	font-size: 48px;
	margin: 0;
	font-weight: bold;
}

.en__sec1 p{
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}

.en__sec2{
	padding:80px 0;
}

.en__sec2 ul{
	display: flex;
	list-style: none;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.en__sec2 ul li a{
	font-size: 18px;
	font-weight: 500;
	margin: 0 12px;
	border-radius: 20px;
	padding: 6px 10px;
	box-sizing: border-box;
	width: 240px;
	text-align: center;
	display: block;
	border:1px solid #4C2080;
	color:#4C2080;
	transition: 0.4s;
}

.en__sec2 ul li a:hover{
	background: #4C2080;
	color:white;
	opacity: 1;
}

.en__sec3{
	padding:160px 0;
	background:#4C2080;
}

.en__sec3 h2 , .en__sec4 h2 , .en__sec5 h2 , .en__sec6 h2{
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}

.en__sec3 h2{
	color:white;
}

.en__sec4{
	padding:160px 0;
	background: #F3F4EE;
	color:#4C2080;
}

.en__sec5{
	padding:160px 0;
	background:#4C2080;
	color:white;
	position: relative;
}

.ensec5__flex{
	display: flex;
}

.ensec5__left{
	width: 320px;
	box-sizing: border-box;
	padding-right: 155px;
}

.ensec5__right .training__row:first-child{
	border-top: none;
	padding-top: 10px;
}

.ensec5__right .training__row:last-child{
	padding-bottom: 0;
}

.ensec5__left h2{
	white-space: nowrap;
}

.ensec5__left p{
	border:1px solid white;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	border-radius: 8px;
	padding:3px 0;
	margin:20px 0 0;
}

.ensec5__right{
	width: calc(100% - 320px);
	box-sizing: border-box;
}

.en__sec5 .mainWidth{
	position: relative;
	z-index: 2;
}

.en__sec5 h2 span{
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	margin-left: 30px;
	color:white;
}

.training__sec{
	width: 720px;
	max-width: 100%;
	display: block;
	margin:120px auto 0;
}

.training__row{
	border-top:1px solid white;
	padding:38px 0;
}

.training__sec .training__row:last-child{
	border-bottom:1px solid white;
}

.training__row h3{
	font-size: 24px;
	margin: 0 0 8px;
	font-weight: bold;
	color:white;
}

.training__row p{
	font-size: 16px;
	margin: 0;
	line-height: 1.7;
	color:white;
}

.en__sec6{
	padding:160px 0;
	color:#4C2080;
}

.career__sec{
	max-width: 100%;
	display: block;
	margin:80px auto 0;
	position: relative;
	width: calc(100% - 64px);
}

.career__sec:before{
	content: '';
	position: absolute;
	z-index: 2;
	left:60px;
	top: 0;
	width: 2px;
	height:calc(100% - 40px);
	background-image: radial-gradient(circle, #4C2080 1.5px, transparent 1.5px);
	background-size: 2px 6px;
	background-position: 0 0;
	background-repeat: repeat-y;
	box-sizing: border-box;
}


.career__row{
	display: flex;
	margin-top: 40px;
}

.career__left{
	width: 170px;
	position: relative;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.career__right{
	width: calc(100% - 170px);
}

.career__left .cr__col{
	width: 120px;
	height: 120px;
	background: #4C2080;
	border-radius: 50%;
	color: white;
	text-align: center;
	position: relative;
	z-index: 3;
}

.career__left .cr__col .cr__1{
	font-size: 16px;
	margin: 0;
	font-weight: 500;
	padding-top: 22px;
}

.career__left .cr__col.type2 .cr__1{
	padding-top: 29px;
	margin-bottom: 5px;
}

.career__left .cr__col .cr__2{
	font-size: 14px;
	margin: 0;
	line-height: 1;
	position: relative;
	top: 1px;
}

.career__left .cr__col .cr__3{
	font-size: 16px;
	margin: 0;
	font-weight: 500;
	line-height: 1.7;
}

.career__left .cr__col .cr__2 span{
	font-size: 28px;
	font-weight: 500;
	display: inline-block;
	margin-right: 2px;
}

.career__right h3{
	font-size: 20px;
	margin:7px 0 14px;
	font-weight:bold;
	color:#4C2080;
}

.career__right p{
	margin: 0;
	font-size: 18px;
	color:#4C2080;
	font-weight: 400;
}

.career__right p.mt__plus{
	margin-top: 30px;
}

.support__area{
	position: relative;

	padding: 36px;
	padding-right: 20px;
	margin-top: 30px;
	padding-left: 170px;
	z-index: 1;
	width: 802px;
	height: 124px;
	margin-left: 62px;
	background-image: url('../images/recruit/fukidashi.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}


.support__area p{
	font-size: 16px;
	margin: 0;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.7;
	color:#4C2080;
}

.environment{
	font-family: "Noto Sans JP", sans-serif;
}

.environment .roboto{
	font-family: "Roboto", sans-serif;
}

.plus__info{
	margin-top:100px;
	position: relative;
}

.plus__box2{
	position: relative;
	width: 960px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding:64px 64px 44px;
	border:1px solid #4C2080;
	border-radius: 5px;
}

.plus__info h2{
	font-size: 24px;
	margin: 0;
	position:absolute;
	left: 49px;
	top: -20px;
	padding:0 15px;
	z-index: 3;
	background:#F3F4EE;
	color:#4C2080;
}

.plus__info ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin:0;
	padding:0;
	position: relative;
	z-index: 2;
}

.plus__info ul li{
	width: 30%;
	font-size: 20px;
	margin:0 0 20px;
	font-weight: 600;
	color:#4C2080;
}


.welfare__flex{
	display: flex;
	justify-content: space-between;
}

.we__col{
	width: 30%;
}

.we__col h3 , .color__bg{
	font-size: 24px;
	color:#4C2080;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: 22px;
	letter-spacing: 0;
	margin:60px 0 30px;
	position: relative;
}

.we__col h3:before , .color__bg:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height:100%;
	background: #4C2080;
}

.we__row{
	border-top: 1px solid #4C2080;
	margin-top: 60px;
}

.we__col h4{
	margin:0 0 10px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	color:#202020;
}

.we__col h4.mt__plus{
	margin-top: 35px;
}

.we__col h4 span{
	display: inline-block;
	color:#4C2080;
	margin-right: 3px;
}

.we__col p{
	color:#202020;
	font-size: 14px;
	margin:0;
	line-height: 1.4;
}

.pageHeader_inner{
	transition: 0.4s;
}

.pageHeader_inner.color{
	background: #4C2080;
}

#pageHeader.recruit.child a{
	color:#4C2080;
}

.pageHeaderLogo.recruit.child .sp-none .num{
	color:#4C2080;
}

.movie__img{
	width: 100%;
	height: 100%;
	line-height: 1;
	position: relative;
}

.movie__img:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	background-image: url('../images/recruit/play.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.4s;
}

.space{
	position: relative;
}

.message1{
	width: calc(50% - 20px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
	overflow: hidden;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}

.message1 img{
	width: 100%;
}

.message2{
	width: calc(50% - 20px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 1;
	overflow: hidden;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}

.message2 img{
	width: 100%;
}

.num__flex{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
	flex-wrap: wrap;
}

.num__left{
	width:50%;
	box-sizing: border-box;
	padding-right: 20px;
}

.num__right{
	width:50%;
	box-sizing: border-box;
	padding-left: 20px;
}

.num__col{
	width: 100%;
	border-radius: 8px;
	box-sizing: border-box;
	background: white;
	padding:30px 35px;
	margin-bottom: 40px;
	position: relative;
}

.num__col h3{
	font-size: 24px;
	font-weight:bold;
	margin: 0;
	color:#4C2080;
}

.num__text{
	font-size: 14px;
	margin: 0;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	position: relative;
	right: -10px;
	color:#202020;
}

.num__icon1{
	width: 192px;
	display: block;
	margin: 0 auto;
}

.num__icon2{
	width: 128px;
	display: block;
	margin:20px auto 30px;
}

.num__text1{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}

.num__text1 span{
	line-height: 1;
	font-size: 96px;
	font-weight:bold;
	display: inline-block;
	margin-right: 3px;
	color: #4C2080;
}

.abo1{
	position: absolute;
	left: 30px;
	top: 37%;
}

.abo2{
	position: absolute;
	right: 30px;
	top: 37%;
}

.sex{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin: 0;
	padding-left: 25px;
}

.num__text1 span.size2{
	font-size: 80px;
}

.num3__flex{
	display: flex;
	justify-content: center;
	align-items: end;
	margin:54px 0 25px;
}

.num3__flex img{
	width: 143px;
	margin-right: 20px;
}

.num__icon4{
	display: block;
	width: 247px;
	margin:64px auto 45px;
}


.num__text2{
	font-size: 20px;
	text-align: center;
	font-weight:bold;
	margin:0 0 8px;
}

.num__text2.mt__plus{
	margin-top: 35px;
}

.num__icon4-2{
	display: block;
	width: 63px;
	position: relative;
	top: -2px;
	margin-right: 30px;
}

.num__icon4-3{
	display: block;
	width: 82px;
	margin-right: 17px;
	position: relative;
	top: -2px;
}

.num4__flex{
	display: flex;
	justify-content: center;
	align-items: end;
	margin:0 0 25px;
}

.num4__flex.mb__plus{
	margin-bottom: 45px;
}

.bg__area{
	width: 100%;
	position: relative;
}

.bg__area:before{
	content: '';
	position: absolute;
	left: 0;
	top: 330px;
	width: 100%;
	height: calc(100% - 800px);
	background: #F4F3EE;
}

.interview__sec1 , .interview__sec2 , .interview__sec3 {
	position: relative;
	z-index: 2;
}

.interview__sec1__img{
	border-radius: 16px;
}

.num__icon5{
	width: 300px;
	display: block;
	margin:135px auto;
}

.abo3{
	position: absolute;
	top: 15%;
	left: 13%;
}

.abo4{
	position: absolute;
	top: 15%;
	right: 10%;
}

.abo5{
	position: absolute;
	bottom: 11%;
	left: 13%;
}

.abo6{
	position: absolute;
	bottom: 11%;
	right: 10%;
}

.num__text1 span.size3{
	font-size: 64px;
}

.num__text1 span.size3 span{
	font-size: 32px;
}

.year{
	width: 104px;
	background: #4C2080;
	color:white;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding:4px 0;
	white-space: nowrap;
	margin: 0;
}

.year span{
	font-size: 24px;
}

.num__text1 span.small{
	font-size: 24px;
	margin: 0;
	color:#202020;
}

.num3__flex img.num__icon6{
	width: 125px;
	margin-right: 35px;
}

.num3__flex.type2{
	margin: 65px 0 31px;
}

.num3__flex img.num__icon7{
	width: 138px;
}

.num3__flex img.num__icon8{
	width: 221px;
}

.num3__flex.type3{
	margin:40px 0 20px;
}

.num3__flex.type4{
	margin:30px 0 20px;
}

.inview1{
	opacity: 0;
	transform: translateY(30px);
	transition: 0.7s;
	transition-delay: 0.2s;
}
.inview1.show1{
	opacity: 1;
	transform: translateY(0);
}

.mainWidth.type2{
	max-width: 1040px;
}


.we__col{
	width: 31%;
}































@media screen and (max-width: 1500px){

	#pageHeader.recruit #gnav{
		margin-right: 20px;
	}

	.ts2__left img{
		left: -180px;
	}

	.tm__sec2 .mainWidth{
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding:0 20px;
		margin: 0!important;
	}

	.ts2__left img{
		width: 100%;
		left: -20px;
	}

	.ts2__right{
		padding-right: 100px;
	}

	.ts2__left2{
		padding-left: 100px;
	}

	.ts2__right2 img{
		width: 100%;
		right: -20px;
	}

}


@media screen and (max-width: 1260px) {

	.is__info{
		margin-left: 40px;
	}

	.q__text span{
		font-size: 45px;
	}

	.q__text{
		font-size: 20px;
		padding-left: 70px;
	}

	.a__text{
		font-size: 15px;
	}

	.interview__sec3 .img__area{
		width: calc(50% - 40px);
	}

	.plus__box h2{
		font-size: 36px;
	}

	.title__left h2{
		font-size: 32px;
	}

	.pb__text1{
		font-size: 18px
	}

	.pb__text2{
		font-size: 15px
	}

	.title__right p{
		font-size: 15px
	}

	.sec1_img{
		width: calc(50% + 120px);
	}

	.ps2__right a{
		padding: 45px 60px;
	}

	.ps2__right a h3{
		font-size: 26px;
	}

	.ps2__right a p{
		font-size: 15px;
	}

	.ps2__right a:after{
		right: 50px;
	}

	.ps3__left h2 , .plus__sec4 h2 , .ps5__left h2 , .ps6__left h2 , .plus__sec7 h2{
		font-size: 32px;
	}

	.ps3__right ul li a{
		padding:20px 0;
		font-size: 26px;
	}

	.ps3__left{
		width: 300px;
	}

	.ps3__right{
		width: calc(100% - 300px);
	}

	.slider__text1{
		font-size: 15px;
	}

	.slider__text2 , .ma__text2{
		font-size: 21px;
	}

	.slider__text2 span , .ma__text2 span{
		font-size: 13px;
		margin-left: 10px;
	}

	.slider__text3{
		font-size: 13px;
	}

	.ma__text1{
		font-size: 15px;
	}

	.ma__text3{
		font-size: 13px;
	}

	.faq__box .faq__q{
		font-size: 16px;
		padding-left: 40px;
    padding-right: 60px;
	}

	.faq__box .faq__a{
		padding-left: 40px;
    padding-right: 60px;
	}

	.faq__box .faq__q span, .faq__box .faq__a span{
		font-size: 26px;
	}

	.plus__sec8 a{
		padding:100px 65px ;
	}

	.recruit #gnav li a{
		font-size: 12px!important;
	}

	.recruit .overlay{
		width: 60%;
	}

	.recruit #gnav li{
		margin-right: 12px;
	}

	#pageHeader.recruit .pageHeaderLogo img{
		width: 240px;
	}

	.pageHeaderLogo .sp-none .num{
		font-size: 15px !important;
        top: 3px !important;
	}

	.tm__sec1 h2{
		font-size: 38px;
	}

	.tm__sec1 p.ts1__text1{
		font-size: 18px;
		margin-bottom: 80px;
	}

	.tm__sec1 p.ts1__text2{
		font-size: 18px;
	}

	.tm__sec1 h3{
		font-size: 28px;
	}

	.ts2__right{
		padding-left: 50px;
	}

	.ts2__right h3 , .ts2__left2 h3{
		font-size: 22px;
	}

	.ts2__right p{
		font-size: 15px;
	}

	.ts2__right h3.mt__plus{
		margin-top: 80px;
	}
















}

.sp__main{
	display: none;
}

@media screen and (max-width: 679px) {

	.message1{
		position: relative;
		width: calc(100% - 20px);
		top: 0;
		transform: translateY(0);
	}

	.message2{
		position: relative;
		width: calc(100% - 20px);
		top: 0;
		transform: translateY(0);
		display: block;
		margin-left: auto;	
	}

	.sns{
		border-bottom: inherit!important;
	}

	.tm__sec1{
		padding: 0;
		background-image:inherit!important;
	}

	#pageHeader.recruit a{
		color: #4C2080;
	}

	.sp__main{
		display: block;
		width: 100%;		height: auto;
		min-height: 200px;
		object-fit: cover;
	}

	.tm__sec1{
		margin-top: 56px;
	}

	.p-entry__link{
		right:20px;
		bottom: 20px;
		font-size: 19px;
		width: 100px;
		height: 100px;
		line-height: 100px;
	}

	.ts2__flex:before{
		left: 20px;
		width: 100%;
		top: -220px;
		height: calc(100% + 290px);
		border-top-left-radius: 16px;
	}

	.ts2__left2{
		width: 100%;
		padding: 0;
	}

	.ts2__right2{
		width: 100%;
		padding: 0;
	}

	.ts2__flex{
		display: block;
	}

	.ts2__flex2{
		display: block;
		margin-top: 0px;
	}

	.message2{
		margin:170px 0 40px;
		margin-left: auto;
	}

	.tm__sec2{
		padding-top: 50px;
		padding-bottom: 100px;
	}

	.ts2__right2 img{
		margin-top: 50px;
	}

	.ts2__left2 h3.mt__plus{
		margin-top: 80px;
	}

	.ts2__left{
		width: 100%;
	}

	.ts2__right h3 , .ts2__left2 h3{
		font-size: 20px;
		margin-bottom: 25px;
	}

	.ts2__right p , .ts2__left2 p{
		font-size: 14px;
	}

	.ts2__left img{
		width: 100%;
	}

	.ts2__right{
		padding: 0;
		width: 100%;
		padding-left: 40px;
		margin-top: 50px;
	}

	.pageHeader_inner{
		background: white;
	}

	.recruit .sec1_img{
		width: calc(100% - 15px);
		height: 100%;
		top: 0;
	}

	.recruit .mainWidth2{
		padding:0 15px;
	}

	.recruit .sec1_inner{
		height: 100%;
		top: 0;
	}

	.recruit .sec1_inner{
		display: block;
	}

	.plus__box{
		margin-top: 30px;
	}

	.recruit .sec1{
		padding:90px 0;
	}

	.plus__box h2{
		font-size: 28px;
	}

	.pb__text2{
		margin:40px 0 60px;
	}

	.arrow__link{
		margin:0 auto;
	}

	.plus__sec2 , .plus__sec3 , .plus__sec4{
		padding:90px 0;
	}

	.title__flex{
		display: block;
	}

	.title__right{
		width: 100%;
	}

	.title__right p{
		font-size: 14px;
		margin-top: 40px;
	}

	.ps2__flex{
		display: block;
	}

	.ps2__left{
		width: 100%;
	}

	.ps2__right{
		width: 100%;
	}

	.ps2__right a{
		border-top-right-radius: 0px;
		border-bottom-left-radius: 8px;
	}

	.ps2__right a{
		padding:30px;
		padding-left: 20px;
		padding-right: 50px;
	}

	.ps2__right a h3{
		font-size: 22px;
	}

	.ps2__right a p{
		font-size: 14px;
	}

	.ps2__right a:after{
		right: 10px;
		width: 50px;
		height: 50px;
	}

	.ps3__flex{
		display: block;
	}

	.ps3__left{
		width: 100%;
		padding: 0;
	}

	.ps3__right{
		width: 100%;
		padding: 0;
		margin-top: 50px;
	}

	.ps3__right ul li a:after{
		width: 50px;
		height: 50px;
		right: 10px;
	}

	.plus__sec8.type2 .title__right p br{
		display: block;
	}

	.ps3__right ul li{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.ps3__right ul li a{
		padding:15px 0;
		font-size: 22px;
	}

	.ps3__left h2, .plus__sec4 h2, .ps5__left h2, .ps6__left h2, .plus__sec7 h2{
		font-size: 26px;
	}

	.pb__text1 {
		font-size: 15px;
	}

	.mainWidth3{
		padding-right: 0;
		padding-left: 15px;
		width:100%;
	}

	.slider-1 .slick-next{
		right: 20px;
		width: 22px;
	}

	.slider-1 .slick-prev{
		right: 60px;
		width: 22px;
	}

	.arrow__link.size2{
		margin-left: 0;
	}

	.slider__text2, .ma__text2{
		font-size: 19px;
	}

	.slider__text1{
		font-size: 14px;
	}

	.movie__area a , .movie__area a.video3{
		width: 100%;
		margin: 0;
	}

	.movie__area a.video2{
		margin:60px 0;
	}

	.movie__area{
		margin-top: 120px;
		padding: 0;
	}

	.movie__area:before{
		width: calc(100% + 30px);
		left: -15px;
		top: 100px;
		height: calc(100% - 300px);
	}

	.plus__sec5 , .plus__sec6{
		padding:90px 0;
	}

	.ps5__flex{
		display: block;
	}

	.ps5__left{
		width: 100%;
		padding: 0;
	}

	.ps5__right{
		width: 100%;
		padding: 0;
		margin-top: 50px;
	}

	.ps6__flex{
		display: block;
	}

	.ps6__left{
		width: 100%;
		padding: 0;
	}

	.ps6__right{
		width: 100%;
		padding: 0;
		margin-top: 50px;
	}

	.faq__box{
		padding:20px 0;
	}

	.faq__box .faq__q{
		font-size: 14px;
		padding-left: 30px;
		padding-right: 40px;
	}

	.faq__box .faq__q span, .faq__box .faq__a span{
		font-size: 21px;
		top: -6px;
	}

	.faq__box .faq__q:before{
		right: 5px;
	}

	.faq__box .faq__q:after{
		right: 5px;
	}

	.faq__box .faq__a{
		padding-left: 30px;
		padding-right: 40px;
		font-size: 13px;
	}

	.plus__sec7{
		padding:90px 0;
	}

	.plus__sec8{
		padding:25px 0 ;
	}

	.plus__sec8 a{
		padding:30px 20px ;
	}

	.plus__sec8 a:after{
		right: 20px;
		width: 50px;
		height: 50px;
	}

	.title__left h2{
		font-size: 26px;
	}

	.title__left p{
		font-size: 14px;
	}

	.title__right p{
		margin-top: 15px;
	}

	.recruit footer{
		padding:50px 0 25px;
	}

	.footer__flex{
		display: block;
	}

	.footer__left{
		width: 100%;
		display: block;
	}

	.footer__left a.pr__link{
		margin-left: 0;
		display: block;
		font-size: 13px;
		margin-top: 20px;
	}

	.footer__right{
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}

	.footer__right p{
		font-size: 11px;
		margin-top: 40px;
		text-align: center;
	}

	.footer__left .arrow__link{
		margin-left: 0;
	}

	.pageHeader_inner.color{
		background: white;
	}

	.title__right p br{
		/* display: none; */
	}

	.slider-1 .slick-list{
		padding-right: 50px!important;
	}

	.tm__sec1 h2{
		font-size: 30px;
		margin-top: 40px;
	}

	.tm__sec1 p.ts1__text1{
		font-size: 16px;
		margin-bottom: 40px;
	}

	.tm__sec1 p.ts1__text2{
		font-size: 16px;
	}

	.tm__sec1 h3{
		font-size: 20px;
	}

	.tm__sec1 p.ts1__text3{
		font-size: 14px;
	}

	.tm__sec1 p.ts1__text4{
		font-size: 24px;
	}

	.tm__sec1 p.ts1__text4 span{
		font-size: 13px;
		margin-left: 10px;
		top: -5px;
	}

	.interview__sec1{
		margin:65px 0 100px;
	}

	.is__info{
		margin-left: 20px;
		margin-top: -120px;
	}

	.is__info h2{
		font-size: 15px;
		font-weight: 700;
	}

	.isi__text1 span{
		font-size: 60px;
	}

	.isi__text1{
		font-size: 26px;
	}

	.is__info h3{
		font-size: 22px;
	}

	.is__info .profile{
		width: 290px;
		padding:30px 20px;
	}

	.is__info .profile .profile__text1{
		font-size: 14px;
	}

	.is__info .profile .profile__text2{
		font-size: 19px;
	}

	.is__info .profile .profile__text2 span{
		font-size: 13px;
		margin-left: 10px;
	}

	.interview__sec1__img{
		max-width: calc(100% + 40px);
		left: -20px;
		position: relative;
	}

	.is__info{
		margin-left: 0;
		margin-top: -22vw;
	}

	.is__flex2{
		display: block;
	}

	.is__left2{
		width: 100%;
	}

	.is__right2{
		width: 100%;
		padding: 0;
		margin-top: 60px;
	}

	.q__text{
		font-size: 18px;
		padding-left: 55px;
		margin-bottom: 20px;
	}

	.q__text span{
		font-size: 36px;
	}

	.q__text.mt__plus{
		margin-top: 60px;
	}

	.is__info .profile{
		margin-top: 15px;
	}

	.interview__sec2{
		margin-bottom: 120px;
	}

	.interview__sec2.type2{
		margin-top: 90px;
	}

	.interview__sec3 .img__area{
		position: relative;
		top: 0;
		transform: translateY(0);
		width: 100%;
		box-sizing: border-box;
		padding:0 20px;
	}

	.interview__sec3 .img__area img{
		border-radius: 8px;
		margin:0 0 15px;
	}

	.interview__sec3{
		padding:90px 0;
	}

	.sc__area{
		display: block;
	}

	.sc__left{
		width: 100%;
		padding: 0;
	}

	.sc__right{
		width: 100%;
		padding: 0;
		margin-top: 40px;
	}

	.sc__area{
		margin-top: 90px;
		padding:50px 0;
	}

	.sc__left h3{
		font-size: 24px;
	}

	.sc__left p{
		font-size: 14px;
	}

	.time__table .tt__left p{
		font-size: 18px;
		top: -6px;
	}

	.time__table .tt__right p{
		font-size: 16px;
		top: -6px;
	}

	.plus__sec4.page__ver h2{
		font-size: 24px;
	}

	
.bg__area:before{
	content: '';
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	height: calc(100% - 800px);
	background: #F4F3EE;
}

.en__sec1{
	padding:50px 0;
}

.en__sec1 h2{
	font-size: 32px;
}

.en__sec1 p{
	font-size: 16px;
	margin-top: 5px;
}

.en__sec2 ul{
	display:block;
}

.en__sec2 ul li a{
	margin:10px auto ;
}

.en__sec2{
	padding:30px 0;
}

.en__sec3{
	padding:90px 0 70px;
}

.en__sec3 h2, .en__sec4 h2, .en__sec5 h2, .en__sec6 h2{
	font-size: 25px;
}

.num__flex{
	display: block;
	margin-top: 50px;
}

.num__left{
	width: 100%;
	padding: 0;
}

.num__right{
	width: 100%;
	padding: 0;
}

.en__sec4{
	padding:90px 0;
}

.welfare__flex{
	display: block;
}

.we__col{
	width: 100%;
}

.ensec5__left{
	width: 100%;
	padding: 0;
}

.ensec5__flex{
	display: block;
}

.ensec5__right{
	width: 100%;
	margin-top: 50px;
}

.en__sec5{
	padding:90px 0;
}

.ensec5__left p{
	width: 120px;
	padding:5px 0;
	font-size: 14px;
}

.training__row h3{
	font-size: 20px;
}

.training__row p{
	font-size: 15px;
}

.training__row{
	padding:30px 0;
}

.en__sec6{
	padding:90px 0;
}

.career__sec{
	width: 100%;
	margin-top: 50px;
}

.career__right p{
	font-size: 13px;
}

.career__left{
	width: 100px;
}

.career__left .cr__col{
	width: 80px;
	height: 80px;
}

.career__right{
	width: calc(100% - 100px);
}

.career__left .cr__col .cr__1{
	font-size: 12px;
	padding:12px 0 0;
}

.career__left .cr__col.type2 .cr__1{
	padding-top: 19px;
	margin-bottom: 3px;
}

.career__left .cr__col .cr__2{
	font-size: 11px;
}

.career__left .cr__col .cr__2 span{
	font-size: 18px;
}

.career__left .cr__col .cr__3{
	font-size: 12px;
}

.career__sec:before{
	left: 40px;
}

.career__right p.mt__plus{
	margin-top: 14px;
}

.career__right p br{
	display: none;
}

.career__right h3{
	font-size: 18px;
	margin:0 0 10px;
}

.support__area{
	margin-left: 85px;
	width: 260px;
	max-width: 100%;
	background-image:inherit;
	background: white;
	border:1px solid #4C2080;
	border-radius: 16px;
	height: auto;
	padding:15px;
}

.support__area p{
	font-size: 12px;
}

.support__area p br{
	display: none;
}

.plus__box2{
	padding:30px 30px 20px ;
}

.plus__info h2{
	left: 15px;
	font-size: 20px;
	top: -17px;
}

.plus__info ul{
	display: block;
}

.plus__info ul li{
	width: 100%;
	font-size: 16px;
	margin-bottom: 7px;
}

.we__col h3, .color__bg{
	font-size: 20px;
}

.spmt__plus{
	margin-top: 35px;
}

.num__col{
	padding:20px ;
}

.num__col h3{
	font-size: 20px;
	margin-bottom: 15px;
}

.num__text{
	font-size: 12px;
	right: -5px;
	margin-top: 10px;
}

.num__icon1{
	width: 150px;
}

.num__text1 span{
	font-size: 76px;
}

.num__text1 {
	font-size: 24px;
}

.num__icon2{
	width: 96px;
}

.sex{
	font-size: 18px;
	padding-left: 15px;
}

.num__text1 span.size2{
	font-size: 60px;
}

.abo1{
	left: 20px;
}

.abo2{
	right: 20px;
}

.num__icon5{
	width: 220px;
	margin:110px auto;
}

.year{
	width: 85px;
	font-size: 14px;
}

.year span{
	font-size: 20px;
}

.num__text1 span.size3{
	font-size: 48px;
}

.abo4{
	top: 16%;
	right: 4%;
}

.abo3{
	top: 16%;
	left: 7%;
}

.abo6{
	right: 4%;
}

.abo5{
	left: 7%;
}

.num3__flex img{
	width: 110px;
	margin-right: 15px;
}

.num3__flex img.num__icon6{
	width: 100px;
}

.num__text1 span.small{
	font-size: 19px;
}

.num__icon4{
	width: 200px;
	margin:45px auto 30px;
}

.num__text2{
	font-size: 18px;
}

.num3__flex img.num__icon7{
	width: 100px;
}

.num3__flex img.num__icon8{
	width: 170px;
}




}







