@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------------------
共通css
----------------------------------------------------------*/
/* ヘッダー
----------------------------------------------------------*/
header {
	width: 100%;
	position: relative;
}
.header_wrap {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 170px;
}
.h_nav_wrap {
	flex: 1;
}
header h1 {
	width: 393px;
	margin: 10px 80px 0 0;
	padding: 0;
}
header h1 a {
	margin: 0;
	padding: 0;
}
header h1 a img {
	margin: 0;
	padding: 0;
	width: 100%;
}
p#menu_btn {
	display: none;
}
.g_nav {
	margin: 50px 0 0 auto;
	display: flex;
	flex-direction: column-reverse;
}
ul.h_nav {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
ul.h_nav li a {
	letter-spacing: .1em;
	color: #000;
	display: block;
	font-weight: bold;
}
ul.u_nav {
	margin: 0 0 20px auto;
	padding: 0;
	display: flex;
	width: fit-content;
}
ul.u_nav li {
	margin-left: 10px;
}
ul.u_nav li a {
	background-color: #187D5F;
	border-radius: 20px;
	padding: 10px 30px;
	margin: 0;
}
ul.u_nav li a img {
	height: 18px;
	width: auto;
	margin: 0;
}

@media screen and (max-width: 736px) {
	header h1 {
		width: 185px;
		margin: auto 20px;
	}
	.header_wrap {
		width: 100%;
		min-height: 83px;
	}
	p#menu_btn {
		display: block;
		position: absolute;
		right: 3px;
		top: 15px;
		width: 30px;
		height: 21px;
	}
	p#menu_btn img {
		width: 30px;
		height: 21px;
		padding: 0;
	}
	p#menu_btn.on {
		background: url("../img/h_menu_btn_on.png") no-repeat bottom center;
		background-size: 30px 21px;
	}
	header p#menu_btn.on img {
		display: none;
	}
	.g_nav {
		display: none;
		flex-direction: column;
		background-color: rgba(255, 255, 255, 0.8);
		position: absolute;
		left: 0;
		top: 83px;
		margin: 0;
		padding: 15px;
		width: 100%;
		z-index: 20;
	}
	ul.h_nav {
		border-top: 1px solid #887;
		padding: 0;
		flex-direction: column;
		width: 100%;
	}
	ul.h_nav li {
		width: 100%;
		position: relative;
		text-align: left;
	}
	ul.h_nav li::after {
		position: absolute;
		content: "";
		background-image: url(../img/tri_green.png);
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		display: block;
		width: 10px;
		height: 10px;
		top: 15px;
		right: 5px;
	}
	ul.h_nav li a {
		padding: .3em 0;
		border-bottom: 1px solid #887;
		padding-right: 20px;
		width: 100%;
	}
	ul.u_nav {
		margin: 20px auto 20px -10px;
	}
}


/*----------------------------------------------------------
共通パーツ
----------------------------------------------------------*/

/* 見出し
----------------------------------------------------------*/
.page_title {
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
	height: 140px;
	background-image: url(../img/hero_bk.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2em;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 20px;
}

@media screen and (max-width: 736px) {
	.page_title {
		min-width: 100%;
		font-size: 1.5em;
	}
}

/* 見出し
----------------------------------------------------------*/
.sec_title {
	width: 100%;
	min-width: 1100px;
	height: 355px;
	background-image: url(../img/stit-bk.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 2.5em;
	color: #ffffff;
	font-weight: bold;
	margin: 50px 0;
	padding: 50px 20px;
	letter-spacing: 0.1em;
}
.sec_title_line {
	width: 100%;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #187D5F;
	line-height: 1.5em;
	border-bottom: 2px solid #187D5F;
}

@media screen and (max-width: 736px) {
	.sec_title {
		min-width: 100%;
		height: 185px;
		background-image: url(../img/stit-bk-smp.png);
		padding: 30px 20px;
		font-size: 21px;
	}
	.sec_title_line {
		font-size: 1.5em;
	}
}


/* コンテンツ幅
----------------------------------------------------------*/
.content_wide_max {
	width: 100%;
	min-width: 100px;
	overflow: hidden;
}
.content_wide_m {
	width: 1100px;
	margin: 50px auto;
	padding: 50px 0;
	overflow: hidden;
}

@media screen and (max-width: 736px) {
	.content_wide_max {
		min-width: 100%;
		padding: 0;
	}
	.content_wide_m {
		width: 100%;
		margin: 30px auto;
		padding: 40px 20px;
	}
}

/* リンクボタン
----------------------------------------------------------*/
.btn {
	margin: 0;
	padding: 0;
	text-align: center;
}

.btn a {
	display: block;
	max-width: 400px;
	margin: 0 auto;
	padding: 0.3em 2em;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.4;
	background-color: #187D5F;
	border-radius: 20px;
	position: relative;
}
.btn a::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../img/tri.png);
	background-size: cover;
	position: absolute;
	top: 10px;
	left: 30px;
}
.btn p::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../img/tri.png);
	background-size: cover;
	position: absolute;
	top: 10px;
	left: 30px;
}

@media screen and (max-width: 736px) {
	.btn a {
		font-size: 10px;
	}
	.btn a::after {
		top: 5px;
		left: 1em;
	}
	.btn p {
		font-size: 10px;
	}
	.btn p::after {
		top: 5px;
		left: 1em;
	}
}

