@charset "utf-8";


/*----- contents -------

	Heading
	Nav
	Module
	Utility

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


/*
===== Heading ===========================*/

/* .c-heading_01
--------------------*/
.c-heading_01 {
	color: #000000;
	font-size: 40px;
  font-weight: 700;
	line-height: calc(54 / 40);
}

@media (max-width: 768px) {
	.c-heading_01 {
		font-size: 30px;
		line-height: calc(42 / 30);
	}
}


/*
===== Nav ===========================*/

/* .c-nav_01
--------------------*/
.c-nav_01 a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 60px;
	margin: 0 auto;
	padding: 0 28px;
	background: #F8E133;
	border: 4px solid #F8E133;
	border-radius: 80px;
	color: #112240;
	font-size: 16px;
	font-weight: 700;
}

.c-nav_01 a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(/assets/img/common/bullet_arrow_01_n.svg) no-repeat 50% 50%;
	background-size: 8px auto;
	transition: .3s all;
}

.c-nav_01 a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(/assets/img/common/bullet_arrow_01_y.svg) no-repeat 50% 50%;
	background-size: 8px auto;
	transition: .3s all;
	opacity: 0;
}

@media (min-width: 769px) {
	.c-nav_01 a:hover {
		background: #112240;
		color: #F8E133;
	}

	.c-nav_01 a:hover:after {
		opacity: 0;
	}

	.c-nav_01 a:hover:before {
		opacity: 1;
	}
}

@media (max-width: 768px) {
}

/* .c-nav_02
--------------------*/
.c-nav_02 a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 60px;
	margin: 0 auto;
	padding: 0 28px;
	background: #112240;
	border: 4px solid #F8E133;
	border-radius: 80px;
	color: #F8E133;
	font-size: 16px;
	font-weight: 700;
}

.c-nav_02 a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(/assets/img/common/bullet_arrow_01_y.svg) no-repeat 50% 50%;
	background-size: 8px auto;
	transition: .3s all;
}

.c-nav_02 a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(/assets/img/common/bullet_arrow_01_n.svg) no-repeat 50% 50%;
	background-size: 8px auto;
	transition: .3s all;
	opacity: 0;
}

@media (min-width: 769px) {
	.c-nav_02 a:hover {
		background: #F8E133;
		color: #112240;
	}

	.c-nav_02 a:hover:after {
		opacity: 0;
	}

	.c-nav_02 a:hover:before {
		opacity: 1;
	}
}

@media (max-width: 768px) {
}

/* .c-nav_03
--------------------*/
.c-nav_03 a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 60px;
	margin: 0 auto;
	padding: 0 28px;
	border: 4px solid #112240;
	border-radius: 80px;
	color: #112240;
	font-size: 16px;
	font-weight: 700;
}

.c-nav_03 a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(/assets/img/common/bullet_arrow_01_n.svg) no-repeat 50% 50%;
	background-size: 8px auto;
	transition: .3s all;
}

.c-nav_03 a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(/assets/img/common/bullet_arrow_01_y.svg) no-repeat 50% 50%;
	background-size: 8px auto;
	transition: .3s all;
	opacity: 0;
}

.c-nav_03_blank a:after {
	right: 20px;
	width: 17px;
	height: 17px;
	background: url(/assets/img/common/bullet_blank_01_n.svg) no-repeat 50% 50%;
	background-size: 17px auto;
}

.c-nav_03_blank a:before {
	right: 20px;
	width: 17px;
	height: 17px;
	background: url(/assets/img/common/bullet_blank_01_y.svg) no-repeat 50% 50%;
	background-size: 17px auto;
}

@media (min-width: 769px) {
	.c-nav_03 a:hover {
		background: #112240;
		color: #F8E133;
	}

	.c-nav_03 a:hover:after {
		opacity: 0;
	}

	.c-nav_03 a:hover:before {
		opacity: 1;
	}
}

@media (max-width: 768px) {
}

/* .c-nav_04
--------------------*/
.c-nav_04 a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 60px;
	margin: 0 auto;
	padding: 0 28px;
	background: #112240;
	border: 4px solid #112240;
	border-radius: 80px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
}

.c-nav_04 a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(/assets/img/common/bullet_arrow_01_w.svg) no-repeat 50% 50%;
	background-size: 8px auto;
	transition: .3s all;
}

