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

 2026.04.20

--------------------------------------------*/
/* Noto Sans CJK JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* Gill Sans Nova */
@import url("https://use.typekit.net/fjw6vvg.css");
/* Adobe Handwriting Ernie */
@import url("https://use.typekit.net/vya1mbe.css");
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: inline-block;
	outline:none;
	color: #2D2D2D;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
    transition: all .5s ease;
	user-select: none;
}
a.link {position: absolute;top: 0;left: 0;z-index: 30;width: 100%;height: 100%;}
input,
input[type="submit"],
input[type="button"],
button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	outline: none;
	color: #2D2D2D;
	font-style: normal;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif,"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, 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;
   border-radius: 0;
   color: #2D2D2D;
}
select {
	font-family: "Noto Sans JP", sans-serif,"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{
	font-family: "Noto Sans JP", sans-serif,"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
/*------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #2D2D2D;
	font-style: normal;
	font-weight: 500;
	font-size: 62.5%;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif,"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	-webkit-font-smoodting: antialiased;
	-moz-osx-font-smoodting: grayscale;
	word-break: break-all;
}
body {font-size: clamp(14px, calc(14px + 4 * ((100vw - 375px) / 1545)), 18px);line-height: 2;}
h3,h4,h5 {line-height: 1.4;}
p {font-size: clamp(14px, calc(14px + 4 * ((100vw - 375px) / 1545)), 18px);line-height: 2;}
li,th,td,dt,dd,figcaption {line-height: 2;}
section {position: relative;z-index: 1;}
.JosefinSansSB {font-family: "josefin-sans", sans-serif;font-weight: 600;font-style: normal;}
.GillSansNovaBook {font-family: "gill-sans-nova", sans-serif;font-weight: 400;font-style: normal;}
.GillSansNovaSBD {font-family: "gill-sans-nova", sans-serif;font-weight: 600;font-style: normal;}
.GillSansNovaBD {font-family: "gill-sans-nova", sans-serif;font-weight: 700;font-style: normal;}
.AdobeHandwritingErnie {font-family: "adobe-handwriting-ernie", sans-serif;font-weight: 400;font-style: normal;}
.inner {width: 90%;max-width: 1330px;margin: 0 auto;}
.blank {padding: clamp(50px, calc(50px + 50 * ((100vw - 375px) / 1545)), 100px) 0;}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.title_common {
	margin-bottom: clamp(-100px, -50px - 50 * ((100vw - 375px) / 393), -50px);
	padding: clamp(50px, calc(50px + 50 * ((100vw - 375px) / 1545)), 100px) 0 clamp(100px, calc(100px + 100 * ((100vw - 375px) / 1545)), 200px);
	background: no-repeat center / cover;
}
.title_common h2 {
	margin-bottom: 10px;
	color: #fff;
	font-size: clamp(34px, calc(34px + 16 * ((100vw - 375px) / 1545)), 50px);
	letter-spacing: .15em;
	line-height: 1.2;
	text-align: center;
}
.title_common p {
	color: #fff;
	font-size: clamp(14px, calc(14px + 6 * ((100vw - 375px) / 1545)), 20px);
	line-height: 1.2;
	letter-spacing: .04em;
	text-align: center;
}
.title_common2 {margin-bottom: clamp(40px, calc(40px + 30 * ((100vw - 375px) / 1545)), 70px);}
.title_common2 h2 {
	margin-bottom: 10px;
	font-size: clamp(34px, calc(34px + 16 * ((100vw - 375px) / 1545)), 50px);
	line-height: 1.2;
	letter-spacing: .15em;
	text-align: center;
}
.title_common2 p {
	font-size: clamp(14px, calc(14px + 6 * ((100vw - 375px) / 1545)), 20px);
	line-height: 1.2;
	letter-spacing: .04em;
	text-align: center;
}
a[href^="tel:"] {pointer-events: none;}
.pc,.pc2 {display: block;}
.sp,.sp2 {display: none;}
@media only screen and ( max-width : 767px ) {
	a[href^="tel:"] {pointer-events: visible;}
	.pc {display: none;}
	.sp {display: block;}
	.nbsp {display: none;}
}
@media only screen and ( max-width : 500px ) {
	html,body,p,li,th,td,dt,dd,figcaption {line-height: 1.7;}
	.pc2 {display: none;}
	.sp2 {display: block;}
}
/*------------------------------------------------

    header

------------------------------------------------*/
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	transition: .3s;
}
header .logo {
	width: clamp(256px, calc(256px + 121 * ((100vw - 375px) / 1545)), 377px);
	height: 30px;
	margin-left: 2vw;
	background: url(img/common/logo.svg) no-repeat center / 100%;
	transition: .3s;
}
header.Scroll .logo {background-image: url(img/common/logo-blk.svg);}
header nav {padding-left: 3vw;background: #fff;}
header nav ul {display: flex;justify-content: center;align-items: center;gap: 2vw;}
header nav ul li a {
	padding: clamp(10px, calc(10px + 10 * ((100vw - 375px) / 1545)), 20px) 0;
	font-weight: 700;
	font-size: clamp(11px, calc(11px + 4 * ((100vw - 375px) / 1545)), 15px);
	letter-spacing: .04em;
	text-align: center;
}
header nav ul li a.link-current {opacity: .3;}
header nav ul li:last-child a {
	width: clamp(100px, calc(100px + 100 * ((100vw - 375px) / 1545)), 200px);
	background: #008DD2;
	color: #fff;
	font-size: clamp(12px, calc(12px + 4 * ((100vw - 375px) / 1545)), 16px);
	text-align: center;
}
header nav ul li a span {display: block;margin-bottom: 5px;color: #C7C7C7;font-size: .9em;letter-spacing: .15em;text-align: center;}
header nav ul li:last-child a span {color: #fff;font-size: 1em;text-align: center;}
header .hamburger {display: none;}
@media only screen and ( max-width : 1500px ) {
	header .logo {width: 23vw;}
	header nav ul li a {font-size: 1vw;}
	header nav ul li:last-child a {width: 11vw;font-size: 1.1vw;}
}
@media only screen and ( max-width : 1024px ) {
	header {position: fixed;height: 40px;padding: 0 10px;}
	header .logo {width: clamp(256px, calc(256px + 121 * ((100vw - 375px) / 1545)), 377px);}
	header .hamburger {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 30;
		width: clamp(40px, calc(40px + 40 * ((100vw - 375px) / 1545)), 80px);
		height: clamp(40px, calc(40px + 40 * ((100vw - 375px) / 1545)), 80px);
		border: none;
		background: #008DD2;
		overflow: hidden;
		cursor: pointer;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}
	header .hamburger span {
		display: block;
		position: absolute;
		width: 15px;
		height: 2px;
		background: #fff;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		transform-origin: center;
	}
	header .hamburger span:nth-child(1) {top: clamp(14px, calc(14px + 20 * ((100vw - 375px) / 1545)), 34px);}
	header .hamburger span:nth-child(2) {top: clamp(20px, calc(20px + 20 * ((100vw - 375px) / 1545)), 40px);}
	header .hamburger span:nth-child(3) {top: clamp(26px, calc(26px + 20 * ((100vw - 375px) / 1545)), 46px);}
	header .hamburger.is-active span:nth-child(1) {transform: rotate(45deg) translate(5px, 4px);}
	header .hamburger.is-active span:nth-child(2) {opacity: 0;transform: translateX(20px);}
	header .hamburger.is-active span:nth-child(3) {transform: rotate(-45deg) translate(5px, -4px);}
	/* ナビゲーションメニュー */
	header nav {
		align-items: flex-start;
		justify-content: flex-start;
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 20;
		width: 80%;
		max-width: 320px;
		height: 100vh;
		padding: 80px 40px 30px;
		background: #fff;
		backdrop-filter: blur(20px);
		border-left: 1px solid rgba(48, 54, 61, 0.3);
		box-shadow: -10px 0 30px rgba(0, 0, 0, 0.3);
		transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}
	header nav.is-active {right: 0;}
	header nav ul {display: block;}
	header nav ul li {opacity: 0;position: initial;transform: translateX(30px);transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
	header nav.is-active ul li {opacity: 1;transform: translateX(0);}
	header nav.is-active ul li:nth-child(1) {transition-delay: .1s;}
	header nav.is-active ul li:nth-child(2) {transition-delay: .2s;}
	header nav.is-active ul li:nth-child(3) {transition-delay: .3s;}
	header nav.is-active ul li:nth-child(4) {transition-delay: .4s;}
	header nav.is-active ul li:nth-child(5) {transition-delay: .5s;}
	header nav.is-active ul li:nth-child(6) {transition-delay: .6s;}
	header nav.is-active ul li:nth-child(7) {transition-delay: .7s;}
	header nav.is-active ul li:nth-child(8) {transition-delay: .8s;}
	header nav ul li:last-child {margin-top: 20px;}
	header nav ul li a {font-size: 1.5rem;text-align: left;}
	header nav ul li:last-child a {width: 100%;padding: 10px 5vw;border-radius: 50px;font-size: 1.6rem;}
	header nav ul li a span {text-align: left;}
}
/*--------------------------------------------------

    footer

--------------------------------------------------*/
footer {padding: 30px 0;background: #B6C4CB;}
footer small {display: block;color: #fff;font-size: clamp(10px, calc(10px + 2 * ((100vw - 375px) / 1545)), 12px);text-align: center;}
/*--------------------------------------------------

　   back top

--------------------------------------------------*/
.wrapper {position: relative;}
.page_top {
	display: block;
	position: fixed;
	bottom: 5%;
	right: 1vw;
	z-index: 10;
	font-size: 1.4rem;
	letter-spacing: .14em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.page_top #goToTop:after {
	content: '';
	display: block;
	position: absolute;
	top: -55px;
	left: 52%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #008DD2;	
	transition: .3s ease all;
}
.page_top #goToTop:before {
	content: '';
	display: block;
	position: absolute;
	top: -44px;
	left: 49.5%;
	width: 1px;
	height: 38px;
	background: #008DD2;
	transition: .3s ease all;
}
.page_top #goToTop:hover:after {top: -60px;}
.page_top #goToTop:hover:before {height: 43px;top: -50px;}