@charset "utf-8";

@font-face {
	font-family: "";
	src: url("../font/") format("truetype");
}

.pc_only {
	display: none;
}

.pc_only_2 {
	display: none;
}

.pc_only_3 {
	display: none;
}

.sp_only {
	display: inherit;
}

.sp_only_2 {
	display: inherit;
}

.sp_only_3 {
	display: inherit;
}

@media screen and (min-width: 768px) {
    .pc_only{
		display: inherit;
	}

	.sp_only{
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.pc_only_2 {
		display: inherit;
	}

	.sp_only_2{
		display: none;
	}
}

@media screen and (min-width: 1440px) {
	.pc_only_3 {
		display: inherit;
	}

	.sp_only_3 {
		display: none;
	}
}

body {
	font-family: "Zen Old Mincho", serif;
	/* font-family: "Noto Sans JP", sans-serif; */
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: #333333;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #000;
	padding: 0.5em;
	font-weight: 400;
}

th {
	vertical-align: baseline;
}

img {
	width: 100%;
}

a :hover{
	cursor: pointer;
}

.inversion_x {
	transform: scale(-1, 1);
}

.inversion_y {
	transform: scale(1, -1);
}

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

}

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

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

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

/* ---------------------------------------------------------------------------------------------------- */

.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 72px;
	padding: 0 5%;
	background-color: rgba(255, 255, 255, 1);
	z-index: 100;
}

.header_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	width: 100%;
	height: 100%;
}

.header_logo {
	width: 72px;
	height: auto;
}

.header_logo img {
    max-width: 100%;
    max-height: 100%;
}

.header_content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: auto;
	height: 100%;
	margin-right: 30%;
}

.header_link {
	display: block;
	width: 36px;
	height: auto;
}