.c-nav_04 a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(/assets/img/common/bullet_arrow_01_n.svg) no-repeat 50% 50%;
	background-size: 8px auto;
	transition: .3s all;
	opacity: 0;
}

.c-nav_04_blank a:after {
	right: 20px;
	width: 17px;
	height: 17px;
	background: url(/assets/img/common/bullet_blank_01_w.svg) no-repeat 50% 50%;
	background-size: 17px auto;
}

.c-nav_04_blank a:before {
	right: 20px;
	width: 17px;
	height: 17px;
	background: url(/assets/img/common/bullet_blank_01_n.svg) no-repeat 50% 50%;
	background-size: 17px auto;
}


@media (min-width: 769px) {
	.c-nav_04 a:hover {
		background: transparent;
		color: #112240;
	}

	.c-nav_04 a:hover:after {
		opacity: 0;
	}

	.c-nav_04 a:hover:before {
		opacity: 1;
	}
}

@media (max-width: 768px) {
}

/* .c-nav_prev
--------------------*/
.c-nav_prev {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	background: #F8E133;
	border-radius: 10px;
	transition: .3s all;
	cursor: pointer;
}

.c-nav_prev:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 10px;
	height: 18px;
	background: url(/assets/img/common/bullet_arrow_05_n.svg) no-repeat 50% 50%;
	background-size: 10px auto;
}

@media (min-width: 769px) {
	.c-nav_prev:hover {
		background: #112240;
	}

	.c-nav_prev:hover:after {
		background: url(/assets/img/common/bullet_arrow_05_y.svg) no-repeat 50% 50%;
		background-size: 10px auto;
	}
}

@media (max-width: 768px) {
}

/* .c-nav_next
--------------------*/
.c-nav_next {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	background: #F8E133;
	border-radius: 10px;
	transition: .3s all;
	cursor: pointer;
}

.c-nav_next:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 10px;
	height: 18px;
	background: url(/assets/img/common/bullet_arrow_01_n.svg) no-repeat 50% 50%;
	background-size: 10px auto;
}

@media (min-width: 769px) {
	.c-nav_next:hover {
		background: #112240;
	}

	.c-nav_next:hover:after {
		background: url(/assets/img/common/bullet_arrow_01_y.svg) no-repeat 50% 50%;
		background-size: 10px auto;
	}
}

@media (max-width: 768px) {
}

/* .c-bnr_01
--------------------*/
.c-bnr_01 a {
	position: relative;
	display: flex;
	border-radius: 10px;
}

.c-bnr_01 a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 4px solid transparent;
	border-radius: 10px;
	z-index: 3;
}

.c-bnr_01 a span {
	position: relative;
	display: flex;
	align-items: center;
	width: 197px;
	height: 80px;
	margin: 0 0 0 115px;
	padding: 0 0 0 15px;
	background: #000000;
	border-radius: 0 10px 10px 0;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
}

.c-bnr_01 a img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px 0 0 10px;
	z-index: 2;
}

.c-bnr_01 a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	background: url(/assets/img/common/bullet_blank_01_w.svg) no-repeat 50% 50%;
	background-size: 17px auto;
	z-index: 2;
}

.c-bnr_01_noimg a {
	background: #000000;
	border-radius: 10px;
}

.c-bnr_01_noimg a span {
	width: 100%;
	margin: 0;
	padding: 0 28px;
	background: #000000;
	border-radius: 10px;
}

.c-bnr_01_noimg a span i {
	padding: 0 0 0 6px;
	font-weight: 700;
}

@media (min-width: 769px) {
	.c-bnr_01 a:hover img {
		z-index: 1;
	}
	.c-bnr_01 a:hover:before {
		border-color: #F8E133;
	}
}

@media (max-width: 768px) {
	.c-bnr_01 a {
		min-width: 100%;
		max-width: 312px;
	}
}

/* .c-nav_back
--------------------*/
.c-nav_back a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 60px;
	margin: 0 auto;
	padding: 0 28px;
	background: #F8E133;
	border: 4px solid #F8E133;
	border-radius: 80px;
	color: #112240;
	font-size: 16px;
	font-weight: 700;
}

.c-nav_back a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(/assets/img/common/bullet_arrow_01_n.svg) no-repeat 50% 50%;
	background-size: 8px auto;
	transition: .3s all;
}

