@charset "UTF-8";
/* CSS Document */
/* ==================================================
  /phre/recruit/
  => 採用情報
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
/*--------------
汎用
--------------*/
#contents *{
	font-family: YakuHanJP,'Lato', 'Noto Sans JP', 'Yu Gothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2{
	color: #22386C;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: .04em;
	text-align: center;
}
figure{
	margin: 0;
	line-height: 0;
}

/* mobile用 */
@media screen and (max-width:768px) {
	h2{
		font-size: 6vw;
	}
	p{
		padding: 0;
	}
}



/*-----------------
/* グローバル変数
-----------------*/
:root {
  --font-serif: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}



/*--------------
hero
--------------*/
.hero{
	height: 360px;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	background-image: url("../images/hero.jpg");
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;
}
.hero h1{
	color: #22386C;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-250%, -50%);
	font-weight: 400;
}
img{
	max-width: 100%;
}
/* mobile用 */
@media screen and (max-width:768px) {
	.hero{
		background-image: url("../images/hero_sp.jpg");
		height: 50vw;
		background-size: cover;
	}
	.hero h1{
		transform: translate(-45%, -50%);
		font-size: 5.6vw;
	}
}

#new-grad{
	padding: 100px 0 100px;
}
#new-grad h2 span{
	font-weight: 700;
}
#new-grad h2 span.sub{
	font-size: 20px;
	display: block;
	width: 8.5em;
	font-weight: 400;
	margin: 7px auto 0;
	position: relative;

}
#new-grad h2 span.sub:before,
#new-grad h2 span.sub:after{
	content: "";
	height: 1px;
	width: 46px;
	background-color: #22386C;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#new-grad h2 span:before{
	left: -2.5em;
}
#new-grad h2 span:after{
	right: -2.5em;
}
#new-grad > p{
	font-family: var(--font-serif);
	color: #22386C;
	text-align: center;
	font-size: 20px;
	line-height: 2;
	margin: 60px 0 0;
	padding: 0;
}
#new-grad > p + p{
	margin: 20px 0 0;
}

/*link-block*/
#new-grad .link-block{
	width: 750px;
	margin: 80px auto 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	
}
#new-grad .link-block div{
	width: 350px;
}
#new-grad .link-block div a{
	display: block;
	transition: .3s;
	text-decoration: none;
}
#new-grad .link-block div a:hover{
	opacity: .6;
	transition: .3s;
}
#new-grad .link-block div a figure{
	border: 1px solid #22386C;
	margin: 0 0 20px;
}
#new-grad .link-block div a figure img{
	width: 100%;
}
#new-grad .link-block div a p{
	font-size: 18px;
	text-align: center;
	line-height: 1.3;
	letter-spacing: .04em;
}
#new-grad .link-block div a:hover p{
	color: #22386C;
}
#new-grad .link-block div a p span{
	display: block;
	font-size: 16px;
	margin: 3px 0 0;
}

/* mobile用 */
@media screen and (max-width:768px) {
	#new-grad{
		padding: 14vw 6vw 10vw;
	}
	#new-grad h2 span.sub{
		font-size: 4.2vw;
		margin: 1vw auto 0;
	}
	#new-grad h2 span.sub:before,
	#new-grad h2 span.sub:after{
		width: 5.4vw;
	}
	#new-grad h2 span:before{
		left: -1.7em;
	}
	#new-grad h2 span.sub:after{
		right: -1.7em;
	}
	#new-grad > p{
		font-size: 4vw;
		margin: 8vw 0 0;
		text-align: justify;
	}
		#new-grad > p + p{
		margin: 6vw 0 0;
	}
	/*link-block*/
	#new-grad .link-block{
		display: block;
		width: auto;
		margin: 14vw auto 0;
	}
	#new-grad .link-block div{
		width: 70vw;
		margin: 0 auto;
	}
	#new-grad .link-block div + div{
		margin: 8vw auto 0;
	}
	#new-grad .link-block div a p{
		font-size: 4.4vw;
		padding: 0;
	}
	#new-grad .link-block div a p span{
		font-size: 4vw;
	}
}



#career{
	border-image: linear-gradient(#eeeeee, #eeeeee) fill 0 / / 0 100vw 0 100vw;
	padding: 90px 0 120px;
}
#career > p{
	font-size: 16px;
	text-align: center;
	color: #22386C;
}
#career table{
	background-color: #ffffff;
	border-collapse: collapse;
	font-size: 15px;
	margin: 50px auto 0;
	width: 750px;
}
#career table tr.flow ol li + li{
	margin: 0;
}

#career table th,
#career table td{
	border:2px solid #eeeeee;
	vertical-align: top;
	text-align: left;
	padding: 20px;
}
#career table td .notes{
	margin: 15px 0 0;
}
#career table td > ul > li,
#career table td > ol > li{
	
}
#career table li{
	font-weight: 400;
}
#career table td ul li{
	position: relative;
	line-height: 1.5;
	margin: 0 0 0 1em;
}

#career table td ol li{
	line-height: 1.5;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
#career table td ol li p{
	text-indent: 0;
	line-height: 1.4;
}
#career table td li p{
	line-height: 1.4;
}
#career table td li p span{
	display: block;
	margin: 0 0 0 4.6em;
}
#career table td ol li p span{
	display: block;
	margin: 0 0 0 .3em;
}
#career table td ul li:before{
	position: absolute;
	content: "";
	top: 0.75em;
	left: -.7em;
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #222;
}

#career table td > ol > li + li{
	margin: 15px 0 0;
}
#career table td > ul > li + li{
	margin: 15px 0 0 1em;
}
/*#career table td ul li + li{
	padding: .5em 0 0 1em;
}
#career table td ol li + li{
	padding: .5em 0 0 1em;
}*/
#career table tr.flow td .mail{
	margin: 20px 0 0;
}
#career table tr.flow td .mail p{
	line-height: 1.6;
}
#career table tr.flow td .mail .mail-cont{
	background-color: #f0f6fe;
	width: 70%;
	margin: 10px 0 0;
}
#career table tr.flow td .mail .mail-cont p{
	line-height: 1.6;
	padding: 8px 16px;
}
#career table tr.flow td .doda{
	margin: 30px 0 0;
}
#career table tr.flow td .doda a{
	width: 230px;
	margin: 10px 0 0;
	display: block;
	transition: .3s;
}
#career table tr.flow td .doda a:hover{
	opacity: .6;
	transition: .3s;
}
/* mobile用 */
@media screen and (max-width:768px) {
	#career{
		padding: 12vw 6vw 8vw;
		margin: 0 0 6vw;
		font-size: 3.6vw !important;
	}
	#career > p{
		font-size: 3.8vw;
		margin: 2vw 0 0;
	}
	#career table{
		margin: 4vw 0 0;
		width: auto;
	}
	#career table th{
		background-color: #5291e5;
		color: #ffffff;
	}
	#career table th,
	#career table td{
		display: block;
		padding: 3vw;
		font-size: 3vw;
	}
	#career ul,
	#career ol{
		margin: 0;
	}
	#career table li{
		font-size: 3.4vw;
	}
	#career table td > ul > li + li{
		margin: 3vw 0 0 1em;
	}
	#career table td > ol > li + li{
		margin: 3vw 0 0;
	}
	#career table tr.flow td .mail{
		margin: 4vw 0 0;
	}
	#career table tr.flow td .mail .mail-cont{
		width: auto;
	}
	#career table tr.flow td .doda{
		margin: 6vw 0 0;
	}
	#career table tr.flow td .doda a{
		width: 45vw;
	}
}

