html {
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	color: #1a1a1a;
	font-family: "Noto Serif JP", serif;
	font-feature-settings: "clig" off, "liga" off;
	font-size: 16px;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
}

body.is-fixed {
	overflow: hidden;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

a {
	color: inherit;
	transition: opacity 0.5s;
}

a:hover {
	opacity: 0.7;
}

a:focus {
	outline: 1px auto #1a1a1a;
}

.wrap {
	overflow: hidden;
}

.content {
	position: relative;
}

.content_2 {
	background: url(../img/bg.png) no-repeat top center/cover;
	min-height: 100vh;
	min-height: 100dvh;
}

.container {
	padding-block: min(20.5128205128vw, 80px) min(25.641025641vw, 100px);
	padding-inline: 20px;
}

.sp {
	display: block;
}

.pc {
	display: none;
}

.visible-pc {
	display: none;
}

.section_title {
	font-size: min(7.1794871795vw, 28px);
	font-style: normal;
	font-weight: 500;
	margin-bottom: min(10.2564102564vw, 40px);
	padding-bottom: min(4.1025641026vw, 16px);
	position: relative;
	text-align: center;
}

.section_title::after {
	background: #A70101;
	bottom: 0;
	content: "";
	height: min(0.6896551724vw, 2px);
	inset-inline: 0;
	margin-inline: auto;
	position: absolute;
	width: min(6.1538461538vw, 24px);
}

.section_title_adjust {
	font-size: clamp(24px, 6.1538461538vw, 28px);
}

.button_1 {
	align-items: center;
	border: 1px solid #1A1A1A;
	display: flex;
	justify-content: center;
	margin-inline: auto;
	padding-block: 3.0769230769vw;
	padding-inline: 3em;
	width: -moz-fit-content;
	width: fit-content;
}

.button_1_text {
	display: inline-block;
	font-size: min(4.6153846154vw, 18px);
	font-style: normal;
	font-weight: 400;
	position: relative;
}

.button_1_text::after {
	border-right: 1px solid #1a1a1a;
	border-top: 1px solid #1a1a1a;
	content: "";
	height: 0.3em;
	inset-block: 0;
	margin-block: auto;
	position: absolute;
	right: max(-6.1538461538vw, -24px);
	transform: rotate(45deg);
	width: 0.3em;
}

.header {
	align-items: center;
	background: #FFF;
	border-bottom: 1px solid #F1F1F1;
	display: flex;
	justify-content: space-between;
	padding-block: 10px;
	padding-inline: 20px;
}

.header_logo {
	display: block;
	width: min(20.5128205128vw, 140px);
}

.header_button {
	height: 3.8461538462vw;
	position: relative;
	width: 5.1282051282vw;
	z-index: 41;
}

.header_button.is-active span:nth-child(1) {
	top: 50%;
	transform: rotate(45deg);
}

.header_button.is-active span:nth-child(2) {
	display: none;
}

.header_button.is-active span:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg);
}

