@charset "UTF-8";

body.voice{
	margin-bottom: 0px;
}

body.page-id-recruit #maincolumn{
	width:700px;
	float:none;
}
body.page-id-recruit #maincolumn .entry-content,
.fs{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.06em;
	color: #000;
}
body.page-id-recruit #maincolumn .entry-content *{
	box-sizing: border-box;
}
/*font-family: "Roboto", sans-serif;
font-family: "Poppins", sans-serif;*/
body.page-id-recruit #main .entry-content h2{
	background: none;
	padding: 0;
}
body.page-id-recruit #main .entry-content h4{
	padding-left: 5px;
}
body.page-id-recruit #maincolumn ul{
	margin: 0;
}
body.page-id-recruit #maincolumn ul li{
	margin: 0;
	padding: 0;
	background: none;
	font-size: 16px;
}
body.page-id-recruit #maincolumn td ul{
	list-style: disc;
}

body.page-id-recruit #main a{
	text-decoration: none;
	transition: 0.3s ease-out;
}
.news{
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
body.page-id-recruit #main .entry-content .news h2{
	margin-top: 0;
	width: 25%;
}
body.page-id-recruit #main .entry-content .news h2 span{
	font-family : "Poppins", sans-serif;
	font-weight : bold;
	font-size : 48px;
	letter-spacing : 2.88px;
	color : #1A3873;
	display: block;
	margin-bottom: 30px;
}
.news-content{
	width: 70%;
}
.news ul{
	border-top: 1px solid #B3B3B3;
}
.news li{
	border-bottom: 1px solid #B3B3B3;
}
.news li a{
	padding: 20px 50px 20px 30px;
    display: block;
	background: url("../images/icon-more.png") no-repeat center right 20px;
}
.news li a:hover{
	background-position: center right 15px;
}
.news li a time{
	color : #3E3E3E;
}
#main .news li a p{
	padding: 0;
	margin: 10px 0 0;
}
body.page-id-recruit #main .entry-content .recruit-about h2{
	font-family : "Poppins", sans-serif;
	font-weight : bold;
	font-size : 73px;
	letter-spacing : 4.38px;
	color : #43BCCD;
	margin-bottom: 30px;
	text-align: center;
}
.recruit-about h2 span:nth-child(7n+1){
	color: #f9c80e;
}
.recruit-about h2 span:nth-child(7n+2){
	color: #f86624;
}
.recruit-about h2 span:nth-child(7n+3){
	color: #ea3546;
}
.recruit-about h2 span:nth-child(7n+4){
	color: #662e9b;
}
.recruit-about h2 span:nth-child(7n+5){
	color: #43BCCD;
}
.recruit-about h2 span:nth-child(7n+6){
	color: #1a3873;
}
.recruit-about h2 span:nth-child(7n+7){
	color: #ea7c74;
}
.recruit-about.sub{
	margin-top: 50px;
}
.recruit-about ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.recruit-about li{
	width: 48%;
}
.recruit-about li a{
	border: 2px solid #1A3873;
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-weight : bold;
	font-size : 26px;
	color : #000;
	justify-content: center;
	align-items: center;
	padding: 20px 20px 60px;
	background: url("../images/icon-menu.png") no-repeat right bottom;
}
.recruit-about.sub li a{
	padding: 40px 20px;
}
.recruit-about li a:hover{
	border: 2px solid #43BCCD;
	background: url("../images/icon-menu02.png") no-repeat right bottom;
	color: #43BCCD;
}
.recruit-about li a img{
	transition: 0.3s ease-out;
}
.recruit-about li a:hover img{
	opacity: 0.6;
}
.recruit-entry{
	background : #00AAEB;
	color: #fff;
	padding: 40px;
	text-align: center;
	margin-top: 50px;
}
.recruit-entry a img{
	transition: 0.3s ease-out;
}
.recruit-entry a:hover img{
	box-shadow: 0 0 15px rgba(26, 56, 115, 0.5);
}
body.page-id-recruit #main .entry-content .recruit-entry h2{
	margin: 0 0 30px;
	font-size: 31px;
}
.sodateru{
	background: url("../images/jaakan.jpg") no-repeat center center / cover;
	color: #fff;
	padding: 50px 10px 0px;
	text-align: center;
	margin-top: 20px;
	overflow: hidden;
}
body.page-id-recruit #main .entry-content .sodateru h2{
	font-size: 32px;
}
body.page-id-recruit #main .entry-content .sodateru h2 img{
	margin-bottom: 15px;
}
body.page-id-recruit #main .entry-content .sodateru p{
	font-size : 18px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:15px;
}
body.page-id-recruit #main .entry-content .sodateru p::before,
body.page-id-recruit #main .entry-content .sodateru p::after{
	content: "";
	width: 35px;
	height: 1px;
	background: #fff;
	display: inline-block;
}
.sodateru div{
	font-family : "Poppins", sans-serif;
	font-weight : bold;
	font-size : 130px;
	letter-spacing : 5.2px;
	color : rgba(39, 166, 57,0.7);
	line-height: 0.7;
	margin-top: 30px;
}
.voice-main{
	position: relative;
	height: 350px;
}
.voice-main > *{
	position: absolute;
}
.voice-main::after{
	content: "INTERVIEW";
	font-family : Poppins;
	font-weight : bold;
	font-size : 86px;
	color : #FFE100;
	z-index: 1;
	position: absolute;
	bottom: 0;
	line-height: 0.7;
	left: 30px;
}
.voice-main .txt{
	background : rgba(234, 53, 70, 0.8);
	width: 40%;
	height: 100%;
	padding-top: 40px;
}
.v01 .voice-main .txt{
	background : rgba(39, 166, 57, 0.8);
}
.v02 .voice-main .txt{
	background : rgba(248, 102, 36, 0.8);
}
.v03 .voice-main .txt{
	background : rgba(102, 46, 155, 0.8);
}
.voice-main .txt .ka{
	font-size : 18px;
	font-weight: bold;
	color : #EA3546;
	background: #fff;
	padding: 5px 10px;
	display: inline-block;
}
.v01 .voice-main .txt .ka,
.voice-list #v01 .ka{
	color : #27A639;
}
.v02 .voice-main .txt .ka,
.voice-list #v02 .ka{
	color : #F86624;
}
.v03 .voice-main .txt .ka,
.voice-list #v03 .ka{
	color : #662E9B;
}
body.page-id-recruit #main .entry-content .voice-main .txt h2,
body.page-id-recruit #main .entry-content .voice-main .txt p{
	padding-left: 30px;
	color: #fff;
}
body.page-id-recruit #main .entry-content .voice-main .txt h2{
	font-size: 30px;
}
body.page-id-recruit #main .entry-content .voice-main .txt p{
	font-size: 18px;
}
.interview{
	counter-reset: number 0;
}
body.page #main .entry-content .interview h2{
	display: flex;
	align-items: last baseline;
	margin-top: 40px;
}
.interview h2::before{
	counter-increment: number 1;
	content: "0"counter(number);
	font-family : Roboto Bold;
	font-weight : bold;
	font-size : 60px;
	color : #EA3546;
	margin-right: 20px;
}
.interview h2 > span::before{
	content: "QUESTION";
	font-family : Poppins;
  font-weight : bold;
  font-size : 16px;
  color : #EA3546;
  display: block;
}
body.v01 .interview h2::before,
body.v01 .interview h2 > span::before{
  color : #27A639;
}
body.v02 .interview h2::before,
body.v02 .interview h2 > span::before{
  color : #F86624;
}
body.v03 .interview h2::before,
body.v03 .interview h2 > span::before{
  color : #662E9B;
}
.time-schedule{
	margin-top: 100px;
}
body.page #main .entry-content .time-schedule h2{
	background : #EA3546;
	color: #fff;
	padding: 25px 20px 15px;
	text-align: right;
	position: relative;
	margin-bottom: 0;
}
body.page #main .entry-content .time-schedule h2::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: calc(100% - 46px);
	width: 277px;
	height: 84px;
	background: url("../images/schedule.png") no-repeat center center /contain;
}
body.page #main .entry-content .time-schedule h2::after{
	content: "TIME SCHEDULE";
	font-family : Poppins;
	font-weight : 600;
	font-size : 56px;
	line-height: 0.7;
	color : #EA3546;
	position: absolute;
	right: 0;
	bottom: 100%;
}
body.v01 #main .entry-content .time-schedule h2::after{
	color: #27A639;
}
body.v02 #main .entry-content .time-schedule h2::after{
	color: #F86624;
}
body.v03 #main .entry-content .time-schedule h2::after{
	color: #662E9B;
}
body.page #main .entry-content .time-schedule h2 span::before{
	content: url("../images/icon-time.png");
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.time-schedule dl{
	border : 2px solid #EA3546;
	margin-top: 0;
	padding: 40px 50px;
	display: flex;
	flex-wrap: wrap;
}
body.v01 .time-schedule dl{
	border-color: #27A639;
}
body.v02 .time-schedule dl{
	border-color: #F86624;
}
body.v03 .time-schedule dl{
	border-color: #662E9B;
}
.time-schedule dt{
	width: 20%;
	border-left : 4px solid #CCCCCC;
	padding: 10px 20px;
	color : #726B68;
	font-weight: bold;
	position: relative;
}
.time-schedule dt::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background : #1A3873;
	left: -7px;
	top: 15px;
}
.time-schedule dd{
	width: 80%;
	margin: 0 0 20px;
	padding: 10px 15px;
	font-size : 20px;
	font-weight: bold;
}
body.page-id-recruit #main .entry-content h2.othervoice{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size : 28px;
}
body.v00 #main .entry-content h2.othervoice{
	display: none;
}
h2.othervoice::before{
	content: url("../images/icon-other-voice.png");
	margin: 5px auto;
	display: block;
}
.voice-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
.voice-list::after{
	content: "";
	width: 31%;
	display: inline-block;
}
.voice-list li{
	width: 31%;
}
.voice-list li.active{
	display: none!important;
}
.voice-list li a{
	color: #fff;
	display: block;
	padding-bottom: 20px;
}
.voice-list li#v01 a,
body.v01 #main .entry-content .time-schedule h2{
	background : #27A639;
}
.voice-list li#v02 a,
body.v02 #main .entry-content .time-schedule h2{
	background : #F86624;
}
.voice-list li#v03 a,
body.v03 #main .entry-content .time-schedule h2{
	background : #662E9B;
}
.voice-list li .txt{
	margin-top: -20px;
}
body.page-id-recruit #main .entry-content .voice-list li .txt h3,
body.page-id-recruit #main .entry-content .voice-list li .txt p{
	padding: 0 20px;
}
body.page-id-recruit #main .entry-content .voice-list li .txt h3{
	background: none;
	border: none;
	font-size: 25px;
	color: #fff;
}
.voice-list .ka{
	background: #fff;
	display: inline-block;
	padding: 5px 10px;
}
.voice-list li .img{
	height: 200px;
}
.voice-list li img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.v00 .voice-list li{
	width: 100%;
}
.v00 .voice-list li a{
	display: flex;
	padding-bottom: 0;
}
.v00 .voice-list li .txt{
	margin-top: 20px;
}
.v00 .voice-list li .img{
	width: 400px;
	height: 250px;
}
.v00 .voice-list li:nth-child(even) a{
	justify-content: space-between;
}
.v00 .voice-list li:nth-child(even) .img{
	order: 2;
}
.v00 .voice-list li .img img{
	height: 250px;
	object-position: center 35%;
}

