<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

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

	Second Page - Recommend

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

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

	Common

--------------------------------------------------- */
.com-zipcodecheck-wrap.floating { display: none; }
.bgpattern {
	background-image: url(/src/image/section/cp/monitor/kantakun/bg.png);
	background-position: center top;
	background-repeat: repeat;
	}
#mnt-container { text-align: center; }
/* ------------------------------------------------ */
@media screen and (min-width: 751px) {
.bgpattern {}
}
/* ------------------------------------------------ */
@media screen and (max-width: 750px) {
.bgpattern { background-size: 100%; }
}

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

	Intro

--------------------------------------------------- */
.mnt-intro {}
	.mnt-int-ttl {}
	.mnt-int-outline {}
		.mnt-int-otl-ttlarea {
			margin: 0 auto;
			position: relative;
			display: flex;
			z-index: 1;
			align-items: flex-start;
			justify-content: center;
			}
			.mnt-int-otl-fig {}
			.mnt-int-otl-ttlarea p { text-align: left; }
		.mnt-int-otl-con {
			background-color: rgba(255, 255, 255, 1);
			margin: 0 auto;
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;
			box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
			box-sizing: border-box;
			border-radius: 15px;
			}
			.mnt-int-otl-con dt { color: rgba(36, 171, 75, 1); }
			.mnt-int-otl-con dd { text-align: left; }
/* ------------------------------------------------ */
@media screen and (min-width: 751px) {
.mnt-intro { padding: 165px 40px 0; }
	.mnt-int-ttl {}
	.mnt-int-outline { margin-top: 80px; }
		.mnt-int-otl-ttlarea { max-width: 900px; }
			.mnt-int-otl-fig { min-width: 220px; }
			.mnt-int-otl-ttlarea p {
				font-size: 20px;
				line-height: 2;
				margin-top: 10px;
				}
		.mnt-int-otl-con {
			font-size: 18px;
			line-height: 1.75;
			margin-top: -50px;
			max-width: 650px;
			padding: 20px 40px;
			}
			.mnt-int-otl-con dt { padding: 10px 20px; }
			.mnt-int-otl-con dd {}
}
/* ------------------------------------------------ */
@media screen and (min-width: 751px) and (max-width: 920px) {
.mnt-int-otl-ttlarea p { font-size: 18px; }
	.mnt-int-otl-ttlarea p br { display: none; }
.mnt-int-otl-con { margin-top: -20px; }
}
/* ------------------------------------------------ */
@media screen and (max-width: 750px) {
.mnt-intro { padding: 130px 20px 0; }
	.mnt-int-ttl {}
	.mnt-int-outline { margin-top: 50px; }
		.mnt-int-otl-ttlarea { flex-wrap: wrap; }
			.mnt-int-otl-fig { max-width: 180px; }
			.mnt-int-otl-ttlarea p {
				font-size: 16px;
				line-height: 1.85;
				margin-top: 5px;
				}
		.mnt-int-otl-con {
			font-size: 15px;
			line-height: 1.75;
			margin-top: 15px;
			padding: 15px 20px;
			flex-wrap: wrap;
			}
			.mnt-int-otl-con dt { font-size: 18px; }
			.mnt-int-otl-con dd { margin-top: 10px; }
}

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

	Family

--------------------------------------------------- */
.mnt-family {
	background-color: rgba(255, 255, 255, 1);
	border: 5px solid rgba(36, 171, 75, 1);
	display: flex;
	margin: 0 auto;
	position: relative;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
	}
	.mnt-fml-label {
		background-color: rgba(36, 171, 75, 1);
		color: rgba(255, 255, 255, 1);
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 100px;
		}
	.mnt-fml-label:before {
		background-image: url(/src/image/section/cp/monitor/kantakun/outlet-green.png);
		background-position: center top;
		background-repeat: no-repeat;
		content: '';
		position: absolute;
		top: 100%;
		}
	.mnt-fml-con {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		justify-content: center;
		}
		.mnt-fml-outline {}
			.mnt-fml-outline dl {
				border-top: 1px solid rgba(110, 110, 110, 1);
				text-align: left;
				display: flex;
				align-items: center;
				justify-content: flex-start;
				}
			.mnt-fml-outline dl:last-child { border-bottom: 1px solid rgba(110, 110, 110, 1); }
		.mnt-fml-fig {}
