@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("remodal/remodal.css");
@import url("remodal/remodal-default-theme.css");

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

html {
	-webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

button,
input,
select,
textarea {
	margin: 0;
}

html,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: inherit;
}

img,
embed,
iframe,
object,
audio,
video {
	height: auto;
	max-width: 100%;
}

img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: bottom;
}

iframe {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
	text-align: left;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

b,
strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.cf:before,
.cf:after {
	content: "";
	display: block;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
	overflow: hidden;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.table_w {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.table_c {
	display: table-cell;
	vertical-align: top;
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.align_center {
	text-align: center !important;
}

.align_left {
	text-align: left !important;
}

.align_right {
	text-align: right !important;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

/* ===================================================================
	utility
=================================================================== */
.mt05 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.txt_c {
	text-align: center;
}

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

@media only screen and (min-width: 1081px) {
	.pc_tab {
		display: block;
	}

	.sp {
		display: none !important;
	}

	.sp_tab {
		display: none !important;
	}
}

@media only screen and (max-width: 1080px) {
	.pc_tab {
		display: block;
	}

	.pc {
		display: none !important;
	}

	.sp_tab {
		display: block !important;
	}

	.sp {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.pc {
		display: none !important;
	}

	.pc_tab {
		display: none !important;
	}

	.sp_tab {
		display: block !important;
	}

	.sp {
		display: block !important;
	}
}

@media only screen and (max-width: 640px) {
	#sp_menu {
		display: none;
		position: absolute;
		z-index: 100;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0;
		background: #fff;
		text-align: center;
		height: 100vh;
		padding: 40px 60px;
	}

	#sp_menu ul {
		padding: 30px 20px 0;
	}

	#sp_menu ul li {
		border-bottom: 2px solid #000;
	}

	#sp_menu ul li a {
		display: block;
		text-decoration: none;
		padding: 15px 0;
	}

	#sp_menu ul li span {
		display: inline-block;
		font-size: 10px;
		color: #060054;
		margin-left: 10px;
	}

	.logo2 {
		width: 140px;
		margin: 30px auto 0;
	}

	.header_menu {
		position: absolute;
		width: 55px;
		height: 55px;
		top: 0;
		right: 0;
		padding: 11px 0 0 12px;
		z-index: 200;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-trigger {
		position: relative;
		width: 30px;
		height: 30px;
	}

	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #000;
		border-radius: 4px;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 7px;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 15px;
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: 5px;
	}

	.menu-trigger span:nth-of-type(1) {
		-webkit-animation: menu-bar01 .5s forwards;
		animation: menu-bar01 .5s forwards;
	}

	@-webkit-keyframes menu-bar01 {
		0% {
			-webkit-transform: translateY(8px) rotate(-45deg);
		}

		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}

	@keyframes menu-bar01 {
		0% {
			transform: translateY(8px) rotate(-45deg);
		}

		100% {
			transform: translateY(0) rotate(0);
		}
	}

	.menu-trigger span:nth-of-type(2) {
		-webkit-animation: menu-bar02 .5s forwards;
		animation: menu-bar02 .5s forwards;
	}

	@-webkit-keyframes menu-bar02 {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes menu-bar02 {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.menu-trigger span:nth-of-type(3) {
		-webkit-animation: menu-bar03 .5s forwards;
		animation: menu-bar03 .5s forwards;
	}

	@-webkit-keyframes menu-bar03 {
		0% {
			-webkit-transform: translateY(-8px) rotate(45deg);
		}

		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}

	@keyframes menu-bar03 {
		0% {
			transform: translateY(-8px) rotate(45deg);
		}

		100% {
			transform: translateY(0) rotate(0);
		}
	}

	.menu-trigger::after {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		content: '';
		width: 16px;
		height: 16px;
		margin: -8px 0 0 -8px;
		border-radius: 50%;
		border: 1px solid rgba(204, 183, 86, 0.3);
		transition: all .1s;
		opacity: 0;
	}

	.menu-trigger.close::after {
		-webkit-animation: circle .5s;
		animation: circle .5s;
	}

	@-webkit-keyframes circle {
		0% {
			-webkit-transform: scale(0.1);
			opacity: 0;
		}

		50% {
			opacity: 1;
		}

		100% {
			-webkit-transform: scale(3.5);
			opacity: 0;
		}
	}

	@keyframes circle {
		0% {
			transform: scale(0.1);
			opacity: 0;
		}

		50% {
			opacity: 1;
		}

		100% {
			transform: scale(3.5);
			opacity: 0;
		}
	}

	.menu-trigger.close span:nth-of-type(1) {
		-webkit-animation: active-menu-bar01 .5s .5s forwards;
		animation: active-menu-bar01 .5s .5s forwards;
	}

	@-webkit-keyframes active-menu-bar01 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}

		100% {
			-webkit-transform: translateY(8px) rotate(-45deg);
		}
	}

	@keyframes active-menu-bar01 {
		0% {
			transform: translateY(0) rotate(0);
		}

		100% {
			transform: translateY(8px) rotate(-45deg);
		}
	}

	.menu-trigger.close span:nth-of-type(2) {
		-webkit-animation: active-menu-bar02 .5s .5s forwards;
		animation: active-menu-bar02 .5s .5s forwards;
	}

	@-webkit-keyframes active-menu-bar02 {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 0;
		}
	}

	@keyframes active-menu-bar02 {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 0;
		}
	}

	.menu-trigger.close span:nth-of-type(3) {
		-webkit-animation: active-menu-bar03 .5s .5s forwards;
		animation: active-menu-bar03 .5s .5s forwards;
	}

	@-webkit-keyframes active-menu-bar03 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}

		100% {
			-webkit-transform: translateY(-9px) rotate(45deg);
		}
	}

	@keyframes active-menu-bar03 {
		0% {
			transform: translateY(0) rotate(0);
		}

		100% {
			transform: translateY(-9px) rotate(45deg);
		}
	}
}


