@charset "UTF-8";

:root {
	--color-primary: #182D7B;
	--color-secondary: #C8DDEF;
	--color-base: #222;
}

/* アイコンフォント */
@font-face {
	font-family: recop-iconfonts;
	src: url("/jobfind-pc/original/css/option/font/recop-iconfont.eot") format("eot"), url("/jobfind-pc/original/css/option/font/recop-iconfont.woff") format("woff"), url("/jobfind-pc/original/css/option/font/recop-iconfont.ttf") format("truetype");
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	font-size: 16px;
	line-height: 1.7;
}

img {
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
}


/* 改行 */
br.pc {
	display: block;
}

@media screen and (max-width: 767px) {
	br.sp {
		display: block;
	}

	br.pc {
		display: inline;
	}
}

/* ---- 職場の雰囲気 ---- */
.section-content {
	padding: 73px 0 40px;
}

.episode {
	margin-top: 80px;
	position: relative;
}

.bg-blue {
	background: var(--color-secondary);
}

.page-catch {
	background-color: var(--color-primary);
	color: #fff !important;
	font-size: 40px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 100%;
	max-width: 1000px;
}

.content-ttl {
	font-size: 36px;
	color: var(--color-primary) !important;
	margin-bottom: 35px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}

.section-lead {
	font-size: 18px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.section-lead {
		text-align: center;
	}
}

.section-head {
	margin-bottom: 30px;
}

.episode-item:not(:last-child) {
	margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
	.episode {
		padding: 0 0 30px;
	}

	.page-catch {
		font-size: 26px;
		height: 50px;
		line-height: 50px;
		position: static;
		transform: translate(0, 0);
	}

	.episode-body {
		padding: 45px 15px 0;
	}

	.content-ttl {
		font-size: 26px;
		margin-bottom: 15px;
	}
}

/* ---- いろいろな働き方 ---- */
.workstyle-list {
	margin-top: 95px;
}

.workstyle-item:not(:first-child) {
    padding-top: 140px;
}

.schedule-content {
	background-color: #fff;
	border: 2px solid var(--color-primary);
	border-radius: 20px;
	padding: 88px 50px 40px;
	position: relative;
	z-index: 2;
}

.schedule-content>* {
	position: relative;
	z-index: 2;
}

.schedule-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 163px;
	border-radius: 20px 20px 0 0;
	background-color: var(--color-secondary);
	z-index: 1;
}

.schedule-ttl {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: var(--color-primary) !important;
}

.schedule-image {
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 140px;
}

.schedule-timeline {
	padding-top: 50px;
}

.schedule-timeline dl {
	display: grid;
	grid-template-columns: 185px 1fr;
	grid-gap: 35px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid #E6E6E6;
}

.schedule-timeline dd span {
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.schedule-timeline dl:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}
}

.schedule-timeline dl dt {
	font-size: 18px;
	color: var(--color-primary);
}
.workstyle-comment {
	padding-top: 60px;
}
.message-box {
	background-color: var(--color-secondary);
	padding: 25px 20px 30px 20px;
}

.message-text-box {
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.section-content {
		padding: 45px 0 30px;
	}

	.cnt {
		padding: 0 15px;
	}

	.workstyle-item:not(:first-child) {
		padding-top: 90px;
	}

	.schedule-content {
		border: none;
		border-radius: 0;
		margin-left: -15px;
		margin-right: -15px;
		padding: 80px 15px 20px;
	}

	.schedule-content::before {
		border-radius: 0;
		height: 136px;
	}

	.workstyle-item:not(:first-child) .schedule-content::before {
		height: 173px;
	}

	.schedule-ttl {
		font-size: 26px;
		line-height: 1.3;
	}

	.schedule-timeline {
		padding-top: 45px;
	}

	.schedule-timeline dl {
		grid-template-columns: 1fr;
		grid-gap: 5px;
		padding-bottom: 35px;
	}

	.schedule-timeline dl dt {
		text-align: center;
	}
	.workstyle-comment {
		padding-top: 0;
	}
	.message-box {
		padding-top: 198px;
	}
	.message-content {
		gap: 110px;
	}
	.message-title {
		margin-bottom: -198px;
	}

}

/* ---- 福利厚生 ---- */
.benefit-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	gap: 30px;
	justify-items: center;
}

.benefit-box {
	background-color: var(--color-secondary);
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.benefit-img{
	min-height: 200px;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.benefit-box img {
	width: 50%;
	margin: 0 auto;
}
.benefit-desc {
	background-color: var(--color-primary);
	color: #fff!important;
	padding: 20px 30px;
	flex-grow: 1;
}
.benefit-ttl {
	font-size: 26px;
	font-weight: bold;
	color: #fff!important;
	margin-bottom: 5px;
}

.benefit-txt {
	text-align: left;
	color: #fff!important;
}

.benefit-box---center {
	grid-column: 2 / 3;
}
.benefit-box---center img {
	width: 100%;
	max-width: 273px;
}
.benefit-note {
	margin-top: 10px;
	font-size: 13px;
	text-align: left;
	color: #fff!important;
}
@media screen and (max-width: 1120px) {
	.benefit-box---center {
		grid-column: auto;
	}
}
@media screen and (max-width: 767px) {
	.benefit-list {
		grid-template-columns: 1fr;
	}
}
