@charset "utf-8";
div#CONTENTS_BLOCK.full_width {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
/*--------------------------------------------------------------------------
general
---------------------------------------------------------------------------*/
div#CONTENTS {
	background: url(../img/background.png) top center no-repeat #d5d88f;
	background-size: cover;
}
div#CONTENTS .container {
	width: auto;
}
/* font
----------------------------------------------*/
div#CONTENTS * {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
}
div#CONTENTS p {
	line-height: 1.6;
}
/* color
----------------------------------------------*/
.text-navy {
	color: #2C3593!important;
}
.bg-navy {
	background: #2C3593!important;
}
/* btn
----------------------------------------------*/
.btnA {
	display: inline-block;
	margin: 20px auto;
	padding: 20px 30px;
	font-size: 20px;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
	background: #2C3593;
	border-radius: 40px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.btnA {
		padding: 14px 20px;
		font-size: 17px;
		width: 100%;
	}
}
.hover-zoom {
	transition: transform 0.3s ease, filter 0.3s ease;
}
.hover-zoom:hover {
	transform: scale(1.05) translateY(-5px);
	filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.2));
}
/*--------------------------------------------------------------------------
intro
---------------------------------------------------------------------------*/
#intro {
	background: rgba(137, 216, 250, 0.5);
	padding-bottom: 60px;
}
#intro .deadline {
	color: #2C3593;
	font-weight: 700;
	margin: 20px auto 0;
}
#intro .deadline span {
	display: inline-block;
	margin-right: 20px;
	padding: 10px 20px;
	background: #2C3593;
	color: #FFEE5B;
	border-radius: 20px;
}
@media screen and (max-width: 767px) {
	#intro .deadline span {
		display: block;
		margin: 0 0 10px 0;
		padding: 8px 20px;
	}
	#intro .fs-1{
		font-size: calc(1.275rem + 0.3vw) !important;
	}
	#intro .fs-4{
		font-size: 1rem !important;
	}
}
/*--------------------------------------------------------------------------
mission
---------------------------------------------------------------------------*/
#mission {
	padding: 60px 0;
}
#mission .mission_tit {
	border: solid 10px #474D8E;
	box-shadow: 5px 5px 0px 0px #1F3576;
}
#mission .balloon {
	position: relative;
	border: 2px solid #2C3593;
	border-radius: 20px;
	padding: 20px 30px;
}
#mission .balloon p {
	position: relative;
	z-index: 10;
}
#mission .balloon.balloon-left::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	right: -31px;
	border-top: 2px solid #2C3593;
	border-right: 2px solid #2C3593;
	background: #fff;
	transform-origin: top left;
	transform: scaleX(1.5) rotate(45deg);
	box-sizing: border-box;
	z-index: 1;
}
#mission .balloon.balloon-right::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	left: -31px;
	border-top: 2px solid #2C3593;
	border-left: 2px solid #2C3593;
	background: #fff;
	transform-origin: top right;
	transform: scaleX(1.5) rotate(-45deg);
	box-sizing: border-box;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#mission .balloon.balloon-left::after,
	#mission .balloon.balloon-right::after {
		width: 20px;
		height: 20px;
		top: auto;
		left:auto;
		right: 20%;
		bottom: -1px;
		border: none;
		border-bottom: 1px solid #2C3593;
		border-right: 1px solid #2C3593;
		transform-origin: bottom left;
		transform: scaleY(2) rotate(45deg);
		box-sizing: border-box;
	}
	#mission .fs-1{
		font-size: calc(1.275rem + 0.3vw) !important;
	}
	#mission .fs-4{
		font-size: 1rem !important;
	}
	#mission .balloon .fs-3{
		font-size: calc(1.275rem + 0.3vw) !important;
	}
}
/*--------------------------------------------------------------------------
entry
---------------------------------------------------------------------------*/
#entry {
	background: rgba(255, 255, 255, 0.5);
	padding: 60px 0;
}
#entry .accordion_one .accordion_header {
	background-color: #E7F8FF;
	border-bottom: solid 1px #2C3593;
	color: #2C3593;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 11%;
	text-align: center;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}
