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

 2025.04.16

--------------------------------------------*/
/* Bebas Neue Pro SemiExpanded */
@import url("https://use.typekit.net/prp3fls.css");
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: inline-block;
	outline:none;
	color: #333;
	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: #333;
	font-style: normal;
	font-weight: 400;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "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: #333;
}
select {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
    -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
/*------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-style: normal;
	font-weight: 400;
	font-size: 62.5%;
	line-height: 1.7;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "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 + 2 * ((100vw - 375px) / 1545)), 16px);line-height: 1.7;}
h2,h3,h4,h5 {line-height: 1.4;}
p {font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 1545)), 16px);line-height: 1.7;}
ul,li,th,td,dt,dd,figcaption {line-height: 1.7;}
.BebasNeueBd {font-family: "bebas-neue-pro-semiexpanded", sans-serif;font-weight: 600;font-style: normal;}
.inner {width: 90%;max-width: 1200px;margin: 0 auto;}
.blank {
	padding-top: clamp(50px, calc(50px + 40 * ((100vw - 375px) / 1545)), 90px);
	padding-bottom: clamp(50px, calc(50px + 40 * ((100vw - 375px) / 1545)), 90px);
}
.blank2 {
	padding-top: clamp(50px, calc(50px + 90 * ((100vw - 375px) / 1545)), 140px);
	padding-bottom: clamp(50px, calc(50px + 90 * ((100vw - 375px) / 1545)), 140px);
}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.title_common {
	padding-top: clamp(20px, calc(20px + 25 * ((100vw - 375px) / 1545)), 45px);
	padding-bottom: clamp(20px, calc(20px + 25 * ((100vw - 375px) / 1545)), 45px);
	background: url(img/common/bg_title.svg) no-repeat center / cover;
}
.title_common h2 {
	color: #fff;
	font-size: clamp(38px, calc(38px + 30 * ((100vw - 375px) / 1545)), 68px);
	text-align: center;
}
a[href^="tel:"] {pointer-events: none;}
.pc,.pc2 {display: block;}
.sp,.sp2 {display: none;}
@media only screen and ( max-width : 1024px ) {
	.pc2 {display: none;}
	.sp2 {display: block;}
}
@media only screen and ( max-width : 767px ) {
	a[href^="tel:"] {pointer-events: visible;}
	.pc {display: none;}
	.sp {display: block;}
}
/*--------------------------------------------------

    header

--------------------------------------------------*/
header {
	display: flex;
	align-items: center;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	padding: 25px clamp(20px, calc(20px + 40 * ((100vw - 375px) / 1545)), 60px);
	background: #fff;
	transition: .3s;
}
header .logo {width: clamp(190px, calc(190px + 200 * ((100vw - 375px) / 1545)), 390px);}
header nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	width: 100%;
}
header nav ul {display: flex;gap: clamp(10px, calc(10px + 40 * ((100vw - 375px) / 1545)), 50px);}
header nav ul li a {position: relative;font-size: clamp(16px, calc(16px + 12 * ((100vw - 375px) / 1545)), 28px);text-align: center;}
header nav ul li a:hover {color: #1F51E5;}
header nav ul li a::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: #1F51E5;
	transition: .3s;
}
header nav ul li a.link-current::after {width: 100%;}
header nav .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: clamp(10px, calc(10px + 40 * ((100vw - 375px) / 1545)), 50px);
	margin-left: clamp(10px, calc(10px + 40 * ((100vw - 375px) / 1545)), 50px);
}
header nav p {line-height: 1;}
header nav .wrap p.instagram a {width: 33px;}
header nav .wrap p.instagram a:hover {transform: scale(1.1)}
header nav .wrap p.entry a {
	position: relative;
	z-index: 1;
	padding: clamp(10px, calc(10px + 4 * ((100vw - 375px) / 1545)), 14px) 5vw;
	overflow: hidden;
	border: 1px solid #1F51E5;
	border-radius: 4em;
	background: #1F51E5;
	color: #fff;
	font-size: clamp(16px, calc(16px + 12 * ((100vw - 375px) / 1545)), 28px);
	text-align: center;
}
header nav .wrap p.entry a:hover {background-position: 99% 50%;color: #1F51E5;}
header nav .wrap p.entry a::before {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	z-index: -5;
	transform-origin: left top;
	transform: scale(0, 1);
	background: #fff;
	transition: transform .3s;
}
header nav .wrap p.entry a:hover::before {transform-origin: left top;transform: scale(1, 1);}
#sp-menu {display: none;}
@media only screen and ( max-width : 1024px ) {
	#js-black-bg {
		display: block;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
		width: 100%;
		height: 100%;
		overflow: hidden;
		visibility: hidden;
		background: #1F51E5;
		transition: opacity 0.4s, visibility 0.4s;
		cursor: pointer;
		user-select: none;
	}
	#js-black-bg.clicked {opacity: .5;visibility: visible;}
	header {position: fixed;height: 70px;padding: 15px 20px;}
	header nav {
		display: block;
		position: absolute;
		top: 120%;
		right: -100%;
		z-index: 10;
		width: 70%;
		max-width: 400px;
		padding: 30px 20px 20px;
		border-radius: 10px;
		background: #fff;
		text-align: center;
		transition: all .5s linear;
	}
	header nav.clicked {right: 20px;}
	header nav ul {display: block;}
	header nav ul li {width: 100%;margin: 0;border-bottom: 1px solid #D9D9D9;}
	header nav.clicked ul li {opacity: 0;animation: fadeRigth .5s ease forwards;}
	header nav .wrap {margin-top: 10px;}
	header nav.clicked .wrap p {opacity: 0;animation: fadeRigth .5s ease forwards;animation-delay: .65s;}
	@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 {display: block;width: 100%;padding: 15px 0;font-size: 1.6rem;}
	header nav ul li a::after {bottom: 0;}
	#sp-menu {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		z-index: 20;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}
	#sp-menu a {display: block;position: relative;width: 20px;height: 14px;}
	#sp-menu span {
		display: inline-block;
		position: absolute;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 2px;
		background: #1F51E5;
		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: #1F51E5;
		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 : 1024px ) {
	#js-black-bg {display: none;}
}
/*--------------------------------------------------

    footer

--------------------------------------------------*/
footer {overflow: hidden;}
footer ul {display: flex;justify-content: center;margin-bottom: 20px;}
footer ul li {line-height: 1;}
footer ul li:nth-child(1) {
	margin-right: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	padding-right: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	border-right: 1px solid #010002;
}
footer ul li a {font-size: clamp(12px, calc(12px + 3 * ((100vw - 375px) / 1545)), 15px);}
footer small {
	display: block;
	padding: 20px 0;
	background: #010002;
	color: #fff;
	font-size: clamp(10px, calc(10px + 1 * ((100vw - 375px) / 1545)), 11px);
	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: #005AAB;	
	transition: .3s ease all;
}
.page_top #goToTop:before {
	content: '';
	display: block;
	position: absolute;
	top: -44px;
	left: 49.5%;
	width: 1px;
	height: 38px;
	background: #005AAB;
	transition: 0.3s ease all;
}
.page_top #goToTop:hover:after {top: -60px;}
.page_top #goToTop:hover:before {height: 43px;top: -50px;}