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

 2025.01.06

--------------------------------------------*/
/* kaiseiopti */
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: inline-block;
	outline:none;
	color: #222;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
    transition: all .3s ease;
}
input,
input[type="submit"],
input[type="button"],
input[type="text"],
button {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	outline: none;
	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;
}
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;
	display: none;
}
/*------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #222;
	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.5;}
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;}
.kaisei-opti-bold {font-family: "Urbanist", sans-serif;font-weight: 500;font-style: normal;}
.kaisei-opti-bold {font-family: "Urbanist", sans-serif;font-weight: 700;font-style: normal;}
.inner {width: 90%;max-width: 1120px;margin: 0 auto;}
.blank {
	padding-top: clamp(70px, calc(70px + 80 * ((100vw - 375px) / 1545)), 150px);
	padding-bottom: clamp(70px, calc(70px + 80 * ((100vw - 375px) / 1545)), 150px);
}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.title {
	margin-bottom: clamp(40px, calc(40px + 36 * ((100vw - 375px) / 1545)), 76px);
	text-align: center;
}
.title .en {
	display: block;
	margin-bottom: clamp(5px, calc(5px + 5 * ((100vw - 375px) / 1545)), 10px);
	font-size: clamp(28px, calc(28px + 20 * ((100vw - 375px) / 1545)), 48px);
	letter-spacing: .1em;
	text-align: center;
}
.title .jp {
	display: inline-block;
	padding: 5px 25px;
	background: #01479D;
	color: #fff;
	font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 1545)), 16px);
	letter-spacing: .1em;
	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;}
}
.kaisei-opti-regular {
  font-family: "Kaisei Opti", serif;
  font-weight: 400;
  font-style: normal;
}

.kaisei-opti-bold {
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-style: normal;
}
.source-code-pro{
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
}
.source-code-proB{
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: bold;
}
/*--------------------------------------------------

    header

--------------------------------------------------*/
header {
	display: flex;
	align-items: center;
	position: fixed;
	top: 15px;
	right: 20px;
	left: 20px;
	z-index: 9;
	padding: 10px 30px;
	border-radius: 3em;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
	background: #fff;
	transition: .3s;
}
header .logo {width: clamp(100px, calc(100px + 87 * ((100vw - 375px) / 1545)), 187px);}
header nav {width: 100%;}
header nav ul {display: flex;align-items: center;justify-content: flex-end;}
header nav ul li {margin-left: 2%;line-height: 1;}
header nav ul li a {
	position: relative;
	font-size: clamp(10px, calc(10px + 2 * ((100vw - 375px) / 1545)), 12px);
	text-align: center;
}
header nav ul li a:hover {color: #01479D;}
header nav ul li a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: #01479D;
	transition: .5s;
}
header nav ul li a.link-current::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 10px;
	overflow: hidden;
	border: 1px solid #01479D;
	border-radius: 40px;
	background: #01479D;
	color: #fff;
	font-size: clamp(16px, calc(16px + 8 * ((100vw - 375px) / 1545)), 24px);
	letter-spacing: .1em;
}
header nav ul li:last-child a:hover {background-position: 99% 50%;color: #01479D;}
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 nav ul li a span {
	display: block;
	margin-top: 10px;
	font-size: 1.334em;
	letter-spacing: .1em;
	text-align: center;
}
header nav ul li a span img {
	width: clamp(10px, calc(10px + 6 * ((100vw - 375px) / 1545)), 16px);
	margin-left: clamp(5px, calc(5px + 5 * ((100vw - 375px) / 1545)), 10px);
	vertical-align: text-top;
}
#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;
		background: #FFF6FB;
		visibility: hidden;
		transition: opacity 0.4s, visibility 0.4s;
		cursor: pointer;
		user-select: none;
	}
	#js-black-bg.clicked {opacity: .5;visibility: visible;}
	header {height: 70px;box-shadow: 0 0 20px rgba(0, 0, 0, 16%);background: #fff;}
	header .logo {width: 100px;}
	header nav {
		display: block;
		position: absolute;
		top: 120%;
		right: -100vw;
		z-index: 10;
		width: 70%;
		max-width: 400px;
		padding: 30px;
		box-shadow: none;
		border-radius: 20px;
		background: #fff;
		text-align: center;
		transition: all .5s linear;
	}
	header nav.clicked {right: 0;}
	header nav ul {display: block;}
	header nav ul li {width: 100%;margin: 0;border-bottom: 1px solid #D9D9D9;}
	header nav ul li:last-child {border-bottom: none;}
	header nav.clicked ul li {opacity: 0;animation: fadeRigth .5s ease forwards;}
	@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: 10px;}
	header nav ul li:last-child a {width: 100%;margin-top: 10px;}
	header nav ul li a::after {bottom: 0;}
	#sp-menu {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 50%;
		right: 20px;
		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: #01479D;
		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: #01479D;
		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 {padding: 48px 0 11px;background: #606060;}
footer p {
	margin-bottom: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	color: #fff;
	font-size: 1rem;
	letter-spacing: .1em;
	text-align: center;
}
footer p a {color: #fff;}
footer ul {
	display: flex;
	justify-content: center;
	margin-bottom: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
}
footer ul li:nth-child(1) {margin-right: 30px;padding-right: 30px;border-right: 1px solid #fff;}
footer ul li a {color: #fff;font-size: clamp(12px, calc(12px + 2 * ((100vw - 375px) / 1545)), 14px);}
footer ul li a:hover {color: #01479D;}
footer small {display: block;color: #fff;font-size: 1rem;letter-spacing: .1em;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: 54%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #01479D;	
	transition: .3s ease all;
}
.page_top #goToTop:before {
	content: '';
	display: block;
	position: absolute;
	top: -44px;
	left: 53.5%;
	width: 1px;
	height: 38px;
	background: #01479D;
	transition: 0.3s ease all;
}
.page_top #goToTop:hover:after {top: -60px;}
.page_top #goToTop:hover:before {height: 43px;top: -50px;}