@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Muli:400,900');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&display=swap');
:root {
	--stroke-width: 0.1em;
	--stroke-color: #fff;
}

@media screen and (max-width: 767px) {
	:root {
		--stroke-width: 0.1em;
	}
}

.zero {overflow: clip;}
.material-icons {
  display: inline-block;
  vertical-align: middle;
}

.lp {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1rem;
	font-weight: 500;
}
.lp .block-elem {
	margin: 50px 0 0;
}
.lp h2,
.lp h3,
.lp h4,
.lp h5,
.lp h6 {
  font-family: "IBM Plex Sans JP", sans-serif;
}
.lp h2 {
	margin-bottom: 1em;
	font-size: clamp(1.375rem, 2.5vw, 2.5rem);
}
.lp .section:not(#contact) h2 {
	text-align: center;
}
.lp h3 {
	color: inherit;
	font-size: clamp(1.375rem, 0.134rem + 2.59vw, 1.75rem);
}

.lp .hd-style-dot {position: relative;padding-left: 1.5em;font-size: clamp(1.25rem, 0.635rem + 1.28vw, 1.5rem); border: none;}
.lp .hd-style-dot:before {content: "●";position: absolute;left: 0;color: #b60005;} 

.lp .color-blue {
	color: #0b346e !important;
}
.lp th,
.lp td {
	font-weight: 500;
}
.lp .inner > *:last-child {
	margin-bottom: 0;
}
.lp .inner > *:first-child {
	margin-top: 0;
}
@media screen and (max-width: 768px){
	.lp {
		padding-bottom: 0;
		font-size: 0.875rem;
	}
	.lp .block-elem {
		margin-top: 30px;
		padding: 20px;
		background-color: #fff;
		border: 2px solid #ddd;
		border-radius: 6px;
	}
	.lp h2 {
		font-size: clamp(1.25rem, 0.891rem + 1.53vw, 1.625rem);
	}
	.lp .block-elem > *:last-child {
		margin-bottom: 0;
	}
	.lp table.sp-vertical th,
	.lp table.sp-vertical td {
		padding: 0.5em;
	}
  .lp table.sp-vertical th {
		background-color: #f8f8f8;
  }
	.lp table.sp-vertical tr > *:not(:last-child) {
		border-bottom: 1px solid #ccc;
	}
	.lp #event > .inner > h2,
	.lp #event > .inner > h3,
	.lp #event > .inner > p,
	.lp #event > .inner > p a,
	.lp #join > .inner > h2,
	.lp #join > .inner > h3,
	.lp #join > .inner > p,
	.lp #join > .inner > p a {
		color: #fff;
	}
}


#lp-hdr {
	position: absolute;
	background-color: transparent;
}
.is-scroll #lp-hdr {
	color: #0b346e;
	background-color: color-mix(in srgb, #fff 95%, transparent);
}
#lp-hdr .inner {
	height: 70px;
}
#lp-hdr .title {
	display: none;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.2;
	text-align: center;
}
#lp-hdr .title .en {
	font-size: 1.65em;
}
.is-scroll #lp-hdr .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: fit-content;
}

.btn-menu, #lp-hdr [class^="btn-"] {
	width: 70px;
	height: 70px;
}

#menu li a {
	color: #fff;
	font-weight: 600;
}
#menu li a:hover {
  color: inherit;
}
.lp-footer {
	position: relative;
}
.lp-footer:after {
	content: "";
	position: absolute;
	display: block;
	left: calc(50% - 50vw);
	top: 0;
	width: 100vw;
	height: 100%;
	background-color: #fff;
	z-index: -1;
}

@media screen and (min-width: 768px) {
	#menu li a {
		text-shadow: 0 0 4px #0b346e;
	}
	.is-scroll #menu li a {
		color: #0b346e;
		text-shadow: none;
	}
	#menu li a:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 767px) {
	#menu {
    top: 70px;
  }
  .menu-on #menu {
    height: calc(100% - 70px);
  }
}


#mv {
	position: relative;
	height: 85vh;
	min-height: 400px;
	color: #fff;
}
#mv .page-bg,
#mv video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	transition: filter 0.3s ease;
	filter: brightness(1);
}

