@charset "UTF-8";

/* ---------------------------------------------------

	Layout - Top Page
	EMPLOYEE
	/employee/

-------------------------- */

/* ---------------------------------------------------

	Base

-------------------------- */
/* ----------------------- */
@media (min-width: 751px) {
}
/* ----------------------- */
@media (max-width: 750px) {
}

/* ---------------------------------------------------

	Anchor

-------------------------- */
.emp-anchor {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	}
.emp-anchor a {
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	color: initial;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	}
.emp-anchor a:after {
	background-color: rgba(0, 166, 118, 1);
	background-image: url(/recruit/src/img/common/icon/arrow-right-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	position: relative;
	display: inline-flex;
	border-radius: 100px;
	transform: rotate(90deg);
	}
.emp-anchor a i {
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.emp-anchor a span {
	line-height: 1.25;
	white-space: nowrap;
	}
/* ----------------------- */
@media (min-width: 751px) {
.emp-anchor { max-width: 1000px; }
.emp-anchor a {
	min-height: 70px;
	margin: 10px 30px;
	}
.emp-anchor a:after {
	background-size: 10px;
	height: 20px;
	min-width: 20px;
	max-width: 20px;
	}
.emp-anchor a i { margin-right: 15px; }
.emp-anchor a span {
	font-size: 20px;
	margin-right: 30px;
	transition: all .3s;
	}
/* Hover */
.emp-anchor a:hover span { color: rgba(0, 166, 118, 1); }
}
/* ----------------------- */
@media (max-width: 750px) {
.emp-anchor { padding: 0 30px; }
.emp-anchor a {
	padding: 20px 0;
	width: 100%;
	}
.emp-anchor a:after {
	background-size: 10px;
	height: 20px;
	min-width: 20px;
	max-width: 20px;
	}
.emp-anchor a i {
	max-width: 30px;
	margin-right: 10px;
	min-width: 30px;
	}
.emp-anchor a span {
	font-size: 18px;
	width: 100%;
	}
}

/* ---------------------------------------------------

	Wrap

-------------------------- */
.emp-wrap { margin: 0 auto; }
@media (min-width: 751px) {
.emp-wrap {
	margin-top: 100px;
	max-width: 1000px;
	}
}
@media (max-width: 750px) {
.emp-wrap { margin-top: 40px; }
}
/* ----------------------- */
/* Item - Base */
.emp-item:last-child { padding-bottom: 0; }
.emp-item .ttlarea .ttl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	}
.emp-item .ttlarea .ttl i img { width: 100%; }
@media (min-width: 751px) {
.emp-item { padding: 50px 0; }
.emp-item .ttlarea .ttl i {
	margin-right: 15px;
	max-width: 60px;
	min-width: 60px;
	}
.emp-item .ttlarea .ttl span { font-size: 35px; }
.emp-item .bodyarea { margin-top: 30px; }
}
@media (max-width: 750px) {
.emp-item { padding: 40px 0; }
.emp-item .ttlarea .ttl i {
	margin-right: 15px;
	max-width: 40px;
	min-width: 40px;
	}
.emp-item .ttlarea .ttl span { font-size: 25px; }
.emp-item .bodyarea { margin-top: 30px; }
}
/* ----------------------- */
/* Item */
.emp-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	}
.emp-list .item {
	border: 1px solid rgba(110, 110, 110, .5);
	width: 100%;
	box-sizing: border-box;
	}
.emp-list .item .ttl { color: rgba(0, 166, 118, 1); }
/* Scheme - Layout */
.emp-list .item.col1 .inner .ttlarea { box-sizing: border-box; }
.emp-list .item.col1 .inner .bodyarea {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	min-height: 100%;
	box-sizing: border-box;
	}
/* Scheme - Parts */
/* Note */
.note {
	border-top: 1px solid rgba(110, 110, 110, .5);
	display: flex;
	align-items: baseline;
	}