.c-nav_back a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(/assets/img/common/bullet_arrow_01_y.svg) no-repeat 50% 50%;
	background-size: 8px auto;
	transition: .3s all;
	opacity: 0;
}

@media (min-width: 769px) {
	.c-nav_back a:hover {
		background: #112240;
		color: #F8E133;
	}

	.c-nav_back a:hover:after {
		opacity: 0;
	}

	.c-nav_back a:hover:before {
		opacity: 1;
	}
}

@media (max-width: 768px) {
}

/* .c-nav_back
--------------------*/
.c-nav_back a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 303px;
	height: 50px;
	margin: 0 auto;
	padding: 0 28px;
	background: transparent;
	border: 4px solid #112240;
	border-radius: 50px;
	color: #112240;
	font-size: 16px;
	font-weight: 700;
}

.c-nav_back a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(/assets/img/common/bullet_arrow_05_n.svg) no-repeat 50% 50%;
	background-size: 8px auto;
	transition: .3s all;
}

.c-nav_back a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(/assets/img/common/bullet_arrow_05_y.svg) no-repeat 50% 50%;
	background-size: 8px auto;
	transition: .3s all;
	opacity: 0;
}

@media (min-width: 769px) {
	.c-nav_back a:hover {
		background: #112240;
		color: #F8E133;
	}

	.c-nav_back a:hover:after {
		opacity: 0;
	}

	.c-nav_back a:hover:before {
		opacity: 1;
	}
}

@media (max-width: 768px) {
}


/*
===== Module ===========================*/

/* .c-bread_crumbs
--------------------*/
.c-bread_crumbs {
	position: absolute;
	top: 16px;
	right: 20px;
	width: fit-content;
	padding: 11px 24px;
	background: #112240;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 50px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	z-index: 2;
}

#index .c-bread_crumbs {
	display: none !important;
}

.c-bread_crumbs a {
	color: #ffffff;
	font-weight: 700;
}

.c-bread_crumbs em {
	font-weight: 700;
}

.c-bread_crumbs span {
	padding: 0 14px;
	font-weight: 700;
}

@media (min-width: 769px) {
	.c-bread_crumbs a:hover {
		color: #F8E133;
	}
}

