@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: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: #000;
}

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%;
	padding: 12px;
	/* background-color: rgba(255, 255, 255, 0.7); */
	z-index: 100;
}

.header_inner {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: stretch;
	gap: 0;
	width: 100%;
}

.header_link {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 5%;
	box-sizing: border-box;
	background-color: #DF051B;
	color: #fff;
	z-index: 101;
}

.header_link span {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

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

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

	.header_inner {
		/* justify-content: space-between; */
		gap: 24px;
		background-color: #000;
	}

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

	.header_content {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
		gap: 12px;
		width: 100%;
		padding-left: 24px;
	}

	.header_logo {
		width: 10%;
		margin: 1% 0;
	}

	.header_logo img {
		width: 100%;
		height: auto;
	}

	.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 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0;
		font-size: 0.8rem;
		color: #000;
	}

	.header_list_inner a:hover span:nth-of-type(1) {
		/* color: #F7D205; */
	}

	.header_list_inner a span {
		display: block;
		/* width: 50%; */
		text-align: center;
	}

	.header_list_inner a span:nth-of-type(1) {
		margin: 0 auto;
		font-size: 0.8em;
		font-weight: 700;
		color: #DF051B;
	}

	.header_list_inner a span:nth-of-type(2) {
		margin: 0 auto;
		color: #fff;
	}

	.header_list_inner a span:nth-of-type(2).active {
		/* color: #111; */
	}

	.header_link {
		padding: 0 1%;
		background-color: #DF051B;
	}
}

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

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

	.header_list_inner {
		gap: 36px;
	}

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

	.header_link span {
		font-size: 1.2rem;
	}
}

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

	.header_list_inner {
		gap: 60px;
	}
}

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

.heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: max-content;
	gap: 0.25em;
	margin: 0 auto 0;
	padding: 0;
	font-size: 2.4rem;
}

.heading_text_1,
.heading_text_2 {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	line-height: 1;
}

.heading_text_1 {
	font-family: "Montserrat", sans-serif;
	font-size: 1em;
	font-weight: 700;
}

.heading_text_2 {
	margin: 0 auto 0;
	font-size: 0.5em;
	font-weight: 600;
}

.heading_2 {
	width: max-content;
	margin: 0 auto 0 0;
	padding-left: 0.5em;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	border-left: 4px #124EA8 solid;
}

.heading_2_text_1 {
	font-size: 1em;
}

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

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

	.heading_text_2 {
		font-size: 0.35em;
	}

	.heading_2 {
		font-size: 1.8rem;
	}
}

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

.contact {
	background-color: #124EA8;
	color: #fff;
}

.contact .section_content_2,
.contact .section_content_3 {
	margin: 5% auto 0;
}

.contact .section_content_2 .section_content_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	gap: 12px;
}

.contact .text {
	text-align: center;
}

.contact .section_content_1 .text {
	font-weight: 600;
}

.contact .section_content_3 .text {
	font-weight: 700;
}

.contact .btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	padding: 5%;
	border: 1px #fff solid;
}

.contact .btn:nth-of-type(1) {
	font-size: 1.2rem;
	font-weight: 700;
	background-color: #DF051B;
}

.contact .btn:nth-of-type(2) {
	font-family: "Montserrat", sans-serif;
	font-size: 2rem;
	font-weight: 600;
}

.contact .btn img {
	display: block;
	width: auto;
	height: 1em;
}

@media screen and (min-width: 768px) {
	.contact .section_content_2 .section_content_inner {
		flex-direction: row-reverse;
		width: 100%;
	}

	.contact .btn:nth-of-type(1),
	.contact .btn:nth-of-type(2) {
		width: calc((100% - 12px) / 2);
		padding: 2.5%;
	}
}

@media screen and (min-width: 1440px) {
	.contact .section_content_2 .section_content_inner {
		gap: 120px;
		width: 60%;
		margin: 0 auto 0;
	}

	.contact .btn:nth-of-type(1) {
		font-size: 1.4rem;
	}
}

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