#entry .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 2%;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #2C3593;
	margin-top: -20px;
	box-sizing: border-box;
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
#entry .accordion_one .accordion_header.stay .i_box {
	transform: rotate(0deg);
}
#entry .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
#entry .accordion_one .accordion_header.stay .i_box .one_i {
	transform: rotate(0deg);
}
#entry .accordion_one .accordion_header.stay.open .i_box .one_i {
	transform: rotate(45deg);
}
#entry .accordion_one .accordion_header.open .i_box {
	transform: rotate(-360deg);
}
#entry .accordion_one .accordion_header.stay.open .i_box {
	transform: rotate(315deg);
}
#entry .accordion_one .accordion_header .i_box .one_i:before, #entry .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	transform: rotate(0deg);
	transform-origin: center center;
}
#entry .accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
#entry .accordion_one .accordion_header.stay .i_box .one_i:before {
	content: none;
}
#entry .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}
#entry .accordion_one .accordion_header.stay.open .i_box .one_i:before {
	content: "";
}
#entry .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#entry .accordion_one .accordion_header.stay.open .i_box .one_i:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#entry .accordion_one .accordion_inner {
	display: none;
	background-color: #fff;
	padding: 5%;
	margin: 0 auto;
	box-sizing: border-box;
}
#entry .accordion_one .accordion_inner.stay {
	display: block;
}
#entry .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}
@media screen and (max-width: 767px) {
	#entry .accordion_one .accordion_header {
		font-size: 20px;
		text-align: left;
	}
}
#entry .supplement {
	border: 4px solid #2C3593;
	border-radius: 24px;
	margin: 100px auto;
	padding: 0 50px 20px;
	text-align: center;
}
#entry .supplement h3 {
	font-weight: bold;
	color: #2C3593;
	background: #fff;
	padding: 20px 40px;
	border: 6px solid #2C3593;
	margin: -50px auto 40px;
}
@media screen and (max-width: 767px) {
	#entry .supplement {
		padding: 0 16px 20px;
	}
	#entry .supplement h3 {
		padding: 10px;
		margin: -50px auto 20px;
		font-size: calc(1.275rem + 0.3vw) !important;
	}
}
#entry .entry_step {
	display: flex;
}
#entry .entry_step figure {
	width: 200px;
	margin: -40px 0 30px;
}
#entry .entry_step div {
	width: calc(100% - 220px);
	position: relative;
	margin: 0 0 0 30px;
	padding: 30px 0 30px 30px;
	border-left: dashed 1px #111969;
}
#entry .entry_step:last-child div {
	border: none;
}
#entry .entry_step div h3 {
	position: absolute;
	top: -20px;
}
#entry .entry_step div h3:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	border: solid 2px #5CA0B8;
	border-radius: 50%;
	margin: 0 20px 0 -37px;
}
@media screen and (max-width: 767px) {
	#entry .entry_step figure {
		width: 80px;
		margin: -30px 0 30px;
	}
	#entry .entry_step div {
		width: calc(100% - 100px);
		margin: 0 0 0 20px;
	}
}

