html {
	font-size: 75%;
	line-height: 1.5;
	-webkit-print-color-adjust: exact;
}

body {
	background-color: #00A0E9;
	margin: 0;
	padding: 0;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
}

ul,
ol,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

a > img {
	vertical-align: bottom;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

h1 {
	font-size: 3em;
	line-height: 1;
	margin: 0 0 0.5em;
}

h2 {
	font-size: 2.25em;
	line-height: 1.3333;
	margin: 0 0 0.6667em;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin: 0 0 1em;
}

hgroup h2,
h4,
h5,
h6 {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

p {
	font-size: 14.5px;
	line-height: 2.2;
	margin-bottom: 1em;
}

input[type=radio],
input[type=checkbox],
input[type=file] {
	display: none;
}

input[type=number] {
	-moz-appearance: textfield;
	ime-mode: disabled;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type=tel],
input[type=email],
input[type=password] {
	ime-mode: disabled;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 500px #FFF inset;
}

select {
	-webkit-appearance: none;
	appearance: none;
	text-overflow: "";
}

select::-ms-expand {
	display: none;
}

select::-webkit-autofill {
	-webkit-box-shadow: 0 0 0 500px #FFF inset;
}

textarea::-webkit-autofill {
	-webkit-box-shadow: 0 0 0 500px #FFF inset;
}

label {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.facebook-widget {
	text-align: center;
}

.btn-wrap,
.btn-wrap--left,
.btn-wrap--right {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -8px;
	margin-bottom: 16px;
}

.btn-wrap:last-child,
.btn-wrap--left:last-child,
.btn-wrap--right:last-child {
	margin-bottom: 0;
}

.btn {
	display: block;
	width: 100%;
	margin: 8px;
	padding: 16px 0;
	border-radius: 10px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	transition-duration: 0.3s;
	position: relative;
	overflow: hidden;
	-webkit-appearance: none;
	appearance: none;
}

.btn:hover {
	cursor: pointer;
}

.btn-icon {
	position: relative;
	margin: auto;
	margin-left: -16px;
}

.btn .bx {
	font-size: 19px;
	vertical-align: -0.15em;
}

.btn-text2 {
	position: relative;
	top: -0.75em;
}

.btn.size-sm {
	width: 140px;
	height: 36px;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 36px;
}

.btn-inner {
	position: relative;
	z-index: 1;
}

.btn-positive {
	background-color: #00A0E9;
	color: #fff;
	border: #00A0E9 1px solid;
}

.btn-positive:visited {
	color: #fff;
}

.btn-normal {
	background-color: #fff;
	color: #00A0E9;
	border: #00A0E9 1px solid;
}

.btn-normal:visited {
	color: #00A0E9;
}

.btn-sub {
	background-color: #fff;
	color: #E36203;
	border: #E36203 2px solid;
}

.btn-sub .btn-word::before {
	position: absolute;
	content: "";
	top: 0;
	right: -16px;
	background: url(../../img/common/file_word_icon-c-sub.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 13px;
	height: 16px;
	transition-duration: 0.3s;
}

.btn-sub:visited {
	color: #E36203;
}

.btn-sub:hover {
	background-color: #E36203;
	color: #fff;
}

.btn-sub:hover .btn-word::before {
	position: absolute;
	content: "";
	top: 0;
	right: -16px;
	background: url(../../img/common/file_word_icon.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 13px;
	height: 16px;
	transition-duration: 0.3s;
}

.btn-accent {
	background-color: #2b2b2b;
	color: #fff;
	border: #2b2b2b 1px solid;
}

.btn-accent:visited {
	color: #fff;
}

.btn-round {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	transition: 0.75s;
}

.btn-round:hover {
	-webkit-transform: translate(10px);
	transform: translate(10px);
}

.box {
	margin: 0 0 24px;
}

.box-note,
.box-schedule {
	background: #fff;
	padding: 30px 15px;
	border-radius: 10px;
	margin-bottom: 16px;
	font-size: 16px;
	border: solid 1px rgba(44, 44, 44, 0.08);
	box-sizing: border-box;
}

.box-note:last-child,
.box-schedule:last-child {
	margin: 0;
}

.box-map {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 65%;
}

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

.box-faq .tab-list {
	display: flex;
}

.box-faq__label {
	flex-grow: 1;
	margin: 0;
	padding: 20px 0;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	float: left;
}

.box-faq__label.is-active {
	background-color: #fff;
	color: #00A0E9;
	transition-duration: 0.75s;
}

.box-faq > dl {
	display: none;
}

.box-faq__contents {
	background-color: #fff;
	padding: 30px 5%;
	border-radius: 0 0 10px 10px;
	font-size: 15px;
	clear: both;
}

.box-faq__contents dl {
	padding-left: 36px;
}

.box-faq__contents dt {
	min-width: 100%;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	text-indent: -36px;
}

.box-faq__contents dt:before {
	content: "";
	background: url(../../img/common/Q_icon.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	vertical-align: middle;
}

.box-faq__contents dd {
	min-width: 100%;
	margin-bottom: 32px;
	font-size: 15px;
	text-indent: -36px;
}

.box-faq__contents dd:before {
	content: "";
	background: url(../../img/common/A_icon.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	vertical-align: middle;
}

.box-entrylist {
	background: #fff;
	padding: 30px 15px;
	border-radius: 10px;
	margin-bottom: 16px;
	font-size: 16px;
}

.box-entrylist a {
	color: #E36203;
}

.box-entrylist a:visited {
	color: #E36203;
}

.box-entrylist__title {
	color: #E36203;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #E36203;
}

.box-result {
	display: flex;
	background: #fff;
	padding: 30px 15px;
	border-radius: 10px;
	margin-bottom: 16px;
	font-size: 16px;
}

.box-result:last-child {
	margin: 0;
}

.box-result__title {
	color: #E36203;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

.box-result__title > span {
	display: block;
}

.box-result__title .sub-title {
	margin-bottom: 16px;
	font-size: 23px;
	text-transform: uppercase;
}

.box-result__title .sub-title:last-child {
	margin: 0;
}

.box-result__contents {
	width: 100%;
	font-weight: bold;
}

.box-result__contents div {
	background-color: #fff1e5;
	width: 100%;
	padding: 8px;
	margin-bottom: 16px;
	border-radius: 3px;
	color: #E36203;
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
}

.box-result__contents dt {
	width: 90px;
	float: left;
	clear: both;
	margin: 3px 0 0 0;
	font-size: 14px;
}

.box-result__contents dd {
	margin-bottom: 8px;
	padding-left: 90px;
	font-size: 18px;
}

.box-result__contents dt,
.box-result__contents dd {
	display: block;
}

.box-result__contents dt:last-of-type,
.box-result__contents dd:last-of-type {
	margin: 0;
}

.box-sponsor {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.box-sponsor div {
	margin-bottom: 56px;
}

.box-sponsor div:last-child {
	margin-bottom: 0;
}

.box-sponsor div ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}

.box-sponsor div ul li {
	padding: 10px 16px;
	font-size: 17px;
	font-weight: bold;
}

.box-sponsor div ul li img {
	height: 60px;
}

.box-sponsor p {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.box-nav {
	margin: 8px 16px;
	display: none;
}

.box-nav a {
	padding: 4px;
}

.box-video {
	width: 100%;
	margin: 0 auto 32px;
}

.box-video:last-child {
	margin: 0 auto;
}

.box-video__title {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.box-video__item {
	position: relative;
	padding-bottom: 65%;
	margin-bottom: 24px;
}

.box-video__item:last-child {
	margin: 0;
}

.box-video__item iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.icon {
	margin-bottom: 28px;
	text-align: center;
}

.icon img {
	vertical-align: bottom;
}

.icon-briefing {
	width: 88px;
}

.icon-prize {
	width: 56px;
}

.icon-tasks {
	width: 88px;
}

.icon-toilet {
	width: 59px;
}

.icon-delivery {
	width: 65px;
}

.icon-bath {
	width: 75px;
}

.icon-period {
	width: 75px;
}

.icon-venue {
	width: 100px;
}

.icon-schedule {
	width: 130px;
}

.icon-observation {
	width: 90px;
}

.icon-faq {
	width: 55px;
}

.frm-parts,
.frm-parts--border {
	margin-bottom: 32px;
}

.frm-parts:last-child,
.frm-parts--border:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.frm-parts__heading {
	margin-bottom: 16px;
}

.frm-parts__wrap--center {
	display: flex;
	justify-content: center;
}

.frm-parts--border {
	padding-bottom: 40px;
	border-bottom: rgba(58, 55, 54, 0.2) 1px solid;
}

.frm-area {
	background-color: #F0F0F0;
	padding: 16px 8px;
}

.frm-title {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 25px;
}

.frm-title .tag-required {
	margin-left: 0.75em;
}

.frm-name {
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.08em;
}

.frm-description {
	margin-bottom: 16px;
}

.frm-inputs {
	display: flex;
	flex-wrap: wrap;
	margin: -4px;
}

.frm-inputs__item,
.frm-inputs__item--lg,
.frm-inputs__item--md,
.frm-inputs__item--sm {
	width: 50%;
	padding: 13px 16px;
	border: #bbb 1px solid;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 16px;
}

.frm-inputs__item--md {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
}

.frm-inputs__item--lg {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
}

.img-article {
	border-radius: 6px;
}

.img-article:not(:only-child) {
	margin-bottom: 16px;
}

.lyt-image {
	margin-bottom: 24px;
}

.img-map {
	margin-bottom: 30px;
	text-align: center;
}

.lst-triangle {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.lst-triangle li {
	padding: 0 10px;
}

.lst-triangle li:first-child {
	width: 100%;
	text-align: center;
}

.lst-triangle li img {
	width: 115px;
}

.lst-link {
	background-color: #00A0E9;
	box-shadow: 0 1px 1px 0px rgba(255, 255, 255, 0.4);
}

.lst-link li {
	background-color: #00A0E9;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
}

.lst-link li:hover {
	background-color: #33B3ED;
}

.lst-link li span {
	display: block;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
}

.lst-link li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
}

.lst-link li p {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.lst-link li:nth-of-type(even) {
	background-color: #66C6F2;
}

.lst-link li:nth-of-type(even):hover {
	background-color: #85D1F4;
}

.lst-col {
	display: flex;
	flex-wrap: wrap;
	margin: -4px;
}

.lst-col__item {
	padding: 4px;
	box-sizing: border-box;
}

.lst-col__item.is-xs {
	width: 50%;
}

.lst-col__item.is-sm {
	width: 50%;
}

.lst-col__item.is-md {
	width: 100%;
}

.lst-col__item.is-lg {
	width: 100%;
}

.lst-col__item.is-xl {
	width: 100%;
}

.lst-mission {
	margin-bottom: 24px;
}

.lst-mission:last-child {
	margin: 0;
}

.lst-mission li {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;
	padding: 30px 15px;
	border-radius: 10px;
	overflow: hidden;
}

.lst-mission li:last-child {
	margin-bottom: 0;
}

.lst-mission li h3 {
	color: #00A0E9;
	margin-bottom: 16px;
	font-size: 40px;
}

.lst-mission li h3 > span {
	display: block;
}

.lst-mission li h3 .sub-title {
	margin-bottom: 8px;
	font-size: 18px;
	text-transform: uppercase;
}

.lst-mission li p {
	font-size: 16px;
	text-align: left;
}

.lst-mission__img {
	width: 100%;
	max-width: 360px;
	margin-bottom: 24px;
	margin-right: auto;
	margin-left: auto;
}

.lst-mission__prize {
	border: solid 2px #00A0E9;
	border-radius: 8px;
	width: 100%;
	padding: 16px 8px;
	box-sizing: border-box;
	line-height: 1;
}

.lst-mission__prizeInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	border-bottom: solid 1px #00A0E9;
	padding-bottom: 8px;
	margin-bottom: 16px;
}

.lst-mission__prize dt {
	color: #00A0E9;
	font-size: 18px;
	font-weight: bold;
	margin-right: 8px;
	line-height: 24px;
}

.lst-mission__prize dd {
	color: #00A0E9;
	font-size: 20px;
	font-weight: bold;
}

.lst-mission__prize dd span {
	font-size: 40px;
	margin-right: 3px;
}

.lst-mission__prize .note {
	display: block;
	width: 100%;
	color: #00A0E9;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.lst-goal {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}

.lst-goal li {
	font-size: 18px;
}

.lst-schedule {
	display: flex;
	flex-direction: column;
}

.lst-schedule li {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 16px;
	font-size: 16px;
}

.lst-schedule li:last-child {
	margin-bottom: 0;
}

.lst-schedule span {
	font-weight: bold;
}

.lst-schedule dl {
	display: flex;
}

.lst-schedule dt {
	min-width: 80px;
}

.lst-news li {
	border-bottom: solid 1px #c8c8c8;
	padding: 0 15px 24px 15px;
	margin-bottom: 30px;
}

.lst-news li:last-child {
	margin-bottom: 0;
}

.lst-news li a {
	display: block;
}

.lst-news li a:hover {
	color: #00A0E9;
}

.lst-news li p {
	display: inline-block;
	margin: 0;
	line-height: 1.8;
	font-size: 15px;
}

.lst-news li .date {
	font-size: 15px;
	font-weight: bold;
}

.lst-news li .title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 3.6em;
}

.nav-toggle {
	display: flex;
	margin-bottom: 40px;
}

.nav-toggle__link {
	display: block;
	flex-grow: 1;
	border-bottom: #dcdddd 1px solid;
	line-height: 2;
	font-size: 18px;
	text-align: center;
	position: relative;
	transition-duration: 0.3s;
}

.nav-toggle__link:after {
	content: "";
	display: block;
	background-color: transparent;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -1px;
	left: 0;
	transition-duration: 0.3s;
}

.nav-toggle__link.is-current:after {
	background-color: #f36f6f;
}

.lyt-table {
	font-size: 14px;
}

.lyt-table tr {
	vertical-align: top;
}

.lyt-table th {
	color: #9e9e9e;
	padding: 8px 0;
	padding-right: 24px;
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
}

.lyt-table td {
	padding: 8px 0;
}

.tbl-list {
	margin-bottom: 24px;
	border-collapse: collapse;
	border-spacing: 0;
}

.tbl-list:last-child {
	margin: 0;
}

.tbl-list tbody,
.tbl-list tr {
	width: 100%;
}

.tbl-list tr,
.tbl-list th,
.tbl-list td {
	background-color: #fff;
	border: solid 1px #D1D1D1;
}

.tbl-list th {
	background-color: #EFEFEF;
	width: 25%;
	padding: 14px 5px;
	font-size: 15px;
}

.tbl-list td {
	width: 25%;
	padding: 14px 5px;
	font-size: 13px;
	text-align: center;
}

.tbl-list tr > th:last-of-type,
.tbl-list tr > td:last-of-type {
	width: 50%;
}

.tbl-teamlist {
	width: 100%;
}

.tbl-teamlist thead {
	border-bottom: solid 1px rgba(40, 40, 40, 0.4);
}

.tbl-teamlist__heading {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

.tbl-teamlist__row > td {
	padding: 10px 3px;
	vertical-align: baseline;
}

.tbl-teamlist__number {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

.tbl-teamlist__name {
	font-weight: bold;
	font-size: 18px;
}

.txt,
.txt-deco,
.txt-w {
	color: #2b2b2b;
	margin: 0 0 24px;
	font-style: normal;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}

.txt:last-child,
.txt-deco:last-child,
.txt-w:last-child {
	margin-bottom: 0;
}

.txt-left {
	color: #2b2b2b;
	margin: 0 0 24px;
	font-style: normal;
	font-size: 16px;
	line-height: 1.8;
	text-align-last: left;
}

.txt-left:last-child {
	margin-bottom: 0;
}

.txt-w {
	color: #fff;
}

.txt-deco {
	color: #00A0E9;
	font-weight: bold;
	font-size: 20px;
}

.txt-notice {
	margin: 0 0 16px;
	color: #00A0E9;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.8;
}

.txt-notice:last-child {
	margin-bottom: 0;
}

.txt-underline {
	background: linear-gradient(transparent 50%, #F6CEB2 50%);
}

.txt-link {
	color: #00A0E9;
}

.txt-link:active,
.txt-link:visited {
	color: #00A0E9;
}

.txt-bold {
	font-weight: bold;
}

.ttl-h1,
.ttl-h1--blk {
	color: #00A0E9;
	margin: 0 0 50px;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.4;
	text-align: center;
}

.ttl-h1--blk {
	color: #2b2b2b;
}

.ttl-h2 {
	position: relative;
	margin: 0 0 70px;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.4;
	text-align: center;
}

.ttl-h2:before {
	content: "";
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 80px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #00A0E9;
}

.ttl-h2--white {
	color: #fff;
}

.ttl-h2--white:before {
	background-color: #fff;
}

.ttl-h2--color {
	color: #00A0E9;
	margin: 0 0 16px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
	line-height: 1.4;
	text-align: center;
}

.ttl-h2--color2 {
	color: #2b2b2b;
	margin: 0 0 16px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
}

.ttl-h3,
.ttl-h3--border {
	color: #2b2b2b;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.666;
	margin-bottom: 24px;
}

.ttl-h3--color {
	color: #00A0E9;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 36px;
}

.ttl-h3--border::after {
	background-color: #00A0E9;
	content: "";
	display: block;
	width: 100%;
	height: 7px;
	opacity: 0.15;
}

.ttl-h3--border__text {
	color: #00A0E9;
}

.ttl-h4 {
	color: #2b2b2b;
	margin: 0 0 12px;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.27;
}

.mb-xs {
	margin-bottom: 8px;
}

.mb-sm {
	margin-bottom: 16px;
}

.mb-md {
	margin-bottom: 24px;
}

.mb-lg {
	margin-bottom: 32px;
}

.mb-xl {
	margin-bottom: 48px;
}

/*
	ヘッダー　header
	=======================================================================
*/

.header {
	background-color: rgba(0, 0, 0, 0);
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 64px;
	box-sizing: border-box;
	position: relative;
	z-index: 1000;
}

.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 2000px;
	height: 100%;
	box-sizing: border-box;
}

.header-logo {
	background-color: #00A0E9;
	color: #fff;
	height: 100%;
	width: 120px;
	margin: 0;
	padding: 8px 16px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
}

.header-inner {
	background: #00A0E9;
	display: block;
	width: 100vw;
	height: 100%;
	box-sizing: border-box;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header-nav {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	opacity: 0;
}

.header-nav li {
	color: #fff;
}

.header-nav__link {
	display: block;
	font-weight: bold;
	line-height: 1.85;
	color: #fff;
}

.header-nav-lst {
	padding: 10%;
	font-size: 16px;
}

.header-nav-item {
	margin-bottom: 20px;
}

.header-nav__accordion {
	display: block;
	font-weight: bold;
	line-height: 1.85;
	color: #fff;
}

.header-nav__accordion .toggle-btn {
	display: inline-block;
	background-image: url("/img/common/chevron_down-c-white.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 10px;
	height: 10px;
	margin-left: 8px;
}

.header-nav__accordion .toggle-btn.is-open {
	background-image: url("/img/common/chevron_up-c-white.svg");
}

.header-nav .lang a {
	display: inline-block;
	font-weight: bold;
}

.header-nav .lang a.not-selected {
	font-weight: normal;
}

.header-childNav {
	display: none;
}

.header-childNav__title {
	display: none;
}

.header-childNav__item {
	position: relative;
	margin-left: 5px;
	padding: 5px 0;
	font-size: 13px;
}

.header-childNav__item:before {
	content: "└";
	position: absolute;
	left: 0;
}

.header-childNav__item:hover {
	opacity: 0.8;
}

.header-childNav__link {
	transition: opacity 0.3s;
	padding-left: 1.2em;
}

.header-childNav__link .long {
	display: none;
}

/*
	メイン　main
	=======================================================================
*/

.wrap {
	position: relative;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	font-family: Helvetica, "Helvetica Neue medium", "游ゴシック体", YuGothic, "游ゴシック medium", yu gothic medium, YuGothicM, yu gothic, "メイリオ", Meiryo, "ヒラギノ角ゴ pro w3", hiragino kaku gothic pro, Osaka, "ms pゴシック", ms pgothic, sans-serif;
	font-weight: 400;
	line-height: 1.8;
}

.intro {
	padding-top: 36.31%;
	position: relative;
}

.intro-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.intro-image img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.main {
	display: flex;
	position: relative;
	top: 0;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
}

.main-right {
	width: 100%;
}

.section--gry {
	background-color: #FAFAFA;
}

.section--theme {
	background-color: #00A0E9;
}

.section--sub-theme {
	background-color: #E36203;
}

.section-inner {
	width: 100%;
}

.content {
	width: 100%;
}

.archivelist-ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 12px 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.archivelist-ttl .bx {
	font-size: 30px;
}

.map {
	margin-bottom: 32px;
	position: relative;
	padding-bottom: 65%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.map-inner {
	color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.map:last-child {
	margin-bottom: 0;
}

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

.section-01 .box-01 {
	width: 749px;
}

.section-01 .box-02 {
	width: 449px;
}

.section-02 .box-01 {
	width: 579px;
	order: 1;
}

.section-02 .box-02 {
	width: 519px;
	order: 2;
}

.section-03 .box-01 {
	width: 579px;
	order: 2;
}

.section-03 .box-02 {
	width: 519px;
	order: 1;
}

.page-top {
	position: fixed;
	right: 10px;
	color: #E36203;
	line-height: 1;
}

.page-top a {
	display: block;
}

.page-top svg {
	fill: #E36203;
}

.page-top:hover {
	cursor: pointer;
	opacity: 0.6;
}

/*
	フッター　footer
	=======================================================================
*/

.footer {
	background-color: #F2F2F2;
}

.footer-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 16px 64px;
}

.footer-inner a {
	transition: color 0.3s;
}

.footer-inner a:hover {
	color: #00A0E9;
}

.footer-inner .footer-logo {
	width: 160px;
	margin-bottom: 64px;
}

.footer-inner .footer-nav__block:last-child {
	margin-bottom: 0;
}

.footer-inner .footer-nav__label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: solid 1px #D3D3D3;
	margin-bottom: 20px;
}

.footer-inner .footer-nav__label:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.footer-inner .footer-nav__label .toggle-btn {
	display: block;
	background-image: url("/img/common/icon_plus.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 10px;
	height: 10px;
	margin: 5px;
}

.footer-inner .footer-nav__label .toggle-btn.is-open {
	background-image: url("/img/common/icon_minus.svg");
}

.footer-inner .footer-nav__subLabel {
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-inner .footer-nav__subLabel.mb-0 {
	margin-bottom: 0;
}

.footer-inner .footer-nav__list {
	display: none;
	margin-bottom: 40px;
}

.footer-inner .footer-nav__item {
	width: 100%;
	margin-bottom: 20px;
}

.footer-inner .footer-nav__item:last-child {
	margin-bottom: 0;
}

.footer-inner .footer-nav__subItem {
	position: relative;
	width: 100%;
	margin-bottom: 16px;
	padding-left: 1.15em;
	box-sizing: border-box;
}

.footer-inner .footer-nav__subItem:before {
	content: "└";
	position: absolute;
	left: 0;
}

.footer-inner .footer-nav__link {
	color: #6C6C6C;
}

.footer-copy {
	font-size: 11px;
	text-align: center;
	margin: 0 0 40px;
}

.content-wrap {
	padding: 20px;
}

/* コンテンツBOX */

.content-block {
	background-color: #fff;
}

.content-block + .content-block {
	margin-top: 20px;
}

.loader {
	background: #fff url("../image/logo-site@laptop.png") no-repeat center/50%;
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir=rtl] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir=rtl] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 50px;
}

.slick-dots {
	position: absolute;
	bottom: -35px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0 -20px;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 50px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

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

.slick-dots {
	margin: 0 -32px;
}

}

@media print, screen and (min-width: 600px) {

.sp {
	display: none !important;
}

.btn {
	width: 400px;
	max-width: none;
	padding: 23px 19px 23 0;
	font-size: 18px;
}

.btn-icon {
	margin-left: -20px;
}

.btn .bx {
	font-size: 23px;
	vertical-align: -0.15em;
}

.btn-sub .btn-word::before {
	right: -20px;
	width: 17px;
	height: 20px;
}

.btn-sub:hover .btn-word::before {
	right: -20px;
	width: 17px;
	height: 20px;
}

.box-faq__label {
	height: inherit;
}

.box-faq__label:not(.is-active):hover {
	background-color: #fff;
	transition-duration: 0.75s;
}

.box-faq__list {
	padding: 16px 72px;
}

.box-faq__list dt {
	margin-bottom: 24px;
}

.box-entrylist {
	padding: 30px;
}

.box-result__contents dt {
	width: 100px;
}

.box-result__contents dd {
	padding-left: 116px;
	margin-bottom: 24px;
}

.box-result {
	align-items: center;
	padding: 30px;
}

.box-result__title {
	padding: 0 44px;
	margin: 0 0 0 -30px;
	height: 100%;
	width: 25%;
	flex-shrink: 0;
}

.box-result__contents {
	padding-left: 50px;
	border-left: solid 1px #E36203;
}

.box-sponsor div ul {
	flex-wrap: wrap;
	width: 50vw;
}

.box-video {
	width: 80%;
}

.frm-area {
	padding: 24px;
}

.lst-link li a {
	padding: 8px 0;
}

.lst-col__item.is-xs {
	width: 25%;
}

.lst-col__item.is-md {
	width: 50%;
}

.lst-col__item.is-lg {
	width: 50%;
}

.lst-schedule {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}

.lst-schedule li {
	font-size: 18px;
}

.tbl-list th {
	font-size: 16px;
}

.tbl-list td {
	font-size: 15px;
}

.ttl-h1,
.ttl-h1--blk {
	font-size: 38px;
}

.ttl-h2--color {
	font-size: 38px;
	margin: 0 0 32px;
}

.ttl-h2--color2 {
	font-size: 38px;
	margin: 0 0 32px;
}

.ttl-h3,
.ttl-h3--border {
	margin-bottom: 30px;
}

.header-nav-lst {
	padding: 54px 56px;
	font-size: 18px;
}

.header-childNav__link .short {
	display: none;
}

.header-childNav__link .long {
	display: block;
}

.header-logo {
	padding: 8px 16px;
	letter-spacing: 0.3em;
	width: 30%;
	width: 160px;
}

.main-left {
	display: none;
}

.section {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 80px 32px 100px;
}

.section-01 .box-02 {
	margin: 32px 32px 0 0;
}

.section-02 .box-02 {
	margin-top: 32px;
}

.section-03 .box-02 {
	margin-right: 32px;
}

.content-block {
	width: 85%;
	max-width: 960px;
	padding: 48px 28px;
}

}

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

.slick-dots {
	margin: 0;
}

}

@media print, screen and (min-width: 900px) {

.mobile {
	display: none !important;
}

.tab {
	display: none !important;
}

.btn-wrap--left {
	justify-content: flex-start;
}

.btn-wrap--right {
	justify-content: flex-end;
}

.box {
	margin-bottom: 64px;
}

.box-note,
.box-schedule {
	padding: 30px;
	font-size: 18px;
}

.box-nav {
	position: absolute;
	top: 40px;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	display: none;
	background-color: #4B4B4B;
	width: 350px;
	min-height: 152px;
	padding: 30px;
}

.box-nav.is-open {
	display: block !important;
}

.box-nav-ttl {
	color: #fff !important;
	margin: 0;
	margin-bottom: 24px;
	padding-bottom: 16px;
	font-size: 22px;
	text-align: left;
	border-bottom: solid 2px #fff;
}

.box-nav-ttl:hover {
	opacity: 0.8;
}

.box-nav ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px -8px -8px;
}

.box-nav ul li {
	padding: 0 8px 8px 8px;
	margin: 0;
}

.box-nav ul li a {
	color: #fff;
}

.box-nav ul li a:hover {
	color: #fff;
	opacity: 0.8;
}

.box-video {
	width: 560px;
	margin: 0 auto 40px;
}

.box-video__title {
	margin-bottom: 16px;
}

.icon {
	margin-bottom: 40px;
}

.icon-briefing {
	width: 116px;
}

.icon-prize {
	width: 69px;
}

.icon-tasks {
	width: 116px;
}

.icon-period {
	width: 115px;
}

.icon-venue {
	width: 152px;
}

.icon-schedule {
	width: 208px;
}

.icon-observation {
	width: 129px;
}

.icon-faq {
	width: 110px;
}

.frm-inputs__item,
.frm-inputs__item--lg,
.frm-inputs__item--md,
.frm-inputs__item--sm {
	padding: 14px 16px;
}

.frm-inputs__item--sm {
	width: 25%;
}

.frm-inputs__item--md {
	width: 50%;
}

.img-map img {
	max-width: 480px;
}

.lst-triangle li img {
	width: 196px;
}

.lst-link {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100vh - 120px);
}

.lst-link li {
	height: 100%;
}

.lst-link li p {
	font-size: 30px;
}

.lst-link li a {
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}

.lst-link li a .txt-large,
.lst-link li a .txt-small {
	display: block;
	margin: 0;
}

.lst-col__item.is-sm {
	width: 25%;
}

.lst-col__item.is-md {
	width: 33.333%;
}

.lst-col__item.is-lg {
	width: 50%;
}

.lst-col__item.is-xl {
	width: 50%;
}

.lst-mission {
	justify-content: space-between;
	padding: 0;
}

.lst-mission > li {
	flex-direction: row;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	max-width: none;
	padding: 30px;
	margin-bottom: 16px;
	box-sizing: border-box;
}

.lst-mission > li p {
	font-size: 18px;
}

.lst-mission__img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	min-width: auto;
	margin-bottom: 0;
}

.lst-mission__text {
	width: 50%;
}

.lst-mission__prize .note {
	font-size: 16px;
}

.lst-news li a {
	display: flex;
}

.lst-news li .date {
	margin-right: 24px;
}

.lst-news li .title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	max-height: 1.8em;
}

.nav-toggle__link:hover {
	color: #00A0E9;
}

.txt,
.txt-deco,
.txt-w {
	font-size: 18px;
	margin-bottom: 48px;
}

.txt-left {
	font-size: 18px;
	margin-bottom: 48px;
}

.txt-link:hover,
.txt-link:focus {
	color: #00A0E9;
}

.ttl-h2 {
	font-size: 34px;
}

.mb-xs {
	margin-bottom: 16px;
}

.mb-sm {
	margin-bottom: 24px;
}

.mb-md {
	margin-bottom: 32px;
}

.mb-lg {
	margin-bottom: 48px;
}

.mb-xl {
	margin-bottom: 72px;
}

.header {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 80px;
}

.header .archivelist-container {
	display: none;
}

.header-wrap {
	width: 100%;
	padding: 0;
}

.header-inner {
	background-color: rgba(0, 0, 0, 0);
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow-y: visible;
	position: static;
	z-index: auto;
	transition: all 0s;
	-webkit-transform: none;
	transform: none;
}

.header-logo {
	padding: 10px 32px;
	font-size: 16px;
	letter-spacing: 0.3em;
	line-height: 1.3;
	min-width: 220px;
}

.header-nav {
	align-items: flex-end;
	justify-content: space-around;
	width: 100%;
	opacity: 1 !important;
	transition: all 0s;
}

.header-nav li {
	color: #2b2b2b;
}

.header-nav-lst {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	padding: 0 40px 0 0;
}

.header-nav-item {
	margin: 0 10px;
	padding: 10px 0;
	font-size: 15px;
	color: #2C2C2C;
}

.header-nav-item.lang {
	margin-left: 20px;
}

.header-nav-item.is-current > a {
	color: #00A0E9;
}

.header-nav__link {
	pointer-events: auto;
	font-weight: bold;
	color: #2C2C2C;
	transition: color 0.75s;
}

.header-nav__link:hover {
	color: #00A0E9;
}

.header-nav__accordion {
	pointer-events: auto;
	font-weight: bold;
	color: #2C2C2C;
	transition: color 0.75s;
}

.header-nav__accordion:hover {
	color: #00A0E9;
}

.header-nav__accordion .toggle-btn {
	background-image: url("/img/common/chevron_down-c-blk.svg");
	margin-left: 3px;
}

.header-nav__accordion .toggle-btn.is-open {
	background-image: url("/img/common/chevron_up-c-blk.svg");
}

.header-childNav {
	position: absolute;
	background-color: #E36203;
	width: 100%;
	padding: 20px 0;
	top: 80px;
	left: 0;
	box-shadow: 0px 4px 9px -6px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
}

.header-childNav-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
	max-width: 800px;
	height: 100%;
	margin: 0 auto;
}

.header-childNav__title {
	display: block;
	width: 200px;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.header-childNav__list {
	position: relative;
	padding-left: 24px;
}

.header-childNav__list li {
	color: #fff;
}

.header-childNav__list::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	left: 0;
	top: 0;
}

.header-childNav__item {
	margin-left: 0;
	padding: 10px 0 5px 0.9em;
	font-size: 16px;
	font-weight: bold;
}

.header-childNav__item:before {
	display: none;
}

.header-childNav__item .short {
	display: none;
}

.header-childNav__item .long {
	display: block;
}

.header-childNav__link {
	padding: 0;
}

.header-btn {
	width: 140px;
	height: 36px;
	margin: 0 0 0 40px;
	padding: 0;
	line-height: 36px;
	opacity: 1;
	transition: all 0s;
}

.header-menu {
	display: none !important;
}

.main-left {
	min-width: 220px;
	display: block;
}

.section {
	padding: 80px 0 100px;
	width: 100%;
}

.section-inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.content {
	width: 81.5%;
	max-width: 796px;
	order: 1;
}

.side {
	width: 244px;
	order: 0;
}

.archivelist {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	height: 100vh;
	width: 220px;
}

.archivelist-ttl {
	padding: 10px;
	height: 120px;
	border: solid 1px #EEEEEE;
	box-sizing: border-box;
}

.archivelist-ttl .bx {
	display: none;
}

.footer-inner {
	display: flex;
	padding: 40px 0 64px;
	width: 90%;
}

.footer-inner .footer-logo {
	margin-bottom: 0;
	margin-right: 104px;
}

.footer-inner .footer-nav {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.footer-inner .footer-nav__block {
	width: calc((100% - 128px) / 3);
	margin: 0 16px;
}

.footer-inner .footer-nav__label {
	margin-bottom: 24px;
}

.footer-inner .footer-nav__label .toggle-btn {
	display: none;
}

.footer-inner .footer-nav__list {
	display: flex !important;
	flex-wrap: wrap;
}

.footer-inner .footer-nav__item {
	width: 100%;
}

.content-wrap {
	padding: 50px 0;
}

.content-block {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

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

}

@media only screen and (max-width: 900px) {

.pc {
	display: none !important;
}

}

@media only screen and (max-width: 899px) {

.tbl-teamlist {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}

.tbl-teamlist__row {
	display: block;
	margin-bottom: 10px;
}

.tbl-teamlist__row:last-child {
	margin-bottom: 0;
}

.tbl-teamlist__heading {
	display: none;
}

.tbl-teamlist__row {
	counter-increment: number;
}

.tbl-teamlist__number {
	display: none;
}

.tbl-teamlist__name {
	display: block;
	width: 100%;
	font-weight: bold;
}

.tbl-teamlist__name:before {
	content: "No." counter(number);
	font-style: bold;
}

.tbl-teamlist__url,
.tbl-teamlist__pdf {
	display: block;
	width: 100%;
	padding: 5px 0;
}

.header-wrap.is-open .header-logo {
	display: none;
}

.header-wrap.is-open .header-inner {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.header-wrap.is-open .header-inner .header-nav {
	opacity: 1;
	transition: all 0.8s ease-in-out 0.2s;
}

.header-wrap.is-open .header-inner .header-nav li:last-child {
	margin-bottom: 0;
}

.header-wrap.is-open .header-inner .header-nav li:last-child.lang {
	padding: 16px 0 0 0;
}

.header-menu {
	width: 64px;
	height: 64px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100000;
}

.header-menu-icon {
	background-color: #00A0E9;
	display: inline-block;
	width: 25px;
	height: 2px;
	box-shadow: 0 1px 1px 0px rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.header-menu-icon:before {
	background-color: #00A0E9;
	width: 100%;
	height: 100%;
	box-shadow: 0 1px 1px 0px rgba(255, 255, 255, 0.3);
	position: absolute;
	top: -8px;
	right: 0;
	content: "";
	transition: top 0.3s, background-color 0s, -webkit-transform 0.3s;
	transition: transform 0.3s, top 0.3s, background-color 0s;
	transition: transform 0.3s, top 0.3s, background-color 0s, -webkit-transform 0.3s;
}

.header-menu-icon:after {
	background-color: #00A0E9;
	width: 100%;
	height: 100%;
	box-shadow: 0 1px 1px 0px rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 8px;
	right: 0;
	content: "";
	transition: top 0.3s, background-color 0s, -webkit-transform 0.3s;
	transition: transform 0.3s, top 0.3s, background-color 0s;
	transition: transform 0.3s, top 0.3s, background-color 0s, -webkit-transform 0.3s;
}

.header-menu.is-open .header-menu-icon {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
}

.header-menu.is-open .header-menu-icon:before {
	background-color: #fff;
	top: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.header-menu.is-open .header-menu-icon:after {
	background-color: #fff;
	top: 0;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

}

@media only screen and (max-width: 599px) {

.tab {
	display: none !important;
}

.box-faq__list dt:last-child,
.box-faq__list dd:last-child {
	margin: 0;
}

.box-entrylist li {
	margin-bottom: 16px;
}

.box-entrylist h4 {
	margin: 0 0 8px 0;
}

.box-entrylist p {
	margin: 0 0 8px 0;
	line-height: 1.8;
}

.box-result {
	flex-direction: column;
}

.box-result__title {
	border-bottom: solid 1px #E36203;
}

.lst-schedule dl {
	flex-direction: column;
}

.main-left {
	display: none;
}

.section {
	padding: 80px 20px 100px;
}

.content {
	margin-bottom: 56px;
}

.content:last-child {
	margin-bottom: 0;
}

.side {
	margin: 0 -20px;
	overflow: hidden;
}

.map {
	padding-bottom: 56.25%;
}

.section-01 .box-01 {
	order: 1;
}

.section-01 .box-02 {
	order: 2;
}

.section-01 .img-01 {
	width: calc(100% + 28px);
	max-width: none;
}

.section-02 .box-01 {
	width: 100%;
}

.section-02 .box-02 {
	width: 100%;
}

.section-02 .img-01 {
	width: calc(100% + 28px);
	max-width: none;
}

.section-03 .box-01 {
	width: 100%;
	order: 1;
}

.section-03 .box-02 {
	width: 100%;
	order: 2;
}

.section-03 .img-01 {
	width: calc(100% + 28px);
	max-width: none;
}

}

@media only screen and (max-width: 320px) {

.box-faq__label {
	font-size: 14px;
}

}

@-webkit-keyframes slideIn {

to {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@keyframes slideIn {

to {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@-webkit-keyframes fadeIn {

to {
	opacity: 1;
}

}

@keyframes fadeIn {

to {
	opacity: 1;
}

}

@-webkit-keyframes zoomInSP {

to {
	-webkit-transform: scale(1.5) translate3d(15%, -20%, 0);
	transform: scale(1.5) translate3d(15%, -20%, 0);
}

}

@keyframes zoomInSP {

to {
	-webkit-transform: scale(1.5) translate3d(15%, -20%, 0);
	transform: scale(1.5) translate3d(15%, -20%, 0);
}

}

@-webkit-keyframes zoomInPC {

to {
	-webkit-transform: scale(1.25) translate3d(1%, -15%, 0);
	transform: scale(1.25) translate3d(1%, -15%, 0);
}

}

@keyframes zoomInPC {

to {
	-webkit-transform: scale(1.25) translate3d(1%, -15%, 0);
	transform: scale(1.25) translate3d(1%, -15%, 0);
}

}