.entry-content .data-list,
.entry-content .epa-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.data-item,
.epa-item{
	width: 48%;
	margin-bottom: 20px;
}
.data-item img,
.epa-item img{
	max-width: 100%;
	height: auto;
}
.data .entry-content img{
	margin: 10px 0;
	display: block;
}
body.page-id-recruit.data #main .entry-content h2,
body.page-id-recruit.work #main .entry-content h2,
body.page-id-recruit.req #main .entry-content h2,
body.page-id-recruit.v00 #main .entry-content h2{
  font-size : 34px;
}
body.page-id-recruit.data #main .entry-content h2 span,
body.page-id-recruit.work #main .entry-content h2 span,
body.page-id-recruit.req #main .entry-content h2 span,
body.page-id-recruit.v00 #main .entry-content h2 span{
font-family : Poppins;
  font-weight : bold;
  font-size : 16px;
  color : #30C141;
  display: block;
}
body.page-id-recruit.data #main .entry-content h3,
body.page-id-recruit.req #main .entry-content h3,
body.page-id-recruit.work #main .entry-content h3{
	font-weight : bold;
	font-size : 24px;
	color : #27A639;
	text-align: center;
	background-color: inherit;
	padding: 0;
	border: none;
}
body.page-id-recruit.req #main .entry-content h3{
	color : #000;
}
body.page-id-recruit.req #main .entry-content h3{
	text-align: left;
	padding-top: 20px;
}
body.page-id-recruit.req #main .entry-content h3 span{
	background: #27A639;
	color: #fff;
	font-size: 18px;
	padding: 5px 10px;
	margin-right: 5px;
	border: 1px solid #27A639;
}
body.page-id-recruit.req #main .entry-content h3 span:nth-child(2){
	background: #fff;
	color: #27A639;
}
body.data #main .entry-content table,
body.data #main .entry-content th,
body.data #main .entry-content td{
	border: none;
	background: none;
}
body.data #main .entry-content tr:nth-child(odd){
background : #F6F4F1;
  border-radius : 3px;
}
body.data #main .entry-content th{
color : #F86624;
width: 40%;
}
.job-list ul{
	border-top: 1px solid #B3B3B3;
	margin-top: 30px!important;
}
.job-list li{
	border-bottom: 1px solid #B3B3B3;
}
.job-list li a{
	padding: 20px 50px 20px 10px;
    display: block;
	background: url("../images/icon-more.png") no-repeat center right 20px;
	color: #000;
}
.job-list li a:hover{
	background-position: center right 15px;
	background-color: #f2f2f2;
}
.job-list li a span{
	background: #27A639;
	padding: 5px;
	margin-right: 5px;
	color: #fff;
	font-size: 14px;
	    border: 1px solid #27A639;
}
.job-list li a span:nth-child(2){
	background: #fff;
	color: #27A639;
}
body.page-id-recruit.work #main .entry-content .epa-list h3{
	margin-top: 20px;
}
body.page-id-recruit.work #main .entry-content .epa-list h3 span{
	color: #000;
	font-size: 20px;
	margin-left: 5px;
}
body.page-id-recruit.work #main .entry-content .epa-list .pj01 h3{
	color: #662E9B;
}
body.page-id-recruit.work #main .entry-content .epa-list .pj02 h3{
	color: #F86624;
}
body.page-id-recruit.work #main .entry-content .epa-list .pj03 h3{
	color: #EA3546;
}
body.page-id-recruit.work #main .entry-content .epa-list .pj04 h3{
	color: #CEAB17;
}
body.page-id-recruit.work #main .entry-content .epa-list h4{
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 100px;
}
body.page-id-recruit.work #main .entry-content .epa-list .pj01 h4{
	background : #662E9B;
}
body.page-id-recruit.work #main .entry-content .epa-list .pj02 h4{
	background : #F86624;
}
body.page-id-recruit.work #main .entry-content .epa-list .pj03 h4{
	background : #EA3546;
}
body.page-id-recruit.work #main .entry-content .epa-list .pj04 h4{
	background : #CEAB17;
}
.mnavi-bana{
	background : #00AAEB;
	color: #fff;
	padding: 15px;
	text-align: center;
}
.mnavi-bana a img{
	transition: 0.3s ease-out;
}
.mnavi-bana a:hover img{
	box-shadow: 0 0 15px rgba(26, 56, 115, 0.5);
}
.more a{
	background : #178A29 url("../images/icon-more-g.png") no-repeat center right 10px;
	border-radius : 5px;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 15px 30px 15px 20px;
	min-width: 240px;
	border: 2px solid #178A29;
}
.more a:hover{
	background : #fff url("../images/icon-more-g.png") no-repeat center right 10px;
	color: #178A29;
}
hr{
	border-bottom: 1px solid #ccc;
}
.c-waku{
	border: 2px solid #178A29;
	padding: 20px;
}
body.page-id-recruit.req #main .entry-content .c-waku h3{
	margin-top: 0;
	color: #178A29;
}
.img-caption{
	position: relative;
}
.img-caption p{
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: 0;
	font-size: 14px;
	  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}