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

recruit.css

***********************************************************************************************************************/
.recruit{

}



/* swiper *************************************************************/

/* 流れのスライダー */
.swiper-button-prev,
.swiper-button-next{
	color: #36bdef;
}
.flow_box .swiper-button-prev{
	left: -50px;
}
.flow_box .swiper-button-next{
	right: -50px;
}


/* myAssociate用 */
/* スライドの動き等速 */
.myAssociate .swiper-wrapper {
  transition-timing-function: linear;
}

/* 天地合わせ */
.myAssociate .swiper-slide{
	background-color: #fff;
	height: auto;
	width: 380px;
}
.myAssociate .swiper-slide-item { /*swiper-slideの子要素*/
	height: 100%;
}


@media screen and (max-width: 1500px) {
.flow_box .swiper-button-prev{
	left: -4%; /*15px*/
}
.flow_box .swiper-button-next{
	right: -4%; /*15px*/
}
}

@media screen and (max-width: 1024px) {
.myAssociate .swiper-slide{
	width: 300px;
}
}

@media screen and (max-width: 767px) {
.myAssociate .swiper-slide{
	width: 260px;
}
}





/* sec *************************************************************/
.sec_hd{
	position: relative;
}

.sec_biz{
	padding: 8% 0 0;
}
.sec_job{
	padding: 8% 0;
}
.sec_carrer{
	padding: 8% 0;
	background-color: #fff;
}
.sec_fukuri{
	padding: 8% 0;
}
.sec_num{
	padding: 8% 0;
	background-color: #fff;
}
.sec_msg{
	padding: 8% 0;
	/*overflow-x: hidden;*/
	overflow: clip;
}

.sec_outline{
	padding: 6% 0 8%; /*8% 0 0*/
}
.sec_form{
	padding: 6% 0 8%; /*8% 0 0*/
}


@media screen and (max-width: 767px) {
.sec_biz{
	padding: 12% 0 0;
}
.sec_job{
	padding: 12% 0;
}
.sec_carrer{
	padding: 12% 0;
}
.sec_fukuri{
	padding: 12% 0;
}
.sec_num{
	padding: 12% 0;
}
.sec_msg{
	padding: 12% 0;
}

.sec_outline{
	padding: 6% 0 12%;
}
.sec_form{
	padding: 6% 0 12%;
}
}



/* fig_hd *************************************************************/
.fig_hd{
	position: relative;
}
.fig_hd img{
	width: 100%;
	height: auto;
}
.fig_hd .pc{}
.fig_hd .sp{ display: none;}


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




/*snav_page *************************************************************/
.snav_page{
	width: 100%;
	max-width: 760px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;	
	margin: 6em auto 0;
}
.snav_page.ft{
	margin-top: 8%; /*15%*/
}

