@charset "utf-8";

/*===============================
reset & new role
=================================*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

* {
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

a {
	word-break: break-all;
	color: #FF8900;
}

a:hover,
a:active {
	text-decoration: unset;
}

a img {
	border: 0;
	transition: all .3s;
}

a img:hover {
	opacity: .7;
}

img {
	max-width: 100%;
	height: auto;
	width: 100%;
	backface-visibility: hidden;
}

.tb-content {
	display: none;
}

.sp-content {
	display: none;
}

.disabled {
	pointer-events: none;
}

small {
	font-size: 80%;
}

/*===============================
wrapper, box, content
=================================*/

html {
	font-size: 62.5%;
	background-color: #05121A;
}

body {
	width: 100%;
	min-width: 320px;
	box-sizing: border-box;
	color: #05121A;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	background-image: url(../images/common_bg.png);
	background-position: center;
	background-size: contain;
	background-attachment: fixed;
}

.all_wrap {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	background-color: #fff;
}

body.top-page .all_wrap {
	background-color: #fff;
}

.col-left {
	flex: 1;
	max-width: 300px;
	color: #fff;
	background-image: url(../images/menu_bg.png);
	background-size: contain;
}

.col-right {
	position: relative;
	flex: 1;
	background-color: #fff;
}

body.top-page .col-right {
	background-color: #15438F;
}

#page-content {
	min-height: 1200px;
	padding: 0 30px 50px;
}

/*===============================
header
=================================*/
h1.site-ttl {
	padding: 30px;
	background: linear-gradient(0deg, rgba(241, 216, 26, 1) 0%, rgba(250, 238, 79, 1) 100%);
}

h1.site-ttl a {
	display: inline-block;
}

.theme {
	padding: 0 10px 10px 10px;
}

#menu {
	padding: 0 10px;
}

#menu-inner {
	width: 100%;
	margin: 0 auto;
}

#menu-btn {
	display: none;
}

#menu-content {
	margin: 0;
}

#menu-content>li {
	position: relative;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-weight: 500;
	border-bottom: 1px solid #fff;
	list-style: none;
}

#menu-content>li>a {
	position: relative;
	display: block;
	padding: 15px 20px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#menu-content>li>a:hover,
#menu-content>li.active>a {
	color: #ff8900;
	padding-left: 10px;
}

#menu-content>li:hover>a,
#menu-content>li.active>a {
	padding-left: 37px;
}

#menu-content>li>a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) translateX(8px);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #ff8900;
	opacity: 0;
	transition: all 0.3s;
}

#menu-content>li>a:hover::before,
#menu-content>li.active>a::before {
	opacity: 1;
	transform: translateY(-50%) translateX(20px);
}

#menu-content>li.disabled a {
	opacity: 0.5;
}

.menu_new {
	display: inline-block;
	height: 18px;
	padding: 0 3px;
	color: #fff;
	font-size: 0.7em;
	line-height: 18px;
	background-color: #E60012;
}

.nav-bnr {
	display: block;
	margin: 2rem 1rem;
	text-align: center;
	transition: all 0.2s;
}

#top_mv {
	position: relative;
	margin-top: -1px;
}

.is_new>a,
.is_pdf>a,
.is_link>a {
	position: relative;
}

.is_new>a::after,
.is_pdf>a::after,
.is_link>a::after {
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	z-index: 1;
}

.is_new>a::after {
	transform: translateY(-50%) skewX(-15deg);
	content: "NEW";
	background-color: #FFC400;
	color: #05121A;
	padding: 5px;
	line-height: 2;
	letter-spacing: normal;
	font-size: 12px;
}

.is_pdf>a::after {
	content: "";
	background-image: url(../images/btn_pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 17px;
	height: 17px;
}

.is_link>a::after {
	content: "";
	background-image: url(../images/arrow_ex_wh.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 14px;
	height: 14px;
}

.language-btn a {
	position: absolute;
	right: 0;
	font-weight: 600;
	letter-spacing: 0;
	color: #fff;
	background-color: #FF8900;
	z-index: 99;
	padding: 5px 10px 7px;
	transition: all 0.3s;
	white-space: nowrap;
}

.language-btn a:hover {
	opacity: 0.7;
}

.language-btn a::before {
	display: inline-block;
	content: '';
	width: 14px;
	height: 14px;
	background-image: url(../images/language-btn.svg);
	margin: 0 2px 0 0;
}

/*===============================
.zimukyoku-wrap, footer
=================================*/
.button-020 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 50%;
	background-color: #15438F;
	transition: all .3s;
}

.button-020 path {
	fill: #fff;
}

.button-020:hover {
	background-color: #FF8900;
}

.button-020:hover path {
	fill: #fff;
}

.zimukyoku {
	padding: 0 10px 60px;
}

.zimukyoku .zimukyoku-content+.zimukyoku-content {
	margin-top: 30px;
}

.zimukyoku-heading {
	font-weight: 600;
	font-size: 1.4rem;
	margin-bottom: 10px;
	padding: 2px 10px;
	border-top: 1px solid #687075;
	border-bottom: 1px solid #687075;
	text-align: center;
}

.zimukyoku-name {
	font-weight: 600;
	font-size: 1.6rem;
	margin-bottom: 8px;
}

.zimukyoku-address {
	font-size: 1.4rem;
}

.footer {
	background-color: #171C61;
	color: #fff;
}

.copyright {
	text-align: right;
	width: 100%;
	padding: 20px 0;
	font-size: 1.2rem;
}

/*===============================
margin padding
=================================*/

.mb-50 {
	margin-bottom: 50px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

/*===============================
text
=================================*/

.indent1em {
	text-indent: -1em;
	margin-left: 1em;
}

.indent2em {
	text-indent: -2em;
	margin-left: 2em;
}

.bold {
	font-weight: 700;
}

.normal {
	font-weight: 400;
}

.line-through-red {
	color: #d34b4b;
	text-decoration: line-through;
}

.line-through-red span {
	color: #05121A;
}

.txt-red {
	color: #ec2020;
}

.txt-bk {
	color: #05121A;
}

.txt-purple {
	color: #643788;
}

.text-under {
	text-decoration: underline;
}

::marker {
	color: #FF8900;
}

.page-heading h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 3.5rem;
	background-color: #15438F;
	color: #fff;
	padding: 2rem 0;
	margin: 0 0 3rem;
	text-align: center;
}

.page-heading h2 span {
	font-family: "Noto Serif JP", serif;
}

#page-content h3,
.page-content h3 {
	font-family: "Noto Serif JP", serif;
	position: relative;
	font-size: 2.1rem;
	color: #05121A;
	padding: 6px 8px;
	margin-bottom: 0.8em;
	border-top: 4px double #05121A;
	border-bottom: 4px double #05121A;
}

#page-content h3 small,
.page-content h3 small {
	font-size: 60%;
}

#page-content h4 {
	font-family: "Noto Serif JP", serif;
	position: relative;
	font-size: 1.9rem;
	color: #05121A;
	background: #f5f5f5;
	padding: 6px 8px 8px 12px;
	margin-bottom: 0.6em;
	border-left: 3px solid #643788;
}

