@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p');
/* CSS Document */
/*PC*/
body {
	font-family: 'M PLUS 1p', sans-serif; 
	font-size: 16px;
	line-height: 1.8;
	position: relative;
}
.pc_none {
	display: none;
}
.attention {
	color: #ff0000;
}
#header {
	display: flex;
	align-items: center;
}
.fix #header {
	position: fixed;
	top: 3px;
	border-right: 1px solid #e2e2e2;
	padding-right: 5px;
	z-index: 6;
}
#header .logo {
    display: block;
    width: 138px;
    height: 55px;
    max-height: 50px !important;       /* ★どんなときも絶対に55pxを超えないようにロック */
    margin-left: 10px;
    background-image: url("https://e-pri.co.jp/wp-content/uploads/2026/05/logo_epri-1.png");
    background-repeat: no-repeat;
    background-position: center left;  /* ★画像を左基準の縦中央に配置（端が削れるのを防ぐ） */
    background-size: contain;          /* ★「cover」から「contain」に変更（縦横比を完全に維持） */
}
#navi {
	position: absolute;
	top: calc(100vh - 60px);
	display:flex;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	justify-content: center;
	background-color: #ffffff;
	z-index: 2;
}
.fix #navi {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 5;
}
.naviWrap {
	display:flex;
	width: 100%;
	max-width: 1000px;
	padding: 0 20px;
	align-items: center;
	justify-content: space-between;
}
.fix .naviWrap {
	padding-left: 273px;
}
.navi-item a {
	text-decoration: none;
	color: #333333;
}
.navi-item a:hover {
	opacity: 0.6;
}
#mainVisual {
	position: relative;
	min-width: 1000px;
	width: 100%;
	height: calc(100vh - 60px);
	background: url(../../img/recruit/main_2024.jpeg),linear-gradient(116deg,rgba(1, 120, 170,1),rgba(255,255,255,0),rgba(255,255,255,0));
	background-repeat: no-repeat;
	background-position: right bottom,left top;
	background-size: 80%,100%;
}
#mainVisual:after {
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: ;
}
#mainVisual p {
	position: absolute;
	padding: 5px 20px;
	font-size: 25px;
	opacity: 0;
	left: 20px;
	bottom: 0;
	border-radius: 3px;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0.3));
	color: #333;
	text-shadow: 1px 1px 3px rgba(67, 67, 67,0.7);
	z-index: 2;
}
.load #mainVisual p:nth-of-type(1) {
	bottom: calc(100% - 150px);
	opacity: 1;
	transition: all 1s ease;
}
.load #mainVisual p:nth-of-type(2) {
	bottom: calc(100% - 245px);
	opacity: 1;
	transition: all 1s ease;
}
.load #mainVisual p:nth-of-type(3) {
	bottom: calc(100% - 340px);
	opacity: 1;
	transition: all 1s ease;
}
.load #mainVisual p:nth-of-type(4) {
	bottom: calc(100% - 435px);
	opacity: 1;
	transition: all 1s ease;
}
.load #mainVisual p:nth-of-type(5) {
	bottom: calc(100% - 380px);
	opacity: 1;
	transition: all 1s ease;
}
#contents {
	padding: 20px 20px 0;
	max-width: 1000px;
	margin: 0 auto;
}

#contents h2 {
	width: 100%;
	height: 75px;
	font-size: 45px;
}
#contents h2 + p {
	margin-bottom: 10px;
}
.section {
	margin-bottom: 50px;
}
.section_04,
.section_05 {
	padding-bottom: 25px; 
}
.article > a {
	display: block;
	text-decoration: none;
	color: #333333;
	opacity: 1;
	transition: opacity 0.2s ease;
}
.article > a:hover {
	opacity: 0.8;
	transition: opacity 0.2s ease;
}
.article h3 {
	display: flex;
	height: 50px;
	align-items: center;
	padding-left: 20px;
	font-size: 27px;
	background-color: #006DA0;
	color: #ffffff;
}
.article .articleImage {
	display: block;
	width: 100%;
}
.article > a .articleImage {
	position: relative;
}
.article > a .articleImage:after {
	font-family: 'Font Awesome 5 Free';
	content: '座談会はこちら\f138';
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 20px;
	font-weight: 600;
	border-radius: 22px;
	padding: 2px 15px;
	color: #ffffff;
	z-index: 2;
	background-color: #006da0;
}
.article .articleImage img {
	display: block;
	width: 100%;
}
.article .articleImage canvas {
	margin-top: 10px;
	height: 500px;
}
/*キャリアパス*/
.careerFlow {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 10px auto;
}
.careerWrap {
	display: flex;
	height: 60px;
	margin-bottom: 40px;
}
.careerNo {
	display: flex;
	width: 10%;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	background-color: #3776D5;
	color: #ffffff;
}
.careerText {
	display: flex;
	width: 70%;
	height: 100%;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	border-radius: 5px;
}
.careerWrap:nth-of-type(1) .careerText {
	background-color: #dbe5f3;
}
.careerWrap:nth-of-type(2) .careerText {
	position: relative;
	background-color: #c0cfe4;
}
.careerWrap:nth-of-type(3) .careerText {
	position: relative;
	background-color: #a7bbd8;
}

