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

 2026.04.14

--------------------------------------------*/
/* Noto Sans CJK JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* Josefin Sans */
@import url("https://use.typekit.net/lwo1dka.css");
/* Futura PT */
@import url("https://use.typekit.net/ohe4tfq.css");
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: inline-block;
	outline:none;
	color: #111;
	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: 2;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: #111;
	font-style: normal;
	font-weight: 400;
	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: #111;
}
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: #111;
	font-style: normal;
	font-weight: 400;
	font-size: 62.5%;
	line-height: 1.7;
	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 + 2 * ((100vw - 375px) / 1545)), 16px);line-height: 1.7;}
h2,h3,h4,h5 {line-height: 1.5;}
p {font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 1545)), 16px);line-height: 1.7;}
li,th,td,dt,dd,figcaption {line-height: 1.7;}
main {overflow: hidden;}
section {position: relative;z-index: 1;}
.JosefinSansSB {font-family: "josefin-sans", sans-serif;font-weight: 600;font-style: normal;}
.FuturaPTD {font-family: "futura-pt", sans-serif;font-weight: 600;font-style: normal;}
.SawarabiGothicM {font-family: "sawarabi-gothic", sans-serif;font-weight: 500;font-style: normal;}
.inner {width: 90%;max-width: 1320px;margin: 0 auto;}
.blank {padding: clamp(70px, calc(70px + 80 * ((100vw - 375px) / 1545)), 150px) 0;}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.title_common {margin-bottom: clamp(50px, calc(50px + 20 * ((100vw - 375px) / 1545)), 70px);}
.title_common h2 {
	color: #1873AC;
	font-weight: 700;
	font-size: clamp(22px, calc(22px + 10 * ((100vw - 375px) / 1545)), 32px);
	letter-spacing: .1em;
	text-align: center;
}
.title_common p {color: #00E1F4;font-size: clamp(14px, calc(14px + 4 * ((100vw - 375px) / 1545)), 18px);line-height: 1.2;text-align: center;}
a[href^="tel:"] {pointer-events: none;}
.pc,.pc2,.pc3 {display: block;}
.sp,.sp2,.sp3 {display: none;}
@media only screen and ( max-width : 1024px ) {
	.pc3 {display: none;}
	.sp3 {display: block;}
}
@media only screen and ( max-width : 767px ) {
	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 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	transition: .3s;
}
header .logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	filter: drop-shadow(0 0 36px rgba(53, 191, 203, 36%));
	width: clamp(316px, calc(316px + 100 * ((100vw - 375px) / 1545)), 416px);
}
header nav {width: 100%;background: linear-gradient(90deg, #0098DB 20%, #1AD5E5 70%);}
header nav ul {display: flex;justify-content: center;align-items: center;padding-left: 6%;}
header nav ul li {
	position: relative;
	margin-right: clamp(10px, calc(10px + 20 * ((100vw - 375px) / 1545)), 30px);
	padding: 1.8vw clamp(10px, calc(10px + 20 * ((100vw - 375px) / 1545)), 30px) 1.8vw 0;
}
header nav ul li:last-child {margin: 0;}
header nav ul li:not(:last-child)::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background-image: linear-gradient(to bottom, #fff 0, #fff 5px, transparent 5px, transparent 10px);
	background-size: 2px 10px;
	background-repeat: repeat-y;
}
header nav ul li a {color: #fff;font-weight: 500;font-size: clamp(12px, calc(12px + 6 * ((100vw - 375px) / 1545)), 18px);text-align: center;}
header nav ul li a span {display: block;margin-bottom: 8px;color: #BEF8FF;font-size: 1.3em;text-align: center;}
header nav .entry {position: absolute;top: 13px;right: 0;}
header nav .entry a {
	padding: 15% 3.5vw 18%;
	border-radius: 1.5em 0 0 1.5em;
	box-shadow: 0 0 36px rgba(53, 191, 203, 36%);
	background: #fff;
	color: #46D0F0;
	font-weight: 700;
	font-size: clamp(14px, calc(14px + 6 * ((100vw - 375px) / 1545)), 20px);
	text-align: center;
}
header nav .entry a span {
	display: block;
	margin-bottom: 5px;
	background: linear-gradient(90deg, #20D0F0 20%, #70CACE 45%, #F0EA37 70%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 2.2em;
	text-align: center;
}
header .hamburger {display: none;}
@media only screen and ( max-width : 1500px ) {
	header .logo {width: 25vw;}
	header nav ul li a {font-size: 1vw;}
	header nav .entry a {font-size: 1.2vw;}
}
@media only screen and ( max-width : 767px ) {
	header {position: fixed;height: 60px;padding: 0 20px;}
	header .logo {width: 200px;}
	header .hamburger {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 30;
		width: 40px;
		height: 40px;
		padding: 8px;
		border: none;
		border-radius: 5px;
		box-shadow: 0 0 36px rgba(53, 191, 203, 36%);
		background: #fff;
		overflow: hidden;
		cursor: pointer;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}
	header .hamburger span {
		display: block;
		position: absolute;
		width: 24px;
		height: 2px;
		border-radius: 2px;
		background: #111;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		transform-origin: center;
	}
	header .hamburger span:nth-child(1) {top: 12px;}
	header .hamburger span:nth-child(2) {top: 20px;}
	header .hamburger span:nth-child(3) {top: 28px;}
	header .hamburger.is-active span {background: #00ABDE;}
	header .hamburger.is-active span:nth-child(1) {transform: rotate(45deg) translate(6px, 5px);}
	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(6px, -6px);}
	/* ナビゲーションメニュー */
	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: linear-gradient(-45deg, #1AD5E5 20%, #0098DB 70%);
		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;margin-bottom: 20px;padding-left: 0;}
	header nav ul li,
	header nav .entry {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,
	header nav.is-active .entry {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 .entry {transition-delay: .6s;}
	header nav ul li:not(:last-child)::before {display: none;}
	header nav ul li a {font-size: 1.4rem;text-align: left;}
	header nav .entry a {width: 100%;padding: 10px 0;border-radius: 50px;font-size: 1.4rem;}
}
/*--------------------------------------------------

    footer

--------------------------------------------------*/
footer {padding: 40px 0;background: #41BFED;}
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: 53.4%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #41BFED;	
	transition: .3s ease all;
}
.page_top #goToTop:before {
	content: '';
	display: block;
	position: absolute;
	top: -44px;
	left: 49.5%;
	width: 1px;
	height: 38px;
	background: #41BFED;
	transition: .3s ease all;
}
.page_top #goToTop:hover:after {top: -60px;}
.page_top #goToTop:hover:before {height: 43px;top: -50px;}