@charset "utf-8";
/* CSS Document -----------------------------

 2024.01.13

--------------------------------------------*/
/* Zen Kaku Gothic New */
/* Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: inline-block;
	outline:none;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
    transition: all .3s ease;
}
input,
input[type="submit"],
input[type="button"],
button {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	outline: none;
	font-style: normal;
	font-weight: 400;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
   -webkit-appearance: none;
   appearance: none;
}
select {
	font-family: 'Zen Kaku Gothic New', sans-serif;
    -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	display: none;
}
/*------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-style: normal;
	font-weight: 400;
	font-size: 62.5%;
	line-height: 1.7;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-style: normal;
	letter-spacing: .1em;
	-webkit-font-smoodting: antialiased;
	-moz-osx-font-smoodting: grayscale;
	word-break: break-all;
}
body {font-size: calc(14px + 2 * ((100vw - 375px) / 1605));line-height: 1.7;letter-spacing: .1em;}
h2,h3,h4,h5 {line-height: 1.5;letter-spacing: .1em;}
p {font-size: calc(14px + 2 * ((100vw - 375px) / 1605));line-height: 1.7;letter-spacing: .1em;}
ul,li,th,td,dt,dd,figcaption {line-height: 1.7;letter-spacing: .1em;}
main {position: relative;z-index: 10;background: #fff;}
.MontserratBD {font-family: 'Montserrat', sans-serif;font-weight: 700;}
.inner {width: 90%;max-width: calc(1000px + 2 * ((100vw - 375px) / 1605));margin: 0 auto;}
.blank {padding-top: calc(50px + 50 * ((100vw - 375px) / 1605));padding-bottom: calc(50px + 50 * ((100vw - 375px) / 1605));}
.blank2 {padding-top: calc(50px + 50 * ((100vw - 375px) / 1605));}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
h2.title {
	margin-bottom: calc(30px + 20 * ((100vw - 375px) / 1605));
	font-size: calc(22px + 8 * ((100vw - 375px) / 1605));
	letter-spacing: .2em;
	text-align: center;
}
h2.title span.visual {padding-top: calc(15px + 5 * ((100vw - 375px) / 1605));}
a[href^="tel:"] {pointer-events: none;}
.pc,.pc2 {display: block;}
.sp,.sp2 {display: none;}
@media only screen and ( max-width : 768px ) {
	a[href^="tel:"] {pointer-events: visible;}
	.pc {display: none;}
	.sp {display: block;}
}
@media only screen and ( max-width : 500px ) {
	.pc2 {display: none;}
	.sp2 {display: block;}
}
/*------------------------------------------------

    header

------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	padding: 12px 7vw;
	backdrop-filter: blur(30px);
	background: rgba(255, 255, 255, 50%);
	transition: .3s;
}
header.transform {box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);background: #fff;}
header .logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: calc(80px + 100 * ((100vw - 375px) / 1605));
	background: #fff;
}
header nav {width: 100%;display: flex;justify-content: flex-end;align-items: center;}
header nav ul {display: none;}
header nav .entry {
	position: relative;
	z-index: 1;
	width: calc(140px + 40 * ((100vw - 1024px) / 1605));
	padding: calc(10px + 5 * ((100vw - 1024px) / 1605));
	color: #fff;
	font-weight: 500;
	font-size: calc(15px + 3 * ((100vw - 375px) / 1605));
	font-family: 'Noto Sans JP', 'Noto Sans CJK JP Subset', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.4;
	letter-spacing: .1em;
	text-align: center;
	transition: all 0.4s ease-out;
}
header nav .entry::before,
header nav .entry::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2em;
}
header nav .entry::before {
	z-index: -1;
	transition: 1s;
	background: linear-gradient(90deg, #0CD39A, #77BE32);
}
header nav .entry::after {z-index: -2;background: linear-gradient(-90deg, #0CD39A, #77BE32);}
header nav .entry:hover::before{opacity:0;}
#sp-menu {display: none;}
@media only screen and ( max-width : 768px ) {
	#js-black-bg {
		display: block;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 15;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: rgba(209, 245, 229, 50%);
		visibility: hidden;
		transition: opacity 0.4s, visibility 0.4s;
		cursor: pointer;
		user-select: none;
	}
	#js-black-bg.clicked {opacity: 1;visibility: visible;}
	header {height: 80px;background: #fff;}
	header .logo {width: 231px;}
	header nav {
		display: block;
		position: absolute;
		top: 0;
		right: -100vw;
		z-index: 10;
		width: 50%;
		height: 100vh;
		padding: 0 10px;
		background: #fff;
		text-align: center;
		transition: all .5s linear;
	}
	header nav.clicked {right: 0%;}
	header nav ul {display: block;margin: 21vh 0 4em;}
	header nav ul li {margin: 0 0 3.5vh;text-align: center;}
	header nav ul li:last-child {margin-bottom: 0;}
	header nav.clicked ul li {opacity: 0;animation: fadeRigth .5s ease forwards;}
	@keyframes fadeRigth {
		from {
			opacity: 0;
			-webkit-transform: translate3d(50px, 0, 0);
			transform: translate3d(50px, 0, 0);
		}
		to {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}
	header nav.clicked ul li:nth-of-type(1) {animation-delay: .35s;}
	header nav.clicked ul li:nth-of-type(2) {animation-delay: .4s;}
	header nav.clicked ul li:nth-of-type(3) {animation-delay: .45s;}
	header nav.clicked ul li:nth-of-type(4) {animation-delay: .5s;}
	header nav.clicked ul li:nth-of-type(5) {animation-delay: .55s;}
	header nav.clicked ul li:nth-of-type(6) {animation-delay: .6s;}
	header nav ul li a {position: relative;font-weight: 700;text-align: center;}
	header nav ul li a.current {color: #0CD39A;}
	header nav ul li a:hover {color: #0CD39A;}
	header nav ul li a::before {
		content: '';
		position: absolute;
		bottom: -5px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 0;
		height: 1px;
		background: #0CD39A;
		transition: all .5s;
	}
	header nav ul li a.current::before {width: 100%;}
	header nav.clicked .entry {opacity: 0;animation: fadeRigth .5s ease forwards;animation-delay: .65s;}
	#sp-menu {
		display: block;
		position: fixed;
		top: 50%;
		right: 27px;
		transform: translateY(-50%);
		z-index: 20;
		width: 15px;
		height: 14px;
		background: #fff;
		cursor: pointer;
	}
	#sp-menu a {display: block;position: relative;height: 14px;}
	#sp-menu span {
		display: inline-block;
		position: absolute;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 2px;
		background: #000;
		transition: all .4s;
	}
	#sp-menu span:nth-child(1) {top: 0;}
	#sp-menu span:nth-child(2) {top: 6px;}
	#sp-menu span:nth-child(3) {bottom: 0;}
	#sp-menu span:nth-child(2)::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #000;
		transition: all .4s;
	}
	#sp-menu.clicked span:nth-child(2) {transform: rotate(-45deg);}
	#sp-menu.clicked span:nth-child(2)::after {transform: rotate(90deg);}
	#sp-menu.clicked span:nth-child(1) {transform: translateY(20px) scale(0);}
	#sp-menu.clicked span:nth-child(3) {transform: translateY(-20px) scale(0);}
}
@media only screen and ( min-width : 767px ) {
	#js-black-bg {display: none;}
}
/*--------------------------------------------------

    footer

--------------------------------------------------*/
footer {position: relative;padding-bottom: 20px;background: #1AAA87;}
footer .logo {display: block;max-width: calc(250px + 80 * ((100vw - 375px) / 1605));margin: 0 auto;}
footer ul.flexbox {justify-content: center;margin-bottom: 10px;}
footer ul.flexbox li {line-height: 1;}
footer ul.flexbox li:nth-child(1) {
	margin-right: calc(10px + 20 * ((100vw - 375px) / 1605));
	padding-right: calc(10px + 20 * ((100vw - 375px) / 1605));
	border-right: 1px solid #fff;
}
footer ul.flexbox li a {
	color: #fff;
	font-size: calc(11px + 2 * ((100vw - 375px) / 1605));
	letter-spacing: .1em;
}
footer small {
	display: block;
	color: #fff;
	font-size: calc(11px + 2 * ((100vw - 375px) / 1605));
	letter-spacing: .1em;
	text-align: center;
}
/*--------------------------------------------------

　   back top

--------------------------------------------------*/
#page-top a {
	display: flex;
	justify-content:center;
	align-items:center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition:all .3s;
	background: #1AAA87;
	border-radius: 50%;
	color: #fff;
}
#page-top a img {
	width: 30px;
	transform: rotate(-90deg) scale(1, -1);
}
#page-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 99;
	opacity: 0;
	transform: translateY(100px);
}
#page-top.UpMove {animation: UpAnime .5s forwards;}
@keyframes UpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
#page-top.DownMove {animation: DownAnime .5s forwards;}
@keyframes DownAnime{
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 1;
		transform: translateY(100px);
	}
}
@media only screen and ( max-width : 991px ) {
	#page-top {right: 0;bottom: 0;}
	#page-top a {width: 60px;height: 60px;border-radius: 0;}
}