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

 2025.05.22

--------------------------------------------*/
/* Futura PT */
@import url("https://use.typekit.net/ohe4tfq.css");
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: inline-block;
	outline:none;
	color: #222;
	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: #222;
	font-style: normal;
	font-weight: 400;
	font-family: "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: #222;
}
select {
	font-family: "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: "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: #222;
	font-style: normal;
	font-weight: 400;
	font-size: 62.5%;
	line-height: 1.8;
	font-family: "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(13px, calc(13px + 2 * ((100vw - 375px) / 1545)), 15px);line-height: 1.8;}
h3,h4,h5 {line-height: 1.5;}
p {font-size: clamp(13px, calc(13 + 2 * ((100vw - 375px) / 1545)), 15px);line-height: 1.8;}
li,th,td,dt,dd,figcaption {line-height: 1.8;}
.FuturaPTM {font-family: "futura-pt", sans-serif;font-weight: 500;font-style: normal;}
.inner {width: 90%;max-width: 1638px;margin: 0 auto;}
.blank {
	padding-top: clamp(50px, calc(50px + 20 * ((100vw - 375px) / 1545)), 70px);
	padding-bottom: clamp(55px, calc(55px + 20 * ((100vw - 375px) / 1545)), 75px);
}
.blank2 {
	padding-top: clamp(70px, calc(70px + 40 * ((100vw - 375px) / 1545)), 110px);
	padding-bottom: clamp(70px, calc(70px + 40 * ((100vw - 375px) / 1545)), 110px);
} 
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.title_common {display: inline-block;margin-bottom: clamp(50px, calc(50px + 20 * ((100vw - 375px) / 1545)), 70px);text-align: center;}
.title_common p.en {
	margin-bottom: clamp(10px, calc(10px + 10 * ((100vw - 375px) / 1545)), 20px);
	color: #0E6981;
	font-size: clamp(14px, calc(14px + 3 * ((100vw - 375px) / 1545)), 17px);
	letter-spacing: .2em;
	text-align: center;
}
.title_common h2 {margin-bottom: 5px;text-align: center;}
.title_common h2 img {max-width: clamp(130px, calc(130px + 100 * ((100vw - 375px) / 1545)), 230px);}
.title_common p.jp {
	display: inline-block;
	position: relative;
	transform: skewX(-5deg);
	margin-top: 10px;
	padding: 5px 4vw;
	background: #222;
	color: #fff;
	font-weight: bold;
	font-size: clamp(22px, calc(22px + 12 * ((100vw - 375px) / 1545)), 34px);
	letter-spacing: .2em;
	text-align: center;
}
.title_common p.jp span {display: block;transform: skewX(5deg);}
.title_common2 {
	padding-top: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);
	padding-bottom: clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);
	background: url(img/common/bg.webp) no-repeat center / cover;
}
.title_common2 h2 {
	color: #fff;
	font-size: clamp(28px, calc(28px + 5 * ((100vw - 375px) / 1545)), 33px);
	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;
	padding: 10px clamp(20px, calc(20px + 30 * ((100vw - 375px) / 1545)), 50px);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
	background: #fff;
	transition: .3s;
}
header .logo {position: relative;z-index: 10;width: clamp(208px, calc(208px + 100 * ((100vw - 375px) / 1545)), 308px);}
header nav {width: 100%;}
header nav ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(20px, calc(20px + 40 * ((100vw - 375px) / 1545)), 60px);
	margin-left: 2%;
}
header nav ul li a {position: relative;color: #0E6981;font-size: .95vw;text-align: center;}
header nav ul li a::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background: #0E6981;
	transition: .3s;
}
header nav ul li a:hover::after {width: 100%;}
header nav ul li:last-child a {
	z-index: 1;
	width: clamp(100px, calc(100px + 140 * ((100vw - 375px) / 1545)), 240px);
	padding: 15px 0;
	overflow: hidden;
	border: 1px solid #0E6981;
	border-radius: 40px;
	background: #0E6981;
	color: #fff;
	font-size: clamp(16px, calc(16px + 4 * ((100vw - 375px) / 1545)), 20px);
	letter-spacing: .1em;
}
header nav ul li:last-child a:hover {background-position: 99% 50%;color: #0E6981;}
header nav ul li:last-child 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 ul li:last-child a:hover::before {transform-origin: left top;transform: scale(1, 1);}
header .header_btn {display: none;}
@media only screen and ( max-width : 1024px ) {
	header nav {
		position: absolute;
		top: -100vh;
		left: 0;
		z-index: 5;
		width: 100%;
		height: 100vh;
		padding: 0 10px;
		background: #fff;
		transition: all .3s linear;
	}
	header nav.clicked {top: 0%;}
	header nav ul {
		flex-direction: column;
		gap: 15px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
		max-width: 400px;
		margin: 0 auto;
	}
	header nav ul li a {font-size: 1.6rem;}
	header .header_btn {
		display: flex;
		align-items: center;
		position: absolute;  
		top: 50%;
		right: 5%;
		transform: translate(0%, -50%);
		z-index: 200;
		cursor: pointer;
	}
	header .header_btn p {
		position: relative;
		margin-right: 10px;
		color: #0E6981;
		font-size: calc(16px + 4 * ((100vw - 375px) / 649));
		letter-spacing: .04em;
		line-height: 1;
		user-select: none;
		transition: .3s;
	}
	header .header_btn p::after {	
		content: '';
		position: absolute;
		left: 0;
		bottom: -2px;
		width: 0;
		height: 1px;
		background: #0E6981;
		transition: all .6s cubic-bezier(.77, 0 ,.175, 1);
	}
	header .header_btn:hover p::after {width: 100%;background: #0E6981;}
	header .header_btn #sp-menu {
		display: block;
		position: relative;
		z-index: 10;
		width: 24px;
		height: 18px;
		cursor: pointer;
		user-select: none;
	}
	header .header_btn #sp-menu span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		border-radius: 4px;
		background-color: #0E6981;
		transition: all .5s;
	}
	header .header_btn #sp-menu span:nth-of-type(1) {top: 0;}
	header .header_btn #sp-menu span:nth-of-type(2) {top: 8px;}
	header .header_btn #sp-menu span:nth-of-type(3) {bottom: 0;}
	header .header_btn.clicked #sp-menu span:nth-of-type(1) {transform: translateY(8px) rotate(-45deg);}
	header .header_btn.clicked #sp-menu span:nth-of-type(2) {left: 50%;opacity: 0;animation: bar02 .8s forwards;}
	@keyframes bar02 {
		100% {height: 0;}
	}
	header .header_btn.clicked #sp-menu span:nth-of-type(3) {transform: translateY(-8px) rotate(45deg);}
}
@media only screen and ( min-width : 1024px ) {
	#js-black-bg {display: none;}
}
/*--------------------------------------------------

    footer

--------------------------------------------------*/
footer {
	padding-top: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	padding-bottom: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	background: #222;
}
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: 1%;
	z-index: 10;
	font-size: clamp(14px, calc(14px + 4 * ((100vw - 375px) / 1545)), 18px);
	letter-spacing: .14em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.page_top #goToTop {color: #0E6981;}
.page_top #goToTop:after {
	content: '';
	display: block;
	position: absolute;
	top: -55px;
	left: 55%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #0E6981;	
	transition: .3s ease all;
}
.page_top #goToTop:before {
	content: '';
	display: block;
	position: absolute;
	top: -44px;
	left: 55%;
	transform: translateX(-50%);
	width: 1px;
	height: 38px;
	background: #0E6981;
	transition: 0.3s ease all;
}
.page_top #goToTop:hover:after {top: -60px;}
.page_top #goToTop:hover:before {height: 43px;top: -50px;}