 @charset "utf-8";

/*==============================
/***  メインコンテンツ  ***/
/*=============================*/


/*お知らせ*/
.news01_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.news01_01>ul>li:nth-child(1){
	width:100%;
}

.news01_01>ul>li:nth-child(2){
	width:60%;
	margin:2em auto;
	box-sizing: border-box;
}

.news01_01cate>ui>li{
	padding: 0.7em 0;	
}

.news01_01cate a{
	text-decoration: none;
	color:#888888;
	display: inline-block;
	padding:0.5em 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.news01_01cate a:hover{
	color:#0040CE;
}

.news_arrow,
.news_arrow_000{
	position: relative;
	color:#0040CE !important;
	padding:0.5em 0 0.5em 1em !important;
}

.news_arrow_000{
	color:#000000 !important;
}

.news_arrow::before,
.news_arrow_000::before{
	content: '';
	background: url("../recruit_img/cms/icon_maru.svg") no-repeat;
	background-size: contain;
	position: absolute;
	width:7px;
	height:7px;
	top: 1.2em;
	left: 0;
}

.news02_01title{
	padding:0 0 2em 0;
	border-bottom:#E6E6E6 1px solid;
}

/*採用情報*/

.recr01_01>ul>li{
	border:#E6E6E6 1px solid;
	box-sizing: border-box;
	padding: 1em;
	margin:0 0 1em;
}

.recr01_01cate{
	padding:0.5em 1.5em;
	color:#0040CE;
	border:#E4EAF2 1px solid;
	border-radius: 50px;
	box-sizing: border-box;
}

.disp_h3 h3 { display:block; }


.recr01_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}
.recr01_01>ul>li>dl>dt{
	width:100%;
}
.recr01_01>ul>li>dl>dd{
	width:100%;
	padding:1em 5%;
	box-sizing: border-box;
}

.recr03_01title>ul{
	background: #E4EAF2;
	border-radius: 50px;
	width:100%;
	margin:0 auto;
	text-align: center;
}

.recr03_01title>ul>li{
	display: inline-block;
	box-sizing: border-box;
	padding:1em 0;
	color:#0040CE;
	font-weight: bold;
}


.recr03_01title>ul>li a{
	display: inline-block;
	padding:0.4em 0.5em;
	color:#0040CE;
	text-decoration: none;
	border-left:#C1C9D6 1px solid;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.recr03_01title>ul>li a:hover{
	color:#000000;
}

.recr03_01title>ul>li:first-child a{
	border-left:none;
}

.recr03_01>ul>li{
	padding:4em 0;
	border-bottom:#E6E6E6 1px solid;
}


.recr03_01>ul>li:last-child{
	border-bottom:none;
	
}

.recr03_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.recr03_01>ul>li>dl>dt{
	width:100%;
}
.recr03_01>ul>li>dl>dd{
	width:100%;
	padding:1em 5%;
	box-sizing: border-box;
}

.recr03_02>ul>li{
	padding:0.5em 0;
}
.recr03_02>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.recr03_02>ul>li>dl>dt{
	width:100%;
}
.recr03_02>ul>li>dl>dd{
	width:100%;
	padding:1em 0 0 0;
	box-sizing: border-box;
}

.recr04_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
}

.recr04_01>ul>li{
	width:90%;
	margin:1em 5% 0;
}

.recr05_01{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}

.recr05_01title{
	width: 100%;
	padding:0.5em 0;
	box-sizing: border-box;
}
.recr05_01text{
	width: 100%;
	padding:0.5em 0;
	box-sizing: border-box;
}
.recr05_01p{
	width: 100%;
	padding:0.5em 0;
	box-sizing: border-box;
}

.recr06_01title,
.recr06_01title_FFF{
	position: relative;
	z-index: 2;
}

.recr06_01title::before,
.recr06_01title_FFF::before{
	content: '';
	background:#0040CE;
	position: absolute;
	top:50%;
	left:0;
	width:100%;
	height:3px;
	z-index: -1;
}


