@charset "utf-8";

.pc_only {
	display: none;
}

.pc_only_2 {
	display: none;
}

.sp_only {
	display: block;
}

.sp_only {
	display: block;
}

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

	.sp_only{
		display: none;
	}

	.sp_only_2 {
		display: block;
	}
}

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

	.sp_only_2{
		display: none;
	}
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1rem;
	color: #404040;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #000;
	padding: 12px 16px;
	font-weight: 500;
}

th {
	vertical-align: baseline;
}

img {
	width: 100%;
}

a :hover{
	cursor: pointer;
}

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

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

.text_bold {
	font-weight: 700;
}

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

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

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

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

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

/* ---------- 見出し ---------- */

.headline {
    width: fit-content;
    margin: 0 auto 0;
	text-align: center;
    font-size: 3.6rem;
    font-weight: 700;
}

.headline * {
	display: block;
}

.headline_2 {
    width: fit-content;
    margin: 0 auto 0;
	text-align: center;
	font-family: "Lato", sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
	color: #DC143C;
}

.headline_2_bottom {
	display: block;
    width: fit-content;
    margin: 1.5% auto 0;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
    font-size: 1.6rem;
    font-weight: 700;
	line-height: 1.5;
}

.headline_3 {
	display: block;
    width: fit-content;
	text-align: left;
	font-family: "Zen Maru Gothic", serif;
    font-size: 1.6rem;
    font-weight: 700;
	line-height: 1.5;
}

.headline_3_top {
	padding-left: 8px;
	border-left: 4px #404040 solid;
}

.headline_4 {
	display: block;
    width: fit-content;
	margin: 0 auto 0;
	text-align: center;
    font-weight: 700;
	line-height: 1.5;
}

.headline_4 * {
	display: block;
	text-align: center;
	line-height: 1.5;
}

.headline_4 span:nth-of-type(1) {
	font-family: "Lato", sans-serif;
	font-size: 2rem;
	font-weight: 900;
}

.headline_4 span:nth-of-type(2) {
	font-family: "Zen Maru Gothic", serif;
	font-size: 1rem;
	font-weight: 700;
}

.headline_w {
    color: #fff;
}

.headline_b {
    color: #404040;
}

.headline::first-letter {
	color: #DC143C;
}

.headline_main {
	position: relative;
}

.headline_main::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.headline_dark .headline_main::after {
    height: 8%;
	bottom: 8%;
    background-color: #0f2757;
}

.headline_bright .headline_main::after {
	height: 8%;
	bottom: 8%;
    background-color: #fff;
}

.headline_sub {
	margin: 0 auto 0;
	font-family: "Zen Maru Gothic", serif;
	font-size: 0.4em;
	font-weight: 500;
}

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

@media screen and (min-width: 1024px) {
	.headline {
		font-size: 3.2rem;
	}
}

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

	.headline_2 {
		font-size: 3.6rem;
	}

	.headline_2_bottom {
		font-size: 2rem;
	}

	.headline_3 {
		font-size: 1.8rem;
	}

	.headline_3_top {
		padding-left: 16px;
		border-left: 4px #404040 solid;
	}

	.headline_4 span:nth-of-type(1) {
		font-size: 2.4rem;
	}

	.headline_4 span:nth-of-type(2) {
		font-size: 1.2rem;
	}
}

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

	.headline_3 {
		font-size: 2.4rem;
	}
}

/* ---------- ボタン ---------- */

.button {
	position: relative;
	display: block;
	width: 80%;
	margin: 10% auto 0;
	padding: 1.5em 5em 1.5em 6em;
	border-radius: 56px;
	background-color: #00053A;
	color: #fff;
}

.button::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25%;
	transform: translate(0, -50%);
	width: 2.5em;
	height: 2.5em;
	background-image: url(../img/arrow_button.png);
	background-position: center;
	background-size: cover;
}

@media screen and (min-width: 768px) {
	.button {
		width: 30%;
		margin: 5% auto 0;
		padding: 1em 1em 1em 4em;
	}

	.button::after {
		top: 50%;
		right: 25%;
		width: 2em;
		height: 2em;
	}
}