@media (max-width: 768px) {
	.c-bread_crumbs {
		position: static;
		width: calc(100% - (calc((20 / 375) * 100% * 2)));
		margin: 48px calc((20 / 375) * 100%) 0;
		padding: 3px 24px;
		background: #112240;
		border: 1px solid rgba(255,255,255,0.3);
		border-radius: 50px;
		color: #ffffff;
		font-size: 12px;
		font-weight: 700;
		line-height: 1.5;
		z-index: 2;
	}

	.c-bread_crumbs div {
		width: 100%;
		padding: 8px 0;
		white-space: nowrap;
		overflow: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

/* .c-headline_01
--------------------*/
.c-headline_01 {
	padding: 28px;
	background: #112240;
}

.c-headline_01 .bg {
	position: relative;
	height: 450px;
	border-radius: 20px;
	overflow: hidden;
}

.c-headline_01 h1 {
	position: absolute;
	top: 50%;
	left: calc((90 / 1380) * 100%);
	transform: translateY(-50%);
	width: fit-content;
	padding: 38px 48px;
	background: #F8E133;
	border-radius: 10px;
	text-align: center;
}

.c-headline_01 h1 em {
	display: block;
	font-size: 50px;
	font-weight: 700;
	line-height: calc(68 / 50);
}

.c-headline_01 h1 span {
	display: block;
	margin: 16px 0 0;
	font-size: 20px;
	font-weight: 700;
	line-height: calc(28 / 20);
}

@media (max-width: 768px) {
	.c-headline_01 {
		padding: 20px calc((20 / 375) * 100%);
	}

	.c-headline_01 h1 {
		position: absolute;
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
		width: max-content;
		max-width: 100%;
		max-width: calc(100% - 32px);
		padding: 24px;
		text-align: center;
	}

	.c-headline_01 h1 em {
		font-size: 30px;
		font-weight: 700;
		line-height: calc(42 / 30);
	}

	.c-headline_01 h1 span {
		margin: 8px 0 0;
		font-size: 16px;
		line-height: calc(22 / 16);
	}
}

/* .c-headline_02
--------------------*/
.c-headline_02 {
	padding: 84px 0 60px;
	background: #112240;
}

.c-headline_02 h1 {
	color: #F8E133;
	font-size: 40px;
	font-weight: 700;
	line-height: calc(54 / 40);
}

.c-headline_02 h1 span {
	font-size: 32px;
}

.c-headline_02 h1 + p {
	margin: 16px 0 0;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: calc(28 / 20);
}

.c-headline_02 .c-local_nav {
	padding: 36px 0 0;
}

@media (max-width: 768px) {
	.c-headline_02 {
		padding: 40px 0;
	}

	.c-headline_02 h1 {
		font-size: 30px;
		line-height: calc(42 / 30);
	}

	.c-headline_02 h1 span {
		font-size: 16px;
	}

	.c-headline_02 h1 + p {
		margin: 8px 0 0;
		font-size: 16px;
		line-height: calc(22 / 16);
	}

	.c-headline_02 .c-local_nav {
		padding: 40px 0 0;
	}
}

/* .c-local_nav
--------------------*/
.c-local_nav {
	padding: 36px 0 64px;
	background: #112240;
}

.c-local_nav ul {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.c-local_nav li {
	width: calc((224 / 1200) * 100%);
}

.c-local_nav li a {
	position: relative;
	display: flex;
	align-items: center;
	height: 66px;
	padding: 0 48px 0 12px;
	background: #ffffff;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.c-local_nav li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	background: url(/assets/img/common/bullet_arrow_02_y.svg) no-repeat 50% 50%;
	background-size: 34px auto;
	transition: .3s all;
}

.c-local_nav li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	background: url(/assets/img/common/bullet_arrow_02_n.svg) no-repeat 50% 50%;
	background-size: 34px auto;
	transition: .3s all;
	opacity: 0;
}


.c-local_nav li.current a {
	background: #F8E133 !important;
}

.c-local_nav li.current a:after,
.c-local_nav li.current a:before {
	display: none !important;
}

@media (min-width: 769px) {
	.c-local_nav li a:hover {
		background: #F8E133;
	}

	.c-local_nav li a:hover:after {
		opacity: 0;
	}

	.c-local_nav li a:hover:before {
		opacity: 1;
	}
}

@media (max-width: 1024px) {
	.c-local_nav ul {
		flex-wrap: wrap;
	}

	.c-local_nav li {
		width: 173px;
	}

	.c-local_nav li a {
		font-size: 15px;
	}
}

@media (max-width: 768px) {
	.c-local_nav {
		padding: 20px 0 40px;
	}

	.c-local_nav li {
		width: calc((100% - 20px) / 2);
	}

	.c-local_nav li a {
		height: 56px;
		padding: 0 40px 0 16px;
		background: #ffffff;
		font-size: 14px;
	}

	.c-local_nav li a:after {
		width: 24px;
		height: 24px;
		background: url(/assets/img/common/bullet_arrow_02_y.svg) no-repeat 50% 50%;
		background-size: 24px auto;
	}
}

/* .c-list_indent
--------------------*/
.c-list_indent li {
	padding: 0 0 0 1.2em;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-indent: -1.2em;
}

.c-list_indent li span {
	display: inline-block;
	width: 1.2em;
	text-indent: 0;
}

.c-list_indent li:after {
	display: none;
}

@media (max-width: 768px) {
	.c-list_disc li {
		font-size: 14px;
		line-height: 24px;
	}
}

/* .c-note_01
--------------------*/
.c-note_01 li {
	position: relative;
	padding: 0 0 0 1.1em;
	font-size: 14px;
	font-weight: 400;
	line-height: calc(19 / 14);
}

.c-note_01_s li {
	font-size: 12px;
	line-height: 1.6;
}

.c-note_01 li:after {
	content: "*";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}


/*
===== Utility ===========================*/

img.u-img_wrapper_s {
	border-radius: 8px;
}

img.u-img_wrapper_m {
	border-radius: 16px;
}

img.u-img_wrapper_l {
	border-radius: 20px;
}

@media screen and (min-width: 768px) {
	.u-pc_hidden {
		display: none !important;
	}

	.u-br_sp {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.u-sp_hidden {
		display: none !important;
	}

	.u-br_pc {
		display: none !important;
	}
}