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

 2026.04.22

--------------------------------------------*/
/* Neue Haas Grotesk Text */
@import url("https://use.typekit.net/bmn8jzk.css");
/* Montserrat */
@import url("https://use.typekit.net/mow7nhf.css");
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: inline-block;
	outline:none;
	color: #444;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
    transition: all .3s ease;
}
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: #444;
	font-style: normal;
	font-weight: 500;
	font-family: "zen-kaku-gothic-new", 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: #444;
}
select {
	font-family: "zen-kaku-gothic-new", 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: "zen-kaku-gothic-new", sans-serif,"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
/*------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	background: #F7FAFF;
	color: #444;
	font-style: normal;
	font-weight: 500;
	font-size: 62.5%;
	line-height: 1.7;
	font-family: "zen-kaku-gothic-new", sans-serif,"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-style: normal;
	-webkit-font-smoodting: antialiased;
	-moz-osx-font-smoodting: grayscale;
	word-break: break-all;
}
body {font-size: clamp(18px, calc(18px + 12 * ((100vw - 375px) / 1545)), 30px);line-height: 1.7;}
main {position: relative;z-index: 1;overflow: hidden;}
h3,h4,h5,h6 {line-height: 1.3;}
p {font-size: clamp(18px, calc(18px + 12 * ((100vw - 375px) / 1545)), 30px);line-height: 1.7;}
ul,li,th,td,figcaption {line-height: 1.7;}
.NeueHaasGroteskTextProkMI {font-family: "neue-haas-grotesk-text", sans-serif;font-weight: 500;font-style: italic;}
.NeueHaasGroteskTextProBDI {font-family: "neue-haas-grotesk-text", sans-serif;font-weight: 700;font-style: italic;}
.MontserratR {font-family: "montserrat", sans-serif;font-weight: 400;font-style: normal;}
.MontserratBD {font-family: "montserrat", sans-serif;font-weight: 700;font-style: normal;}
.blank {
	padding-top: clamp(70px, calc(70px + 80 * ((100vw - 375px) / 1545)), 150px);
	padding-bottom: clamp(40px, calc(40px + 40 * ((100vw - 375px) / 1545)), 80px);
}
.inner {position: relative;z-index: 1;width: 85%;max-width: 1000px;margin: 0 auto;}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.title_common {margin-bottom: clamp(30px, calc(30px + 50 * ((100vw - 375px) / 1545)), 80px);}
.title_common h2 {font-size: clamp(30px, calc(30px + 60 * ((100vw - 375px) / 1545)), 90px);}
.title_common h2 span {line-height: 1.3;}
.title_common p {margin-top: clamp(30px, calc(30px + 10 * ((100vw - 375px) / 1545)), 40px);}
a[href^="tel:"] {pointer-events: none;}
.pc,.pc2 {display: block;}
.sp,.sp2 {display: none;}
@media only screen and ( max-width : 767px ) {
	main::before {top: .4%;width: 26vw;}
	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;}
	.inner {width:90%;}	
}
/*------------------------------------------------

    header

------------------------------------------------*/
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 20;
	padding: 2vw 6vw 0 4vw;
}
header .logo {max-width: clamp(130px, calc(130px + 302 * ((100vw - 375px) / 1545)), 432px);}
header .logo:hover {opacity: .5;}
header nav ul {display: flex;gap: clamp(4px, calc(4px + 20 * ((100vw - 375px) / 1545)), 24px);}
header nav ul li {line-height: 1;}
header nav ul li a {
	position: relative;
	padding: clamp(6px, calc(6px + 8 * ((100vw - 375px) / 1545)), 14px) clamp(10px, calc(10px + 20 * ((100vw - 375px) / 1545)), 30px); 
	border-radius: 40px;
	box-shadow: 0 0 17px rgba(185, 204, 216, .2);
	background: #fff;
	color: #EA2625;
	font-size: clamp(10px, calc(10px + 24 * ((100vw - 375px) / 1545)), 34px);
	text-align: center;
}
header nav ul li a:hover {transform: translateY(3px);box-shadow: 0 0 1px rgba(185, 204, 216, .2);background: #EA2625;color: #fff;}
/*--------------------------------------------------

    footer

--------------------------------------------------*/
footer {margin-bottom: 5%;padding: 20px 0;background: #60D4FF;}
footer small {display: block;color: #fff;font-size: clamp(12px, calc(12px + 8 * ((100vw - 375px) / 1545)), 20px);text-align: center;}
@media only screen and ( max-width : 767px ) {
	footer {margin-bottom: 14vw;}
}
/*--------------------------------------------------

　   back top

--------------------------------------------------*/
.wrapper {position: relative;}
.page_top {
	display: block;
	position: fixed;
	bottom: 5%;
	right: 1vw;
	z-index: 10;
	font-size: 1.4rem;
	letter-spacing: .1em;
	-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: #8ECAFF;	
	transition: .3s ease all;
}
.page_top #goToTop:before {
	content: '';
	display: block;
	position: absolute;
	top: -44px;
	left: 49.5%;
	width: 1px;
	height: 38px;
	background: #8ECAFF;
	transition: .3s ease all;
}
.page_top #goToTop:hover:after {top: -60px;}
.page_top #goToTop:hover:before {height: 43px;top: -50px;}