@charset "UTF-8";


* {
	font-feature-settings: "palt" 1;
}

body {
	/*font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	/*font-family: 'Noto Sans JP', sans-serif;*/
	/*font-family: "Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;*/
	font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	color: #333;
	line-height: 1.6;
	letter-spacing: 0.04em;
	-webkit-font-smoothing: antialiased;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
	position: relative;
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
body {
	font-size: 2vw;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
body {
	font-size: 2.4vw;
}
}

a {
	color: #013a94;
	outline: none;
	transition: all 0.2s;
}
a:hover {
	color: #427ebf;
}
a:hover img {
	opacity: 1;
}
a img {
	transition: all 0.2s;
}
a[href^="tel:"] {
	pointer-events: none;
	color: #333;
	text-decoration: none;
}


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

sup {
	font-size: .8em;
}


figure {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: 700;
}


.pc {
display: block!important;
}
.sp {
display: none!important;
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.pc {
display: none!important;
}
.sp {
display: block!important;
}
}

.noLink {
	pointer-events: none;
}

.styleRE {
	-webkit-appearance: none;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.1;
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.input__text {
	display: block;
	width: 100%;
	background-color: #fff;
	border: 2px solid #333;
}
.input__text:focus {
	background-color: #e1efff;
}

.table__type01 {
	border: 1px solid #ccc;
}
.table__type01 th,
.table__type01 td {
	border: 1px solid #ccc;
	padding: .5em;
}
.table__type01 th {
	font-weight: 600;
	background-color: #f6f6f6;
}

.txt__L {
	text-align: left;
}
.txt__C {
	text-align: center;
}
.txt__R {
	text-align: right;
}


.paragraph+.paragraph {
	margin-top: .5em;
}
.list__disc {
	list-style-type: disc;
	padding-left: 1em;
}


#pagetop {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	font-size: 1.2em;
	color: #fff;
	background-color: #003a94;
}


.blue {
	color: #003b95;
}


.list_indent {
	text-indent: -.5em;
	padding-left: 1.5em;
}
.list_disc > li:before {
	content: "・";
	display: inline-block;
}




.section__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 4em;
}
.section__title > span {
	font-weight: 700;
	color: #074377;
	line-height: 1.4;
	text-align: center;
}
.section__title > span.en {
	font-family: 'Oswald', sans-serif;
	font-size: 4em;
}
.section__title > span.jp {
	font-size: 1.6em;
	color: #333;
	margin-top: 10px;
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__title {
	font-size: .8em;
}
}





body {
	border-top: 10px solid #074377;
}





