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

 2025.11.18

--------------------------------------------*/
/* Nunito Sans */
@import url("https://use.typekit.net/vsd2ebl.css");
/* Montserrat */
@import url("https://use.typekit.net/mow7nhf.css");
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: inline-block;
	outline:none;
	color: #111;
	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: #111;
	font-style: normal;
	font-weight: 400;
	font-family: "m-plus-rounded-1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", 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: "m-plus-rounded-1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
    -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{
	font-family: "m-plus-rounded-1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", 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: "m-plus-rounded-1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
	-webkit-font-smoodting: antialiased;
	-moz-osx-font-smoodting: grayscale;
	word-break: break-all;
}
body {font-size: clamp(14px, calc(14px + 1 * ((100vw - 375px) / 1545)), 15px);line-height: 1.7;}
main {overflow: hidden;}
h3,h4,h5,h6 {line-height: 1.4;}
p {font-size: clamp(14px, calc(14px + 1 * ((100vw - 375px) / 1545)), 15px);line-height: 1.7;}
ul,li,th,td,dt,dd,figcaption {line-height: 1.7;}
.NunitoSansL {font-family: "nunito-sans", sans-serif;font-weight: 300;font-style: normal;}
.NunitoSansR {font-family: "nunito-sans", sans-serif;font-weight: 400;font-style: normal;}
.NunitoSansBD {font-family: "nunito-sans", sans-serif;font-weight: 700;font-style: normal;}
.NunitoSansBK {font-family: "nunito-sans", sans-serif;font-weight: 900;font-style: normal;}
.MontserratBD {font-family: "montserrat", sans-serif;font-weight: 700;font-style: normal;}
section {position: relative;z-index: 1;}
.blank {
	padding-top: clamp(50px, calc(50px + 50 * ((100vw - 375px) / 1545)), 100px);
	padding-bottom: clamp(50px, calc(50px + 50 * ((100vw - 375px) / 1545)), 100px);
}
.blank2 {
	padding-top: clamp(70px, calc(70px + 70 * ((100vw - 375px) / 1545)), 140px);
	padding-bottom: clamp(70px, calc(70px + 70 * ((100vw - 375px) / 1545)), 140px);
}
.inner {width: 95%;max-width: 1598px;margin: 0 auto;}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.title_common {position: relative;z-index: 1;margin-bottom: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);}
.title_common h2 {
	display: inline-block;
	position: relative;
	margin: 0 4%;
	font-size: clamp(26px, calc(26px + 27 * ((100vw - 375px) / 1545)), 53px);
	letter-spacing: .045em;
}
.title_common h2::before {
	content: '';
	position: absolute;
	bottom: 105%;
	left: -5%;
	width: clamp(8px, calc(8px + 8 * ((100vw - 375px) / 1545)), 16px);
	height: clamp(8px, calc(8px + 8 * ((100vw - 375px) / 1545)), 16px);
	border-radius: 50%;
	background: #F30100;
}
.title_common p {
	margin-top: 1%;
	font-weight: 700;
	font-size: clamp(16px, calc(16px + 8 * ((100vw - 375px) / 1545)), 24px);
	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;}
}
@media only screen and ( max-width : 500px ) {
	.pc2 {display: none;}
	.sp2 {display: block;}
}
/*------------------------------------------------

    header

------------------------------------------------*/
header {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	padding: 30px 3vw;
	transition: .3s;
}
header::before {
	content: '';
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
	transition: .3s;
}
header.change::before {top: 0;}
header .logo {position: relative;z-index: 2;width: clamp(100px, calc(100px + 46 * ((100vw - 375px) / 1545)), 146px);}
header nav {display: flex;align-items: center;justify-content: flex-end;gap: 8%;width: 100%;}
header nav ul {display: flex;justify-content: center;gap: clamp(10px, calc(10px + 40 * ((100vw - 375px) / 1545)), 50px);}
header nav ul li a {
	position: relative;
	color: #F30100;
	font-size: clamp(10px, calc(10px + 8 * ((100vw - 375px) / 1545)), 18px);
	text-align: center;
}
header nav ul li a::before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 1px;
	background: #F30100;
	transition: .3s;
}
header nav ul li a:hover::before {width: 100%;}
header nav .entry {width: 100%;max-width: 146px;}
header nav .entry a {
	display: block;
	position: relative;
	z-index: 1;
	padding: 15px 0;
	overflow: hidden;
	border-radius: 40px;
	background: #111;
	color: #fff;
	color: #F30100;
	font-size: clamp(12px, calc(12px + 8 * ((100vw - 375px) / 1545)), 20px);
	letter-spacing: .1em;
	text-align: center;
}
header.change nav .entry a {background: #fff;}
header nav .entry a:hover {background: #F30100;color: #111;}
header .hamburger {display: none;}
@media only screen and ( max-width : 1024px ) {
	header {padding: 15px 30px;}
	header .hamburger {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 13px;
		right: 20px;
		z-index: 30;
		width: 40px;
		height: 40px;
		padding: 8px;
		border: none;
		border-radius: 5px;
		overflow: hidden;
		background: #111;
		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: #F30100;
		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: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 {
		display: block;
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 20;
		width: 80%;
		max-width: 320px;
		height: 100vh;
		padding: 80px 30px 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;position: initial;transform: none;}
	header nav ul li {
		margin-bottom: 20px;
		opacity: 0;
		transform: translateX(30px);
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}
	header nav .entry {opacity: 0;transform: translateX(30px);transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);max-width: 100%;}
	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 ul li:nth-child(6) {transition-delay: .6s;}
	header nav.is-active ul li:nth-child(7) {transition-delay: .7s;}
	header nav.is-active .entry {opacity: 1;transform: translateX(0);transition-delay: .8s;}
	header nav ul li a {color: #403733;font-size: 1.6rem;text-align: left;}
	header.change nav .entry a {background: #111;}
}
/*--------------------------------------------------

    footer

--------------------------------------------------*/
footer {padding: 30px 0;background: #111;}
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: 2%;
	z-index: 10;
	font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 1545)), 16px);
	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: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #111;	
	transition: .3s ease all;
}
.page_top #goToTop:before {
	content: '';
	display: block;
	position: absolute;
	top: -44px;
	left: 49.5%;
	width: 1px;
	height: 38px;
	background: #111;
	transition: 0.3s ease all;
}
.page_top #goToTop:hover:after {top: -60px;}
.page_top #goToTop:hover:before {height: 43px;top: -50px;}