.header_link img {
	display: block;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (min-width: 768px) {
	.header {
		padding: 0 4%;
	}

	.header.active {
		background-color: rgba(255, 255, 255, 0.8);
	}

	.header_inner {
	}

	.header_inner > * {
		/* background-color: #000; */
	}

	.header_logo {
	}

	.header_content {
		gap: 24px;
		margin: 0;
	}

	.header_list {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		gap: 12px;
		margin: 1% 0;
	}

	.header_list_wrap {}

	.header_list_inner {
		display: flex;
		flex-direction: row;
		gap: 12px;
	}

	.header_list_inner li {
		width: fit-content;
		margin: 0 auto;
	}

	.header_list_inner a {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 0.8rem;
		font-weight: 700;
	}

	.header_list_inner a.now:after {
		content: none;
		position: absolute;
		bottom: -75%;
		left: 50%;
		transform: translate(-50%, 0);
		width: 12px;
		height: 12px;
		border-radius: 100%;
		background-color: #5dc1cf;
	}

	.header_list_inner a:hover:after {
		/* content: "";
		position: absolute;
		bottom: -75%;
		left: 50%;
		transform: translate(-50%, 0);
		width: 12px;
		height: 12px;
		border-radius: 100%;
		background-color: #5dc1cf;
		opacity: 0.5; */
	}

	.header_list_inner a span {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.header_list_inner a span:nth-of-type(1) {}

	.header_list_inner a span:nth-of-type(2) {}

	.header_list_inner a span:nth-of-type(2).active {}

	.header_link_1 {
		width: auto;
		height: 1.2rem;
	}

	.header_link_2 {
		width: auto;
		height: 2.4rem;
	}
}

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

@media screen and (min-width: 1440px) {
	.header {
		padding: 0 2%;
		height: 100px;
	}

	.header_inner {
		gap: 36px;
	}

	.header_content {
		gap: 48px;
	}

	.header_list_inner {
		gap: 48px;
	}

	.header_list_inner a {
		font-size: 1.1rem;
	}

	.header_link_1 {
		width: auto;
		height: 1.65rem;
	}

	.header_link_2 {
		width: auto;
		height: 3.3rem;
	}
}

@media screen and (min-width: 1920px) {
	.header_list_inner {
		gap: 36px;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 0.25em;
	margin: 0 auto 0;
	padding: 0;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	color: #024f5f;
}

.heading span {
	width: 100%;
}

.heading_2 {
	width: 100%;
	margin: 0 auto 0;
	text-align: left;
	font-size: 1.4rem;
	font-weight: 700;
}

.text {
	font-size: 1rem;
}

.text_en {
	font-size: 0.8rem;
	color: #024f5f;
}

@media screen and (min-width: 768px) {
	.heading {
		font-size: 2.2rem;
	}
}

@media screen and (min-width: 1440px) {
	.heading {
		font-size: 3.6rem;
	}

	.heading_2 {
		font-size: 1.8rem;
	}

	.text {
		/* font-size: 1.2rem; */
	}

	.text_en {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1920px) {
	.heading {
		font-size: 4.4rem;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.btn_1 {
	position: relative;
	display: block;
	width: 240px;
	margin: 0 auto;
	padding: 2.5%;
	background-color: #5dc1cf;
	font-size: 1.8rem;
	line-height: 1;
	color: #fff;
}

.btn_1::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 10%;
	height: 1px;
	background-color: #fff;
}

.btn_2 {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 2.5% 10%;
	border: 1px #5dc1cf solid;
	border-radius: 22px;
	font-size: 1.2rem;
	color: #5dc1cf;
}

.btn_2::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 25%;
	height: 1px;
	background-color: #5dc1cf;
}

@media screen and (min-width: 768px) {
	.btn_1 {
		padding: 0.5em;
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1440px) {
	.btn_1 {
		font-size: 1.8rem;
	}

	.btn_2 {
		padding: 2.5% 12.5%;
		font-size: 1.4rem;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.map_1 iframe {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}

.map_2 iframe {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
	.map_1 {
		width: 100%;
		height: 100%;
	}

	.map_1 iframe {
		aspect-ratio: auto;
		width: 100%;
		height: 100%;
	}

	.map_2 iframe {
		aspect-ratio: 3 / 1;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.footer_inner {}

.footer_container_inner {}

.footer_content_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.footer_content_1 .footer_content_inner {
	background-color: #024f5f;
}

.footer_content_1 .footer_content_inner_1 {
	padding: 20% 0;
}

.footer_content_1 .heading:nth-of-type(1) {
	position: relative;
	width: 90%;
	margin: 0 auto;
	text-align: right;
	color: #fff;
}

.footer_content_1 .heading:nth-of-type(1)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 25%;
	height: 1px;
	background-color: #fff;
}

.footer_content_1 .heading:nth-of-type(2) {
	position: relative;
	width: 90%;
	margin: 20% auto 0;
	text-align: left;
	color: #fff;
}

.footer_content_1 .heading:nth-of-type(2)::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 25%;
	height: 1px;
	background-color: #fff;
}

.footer_content_1 .text {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 80%;
	margin: 10% auto 0;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
}

.footer_content_1 .text img {
	width: auto;
	height: 1.8rem;
}

.footer_content_1 .link {
	display: block;
	width: 70%;
	margin: 10% auto 0;
}

.footer_content_3 {
	padding: 10% 0;
}

.footer_content_3 .footer_content_inner {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 48px;
}

.footer_content_3 .heading {
	width: 35%;
}

.footer_share {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 48px;
}

.footer_share .img {
	display: block;
}

.footer_list_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 12px 0;
}

.footer_list_inner li {
	width: calc(100% / 3);
}

.footer_list_inner a {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.copyright {
	display: block;
	padding: 5%;
	background-color: #024f5f;
	text-align: center;
	font-size: 1rem;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.footer_content_1 .footer_content_inner {}

	.footer_content_1 {
		flex-direction: row-reverse;
	}

	.footer_content_1 .footer_content_inner_1 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0;
		flex: 5;
		aspect-ratio: 1 / 1;
	}

	.footer_content_1 .footer_content_inner_2 {
		flex: 5;
		aspect-ratio: 1 / 1;
	}

	.footer_content_1 .heading:nth-of-type(1) {}

	.footer_content_1 .heading:nth-of-type(1)::before {
		width: 40%;
	}

	.footer_content_1 .heading:nth-of-type(2) {
		margin: 10% auto 0;
	}

	.footer_content_1 .heading:nth-of-type(2)::before {
		width: 40%;
	}

	.footer_content_1 .text {
		margin: 5% auto 0;
		font-size: 1rem;
	}

	.footer_content_1 .text img {}

	.footer_content_1 .link {
		width: 50%;
		margin: 5% auto 0;
	}

	.footer_content_3 {
		padding: 5% 0;
	}

	.footer_content_3 .footer_content_inner {
		gap: 24px;
	}

	.footer_content_3 .heading {
		position: absolute;
		top: 50%;
		left: 5%;
		transform: translate(0, -50%);
		width: 15%;
	}

	.footer_share {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 48px;
	}

	.footer_share .img {
		display: block;
		width: 2rem;
		height: auto;
	}

	.footer_list {
		width: max-content;
	}

	.footer_list_inner {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		gap: 12px;
		width: max-content;
	}

	.footer_list_inner li {
		width: fit-content;
	}

	.footer_list_inner a {
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
	}

	.copyright {
		padding: 2.5%;
	}
}

@media screen and (min-width: 1024px) {
	.footer_content_1 .heading:nth-of-type(1) {
		width: 70%;
	}

	.footer_content_1 .heading:nth-of-type(2) {
		width: 70%;
	}
}

@media screen and (min-width: 1440px) {
	.footer_content_1 .heading:nth-of-type(2) {
		margin: 15% auto 0;
	}

	.footer_content_1 .text {
		font-size: 1.2rem;
	}

	.footer_content_1 .link {
		width: 35%;
	}

	.footer_share .img {
		width: 2.5rem;
	}

	.footer_list_inner {
		gap: 48px;
	}

	.footer_list_inner a {
		font-size: 1.1rem;
	}

	.copyright {
		padding: 1% 0;
	}
}

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

}