#entry .entry_schedule {
	display: flex;
	flex-wrap: wrap;
}
#entry .entry_schedule div:nth-child(1) {
	width: 220px;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
	border-right: dashed 1px #707070;
}
#entry .entry_schedule:last-child div:nth-child(1) {
	border: none;
}
#entry .entry_schedule div:nth-child(1) span {
	margin: -20px 0 0;
	position: relative;
	display: block;
}
#entry .entry_schedule div:nth-child(1) span:after {
	content: '';
	position: absolute;
	top: 5px;
	right: -17px;
	width: 10px;
	height: 10px;
	background: #fff;
	border: solid 2px #5CA0B8;
	border-radius: 50%;
}
#entry .entry_schedule div:nth-child(2) {
	width: calc(100% - 260px);
	margin-left: 40px;
	padding-bottom: 60px;
}
#entry .entry_schedule div:nth-child(2) h3 {
	background: #2C3593;
	padding: 10px;
	color: #fff;
	margin: -20px 0 10px;
}
#entry .entry_schedule div:nth-child(2) p {
	background: rgba(17, 25, 105, 0.05);
	padding: 10px;
}
@media screen and (max-width: 767px) {
	#entry .entry_schedule div:nth-child(1) {
		width: calc(100% - 30px);
		padding: 10px 10px 10px 30px;
		border-right: none;
		border-left: dashed 1px #707070;
	}
	#entry .entry_schedule div:nth-child(1) span:after {
		right: auto;
		left:-37px;
	}
	#entry .entry_schedule div:nth-child(2) {
		width: calc(100% - 30px);
		margin: 0;
		padding: 10px 10px 40px 30px;
		border-left: dashed 1px #707070;
	}
	#entry .entry_schedule:last-child div:nth-child(2) {
		border: none;
	}
	#entry .entry_schedule div:nth-child(2) h3 {
		margin: 0 0 10px;
	}
}
/*--------------------------------------------------------------------------
support
---------------------------------------------------------------------------*/
#support {
	padding: 460px 0 60px;
	background: #dbeaf6;
}
#support h2 {
	margin: -400px 30px 40px;
}
#support .point h3 {
	width: 120px;
}
#support .support_schedule {
	display: flex;
	flex-wrap: wrap;
}
#support .support_schedule div:nth-child(1) {
	width: 220px;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
    border-right: dashed 1px #2C2C2C;
}
#support .support_schedule:last-child div:nth-child(1) {
	border: none;
}
#support .support_schedule div:nth-child(1) span {
    margin: -20px 0 0;
    position: relative;
    display: block;
}
#support .support_schedule div:nth-child(1) span:after {
	content: '';
	position: absolute;
	top: 5px;
	right: -17px;
	width: 10px;
	height: 10px;
	background: #111969;
	border: solid 2px #fff;
	border-radius: 50%;
}
#support .support_schedule div:nth-child(2) {
	width: calc(100% - 260px);
	margin-left: 40px;
	padding-bottom: 60px;
}
#support .support_schedule div:nth-child(2) h3 {
	background: #fff;
	color: #2C3593;
	margin: -20px 0 10px;
	padding: 10px;
}
#support .support_schedule div:nth-child(2) p {
	background: #2C3593;
	color: #fff;
	padding: 10px;
}
#support .support_step {
	background: #496EA8;
	color: #fff;
	padding: 30px;
}
#support .support_step ol {
	margin: 80px 0 0;
	padding: 0;
}
#support .support_step ol li {
	position: relative;
	margin: 60px 0 0 30px;
	padding: 0 0 30px 30px;
	border-left: dashed 1px #fff;
}
#support .support_step ol li:last-child {
	border: none;
}
#support .support_step ol li img {
	position: absolute;
	top: -60px;
	left: -30px;
}
#support .youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
}
#support .youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 991px) {
	#support {
		padding: 260px 0 60px;
	}
	#support h2 {
		margin: -200px auto 20px;
	}
	#support .point h3 {
		width: 100px;
	}
}
@media screen and (max-width: 767px) {
	#support {
		padding: 120px 0 60px;
	}
	#support h2 {
		margin: -120px -30px 20px;
	}
	#support .support_schedule div:nth-child(1) {
		width: 100%;
		margin: 0;
		padding: 10px 10px 10px 30px;
		border-right: none;
		border-left: dashed 1px #2C2C2C;
	}
	#support .support_schedule div:nth-child(1) span:after {
		right: auto;
		left:-37px;
	}
	#support .support_schedule div:nth-child(2) {
		width: calc(100% - 30px);
		margin: 0;
		padding: 10px 10px 40px 30px;
		border-left: dashed 1px #2C2C2C;
	}
	#support .support_schedule:last-child div:nth-child(2) {
		border: none;
	}
	#support .support_schedule div:nth-child(2) h3 {
		margin: 0 0 10px;
	}
	#support .fs-2 {
		font-size: calc(1.3rem + 0.6vw) !important;
	}
	#support .support_step {
		padding: 20px;
	}
	#support .support_step ol li {
		margin: 30px 0 0 30px;
	}
	#support .support_step ol li img {
		top: -40px;
		width: 60px;
	}
}
/*--------------------------------------------------------------------------
organizer
---------------------------------------------------------------------------*/
#organizer {
	background: #fff;
	padding: 20px 0 0 0;
	margin-bottom:0!important;
}