#mv .page-bg {
	background: url("../images/bg_pc.jpg") no-repeat center;
	background-size: cover;
}
#mv video {
	display: none;
}
.is-scroll #mv .page-bg,
.is-scroll #mv video {
	position: fixed;
	top: 0;
	left: 0;
	filter: brightness(0.7);
}
#mv .mv-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: inherit;
	padding: 90px 20px;
}
#mv .mv-body h1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5em;
	color: #0b346e;
	font-size: clamp(1.5rem, -1.5rem + 6.25vw, 2.25rem);
	line-height: 1.4;
	text-align: center;
}
#mv .mv-body h1 > * {
	text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0
     var(--stroke-color),
   calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0
     var(--stroke-color),
   calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0
     var(--stroke-color),
   calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0
     var(--stroke-color),
   calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0
     var(--stroke-color),
   calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0
     var(--stroke-color),
   calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0
     var(--stroke-color),
   calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0
     var(--stroke-color),
   calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0
     var(--stroke-color),
   calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0
     var(--stroke-color),
   calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0
     var(--stroke-color),
   calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0
     var(--stroke-color),
   calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0
     var(--stroke-color),
   calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0
     var(--stroke-color),
   calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0
     var(--stroke-color),
   calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0
     var(--stroke-color);
}
#mv .mv-body h1 .en {
	font-size: clamp(3rem, -1rem + 8.33vw, 4rem);
	line-height: 1.1;
	
}

@media screen and (max-width: 767px) {
	#mv {
		height: 100svh;
	}
	#mv .mv-body h1 {
		font-size: clamp(1.063rem, 0.644rem + 1.79vw, 1.5rem);
	}
	#mv .mv-body h1 .en {
		font-size: clamp(2.5rem, 2.023rem + 2.04vw, 3rem);
	}
	#mv .page-bg {
		display: none;
	}
	#mv video {
		display: block;
		height: 100vh;
	}
}

.lp .list-news {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.lp .list-news li {
  margin: 0;
  padding: 1.5em 0;
  list-style: none;
  border-top: 1px solid #ccc;
}
.lp .list-news li:before {
  content: none;
}
.lp .list-news li a {
  border: none;
}
.lp .list-news li a:after {
  content: "\f1df";
  font-family: 'Material Icons';
  font-weight: normal;
  display: inline-block;
  margin-left: .5em;
  vertical-align: middle;
  transition: .3s;
}
.lp .list-news li a[target="_blank"]:after {
  content: "\e89e";
}
.lp .list-news li a:hover {
  opacity: 0.7;
}
.lp .list-news li a:hover:after {
  margin-left: 0.75em;
}

@media screen and (min-width: 768px),print {
	.lp #news {
		background-color: #fff;
	}
}

.lp .about-set .about-body {
	font-size: clamp(1rem, 0.172rem + 1.72vw, 1.25rem);
	font-weight: 600;
}
.lp .about-set .about-body .inner {
	padding: clamp(1.875rem, -0.194rem + 4.31vw, 2.5rem) clamp(1.25rem, -11.164rem + 25.86vw, 5rem);
}
.lp .about-set .about-body .inner > *:last-child {
	margin-bottom: 0;
}
.lp .about-set .about-body .color-blue {
	font-size: 1.125em;
	font-weight: 900;
}

@media screen and (min-width: 768px),print {
	.lp .about-set {
		display: flex;
		height: 100svh;
	}
	.lp .about-set .about-img {
		width: 50%;
	}
	.lp .about-set .about-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.lp .about-set .about-body {
		display: flex;
		align-items: center;
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.lp .about-set {
		margin: 0 20px;
		border-radius: 6px;
		overflow: clip;
	}
}

.lp .event-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 50px 0 0;
}
.lp .event-elem {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px 30px;
	width: 100%;
	height: max-content;
	padding: 0 20px 20px;
	letter-spacing: normal;
	background-color: #fff;
	border-radius: 12px;
	border: 1px solid #0b346e;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.4);
}
.lp .event-elem h3 {
	width: calc(100% + 40px);
	margin: 0 -20px;
	padding: 0.75em 20px;
	color: #0b346e;
	font-weight: 600;
	border-bottom: 1px solid #0b346e;
	font-size: clamp(1rem, 0.172rem + 1.72vw, 1.25rem);
}
.lp .event-elem .event-img {
	width: calc(100% / 3 - 15px);
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	overflow: clip;
}
.lp .event-elem .event-img img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}
.lp .event-elem .event-body {
	display: flex;
	flex-direction: column;
	align-self: center;
	flex: 1;
	line-height: 1.4;
}
.lp .event-elem .event-body > *:last-child {
	margin-bottom: 0;
}
.lp .event-elem .event-body p {
	margin-bottom: 1em;
}
.lp .event-elem p.date {
	margin-bottom: 10px;
	color: #0b346e;
	font-family: 'Jost', 'Noto Sans JP', Meiryo, "sans-serif";
	font-weight: 900;
	line-height: 1;
}
.lp .event-elem table th,
.lp .event-elem table td {
	padding: 0.5em 0;
}
.lp .event-elem table th {
	width: 5em;
}
.lp .event-elem table tr > *:not(:last-child) {
	border-right: none;
}
.lp .event-elem .block-set .btn {
	align-items: flex-end;
}
.lp .event-elem .btn-event {
	margin-top: auto;
}
.lp .btn-event {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	font-size: clamp(0.75rem, 0.442rem + 0.64vw, 0.875rem);
}
.lp .btn-event a {
  position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5em;
  min-width: 13em;
	min-height: 2em;
  padding: 0 0 0 1em;
  color: #fff;
  line-height: 1.5;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid #b60005;
	border-radius: 9999px;
  background-color: #b60005;
  transition: .3s linear;
}
.lp .btn-event a:after {
	content: "\e5c8";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5em;
	aspect-ratio: 1;
	margin: 2px;
	color: #b60005;
  font-size: 1.25em;
  font-family: 'Material Icons';
  line-height: 1;
  background-color: #fff;
	border-radius: 100%;
}
.lp .btn-event a:hover {
	color: #b60005;
  background-color: #fff;
}

