@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}
button {
	font-family: inherit;
	color: inherit;
	outline: none;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: #F3F1EF;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body.open,
body.reserve_open {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}
a,
button {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
main {
	overflow: clip;
}
@media (hover:hover) {
	a:hover,
	button:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1260px) {
	html {
		font-size: .7937vw;
	}
}
@media only screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 768px) {
	img {
		width: 100%;
	}
	html {
		font-size: 2.6667vw;
	}
}

/* font
----------------------------------------*/
.maru {
	font-family: "Zen Maru Gothic", sans-serif;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

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

@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1.9rem 4rem 2rem;
	z-index: 2000;
	background: #F3F1EF;
}
.header_inner {
	display: flex;
	align-items: center;
}
.header_logo {
	margin: .1rem 3.2rem 0 0;
	width: 12.8rem;
	z-index: 10;
	overflow: hidden;
	transition: filter .3s;
}
.header_logo a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 4.3rem;
}
.header_logo img {
	flex-shrink: 0;
	width: 29rem;
	max-width: none;
	height: auto;
	margin: 0 0 0 auto;
}
.header_btn {
	display: none;
}
.header_action {
	width: 12.7rem;
	margin-left: 1.3rem;
}
@media only screen and (max-width: 768px) {
	.header {
		padding: 0 0 1rem 1.5rem;
	}
	.header_inner {
		align-items: flex-start;
	}
	.header_logo {
		margin-top: 1.2rem;
		width: 17.552rem;
	}
	.header_logo a {
		width: auto;
		height: auto;
	}
	.header_logo img {
		width: 100%;
		height: auto;
	}
	.header_btn {
		display: block;
		background: #4AC0F0;
		border: 0;
		width: 11rem;
		height: 6rem;
		border-radius: 0 0 0 3rem;
		margin: 0 0 0 auto;
		color: #fff;
		font-family: inherit;
		z-index: 10;
		transition: background .3s, color .3s;
	}
	.open .header_btn {
		background: #fff;
		color: #4AC0F0;
	}
	.header_btn::before,
	.header_btn::after {
		content: '';
	}
	.header_btn::before,
	.header_btn::after,
	.header_btn span {
		display: block;
		height: .2rem;
		width: 2rem;
		background: #fff;
		position: absolute;
		top: 2.3rem;
		left: 2rem;
		transition: background .3s;
	}
	.open .header_btn::before,
	.open .header_btn::after,
	.open .header_btn span {
		background: #4AC0F0;
	}
	.header_btn span {
		width: 1.5rem;
		top: 2.9rem;
	}
	.header_btn::after {
		width: 1rem;
		top: 3.5rem;
	}
	.header_btn span::before {
		content: 'メニュー';
		display: block;
		position: absolute;
		top: -1rem;
		left: 2.1rem;
		margin: auto 0;
		letter-spacing: -.05em;
		white-space: nowrap;
		font-size: 1.5rem;
		font-weight: 500;
	}
	.header_action {
		display: none;
	}
}

/* gnav
----------------------------------------*/
.gnav {
	margin: 0 auto 1.2rem;
}
.gnav ul {
	display: flex;
	align-items: center;
	gap: 2.4rem;
	font-size: 1.5rem;
	letter-spacing: -.05em;
	font-weight: 500;
}
.gnav ul li:not(.gnav_contact) {
	margin-top: 1.5rem;
}
.gnav ul li:not(.gnav_contact):nth-child(n+6) {
	font-weight: 700;
}
.gnav ul li.current {
	color: #4AC0F0;
}
.gnav_contact {
	margin-left: -.9rem;
}
.gnav_contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	width: 13rem;
	height: 4rem;
	border-radius: 2rem;
	background: #4AC0F0;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	margin-top: .9rem;
	padding-left: .1rem;
}
.gnav_contact a::before {
	content: '';
	display: block;
	width: 1.6214rem;
	height: 1.1993rem;
	background: url(../img/common/icon_mail.svg) no-repeat left top / 100% auto;
}
@media only screen and (max-width: 768px) {
	.gnav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, .8);
		margin: 0;
		overflow: auto;
		transform: translateX(100%);
		pointer-events: none;
		transition: transform .5s;
	}
	.open .gnav {
		transform: translateX(0);
		pointer-events: all;
	}
	.gnav ul {
		background: #86D4DE;
		border-radius: 0 0 3rem 3rem;
		display: block;
		font-size: 1.8rem;
		padding: 8.7rem 2rem 4rem;
	}
	.gnav ul li:not(.gnav_contact) {
		margin-top: 1rem;
	}
	.gnav ul li:not(.gnav_contact) a {
		background: #fff;
		display: block;
		border-radius: 25rem;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 5rem;
	}
	.gnav ul li:not(.gnav_contact) a::after {
		content: '';
		display: block;
		background: url(../img/common/icon_arrow_01.svg) no-repeat left top / 100% auto;
		width: 1.121rem;
		height: .47rem;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 1.7rem;
		margin: auto 0;
	}
	.gnav ul li:not(.gnav_contact):nth-child(n+6) {
		font-weight: 500;
	}
	.gnav ul li:not(.gnav_contact):nth-child(2) {
		letter-spacing: 0;
		margin-right: 0;
	}
	.gnav ul li:not(.gnav_contact) span {
		letter-spacing: 0;
	}
	.gnav ul li.current {
		color: inherit;
	}
	.gnav_contact {
		margin-top: 2rem;
		margin-left: 0;
	}
	.gnav_contact a {
		gap: 1.55rem;
		width: auto;
		height: 5rem;
		border-radius: 2.5rem;
		letter-spacing: 0;
		font-size: 1.8rem;
		font-weight: 500;
		margin-top: 0;
		padding-bottom: .2rem;
	}
	.gnav_contact a::before {
		width: 1.85rem;
		height: 1.369rem;
		position: relative;
		top: .2rem;
	}
}