.careerWrap:nth-of-type(4) .careerText,
.careerWrap:nth-of-type(5) .careerText  {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.8em;
	padding: 0;
	border-radius: 0;
}
.careerWrap:nth-of-type(4) .careerText > span,
.careerWrap:nth-of-type(5) .careerText > span {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	color: #ffffff;
}
.careerWrap:nth-of-type(4) .careerText > span { background-color: #59749a;}
.careerWrap:nth-of-type(5) .careerText > span { background-color: #344c6d;}

.careerWrap:nth-of-type(2) .careerText:before,
.careerWrap:nth-of-type(3) .careerText:before,
.careerWrap:nth-of-type(4) .careerText > span:before,
.careerWrap:nth-of-type(5) .careerText > span:before {
	position: absolute;
	top: -33px;
	left: calc(50% - 14px);
	font-family: 'Font Awesome 5 Free';
	content:'\f0dd';
	color: #344c6d;
	font-weight: 600;
}
.careerWrap:nth-of-type(4) .careerText > span,
.careerWrap:nth-of-type(5) .careerText > span {
	height: 100%;
}
.careerWrap:nth-of-type(4) .careerText > span:nth-of-type(1),
.careerWrap:nth-of-type(5) .careerText > span:nth-of-type(1) {
	margin-right: 5px;
}
.careerWrap:nth-of-type(4) .careerText > span:nth-of-type(2),
.careerWrap:nth-of-type(5) .careerText > span:nth-of-type(2) {
}
.careerWrap:nth-of-type(4) .careerText > span:nth-of-type(3),
.careerWrap:nth-of-type(5) .careerText > span:nth-of-type(3) {
	margin-left: 5px;
}
.employeeCate {
	display: flex;
	width: 20%;
	font-size: 0.8em;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background-color: #F7BD6E;
}
/* スライダー */
.carousel-cell {
	width: 100%;
	min-height: 100%;
}
/*選考フロー*/
.flow {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 650px;
	height: 400px;
	margin: 10px auto 0;
}
.flowWrap {
	position: relative;
	display: flex;
	width: calc(100%/5 - 40px);
	height: 100%;
	flex-direction: column;
	padding: 3px;
	border: 1px solid #0071BC;
}
.flowWrap:after {
	position: absolute;
	font-size: 28px;
	top: calc(50% - 14px);
	right: -24px;
	font-family: 'Font Awesome 5 Free';
	content:'\f0da';
	font-weight: 600;
}
.flowWrap:last-child:after {
	content: none;
}
.flowNo {
	position: relative;
	text-align: center;
	padding-bottom: 10px;
}
.flowNo:after {
	content: '';
	position: absolute;
	height: 1px;
	bottom: 1px;
	left: 5px;
	right: 5px;
	background-color: #0071BC;
}
.flowNo > span {
	display: block;
	text-align: center;
}
.flowText {
	display: flex;
	align-items: center;
	text-align: center;
	padding-top: 10px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

/*募集要項*/
.requirements .article > dl {
	margin-bottom: 10px;
}
.requirements .article > dl > dt {
	font-size: 20px;
    border-left: 3px solid #0178aa;
    padding-left: 5px;
    margin-bottom: 5px;
}

.requirements .article > dl > dd {
	border-bottom: 1px solid #e2e2e2;
	padding-left: 10px;
}
.requirements .article > dl > dd dd {
	padding-left: 10px;
}

/* 説明会 */
.schedule table {
	table-layout: fixed;
	width: 100%;
	margin: 20px auto;
}
.schedule th {
	background-color: #006da0;
	color: #fff;
}
.schedule table th,
.schedule table td {
	height: 45px;
	vertical-align: middle;
	align-items: center;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #e2e2e2;
	text-align: center;
}
/* 移植 */
.info_title:before{
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 2px 0 0 0;
	background: #999999;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.info_title{
	font-size: 12px;
	color: #888888;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

.info_wrap{
	font-size: 16px;
	/*margin: 10px;*/
	padding: 20px;
	color: #888888;
	background-color: #FAFAFA;
	border: 1px solid #E5E5E5;
	display: inline-block;
	/*line-height: 30px;*/
}

.info_list i {
	margin-right: 10px;
}

.info_list{
	list-style: none;
	line-height: 30px;
}
.info_title {
	margin-top: 40px;
	line-height: 1.3;
}
li.number i.fa-fw,
li.address i.fa-fw,
li.mail i.fa-fw {
	padding-right: 10px;
	font-family: FontAwesome;
}

/*FAQ*/
.faqlist dt {
	position: relative;
	display: flex;
	height: 45px;
	padding-left: 5px;
	align-items: center;
	border-bottom: 1px solid #e2e2e2;
}
.faqlist dt a {
	display: flex;
	padding: 0 5px;
	width: calc(100% - 50px);
	height: 100%;
	align-items: center;
	color: #333333;
	text-decoration: none;
}

.faqlist dt:before {
	content:'Q:';
}
.faqlist dt:after {
	position: absolute;
	right: 10px;
	font-size: 22px;
	font-family: 'Font Awesome 5 Free';
	content:'\f103';
	transition: content 0.2s linear;
	font-weight: 600;
}
.faqlist dt.open:after {
	content:'\f102';
	transition: content 0.2s linear;
}
.faqlist dd {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
	padding: 0 10px;
	margin-bottom: 5px;
	background-color: rgba(240,240,240,0);
	transition: max-height 0.2s linear,
		opacity 0.2s linear,
		padding 0.2s linear,
		background 0.2s linear;
}
.faqlist dd:before {
	content:'A:';
}
.faqlist dt.open + dd {
	max-height: 20em;
	padding:10px 10px 2em;
	opacity: 1;
	background-color: rgba(240,240,240,1);
	transition: max-height 0.1s linear,
		opacity 0.2s linear,
		padding 0.2s linear,
		background 0.2s linear;
}
#footer {
	overflow: hidden;
	margin-top: 180px;
	padding: 20px;
	background-color: #D6D6D6;
}
#footer a {
	float: left;
	clear: both;
	color: #2283ff;
	text-decoration: none;
}
#footer a:before {
	margin-right: 5px;
	font-family: 'Font Awesome 5 Free';
	content:'\f105';
	font-weight: 600;
}
#footer a.lineLogo:before {
	height: 36px;
	line-height: 36px;
	vertical-align: top;
}
#pageTop {
	position: fixed;
	width: 60px;
	height: 60px;
	background-color: #187DAA;
	border-radius: 100%;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.6);
	right: 20px;
	bottom: 40px;
	z-index: 5;
}
#pageTop:before {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	content:'\f106';
	color: #ffffff;
	font-size: 30px;
	top: calc(50% - 22px);
	left: calc(50% - 10px);
	font-weight: 600;
}
#btnEntry {
	position: absolute;
	display: flex;
	bottom: 160px;
	font-size: 1.6em;
	left: calc(50% - 30%);
	width: 60%;
	height: 80px;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	background-color: #187DAA;
	color: #ffffff;
	border-radius: 10px;
	z-index: 6;
}
#btnEntry:hover {
	opacity: 0.6;
}
#fixEntry {
	position: absolute;
	display: flex;
	top: 10px;
	font-size: 1.2em;
	right: 25px;
	width: 180px;
	height: 40px;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	background-color: #187DAA;
	color: #ffffff;
	border-radius: 10px;
	z-index: 6;
}
.fix #fixEntry {
	position: fixed;
	top: 80px;
}
#fixEntry:hover {
	opacity: 0.6;
}