.header_button span {
	background: #1a1a1a;
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.header_button span:nth-child(1) {
	top: 0;
}

.header_button span:nth-child(2) {
	top: 50%;
}

.header_button span:nth-child(3) {
	top: 100%;
}

.header_nav {
	align-items: center;
	background: #fff url(../img/bg.png) no-repeat center center/cover;
	display: flex;
	flex-direction: column;
	gap: 40px;
	height: 100vh;
	height: 100dvh;
	left: 100%;
	overflow: auto;
	padding-block: 100px;
	position: absolute;
	scrollbar-width: none;
	top: 0;
	transition: 0.5s left;
	white-space: nowrap;
	width: 100%;
	z-index: 40;
	-ms-overflow-style: none;
}

.header_nav::-webkit-scrollbar {
	display: none;
}

.header_nav.is-active {
	left: 0;
}

.header_link {
	display: block;
	font-style: normal;
	font-weight: 500;
}

.header_link_contact {
	align-items: center;
	background: #1D0F00;
	color: #FFF;
	display: flex;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	justify-content: center;
	padding: 13px 28px;
	width: -moz-fit-content;
	width: fit-content;
}

.header_link_tel {
	display: inline-block;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 1.2em;
	position: relative;
}

.header_link_tel::before {
	background: url(../img/icon-tel.svg) no-repeat center center/contain;
	content: "";
	height: 1em;
	inset-block: 0;
	left: 0;
	margin-block: auto;
	position: absolute;
	width: 1em;
}

.pagination_item {
	align-items: center;
	display: flex;
	justify-content: center;
}

.pagination_link {
	display: inline-block;
	font-size: min(4.6153846154vw, 18px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.pagination_link.is-current {
	color: #BF0000;
	pointer-events: none;
}

.pagination_link.is-next {
	height: min(4.6153846154vw, 18px);
	margin-left: 10px;
	width: min(4.6153846154vw, 18px);
}

.top_news_list {
	display: flex;
	flex-direction: column;
	gap: min(8.2051282051vw, 32px);
}

.top_news_link {
	border-bottom: 1px solid #1a1a1a;
	display: flex;
	font-size: min(4.1025641026vw, 16px);
	padding-bottom: 0.9722222222vw;
	padding-inline: 1.1111111111vw;
}

.top_news_date {
	flex-shrink: 0;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 7em;
}

.top_news_title {
	flex-grow: 1;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.top_news_2 {
	margin-top: 40px;
}

.top_info_list {
	display: grid;
	gap: 27px 24px;
	grid-template-columns: repeat(2, 1fr);
}

.top_access_body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: min(15.3846153846vw, 60px);
}

.top_access_info {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.top_access_title {
	display: flex;
	flex-direction: column;
	gap: min(3.3333333333vw, 13px);
}

.top_access_title_sub {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 27.2px; /* 170% */
}

.top_access_title_main {
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 100% */
}

.top_access_address {
	display: flex;
	flex-direction: column;
	gap: 0.3em;
	margin-top: min(4.358974359vw, 17px);
}

.top_access_note {
	display: flex;
	flex-direction: column;
	gap: min(4.1025641026vw, 16px);
	margin-top: min(6.1538461538vw, 24px);
	padding-left: 1.3em;
}

.top_access_note_accent {
	font-size: min(4.6153846154vw, 18px);
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	position: relative;
}

.top_access_note_accent::before {
	background: #BF0000;
	content: "";
	height: 1px;
	inset-block: 0;
	left: -1em;
	margin-block: auto;
	position: absolute;
	width: 0.7em;
}

.top_access_map {
	height: 80vw;
	width: 90%;
}

.footer {
	background: #1a1a1a;
	color: #fff;
	padding-block: min(16.4102564103vw, 64px) min(7.1794871795vw, 28px);
	padding-inline: 30px;
}

.footer_inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: min(10.2564102564vw, 40px);
	justify-content: center;
}

.footer_1 {
	display: flex;
	flex-direction: column;
}

.footer_1_title {
	display: flex;
	flex-direction: column;
	gap: min(3.3333333333vw, 13px);
}

.footer_1_title_sub {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.footer_1_title_main {
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
}

.footer_1_address {
	display: flex;
	flex-direction: column;
	gap: 0.3em;
	margin-top: min(4.358974359vw, 17px);
}

.footer_2 {
	display: grid;
	gap: min(9.2307692308vw, 36px) min(7.6923076923vw, 30px);
	grid-template-columns: repeat(2, auto);
}

.footer_link {
	font-size: min(4.1025641026vw, 16px);
	font-style: normal;
	font-weight: 500;
}

.footer_3 {
	display: block;
	margin-top: min(16.4102564103vw, 64px);
	text-align: center;
}

.footer_3 small {
	font-size: min(3.5897435897vw, 14px);
}

.about_tab {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
	justify-content: center;
	margin-bottom: min(15.3846153846vw, 60px);
	margin-inline: auto;
}

.about_tab_link {
	display: inline-block;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	position: relative;
}

.about_tab_link:not(:first-child)::after {
	background: #1a1a1a;
	content: "";
	height: 100%;
	left: -15px;
	position: absolute;
	top: 0;
	transform: rotate(15deg);
	width: 1px;
}

.about_tab_link.is-active {
	color: #A70101;
	pointer-events: none;
}

.about_area {
	display: none;
}

.about_area.is-active {
	display: block;
}

.about_1_head {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px; /* 200% */
	text-align: center;
}

.about_1_body {
	margin-top: min(7.6923076923vw, 30px);
}

.about_1_body p {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 200% */
}

.about_1_body p:not(:last-child) {
	margin-bottom: 2em;
}

.about_1_body p:last-child {
	background: linear-gradient(transparent 50%, #FFDCDC 50%);
	display: inline;
	font-size: 20px;
}

.about_1_images {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: min(7.6923076923vw, 30px);
	margin-inline: auto;
	margin-top: min(10.2564102564vw, 40px);
	width: 90%;
}

.about_1_2_img {
	max-width: 50%;
}

.about_1_5_img {
	max-width: 50%;
}

.about_2_1_body {
	display: flex;
	flex-direction: column;
	gap: min(5.1282051282vw, 20px);
}

.about_2_1_text {
	font-size: 18px;
	line-height: 36px;
}

.about_2_1_1_img {
	display: block;
	margin-inline: auto;
	max-width: 500px;
	width: 100%;
}

.about_2_2 {
	margin-top: min(25.641025641vw, 180px);
}

.about_2_2_note {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 18px;
}

.about_2_2_list {
	display: flex;
	flex-direction: column;
	gap: 2em;
	margin-top: 2em;
}

.about_2_2_item dt {
	color: #BF0000;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
}

.about_2_2_item dd {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
}

.about_2_2_images {
	display: flex;
	flex-direction: column;
	gap: min(10.2564102564vw, 40px);
	margin-inline: auto;
	margin-top: min(10.2564102564vw, 40px);
	width: 60%;
}

.about_2_3 {
	margin-top: min(25.641025641vw, 180px);
}

.about_2_3_body {
	font-style: normal;
	font-weight: 500;
}

.about_2_3_list_1 li {
	font-size: 22px;
	line-height: 50px;
}

.about_2_3_note {
	font-size: 22px;
	line-height: 44px;
	margin-top: 2em;
}

.about_2_3_list_2 {
	margin-top: 1em;
}

.about_2_3_list_2 li {
	font-size: 20px;
	line-height: 40px;
}

.about_2_3_list_2 li:last-child {
	text-align: right;
}

.about_3_1_body {
	display: flex;
	flex-direction: column;
	gap: min(16.4102564103vw, 64px);
}

.about_3_1_1_item,
.about_3_1_2_item,
.about_3_1_3_item {
	display: flex;
	flex-direction: column;
	gap: min(7.6923076923vw, 30px);
}

.about_3_1_1_text,
.about_3_1_2_text,
.about_3_1_3_text {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
}

.about_3_1_1_img,
.about_3_1_2_img,
.about_3_1_3_img {
	margin-inline: auto;
}

.about_3_1_1_img {
	width: 50%;
}

.about_3_1_2_img {
	width: 60%;
}

.about_3_1_2_item {
	flex-direction: column-reverse;
}

.about_3_1_2_text img {
	vertical-align: baseline;
}

.about_3_2 {
	margin-top: min(25.641025641vw, 180px);
}

.about_3_2_list li {
	font-size: 18px;
}

.about_3_2_list li:not(:first-child) {
	margin-top: 1.5em;
}

.service-1_1_item {
	display: flex;
	flex-direction: column;
	gap: min(10.7692307692vw, 42px);
}

.service-1_1_text {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
}

.service-1_1_img {
	margin-inline: auto;
	width: 80%;
}

.service-1_2 {
	margin-top: min(25.641025641vw, 180px);
}

.service-1_2_body {
	margin-inline: auto;
	max-width: 600px;
	padding-inline: 20px;
}

.service-1_2_list {
	display: grid;
	gap: 1em min(7.6923076923vw, 30px);
	grid-template-columns: repeat(1, 1fr);
}

.service-1_2_list li {
	font-size: 18px;
	padding-left: 1em;
	position: relative;
}

.service-1_2_list li::before {
	background: #1a1a1a;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0.5em;
	width: 4px;
}

.service-1_3 {
	margin-top: min(25.641025641vw, 180px);
}

.service-1_3_body {
	display: flex;
	flex-direction: column;
	gap: min(10.2564102564vw, 40px);
}

.service-1_3_text {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	margin-top: min(32.8205128205vw, 128px);
	text-align: center;
}

.service-2_1_item {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: min(10.2564102564vw, 40px);
	justify-content: center;
}

.service-2_1_text {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
}

.service-2_1_img {
	margin-inline: auto;
	max-width: 30%;
}

.service-2_2 {
	margin-top: min(25.641025641vw, 180px);
}

.service-2_2_body {
	display: flex;
	flex-direction: column;
	gap: min(10.2564102564vw, 40px);
	margin-inline: auto;
	max-width: 300px;
}

.service-2_2_list_1 {
	display: grid;
	gap: 1em min(7.6923076923vw, 30px);
	grid-template-columns: repeat(1, 1fr);
}

.service-2_2_list_1 li {
	font-size: 18px;
	padding-left: 1em;
	position: relative;
}

.service-2_2_list_1 li::before {
	background: #1a1a1a;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0.5em;
	width: 4px;
}

.service-2_2_text {
	display: inline-block;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	margin-top: min(12.3076923077vw, 48px);
	padding-left: 1.2em;
	position: relative;
}

.service-2_2_text::before {
	background: #BF0000;
	content: "";
	height: 1px;
	inset-block: 0;
	left: 0;
	margin-block: auto;
	position: absolute;
	width: 1em;
}

.service-2_2_list_2 {
	display: grid;
	gap: 1em min(10.2564102564vw, 40px);
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.5em;
	width: -moz-fit-content;
	width: fit-content;
}

.service-2_2_list_2 li {
	font-size: 18px;
	padding-left: 1em;
	position: relative;
}

.service-2_2_list_2 li::before {
	background: #1a1a1a;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0.5em;
	width: 4px;
}

.service-2_2_note {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	margin-top: min(6.1538461538vw, 24px);
}

.service-2_2_img {
	margin-inline: auto;
	max-width: 500px;
	width: 100%;
}

.service-2_3 {
	margin-top: min(25.641025641vw, 180px);
}

.service-2_3_body {
	display: grid;
	gap: min(20.5128205128vw, 80px);
	grid-template-columns: repeat(1, 1fr);
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.schedule_note {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}

.schedule_list {
	display: flex;
	flex-direction: column;
	margin-top: min(7.6923076923vw, 30px);
}

.schedule_item {
	border-left: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
}

.schedule_1 {
	border-bottom: none;
}

.schedule_images {
	display: flex;
	flex-direction: column;
	gap: min(7.6923076923vw, 30px);
	margin-inline: auto;
	margin-top: min(15.3846153846vw, 60px);
	max-width: 390px;
}

.facility_note {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
}

.facility_1_img {
	display: block;
	margin-inline: auto;
	margin-top: min(5.1282051282vw, 20px);
	max-width: 820px;
	width: 100%;
}

.facility_2 {
	margin-top: min(25.641025641vw, 180px);
}

.facility_2_body {
	display: flex;
	flex-direction: column;
	gap: min(10.2564102564vw, 40px);
}

.facility_2_text {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
}

.facility_2_img {
	display: block;
	margin-inline: auto;
	max-width: 500px;
	width: 100%;
}

.facility_3 {
	margin-top: min(25.641025641vw, 180px);
}

.facility_3_body {
	display: flex;
	flex-direction: column;
	gap: min(10.2564102564vw, 40px);
}

.facility_3_text {
	display: flex;
	flex-direction: column;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	gap: min(10.2564102564vw, 40px);
	line-height: 36px;
}

.facility_3_item {
	display: flex;
	gap: 10px;
	max-width: 390px;
}

.facility_3_item dt {
	width: 50%;
}

.facility_3_item dd {
	width: 50%;
}

.facility_3_img {
	display: block;
	margin-inline: auto;
	max-width: 500px;
	width: 100%;
}

.gallery {
	margin-inline: auto;
	max-width: 500px;
	width: 100%;
}

.gallery_head {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}

.gallery_items {
	display: grid;
	gap: min(9.2307692308vw, 36px);
	grid-template-columns: repeat(1, 1fr);
	margin-top: min(7.6923076923vw, 30px);
}

.links {
	display: grid;
	gap: 31px;
	grid-template-columns: repeat(1, 1fr);
}

.links_item {
	border-bottom: 1px solid #1a1a1a;
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-bottom: 20px;
}

.links_item_title {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}

.links_item_link {
	color: #A70101;
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 18px */
	text-decoration-line: underline;
}

.contact_head {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
}

.contact_buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	margin-inline: auto;
	margin-top: min(7.6923076923vw, 30px);
	max-width: 500px;
	width: 100%;
}

.form_wrapper {
	margin-top: min(10.2564102564vw, 40px);
}

.form_wrapper br {
	display: none;
}

.form_fields {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.form_field {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.form_label p {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 5px;
}

.form_label_tag {
	color: #1A1A1A;
	font-family: "Noto Serif JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 18px */
}

.form_label_required {
	background: #0063BF;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	padding: 2px 4px;
}

.form_field_item {
	width: 100%;
}

.form_text,
.form_textarea {
	background: #F4F4F4;
	border: 1px solid #1a1a1a;
	box-shadow: 0 0 0 1000px #F4F4F4 inset !important;
	font-size: 14px;
	padding-block: 12px;
	padding-inline: 16px;
	width: 100%;
}

.form_text::-moz-placeholder,
.form_textarea::-moz-placeholder {
	color: #646464;
	font-family: "Noto Serif JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 18px */
}

.form_text::placeholder,
.form_textarea::placeholder {
	color: #646464;
	font-family: "Noto Serif JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 18px */
}

.form_text_adjust::-moz-placeholder,
.form_textarea_adjust::-moz-placeholder {
	font-size: clamp(13px, 3.5897435897vw, 14px);
}

.form_text_adjust::placeholder,
.form_textarea_adjust::placeholder {
	font-size: clamp(13px, 3.5897435897vw, 14px);
}

.form_text:focus,
.form_textarea:focus {
	outline: 1px auto #1a1a1a;
}

.form_policy {
	margin-top: 30px;
	text-align: center;
}

.form_box {
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
}

.form_checkbox_text {
	line-height: normal;
	padding-left: 2em;
	position: relative;
}

.form_checkbox_text::before,
.form_checkbox_text::after {
	content: "";
	inset-block: 0;
	margin-block: auto;
	position: absolute;
}

.form_checkbox_text::before {
	border: 1px solid #000;
	height: 1em;
	left: 0;
	width: 1em;
}

.form_checkbox_text::after {
	border-bottom: 2px solid #1a1a1a;
	border-left: 2px solid #1a1a1a;
	bottom: 7px;
	height: 9px;
	left: 1px;
	opacity: 0;
	transform: rotate(-45deg);
	width: 17px;
}

.form_checkbox_text.focus::before {
	outline: 1px solid #1a1a1a;
}

.form_checkbox_text.checked::after {
	opacity: 1;
}

.form_checkbox_text,
.form_checkbox_link {
	color: #1A1A1A;
	font-family: "Noto Serif JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
}

.form_checkbox_link {
	text-decoration: underline;
}

.form_submit {
	margin-top: 10px;
	text-align: center;
}

.form_submit_note {
	color: #1A1A1A;
	font-family: "Noto Serif JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	text-align: center;
}

.form_button {
	background: #BF0000 url(../img/icon-arrow-right.svg) no-repeat center right 21%/10px 10px;
	border: 1px solid #BF0000;
	color: #fff;
	display: inline-block;
	font-size: min(4.6153846154vw, 18px);
	font-style: normal;
	font-weight: 400;
	margin-top: 20px;
	padding-block: 21px;
	padding-inline: 94px;
	position: relative;
}

.form_button[disabled] {
	opacity: 0.4;
	pointer-events: none;
}

.wpcf7-spinner {
	position: absolute;
}

.policy_list {
	display: flex;
	flex-direction: column;
	gap: min(12.3076923077vw, 48px);
}

.policy_item {
	display: flex;
	flex-direction: column;
	gap: min(4.358974359vw, 17px);
}

.policy_item dt {
	border-bottom: 2px solid #BF0000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	padding-bottom: 16px;
}

.policy_item dd {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 200%; /* 32px */
}

.policy_item dd a {
	text-decoration: underline;
}

.news-archive_wrapper {
	display: flex;
	flex-direction: column;
	gap: min(7.9487179487vw, 31px);
}

.news-archive_link {
	border-bottom: 1px solid #1a1a1a;
	display: flex;
	font-size: min(4.1025641026vw, 16px);
	padding-bottom: 0.9722222222vw;
	padding-inline: 1.1111111111vw;
}

.news-archive_date {
	flex-shrink: 0;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 7em;
}

.news-archive_title {
	flex-grow: 1;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.news-archive_2 {
	display: block;
	margin-inline: auto;
	margin-top: 16.4102564103vw;
	width: 69.4871794872vw;
}

.pagination {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 40px;
}

.pagination .prev,
.pagination .next {
	height: 1em;
	padding-top: 0.1em;
	width: 1em;
}

.pagination .current {
	color: #BF0000;
}

.pagination .page-numbers {
	display: inline-block;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.news-single_head {
	border-bottom: 1px solid #BF0000;
	display: flex;
	gap: min(5.1282051282vw, 20px);
	padding-bottom: 0.9722222222vw;
	padding-inline: 1.1111111111vw;
}

.news-single_date {
	flex-shrink: 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.news-single_title {
	flex-grow: 1;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.news-single_body {
	margin-top: 20px;
}

.news-single_body p {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
}

.news-single_button {
	margin-top: 30px;
}

.topics-archive_wrapper {
	display: grid;
	gap: 40px 20px;
	grid-template-columns: repeat(1, 1fr);
	margin-inline: auto;
	max-width: 500px;
}

.topics-archive_link {
	aspect-ratio: 315/132;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 2px 2px 10px lightgray;
	/* display: flex;
	flex-direction: column; */
	overflow: hidden;
}

.topics-archive_link:hover .topics-archive_img img {
	transform: scale(1.1);
}

.topics-archive_img {
	height: 56%;
	overflow: hidden;
}

.topics-archive_img img {
	aspect-ratio: 315/168;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.5s;
}

.topics-archive_img .no-img {
	-o-object-fit: contain;
	object-fit: contain;
}

.topics-archive_meta {
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* height: 44%; */
	padding-block: 12px;
	padding-inline: 12px;
}

.topics-archive_date {
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 16px */
}

.topics-archive_title {
	display: -webkit-box;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 28.8px */
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.topics-single_head {
	border-bottom: 1px solid #BF0000;
	display: flex;
	gap: min(5.1282051282vw, 20px);
	padding-bottom: 0.9722222222vw;
	padding-inline: 1.1111111111vw;
}

.topics-single_date {
	flex-shrink: 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.topics-single_title {
	flex-grow: 1;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.topics-single_body {
	margin-top: 20px;
}

.topics-single_body img {
	display: block;
	margin-inline: auto;
	width: 80%;
}

.topics-single_text {
	margin-top: 20px;
}

.topics-single_text p {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
}

.topics-single_button {
	margin-top: 30px;
}

.page-404_head {
	border-left: 4px solid #1a1a1a;
	font-size: 30px;
	font-weight: 700;
	padding-block: 4px;
	padding-left: 10px;
}

.page-404_body {
	margin-top: 30px;
}

.page-404_body + .page-404_body {
	border-top: 2px solid #1a1a1a;
	padding-top: 20px;
}

.page-404_text {
	font-size: 18px;
	line-height: 1.5em;
}

.page-404_menu {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	width: 100%;
}

.page-404_nav_items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1em;
}

.page-404_link {
	color: #1a1a1a;
	display: inline-block;
	padding-block: 5px;
	padding-inline: 18px;
	position: relative;
}

.page-404_link::before {
	color: #1a1a1a;
	content: ">    ";
	left: 0;
	position: absolute;
}

@media screen and (min-width: 768px) {

.container {
	margin-inline: auto;
	max-width: 1060px;
	padding-block: min(8.8888888889vw, 128px);
	padding-inline: 30px;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

.section_title {
	font-size: clamp(35px, 2.7777777778vw, 40px);
	margin-bottom: 4.5833333333vw;
	padding-bottom: min(1.8055555556vw, 26px);
}

.button_1 {
	padding-block: min(1.1111111111vw, 16px);
}

.button_1_text {
	font-size: min(5.1282051282vw, 20px);
}

.header_nav {
	gap: 70px;
	padding-block: 150px;
}

.header_link {
	font-size: 24px;
}

.header_link_tel {
	font-size: 22px;
	pointer-events: none;
}

.pagination_link {
	font-size: min(1.5277777778vw, 22px);
}

.pagination_link.is-next {
	height: min(1.5277777778vw, 22px);
	margin-left: 20px;
	width: min(1.5277777778vw, 22px);
}

.top_news_link {
	font-size: min(6.1538461538vw, 24px);
}

.top_news_2 {
	margin-top: 60px;
}

.top_info_list {
	grid-template-columns: repeat(4, 1fr);
}

.top_access_title_sub {
	font-size: 22px;
}

.top_access_title_main {
	font-size: 42px;
}

.top_access_address {
	font-size: 20px;
	margin-top: min(6.1538461538vw, 24px);
}

.top_access_note {
	font-size: 20px;
}

.top_access_note_accent {
	font-size: 24px;
}

.footer_1_title_sub {
	font-size: 22px;
}

.footer_1_title_main {
	font-size: 42px;
}

.footer_1_address {
	font-size: 20px;
	margin-top: min(6.1538461538vw, 24px);
}

.about_tab {
	gap: 78px;
	margin-bottom: min(24.6153846154vw, 96px);
}

.about_tab_link {
	font-size: 28px;
}

.about_tab_link:not(:first-child)::after {
	left: -39px;
	width: 2px;
}

.about_1_head {
	font-size: 24px;
	line-height: 48px;
}

.about_1_body p {
	font-size: 20px;
	line-height: 36px;
}

.about_1_body p:last-child {
	font-size: 24px;
	line-height: 44px;
}

.about_1_images {
	width: 100%;
}

.about_1_2_img {
	max-width: 100%;
}

.about_1_5_img {
	max-width: 100%;
}

.about_2_1_body {
	align-items: flex-start;
	flex-direction: row;
}

.about_2_1_text {
	font-size: 20px;
	line-height: 40px;
}

.about_2_1_1_img {
	max-width: 100%;
}

.about_2_2_note {
	font-size: 20px;
}

.about_2_2_item dt {
	font-size: 24px;
	line-height: 48px;
}

.about_2_2_item dd {
	font-size: 20px;
	line-height: 40px;
}

.about_2_2_images {
	width: 100%;
}

.about_3_2_list li {
	font-size: 22px;
}

.service-1_2_body {
	max-width: 100%;
}

.service-1_2_list {
	gap: 1em min(13.8461538462vw, 54px);
	grid-template-columns: repeat(2, auto);
}

.service-1_2_list li {
	font-size: 22px;
}

.service-1_3_body {
	flex-direction: row;
}

.service-1_3_text {
	font-size: 28px;
}

.service-2_1_item {
	flex-direction: row;
}

.service-2_1_img {
	flex-shrink: 0;
	max-width: 100%;
	width: 108px;
}

.service-2_2_body {
	max-width: min(78.125vw, 800px);
}

.service-2_2_list_1 {
	gap: 1em min(3.75vw, 54px);
	grid-template-columns: repeat(2, auto);
}

.service-2_2_list_1 li {
	font-size: 22px;
}

.service-2_2_list_2 {
	gap: 1em min(4.8611111111vw, 70px);
	grid-template-columns: repeat(2, 1fr);
}

.service-2_2_list_2 li {
	font-size: 22px;
}

.service-2_3_body {
	gap: min(10.2564102564vw, 40px);
	grid-template-columns: repeat(2, 1fr);
}

.schedule_list {
	flex-direction: row;
}

.schedule_item:last-child {
	border-left: none;
}

.schedule_1 {
	border-bottom: 1px solid #1A1A1A;
}

.schedule_images {
	display: block;
	max-width: 100%;
}

.gallery_items {
	grid-template-columns: repeat(3, 1fr);
}

.links {
	gap: 56px 31px;
	grid-template-columns: repeat(2, 1fr);
}

.links_item {
	gap: 20px;
	padding-bottom: 34px;
}

.links_item_title {
	font-size: 22px;
}

.links_item_link {
	font-size: 20px;
}

.contact_buttons {
	align-items: center;
	flex-direction: row;
	gap: 40px;
	max-width: 100%;
}

.contact_button {
	pointer-events: none;
}

.form_wrapper {
	margin-top: min(4.4444444444vw, 64px);
}

.form_fields {
	gap: 48px;
}

.form_label_tag {
	font-size: 18px;
}

.form_label_required {
	font-size: 14px;
}

.form_text,
.form_textarea {
	font-size: 18px;
}

.form_text::-moz-placeholder,
.form_textarea::-moz-placeholder {
	font-size: 18px;
}

.form_text::placeholder,
.form_textarea::placeholder {
	font-size: 18px;
}

.form_policy {
	margin-top: 63px;
}

.form_checkbox_text,
.form_checkbox_link {
	font-size: 16px;
	line-height: 22.4px; /* 140% */
}

.form_submit_note {
	font-size: 16px;
	line-height: 22.4px; /* 140% */
}

.form_button {
	margin-top: 47px;
}

.news-archive_link {
	font-size: 18px;
}

.pagination {
	margin-top: 60px;
}

.pagination .page-numbers {
	font-size: 22px;
}

.news-single_head {
	font-size: 1.1111111111vw;
	gap: min(5.5555555556vw, 80px);
}

.news-single_body {
	margin-top: 40px;
}

.news-single_body p {
	font-size: 18px;
	line-height: 36px;
}

.news-single_button {
	margin-top: 64px;
}

.topics-archive_wrapper {
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
	max-width: 700px;
}

.topics-single_head {
	gap: min(5.5555555556vw, 80px);
}

.topics-single_body {
	margin-top: 40px;
}

.topics-single_body img {
	max-width: 572px;
}

.topics-single_text {
	margin-top: 48px;
}

.topics-single_button {
	margin-top: 64px;
}

.page-404_head {
	border-left: 8px solid #1a1a1a;
	font-size: 40px;
	padding-block: 5px;
	padding-left: 15px;
}

.page-404_body {
	margin-top: 35px;
}

.page-404_body + .page-404_body {
	border-top: 2px solid #1a1a1a;
	padding-top: 25px;
}

.page-404_text {
	font-size: 20px;
}

.page-404_menu {
	flex-direction: row;
}

}

@media screen and (min-width: 960px) {

.content {
	display: flex;
	width: 100%;
}

.content_1 {
	flex-shrink: 0;
	width: max(17.3611111111vw, 230px);
}

.content_2 {
	flex-grow: 1;
}

.header {
	border-bottom: none;
	border-right: 1px solid #F1F1F1;
	flex-direction: column;
	justify-content: flex-start;
	padding-inline: 20px;
}

.header_logo {
	margin-top: 2.7777777778vw;
	width: 80%;
}

.header_button {
	display: none;
}

.header_nav {
	align-items: center;
	background-image: none;
	gap: 40px;
	height: 100%;
	left: auto;
	margin-inline: 0;
	margin-top: 3.6111111111vw;
	padding-block: 0;
	position: static;
	top: auto;
	width: 100%;
}

.header_link {
	font-size: 18px;
}

.header_link_contact {
	width: 80%;
}

.header_link_tel {
	font-size: 22px;
	padding-left: 1.1em;
}

.header_link_tel::before {
	height: 1em;
	width: 1em;
}

.top_access_body {
	align-items: center;
	flex-direction: row;
	gap: min(0.6944444444vw, 10px);
}

.top_access_map {
	height: min(24.375vw, 351px);
	width: min(34.7222222222vw, 500px);
}

.footer_inner {
	flex-direction: row;
	gap: min(6.9444444444vw, 100px);
}

.footer_2 {
	grid-template-columns: repeat(3, auto);
}

.page_fv {
	margin-top: -1px;
}

.about_3_1_1_item,
.about_3_1_2_item,
.about_3_1_3_item {
	align-items: flex-start;
	flex-direction: row;
	gap: min(7.2222222222vw, 104px);
	justify-content: center;
}

.about_3_1_1_item {
	gap: min(7.2222222222vw, 104px);
}

.about_3_1_2_item {
	gap: min(4.1666666667vw, 60px);
}

.about_3_1_3_item {
	gap: min(2.7777777778vw, 40px);
}

.about_3_1_1_text,
.about_3_1_2_text,
.about_3_1_3_text {
	flex: 1;
	font-size: 20px;
	max-width: 500px;
}

.about_3_1_1_img,
.about_3_1_2_img,
.about_3_1_3_img {
	flex: 1;
	width: 100%;
}

.about_3_1_1_img {
	max-width: 290px;
}

.service-1_1_item {
	align-items: flex-start;
	flex-direction: row;
}

.service-1_1_text {
	flex: 1;
}

.service-1_1_img {
	flex: 1;
	width: 100%;
}

.service-2_2_body {
	align-items: flex-start;
	flex-direction: row;
	max-width: 100%;
}

.service-2_2_img {
	width: 50%;
}

.service-2_3_body {
	grid-template-columns: repeat(3, 1fr);
}

.facility_2_body {
	align-items: flex-start;
	flex-direction: row;
}

.facility_2_text {
	flex: 1;
}

.facility_2_img {
	flex: 1;
	max-width: 100%;
}

.facility_3_body {
	align-items: flex-start;
	flex-direction: row-reverse;
}

.facility_3_text {
	flex: 1;
}

.facility_3_img {
	flex: 1;
	max-width: 100%;
}

.form_field {
	align-items: center;
	flex-direction: row;
}

.form_field_vl_top {
	align-items: flex-start;
}

.form_label p {
	width: 248px;
}

.news-single_date {
	font-size: 22px;
}

.news-single_title {
	font-size: 22px;
}

.topics-single_date {
	font-size: 22px;
}

.topics-single_title {
	font-size: 22px;
}

}

@media screen and (min-width: 1440px) {

.visible-pc {
	display: block;
}

.header_link {
	font-size: 20px;
}

.header_link_tel {
	font-size: 24px;
}

.footer_inner {
	gap: min(13.1944444444vw, 190px);
}

.footer_2 {
	gap: min(9.2307692308vw, 36px) min(18.4615384615vw, 72px);
}

.topics-archive_wrapper {
	gap: 48px 27px;
	grid-template-columns: repeat(3, 1fr);
	max-width: 100%;
}

.page-404_link {
	font-size: 18px;
	padding-left: 18px;
}

}