/* ------------------------------------------------ */
@media screen and (min-width: 751px) {
.mnt-family {
	max-width: 900px;
	margin-top: 80px;
	border-radius: 20px;
	}
	.mnt-fml-label {
		font-size: 26px;
		left: 30px;
		padding: 15px 30px;
		position: absolute;
		top: -40px;
		}
	.mnt-fml-label:before {
		background-size: 35px 20px;
		height: 20px;
		left: 20%;
		width: 35px;
		}
	.mnt-fml-con { padding: 40px; }
		.mnt-fml-outline { padding: 10px 20px; }
			.mnt-fml-outline dl {
				font-size: 20px;
				padding: 6px 0;
				}
				.mnt-fml-outline dl dt { min-width: 180px; }
				.mnt-fml-outline dl dd {}
		.mnt-fml-fig { min-width: 45%; }
}
/* ------------------------------------------------ */
@media screen and (max-width: 750px) {
.mnt-family {
	margin-top: 40px;
	flex-direction: column;
	border-radius: 15px;
	}
	.mnt-fml-label {
		font-size: 18px;
		margin-top: -20px;
		padding: 5px 20px;
		position: relative;
		}
	.mnt-fml-label:before {
		background-size: 20px 12px;
		height: 12px;
		left: 15%;
		width: 20px;
		}
	.mnt-fml-con {
		margin-top: 10px;
		padding: 15px;
		}
		.mnt-fml-outline {}
			.mnt-fml-outline dl {
				font-size: 15px;
				padding: 5px 0;
				}
				.mnt-fml-outline dl dt { min-width: 140px; }
				.mnt-fml-outline dl dd {}
		.mnt-fml-fig { margin-top: 15px; }
}

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

	Start

--------------------------------------------------- */
.mnt-interview-start {}
/* ------------------------------------------------ */
@media screen and (min-width: 751px) {
.mnt-interview-start { padding: 80px 60px 60px; }
}
/* ------------------------------------------------ */
@media screen and (max-width: 750px) {
.mnt-interview-start { padding: 40px; }
}

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

	Interview List

--------------------------------------------------- */
.mnt-interview-list { margin: 0 auto; }
	.mnt-itv-item {}
		.mnt-itv-ttl {
			color: rgba(36, 171, 75, 1);
			position: relative;
			text-align: left;
			}
		.mnt-itv-ttl:before,
		.mnt-itv-ttl:after {
			bottom: 0;
			content: '';
			left: 0;
			height: 3px;
			position: absolute;
			}
		.mnt-itv-ttl:before {
			background-color: rgba(36, 171, 75, 1);
			width: 15%;
			z-index: 1;
			}
		.mnt-itv-ttl:after {
			background-color: rgba(120, 120, 120, .2);
			width: 100%;
			}
		.mnt-itv-txt {}
			.mnt-itv-txt p {}
		.mnt-itv-fig {
			margin: 0 auto;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: center;
			}
			.mnt-itv-fig img {}
			.mnt-itv-fig figcaption {}
/* ------------------------------------------------ */
@media screen and (min-width: 751px) {
.mnt-interview-list {
	max-width: 800px;
	padding: 0 60px;
	}
	.mnt-itv-item { padding: 30px 0; }
		.mnt-itv-ttl {
			font-size: 40px;
			line-height: 1.5;
			padding-bottom: 15px;
			}
		.mnt-itv-txt { padding: 40px 0; }
			.mnt-itv-txt p {
				font-size: 23px;
				line-height: 2;
				letter-spacing: 1px;
				text-align: justify;
				}
		.mnt-itv-fig {}
			.mnt-itv-fig img {}
			.mnt-itv-fig figcaption {
				font-size: 20px;
				line-height: 1.5;
				padding: 15px 30px;
				text-align: left;
				}
}
/* ------------------------------------------------ */
@media screen and (max-width: 750px) {
.mnt-interview-list { padding: 0 20px; }
	.mnt-itv-item { padding-top: 30px; }
		.mnt-itv-ttl {
			font-size: 25px;
			line-height: 1.5;
			padding-bottom: 15px;
			}
		.mnt-itv-txt { padding: 20px 0; }
			.mnt-itv-txt p {
				font-size: 16px;
				line-height: 1.85;
				text-align: justify;
				}
		.mnt-itv-fig {}
			.mnt-itv-fig img {}
			.mnt-itv-fig figcaption {
				font-size: 16px;
				line-height: 1.5;
				padding: 10px 15px;
				text-align: left;
				}
}

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

	Experience

