@charset "UTF-8";
/**************************************************************
	contentsページ共通のcss
***************************************************************/
/*font*/
@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");
	font-display: swap;
}

/* pc sp表示切替 */
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
/* その他 */
main a {
	text-decoration: none;
}
.cnt {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 20px;
}
.cnt-1000 {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}
.bg-wrapper-blue {
	padding: 52px 15px 80px;
	background: #c8ddef;
}
@media only screen and (max-width: 767px) {
	.bg-wrapper-blue {
		padding: 25px 15px 30px;
	}
}

/* btn */
a.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	background-color: #182d7b;
	border-radius: 50vh;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	max-width: 500px;
	min-width: 220px;
	text-align: center;
	transition: linear 0.25s;
	min-height: 60px;
}
a.btn::before {
	content: "";
	position: absolute;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.btn-search {
	background-color: #ffee22;
	font-size: 24px;
	color: #182d7b !important;
	min-height: 70px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
	a.btn-search {
		font-size: 20px;
		min-height: 60px;
	}
}
a.btn-search::before {
	border-top: 2px solid #182d7b;
	border-right: 2px solid #182d7b;
}
.btn-wrapper {
	max-width: 530px;
	padding: 0 15px;
	width: 100%;
	margin: 60px auto 80px;
}
@media screen and (max-width: 767px) {
	.btn-wrapper {
		margin: 40px auto 40px;
	}
}
/* btn-navy */
.btn-navy-wrapper {
	max-width: 500px;
	margin: 0 auto;
}
.btn-navy {
	min-height: 64px;
	font-size: 18px;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	background-color: #182d7b;
	border-radius: 50vh;
	color: #fff !important;
	font-weight: bold;
	position: relative;
	min-width: 220px;
	text-align: center;
	text-decoration: none;
	transition: linear 0.25s;
}
.btn-navy::after {
	content: "";
	position: absolute;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
/* h1 */
.header-title span {
	display: inline-block;
}
/* ----------------------------------------------------------
    KV
---------------------------------------------------------- */
@media only screen and (min-width: 941px) {
	.kv-bg {
		padding-left: 18%;
	}
}

.kv-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	padding-top: 0;
	margin-top: -271px;
}
@media only screen and (min-width: 941px) {
	.kv-copy {
		margin-left: -184px;
	}
}

@media screen and (max-width: 1060px) {
	.kv-copy {
		margin-top: -235px;
	}
}
@media screen and (max-width: 940px) {
	.kv-copy {
		align-items: center;
		padding-top: 0;
		margin-top: -3vh;
		display: grid;
		justify-content: center;
		justify-items: start;
		align-content: start;
	}
}

.kv-copy p {
	display: inline-block;
	background-color: #182d7b;
	color: #fff !important;
	font-weight: bold;
	font-size: 36px;
	padding: 8px 24px 0;
	line-height: 1.5;
	margin-bottom: 8px;
}
@media screen and (max-width: 1060px) {
	.kv-copy p {
		font-size: 29px;
	}
}

@media screen and (max-width: 940px) {
	.kv-copy p {
		font-size: 20px;
		padding: 6px 16px;
		margin-bottom: 6px;
		white-space: nowrap;
	}
}
/* catch */
.catch {
	margin: 90px auto 40px;
	padding: 0 20px;
}
@media screen and (max-width: 940px) {
	.catch {
		margin: 15px auto 48px;
		padding: 0 20px;
	}
}

.catch p {
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	line-height: 1.8;
}
.catch .catch-small {
	margin-top: 8px;
	font-size: 15px;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	.catch p {
		text-align: left;
		line-height: 1.5;
	}
	.catch .catch-small {
		margin-top: 42px;
	}
}
/* ----------------------------------------------------------
    message
---------------------------------------------------------- */
.message-box {
	background-color: #fff;
	border-radius: 20px;
	padding: 27px 16px 30px;
}
.message-title {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: #182d7b !important;
	line-height: 1.4;
}
.message-content {
	max-width: 879px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 140px 1fr;
	align-items: center;
	gap: 60px;
}
.message-text-box {
	border: 2px solid #182d7b;
	border-radius: 19px;
	padding: 37px 43px;
	position: relative;
}
.message-text-box::before {
	content: "";
	position: absolute;
	top: 71px;
	left: -30px;
	width: 30px;
	height: 30px;
	background: url("/content/common_img/im_hukidashi.png") no-repeat 0 0/100%
		auto;
}
.message-text {
	line-height: 1.5;
}
.message-btn {
	text-align: center;
}
.message-btn a {
	display: inline-block;
	padding: 12px 30px;
	background-color: #1a3a82;
	color: #fff;
	border-radius: 30px;
	font-size: 14px;
	text-decoration: none;
}
.message-box .btn-navy-wrapper {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.message-box {
		padding-top: 180px;
	}
	.message-title {
		margin-bottom: -226px;
	}
	.message-content {
		grid-template-columns: 1fr;
		gap: 125px;
		flex-direction: column;
		align-items: center;
	}
	.message-text-box::before {
		top: -30px;
		left: 48%;
		transform: translate(-50%, 0) rotate(90deg);
	}
	.message-image {
		max-width: 140px;
		margin: 0 auto;
	}
	.message-text-box {
		width: 100%;
		padding: 27px 30px;
	}
	.message-box .btn-navy-wrapper {
		margin-top: 20px;
	}
	.message-box .btn-navy {
		min-height: 77px;
	}
}
/* ----------------------------------------------------------
    btn-area
---------------------------------------------------------- */
.btn-area {
	margin: 60px auto 0;
}
.contents-btn-list {
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.contents-btn-list li {
	min-width: 320px;
}
@media only screen and (max-width: 767px) {
	.btn-area {
		margin: 30px auto 0;
	}
	.contents-btn-list {
		padding: 0 15px;
		flex-direction: column;
		gap: 12px;
		align-items: center;
	}
	.contents-btn-list li {
		width: 100%;
		max-width: 500px;
	}
}
/* ----------------------------------------------------------
    episode
---------------------------------------------------------- */
.episode {
	padding: 73px 20px 80px;
	max-width: 1080px;
	margin: 0 auto;
}

.episode-title {
	font-size: 36px;
	color: #182d7b !important;
	margin-bottom: 35px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}

.episode-inner {
	display: flex;
	flex-direction: column;
	gap: 38px;
}

.episode-content {
	display: flex;
	align-items: center;
	gap: 40px;
	max-width: 860px;
}

.episode-image {
	width: 140px;
}

.episode-text-box {
	width: calc(100% - 180px);
	border: 2px solid #182d7b;
	border-radius: 20px;
	padding: 40px 40px 35px 40px;
	position: relative;
	background-color: #fff;
}

.episode-text-box::before {
	content: "";
	position: absolute;
	top: 71px;
	left: -30px;
	width: 30px;
	height: 30px;
	background: url(/content/common_img/im_hukidashi.png) no-repeat 0 0 / 100% auto;
}

/* 偶数 */
.episode-content:nth-of-type(even) {
	flex-direction: row-reverse;
	margin-left: auto;
}

.episode-content:nth-of-type(even) .episode-text-box::before {
	left: auto;
	right: -30px;
	transform: scale(-1, 1); /* 左右反転 */
}

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

	.episode-title {
		font-size: 26px;
		margin-bottom: 16px;
	}

	.episode-inner {
		gap: 30px;
	}

	.episode-content {
		flex-direction: column;
		gap: 50px;
	}

	.episode-text-box {
		width: 100%;
		padding: 20px 20px 40px 20px;
	}

	.episode-text-box::before {
		top: -30px;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
	}

	/* 偶数 */
	.episode-content:nth-of-type(even) {
		flex-direction: column;
	}

	.episode-content:nth-of-type(even) .episode-text-box::before {
		top: -30px;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
	}
}