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

 2025.06.30

--------------------------------------------*/
/* Times New Roman */
@import url("https://use.typekit.net/dcb1wxk.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",  "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: #333;
}
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: #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",  "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 + 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;}
.AOTFRyuminPr6NLKL {font-family: "a-otf-ryumin-pr6n", serif;font-weight: 300;font-style: normal;}
.TimesNewRomanR {font-family: "times-new-roman", sans-serif;font-weight: 400;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(60px, calc(60px + 90 * ((100vw - 375px) / 1545)), 150px);
	padding-bottom: clamp(50px, calc(50px + 90 * ((100vw - 375px) / 1545)), 140px);
}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.title_common {position: relative;background: #003F97;}
.title_common::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 50%);
	width: clamp(80px, calc(80px + 30 * ((100vw - 375px) / 1545)), 110px);
	height: 60px;
	background: url(img/common/Icon_ribbon.svg) no-repeat center / 100%;
}
.title_common h2 {
	display: block;
	position: relative;
	padding-top: clamp(40px, calc(40px + 20 * ((100vw - 375px) / 1545)), 60px);
	padding-bottom: clamp(40px, calc(40px + 20 * ((100vw - 375px) / 1545)), 60px);
	color: #fff;
	font-size: clamp(25px, calc(25px + 20 * ((100vw - 375px) / 1545)), 45px);
	text-align: center;
}
.title_common h2::before,
.title_common h2::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: clamp(2px, calc(2px + 3 * ((100vw - 375px) / 1545)), 5px);
	background: rgba(247, 185, 113, 70%);
}
.title_common h2::before {top: 15px;}
.title_common h2::after {bottom: 15px;}
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: 24px 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 {width: clamp(147px, calc(147px + 100 * ((100vw - 375px) / 1545)), 247px);}
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 + 50 * ((100vw - 375px) / 1545)), 60px);}
header nav ul li a {
	position: relative;
	color: #003F97;
	font-size: clamp(14px, calc(14px + 4 * ((100vw - 375px) / 1545)), 18px);
	text-align: center;
}
header nav ul li a::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background: #003F97;
	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 a.entry {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: clamp(100px, calc(100px + 168 * ((100vw - 375px) / 1545)), 268px);
	padding: clamp(10px, calc(10px + 10 * ((100vw - 375px) / 1545)), 20px) 0;
	overflow: hidden;
	border: 1px solid #003F97;
	border-radius: 4em;
	background: #003F97;
	color: #fff;
	font-size: clamp(18px, calc(18px + 6 * ((100vw - 375px) / 1545)), 24px);
	letter-spacing: .1em;
	text-align: center;
}
header nav a.entry:hover {background-position: 99% 50%;color: #003F97;}
header nav a.entry::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -5;
	transform-origin: left top;
	transform: scale(0, 1);
	background: #fff;
	transition: transform .3s;
}
header nav a.entry: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: #003F97;
		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: 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;margin-bottom: 20px;}
	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.clicked a.entry {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: 20px;
		transform: translateY(-50%);
		z-index: 20;
		width: 40px;
		height: 40px;
		border-radius: 5px;
		cursor: pointer;
	}
	#sp-menu a {display: block;position: relative;width: 40%;height: 14px;}
	#sp-menu span {
		display: inline-block;
		position: absolute;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 2px;
		background: #003F97;
		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: #003F97;
		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: 30px 0;background: #003F97;}
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: #003F97;	
	transition: .3s ease all;
}
.page_top #goToTop:before {
	content: '';
	display: block;
	position: absolute;
	top: -44px;
	left: 49.5%;
	width: 1px;
	height: 38px;
	background: #003F97;
	transition: 0.3s ease all;
}
.page_top #goToTop:hover:after {top: -60px;}
.page_top #goToTop:hover:before {height: 43px;top: -50px;}