.l-inner {
	width: min(960px, 90%);
	margin-inline: auto;
}



/* 追従メニュー */
.fixed-menu_wrap {
	display: flex;
	align-items: stretch;
	width: min(850px, 90%);
	margin-inline: auto;
	gap: 1.5em;
	/* 初期は透明 */
	transition: opacity 0.4s ease, transform 0.4s ease;
	transform: translateY(0px);
	/* ふわっと下から出る感じ */
}

.fixed-menu_wrap.fixed {
	position: fixed;
	top: 10%;
	left: 0;
	right: 0;
	opacity: 1;
	/* 表示 */
	transform: translateY(8px);
	/* 元の位置へ */
}

.fixed-menu_wrap.fixed.none {
	opacity: 0;
	transform: translateY(-10px);
	/* 上に戻る動き */
	pointer-events: none;
}

.fixed-menu_wrap li {
	flex: 1;
	/* 横幅均等（不要なら消してOK） */
	display: flex;
	/* a を伸ばすために必要！ */
}

.fixed-menu_wrap li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	/* これも超重要！ a が li の高さに合わせて伸びる */
	padding: 1.5em 1em;
	color: #fff;
	background-image: linear-gradient(167deg, rgba(0, 167, 234, 1), rgba(0, 108, 184, 1) 22%, rgba(0, 73, 134, 1) 47%);
	font-size: 14px;
	text-align: center;
}






.si-mv-img {
	margin-bottom: clamp(4em, 5vw, 7em);

}

.mv-bnr {
	margin-bottom: clamp(4em, 5vw, 7em);
}

.sec1 {
	background-color: #eeefed;
	padding: 7% 0;
	margin-bottom: 5%;
}

.sec1 h2 {
	color: #00538d;
	font-size: clamp(17px, 3.2vw, 25px);
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	margin-bottom: 6%;
}

.sec1 h2 em {
	color: #00538d;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(30px, 7vw, 63px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.04em;
	display: block;
	margin-top: .2em;
}

.sec1 h2 span {
	color: #00538d;
	font-size: clamp(12px, 3vw, 14px);
	display: block;
	padding-top: .5em;
}

.sec1-txt {
	text-align: center;
	font-size: clamp(16px, 3vw, 18px);
	font-family: "Noto Serif JP", serif;
	line-height: 2;
	letter-spacing: 0.05em;

}

@media only screen and (max-width:768px) {
	.sec1-txt {
		text-align: left;
	}
}

.si-img2 {
	display: block;
	width: 90%;
	margin-inline: auto;
	margin-top: 10%;
}

@media only screen and (max-width:768px) {
	.si-img2 {
		width: 100%;
	}
}

.sec1-bg-white {
	background-color: #fff;
	padding: 4em 4em;
	margin-top: clamp(3em, 6vw, 6em);

}

@media only screen and (max-width:768px) {
	.sec1-bg-white {
		padding: 3em 2em;

	}
}

.sec1-bg-white dt {
	text-align: center;
	font-weight: 700;
	font-size: clamp(17px, 3.5vw, 30px);
	margin-bottom: 5%;
}

.sec1-bg-white dd p {
	font-size: clamp(16px, 3vw, 17px);
	margin-bottom: 2em;
	line-height: 2;
}

.sec2 {
	background-color: #f7f3ed;
	padding: 7% 0;
	margin-bottom: 5%;
}

.sec2 h2 {
	font-size: clamp(15px, 3.2vw, 25px);
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	margin-bottom: 6%;
}

.sec2 h2 em {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(23px, 5vw, 57px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.04em;
	display: block;
	margin-top: .2em;
}

.sec2 h2 span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(12px, 3vw, 14px);
}

.sec2-ttl {
	color: #c7000b;
	margin-top: 1.5em;
	font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium",
		"ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
	font-size: clamp(24px, 4vw, 44px);
	text-align: center;
	line-height: 1.2;
}

.sec2-ttl em {
	font-size: clamp(38px, 6vw, 77px);
	font-style: normal;
	font-weight: 700;
	display: inline-block;
	line-height: 1;
	vertical-align: -0.05em;
}

.sec2 dl {
	width: 90%;
	margin-inline: auto;
	margin-top: 4em;
}

@media only screen and (max-width:768px) {
	.sec2 dl {
		width: 100%;
		margin-top: 3em;
	}
}

.sec2 dt {
	font-size: clamp(20px, 3vw, 31px);
	text-align: left;
	font-weight: 700;
	margin-bottom: .5em;
}

.sec2 dd {
	font-size: clamp(16px, 3vw, 17px);
	line-height: 2;
}

.lightbox {
	display: none;
}

/* 20251208 追記 */
@media only screen and (max-width:640px) {
	.si-img3 {
    width: 80%;
    margin-inline: auto;
	}
}

.sec2-txt {
  display: block;
  width: fit-content;
  margin-top: 1.5em;
  margin-inline: auto;
  font-size: clamp(15px, 3.2vw, 25px);
  font-weight: 700;
  text-align: center;
}