/*===============================
btn
=================================*/

.btn {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: 20px 0 10px;
	padding: 20px 25px;
	text-align: center;
	color: #fff;
	background-color: #FF8900;
	border: 1px solid #FF8900;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s;
	border-radius: 50em;
}

.btn:active,
.btn:focus,
.btn:hover {
	color: #FF8900;
	background-color: #fff;
	border: 1px solid #FF8900;
}

.btn.btn_ex::after {
	content: "";
	display: block;
	background: url(../images/arrow_ex_wh.svg) no-repeat;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
}

.link_ex::after {
	content: "";
	display: inline-block;
	background: url(../images/arrow_ex.svg) no-repeat;
	background-size: 100%;
	width: 14px;
	height: 14px;
	margin-left: 5px;
	vertical-align: middle;
}

.btn.btn02 {
	color: #6DC3BA;
	border: 3px solid #6DC3BA;
	box-shadow: 0 10px 10px rgba(41, 177, 43, 0.1);
}

.btn.btn02:active,
.btn.btn02:focus,
.btn.btn02:hover {
	text-decoration: none;
	background-color: #6DC3BA;
	color: #fff;
	transition: all 0.5s ease;
}

.btn.btn03 {
	color: #dd7615;
	border: 3px solid #dd7615;
	box-shadow: 0 10px 10px rgba(177, 120, 41, 0.1);
}

.btn.btn03:active,
.btn.btn03:focus,
.btn.btn03:hover {
	text-decoration: none;
	background-color: #dd7615;
	color: #fff;
	transition: all 0.5s ease;
}

/*===============================
table
=================================*/

.table-wrap {
	overflow-x: scroll;
}

.table-common {
	width: 100%;
}

.table-common th,
.table-common td {
	border: 1px solid #a6bcde;
	padding: 0.5em 1em;
}

.table-common th {
	background-color: #bed0eb;
	font-weight: 500;
	width: 11.5em;
}

.table-common thead th {
	background-color: #1a272f;
	color: #fff;
}

.table-common .btn {
	font-size: 14px;
	padding: 10px 15px;
	margin: 0;
}

.table-wrap.--sponsor {
	overflow-x: auto;
}

.table-wrap.--sponsor .btn {
	width: fit-content;
}

.table-wrap.--sponsor th,
.table-wrap.--sponsor td {
	white-space: normal !important;
}

.name-table td:first-of-type {
	vertical-align: top;
	white-space: nowrap;
}

/*===============================
box
=================================*/

.box-red {
	border: 2px solid #d34b4b;
	padding: 20px 20px;
}

.box-yellow {
	padding: 1em 1.5em;
	background-color: #fcf0da;
}

.box-gray {
	padding: 1em 1.5em;
	border: 1px solid #ccc;
}

/* 追従バナー */
.js-scrolled-btn {
	position: fixed;
	right: 15px;
	bottom: 15px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	z-index: 10;
}

.js-scrolled-btn.scrolled {
	opacity: 1;
	visibility: visible;
}

/*===============================
動画ポップアップ
=================================*/
.video-cnt {
	display: flex;
	justify-content: center;
	margin: 30px 10px;
}

.video-thumbnail {
	max-width: 370px;
	transition: all 0.3s;
	cursor: pointer;
}

.video-thumbnail p::before,
.video-thumbnail p::after {
	display: inline-block;
	content: '';
	width: 30px;
	height: 6px;
	background-image: url(../images/video-ttl-deco.svg);
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 10px;
}

.video-thumbnail p::after {
	transform: scaleX(-1);
}

.video-thumbnail:hover {
	opacity: 0.7;
}

.video-thumbnail p {
	font-weight: 600;
	margin-bottom: 10px;
}

.popup-content {
	max-width: 100%;
}

.popup {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup.is-active {
	opacity: 1;
	visibility: visible;
}

.popup-content {
	position: relative;
	max-width: 90%;
	max-height: 90%;
}

.popup-content video {
	width: 100%;
	height: auto;
}

.popup-close {
	position: fixed;
	top: 20px;
	right: 20px;
	font-size: 30px;
	color: white;
	cursor: pointer;
	z-index: 1001;
}

.popup-image {
	width: 40%;
	border: 1px solid #ddd;
	transition: all 0.3s;
}

.popup-image:hover {
	opacity: 0.7;
}