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

.under #mainvisual {
	padding-bottom: 30px;
}

#inquire_btn * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#inquire_btn a {
	display: inline-block;
	padding: 10px 80px;
	background: #1ea0ae;
	border: #FFF 1px solid;
	text-align: center;
	color: #FFF;
	font-size: 2.0rem;
	font-weight: bold;
	position: relative;
}

#inquire_btn a:hover {
	text-decoration: none;
}

#inquire_btn a:before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: #FFF 1px solid;
	border-right: #FFF 1px solid;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 10px;
}

@media screen and (max-width: 767px) {

	.under #mainvisual {
		padding-bottom: 0px;
	}

	#inquire_btn a {
		padding: 10px 50px;
		font-size: 1.4rem;
	}

}



/* inquiry */

#inquiry * {
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#inquiry #ttl_txt {
	font-size: 2.0rem;
	margin-top: 50px;
}

#inquiry h2 {
	font-size: 3.0rem;
	font-weight: bold;
	margin-bottom: 30px;
}

#inquiry #inquiry_box {
	display: flex;
	position: relative;
}

#inquiry #inquiry_box:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #FFF transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}

#inquiry #inquiry_box * {
	color: #FFF;
	text-decoration: none;
}

#inquiry #inquiry_box h3 {
	font-size: 2.6rem;
	margin-bottom: 20px !important;
	opacity: 1;
}

#inquiry #inquiry_box #phone,
#inquiry #inquiry_box #form {
	width: 50%;
	padding: 30px 0;
}

#inquiry #inquiry_box #phone {
	background: #1ea0ae;
}

#inquiry #inquiry_box #phone .pc_only p {
	display: inline-block;
	font-size: 5.0rem;
	margin-bottom: 10px;
	padding-left: 60px;
	position: relative;
}

#inquiry #inquiry_box #phone .pc_only p:before {
	content: '';
	width: 50px;
	height: 50px;
	background: url(/img/top/icon_phone_wh.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}

#inquiry #inquiry_box #form {
	background: #0c3391;
}

#inquiry #inquiry_box #form p a {
	display: block;
	width: 70%;
	margin: auto;
	padding: 20px 0;
	border: #FFF solid 2px;
	position: relative;
	font-size: 2.5rem;
	text-align: center;
}

#inquiry #inquiry_box #form p a:before {
	content: '';
	width: 40px;
	height: 40px;
	background: url(/img/top/icon_mail_wh.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 20px;
}

#inquiry #inquiry_box #form p a:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: #FFF solid 2px;
	border-right: #FFF solid 2px;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

@media screen and (max-width: 767px) {

	#inquiry * {
		text-align: center;
	}

	#inquiry #ttl_txt {
		font-size: 2.0rem;
	}

	#inquiry #inquiry_box {
		display: block;
	}

	#inquiry #inquiry_box:before {
		display: none;
	}

	#inquiry #inquiry_box * {
		color: #FFF !important;
	}

	#inquiry #inquiry_box h3 {
		font-size: 3.2rem;
		margin-bottom: 10px !important;
	}

	#inquiry #inquiry_box #phone,
	#inquiry #inquiry_box #form {
		width: 100%;
		padding: 30px 0;
	}

	#inquiry #inquiry_box #phone {
		background: #1ea0ae;
	}

	#inquiry #inquiry_box #phone .sp_only a {
		display: inline-block;
		font-size: 5.0rem;
		margin-bottom: 10px;
		padding-left: 60px;
		position: relative;
	}

	#inquiry #inquiry_box #phone .sp_only a:before {
		content: '';
		width: 40px;
		height: 40px;
		background: url(/img/top/icon_phone_wh.svg) no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 0;
	}

	#inquiry #inquiry_box #form {
		background: #0c3391;
	}

	#inquiry #inquiry_box #form p a {
		display: block;
		width: 80%;
		margin: auto;
		padding: 20px 0;
		border: #FFF solid 2px;
		position: relative;
		font-size: 2.5rem;
		text-align: center;
	}

	#inquiry #inquiry_box #form p a:before {
		content: '';
		width: 30px;
		height: 30px;
		background: url(/img/top/icon_mail_wh.svg) no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 20px;
	}

	#inquiry #inquiry_box #form p a:after {
		content: '';
		width: 10px;
		height: 10px;
		border-top: #FFF solid 2px;
		border-right: #FFF solid 2px;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 20px;
	}

}



/* document_btn */

#document_btn {
	margin: 50px 0;
	text-align: center;
}

#document_btn * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#document_btn a {
	width: 70% !important;
	margin: auto;
	width: auto;
	display: flex;
	align-items: center;
	position: relative;
	padding: 30px 30px 30px 180px;
	border: #1ea0ae solid 2px;
}

#document_btn a:hover {
	text-decoration: none;
}

#document_btn a:before {
	content: '';
	width: 150px;
	height: 93px;
	background: url(/useful/images/dl_susume_sample.png) no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	left: 0;
}

#document_btn a p {
	font-size: 2.0rem;
	font-weight: 900;
}

#document_btn a p span {
	position: relative;
}

#document_btn a p span:before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: #c7365e 2px solid;
	border-right: #c7365e 2px solid;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -20px;
}

@media screen and (max-width: 767px) {

	#document_btn a {
		width: 100% !important;
		justify-content: center;
		padding: 110px 10px 10px 10px;
	}

	#document_btn a:hover {
		text-decoration: none;
	}

	#document_btn a:before {
		left: 0;
		right: 0;
		margin: auto;
		top: 10px;
	}

	#document_btn a p {
		font-size: 2.0rem;
		font-weight: 900;
	}

	#document_btn a p span {
		position: relative;
	}

	#document_btn a p span:before {
		content: '';
		width: 8px;
		height: 8px;
		border-top: #c7365e 2px solid;
		border-right: #c7365e 2px solid;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: -20px;
	}

}</pre></body></html>