--------------------------------------------------- */
.mnt-exprnc-wrap {}
	.mnt-exprnc-item { position: relative; }
	.mnt-exprnc-item:before,
	.mnt-exprnc-item:after {
		bottom: 0;
		content: '';
		left: 50%;
		height: 5px;
		position: absolute;
		transform: translateX(-50%);
		}
	.mnt-exprnc-item:before {
		background-color: rgba(36, 171, 75, 1);
		z-index: 1;
		}
	.mnt-exprnc-item:after { background-color: rgba(120, 120, 120, .2); }
	.mnt-exprnc-item:nth-child(n+2):before,
	.mnt-exprnc-item:nth-child(n+2):after { display: none; }
		.mnt-exprnc-ttl {}
			.mnt-exprnc-ttl span {}
			.mnt-exprnc-ttl strong {
				font-size: 150%;
				line-height: 1;
				}
		.mnt-exprnc-item p { display: inline-block; }
		.mnt-exprnc-rsv {}
			.mnt-exprnc-rsv-ttl {
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
				}
				.mnt-exprnc-rsv-ttl span {
					background-color: rgba(0, 171, 162, 1);
					color: rgba(255, 255, 255, 1);
					display: inline-flex;
					align-items: center;
					justify-content: center;
					border-radius: 100px;
					}
			.mnt-exprnc-rsv-list {
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				justify-content: center;
				}
				.mnt-exprnc-rsv-btn {
					background-color: rgba(255, 255, 255, 1);
					border: 3px solid rgba(0, 171, 162, 1);
					color: rgba(50, 50, 50, 1);
					line-height: 1;
					position: relative;
					width: 100%;
					display: inline-flex;
					flex-direction: column;
					align-items: center;
					justify-content: center;
					box-sizing: border-box;
					}
				.mnt-exprnc-rsv-btn:after {
					background-color: rgba(0, 171, 162, 1);
					background-image: url(/src/image/common/arrow/simple-white@2x.png);
					background-position: center;
					background-repeat: no-repeat;
					background-size: 100%;
					bottom: 0;
					content: '';
					overflow: hidden;
					position: absolute;
					right: 0;
					border-radius: 100px;
					}
					.mnt-exprnc-rsv-btn strong {
						font-size: 150%;
						line-height: 1;
						}
			.mnt-exprnc-rsv p {}
		.mnt-exprnc-item .ytb-wrap {
			margin: 0 auto;
			overflow: hidden;
			border-radius: 10px;
			box-shadow: 0px 3px 20px rgba(0, 0, 0, .2);
			}
	.mnt-exprnc-end {}
/* ------------------------------------------------ */
@media screen and (min-width: 751px) {
.mnt-exprnc-wrap { padding-bottom: 60px; }
	.mnt-exprnc-item { padding: 60px 60px 30px; }
	.mnt-exprnc-item:before {
		width: 200px;
		transform: translateX(-200px);
		}
	.mnt-exprnc-item:after { width: 400px; }
		.mnt-exprnc-ttl {
			font-size: 35px;
			line-height: 1.35;
			}
			.mnt-exprnc-ttl span {}
			.mnt-exprnc-ttl strong {}
		.mnt-exprnc-item p {
			font-size: 22px;
			line-height: 1.85;
			padding: 30px;
			text-align: center;
			}
		.mnt-exprnc-item p.ptn { padding-top: 0; }
		.mnt-exprnc-rsv {}
			.mnt-exprnc-rsv-ttl {
				font-size: 30px;
				line-height: 2;
				}
				.mnt-exprnc-rsv-ttl span {
					font-size: 30px;
					padding: 5px 30px;
					}
			.mnt-exprnc-rsv-list {}
				.mnt-exprnc-rsv-btn {
					font-size: 25px;
					height: 120px;
					margin: 15px;
					max-width: 280px;
					border-radius: 20px;
					transition: all .3s;
					}
				.mnt-exprnc-rsv-btn:after {
					height: 30px;
					width: 30px;
					}
					.mnt-exprnc-rsv-btn strong {}
			.mnt-exprnc-rsv p {}
		.mnt-exprnc-item .ytb-wrap {
			margin-top: 30px;
			max-width: 600px;
			}
	.mnt-exprnc-end { margin-top: 30px; }
		.mnt-exprnc-end p {
			font-size: 30px;
			line-height: 1.85;
			}
	/* Hover */
	.mnt-exprnc-rsv-btn:hover {
		background-color: rgba(0, 171, 162, 1);
		color: rgba(255, 255, 255, 1);
		box-shadow: 0px 3px 20px rgba(0, 0, 0, .2);
		}
}
/* ------------------------------------------------ */
@media screen and (max-width: 750px) {
.mnt-exprnc-wrap { padding-bottom: 40px; }
	.mnt-exprnc-item { padding: 40px 20px 30px; }
	.mnt-exprnc-item:before {
		width: 100px;
		transform: translateX(-100px);
		}
	.mnt-exprnc-item:after { width: 200px; }
		.mnt-exprnc-ttl {
			font-size: 23px;
			line-height: 1.75;
			}
			.mnt-exprnc-ttl span {}
			.mnt-exprnc-ttl strong {}
		.mnt-exprnc-item p {
			font-size: 18px;
			line-height: 1.85;
			padding: 20px 10px;
			text-align: left;
			}
		.mnt-exprnc-item p.ptn { padding-top: 0; }
		.mnt-exprnc-rsv {}
			.mnt-exprnc-rsv-ttl {
				font-size: 23px;
				line-height: 2;
				}
				.mnt-exprnc-rsv-ttl span {
					font-size: 25px;
					padding: 5px 40px;
					}
			.mnt-exprnc-rsv-list { padding: 10px; }
				.mnt-exprnc-rsv-btn {
					font-size: 20px;
					height: 100px;
					margin: 10px 0;
					max-width: 250px;
					border-radius: 20px;
					}
				.mnt-exprnc-rsv-btn:after {
					height: 30px;
					width: 30px;
					}
			.mnt-exprnc-rsv p {}
		.mnt-exprnc-item .ytb-wrap { margin-top: 15px; }
	.mnt-exprnc-end { margin-top: 20px; }
		.mnt-exprnc-end p {
			font-size: 21px;
			line-height: 1.85;
			}
}
</pre></body></html>