.snav_page li{
	position: relative;
	display: flex;
	align-items: center;
	flex-basis: 31.578947%;
	align-content: center;
	justify-content: center;
	padding: 3em 0 3em;
	background-color: #fff;
	transition: all .2s linear;
}
.snav_page li:hover,
.snav_page li.active{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.snav_page li a{
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.snav_page li p{
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-size: clamp(15px, 1.8vw, 18px);
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
	transition: all .2s linear;
}
.snav_page li:hover p,
.snav_page li.active p{
	color: #0065b8;
}


@media screen and (max-width: 767px) {
.snav_page{
	margin-top: 4em;
}
.snav_page.ft{
	margin-top: 20%;
}
}



/* arrow-round *****************************************/
.snav_page li i.arrow-round{
	position: absolute;
	bottom: -14px;
	left: 50%;
	width: 28px;
	height: 28px;
	margin-left: -14px;
	background-color: #36bdef;
	border-radius: 50%;
	transition: all .2s linear;
}
.snav_page li:hover i.arrow-round,
.snav_page li.active i.arrow-round{
	transform: scale(1.2);
	background-color: #0065b8;
}

.snav_page li i.arrow-round span{
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 5.5px;
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  margin-top: -1px;
  transition: all .2s linear;
}
.snav_page li.active i.arrow-round span{
	left: 50%;
	margin-top: -2px;
 	transform: translateX(-50%) rotate(90deg);
}


.snav_page.ft li.active i.arrow-round span{
	margin-top: 0;
	transform: translateX(-50%) rotate(-90deg);
}

.snav_page li i.arrow-round span::before{
  content: "";
  position: absolute;
  top: 3px;
  right: -2px;
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
}
.snav_page li i.arrow-round span::after{
  content: "";
  position: absolute;
  bottom: 3px;
  right: -2px;
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}




/* h1〜 *************************************************************/
h1.h1_ttl{
	position: absolute;
	z-index: 3;
	left: 8%;
	bottom: -24%; /*-37%*/
	/*font-size: 28px;
	font-size: clamp(16px, 2.8vw, 28px);*/
	font-size: 2.4vw;
	font-weight: 600;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
h1.h1_ttl .bg_white{
	padding: 0.8em 0.5em;
	background-color: #fff;
}

h2.h2_ttl{
	font-size: 30px;
	font-size: clamp(24px, 3vw, 30px);
	font-weight: 600;
	line-height: 1.6em;
	margin-bottom: 1em;
	text-align: center;
}

h3.h3_ttl{
	font-size: 36px;
	font-size: clamp(22px, 3.6vw, 36px);
	font-weight: 600;
	line-height: 1em;
	text-align: center;
	color: #0065b8;
	margin-bottom: 1em;
}
h3.h3_ttl i.icon{
	display: block;
	width: 30%;
	max-width: 120px;
	margin: 0 auto 0.2em;
}

h4.h4_ttl{
	font-size: 26px;
	font-size: clamp(18px, 2.6vw, 26px);
	font-weight: 600;
	line-height: 1.6em;
	margin-bottom: 0.5em;
}
.sec_carrer h4.h4_ttl{
	text-align: center;
}

h4.h4_msg{
	font-size: 28px;
	font-size: clamp(22px, 2.8vw, 28px);
	font-weight: 600;
	color: #0065b8;
	line-height: 1.6em;
	margin-bottom: 0.8em;
}

h5.h5_flow{
	font-size: 22px;
	font-size: clamp(18px, 2.2vw, 22px);
	font-weight: 600;
	text-align: center;
	color: #fff;
	padding: 0.5em 0;
	margin-bottom: 1em;
	background-color: #0065b8;
	border-radius: 5px;
}
h5.h5_flow .small{
	font-size: 70%;
}

h5.h5_fukuri{
	font-size: 20px;
	font-size: clamp(16px, 2.0vw, 20px);
	font-weight: 600;
	line-height: 1.6em;
	padding: 0.7em 0 0.2em;
}
h5.h5_associate{
	font-size: 30px;
	font-size: clamp(24px, 3vw, 30px);
	font-weight: 600;
	line-height: 1.6em;
	color: #0065b8;
	text-align: center;
	margin-bottom: 1em;
}

h6.h6_flow{
	font-size: 20px;
	font-size: clamp(16px, 2.0vw, 20px);
	font-weight: 600;
	color: #36bdef;
	padding-top: 0.8em;
}
h6.h6_num{
	font-size: 18px;
	font-size: clamp(16px, 1.8vw, 18px);
	font-weight: 500;
	text-align: center;
	margin-bottom: 1em;
}
h6.h6_associate{
	font-size: 18px;
	font-size: clamp(16px, 1.8vw, 18px);
	font-weight: 600;
	color: #0065b8;
	margin-bottom: 0.8em;
}
h6.h6_associate .big{
	font-size: 140%;
	padding-right: 0.2em;
}


@media screen and (max-width: 1023px) {
h1.h1_ttl{
	left: 5%;
	bottom: -30%; /*-46%*/
	font-size: 3vw;
}
}


@media screen and (max-width: 767px) {
h1.h1_ttl{
	bottom: 0;
	margin-bottom: -50px; /* -78px */
	font-size: 18px;
}
p.align_c_l .resp_autowrap{
	display: inline;
}
}




/* job_box *************************************************************/
.job_box{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 6%;
}
.job_box.reverse{
	flex-direction: row-reverse;
}

.job_box_txt{
	width: 55%;
}
.job_box_photo{
	width: 41.6666667%;
}

.job_box_txt p{
	text-align: justify;
}


@media screen and (max-width: 767px) {
.job_box{
	margin-top: 8%;
}
.job_box_txt{
	order: 2;
	width: 100%;
	margin-top: 1.5em;
}
.job_box_photo{
	order: 1;
	width: 100%;
}
}




/* 
flow_wrap
flow_box 
*************************************************************/
.flow_wrap{
	padding-top: 8%;
}
.flow_box{
	position: relative;
	margin-top: 2em;
}

.ph_flow{
	position: relative;
	padding-top: 20px;

}
.ph_flow figcaption{
	position: absolute;
	top: -10px;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	font-size: clamp(40px, 5vw, 50px);
	color: #36bdef;
}

.flow_box p.font14{
	line-height: 1.6em;	
}

.flow_box ol{

}
.flow_box ol li{
	font-size: 14px;
	font-size: clamp(12px, 1.6vw, 14px);
	padding-left: 1.3em;
	text-indent: -1.3em;
	padding-bottom: 0.3em;
}


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

}





/* fig_carrer *************************************************************/
.carrer_wrap{
	padding-top: 3%;
}
.fig_carrer{
	margin-bottom: 2em;
}


@media screen and (max-width: 767px) {
.fig_carrer{
	overflow-x: auto;
    display: block;
	padding-bottom: 10px;
}
.fig_carrer img{
	width: 750px;
	max-width: 750px;
	height: auto;
}
}




/*** 初回だけ表示（マウスオーバーで消す）  **********************************/
.atention_wrap{
	position: relative;
}
.atention_scroll{
	display: none;
}


@media screen and (max-width: 767px) {
.atention_scroll{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%; 
	background-color: rgba(0,0,0,0.5);
	/*transition: all .3s linear;*/
}

.atention_scroll p{
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	text-align: center;
	color: #fff;
	line-height: 3em;
}
.atention_scroll img{
	width: 56px!important;
	height: auto!important;
}
}




/*** list_fukuri **********************************/
.list_fukuri{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.list_fukuri li{
	width: 31.6666667%;
	margin-top: 4%;
}
.list_fukuri li .photo{
	text-align: center;
}

.list_fukuri li p.font14{
	line-height: 1.8em;
}


@media screen and (max-width: 767px) {
.list_fukuri li{
	width: 47%;
	margin-top: 6%;
}
}



/*** list_num **********************************/
.list_num{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.list_num li{
	width: 31.6666667%;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin-top: 3%;
	padding: 2.5em 0;
}
.list_num li figure{
	width: 80%;
	max-width: 280px;
	margin: 0 auto;
}


@media screen and (max-width: 767px) {
.list_num li{
	width: 48%;
	margin-top: 3%;
	padding: 1.5em 0;
}
.list_num li figure{
	width: 90%;
}
}




/*** msg_box **********************************/
.msg_box{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 8%;
}
.msg_box.reverse{
	flex-direction: row-reverse;
}

.msg_box_txt{
	position: relative;
	align-self: flex-start;
	width: 64.16666667%;
	background-color: #fff;
	border-radius: 10px;
}
.msg_box_txt:after{
	content: "";
	position: absolute;
	top: 40%;
	right: -3%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 29px solid #ffffff;
  border-right: 0;
}
.reverse .msg_box_txt:after{
	transform: scaleX(-1);
	right: 0;
	left: -3%;
}

.msg_box_photo{
	align-self: flex-start;
	position: sticky;
	top: 120px;
	width: 31.6666667%;
}
.msg_box_txt .inner{
	padding: 3em 3em 2em;
}

.conma{
	position: relative;
}
.conma:before,
.conma:after{
	content: "";
	position: absolute;
	top: -2em;
	left: -2em;
	width: 15%;
	max-width: 70px;
	padding-top: 50%;
	background: url("/recruit/img/msg/conma_L.svg") top left / contain no-repeat;
}
.conma:after{
	top: auto;
	left: auto;
	bottom: 0;
	right: -2em;
	background: url("/recruit/img/msg/conma_R.svg") bottom right/ contain no-repeat;
}


.msg_box_photo figcaption{
	padding-top: 1em;
}
.msg_box_photo figcaption .name{
	display: block;
	font-size: 170%; /*150%*/
	font-weight: 600;
	/*padding-top: 0.5em;*/
}



@media screen and (max-width: 767px) {
.msg_box{
	margin-top: 15%;
}
.msg_box_txt{
	width: 100%;
	order: 2;
	margin-top: 20px;
}
.msg_box_txt:after,
.reverse .msg_box_txt:after{
	top: -20px;
	right: 50%;
	left: auto;
	margin-right: -20px;
	border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 29px solid #ffffff;
  border-top: 0;
}

.msg_box_photo{
	position: relative;
	top: 0;
	width: 80%;
	order: 1;
	margin: 0 auto;
	text-align: center;
}

.conma:before{
	top: -1em;
}
}




/*** associate_wrap **********************************/
.associate_wrap{
	padding-top: 8%;
}

.associate_inner{
	width: 84%;
	max-width: 320px;
	padding: 2em 0;
	margin: 0 auto;
}
.ph_associate{
	margin-bottom: 1.2em;
}
.ph_associate img{
	width: 100%;
	height: auto;
}

.associate_inner p.font14{
	line-height: 1.7em;
	text-align: justify;
}
.associate_inner p.font14.company{
	padding: 0 0 0.2em;
	margin: 0;
}


@media screen and (max-width: 767px) {
.associate_wrap{
	padding-top: 20%;
}
}







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

募集要項ページ
outline

********************************************************************/
h2.h2_outline{
	font-size: 22px;
	font-size: clamp(20px, 2.2vw, 22px);
	font-weight: 600;
	margin-bottom: 1em;
}
h3.h3_flow{
	font-size: 24px;
	font-size: clamp(24px, 2.4vw, 24px);
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.5em;
}
h3.h3_flow .en{
	display: block;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 80%;
	color: #36BDEF;	
}


/*** aoutline_wrap **********************************/
.outline_wrap{
	padding: 8% 0 0;
}


@media screen and (max-width: 767px) {
.outline_wrap{
	padding-top: 15%;
}
}




/*** outline_box **********************************/
.outline_box{
	padding-top: 8%;
}

@media screen and (max-width: 767px) {
.outline_box{
	padding-top: 15%;
}
.outline_box.first{
	padding-top: 8%;
}
}




/* btn_cmn_wrap **********************************/
.outline_box .btn_cmn_wrap{
	width: 100%;
	max-width: 280px;
	margin: 4em auto 0;
}
.outline_box .accordion02_inner .btn_cmn_wrap{
	margin: 3em auto 2em;	
}
.outline_box .list_flow .btn_cmn_wrap{
	margin: 1.8em auto 0;	
}


@media screen and (max-width: 767px) {
.outline_box .btn_cmn_wrap{
	max-width: 240px; /*200px*/
	margin-top: 2em;
}
.outline_box .accordion02_inner .btn_cmn_wrap{
	margin: 1.5em auto 1em;	
}
}



/* float_outline **********************************/
.float_outline{
	font-size: 14px;
	/*font-size: 16px;
	font-size: clamp(14px, 1.6vw, 16px);*/
	line-height: 1.6em;
	border-top: 1px solid #EAE5E3;
}
.float_outline th{
	width: 12rem;
	text-align: center;
	font-weight: 600;
	padding: 1.5em 0;
	border-bottom: 1px solid #EAE5E3;
}
.float_outline td{
	padding: 1.5em 0 1.5em 1em;
	border-bottom: 1px solid #EAE5E3;
}


@media screen and (max-width: 767px) {
.float_outline th{
	display: block;
	width: auto;
	text-align: left;
	padding: 0.3em 0.5em;
	border-bottom: none;
	background-color: #EAE5E3;
}
.float_outline td{
	display: block;
	padding: 1em 0.5em 1.8em;
	border-bottom: none;
}
}



/* list_flow **********************************/
.list_flow{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-bottom: 2em;
}
.list_flow li{
	width: 31%;
	background-color: #fff;
}
.list_flow li.triangle {
	position: relative;
	width: 3.5%;
	background-color: transparent;
}
.list_flow li.triangle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #36bdef;
  border-right: 0;
}

.list_flow li .inner{
	width: 90%;
	margin: 0 auto;
	padding: 7% 0;
}
.list_flow li .icon_flow{
	width: 80%;
	max-width: 150px;
	margin: 0 auto 1em;
}

.list_flow li .inner p{
	text-align: center;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
}
.list_flow li .inner p.cap12{
	text-align: justify;
	padding-top: 0.8em;
}




@media screen and (max-width: 767px) {
.list_flow{
	width: 100%;
	max-width: 400px;
	margin: 0 auto 2em;
}
.list_flow li{
	width: 100%;
}
.list_flow li.triangle {
	width: 100%;
	height: 35px;
}
.list_flow li.triangle:before {
	transform: translate(-50%, -50%) rotate(90deg);
}
}



/* student_box **********************************/
.student_box{
	padding: 3em 2em;
	margin: 2em 0 3em;
	background-color: rgba(54, 189, 239, 0.1);
}


@media screen and (max-width: 767px) {
.student_box{
	padding: 2em 1em;
}
}




/* list_student **********************************/
.list_student{
	
}
.list_student li{
	position: relative;
	font-size: 16px;
	font-size: clamp(14px, 1.6vw, 16px);
	line-height: 1.7em;
	padding-left: 1.2em;
	margin-top: 1em;
}
.list_student li:before{
	position: absolute;
	left: 0;
	content: "●";
	color: #36BDEF;
}

.list_student li:first-child{
	margin-top: 0;
}






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

応募フォームページ
form

********************************************************************/
h2.h2_form{
	position: relative;
	top: -0.8em;
	font-size: 22px;
	font-size: clamp(20px, 2.2vw, 22px);
	font-weight: 600;
	color: #36BDEF;
	margin-bottom: 1em;
}



/*** form_wrap **********************************/
.form_wrap{
	margin-top: 10%;
	background-color: #fff;
}
.form_inner{
	padding: 0 2em 4em;
}


@media screen and (max-width: 767px) {
.form_wrap{
	margin-top: 15%;
}
}