/* 前のページに戻るボタン
----------------------------------------------------------*/
.btn_return {
	margin: 0;
	padding: 0 15px;
	text-align: center;
	width: 100%;
	min-width: 1100px;
}
.btn_return a {
	display: block;
	max-width: 400px;
	margin: 4em auto;
	padding: .5em 0;
	background-color: #CCCCCC;
	border-radius: 20px;
	color: #333;
	text-decoration: none;
	line-height: 1.4;
}
.btn_return a::before {
	content: "";
	background: url("../img/tri_glay.png") no-repeat center center;
	background-size: 10px 10px;
	display: inline-block;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	z-index: 10;
}

@media screen and (max-width: 736px) {
	.btn_return {
		min-width: 100%;
	}
	.btn_return a {
		width: 80%;
	}
}


/*----------------------------------------------------------
フッター
----------------------------------------------------------*/
footer {
	width: 100%;
	min-width: 1100px;
	margin: 0;
	padding: 45px 20px;
	text-align: center;
}
address {
	font-style: normal;
	color: #000;
	line-height: 1.4em;
}
address h1 {
	max-width: 332px;
	margin: 0 auto 30px auto;
}
address h1 img {
	width: 100%;
}
a.f_tel {
	color: #000;
}
a.f_tel span {
	padding-left: 20px;
}
a.f_tel br {
	display: none;
}
.f_mail {
	margin: 20px 0 40px 0;
}
.f_mail a {
	background-color: #187D5F;
	border-radius: 20px;
	padding: 10px 30px;
}
.f_mail a img {
	height: 18px;
	width: auto;
	margin: 0;
}

@media screen and (max-width: 736px) {
	footer {
		padding: 35px 20px;
		min-width: 100%;
	}
	a.f_tel span {
		padding-left: 0;
	}
	a.f_tel br {
		display: block;
	}
}

/* コピーライト
----------------------------------------------------------*/
footer small {
	clear: both;
	text-align: center;
	padding: 1em 0;
	margin: 0;
	display: block;
	color: #187D5F;
	font-size: 0.6em;
	vertical-align: bottom;
	line-height: 1;
}

/* 働く先輩の声
----------------------------------------------------------*/
.voice-image_wrap {
	width: 1100px;
	margin: 50px auto;
	padding: 0 83px 0 0;
}
.voice-image {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: flex-start;
	margin-top: -240px;
}
.voice-image li a{
	position: relative;
	height: 410px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-direction: column;
}
.voice-image li a span{
	font-weight: bold;
}
.voice-image li a h3{
	font-weight: bold;
}
a span.voice-katagaki {
	display: block;
	width: fit-content;
	padding: 0 10px;
	background-color: #FFF500;
	border-radius: 3px;
	z-index: 10;
	margin: auto auto 0 10px;
	letter-spacing: 0.1em;
	color: #000000;
	font-size: 14px;
}
a h3.voice-name {
	display: block;
	width: fit-content;
	padding: 0 10px;
	margin: 10px auto 30px 10px;
	background-color: #FFFFFF;
	border-radius: 3px;
	font-size: 1.4em;
	z-index: 10;
	letter-spacing: 0.1em;
	color: #000000;
}
.voice_aika,
.voice_so,
.voice_chiyo,
.voice_yuma,
.voice_sayaka {
	width: 20%;
	padding: 10px 20px;
	position: relative;
	height: 410px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
}
.voice_aika::before,
.voice_so::before,
.voice_chiyo::before,
.voice_yuma::before,
.voice_sayaka::before {
	content: "";
	width: 271px;
	height: 410px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: 271px 410px;
}
.voice_aika::before {
	background-image: url(../img/voice-aika.png);
}
.voice_so::before {
	background-image: url(../img/voice-so.png);
}
.voice_chiyo::before {
	background-image: url(../img/voice-chiyo.png);
}
.voice_yuma::before {
	background-image: url(../img/voice-yuma.png);
}
.voice_sayaka::before {
	background-image: url(../img/voice-sayaka.png);
}

@media screen and (max-width: 736px) {
	.voice-image_wrap {
		width: 90%;
		margin: 50px auto;
		padding: 0 calc(5% + 20px) 0 0;
	}
	.voice-image {
		margin-top: -150px;
		flex-wrap: wrap;
		position: relative;
		justify-content: center;
	}
	.voice-image li a{
		height: 185px;
		width: 100%;
	}
	a span.voice-katagaki {
		font-size: 9px;
		white-space: nowrap;
		letter-spacing: 0;
		margin: auto auto 0 0;
	}
	a h3.voice-name {
		font-size: 15px;
		white-space: nowrap;
		letter-spacing: 0;
		margin: 5px auto 0 0;
	}
	.voice_aika,
	.voice_so,
	.voice_chiyo,
	.voice_yuma,
	.voice_sayaka {
		width: 33%;
		height: 185px;
		margin-bottom: 20px;
	}
	.voice_aika::before,
	.voice_so::before,
	.voice_chiyo::before,
	.voice_yuma::before,
	.voice_sayaka::before {
		width: 138%;
		height: 100%;
		background-size: cover;
		background-position: top center;
	}
}