/*SP*/
@media screen and (max-width:768px) {
	body {
		font-size: 16px;
		line-height: 1.5;
	}
	.pc_none { display: block;}	
	#header {
		position: fixed;
		width: 100%;
		height: 60px;
		background-color: #ffffff;
		box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
		z-index: 3;
	}
	.fix #header {
		top: 0;
		border-right: 0;
	}
	#header .logo {
		display: block;
		height: 100%;
		margin: 0 0 0 auto;
	}
	#header .title {
		margin-left: 10px;
		margin-right: auto;
	}
	.menu {
		position: absolute;
		left: 10px;
		display: block;
		width: 60px;
		height: 60px;
		color: #333333;
	}
	.menu:before {
		position: absolute;
		top: calc(50% - 25px);
		left: calc(50% - 25px);
		font-size: 35px;
		font-family: 'Font Awesome 5 Free';
		content:'\f0c9';
		font-weight: 600;
	}
	#navi {
		position: fixed;
		display: flex;
		top: calc(-1*100vh);
		width: 100%;
		height: calc(100vh - 60px);
		align-items: center;
		justify-content: center;
		background-color: rgba(41,85,213,0.84);
		z-index: 2;
		opacity: 0;
		transition: all 1s ease;
		padding: 0;
	}
	.fix #navi {
		position: fixed;
		top: calc(-1*100vh);
		width: 100%;
		background-color: rgba(41,85,213,0.84);
	}
	.active #navi {
		top: 60px;
		opacity: 1;
		transition: all 1s ease;
		z-index: 6;
	}
	#navi .naviWrap {
		display: flex;
		flex-direction: column;
	}
	.fix .naviWrap {
		padding-left: 20px;
	}
	#navi .navi-item a {
		display: flex;
		font-size: 30px;
		align-content: center;
		height: 60px;
		text-decoration: none;
		color: #ffffff;
	}
	#mainVisual {
		width: 100%;
		min-width: auto;
		height: 100vh;
		background: url(../../img/recruit/main_2024.jpeg),linear-gradient(180deg,rgba(1, 120, 170,1),rgba(255,255,255,0) 80%,rgba(255,255,255,0));
		background-repeat: no-repeat;
		background-position: bottom center,top center;
		background-size: 100% ,200%;
	}
	#mainVisual p {
		font-size: 2.5vh;
		bottom: 0;
		padding: 0 20px;
		color: #fff;
		background: none;
	}
	.load #mainVisual p:nth-of-type(1) {
		bottom: calc(100% - 60px - 12vh);
		opacity: 1;
		transition: all 1s ease 0.5s;
	}
	
	.load #mainVisual p:nth-of-type(2) {
		bottom: calc(100% - 60px - 20vh);
		opacity: 1;
		transition: all 1s ease 0.5s;
	}

	.load #mainVisual p:nth-of-type(3) {
		bottom: calc(100% - 60px - 27vh);
		opacity: 1;
		transition: all 1s ease 0.5s;
	}

	.load #mainVisual p:nth-of-type(4) {
		bottom: calc(100% - 60px - 34vh);
		opacity: 1;
		transition: all 1s ease 0.5s;
	}

	.load #mainVisual p:nth-of-type(5) {
		bottom: calc(100% - 60px - 40vh);
		opacity: 1;
		transition: all 1s ease 0.5s;
	}
	/* コンテンツ */
	#contents h2 {
		height: 45px;
		font-size: 30px;
	}
	.section {
		margin-bottom: 50px;
	}
	.article h3 {
		font-size: 20px;
	}
	.article > a .articleImage:after {
		font-size: 12px;
	}
	.article .articleImage canvas {
		height: 400px;
	}
	.careerFlow {
		flex-direction: row;
		width: auto;
	}
	.careerWrap {
		flex-direction: column;
		width: calc((100%/5) - 10px);
		height: 500px;
	}
	.careerNo {
		width: 100%;
		display: block;
		text-align: center;
	}

	.careerNo > span {
		display: block;
		text-align: center;
	}
	.careerText {
		width: 100%;
		height: calc(500px - 50px - 35px);
		margin: 5px 0;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.careerWrap:nth-of-type(1) .careerText span,
	.careerWrap:nth-of-type(2) .careerText span,
	.careerWrap:nth-of-type(3) .careerText span,
	.careerWrap:nth-of-type(4) .careerText span > span,
	.careerWrap:nth-of-type(5) .careerText span > span{
		margin-left: -1em;
	}
	.careerWrap:nth-of-type(2) .careerText:before,
	.careerWrap:nth-of-type(3) .careerText:before,
	.careerWrap:nth-of-type(4) .careerText > span:before,
	.careerWrap:nth-of-type(5) .careerText > span:before {
		position: absolute;
		top: calc(50% - 14px);
		left: -17px;
		font-family: 'Font Awesome 5 Free';
		content:'\f0da';
		color: #344c6d;
		font-weight: 600;
	}
	.careerWrap:nth-of-type(4) .careerText > span:nth-of-type(1),
	.careerWrap:nth-of-type(5) .careerText > span:nth-of-type(1) {
		height: calc(23% - 5px);
		margin-right: 0;
	}
	.careerWrap:nth-of-type(4) .careerText > span:nth-of-type(2),
	.careerWrap:nth-of-type(5) .careerText > span:nth-of-type(2) {
		height: calc(50% - 5px);
	}
	.careerWrap:nth-of-type(4) .careerText > span:nth-of-type(3),
	.careerWrap:nth-of-type(5) .careerText > span:nth-of-type(3) {
		height: 27%;
		margin-left: 0;
	}
	.employeeCate {
		width: 100%;
		height: 2.5em;
		flex-direction: column;
	}
	.employeeCate > span {
		display: flex;
		height: 48%;
		align-items: center;
	}
	.flow {
		width: auto;
		height: 200px;
	}
	.flowNo {
		font-size: 0.8em;
	}
	.flowText {
		margin-left: -1em;
	}
	#fixEntry {
		display: none;
	}

	.fix #fixEntry {
		display: flex;
		height: 50px;
		top: auto;
		bottom: 45px;
		right: auto;
		left: calc(50% - 90px);
	}
}