@media screen and (min-width: 1024px) {
	.button {
		width: 25%;
		margin: 5% auto 0;
		padding: 1em 1em 1em 4em;
	}
}

@media screen and (min-width: 1440px) {
	.button {
		width: 20%;
		margin: 5% auto 0;
		padding: 1.5em 1em 1.5em 4em;
		font-size: 1.2rem;
	}

	.button::after {
		right: 15%;
	}
}

@media screen and (min-width: 1920px) {
	.button {
		width: 15%;
		padding: 1.5em 1em 1.5em 5em;
	}
}

/* ---------- ヘッダー ---------- */

.header {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 15px;
	/* background-color: rgba(255, 255, 255, 0.5); */
	z-index: 10;
	transition: 0.5s;
}

.header_logo {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 60%;
}

.header_logo_2_flex {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 2px;
}

.header_logo_2_text_1 {
	display: block;
	font-size: 0.8em;
}

.header_logo_2_text_2 {
	display: block;
	margin: 2px 0 0 0;
	font-size: 1em;
}

.header_logo_2_text_3 {
	display: block;
	margin: 2px 0 0 0;
	font-size: 0.6em;
}

.header_logo_2_img {
	display: block;
	width: 35%;
}

.tel {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	font-size: 1.2rem;
	color: #2C2B4F;
}

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

@media screen and (min-width: 768px) {
	.header.active {
		/* background-color: rgba(15, 39, 87, 1); */
	}

	.header	{
		position: fixed;
		padding: 3% 2%;
		background-color: rgba(255, 255, 255, 1);
	}

	.header_flex {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		gap: 16px;
		width: 100%;
	}

	.header_logo {
		top: 50%;
		left: 2%;
		transform: translate(0, -50%);
		width: 20%;
	}

	.header_logo_2_flex {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 2px;
	}

	.header_logo_2_text_1 {
		display: block;
		font-size: 0.8em;
	}

	.header_logo_2_text_2 {
		display: block;
		margin: 2px 0 0 0;
		font-size: 1em;
	}

	.header_logo_2_text_3 {
		display: block;
		margin: 2px 0 0 0;
		font-size: 0.6em;
	}

	.header_logo_2_img {
		display: block;
		width: 50%;
	}

	.header_flex_child_2 {
		margin-top: auto;
	}

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

	.list_link {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 0.8rem;
	}

	.list_link span {
		display: block;
		color: #00053A;
	}

	.list_link span:nth-of-type(1) {
		font-size: 0.8em;
		color: #f1110b;
	}

	.list_link:hover span:nth-of-type(1) {
		color: #F7D205;
	}

	.list_link:hover span:nth-of-type(2)::after {
		content: "";
		position: absolute;
		bottom: -25%;
		left: 50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 2px;
		/* background-color: #f1110b; */
	}

	.header_flex_child_3 {
		/* display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 8px; */
		width: 16px;
		height: 16px;
	}

	.header_tel {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 0.5em;
		font-size: 1rem;
		color: #fff;
	}

	.header_tel img {
		display: block;
		width: auto;
		height: 0.8em;
	}

	.header_tel span {
		display: block;
	}

	.header_contact {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 0.5em;
		padding: 0.5em;
		background-color: #f1110b;
		font-size: 0.8rem;
		color: #fff;
	}

	.header_contact img {
		display: block;
		width: auto;
		height: 0.8em;
	}
}

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

	.header_logo_img_1,
	.header_logo_img_2 {
		width: auto;
		height: 60px;
	}

	.header_flex_child_2 {}

	.header_flex_child_2_list {}

	.header_flex_child_3 {}
}