.recr06_01title span,
.recr06_01title_FFF span{
	display: inline-block;
	padding: 0 3em 0 0;
	background:#F5F7FC;
}

.recr06_01title_FFF span{
	background:#FFFFFF;
}
.recr07_01 {
	width: 96%;
	margin: 0 auto;
}


.recr08_01>ul>li{
	padding:2em 0;
	border-bottom:#E6E6E6 1px solid;
}


.recr08_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.recr08_01>ul>li>dl>dt{
	width:100%;
	color:#0040CE;
	font-weight: bold;
	padding:1em 0.5em 0;
	box-sizing: border-box;
	font-size: 110%;
}

.recr08_01>ul>li>dl>dd{
	width:100%;
	padding:1em 0.5em 0;
	box-sizing: border-box;
}

.recr_cont_title h3{
	display: inline-block;
	background:#D7E1F4;
	border-radius: 50px;
	padding:0.8em 4em;
	color:#0040CE;
	font-weight: bold;
}

.recr_add{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}

.recr_add_01{
	width:60%;
}
.recr_add_01 .text{
	width:80%;
}

.recr_add_02{
	width:40%;
}

button.recr_add_btn {
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1em 1.5em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background:#0040CE;
	border-radius:50px;
	border:none;
}

.recr09_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
}

.recr09_01>ul>li{
	width:90%;
	margin:1em 5% 0;
}

/*先輩の声*/


.voic01_01title>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	border: #E6E6E6 3px solid;
	border-radius: 20px;
	margin:0 auto;
	text-align: center;
}

.voic01_01title>ul>li{
	width:100%;
	margin:0;
	box-sizing: border-box;
	padding:0;
	color:#002E7F;
	font-weight: bold;
}


.voic01_01title>ul>li a{
	display:block;
	padding:0.6em 3em 0.6em 0.5em;
	color:#002E7F;
	text-decoration: none;
	border-bottom:#C1C9D6 1px solid;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	position: relative;
}


.voic01_01title>ul>li a:hover{
	color:#000000;
}

.voic01_01title>ul>li:last-child a{
	border-bottom:none;
}

.voic01_01title>ul>li a::after{
	content: '';
	background: url("../recruit_img/cms/voic_arrow.svg") no-repeat;
	
	width:6px;
	height:7px;
	position: absolute;
	top: 41%;
	right: 2em;
	transform: translate(-50%,-50%);
	transform: rotate( 90deg );
}

.voic01_02>ul>li{
	padding:3em 0 2em;
	border-bottom:#E6E6E6 1px solid;
}

.voic01_02>ul>li:last-child{
	border-bottom:none;
}

.voic01_03>ul>li{
	padding:0 0 1.5em;
}

.voic01_04{
	background:#F5F7FC;
	padding:2em;
	margin:2em 0;
	box-sizing: border-box;
	border-radius: 20px;
}
	
.voic01_04>ul>li{
	padding:1em 0;
	border-bottom:#CCD9ED 1px solid;
}
.voic01_04>ul>li:last-child{
	border-bottom:none;
}

.voic01_04>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}


.voic01_04>ul>li>dl>dt{
	width:100%;
}

.voic01_04>ul>li>dl>dd{
	width:100%;
	padding:1em 0 0 0;
	margin:0;
	position: relative;
	box-sizing: border-box;
}

.voic01_04time{
	display: inline-block;
	background:#FFFFFF;
	color:#0040CE;
	font-weight: bold;
	padding:0.3em 1.5em;
	margin:0 0.3em 0.7em 0;
	border-radius: 50px;
}


/*=====================
	前へ次へ
	スマホ時落ちるパターン
======================*/

.prenex{
	display: table;
	width:100%;
	table-layout: fixed;
}

.prev02_01{
	width:96%;
	margin:0.5em auto;
}

.next02_01{
	width:96%;
	margin:0.5em auto;
}

