@charset "utf-8";
.section1 {
	&-flex {
		display: flex;
		gap: 30px;
		@include bp900 {
			flex-wrap: wrap;
		}
		&:has(.inner) {
			display: block;
			gap: 0;
			.inner {
				display: flex;
				gap: 30px;
				@include bp900 {
					flex-wrap: wrap;
				}
			}
		}
		.-left {
			width: var(--flex2);
			@include tabsp {
				width: stretch;
			}
		}
		.-right {
			width: var(--flex2);
			@include tabsp {
				width: stretch;
			}
		}
	}
	&-flex-info {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 50px;
		.-left {
			width: 50%;
			@include tabsp {
				width: stretch;
			}
		}
		.-right {
			width: 40%;
			@include tabsp {
				width: stretch;
			}
		}
	}
	&-course {
		border-bottom: 1px solid rgba($color: #082a45, $alpha: .2);
		.inner {
			display: flex;
			align-items: center;
			flex-wrap: wrap;
			gap: 50px;
		}
		.-left {
			width: 50%;
			@include tabsp {
				width: stretch;
			}
		}
		.-right {
			width: 40%;
			@include tabsp {
				width: stretch;
			}
		}
	}
	&-course-reverse {
		border-bottom: 1px solid rgba($color: #082a45, $alpha: .2);
		.inner {
			display: flex;
			align-items: center;
			flex-direction: row-reverse;
			flex-wrap: wrap;
			gap: 50px;
		}
		.-left {
			width: 50%;
			@include tabsp {
				width: stretch;
			}
		}
		.-right {
			width: 40%;
			@include tabsp {
				width: stretch;
			}
		}
	}
	&-bgFix {
		position: relative;
		color: var(--white);
		z-index: 0;
		&::before {
			content: "";
			background: linear-gradient(to bottom,#565656,transparent);
			width: 100%;
			height: 70%;
			position: absolute;
			left: 0;
			top: 0;
			z-index: 0;
		}
		&::after {
			content: "";
			background: linear-gradient(to top,#565656,transparent);
			width: 100%;
			height: 70%;
			position: absolute;
			left: 0;
			bottom: 0;
			z-index: -1;
		}
		.inner-wide,.inner {
			position: relative;
		}
		&.-juppo {
			.section-course,.section-course-reverse {
				border-bottom: none;
			}
		}
		&.-kyuuji {
			&::before {
				content: "";
				background: linear-gradient(to bottom,#01192c,transparent);
				width: 100%;
				height: 70%;
				position: absolute;
				left: 0;
				top: 0;
				z-index: 0;
			}
			&::after {
				content: "";
				background: linear-gradient(to top,#01192c,transparent);
				width: 100%;
				height: 70%;
				position: absolute;
				left: 0;
				bottom: 0;
				z-index: -1;
			}
		}
	}
	&-bg {
		&.-kyuuji {
			position: relative;
			z-index: 0;
			&::before {
				content: "";
				background: url(../images/contents/mokume.jpg);
				width: 30%;
				height: 100%;
				position: absolute;
				right: 0;
				top: 0;
				z-index: -1;
			}
		}
		&.-juppo {
			position: relative;
			z-index: 0;
			display: block !important;
			&::before {
				content: "";
				background: #ffffff;
				width: 30%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
				z-index: -1;
			}
		}
	}
}
#c2 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c2 a.itext, #c2 img, #c2 video {
	width: 1890px;
	height: 499px;
}
#c2 h1,
#c2 div {
	text-align: center;
}
#c3 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c4 {
	clear: both;
	background-color: #082a45;
	margin: 80px auto 0 auto;
	padding: 150px 0  ;
}
#c5 {
	clear: both;
	margin: 0 0 50px 0;
	padding:    ;
}
#c5 h2,
#c5 div {
	text-align: center;
}
#c7 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c10 {
	clear: both;
	background-color: #082a45;
	margin:    ;
	padding:    ;
}
#c10 dl dt {
	width: 20%;
}
#c10 dl dd {
	width: 80%;
}
#c8 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c11 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c11 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
#c11 > div.box {
	box-sizing: border-box;
	overflow: hidden;
}
#c11 > div:nth-of-type(1) img {
	width: 660px;
}
#c11 > div:nth-of-type(2) img {
	width: 660px;
}
#c9 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c12 {
	clear: both;
	display: none;
	margin: 50px 0 0 0;
	padding:    ;
}
#c12 a.itext, #c12 img, #c12 video {
	width: 1920px;
	height: 1080px;
}
#c6 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c22 {
	clear: both;
	background-color: #565656;
	margin:    ;
	padding: 150px 0  ;
}
#c14 {
	clear: both;
	margin: 0 0 50px 0;
	padding:    ;
}
#c14 h2,
#c14 div {
	text-align: center;
}
#c15 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c16 {
	clear: both;
	background-color: #565656;
	margin:    ;
	padding:    ;
}
#c16 dl dt {
	width: 20%;
}
#c16 dl dd {
	width: 80%;
}
#c17 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c18 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c18 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
#c18 > div.box {
	box-sizing: border-box;
	overflow: hidden;
}
#c18 > div:nth-of-type(1) img {
	width: 660px;
}
#c18 > div:nth-of-type(2) img {
	width: 1920px;
}
#c19 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c20 {
	clear: both;
	display: none;
	margin: 50px 0 0 0;
	padding:    ;
}
#c20 a.itext, #c20 img, #c20 video {
	width: 1920px;
	height: 1080px;
}
#c23 {
	clear: both;
	margin:    ;
	padding:    ;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
#c2 {
}
#c3 {
}
#c4 {
}
#c5 {
}
#c7 {
}
#c10 {
}
#c8 {
}
#c11 {
}
#c11 {
}
#c9 {
}
#c12 {
	display: none;
}
#c6 {
}
#c22 {
}
#c14 {
}
#c15 {
}
#c16 {
}
#c17 {
}
#c18 {
}
#c18 {
}
#c19 {
}
#c20 {
	display: none;
}
#c23 {
}
}
@media screen and (max-width: 640px) {
#c2 {
}
#c2 img {
	width: 100%!important;
}
#c3 {
}
#c4 {
}
#c5 {
}
#c7 {
}
#c10 {
}
#c8 {
}
#c11 {
}
#c11 img {
	width: 100%!important;
}
#c11 {
}
#c9 {
}
#c12 {
	display: none;
}
#c12 img {
	width: 100%!important;
}
#c6 {
}
#c22 {
}
#c14 {
}
#c15 {
}
#c16 {
}
#c17 {
}
#c18 {
}
#c18 img {
	width: 100%!important;
}
#c18 {
}
#c19 {
}
#c20 {
	display: none;
}
#c20 img {
	width: 100%!important;
}
#c23 {
}
}