@media screen and (min-width: 768px),print {
	.lp #event h2 {
		color: #fff;
	}
}
@media screen and (max-width: 767px) {
	.lp .event-elem .event-img {
		width: 35%;
	}
	/*.lp .event-elem .btn-event {
		margin-left: -40vw;
	}*/
/*	.lp .event-elem,
	.lp .event-elem .img img {
		border-radius: 6px;
	}
	.lp .btn-event {
		font-size: 0.75rem;
	}*/
}
@media screen and (max-width: 480px) {
	.lp .event-elem {
		flex-direction: column;
	}
	.lp .event-elem .event-img {
		width: 100%;
	}
	.lp .event-elem .btn-event {
		margin-left: 0;
	}
	.lp .event-elem .btn-event a {
		width: 240px;
	}
}

.lp #archive .event-list {
	flex-direction: row;
	flex-wrap: wrap;
}
.lp .event-list.is-archive .event-elem {
	position: relative;
	display: block;
	width: calc(100% / 3 - 20px);
	height: auto;
	padding: 0;
	gap: 0;
	box-shadow: none;
	border: 4px solid #0b346e;
	background-color: #0b346e;
	overflow: clip;
}
.lp .event-list.is-archive a.event-elem {
}
.lp .event-list.is-archive .event-elem.comingsoon {
	pointer-events: none
}
.lp .event-list.is-archive .event-elem .event-img {
	position: relative;
	width: 100%;
	background-color: #000;
	border-radius: 0;
}
.lp .event-list.is-archive .event-elem.comingsoon .event-img:after {
	content: "COMING SOON";
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	top: calc(50% - 1em);
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.lp .event-list.is-archive .event-elem.comingsoon .event-img img {
	opacity: 0.7;
}
.lp .event-list.is-archive .event-elem h3 {
	width: 100%;
	margin: 0;
	padding: 0.75em 0.5em 0.5em;
	color: #fff;
	font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
	border: none;
	border-radius: 8px 8px 0 0;
	background-color: #0b346e;
}
.lp .event-list.is-archive .event-elem .event-body {
	padding: 0.5em;
	color: #fff;
}
.lp .event-list.is-archive .event-elem .event-body p.date {
	color: #fff;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.lp #archive .event-list > .event-elem {
		width: calc(50% - 15px);
	}
	.lp #archive .event-list > .event-elem:nth-child(n+3) {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.lp #archive .event-list > .event-elem {
		width: 100%;
	}
}



ol.join-step {
	display: flex;
	gap: 40px 40px
}
ol.join-step li {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 5px solid #D2D7DA;
	border-radius: 12px;
}
ol.join-step > li:before {
	content: none;
}
ol.join-step .step-num {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	left: 10px;
	top: -16px;
	aspect-ratio: 1;
	padding: 1em;
	font-family: 'Jost', 'Noto Sans JP', Meiryo, "sans-serif";
	font-size: 0.75rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: #fff;
	white-space: pre;
	background-color: #0b346e;
	border-radius: 6px;
	/*clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);*/
}
ol.join-step .step-num span {
	font-size: 2em;
}
ol.join-step > li:not(:last-child):after {
	content: "";
	position: absolute;
	display: block;
	right: -37px;
	top: calc(50% - 18px);
	width: 20px;
	height: 32px;
	background-color: #D2D7DA;
	clip-path: polygon(0 0, 0 100%, 100% 50%)
}
ol.join-step li .img {
	width: 60%;
	margin-inline: auto;
}
ol.join-step li .text {
	width: fit-content;
	margin-inline: auto;
	padding: 0 20px 20px;
	font-weight: 700;
	line-height: 1.2
}
@media screen and (min-width: 768px),print {
	.lp #join {
		background-color: #fff;
	}
}
@media screen and (max-width: 767px) {
	ol.join-step {
		flex-direction: column
	}
	ol.join-step li {
		border-radius: 6px;
	}
	.lp ol > li:not(:last-child):after {
		right: unset;
		top: unset;
		left: calc(50% - 16px);
		bottom: -36px;
		width: 32px;
		height: 20px;
		clip-path: polygon(0 0, 50% 100%, 100% 0)
	}
	ol.join-step li .img {
		width: 40%;
		max-width: 120px;
	}
}