.prev02_01block{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}
.next02_01block{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: flex-end;
	align-items: center;
}

.prev02_01img{
	width:25%;
	margin:0 3% 0 0;

}

.prev02_01text{
	width:72%;
	margin:0;
}

.next02_01img{
	width:25%;
	margin:0 0 0 3%;

}
.next02_01text{
	width:72%;
	margin:0 0 0 28%;
}

.next02_01img{
	order: 2;
}
.next02_01text{
	order: 1;
}
/*=====================
	/前へ次へ
	/スマホ時落ちるパターン
======================*/

.youtube {
	position:relative;
	padding-bottom: 60%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/***  CMSのフリー領域処理  ***/
.cms_free p img { display: block; width:auto; float:none; padding:1em 0; }
.cms_free p img.alignright { margin: 0 0 0 auto; }/* 配置位置 右 */
.cms_free p img.alignleft { margin: 0 auto 0 0; }/* 配置位置 左 */
.cms_free p img.aligncenter { margin: 0 auto; }/* 配置位置 中央 */
.cms_free p img.alignnone { margin: 0 auto 0 0; }/* 配置位置 左 */

.cms_free img { display: block; width:auto; float:none; padding:1em 0; }
.cms_free img.alignright { margin: 0 0 0 auto; }/* 配置位置 右 */
.cms_free img.alignleft { margin: 0 auto 0 0; }/* 配置位置 左 */
.cms_free img.aligncenter { margin: 0 auto; }/* 配置位置 中央 */
.cms_free img.alignnone { margin: 0 auto 0 0; }/* 配置位置 左 */

.cms_free img { width: auto; max-width: 100%; }/* 配置位置 左 */

.cms_free p { padding:0.3em 0; }

.cms_free table { border: #CCCCCC solid 1px; width:100%; border-collapse: collapse; border-spacing: 0; }

.cms_free table td {
	border-right: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
}

.cms_free table th {
	border-right: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	font-weight: normal;
}

.cms_free iframe {
	width: 100% !important;
}

.reco01_01>ul,
.reco01_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.reco01_01>ul>li>dl{
	align-items: center;
}

.reco01_01>ul>li{
	width:100%;
	padding:0 1em 1em;
	box-sizing: border-box;
}

.reco01_01>ul>li>dl>dt{
	width:35%;
}
.reco01_01>ul>li>dl>dd{
	width:65%;
	padding:0 1.5em;
	box-sizing: border-box;
}

/***  ページナビゲーション  ***/
.wp-pagenavi {
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #B0B0B0;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	/*
	padding: 8px 15px;
	margin: 0 2px;
	*/
	padding: 0.7em 2.5%;
	margin: 0 0.5%;
	white-space: nowrap;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover{
	color: #000000;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	}
.wp-pagenavi span.current{
	color: #000000;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	font-weight: normal;
	}

.wp-pagenavi span.pages{
	display: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	color: #B0B0B0;
	font-weight: bold;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
	display: none;
	color: #B0B0B0;
	font-weight: bold;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}


/***  カレンダー  ***/
.wp-calendar{
	margin:1.5em 0;
}

.wp-calendar table{
	width:100%;
	padding-top:0.5em;
	color:#000000;
}

.wp-calendar table th,
.wp-calendar table td{
	width:14.2857%;
	background-color:none;
	text-align:center;
}

.wp-calendar table tfoot a {
	text-decoration:underline;
}

.wp-calendar table tfoot a:hover {
	text-decoration:none;
}

.wp-calendar table tbody a {
	display:block;
	color:#000000 !important;
	background-color:#E7E7E7;
	text-decoration:none;
}

.wp-calendar table tbody a:hover {
	color:#000000 !important;
	background-color:#CCCCCC;
}


.top01_01smn,
.top01_02smn{
	position:relative;
	padding-bottom: 65.8064516126%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}

.top01_02smn{
	background:#E6E6E6;
}
.top01_01smn span,
.top01_01smn a,
.top01_02smn span,
.top01_02smn a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top01_01smn img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.top01_02smn img{
	width: 100%;
	height: 100%;
	object-fit:contain;
}


/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {

	
.recr01_01>ul>li>dl>dt{
	width:15%;
}
.recr01_01>ul>li>dl>dd{
	width:85%;
	padding:0 0 0 2em;
}
	
.recr01_01>ul>li{
	padding: 2em;
}
	
.recr03_01>ul>li>dl>dt{
	width:38.75%;
}
.recr03_01>ul>li>dl>dd{
	width:61.25%;
	padding:0 0 0 4em;
}
	
	
.recr03_01title>ul{
	width:90%;
	margin:0 auto;
}
.recr03_01title>ul>li a{
	padding:0.4em 2em;
}
	
.recr03_02>ul>li>dl>dt{
	width:15%;
}
.recr03_02>ul>li>dl>dd{
	width:85%;
	padding:0.5em 0 0.5em 2em;
}
	
	
.recr04_01>ul>li{
	width:45%;
	margin:0 0.5% 1em;
}
	
.recr05_01title{
	width: 25%;
	padding:0;
}
.recr05_01text{
	width: 45%;
	padding:0;
}
.recr05_01p{
	width: 30%;
	padding:0;
}
	
.recr07_01 {
	width: 90%;
}
	
.recr08_01>ul>li>dl>dt{
	width:15%;
	padding:0;
}

.recr08_01>ul>li>dl>dd{
	width:85%;
	padding:0 0 0 3em;
}

.recr09_01>ul>li{
	width:48%;
	margin:0 1% 1em;
}
	
/*先輩の声*/
	
.voic01_01title>ul{
	width:100%;
	margin:0 auto;
}
	
.voic01_01title>ul>li a{
	border-right:#C1C9D6 1px solid;
	border-bottom:none;
	padding:0.4em 2em 0.4em 1em;
}
	
.voic01_01title>ul>li{
	width:48%;
	padding:1em 0;
}
.voic01_01title>ul>li:nth-child(2n) a{
	border-right:none;
	
}

.voic01_01title>ul>li a::after{
	content: '';
	background: url("../recruit_img/cms/voic_arrow.svg") no-repeat;
	width:6px;
	height:7px;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translate(-50%,-50%);
}
	
	
.voic01_04>ul>li{
	padding:2em 0;
	border-bottom:none;
}
.voic01_04>ul>li:last-child{
	border-bottom:none;
}
	
.voic01_04>ul>li>dl>dt{
	width:25%;
}

.voic01_04>ul>li>dl>dd{
	width:65%;
	padding:0 1em;
	margin:0 0 0 10%;
}
.voic01_04>ul>li>dl>dd::before{
	content: '';
	background:#CCD9ED;
	position: absolute;
	height:1px;
	width:10%;
	top:1em;
	left:-10%;
}

.prev02_01,
.next02_01{
	display: table-cell;
	vertical-align: middle;
	width:48%;
	margin:0 2% 0 0;
	border: none;
}
.next02_01{
	display: table-cell;
	width:48%;
	margin:0 0 0 2%;
	border: none;
}


}

@media (min-width : 1024px) {
	
	
.news01_01>ul>li:nth-child(1){
	width:75%;
}

.news01_01>ul>li:nth-child(2){
	width:20%;
	margin:0 0 0 5%;
}
	

	
	
}
/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1200px) {
	
/**** メインコンテンツ　****/ 
	
.voic01_01title>ul>li{
	width:24%;
}
.voic01_01title>ul>li:nth-child(2n) a{
	border-right:#C1C9D6 1px solid;
}
.voic01_01title>ul>li:nth-child(4n) a{
	border-right:none;
	
}
	
/***  ページナビゲーション  ***/
.wp-pagenavi a, .wp-pagenavi span {
	padding: 8px 15px;
	margin: 0 5px;
}

}
/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1600px) {
/**** メインコンテンツ　****/ 


}