@media screen and (min-width: 1440px) {
	.header {
		padding: 3% 4% 3% 2%;
	}
	.header_flex {
		gap: 36px;
	}

	.header_logo_img_1,
	.header_logo_img_2 {
		width: auto;
		height: 90px;
	}

	.header_flex_child_2 {}

	.header_flex_child_2_list {
		gap: 36px;
	}

	.header_flex_child_3 {
		width: 24px;
		height: 24px;
	}

	.list_link {
		font-size: 1.2rem;
	}

	.header_tel {
		font-size: 1.6rem;
	}

	.header_contact {
		gap: 1em;
		padding: 0.5em 1.5em;
		font-size: 1.2rem;
	}
}

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

	.header_logo_img_1,
	.header_logo_img_2 {
		width: auto;
		height: 120px;
	}

	.header_flex_child_2_list {
		gap: 48px;
	}

	.list_link {
		font-size: 1.4rem;
	}

	.header_tel {
		font-size: 1.8rem;
	}

	.header_contact {
		gap: 16px;
		padding: 0.5em 2.5em;
	}
}

/* ---------- フッター ---------- */

.footer {
	margin: 0 auto 0;
	background-size: auto;
}

.footer .headline {
	color: #fff;
}

.footer_top {
	width: 100%;
	padding: 15% 5%;
	background-image: url(../img/bg_contact.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.footer_top_text {
	margin: 5% auto 0;
	text-align: center;
	line-height: 1.5;
	color: #fff;
}

.contact_link_flexbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 5% auto 0;
}

.contact_link {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 1em 0.5em;
	font-size: 1.4rem;
	color: #fff;
}

.contact_link.tel {
	background-color: #00053A;
}

.contact_link.mail {
	background-color: #DC143C;
}

.contact_link * {
	display: block;
}

.contact_link img {
	width: auto;
	height: 1em;
}

.footer_bottom {
	padding: 10% 0 15%;
}

.footer_logo {
	display: block;
	width: 50%;
	margin: 0 auto 0;
}

.footer_list_wrap {
	margin: 5% auto 0;
}

.footer_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 16px;
	width: 85%;
	margin: 0 auto;
}

.footer_list li {
	/* width: calc((100% - (16px * 2)) / 3); */
}

.footer_list_link {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin: 0 auto 0;
	font-size: 0.8rem;
}

.footer_list_link span {
	display: block;
	color: #00053A;
}

.footer_list_link span:nth-of-type(1) {
	font-size: 0.8em;
	color: #f1110b;
}

.footer_list_link:hover span:nth-of-type(1) {
	color: #F7D205;
}

.footer_list_link:hover span:nth-of-type(2)::after {
	content: "";
	position: absolute;
	bottom: -25%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 2px;
	/* background-color: #f1110b; */
}

.footer_img {
	display: block;
	width: 1rem;
	height: auto;
	margin: 5% auto 0;
}

.footer_img img {
	width: 100%;
}

.copyright {
	padding: 1em 0;
	background-color: #0f2757;
	text-align: center;
	color: #fff;
}

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

	.footer_top {
		padding: 10% 15%;
	}

	.contact_link_flexbox {
		flex-direction: row;
		gap: 24px;
	}

	.footer_bottom {
		padding: 5% 0 5%;
	}

	.footer_logo {
		width: 25%;
	}

	.footer_list_wrap {
		width: 100%;
		margin: 5% auto 0;
	}

	.footer_list {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		gap: 24px;
		width: 90%;
		margin: 0 auto 0;
	}

	.footer_list li {
		width: auto;
	}

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

@media screen and (min-width: 1024px) {
	.footer_top {
		padding: 10% 20%;
	}
}

@media screen and (min-width: 1440px) {
	.footer_top {
		padding: 10% 25%;
	}

	.footer_top_text {
		font-size: 1.2rem;
	}

	.contact_link {
		font-size: 1.8rem;
	}

	.footer_bottom {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 36px;
		padding: 5%;
	}

	.footer_list_wrap {
		margin: 0;
	}

	.footer_list {
		justify-content: flex-end;
		width: 100%;
		margin: 0 0 0 auto;
	}

	.footer_list_link {
		font-size: 1.2rem;
	}

	.footer_img {
		width: 2rem;
		margin: 0;
	}
}

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

/* ---------- マップ ---------- */

.map {
	position: relative;
	width: 100%;
	margin: 0 auto 0;
	height: 0;
	padding-top: 100%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
	.map {
		flex: 1;
		padding-top: 35%;
	}
}

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

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

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