/*main
----------------------------------------*/
main {
	padding-top: 10rem;
}
@media only screen and (max-width: 768px) {
	main {
		padding-top: 7rem;
	}
}

/*ttl_page
----------------------------------------*/
.ttl_page {
	background: url(../img/common/ttl_page_01.png) center top / 3.2rem auto;
	color: #fff;
}
.ttl_page_inner {
	max-width: 100.2rem;
	height: 10rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.ttl_page h1 {
	display: flex;
	align-items: center;
	font-size: 3rem;
	gap: 1.5rem;
	font-weight: 500;
}
.ttl_page h1::before {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	background: #FDEE7D;
	border-radius: 50%;
}
.ttl_page h1 span {
	color: #FDEE7D;
	font-size: 1.6rem;
	padding-left: .6rem;
	letter-spacing: .1em;
}
@media only screen and (max-width: 768px) {
	.ttl_page {
		background: #86D4DE;
	}
	.ttl_page_inner {
		height: 5rem;
		justify-content: center;
	}
	.ttl_page h1 {
		text-align: center;
		font-size: 2rem;
	}
	.ttl_page h1::before {
		display: none;
	}
}

/*topicpath
----------------------------------------*/
.topicpath {
	display: flex;
	align-items: center;
	gap: 4.2rem;
	margin: 0 .2rem 0 auto;
}
.topicpath li + li::before {
	content: '＞';
	display: block;
	position: absolute;
	left: -2.8rem;
	top: 0;
}
.topicpath a {
	text-decoration: underline;
	text-underline-offset: .2rem;
}
@media only screen and (max-width: 768px) {
}

/* pagination
----------------------------------------*/
.pagination ul {
	max-width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
}
.pagination a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 5rem;
	border: .1rem solid #000;
	border-radius: 1rem;
	font-size: 1.5rem;
	font-weight: 900;
}
.pagination li.current a {
	background: #000;
	color: #fff;
}
@media only screen and (max-width: 768px) {
	.pagination a {
		width: 4rem;
		height: 4rem;
		font-size: 1.4rem;
	}
}

/*footer
----------------------------------------*/
.pagetop {
	display: block;
	position: sticky;
	bottom: 2rem;
	right: 10rem;
	margin: 0 0 -6.6rem auto;
	width: 6.748rem;
	height: 6.609rem;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3;
}
.pagetop.show {
	pointer-events: all;
	opacity: 1;
}
.footer {
	background: url(../img/common/footer_bg_01.svg) no-repeat left top / 100% 100%;
	height: 37.1rem;
	padding: 5.4rem 0 0;
}
.footer_logo {
	width: 23.727rem;
	margin: 0 auto 2.3rem;
}
.footer_address {
	text-align: center;
	font-size: 1.4rem;
}
.footer_line {
	width: 18rem;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	background: #06C755;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	height: 5rem;
	padding-right: 1.6rem;
	margin: 1.7rem auto 3rem;
}
.footer_line::before {
	content: '';
	display: block;
	background: url(../img/common/icon_line_01.png) no-repeat left top / 100% auto;
	width: 4rem;
	height: 4rem;
}
.footer_navi {
	background: #F3F1EF;
	display: flex;
	justify-content: center;
	gap: 4.2rem;
	font-size: 1.4rem;
	padding: 1rem 1rem .9rem;
	margin-bottom: 2.9rem;
}
.footer_navi li + li::before {
	content: '';
	display: block;
	width: .1rem;
	height: 1.9rem;
	background: #707070;
	opacity: .24;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2.3rem;
	margin: auto 0;
}
.footer_navi a {
	display: block;
}
.footer .copyright {
	font-size: 1.3rem;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.pagetop {
		bottom: 2rem;
		right: 1.5rem;
		margin: -2rem 0 -2.5rem auto;
		width: 4.5rem;
		height: 4.5rem;
	}
	.footer {
		background: #fff;
		height: auto;
		padding: 3rem 0 2.5rem;
	}
	.footer_logo {
		width: 20rem;
		margin: 0 auto 2rem;
	}
	.footer_address {
		font-size: 1.3rem;
	}
	.footer_line {
		font-size: 1.3rem;
		margin: 1.5rem auto 2.6rem;
	}
	.footer_navi {
		flex-wrap: wrap;
		gap: 1.2rem;
		font-size: 1.2rem;
		padding: 1rem 2rem;
		margin-bottom: 2rem;
	}
	.footer_navi li + li::before {
		display: none;
	}
	.footer .copyright {
		font-size: 1.1rem;
	}
}

/*inview
----------------------------------------*/
.inview {
	opacity: 0;
	transform: translateY(5rem);
	transition: opacity .5s, transform .5s;
	transition-timing-function: linear;
}
.inview.show {
	opacity: 1;
	transform: none;
}