.wrap_map {
	position: relative;
	margin: 0 auto 0;
	z-index: 1;
}
.wrap_map .map {
	position: relative;
	width: 100%;
	padding-top: calc(500 / 750 * 100vw);
	aspect-ratio: 4 / 5;
	overflow: hidden;
}
.wrap_map .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-220 / 750 * 100vw);
	height: calc(100% + calc(500 / 750 * 100vw));
}
.wrap_map .btn_map {
	position: absolute;
	left: calc(30 / 750 * 100vw);
	top: calc(30 / 750 * 100vw);
	width: auto;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}
.wrap_map .btn_map a {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	padding: 10%;
	/* background: url("../img/icon_map_w.png") no-repeat left calc(100 / 750 * 100vw) center / calc(30 / 750 * 100vw) auto; */
	background-color: #124EA8;
	font-size: 1.2rem;
	letter-spacing: 0;
	color: #fff;
}
.wrap_map .btn_map a > * {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
.wrap_map .btn_map a > img {
	width: auto;
	height: 1em;
}

/* タブレット～中デスクトップサイズ */
@media (min-width: 768px) {
	.wrap_map .map {
		padding-top: calc(500 / 1299 * 100vw);
		aspect-ratio: 3 / 1;
	}
	.wrap_map .map iframe {
		margin-top: calc(-250 / 1299 * 100vw);
		height: calc(100% + calc(550 / 1299 * 100vw));
	}
	.wrap_map .btn_map {
		left: calc(30 / 1299 * 100vw);
		top: calc(30 / 1299 * 100vw);
	}
}

/* 中～大デスクトップサイズ */
@media (min-width: 1024px) {
	.wrap_map .map {
		padding-top: calc(500 / 1599 * 100vw);
	}
	.wrap_map .map iframe {
		margin-top: calc(-200 / 1599 * 100vw);
		height: calc(100% + calc(330 / 1599 * 100vw));
	}
	.wrap_map .btn_map {
		left: calc(30 / 1599 * 100vw);
		top: calc(30 / 1599 * 100vw);
	}
}

/* 大画面（1600px以上） */
@media (min-width: 1440px) {
	.wrap_map .map {
		padding-top: calc(500 / 1920 * 100vw);
	}
	.wrap_map .map iframe {
		margin-top: calc(-170 / 1920 * 100vw);
		height: calc(100% + calc(300 / 1920 * 100vw));
	}
	.wrap_map .btn_map {
		left: calc(30 / 1920 * 100vw);
		top: calc(30 / 1920 * 100vw);
	}
}

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

.footer_inner {
	padding: 15% 0;
}

.footer_container_inner {
	width: 90%;
	margin: 0 auto 0;
}

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

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

.footer_list_inner a {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #DF051B;
}

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

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

	.footer .heading {
		width: auto;
		height: 2rem;
		margin: 0;
	}

	.footer .heading a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		height: 100%;
	}

	.footer .heading img {
		width: 100%;
		height: 100%;
	}

	.footer_inner {
		padding: 5% 0;
	}

	.footer_content_inner {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 12px;
	}

	.footer_list_inner li {
		position: relative;
	}

	.footer_list_inner li:not(:first-of-type):not(:last-of-type):before {
		content: "/";
		position: absolute;
		top: 50%;
		left: -8px;
		transform: translate(0, -50%);
		color: #DF051B;
	}

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

	.footer_list_inner a.footer_link {
		padding: 0.5em;
		background-color: #DF051B;
		color: #fff;
	}

	.copyright {
		padding: 2.5%;
	}
}

@media screen and (min-width: 1024px) {
	.footer_list_inner {
		gap: 24px;
	}

	.footer_list_inner li:not(:first-of-type):not(:last-of-type):before {
		left: -16px;
	}
}

@media screen and (min-width: 1440px) {
	.footer .heading {
		height: 4rem;
	}

	.footer_list_inner {
		gap: 48px;
	}

	.footer_list_inner li:not(:first-of-type):not(:last-of-type):before {
		left: -26px;
	}

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

	.footer_list_inner a.footer_link {
		padding: 0.75em;
	}

	.copyright {
		padding: 1.25%;
	}
}

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

	.footer_list_inner li:not(:first-of-type):not(:last-of-type):before {
		left: -40px;
	}
}