.mainvisual {
	display: flex;
	justify-content: center;
	padding: 10em 20px 6em;
}
.mainvisual .logo {
	width: 100%;
	max-width: 1100px;
}
/* screens smaller than 900---------------------------------------------------------- */
@media only screen and (max-width:900px) {
.mainvisual {
	padding: 8em 20px 4em;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.mainvisual {
	padding: 6em 20px 4em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.mainvisual {
	padding: 4em 20px 2em;
}
}





.main_info .date {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 5em;
	font-weight: 700;
	color: #806c58;
	color: #333;
	line-height: 1;
}
.main_info .date .num {
	font-size: 1.4em;
}
.main_info .date .week {
	width: 1.4em;
	height: 1.4em;
	font-size: .6em;
	color: #fff;
	background-color: #0d6fb8;
	border-radius: 100vh;
	position: relative;
}
.main_info .date .week > span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.main_info .venue {
	font-size: 4em;
	font-weight: bold;
	color: #806c58;
	color: #333;
	line-height: 1;
	text-align: center;
	margin-top: .5em;
}
/* screens smaller than 900---------------------------------------------------------- */
@media only screen and (max-width:900px) {
.main_info {
	font-size: .8em;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.main_info {
	font-size: .5em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.main_info {
	font-size: .4em;
}
}





.section__request__catch {
	/*background-image: linear-gradient(0deg, rgba(247, 147, 93, 1), rgba(254, 220, 64, 1));*/
	background-color: #0d6fb8;
	border-top: 5px solid #074377;
	border-bottom: 5px solid #074377;
	margin-top: 20px;
	padding: 20px;
}
.section__request__catch .section__inner {
	font-size: 5em;
	font-size: 6.5em;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	text-align: center;
}
.section__request__catch .section__request__note {
	width: 100%;
	max-width: 1000px;
	font-size: 3em;
	font-weight: bold;
	color: #ed0048;
	line-height: 1.4;
	text-align: center;
	background-color: #fff;
	border: 5px solid #e1286f;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin: 20px auto 0;
	padding: .3em .1em;
}
/* screens smaller than 900---------------------------------------------------------- */
@media only screen and (max-width:900px) {
.section__request__catch {
	font-size: .8em;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__request__catch {
	font-size: .5em;
}
}





.section__main__catch {
	background: url(../images/main_catch_bg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	font-size: 3em;
	padding: 2em 20px;
	overflow: hidden;
	position: relative;
}
.section__main__catch::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.section__main__catch p {
	font-weight: bold;
	color: #fff;
	line-height: 2.4;
	text-align: center;
	text-shadow: 0 4px 8px rgba(0, 0, 0, .3);
	position: relative;
	z-index: 10;
}
.section__main__catch .section__bg__video {
	width: 100%;
	padding-top: 56.25%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.section__main__catch .section__bg__video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.section__main__catch .catch__main {
	display: flex;
	justify-content: center;
	font-size: 2.4em;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 10;
}
.section__main__catch .catch__main > span {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #e60012;
	text-align: center;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
	background-color: rgba(255, 255, 255, .9);
	border: 10px solid #e60012;
	padding: .1em .3em;
}
.section__main__catch .catch__main > span > span {
	font-size: .6em;
}
.section__main__catch .catch__sub {
	font-size: .85em;
	font-weight: bold;
	color: #fff;
	line-height: 1.8;
	text-align: center;
	margin-top: 1.3em;
	position: relative;
	z-index: 10;
}
/* screens smaller than 1000---------------------------------------------------------- */
@media only screen and (max-width:1000px) {
.section__main__catch {
	font-size: 2.6em;
}
}
/* screens smaller than 900---------------------------------------------------------- */
@media only screen and (max-width:900px) {
.section__main__catch {
	font-size: 2.3em;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__main__catch {
	font-size: 1.7em;
}
.section__main__catch .catch__main > span {
	border-width: 5px;
}
}





.section__features {
	display: flex;
	justify-content: center;
	margin-top: 80px;
	padding: 0 20px;
}
.section__features .section__main {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2em;
	width: 100%;
	max-width: 1200px;
	font-size: 1.6em;
	padding: 0 100px;
}
.section__features .section__main .features__box {
}
.section__features .section__main .features__box .box__title {
	display: flex;
	font-size: 1.2em;
}
.section__features .section__main .features__box .box__title > span {
	font-weight: 700;
	color: #fff;
	background-color: #074377;
	padding: .1em 1em;
}
.section__features .section__main .features__box .box__main {
	font-size: 1.1em;
	border: 1px solid #074377;
	padding: 1em;
/*	margin-top: 1em;*/
}
.section__features .section__main .features__box .box__main .catch {
	font-size: 1.3em;
	font-weight: 700;
	font-style: italic;
	color: #074377;
}
.section__features .section__main .features__box .box__main .text {
	margin-top: .5em;
}
.section__features .section__main .features__box .box__main strong.color__O {
	color: #ce3e3e;
}

.section__features .section__main .features__box .box__main .text+.catch__dl {
	margin-top: 1em;
}
.section__features .section__main .features__box .box__main .catch__dl {
	background-color: #f6f6f6;
	padding: 1em;
}
.section__features .section__main .features__box .box__main .catch__dl .catch__dl__title {
	font-weight: 700;
}
.section__features .section__main .features__box .box__main .catch__dl .catch__dl__title+.catch__dl__contents {
	margin-top: .2em;
}
.section__features .section__main .features__box .box__main .catch__dl .catch__dl__contents {
	padding-left: 1em;
}
.section__features .section__main .features__box .box__main .catch__dl .catch__dl__contents+.catch__dl__title {
	margin-top: .5em;
}

.section__features .section__main .features__box .note {
	display: flex;
	justify-content: flex-end;
	font-size: .8em;
	/*text-align: right;*/
	margin-top: .3em;
}
.section__features .section__main .features__box .note .on_title {
	display: grid;
	grid-template-columns: auto 1fr;
}
/* screens smaller than 1240---------------------------------------------------------- */
@media only screen and (max-width:1240px) {
.section__features .section__main {
	padding: 0 50px;
}
}
/* screens smaller than 900---------------------------------------------------------- */
@media only screen and (max-width:900px) {
.section__features {
	margin-top: 60px;
}
.section__features .section__main {
	grid-template-columns: 1fr;
	font-size: 1.2em;
	padding: 0;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__features {
	margin-top: 50px;
}
.section__features .section__main {
	font-size: 1em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__features .section__main {
	font-size: 1.2em;
}
}





.section__outline {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10em;
	padding: 0 20px;
}
.section__outline .section__main {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	font-size: 1.6em;
}
.section__outline .section__main .outline_box {
	display: grid;
	grid-template-columns: 10em 1fr;
	grid-gap: 1.5em;
}
.section__outline .section__main .outline_box+.outline_box {
	margin-top: 1em;
}
.section__outline .section__main .outline_box .title {
}
.section__outline .section__main .outline_box .title > span {
	display: block;
	width: 100%;
	font-weight: 700;
	/*color: #fff;*/
	text-align: center;
	background-color: #c8c8c8;
	padding: .4em 0;
}
.section__outline .section__main .outline_box .contents {
	font-size: 1.1em;
	padding-top: .3em;
}
/* screens smaller than 900---------------------------------------------------------- */
@media only screen and (max-width:900px) {
.section__outline {
	margin-top: 60px;
}
.section__outline .section__main {
	font-size: 1.4em;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__outline {
	margin-top: 50px;
}
.section__outline .section__main {
	font-size: 1em;
}
}





.section__service {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10em;
	padding: 0 20px;
}
.section__service .section__main {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	font-size: 1.8em;
}
/*.section__service .section__main .section__contents {
	width: 80%;
}*/
.section__service .section__main .list {
	column-count: 2;
}
.section__service .section__main .list .item {
	margin: .5em 1em;
}
/* screens smaller than 900---------------------------------------------------------- */
@media only screen and (max-width:900px) {
.section__service {
	margin-top: 60px;
}
.section__service .section__main {
	font-size: 1.4em;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__service {
	margin-top: 50px;
}
.section__service .section__main {
	font-size: 1em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__service .section__main {
	font-size: 1.5em;
}
.section__service .section__main .list {
	column-count: 1;
}
.section__service .section__main .list .item {
	margin: .5em 0;
}
}





.section__visitor {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10em;
	padding: 0 20px;
}
.section__visitor .section__main {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	font-size: 1.8em;
}
/*.section__visitor .section__main .section__contents {
	width: 80%;
}*/
.section__visitor .section__main .list {
	column-count: 2;
}
.section__visitor .section__main .list .item {
	margin: .5em 1em;
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__visitor {
	margin-top: 50px;
}
.section__visitor .section__main {
	font-size: 1em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__visitor .section__main {
	font-size: 1.5em;
}
.section__visitor .section__main .list {
	column-count: 1;
}
.section__visitor .section__main .list .item {
	margin: .5em 0;
}
}





.section__schedule {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10em;
	padding: 0 20px;
}
.section__schedule .section__main {
	width: 100%;
	max-width: 1200px;
	font-size: 1.8em;
}


.section__schedule .schedule__box {
	border: 1px solid #074377;
	position: relative;
}
.section__schedule .schedule__box+.schedule__box {
	margin-top: 50px;
}
.section__schedule .schedule__box:after {
	content: "";
	display: block;
	border-right: 40px solid transparent;
	border-top: 30px solid #074377;
	border-left: 40px solid transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateY(100%) translateX(-50%);
	transform: translateY(100%) translateX(-50%);
}
.section__schedule .schedule__box.open:after {
	display: none;
}
.section__schedule .title {
	display: grid;
	grid-template-columns: 22em 1fr;
}
.section__schedule .title .date {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #fff;
	background-color: #0d6fb8;
	padding: .5em 0 .5em 1.5em;
}

.section__schedule .title .title_main {
	display: flex;
	align-items: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background-color: #074377;
	box-shadow: -5px 0 5px rgb(0, 0, 0, .1);
	padding: .5em 0 .5em 1.5em;
}
/* screens smaller than 1000---------------------------------------------------------- */
@media only screen and (max-width:1000px) {
.section__schedule .title {
	grid-template-columns: 18em 1fr;
	font-size: .8em;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__schedule .title {
	font-size: .5em;
}
.section__schedule .title .date,
.section__schedule .title .title_main {
	padding: .5em 0 .5em 1em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__schedule .schedule__box+.schedule__box {
	margin-top: 40px;
}
.section__schedule .schedule__box:after {
	border-width: 20px;
}
.section__schedule .title {
	grid-template-columns: 1fr;
}
}





/* footer */
/*------------------------------------------------------------------------------*/
footer {
	background-color: #242424;
	margin-top: 150px;
}
footer .section_main {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.2em;
	padding: 5em 20px 3em;
}
footer .section_main .contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	line-height: 2;
}
footer .section_main .contact .title {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 1.5em;
}
footer .section_main .contact .list {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
footer .section_main .contact .list a {
	color: #fff;
}

footer .copyright {
	text-align: center;
	margin-top: 3em;
}
footer .copyright small {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
footer {
	margin-top: 100px;
}
}





/* screens smaller than 1240---------------------------------------------------------- */
@media only screen and (max-width:1240px) {
}
/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
}