.note-ttl { color: rgba(0, 166, 118, 1); }
.note-list dl {
	display: inline-flex;
	align-items: baseline;
	justify-content: flex-start;
	}
.note-list dl dd span:last-child { margin-right: 0; }
.note-list dl dd strong {
	color: rgba(0, 166, 118, 1);
	font-family: "Roboto", sans-serif;
	font-size: 150%;
	font-weight: 500;
	}
/* Tag */
.tag { background-color: rgba(0, 166, 118, .15); }
.tag-ttl { color: rgba(0, 166, 118, 1); }
.tag-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	}
.tag-list span {
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(110, 110, 110, .5);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	}
.tag-list span.etc {
	background-color: transparent;
	border: none;
	border-radius: unset;
	box-shadow: none;
	}
@media (min-width: 751px) {
.emp-list .item {
	margin: 1.5%;
	max-width: 47%;
	padding: 30px 40px;
	border-radius: 8px;
	}
.emp-list .item .ttl { font-size: 20px; }
.emp-list .item .con { margin-top: 10px; }
.emp-list .item .con p {
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 2;
	}
/* Scheme */
.emp-list .item.col1 {
	max-width: 97%;
	padding: 0;
	}
.emp-list .item.col1 .inner { display: flex; }
.emp-list .item.col1 .inner .ttlarea {
	padding: 30px 40px;
	width: 50%;
	}
.emp-list .item.col1 .inner .bodyarea {
	margin-top: 0;
	width: 50%;
	}
/* Scheme - Parts */
.note {
	font-size: 16px;
	margin-top: 20px;
	padding-top: 10px;
	}
.note-ttl { min-width: 110px; }
.note-list dl { margin-right: 25px; }
.note-list dl:last-child { margin-right: 0; }
.note-list dl dt { margin-right: 20px; }
.note-list dl dd span { margin-right: 10px; }
/* Tag */
.tag { padding: 30px 40px; }
.tag-ttl { font-size: 18px; }
.tag-list { margin-top: 10px; }
.tag-list span {
	font-size: 15px;
	margin: 5px;
	padding: 5px 10px;
	}
}
@media (max-width: 750px) {
.emp-list .item {
	margin-bottom: 20px;
	padding: 25px 30px;
	border-radius: 8px;
	}
.emp-list .item:last-child { margin-bottom: 0; }
.emp-list .item .ttl { font-size: 20px; }
.emp-list .item .con { margin-top: 10px; }
.emp-list .item .con p {
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 1.85;
	}
/* Scheme */
.emp-list .item.col1 { padding: 0; }
.emp-list .item.col1 .inner .ttlarea { padding: 25px 30px; }
.emp-list .item.col1 .inner .bodyarea { margin-top: 0; }
.emp-list .item.col1 .inner .bodyarea.fig { height: 200px; }
/* Scheme - Parts */
.note {
	font-size: 16px;
	margin-top: 20px;
	padding-top: 20px;
	flex-wrap: wrap;
	}
.note-ttl { min-width: 110px; }
.note-list dl { margin-right: 25px; }
.note-list dl:last-child { margin-right: 0; }
.note-list dl dt { margin-right: 20px; }
.note-list dl dd span { margin-right: 20px; }
/* Tag */
.tag { padding: 25px 30px; }
.tag-ttl { font-size: 18px; }
.tag-list { margin-top: 10px; }
.tag-list span {
	font-size: 15px;
	margin: 5px;
	padding: 5px 10px;
	}
}
/* ----------------------- */
@media (min-width: 751px) {
}
@media (max-width: 750px) {
}

/* ---------------------------------------------------

	*****

-------------------------- */
/* ----------------------- */
@media (min-width: 751px) {
}
@media (max-width: 750px) {
}
/* ----------------------- */
@media (min-width: 751px) {
}
@media (max-width: 750px) {
}
/* ----------------------- */
@media (min-width: 751px) {
}
@media (max-width: 750px) {
}