@charset "utf-8";

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

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);
}

.font_Zen-Old-Mincho {
	font-family: "Zen Old Mincho", serif;
}

.font_Montserrat {
	font-family: "Montserrat", sans-serif;
}

.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;
	}
}

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

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

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

.headline * {
	display: block;
}

.headline {
    width: fit-content;
    margin: 0 auto 0;
	text-align: center;
    font-size: 3rem;
    font-weight: 600;
	letter-spacing: 0.1em;
}

.headline_dark {
	color: #0f2757;
}

.headline_bright {
	color: #fff;
}

.headline_main {
	position: relative;
	font-family: "Montserrat", sans-serif;
}

.headline_main::first-letter {
	color: #DD6E00;
}

.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-size: 0.4em;
	font-weight: 700;
}

.headline_dark .headline_sub {
	color: #000;
}

.headline_bright .headline_sub {
	color: #fff;
}

.headline_2 * {
	display: block;
}

.headline_2 {
    width: fit-content;
    margin: 0 auto 0 0;
	text-align: left;
    font-size: 1.1rem;
    font-weight: 700;
}

.headline_2_main {
	font-family: "Montserrat", sans-serif;
	font-size: 0.7em;
	color: #DD6E00;
}

.headline_2_sub {
	margin-top: 0.25em;
}

.headline_3 * {
	display: block;
	text-align: center;
}

.headline_3 {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, 0);
    width: 90%;
    margin: 0 auto 0;
	text-align: left;
    font-size: 1rem;
    font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #fff;
}

.headline_3_number {
	position: relative;
	width: fit-content;
	margin: 0 auto 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

.headline_3_number::after {
	content: "";
	position: absolute;
	bottom: -15%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.headline_3_text {
	margin-top: 1em;
	font-size: 1.2em;
	font-weight: 700;
}

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

	.headline_2 {
		font-size: 1.2rem;
	}

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

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

	.headline_2 {
		font-size: 1.4rem;
	}

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

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

	.headline_2 {
		font-size: 1.8rem;
	}

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

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

	.headline_2 {
		font-size: 2.4rem;
	}

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

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

.button {
	position: relative;
	margin: 0 auto 0;
	padding: 0.75em 1em 0.75em 4em;
	border-radius: 31.5px;
	background-color: #f1110b;
	color: #fff;
}

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

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

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

.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: 50%;
}

.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(255, 255, 255, 0.8);
	}

	.header	{
		position: fixed;
		padding: 1% 2%;
	}

	.header_flex {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
		gap: 12px;
		width: 100%;
	}

	.header_logo {
		top: initial;
		bottom: 0;
		left: 2%;
		width: 15%;
	}

	.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: 24px;
	}

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

	.list_link span {
		display: block;
		color: #fff;
	}

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

	.list_link span:nth-of-type(2).active {
		color: #1A222D;
	}

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

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

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

	.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;
	}

	/* ----- プルダウン ----- */

	.dropdown_open {
		position: relative;
	}

	.dropdown__lists {
		display: none;
	}

	.dropdown_open:hover .dropdown__lists {
		/* Gナビメニューにホバーしたら表示 */
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translate(-50%, 0);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 6px;
		width: 150%;
		padding-top: 12px;
	}

	.dropdown__list {
		position: relative;
		width: 100%;
		padding: 0.5em;
		background-color: #fff;
		border-radius: 4px;
		transition: all .3s;
		text-align: center;
	}

	.dropdown__list a {
		display: block;
		width: 100%;
		font-size: 0.7rem;
		line-height: 1;
	}

	.dropdown_open .list_link span:nth-of-type(2) {
		position: relative;
	}

	.dropdown_open .list_link span:nth-of-type(2)::after {
		content: '';
		display: block;
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		position: absolute;
		top: 50%;
		right: -12px;
		transform: translate(0, -50%) rotate(135deg);
	}

	.dropdown_open .list_link span:nth-of-type(2)::after.active {
		border-top: 1px solid #1A222D;
		border-right: 1px solid #1A222D;
	}

	.dropdown_open:hover .list_link span:nth-of-type(2)::after {
		transform: rotate(315deg);
	}
}

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

	.header_flex_child_2_list {
		gap: 24px;
	}

	.list_link {
		font-size: 0.8rem;
	}
}

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

	.header_flex_child_2_list {
		gap: 48px;
	}

	.header_flex_child_3 {
		gap: 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;
	}

	/* ----- プルダウン ----- */

	.dropdown__list {
		padding: 1em 0.5em;
	}

	.dropdown__list a {
		font-size: 1.2rem;
	}

	.dropdown_open .list_link span:nth-of-type(2)::after {
		right: -24px;
		width: 12px;
		height: 12px;
	}
}

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

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

	.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-image: url(../img/bg_1.png);
	background-size: auto;
}

.footer_inner {}

.footer_top_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.footer_top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	padding: 10% 0;
	background-color: #1A222D;
	font-size: 1rem;
}

.footer_top_text_1 {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.5;
	color: #fff;
}

.footer_top_text_2 {
	text-align: center;
	color: #fff;
}

.footer_tel {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0.25em;
	font-size: 2em;
	font-weight: 600;
	color: #fff;
}

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

.footer_tel span {
	display: block;
}

.footer_list_wrap {
	padding: 10% 0;
}

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

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

.footer_list li {
	width: 100%;
}

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

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

.footer_list_2 li {
	width: calc((100% - (12px * 1)) / 2);
}

.footer_list_2 li:last-of-type {
	width: fit-content;
}

.footer_list_2 li a {
	position: relative;
	padding-left: 1em;
}

.footer_list_2 li a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 0.5em;
	height: 1px;
	background-color: #1A222D;
}

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

.footer_list_link span {
	display: block;
}

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

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

	.footer_inner {
		flex-direction: column;
		justify-content:flex-start;
		gap: 16px;
		margin: 0 auto 0;
	}

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

	.footer_top {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex: 1;
		gap: 12px;
		padding: 0;
		font-size: 0.8rem;
	}

	.footer_top_text_1 {
		font-size: 1em;
	}

	.footer_tel {
		font-size: 2.4em;
	}

	.footer_list_wrap {
		width: 100%;
	}

	.footer_logo {
		width: 20%;
	}

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

	.footer_list li {
		/* width: calc((100% - (12px * 5)) / 5); */
		width: auto;
	}

	.footer_list li:has(.footer_list_2) {
		/* width: calc((100% - (12px * 5)) / 5); */
		width: 21%;
	}

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

	.footer_list_2 {
		margin-top: 12px;
	}
}

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

	.info_inner {
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
	}

	.footer_top {
		gap: 24px;
		font-size: 1rem;
	}

	.footer_list li:has(.footer_list_2) {
		width: 19%;
	}

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

	.footer_list_2 {
		margin-top: 12px;
	}
}

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

	.footer_top {
		gap: 36px;
		font-size: 1.2rem;
	}

	.footer_tel {
		font-size: 3em;
	}

	.footer_list {
		gap: 36px;
		width: 90%;
		margin: 5% auto 0;
	}

	.footer_list li:has(.footer_list_2) {
		width: 17%;
	}

	.footer_list a {
		font-size: 1.2rem;
	}

	.footer_list_2 {
		gap: 24px;
		margin-top: 24px;
	}

	.copyright {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1920px) {
	.footer_logo_img_1 {
		height: 156px;
	}

	.footer_logo_img_2 {
		height: 108px;
	}

	.footer_list {
		gap: 48px;
	}

	.footer_list li:has(.footer_list_2) {
		width: 13%;
	}
}

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

.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: 25%;
	}
}

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

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

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