<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&amp;family=Noto+Serif+JP:wght@400;500&amp;display=swap');
body {
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: 'Noto Sans JP', "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", sans-serif;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb0_5r {
	margin-bottom: 0.5rem !important;
}
.mb1r {
	margin-bottom: 1rem !important;
}
.mb2r {
	margin-bottom: 2rem !important;
}
.mb3r {
	margin-bottom: 3rem !important;
}
.mb4r {
	margin-bottom: 4rem !important;
}
.mb5r {
	margin-bottom: 5rem !important;
}
.mb6r {
	margin-bottom: 6rem !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt1r {
	margin-top: 1rem !important;
}
.mt2r {
	margin-top: 2rem !important;
}
.mt3r {
	margin-top: 3rem !important;
}
.mt4r {
	margin-top: 4rem !important;
}
.mt5r {
	margin-top: 5rem !important;
}
.mt6r {
	margin-top: 6rem !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pt1r {
	padding-top: 1rem !important;
}
.pt2r {
	padding-top: 2rem !important;
}
.pt3r {
	padding-top: 3rem !important;
}
.db {
	display: block !important;
}
.di {
	display: inline !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.tal {
	text-align: left !important;
}
.clrRed {
	color: #eb526b !important;
}
.clrGreen {
	color: #309c43 !important;
}
.clrBlue {
	color: #4186db !important;
}
.clrOrange {
	color: #f68d26 !important;
}
.clrYellow {
	color: #edc72c !important;
}
.clrPurple {
	color: #aa1cb1 !important;
}
.clrPink {
	color: #fe94af !important;
}
.clrWhite {
	color: #fff !important;
}
.fwNorm {
	font-weight: 400 !important;
}
.fwMed {
	font-weight: 500 !important;
}
.fwBold {
	font-weight: 600 !important;
}
.fs80 {
	font-size: 80% !important;
}
.fs100 {
	font-size: 100% !important;
}
.fs105 {
	font-size: 105% !important;
}
.fs110 {
	font-size: 110% !important;
}
.fs120 {
	font-size: 120% !important;
}
.fs130 {
	font-size: 130% !important;
}
.fs140 {
	font-size: 140% !important;
}
.fs150 {
	font-size: 150% !important;
}
.fs160 {
	font-size: 160% !important;
}
.fs170 {
	font-size: 170% !important;
}
.fs180 {
	font-size: 180% !important;
}
.fs190 {
	font-size: 190% !important;
}
.fs200 {
	font-size: 200% !important;
}
.txtdecoU {
	text-decoration: underline !important;
}
.txtdecoN {
	text-decoration: none !important;
}
.clear {
	clear: both !important;
}
.radius, .radius img {
	border-radius: 1.5rem !important;
}
.lstD {
	list-style-type: disc !important;
	list-style-position: outside;
	margin-left: 1rem;
}
.bgcWhite {
	background-color: #fff !important;
}
.marker {
	background: linear-gradient(transparent 70%, #f6fb78 30%);
}
.marker.white {
	background: linear-gradient(transparent 70%, #fff 30%);
}
.marker.green {
	background: linear-gradient(transparent 70%, #95fcb0 30%);
}
.viewPc {
	display: block;
}
.viewSp {
	display: none;
}
@media screen and (max-width: 47.99875em) {
	.viewPc {
		display: none;
	}
	.viewSp {
		display: block;
	}
}
.fit-center {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
/* ãƒ–ãƒ­ãƒƒã‚¯ã‚¨ãƒ¬ãƒ¡ãƒ³ãƒˆ
============================================================================================================ */

.table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1.5rem;
}
.table th, .table td {
	border-bottom: #fff 1px solid;
	padding: 0.65rem 1rem;
	text-align: center;
	font-size: 0.875rem;
}
.table_noline, .table_noline th, .table_noline td {
	border: none;
	padding: 0.5rem 0;
	border-bottom: solid 1px #fff;
	text-align: left;
	vertical-align: top;
	background: transparent;
}
/* bl_card
============================================================================================================ */

.bl_card {
	display: flex;
	justify-content: space-between;
}
.bl_card.center {
	align-items: center;
}
.bl_card.reverse {
	flex-direction: row-reverse;
}
.bl_card .item {
	flex-basis: 47.5%;
}
.bl_card3 .item {
	flex-basis: 30.5%;
}
.bl_card_3_7 .image {
	flex-basis: 30%;
}
.bl_card_3_7 .text {
	flex-basis: 67%;
}
.grid-container.full.section .bl_card .text {
	padding: 0 5% 0 0;
}
.grid-container.full.section .bl_card.reverse .text {
	padding: 0 0 0 5%;
}
@media print, screen and (max-width: 40.000em) {
	.bl_card {
		display: block;
	}
	.bl_card .item:first-child {
		margin-bottom: 1.5rem;
	}
	.bl_card .image {
		margin-bottom: 1.5rem;
	}
	.grid-container.full.section .bl_card .text, .grid-container.full.section .bl_card.reverse .text {
		padding: 0 5% 0;
	}
}
.checklist li {
	font-weight: 500;
	font-size: 1rem;
	position: relative;
	padding: 0.5rem 0 0.5rem 2rem;
}
.checklist li:before {
	content: "";
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	left: 0;
	transform: translateY(-50%);
	top: 50%;
	background-image: url(../img/icon_check.png);
	filter: brightness(0) saturate(100%) invert(74%) sepia(7%) saturate(4126%) hue-rotate(77deg) brightness(92%) contrast(62%);
}
/* ly_header
============================================================================================================ */

.ly_header {
	position: relative;
	width: 100%;
}
.ly_header&gt;div {
	max-width: 100%;
}
.ly_headerInner {
	display: flex;
	justify-content: flex-end;
}
.ly_headerInner .logo {
	margin-right: auto;
}
.ly_headerInner .logo h1 {
	line-height: 1;
	padding-top: 0.5rem;
}
.ly_headerInner .tel {
	padding-top: 0.5rem;
	margin-right: 1.65rem;
}
.ly_headerInner .tel .text {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 0.65rem;
}
.ly_headerInner .tel a {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.65rem;
	line-height: 1;
}
.ly_headerInner .desc a, .ly_headerInner .entry a {
	background-color: #57b868;
	color: #fff;
	padding: 2rem 1rem;
	display: block;
	width: 150px;
	text-align: center;
	line-height: 1;
}
.ly_headerInner .entry a {
	background-color: #ec9d37;
}
@media screen and (max-width: 64em) {
	.ly_header h1 {
		font-size: 0.875rem;
	}
	.ly_headerInner .logo img {
		width: 160px;
	}
	.ly_headerInner .tel a {
		font-size: 1.25rem;
	}
	.ly_headerInner .tel {
		padding-top: 0rem;
	}
}
@media screen and (max-width: 48em) {
	.ly_headerInner .desc a, .ly_headerInner .entry a {
		padding: 1rem 0.5rem;
		display: block;
		width: 100px;
		font-size: 0.875rem;
	}
	.ly_headerInner .entry a {
		background-color: #ec9d37;
	}
}
@media screen and (max-width: 47.99875em) {
	.ly_headerInner .logo {
		margin-right: 0;
	}
}
@media print, screen and (max-width: 40.000em) {
	.ly_headerInner {
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 0 0 1.25rem 0.35rem;
	}
	.ly_headerInner .desc, .ly_headerInner .entry {
		width: 50%;
	}
	.ly_headerInner .desc a, .ly_headerInner .entry a {
		width: 100%;
	}
	.ly_headerInner .logo img {
		width: 60%;
	}
	.ly_headerInner .tel {
		padding: 1rem 0 1.5rem;
		width: 100%;
	}
	.ly_headerInner .tel a {
		font-size: 1.85rem;
	}
	.ly_headerInner .tel .text {
		font-size: 0.75rem;
	}
}
.ly_navi_wrap {
	overflow: visible;
	max-width: 75rem;
	margin: 0 auto;
}
.ly_navi .dropmenu {
	*zoom: 1;
	width: 100%;
	list-style-type: none;
	margin: 0 auto 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ly_navi .dropmenu:before, .dropmenu:after {
	content: "";
	display: table;
}
.ly_navi .dropmenu:after {
	clear: both;
}
.ly_navi .dropmenu&gt;li {
	position: relative;
	margin: 0;
	width: auto;
	padding: 0;
	text-align: center;
}
.ly_navi .icon {
	display: block;
	margin: 0 auto 1rem;
	height: 32px;
}
.ly_navi .dropmenu li a {
	display: block;
	color: inherit;
	margin: 0;
	padding: 1.25rem 1.5rem 1rem;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
	text-decoration: none;
	letter-spacing: 0.8px;
	position: relative;
}
@media screen and (max-width: 64em) {
	.ly_navi .dropmenu li a {
		padding: 1.25rem 1rem 1rem;
		letter-spacing: 0;
	}
}
.ly_navi .dropmenu .entry {
	width: 180px;
	padding: 0;
	line-height: 1;
	margin-left: 1rem;
}
.ly_navi .dropmenu .entry a {
	display: inline-block;
	vertical-align: middle;
	padding: 0.75rem 1rem 0.45rem;
	position: relative;
	width: 100%;
	font-size: 0.9375rem;
	letter-spacing: 1px;
	-webkit-appearance: none;
	line-height: 1;
	border-radius: 3rem;
	text-align: center;
	cursor: pointer;
	background-color: #fe94af;
	color: #fff;
}
@media screen and (max-width: 64em) {
	.ly_navi .dropmenu .entry {
		width: 150px;
	}
}
.ly_navi .dropmenu&gt;li&gt;a:after {
	content: attr(data-text);
	display: block;
	color: #4f9e5e;
	font-size: 0.6rem;
	font-weight: 500;
	margin: .35rem auto 0;
}
.ly_navi .dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 110%;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: visible;
}
.ly_navi .dropmenu li ul li {
	width: 150%;
}
.ly_navi .dropmenu li ul li a {
	padding: 13px 15px;
	border-top: 1px solid #eee;
	background: #fff;
	color: #4d4d4d;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	border-right: none;
}
.ly_navi .dropmenu li li a:hover {
	background: #f09bad;
}
.ly_navi .dropmenu li ul li {
	overflow: hidden;
	height: 0;
	transition: .2s;
}
.ly_navi .dropmenu li:hover ul li {
	overflow: visible;
	height: 38px;
}
.ly_navi .hide-for-small {
	display: inline !important;
}
.ly_navi_sub {
	display: none;
}
@media screen and (max-width: 48em) {
	.ly_navi .dropmenu li a {
		font-size: 12px;
		padding: 1.5rem 0.25rem 1rem;
	}
}
@media screen and (max-width: 47.99875em) {
	.ly_navi_sub {
		display: block;
	}
	.mean-nav ul li a .icon {
		height: 20px;
		margin-right: 1rem;
	}
}
/* footer
============================================================================================================ */

.ly_entry {
	background-image: url(../img/top_entryBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 5rem 0 5rem;
	text-align: center;
	position: relative;
}
.ly_entry .title {
	position: relative;
	padding-top: 9rem;
	max-width: 70rem;
	margin: 2.5rem auto 0;
}
.ly_entry .title::before {
	content: "";
	width: 100%;
	max-width: 400px;
	height: 130px;
	background: url(../img/top_entryTtl.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
}
@media print, screen and (max-width: 40.000em) {
	.ly_entry {
		padding: 4rem 0 2.5rem;
	}
	.ly_entry .title {
		position: relative;
		padding-top: 5rem;
		margin: 1rem auto 0;
	}
	.ly_entry .title::before {
		width: 70%;
		height: 100px;
	}
}
.ly_entry::before {
	content: '';
	position: absolute;
	width: 300px;
	height: 350px;
	background: url(../img/top_entryImgL.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	left: 2%;
	bottom: -5px;
	z-index: 2;
}
.ly_entry::after {
	content: '';
	position: absolute;
	width: 300px;
	height: 400px;
	background: url(../img/top_entryImgR.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	right: 2%;
	bottom: -5px;
	z-index: 2;
}
@media screen and (max-width: 48em) {
	.ly_entry::before, .ly_entry::after {
		content: none;
	}
}
.ly_entry .btnWrap {
	margin: 3rem auto 0;
	display: flex;
	max-width: 630px;
	width: 100%;
	justify-content: space-between;
}
@media print, screen and (max-width: 40.000em) {
	.ly_entry .btnWrap {
		margin: 2rem auto 0;
		display: block;
	}
}
.ly_footer {
	padding: 8rem 0 0;
	position: relative;
}
@media print, screen and (max-width: 40.000em) {
	.ly_footer {
		padding: 4rem 0 0;
	}
	.ly_footer::after {
		width: 70%;
		height: 60%;
		top: 10%;
	}
}
.ly_footer .grid-container {
	z-index: 1;
	position: relative;
}
.ly_footer .table {
	margin-bottom: 0.65rem;
}
.ly_footer .table th {
	background-color: #1b8c36;
	color: #fff;
	font-weight: 500;
}
.ly_footer .table td {
	border-bottom: solid 1px #bbe0c3;
}
.ly_footer .footer_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 3rem auto;
	text-align: center;
}
.ly_footer .footer_nav ul li a {
	padding: 0 2rem;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
}
.ly_footer .footer_nav ul li {
	margin: 1rem 0;
}
@media print, screen and (max-width: 48.000em) {
	.ly_footer .footer_nav ul li a {
		padding: 0 1rem;
	}
}
@media screen and (max-width: 47.99875em) {
	.ly_footer .footer_nav ul {
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 2rem 0;
	}
}
.ly_footer .footer_nav ul li a::after {
	content: attr(data-text);
	display: block;
	color: #1b8c36;
	font-size: 0.65rem;
	font-weight: 500;
	margin: 0 auto;
}
@media print, screen and (max-width: 40.000em) {
	.ly_footer .footer_nav {
		display: none;
	}
	.ly_footer iframe {
		height: 300px;
	}
}
.ly_footer_copyright {
	font-size: 0.65rem;
	padding: 2.5rem 1rem;
	background: #1b8c36;
	color: #fff;
	margin: 0;
}
.ly_btn_mobile {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
}
.ly_btn_mobile .entry, .ly_btn_mobile .guide {
	display: none;
}
.ly_banner {
	padding: 1.5rem 0;
}
@media screen and (max-width: 48em) {
	.ly_footer .table th, .ly_footer .table td {
		padding: 0.65rem;
	}
	.ly_footer_copyright {
		padding: 1.5rem 1rem 5rem;
	}
	.ly_btn_reserve {
		display: none;
	}
	.ly_banner {
		padding: 0.5rem 0.65rem;
	}
}
@media print, screen and (max-width: 40.000em) {
	.ly_footer .table th, .ly_footer .table td {
		padding: 0.5rem;
		font-size: 0.65rem;
	}
	.ly_btn_mobile {
		display: block;
		width: 100%;
		height: auto;
		position: fixed;
		left: 0;
		right: 0;
		z-index: 100;
		bottom: 0;
	}
	.ly_btn_mobile ul {
		display: flex;
		justify-content: space-between;
		margin: 0;
		align-items: center;
	}
	.ly_btn_mobile ul li {
		padding: 0;
		height: 54px;
	}
	.ly_btn_mobile .entry, .ly_btn_mobile .guide {
		display: block;
		flex-basis: 42.5%;
	}
	.ly_btn_mobile .pagetop {
		flex-basis: 15%;
	}
	.ly_btn_mobile .pagetop img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.ly_btn_mobile .entry a, .ly_btn_mobile .guide a {
		background-color: #57b868;
		color: #fff;
		height: 100%;
		padding: 1.25rem 0.5rem;
		display: block;
		text-align: center;
		line-height: 1;
	}
	.ly_btn_mobile .entry a {
		background-color: #ec9d37;
	}
}
.ly_pageTtl {
	position: relative;
	height: 380px;
	margin-bottom: 1rem;
}
.ly_pageTtl_text {
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	color: #fff;
	font-weight: normal;
	font-size: 32px;
	padding: 0 1.6rem;
	font-size: 3.2rem;
	text-align: center;
	line-height: 1.3;
	word-break: keep-all;
}
.ly_pageTtl_text::after {
	display: block;
	content: attr(data-text) "";
	font-weight: normal;
	font-size: 20px;
	font-size: 2rem;
	margin-top: 0.5rem;
}
/* heading
============================================================================================================ */

.section_title {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 1.8rem;
	margin-bottom: 1rem;
	text-align: center;
	position: relative;
}
.section_title.text-left {
	text-align: left;
}
.section_lead {
	display: block;
	font-weight: 400;
	font-size: 1rem;
	text-align: center;
	margin-bottom: 3rem;
}
.section_leadEn {
	color: #57b868;
	font-family: 'Noto Serif JP', serif;
	display: block;
	font-weight: 400;
	font-size: 0.875rem;
	text-align: center;
	margin-bottom: 1.5rem;
	margin-top: -1rem;
}
@media screen and (max-width: 48em) {
	.section_title {
		font-size: 1.65rem;
	}
	.section_lead {
		font-size: 0.9375rem;
	}
	.section_leadEn {
		font-size: 0.8125rem;
	}
}
/* siteRoot
============================================================================================================ */

.siteRoot_mv {
	padding: 2rem 0;
	position: relative;
}
@media print, screen and (max-width: 40.000em) {
	.siteRoot_mv {
		padding: 0 1rem;
	}
}
.siteRoot_mv .textL {
	padding: 2.5rem 3rem;
	text-align: center;
}
.siteRoot_mv .textR {
	padding: 2.5rem 0 1rem 5%;
	text-align: right;
}
@media screen and (max-width: 64em) {
	.siteRoot_mv .mv_text {
		width: 40%;
	}
}
@media screen and (max-width: 40em) {
	.siteRoot_mv .mv_text {
		width: 75%;
	}
	.siteRoot_mv .textL {
		padding: 2rem;
		text-align: center;
	}
	.siteRoot_mv .textR {
		display: none;
	}
	.siteRoot_mv .bl_card .item:first-child {
		margin-bottom: 0rem;
	}
}
.siteRoot_news .box {
	padding: 2rem 4.5rem;
	background-color: #fcf2f5;
	border-radius: 1rem;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 48em) {
	.siteRoot_news .box {
		padding: 2rem 2.5rem;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 40em) {
	.siteRoot_news .box {
		display: block;
	}
}
.siteRoot_news .box .list {
	margin: 0 3rem;
}
@media print, screen and (max-width: 40.000em) {
	.siteRoot_news .box .list {
		margin: 0 0;
	}
}
.siteRoot_news .box .section_title {
	font-size: 1.5rem;
	line-height: 1;
	margin-right: 3rem;
}
.siteRoot_news .box .btn {
	margin-left: auto;
	max-width: 300px;
	flex-basis: 22%;
}
@media screen and (max-width: 48em) {
	.siteRoot_news .box .btn {
		margin: 1rem auto 0;
		flex-basis: 30%;
	}
}
.siteRoot_news .box .list, .siteRoot_news .box .section_title.datatext::after, .siteRoot_news .box .btn, .siteRoot_news .box .button {
	margin-bottom: 0;
}
.siteRoot_news .box .list li {
	padding: 0.15rem 0;
}
.siteRoot_news .box .list li .date {
	color: #16b9e5;
	margin-right: 1rem;
}
.siteRoot_message {
	background-image: url(../img/top_messageBg.png);
	background-position: center center;
	background-size: cover;
	padding: 5rem 0 10rem;
	overflow: hidden;
	background-repeat: no-repeat, no-repeat, no-repeat;
}
@media screen and (max-width: 48em) {
	.siteRoot_message {
		padding: 2rem 0 4rem;
	}
}
.siteRoot_message .img {
	flex-basis: 42.5%;
	z-index: 10;
	position: relative;
}
.siteRoot_message .img::after {
	content: '';
	position: absolute;
	width: 450px;
	height: 150px;
	background: url(../img/top_messageTxt.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: no-repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	right: 1.5rem;
	bottom: -4rem;
	z-index: 2;
}
.siteRoot_message .text {
	flex-basis: 40%;
	margin-left: 8%;
}
@media screen and (max-width: 48em) {
	.siteRoot_message .img {
		padding-top: 3rem;
	}
	.siteRoot_message .text {
		flex-basis: 45%;
		margin-left: 5%;
	}
	.siteRoot_message .bl_card {
		align-items: flex-start !important;
	}
	.siteRoot_message .img::after {
		width: 350px;
		height: 100px;
		right: -2.5rem;
	}
}
@media print, screen and (max-width: 40.000em) {
	.siteRoot_message .img {
		margin-bottom: 6rem !important;
	}
	.siteRoot_message .text {
		margin-left: 0;
		padding: 0 5%;
	}
}
.siteRoot_message .section_title {
	position: relative;
	padding: 0 0 3.5rem;
	z-index: 2;
}
.siteRoot_message .section_title:after {
	content: '';
	position: absolute;
	width: 500px;
	height: 200px;
	background: url(../img/top_messageTtl.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	left: 0;
	top: -5rem;
	z-index: -1;
}
@media screen and (max-width: 48em) {
	.siteRoot_message .section_title {
		padding: 0 0 2rem;
	}
	.siteRoot_message .section_title:after {
		width: 340px;
		height: 160px;
		top: -1rem;
	}
}
.siteRoot_message .name {
	padding-top: 2rem;
	font-size: 1rem;
	font-weight: 500;
	text-align: right;
}
@media screen and (max-width: 40em) {
	.siteRoot_message .section_title:after {
		width: 70%;
		height: 100px;
		top: -1rem;
	}
	.siteRoot_message .section_title {
		padding: 0 0 1rem;
	}
	.siteRoot_message .name {
		padding-top: 0;
		font-size: 0.9375rem;
	}
}
.siteRoot_feature {
	background-image: url(../img/top_featureBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 7rem 0;
	position: relative;
	color: #fff;
}
@media screen and (max-width: 48em) {
	.siteRoot_feature {
		padding: 5rem 0;
	}
}
.siteRoot_feature .title {
	position: relative;
	padding-top: 8rem;
	margin-bottom: 2.5rem;
}
.siteRoot_feature .title::before {
	content: "";
	width: 100%;
	max-width: 700px;
	height: 150px;
	background: url(../img/top_featureTtl.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
}
@media print, screen and (max-width: 40.000em) {
	.siteRoot_feature .title {
		padding-top: 5rem;
		margin-bottom: 2.5rem;
	}
	.siteRoot_feature .title::before {
		content: "";
		width: 80%;
		height: 100px;
	}
}
.siteRoot_feature .grid-container {
	max-width: 80rem;
}
.siteRoot_featureList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2rem;
}
@media print, screen and (max-width: 40.000em) {
	.siteRoot_featureList {
		justify-content: space-between;
	}
}
.siteRoot_featureList li {
	flex-basis: 25%;
	box-sizing: border-box;
	padding: 0 1.25%;
	margin-bottom: 2rem;
	padding-top: 4rem;
}
@media print, screen and (max-width: 40.000em) {
	.siteRoot_featureList li {
		flex-basis: 47%;
		box-sizing: border-box;
		padding: 0;
		margin-bottom: 1rem;
		padding-top: 3rem;
	}
}
.siteRoot_featureList li .img::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 80px;
	background-image: url(../img/top_featureNumb01.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	left: 1rem;
	margin-top: -3rem;
}
@media screen and (max-width: 48em) {
	.siteRoot_featureList li .img::before {
		width: 70px;
		height: 50px;
		left: 0.5rem;
		margin-top: -2rem;
	}
}
@media screen and (max-width: 40em) {
	.siteRoot_featureList li .img::before {
		width: 60px;
		height: 50px;
		left: 0.5rem;
		margin-top: -2rem;
	}
}
.siteRoot_featureList li .img {
	position: relative;
}
.siteRoot_featureList li:nth-child(2) .img::before {
	background-image: url(../img/top_featureNumb02.png);
}
.siteRoot_featureList li:nth-child(3) .img::before {
	background-image: url(../img/top_featureNumb03.png);
}
.siteRoot_featureList li:nth-child(4) .img::before {
	background-image: url(../img/top_featureNumb04.png);
}
.siteRoot_featureList li:nth-child(5) .img::before {
	background-image: url(../img/top_featureNumb05.png);
}
.siteRoot_featureList li:nth-child(6) .img::before {
	background-image: url(../img/top_featureNumb06.png);
}
.siteRoot_featureList li:nth-child(7) .img::before {
	background-image: url(../img/top_featureNumb07.png);
}
.siteRoot_featureList li:nth-child(8) .img::before {
	background-image: url(../img/top_featureNumb08.png);
}
.siteRoot_featureList li:nth-child(9) .img::before {
	background-image: url(../img/top_featureNumb09.png);
}
.siteRoot_featureList li:nth-child(10) .img::before {
	background-image: url(../img/top_featureNumb10.png);
}
.siteRoot_featureList li:first-child {
	margin-left: 12.5%;
}
.siteRoot_featureList li:nth-child(3) {
	margin-right: 12.5%;
}
@media print, screen and (max-width: 40.000em) {
	.siteRoot_featureList li:first-child {
		margin-left: 0%;
	}
	.siteRoot_featureList li:nth-child(3) {
		margin-right: 0%;
	}
}
.siteRoot_featureList li h3 {
	font-size: 1.25rem;
	font-family: 'Noto Serif JP', serif;
	margin: 1rem 0;
}
.siteRoot_featureList li p {
	line-height: 1.65;font-size: 0.8125rem;
}
.siteRoot_feature p.exp {
	margin-left: 5rem;
}
@media screen and (max-width: 48em) {
	.siteRoot_featureList li h3 {
		font-size: 1rem;
	}
	.siteRoot_featureList li h3 br {
		display: none;
	}
	.siteRoot_featureList li p {
		line-height: 1.35;
		font-size: 0.8125rem;
	}
	.siteRoot_feature p.exp {
		margin-left: 0rem;
	}
}
@media screen and (max-width: 48em) {
	.siteRoot_featureList li h3 {
		font-size: 1rem;
	}
	.siteRoot_featureList li p {
		font-size: 0.75rem;
	}
	.siteRoot_feature p.exp {
		font-size: 0.75rem;
	}
}
.siteRoot_work {
	padding-top: 5rem;
	overflow: hidden;
}
@media screen and (max-width: 48em) {
	.siteRoot_work {
		padding-top: 3rem;
	}
}
.siteRoot_work .list .item {
	flex-basis: 33.3333%;
	position: relative;
}
.siteRoot_work .title {
	position: relative;
	padding-top: 7.5rem;
	max-width: 70rem;
	margin: 2.5rem auto;
}
.siteRoot_work .title::before {
	content: "";
	position: absolute;
	width: 100%;
	max-width: 600px;
	height: 150px;
	background: url(../img/top_worksTtl.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	position: absolute;
	left: -22%;
}
@media screen and (max-width: 48em) {
	.siteRoot_work .title {
		margin: 0 auto 3rem;
	}
	.siteRoot_work .title h2 {
		text-align: center !important;
	}
	.siteRoot_work .title::before {
		max-width: 500px;
		height: 150px;
		position: absolute;
		left: 25%;
		transform: translateX(-25%);
		top: 1rem;
	}
}
@media screen and (max-width: 40em) {
	.siteRoot_work .title {
		padding-top: 5rem;
	}
	.siteRoot_work .title h2 {
		text-align: center !important;
	}
	.siteRoot_work .title::before {
		width: 80%;
		height: 100px;
		position: absolute;
		left: -5%;
		transform: none;
		top: 0;
	}
}
.siteRoot_work .list .item .ttl {
	color: #fff;
	font-size: 1.65rem;
	font-family: 'Noto Serif JP', serif;
	z-index: 1;
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	top: 50%;
	position: absolute;
}
@media screen and (max-width: 48em) {
	.siteRoot_work .list .item .ttl {
		font-size: 1.125rem;
		width: 100%;
		text-align: center;
	}
}
@media print, screen and (max-width: 40.000em) {
	.siteRoot_work .bl_card .item:first-child {
		margin-bottom: 0rem;
	}
	.siteRoot_work .bl_card img {
		height: 170px;
		width: 100%;
		object-fit: cover;
	}
}
.siteRoot_interview {
	background-image: url(../img/top_voiceBg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 8rem 0 5rem;
	overflow: hidden;
}
.siteRoot_interview .title {
	position: relative;
	padding-top: 5rem;
	margin-bottom: 4rem;
}
@media print, screen and (max-width: 40.000em) {
	.siteRoot_interview {
		padding: 4rem 0;
	}
	.siteRoot_interview .title {
		margin-bottom: 1.5rem;
	}
}
.siteRoot_interview .title::before {
	content: "";
	position: absolute;
	width: 100%;
	max-width: 600px;
	height: 120px;
	background: url(../img/top_voiceTtl.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
}
@media print, screen and (max-width: 40.000em) {
	.siteRoot_interview .title::before {
		width: 70%;
		height: 120px;
	}
}
.siteRoot_interview .list {
	margin: 3rem auto;
	max-width: 900px;
}
.siteRoot_interview .list .item {
	background-size: auto auto;
	background-color: rgba(242, 255, 214, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(255, 255, 255, 1) 6px, rgba(255, 255, 255, 1) 9px);
	padding: 2rem;
	overflow: hidden;
	position: relative;
}
.siteRoot_interview .list .item:nth-child(2) {
	background-size: auto auto;
	background-color: rgba(213, 235, 244, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(255, 255, 255, 1) 6px, rgba(255, 255, 255, 1) 9px);
	overflow: hidden;
	position: relative;
}
@media print, screen and (max-width: 48.000em) {
	.siteRoot_interview .list .item {
		padding: 1.5rem;
	}
}
@media print, screen and (max-width: 40.000em) {
	.siteRoot_interview .list {
		margin: 3rem 0.65rem;
		max-width: 900px;
	}
}
.siteRoot_interview .list .item .text {
	padding: 1.5rem 3rem 0.5rem;
	background: #26a338;
	color: #fff;
}
.siteRoot_interview .list .item:nth-child(2) .text {
	background: #59bce4;
}
@media screen and (max-width: 48em) {
	.siteRoot_interview .list .item .text {
		padding: 1.5rem 2rem 0.5rem;
	}
}
.siteRoot_tour {
	background-image: url(../img/top_tourBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 7rem 0 0;
	position: relative;
	color: #fff;
	overflow: hidden;
}
.siteRoot_tour .title {
	position: relative;
	padding-top: 6rem;
	margin-bottom: 1.5rem;
}
.siteRoot_tour .title::before {
	content: "";
	position: absolute;
	width: 100%;
	max-width: 600px;
	height: 120px;
	background: url(../img/top_tourTtl.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
}
@media print, screen and (max-width: 40.000em) {
	.siteRoot_tour .title {
		padding-top: 5rem;
		margin-bottom: 1.5rem;
	}
	.siteRoot_tour .title::before {
		width: 75%;
		height: 100px;
	}
}
.siteRoot_tour::before {
	content: '';
	position: absolute;
	width: 400px;
	height: 400px;
	background: url(../img/top_toursImgL.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	left: -8%;
	top: 20%;
	z-index: 2;
}
.siteRoot_tour::after {
	content: '';
	position: absolute;
	width: 420px;
	height: 420px;
	background: url(../img/top_toursImgR.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	right: -8%;
	top: -5%;
	z-index: 2;
}
.siteRoot_tour .img {
	position: relative;
	z-index: 3;
}
@media print, screen and (max-width: 64.000em) {
	.siteRoot_tour::before {
		width: 340px;
		height: 340px;
	}
	.siteRoot_tour::after {
		width: 360px;
		height: 360px;
	}
}
@media print, screen and (max-width: 48.000em) {
	.siteRoot_tour::before {
		width: 280px;
		height: 280px;
	}
	.siteRoot_tour::after {
		width: 280px;
		height: 280px;
	}
}
@media print, screen and (max-width: 40.000em) {
	.siteRoot_tour::before {
		width: 40%;
		height: 130px;
		left: -8%;
		top: 0%;
	}
	.siteRoot_tour::after {
		width: 40%;
		height: 130px;
		right: -8%;
		top: -5%;
	}
}
.sitePage_teazer {
	position: relative;
	margin: 0.65rem 0 1rem 3.5rem;
}
.sitePage_teazer::before {
	content: "";
	position: absolute;
	width: 3.5rem;
	height: 100%;
	background: url(../img/mv_en.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: no-repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	top: 0;
	left: -3.5rem;
}
.sitePage_teazer .teazer_text {
	text-align: center;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	width: 100%;
	margin-left: -1.75rem;
	top: 50%;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}
.sitePage_teazer .image img {
	height: 520px;
	width: 100%;
	object-fit: cover;
}
.sitePage_teazer .teazer_text .jp {
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.25rem;
	width: 100%;
	margin: 0;
	font-weight: 300;
}
.sitePage_teazer .teazer_text .en {
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.125rem;
	margin: 0;
}
@media print, screen and (max-width: 48.000em) {
	.sitePage_teazer .image img {
		height: 400px;
	}
	.sitePage_teazer .teazer_text .jp {
		font-size: 1.85rem;
	}
	.sitePage_teazer .teazer_text .en {
		font-size: 1rem;
	}
}
@media print, screen and (max-width: 40.000em) {
	.sitePage_teazer {
		margin: 0.65rem 0 1rem 2rem;
	}
	.sitePage_teazer::before {
		width: 2rem;
		left: -2rem;
	}
	.sitePage_teazer .teazer_text {
		margin-left: -0rem;
	}
	.sitePage_teazer .image img {
		height: 400px;
	}
	.sitePage_teazer.asst .image img {
		object-fit: cover;
		object-position: 70% 100%;
	}
	.sitePage_teazer .teazer_text .jp {
		font-size: 1.65rem;
	}
	.sitePage_teazer .teazer_text .en {
		font-size: 1rem;
	}
}
.sitePage_breadcrumbs {
	margin: 0 1rem 0 2rem;
}
.sitePage_body {
	background-image: url(../img/bg_body.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: -2;
	margin: -150px 0 0;
	padding-top: 120px;
}
.sitePage_body .grid-container {
	max-width: 67.5rem;
}
.siteAttraction_unchor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.siteAttraction_unchor a {
	font-size: 1.5rem;
	color: #fe94af;
	padding: 0.5rem 1rem;
	border: solid 2px #fe94af;
	border-radius: 50%;
	margin: 0.5rem;
}
.siteAttraction_unchor li {
	margin-bottom: 1rem;
}
.siteAttraction_section {
	margin: 7rem 0;
	counter-increment: number;
}
@media screen and (max-width: 48em) {
	.siteAttraction_section {
		margin: 5rem 0;
	}
}
.siteAttraction_section .bl_card .section_title2 {
	padding-top: 2rem;
	position: relative;
	font-size: 1.5rem;
	font-weight: 500;
}
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@1,900&amp;display=swap');
.siteAttraction_section .bl_card .section_title2::before {
	content: "Attraction 0"counter(number);
	font-family: 'Albert Sans', sans-serif;
	margin-right: 2rem;
	position: absolute;
	color: #fde3ea;
	font-weight: 900;
	font-style: italic;
	font-size: 4rem;
	z-index: -1;
	top: -1.5rem;
	left: 0;
}
@media screen and (max-width: 48em) {
	.siteAttraction_section .bl_card .section_title2::before {
		font-size: 3rem;
		top: -0.5rem;
	}
}
@media screen and (max-width: 40em) {
	.siteAttraction_section .bl_card .section_title2::before {
		font-size: 2.5rem;
		top: -0rem;
	}
}
.siteAttraction_section .bl_card .image img {
	border-radius: 1rem;
}
.siteAttraction_section .bl_card .text {
	flex-basis: 50%;
}
.siteAttraction_section .bl_card .image {
	flex-basis: 45%;
}
.siteNumb_wrap .item {
	margin-bottom: 3rem !important;
}
.siteNumb_wrap .item img {
	box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.25);
}
.siteNumb_wrap .row01 .item {
	flex-basis: 30.5%;
}
.siteNumb_wrap .row02 .item:first-child, .siteNumb_wrap .row03 .item:last-child {
	flex-basis: 38.7%;
}
.siteNumb_wrap .row02 .item:last-child, .siteNumb_wrap .row03 .item:first-child {
	flex-basis: 56%;
}
.siteWorks_ideal .box {
	background: #fff;
	position: relative;
	padding: 6rem 7rem 0;
	border: solid 1px #ceebb8;
	-moz-box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
	-webkit-box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
	-ms-box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
	box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
	margin: 3.5rem 0;
}
@media print, screen and (max-width: 48.000em) {
	.siteWorks_ideal .box {
		padding: 4rem 4rem 0;
		margin: 2.5rem 0 0;
	}
}
@media print, screen and (max-width: 40.000em) {
	.siteWorks_ideal .box {
		padding: 2rem 2rem 0;
	}
}
.siteWorks_ideal .list li {
	border-bottom: solid 1px #c9e1b1;
	margin-bottom: 1.5rem;
}
.siteWorks_ideal .list h3 {
	font-size: 1.1rem;
	color: #57b868;
	position: relative;
	padding-left: 40px;
}
@media print, screen and (max-width: 40.000em) {
	.siteWorks_ideal .list h3 {
		font-size: 0.9375rem;
	}
}
.siteWorks_ideal .list h3::before {
	content: "";
	filter: brightness(0) saturate(100%) invert(74%) sepia(7%) saturate(4126%) hue-rotate(77deg) brightness(92%) contrast(62%);
	position: absolute;
	width: 29px;
	height: 29px;
	background: url("../img/icon_check.png") center top / contain no-repeat;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
}
.siteWorks_ideal .list li:last-child {
	border: none;
	margin-bottom: 5rem;
}
.siteWorks_content {
	background-image: url(../img/bg_lgreen.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.siteWorks_content .grid-container {
	max-width: 100%;
	padding: 0;
}
.siteWorks_content .bl_card {
	flex-direction: column;
	margin-top: 4rem;
}
.siteWorks_content .bl_card .image {
	width: 58%;
}
.siteWorks_content .bl_card .image img {
	height: 550px;
	width: 100%;
	object-fit: cover;
}
@media screen and (max-width: 48em) {
	.siteWorks_content .bl_card .image {
		width: 75%;
	}
}
@media screen and (max-width: 40em) {
	.siteWorks_content .bl_card .image {
		width: 100%;
	}
	.siteWorks_content .bl_card .image img {
		height: 350px;
	}
}
.siteWorks_content .bl_card .text {
	width: 55%;
	background-color: #fff;
	margin-left: auto;
	padding: 6rem 5rem;
	margin-top: -450px;
	box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
}
@media screen and (max-width: 48em) {
	.siteWorks_content .bl_card .text {
		width: 60%;
		padding: 3rem 3rem;
		margin-top: -350px;
	}
}
@media screen and (max-width: 40em) {
	.siteWorks_content .bl_card .text {
		width: 100%;
		padding: 2rem 2rem 1rem;
		margin-top: -1.5rem;
	}
	.siteWorks_content .checklist li:before {
		transform: none;
		top: 1rem;
	}
}
.siteWorks_content .checklist2 li {
	margin-bottom: 2rem;
}
.siteWorks_content .checklist2 li h3 {
	font-size: 1.05rem;
	padding-left: 2rem;
	position: relative;
}
.siteWorks_content .checklist2 li h3::before {
	content: "";
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	left: 0;
	transform: translateY(-50%);
	top: 50%;
	background-image: url(../img/icon_check.png);
	filter: brightness(0) saturate(100%) invert(74%) sepia(7%) saturate(4126%) hue-rotate(77deg) brightness(92%) contrast(62%);
}
.siteWorks_career {
	background: #eefeca;
}
.siteWorks_careerSection {
	padding-top: 3.5rem;
	margin-bottom: 3.5rem;
}
.siteWorks_careerSection .section_title2 {
	color: #57b868;
	position: relative;
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
.siteWorks_careerSection .image {
	z-index: 100;
	flex-basis: 35%;
	position: relative;
}
.siteWorks_careerSection .image::before {
	content: "";
	position: absolute;
	display: block;
	width: 74px;
	height: 74px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	left: 1.5rem;
	top: -40px;
	background-image: url(../img/icon_career01.png);
}
@media screen and (max-width: 48em) {
	.siteWorks_careerSection .image::before {
		width: 50px;
		height: 50px;
		left: 1.25rem;
		top: -25px;
	}
}
.siteWorks_careerSection:nth-of-type(2) .image::before {
	background-image: url(../img/icon_career02.png);
}
.siteWorks_careerSection:nth-of-type(3) .image::before {
	background-image: url(../img/icon_career03.png);
}
.siteWorks_careerSection:nth-of-type(4) .image::before {
	background-image: url(../img/icon_career04.png);
}
.siteWorks_careerSection .text {
	flex-basis: 60%;
}
.siteWorks_schedule {
	position: relative;
	/*background-image: url(../img/top_tourBg.jpg);
*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 7rem 0;
	position: relative;
	overflow: hidden;
}
@media print, screen and (max-width: 48.000em) {
	.siteWorks_schedule {
		padding: 12rem 0 12rem;
	}
}
.siteWorks_schedule::before {
	content: '';
	position: absolute;
	width: 400px;
	height: 400px;
	background-image: url(../img/assistant_img03.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	left: -5%;
	top: 15%;
	z-index: 2;
}
.siteWorks_schedule::after {
	content: '';
	position: absolute;
	width: 420px;
	height: 420px;
	background-image: url(../img/assistant_img04.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	right: -8%;
	bottom: 15%;
	z-index: 2;
}
@media screen and (max-width: 64em) {
	.siteWorks_schedule::before {
		width: 320px;
		height: 320px;
		left: -7%;
	}
	.siteWorks_schedule::after {
		width: 320px;
		height: 320px;
	}
}
.siteWorks_schedule .notice_late {
    padding:0.65rem 1.5rem;
	font-weight:400;
	margin: 0 auto 2rem;
	font-weight: 400;
  background: rgb(249,231,132);
  background: linear-gradient(53deg, rgba(249,231,132,1) 0%, rgba(249,231,132,1) 53%, rgba(255,255,255,1) 100%);
 max-width: 620px;
  
}
@media screen and (max-width: 48em) {
	.siteWorks_schedule::before {
		width: 260px;
		height: 260px;
		top: 0%;
	}
	.siteWorks_schedule::after {
		width: 260px;
		height: 260px;
		bottom: 0%;
	}
}
@media screen and (max-width: 40em) {
	.siteWorks_schedule::before {
		width: 200px;
		height: 200px;
		top: 0%;
		left: -10%;
	}
	.siteWorks_schedule::after {
		width: 200px;
		height: 200px;
		bottom: 0%;
		right: -10%;
	}
}
.siteWorks_schedule.nurse::before {
	background-image: url(../img/nurse_img03.png);
}
.siteWorks_schedule.nurse::after {
	background-image: url(../img/nurse_img04.png);
}
.siteWorks_schedule.labtech::before {
	background-image: url(../img/labtech_img03.png);
}
.siteWorks_schedule.labtech::after {
	background-image: url(../img/labtech_img04.png);
}
.siteWorks_schedule .hours {
	display: flex;
	flex-wrap: wrap;
	margin: 3rem auto 0;
	max-width: 560px;
	position: relative;
	align-items: center;
}
.siteWorks_schedule .hours::before {
	content: '';
	position: absolute;
	top: 1rem;
	bottom: 4rem;
	width: 2px;
	background: #57b868;
	left: 179px;
}
.siteWorks_schedule .hours dt {
	color: #57b868;
	height: 80px;
	width: 180px;
	text-align: right;
	padding-right: 1.5rem;
	margin: 0;
	line-height: 1.5rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 3rem;
}
.siteWorks_schedule .hours dd {
	width: 380px;
	height: 80px;
	padding-left: 1.5rem;
	position: relative;
	margin: 0;
	line-height: 1.5rem;
}
@media print, screen and (max-width: 40.000em) {
	.siteWorks_schedule .hours::before {
		bottom: 5rem;
		left: 119px;
	}
	.siteWorks_schedule .hours dt {
		height: 90px;
		width: 120px;
		font-size: 2rem;
	}
	.siteWorks_schedule .hours dd {
		width: calc(100% - 140px);
		height: 90px;
	}
}
.siteWorks_schedule .hours dt:last-child, .siteWorks_schedule .hours dd:last-child {
	border-left: none;
}
.siteWorks_schedule .hours dd::before {
	content: "";
	position: absolute;
	width: 1rem;
	height: 1rem;
	background-color: #57b868;
	border-radius: 50%;
	left: -0.5rem;
	top: 0.35rem;
}
.siteWorks_schedule .hours2::before {
	bottom: 8rem;
}
.siteWorks_schedule .hours2 dt {
	height: 140px;
	font-size: 1.65rem;
}
.siteWorks_schedule .hours2 dd {
	height: 140px;
	font-size: 0.85rem;
}
.siteVoice .tab-list {
	list-style-type: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	max-width: 600px;
	margin: 3rem auto;
}
@media screen and (max-width: 48em) {
	.siteVoice .tab-list {
		max-width: 500px;
		justify-content: space-between;
	}
}
@media print, screen and (max-width: 40.000em) {
	.siteVoice_anchor {
		margin-bottom: 3rem;
	}
}
.siteVoice .tab-list-item {
	flex-basis: 46%;
	text-align: center;
	color: #fe94af;
}
.siteVoice .tab-list-item p {
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: 0.5rem;
}
.siteVoice .tab-list-item img {
	border-radius: 50%;
	border: solid 0.75rem #ffeff3;
}
.siteVoice .tab-list-item.active img {
	border: solid 0.75rem #fe94af;
}
@media screen and (max-width: 48em) {
	.siteVoice .tab-list-item.active img {
		border: solid 0.75rem #fe94af;
	}
}
.siteVoice .tab-contents-item {
	display: none;
}
.siteVoice .tab-contents-item.show {
	display: block;
}
.siteVoice_ttl {
	background-image: url(../img/bg_staff.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 6rem 0;
	position: relative;
}
@media screen and (max-width: 48em) {
	.siteVoice_ttl {
		padding: 5rem 0 3rem;
	}
}
@media screen and (max-width: 40em) {
	.siteVoice_ttl {
		padding: 3rem 0 3rem;
	}
}
.siteVoice_ttl .bl_card {
	max-width: 65rem;
	margin: 0 auto;
}
.siteVoice_ttl .image {
	margin-top: -10rem;
}
@media print, screen and (max-width: 40.000em) {
	.siteVoice_ttl .image {
		margin: 0 1.5rem;
	}
}
@media print, screen and (max-width: 40.000em) {
	.siteVoice_ttl .text img {
		height: auto;
		width: 80%
	}
	.siteVoice_ttl .text {
		text-align: center;
	}
}
.siteVoice_interview {
	max-width: 65rem;
	margin: 5rem auto;
	padding: 0 1.5rem;
}
.siteVoice_interview h3 {
	font-size: 1.125rem;
	color: #ee88a2;
}
.siteVoice_interview .image {
	flex-basis: 37.5%;
}
.siteVoice_interview .text {
	flex-basis: 57.5%;
}
.siteTour_flowList {
	margin: 3rem auto;
}
.siteTour_flowList .item {
	flex-basis: 30%;
	position: relative;
}
@media print, screen and (max-width: 40.000em) {
	.siteTour_flowList .item {
		margin: 0 0 3rem;
	}
}
.siteTour_flowList .item p {
	text-align: left;
	font-size: 0.8125rem;
	color: #666;
	margin: 2rem 0 0;
}
@media print, screen and (max-width: 40.000em) {
	.siteTour_flowList .item {
		margin: 0 0 3rem;
	}
	.siteTour_flowList .item p {
		margin: 1rem 0 0;
	}
}
.siteTour_schedule_wrap {
	background-color: #fff;
	border: solid 1px #ceebb8;
	-moz-box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
	-webkit-box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
	-ms-box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
	box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
	padding: 5.25rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
@media print, screen and (max-width: 48.000em) {
	.siteTour_schedule_wrap {
		padding: 3rem 3rem 4rem;
	}
}
@media print, screen and (max-width: 40.000em) {
	.siteTour_schedule_wrap {
		padding: 2rem;
	}
}
.siteTour_scheduleSection {
	border-bottom: solid 1px #cfdeb6;
	padding-bottom: 3.5rem;
	margin-bottom: 3.5rem;
}
@media print, screen and (max-width: 40.000em) {
	.siteTour_scheduleSection {
		padding-bottom: 1.5rem;
		margin-bottom: 3rem;
	}
}
.siteTour_scheduleSection:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0em;
}
.siteTour_scheduleSection .section_title2 {
	color: #57b868;
	position: relative;
	font-size: 1.125rem;
	padding-left: 55px;
	margin-bottom: 1.5rem;
}
.siteTour_scheduleSection .section_title2::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../img/icon_clock.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
}
.siteTour_scheduleSection .image {
	z-index: 100;
	flex-basis: 32%;
	position: relative;
}
.siteTour_scheduleSection .text {
	flex-basis: 62%;
}
.siteEntry_flowList {
	margin: 3rem auto;
}
.siteEntry_flowList .item {
	flex-basis: 30%;
	position: relative;
}
.siteEntry_flowList .item::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 40px;
	background: url(../img/entry_flow_arrow.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top: 50%;
	transform: translateY(-50%);
	right: -50px;
}
.siteEntry_flowList .item:last-child::before {
	content: none;
}
@media screen and (max-width: 48em) {
	.siteEntry_flowList .item::before {
		width: 30px;
		height: 40px;
		right: -35px;
	}
}
@media print, screen and (max-width: 40.000em) {
	.siteEntry_flowList .item {
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}
	.siteEntry_flowList .item::before {
		right: 50%;
		top: initial;
		bottom: 0;
		left: 50%;
		width: 80px;
		height: 40px;
		transform: translateX(-50%) rotate(90deg);
	}
}
.siteEntry_flowList .item p {
	font-size: 1rem;
	font-weight: 600;
	margin-top: 1rem;
}
.siteEntry_form_steps {
	margin: 40px 0;
	display: flex;
}
.siteEntry_form_steps li {
	position: relative;
	width: 30%;
	margin-right: 5%;
	padding: 18px;
	text-align: center;
	color: #ccc;
	background: #fff;
	border: 1px solid #ceebb8;
}
@media print, screen and (max-width: 40.000em) {
	.siteEntry_form_steps li {
		padding: 10px;
	}
}
.siteEntry_form_steps li.active {
	border: 1px solid #7ec48a;
}
.siteEntry_form_steps li::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	width: 17%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.siteEntry_form_steps li:last-child {
	margin-right: 0;
}
.siteEntry_form_steps li:last-child:after {
	display: none;
}
.siteEntry_form_steps .li-num {
	font-size: 1rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1.5;
}
.siteEntry_form_steps .li-ttl {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.75;
}
@media print, screen and (max-width: 40.000em) {
	.siteEntry_form_steps .li-ttl {
		font-size: 0.7rem;
	}
}
.siteEntry_form_steps li.active .li-num {
	color: #57b868;
}
.siteEntry_form_steps li.active .li-ttl {
	color: #333;
}
.siteEntry_form_wrap {
	background-color: #fff;
	padding: 5rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
@media screen and (max-width: 48em) {
	.siteEntry_form_wrap {
		padding: 3rem 3rem 1rem;
	}
}
@media print, screen and (max-width: 40.000em) {
	.siteEntry_form_wrap {
		padding: 2rem;
	}
}
.siteEntry_form .form-fields dl {
	margin-bottom: 3rem;
}
.siteEntry_form .form-fields dt {
	margin: 0 0 1rem 0;
	display: flex;
	align-items: center;
	font-size: 1rem;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.5;
}
.siteEntry_form .form-fields dt.required::after {
	content: "å¿…é&nbsp;ˆ";
	margin-left: 1em;
	padding: 0 .7em;
	font-weight: 400;
	line-height: 1.5;
	font-size: 0.875rem;
	color: #fff;
	background: #ec3766;
}
.siteEntry_form .form-submit {
	margin: 3rem 0 1rem;
	text-align: center;
}
.siteEntry_form .form-submit .button {
	background: #ec9d37;
	color: #fff;
	border-radius: 0;
	border:none;
}.siteEntry_form .form-submit .button.back {
	background: #ccc;
	border:none;
}
.siteEntry_form .form-submit .back {
	background: #bbb !important;
}
.siteEntry_form .form-submit .button:hover {
	opacity: .7;
}
.siteEntry_notice .noticeBox{background: #fff;
  position: relative;
  padding: 4rem;
  border: solid 1px #ceebb8;
  -moz-box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
  -webkit-box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
  -ms-box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
  box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
  margin: 3.5rem 0;}
.siteGuideline_section {
	background: #fff;
	position: relative;
	padding: 3rem;
	border: solid 1px #ceebb8;
	-moz-box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
	-webkit-box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
	-ms-box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
	box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
	margin: 3.5rem 0;
}
@media screen and (max-width: 48em) {
	.siteGuideline_section {
		padding: 2rem;
		margin: 2.5rem 0;
	}
}
@media screen and (max-width: 40em) {
	.siteGuideline_section {
		padding: 1.5rem;
		margin: 2rem 0;
	}
}
.siteGuideline_section .section_title2::after {
	content: "";
	position: absolute;
	max-width: 460px;
	width: 100%;
	height: 60px;
	background-image: url(../img/requirement_nurseText.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	bottom: -1rem;
	z-index: -1;
	left: 0;
}
.siteGuideline_section.asst .section_title2::after {
	background-image: url(../img/requirement_assistantText.png);
}
.siteGuideline_section.labtech .section_title2::after {
	background-image: url(../img/requirement_labText.png);
}
.siteGuideline_section .section_title2 {
	font-weight: 500;
	font-size: 1.3rem;
	position: relative;
	z-index: 1;
	margin: 1rem 0 2rem;
}
.siteGuideline_section .image {
	z-index: 100;
	flex-basis: 35%;
	position: relative;
}
.siteGuideline_section .text {
	flex-basis: 58%;
}
.siteGuideline_section .button {
	font-weight: 500;
	font-size: 0.8rem;
	padding: 0.75rem;
	max-width: 200px;
	margin: 1rem 0;
}
@media screen and (max-width: 40em) {
	.siteGuideline_section .button {
		max-width: 100%;
		margin: 1rem 0 0;
	}
}
.siteGuideline_anchor {
	display: flex;
	justify-content: space-between;
	margin: 3rem 0 2rem;
}
.siteGuideline_anchor li {
	flex-basis: 48%;
}
.siteGuideline_anchor li .button {
	max-width: 100%;
	border-radius: 0;
}
.siteGuideline_anchor li .button {
	font-size: 0.9rem;
}
.siteGuideline_box {
	background: #fff;
	margin: 3rem 0 3rem;
	box-sizing: border-box;
	padding: 4.5rem;
	border: solid 1px #ceebb8;
	-moz-box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
	-webkit-box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
	-ms-box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
	box-shadow: 0px 1px 15px 0px rgba(87, 184, 104, 0.15);
}
@media print, screen and (max-width: 48.000em) {
	.siteGuideline_box {
		padding: 2.5rem;
	}
}
@media print, screen and (max-width: 40.000em) {
	.siteGuideline_box {
		padding: 2rem;
	}
}
.siteGuideline_box h3 {
	background-color: #fe94af;
	padding: 1rem;
	text-align: center;
	color: #fff;
	margin-bottom: 2rem;
	font-weight: 600;
	font-size: 1.25rem;
}
.siteGuideline_box .table {
	margin: 0 auto 3rem;
	font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", sans-serif;
	width: 100%;
	font-size: 0.9375rem;
	line-height: 2;
	border-collapse: collapse;
}
.siteGuideline_box .table tr:nth-of-type(2n+1) {
	background-color: #f5fcea;
}
.siteGuideline_box .table th, .siteGuideline_box .table td {
	padding: 1.5rem 1rem;
	border: none;
	text-align: left;
}
.siteGuideline_box .table th {
	width: 30%;
	font-weight: 600;
	text-align: left;
	padding-left: 3rem;
}
@media print, screen and (max-width: 40.000em) {
	.siteGuideline_box .table th, .siteGuideline_box .table td {
		display: block;
		width: 100%;
		padding: 1rem;
		border: none;
		text-align: left;
	}
	.siteGuideline_box .table tr:nth-of-type(2n+1) {
		background-color: #fff;
	}
	.siteGuideline_box .table th {
		background-color: #f5fcea;
	}
}
.siteGuideline_box .table ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
.siteAccess_intro .main {
	margin-bottom: 3rem;
}
@media print, screen and (max-width: 40.000em) {
	.siteAccess_intro .main img {
		height: 400px;
		width: 100%;
		object-fit: cover;
	}
	.siteAccess_intro .main, .siteAccess_intro .sub {
		margin-bottom: 2rem !important;
	}
}
.siteAccess_time .box {
	background-color: #fff;
	padding: 5rem 7rem 3rem;
	margin: 0 0 1rem;
}
@media screen and (max-width: 48em) {
	.siteAccess_time .box {
		padding: 3rem 3rem 2rem;
	}
}
.siteAccess_time .table th {
	background-color: #1b8c36;
	color: #fff;
	padding: 1.25rem 1rem;
	font-weight: 400;
}
.siteAccess_time .table td {
	border-bottom: solid 1px #ddd;
	padding: 1.25rem 1rem;
}
@media print, screen and (max-width: 40.000em) {
	.siteAccess_time .box {
		padding: 1.5rem 1.5rem 0.5rem;
	}
	.siteAccess_time .table th, .siteAccess_time .table td {
		padding: 0.5rem;
		font-size: 0.65rem;
	}
}
.siteAccess_map .howto {
	display: flex;
	justify-content: space-between;
}
.siteAccess_map .howto li {
	flex-basis: 48%;
	background-color: #e9f2e9;
	border-radius: 0.5rem;
	padding: 2rem;
}
@media print, screen and (max-width: 40.000em) {
	.siteAccess_map .howto {
		display: block;
	}
	.siteAccess_map .howto li {
		padding: 1.5rem 1rem;
		margin-bottom: 1.5rem;
	}
}
.siteAccess_map .howto li .box {
	position: relative;
	padding-left: 70px;
	color: #555;
}
.siteAccess_map .howto li .box:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url(../img/icon_train.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
}
.siteAccess_map .howto li:nth-child(2) .box:before {
	background-image: url(../img/icon_car.png);
}
.siteAccess_map .howto li .box h3 {
	font-size: 1rem;
	margin: 0;
}</pre></body></html>