
#header .slide1 {
	background-image: url(../img/course/header-bg.jpg);
	background-size: cover;
}
@media screen and (max-width:767px) {
	#header .slide1 {
		background-image: url(../img/course/key_img.jpg);
		background-position: 0 50%;
	}
	.bx-wrapper img {
		position: relative;
	}
}
#sec1 {
	min-height: 897px;
	background: url(../img/course/sec1-deco.png) no-repeat center top, url(../img/course/sec1-bg-trans.png) no-repeat center center, url(../img/shared/bg-yellow.jpg) repeat center center;
}
#sec1 .title {
	padding-top: 151px;
	padding-bottom: 53px;
}
#sec1 .para {
	text-align: left;
	max-width: 673px;
	margin: auto;
	font-size: 17px;
	line-height: 38px;
	padding-left: 7px;
	letter-spacing: 1.2px;
	text-shadow:0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff;
}
@media screen and (max-width:767px) {
	#sec1 {
		min-height: unset;
		background: url(../img/index/s1_bg01.png), url(../img/course/s1_bg.jpg), url(../img/shochu/bg-yellow.jpg);
    background-position: top center;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 100% auto, 100% auto, auto;
    padding: 20% 0 15%;
		position: relative;
	}
	#sec1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: url(../img/index/hline_01.png) repeat-x top center;
    z-index: 2;
	}
	#sec1 .title {
		margin-bottom: 6%!important;
		padding-top: 0;
		padding-bottom: 0;
	}
	#sec1 .para {
		padding: 0 2.4%;
		width: 100%;
		font-size: 14px;
		line-height: 28px;
		letter-spacing: normal;
	}
}
#sec2 {
	background: url(../img/shared/bg400x400.jpg) repeat center center;
	position: relative;
	overflow: hidden;
}
#sec2::after {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: url(../img/shared/lil-line.png) repeat-x top left;
	z-index: 9;
}
#sec2 .bg {
	min-height: 783px;
	display: flex;
	flex-wrap: wrap;
}
#sec2 .sec2-img {
	width: 60%;
}
#sec2 .sec2-img picture,
#sec2 .sec2-img img {
  width: 100%;
  height: 100%;
	object-fit: cover;
  display: block;
}
#sec2 .box-wrap {
	width: 30%;
	background: url(../img/shared/bg-vango.jpg);
	display: flex;
	flex-direction: column;
	align-items: center;
}
#sec2 .box {
	text-align: center;
	max-width: 460px;
	padding: 0 10px;
}
#sec2 .box h4 {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}
#sec2 .box .para {
	text-align: justify;
	padding-top: 69px;
	letter-spacing: 0.4px;
	line-height: 26px;
}
#sec2 .box h3 {
	font-family: "Noto Serif JP", serif;
	padding-top: 8px;
	margin-bottom: 10px;
	font-size: 45px;
	line-height: 1.2;
	letter-spacing: 0.08em;
	font-weight: 800;
}
#sec2 .box .price {
	color: #880404;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0.75px;
	padding-top: 6px;
	margin-bottom:6px;
}
#sec2 .box .price span {
	display:block;
	font-size:18px;
	color:#000;
}
#sec2 .box .head {
	line-height: 45px;
	font-size: 20px;
	letter-spacing: 0.75px;
}
#sec2 .box .list {
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0.75px;
	padding-top: 20px;
	padding-bottom:30px;
}
#sec2 .box .list li {
	line-height:20px;
}
@media screen and (max-width:1399px) {
	#sec2 .box-wrap {
		width: 40%;
	}
}
@media screen and (max-width:1022px) {
	#sec2 {
		position: relative;
    background: url(../img/enjoy/s2_bg01.jpg) repeat top center;
    padding-bottom: 12%;
	}
	#sec2 .bg {
		min-height: unset;
	}
	#sec2 .sec2-img {
		width: 100%;
	}
	#sec2 .box-wrap {
		width: 100%;
		background: url(../img/shared/bg-vango.jpg);
	}
	#sec2 .box {
		width: 100%;
		max-width: 800px;
		display: flex;
		flex-direction: column;
	}
	#sec2 .box .para {
		padding: 0px 2.4% 10px;
		letter-spacing: normal;
		line-height: 28px;
		font-size: 14px;
	}
	#sec2 .box h3 {
		padding-top: 25px;
		margin-bottom: 25px;
		font-size: 40px;
		line-height: 1.2;
		letter-spacing: 0.08em;
		font-weight: 800;
		order: -1;
	}
	#sec2 .box .price {
		font-size: 24px;
		line-height: 24px;
		letter-spacing: normal;
	}
	#sec2 .box .price span {
		font-size:16px;
		padding-top: 5px;
	}
	#sec2 .box .head {
		margin: 6% 2.4% 0;
		padding: 10px 0;
	}
	#sec2 .box .list {
		font-size: 14px;
		line-height: 28px;
		letter-spacing: normal;
		padding: 10px 0;
	}
	#sec2 .box .list li {
		line-height:28px;
	}
	#sec2 .trigger::after {
		display: block;
		bottom: 10px;
	}
}
@media screen and (max-width:767px) {
	#sec2 .box .head {
		padding: 10px 0 30px;
    font-size: 22px;
		letter-spacing: normal;
		position: relative;
	}
}
#sec3 {
	background: url(../img/course/sec3-bg-red.jpg) repeat center center;
	position: relative;
	overflow: hidden;
}
#sec3::after {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: url(../img/shared/lil-line.png) repeat-x top left;
	z-index: 9;
}
#sec3 .bg {
	min-height: 784px;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
#sec3 .sec3-img {
	width: 60%;
}
#sec3 .sec3-img picture,
#sec3 .sec3-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
#sec3 .box-wrap {
	width: 30%;
	background: url(../img/shared/bg-vango.jpg);
	display: flex;
	flex-direction: column;
	align-items: center;
}
#sec3 .box {
	text-align: center;
	width: 460px;
}
#sec3 .box h4 {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}
#sec3 .box .para {
	text-align: justify;
	padding-top: 64px;
	line-height: 25px;
	letter-spacing: 1.2px;
}
#sec3 .box h3.para {
	font-family: "Noto Serif JP", serif;
	padding-top: 21px;
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: 0em;
	font-weight: 800;
	text-align: center;
}
#sec3 .box h3.para strong {
	font-size: 35px;
	font-weight: 800;
}
#sec3 .box .price {
	color: #880404;
	font-size: 36px;
	line-height: 30px;
	letter-spacing: 0.75px;
	padding-top:  11px;
}
#sec3 .box .spec-para {
	color: #880404;
	line-height: 25px;
	font-size: 15px;
	letter-spacing: 1.2px;
	padding-bottom: 13px;
	margin-top:10px;
}
#sec3 .box .head {
	line-height: 45px;
	font-size: 20px;
	letter-spacing: 0.75px;
}
#sec3 .box .list {
	font-size: 17px;
	line-height: 22px;
	color: black;
	letter-spacing: 0.75px;
	padding-top: 20px;
	padding-bottom: 30px;
}
@media screen and (max-width:1399px) {
	#sec3 .box-wrap {
		width: 40%;
	}
}
@media screen and (max-width:1022px) {
	#sec3 {
		position: relative;
    background: url(../img/enjoy/s2_bg01.jpg) repeat top center;
    padding-bottom: 12%;
	}
	#sec3 .bg {
		min-height: unset;
	}
	#sec3 .sec3-img {
		width: 100%;
	}
	#sec3 .box-wrap {
		width: 100%;
		background: url(../img/shared/bg-vango.jpg);
	}
	#sec3 .box {
		width: 100%;
		max-width: 800px;
		display: flex;
		flex-direction: column;
	}
	#sec3 .box .para {
		padding: 0px 2.4% 10px;
		letter-spacing: normal;
		line-height: 28px;
		font-size: 14px;
	}
	#sec3 .box h3 {
		padding-top: 25px;
		margin-bottom: 25px;
		font-size: 40px;
		line-height: 1.2;
		letter-spacing: 0.08em;
		font-weight: 800;
		order: -1;
	}
	#sec3 .box .price {
		font-size: 24px;
		line-height: 24px;
		letter-spacing: normal;
	}
	#sec3 .box .price span {
		font-size:16px;
		padding-top: 5px;
	}
	#sec3 .box .head {
		margin: 6% 2.4% 0;
		padding: 10px 0;
	}
	#sec3 .box .list {
		font-size: 14px;
		line-height: 28px;
		letter-spacing: normal;
		padding: 10px 0;
	}
	#sec3 .box .list li {
		line-height:28px;
	}
	#sec3 .trigger::after {
		display: block;
		bottom: 10px;
	}
}
@media screen and (max-width:767px) {
	#sec3 .box .head {
		padding: 10px 0 30px;
    font-size: 22px;
		letter-spacing: normal;
		position: relative;
	}
}
#sec2-2 {
	background-image: url(../img/course/sec2-2_pra.jpg);
	min-height: 656px;
	position: relative;
}
#sec2-2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/shared/lil-line.png) repeat-x top left,  url(../img/shared/lil-line-bot.jpg) repeat-x bottom left;
	background-size: contain, contain;
}
#sec2-2 .title {
	padding: 40px 0 0;
}
#sec2-2 .title.title-2 {
	text-align: center;
}
#sec2-2 .para {
	text-align: center;
	line-height: 30px;
	letter-spacing: 0.6px;
	font-size: 16px;
	color: white;
	text-shadow: 1px 1px 3px #000;
	font-weight: bold;
}
#sec2-2 .boxWrap {
	margin:30px auto 80px;
	width: 100%;
}
#sec2-2 .boxWrap-2 {
	padding-bottom: 120px;
	margin: 30px auto 0	;
	display: flex;
	justify-content: center;
	gap: 10px;
}
#sec2-2 .slick-slide {
	margin: 0 5px;
}
#sec2-2 .box {
	width: 100%;
	min-height:220px;
	text-align:center;
	color:#fff;
	padding: 37px 20px 20px;
	background: url(../img/course/s5_box_bg.png) center / contain;
	border: 2px solid #cdcdcd;
}
#sec2-2 .boxWrap-2 .box {
	width: 320px;
}
#sec2-2 p {
	text-shadow:0px 0px 5px #000000,0px 0px 5px #000000,0px 0px 5px #000000;
}
#sec2-2 .box h3 {
	font-size:22px;
	margin-bottom:20px;
	padding: 5px 2.4%;
}
#sec2-2 .box h3 span {
	font-size:24px;
	margin-right:5px;
}
#sec2-2 .box .catch {
	margin-bottom:10px;
	font-size:18px;
}
#sec2-2 .box .txt {
	line-height:22px;
}
#sec2-2 .b1 h3 {
	background: #110F67;
}
#sec2-2 .b2 h3 {
	background: #71030B;
}
#sec2-2 .b3 h3 {
	background: #644A0D;
}
#sec2-2 .b4 h3 {
	background: #025B23;
}
#sec2-2 .b5 h3 {
	background: #4D0761;
}
@media screen and (max-width:990px) {
	#sec2-2 .box h3 span {
		display: block;
	}
}
@media screen and (max-width:784px) {
	#sec2-2 {
		background-image: url(../img/course/s5_bg.jpg);
		min-height: unset;
		padding: 12% 0 15%;
	}
	#sec2-2::before {
		background: url(../img/index/hline_01.png) repeat-x top center;
		background-size: auto;
	}
	#sec2-2 .title {
		padding: 0;
		margin-bottom: 3%;
	}
	#sec2-2 .para {
		line-height: 28px;
		letter-spacing: normal;
		font-size: 14px;
		padding: 0 2.4% 10%;
	}
	#sec2-2 .boxWrap {
		margin: 0 2.4% 50px;
		max-width: 100%;
		width: auto;
	}
	#sec2-2 .boxWrap-2 {
		padding-bottom: 0;
		margin: 0 2.4%;
	}
	#sec2-2 .slick-slide {
		margin: 0;
	}
	#sec2-2 .box {
		width: 100%;
		min-height: unset;
		padding: 5% 5% 15%;
	}
	#sec2-2 .box h3 {
		font-size:20px;
	}
	#sec2-2 .box h3 span {
		display: inline-block;
		font-size:20px;
		margin-right:5px;
	}
	#sec2-2 .box .catch {
		font-size:14px;
	}
	#sec2-2 .box .txt {
		line-height:28px;
	}
	/***** arrow *****/
	.slick-prev, .slick-next {
		color: #FFF;
    font-size: 25px;
    height: 35px;
    line-height: 35px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
		transform: translateY(-50%);
    text-align: center;
    width: 35px;
    z-index: 99;
    display: block;
    background: rgba(0, 0, 0, 0.5);
	}
	.slick-prev {
		left: 0;
	}
	.slick-next {
		right: 0;
	}
	.slick-prev::before, .slick-next::before {
		content: "";
    font-family: "fontello";
    left: 10px;
    position: absolute;
    text-indent: 0;
    top: 50%;
		transform: translateY(-50%);
		font-weight: 700;
		opacity: 1;
	}
	.slick-prev::before {
		content: "";
    left: 10px;
	}
	.slick-next::before {
		content: "";
    left: 13px;
	}
	.slick-dots {
		bottom: 10px;
	}
	.slick-dots li button {
		background: #132146;
		border-radius: 5px;
		height: 10px;
		width: 10px;
	}
	.slick-dots .slick-active button {
		background: #ad0101;
	}
}
#sec5 {
	min-height: 760px;
	background:url(../img/shared/lil-line.png) repeat-x left top,
		url(../img/course/sec5-bg-trans.png) no-repeat center center / cover,
		url(../img/shared/bg-vango.jpg) repeat center center;
	position: relative;
	p
}
#sec5 .sec-inner {
	max-width: 1100px;
	margin: 0 auto;
}
#sec5 .flex-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 50px;
}
#sec5 .para{
	width: 358px;
	text-align: justify;
	font-size: 17px;
	line-height: 36px;
	color:#000;
	padding-top: 11px;
	margin-left: 3px;
	letter-spacing: 1.4px;
	text-shadow:0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff;
}
#sec5 .photo{
	margin-top: 197px;
}
@media screen and (max-width:1016px) {
	#sec5 h3 {
		display: none;
	}
	#sec5 .para{
		width: 100%;
		max-width: 630px;
		margin: 0 auto;
		padding-top: 0;
	}
	#sec5 .photo{
		margin-top: 50px;
		margin-bottom: 100px;
	}
}
@media screen and (max-width:767px) {
	#sec5 {
		min-height: unset;
		background: url(../img/course/s6_bg.jpg), url(../img/enjoy/s2_bg01.jpg);
    background-repeat: no-repeat, repeat-y;
    background-size: 100% auto;
    position: relative;
    padding: 15% 0;
	}
	#sec5::before {
		content: "";
    background: url(../img/index/hline_01.png) repeat-x top center;
    height: 16px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	}
	#sec5 .flex-wrap {
		padding-top: 0;
	}
	#sec5 h2 {
		margin-bottom: 4%;
	}
	#sec5 .para{
		font-size: 14px;
		line-height: 28px;
		letter-spacing: normal;
		padding: 0 2.4%;
		margin-bottom: 6%;
	}
	#sec5 .photo{
		margin: 0;
	}
}
#sec6 .blk1{
	background:url(../img/course/sec6-bg-top.jpg) repeat center center;
	position: relative;
	text-align: center;
}
#sec6 .blk1 h2{
	text-align: center;
}
#sec6 .blk1 h3{
	position: absolute;
	top: 0;
	left: 0;
}
#sec6 .blk2{
	background:
		url(../img/course/sec6-bg-trans.jpg) no-repeat center center / cover;
	min-height: 1028px;
	padding-bottom: 100px;
}
#sec6 .blk2 li .para{
	color:#990202;
	font-size: 24px;
	line-height: 78px;
	text-align: center;
}
#sec6 .blk2 li .para > span{
	color:#000;
	font-size: 40px;
	line-height: 78px;
}
#sec6 .blk2 .thumb{
	padding-top: 17px;
	text-align: center;
	padding-bottom: 25px;
}
#sec6 .blk2 h3{
	text-align: center;
	margin-left:  13px;
	padding-bottom: 16px;
}
#sec6 .blk2 .para{
	width: 568px;
	margin: auto;
	padding-top: 0px;
	text-align: center;
	letter-spacing: 1.2px;
	padding-left: 8px;
}
#sec6 #thumb1 li{
	position: relative;
	display: inline-block;
}
#sec6 #thumb1 li:first-child a.active::before,
#sec6 #thumb1 a[data-slide-index="0"]:hover::before{
	content: '';
	margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background:url(../img/course/sec6-thumb-01_on.png) no-repeat center center;
	z-index: 3;
}
#sec6 #thumb1 li:nth-child(2) a.active::before,
#sec6 #thumb1 a[data-slide-index="1"]:hover::before{
	content: '';
	margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background:url(../img/course/sec6-thumb-02_on.png) no-repeat center center;
	z-index: 3;
}
#sec6 .blk2-sp {
	display: none;
}
@media screen and (max-width:999px) {
	#sec6 .h3-pc {
		display: none;
	}
}
@media screen and (max-width:767px) {
	#sec6 {
		background: url(../img/course/s7_bg01.jpg), url(../img/course/caro_white.jpg);
		background-repeat: no-repeat, repeat-y;
		background-size: 100% auto;
		padding-bottom: 15%;
	}
	#sec6 .blk2-sp {
		display: block;
	}
	#sec6 .blk2 {
		background: none;
    min-height: unset;
    padding-bottom: 0;
	}
	#sec6 h3 {
		padding: 8% 0 10px;
		margin-left: 0;
	}
	#sec6 .txt {
		padding: 0 2.4% 6%;
	}
	#sec6 ul.slide_thm1 {
		padding: 0 2.4% 5%;
	}
	#sec6 ul.slide_thm1 li {
		float: left;
		width: 48%;
		background: #000;
		color: #fff;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		font-size: 18px;
		border: 1px solid #a39b87;
	}
	#sec6 ul.slide_thm1 li a {
		display: block;
		padding: 5px 0;
	}
	#sec6 ul.slide_thm1 li a.active {
		background: url(../img/course/s7_bg_li.jpg);
	}
	#sec6 .blk2 li .para {
		width: 100%;
		height: auto;
		margin: 0;
		font-size: 18px;
		line-height: 28px;
		padding-top: 10px;
		padding-left: 0;
	}
	#sec6 .blk2 li .para > span {
    color: #000;
    font-size: 25px;
		line-height: 28px;
	}
	#sec6 .blk2-pc {
		display: none;
	}
}
#sec7 {
	background:url(../img/shared/lil-line.png) repeat-x top left,
		url(../img/course/sec7-bg-trans.png) no-repeat center center / cover,
		url(../img/shared/bg-yellow.jpg) repeat center center;
	min-height: 1102px;
	padding-bottom: 100px;
}
#sec7  li .para{
	color:#990202;
	font-size: 24px;
	line-height: 78px;
	text-align: center;
	letter-spacing: 0px;
}
#sec7  li .para > span{
	color:#000;
	font-size: 40px;
	line-height: 78px;
}
#sec7  .thumb{
	padding-top: 28px;
	text-align: center;
	padding-bottom: 18px;
}
#sec7 #thumb2 {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 0 2.4%;
}
#sec7 h3{
	text-align: center;
}
#sec7 .wrap > .para{
	width: 829px;
	margin: auto;
	padding-top: 18px;
	text-align: center;
	font-size: 17px;
	line-height: 36px;
	letter-spacing: 1.2px;
}
#sec7 #thumb2 li{
	position: relative;
	display: inline-block;
	/* margin-right: 21px; */
}
#sec7 #thumb2 li:first-child a.active::before,
#sec7 #thumb2 a[data-slide-index="0"]:hover::before{
	content: '';
	margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background:url(../img/course/sec7-thumb-01_on.png) no-repeat center center;
	z-index: 3;
}
#sec7 #thumb2 li:nth-child(2) a.active::before,
#sec7 #thumb2 a[data-slide-index="1"]:hover::before{
	content: '';
	margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background:url(../img/course/sec7-thumb-02_on.png) no-repeat center center;
	z-index: 3;
}
#sec7 #thumb2 li:nth-child(3) a.active::before,
#sec7 #thumb2 a[data-slide-index="2"]:hover::before{
	content: '';
	margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background:url(../img/course/sec7-thumb-03_on.png) no-repeat center center;
	z-index: 3;
}
#sec7 .sec7-sp {
	display: none;
}
@media screen and (max-width:767px) {
	#sec7 .sec7-pc {
		display: none;
	}
	#sec7 .sec7-sp {
		display: block;
	}
	#sec7 {
		background: url(../img/course/s8_bg.jpg) no-repeat top center;
		background-size: cover;
		position: relative;
		padding: 12% 0 15%;
		min-height: unset;
	}
	#sec7:before {
		content: "";
		background: url(../img/menu/lil-line.png) repeat-x top center;
		height: 12px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mb05pr {
		margin-bottom: 5%!important;
	}
	#sec7 .txt {
		padding: 0 2.4% 6%;
	}
	#sec7 .slide_thm1 {
		padding: 0 2.4% 5%;
	}
	#sec7 .slide_thm1 li {
		float: left;
		width: 32%;
		margin-right: 1%;
		background: #000;
		color: #fff;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		font-size: 18px;
		border: 1px solid #a39b87;
	}
	#sec7 ul.slide_thm1 li a {
		padding: 5px 0;
		display: block;
	}
	#sec7 ul.slide_thm1 li a.active {
		background: url(../img/course/s7_bg_li.jpg);
	}
	#sec7 li .para {
		color: #990202;
		font-size: 18px;
		text-align: center;
		padding-top: 10px;
		line-height: 40px;
	}
	#sec7 li .para > span {
		color: #000;
		font-size: 25px;
		display: block;
		line-height: 40px;
	}
}
#sec8 {
	min-height: 743px;
	background:url(../img/shared/lil-line.png) repeat-x top left,
		url(../img/course/sec8-bg_on.jpg) no-repeat center center / cover;
}
#sec8 .sec-inner {
	max-width: 1184px;
	margin: 0 auto;
}
#sec8 .flex-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 146px;
}
#sec8 h2{
	margin-bottom: 50px;
}
#sec8 .para{
	width: 401px;
	font-size: 17px;
	line-height: 36px;
	letter-spacing: 1.2px;
}
@media screen and (max-width:1143px) {
	#sec8 {
		min-height: unset;
		padding: 12% 0 15%;
	}
	#sec8 .flex-wrap {
		padding-top: 0;
	}
	#sec8 h2{
		margin-bottom: 50px;
		text-align: center;
	}
	#sec8 .para{
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}
	#sec8 h3 {
		display: none;
	}
}
@media screen and (max-width:767px) {
	#sec8 {
		background: url(../img/menu/lil-line.png), url(../img/course/s9_bg01.png), url(../img/course/s9_bg02.png), url(../img/enjoy/s2_bg01.jpg);
    background-repeat: repeat-x, no-repeat, no-repeat, repeat-y;
    background-position: top center, top center, bottom center, top center;
    background-size: auto, 100% auto, 100% auto, 100% auto;
	}
	#sec8 h2{
		margin-bottom: 0;
	}
	#sec8 .para{
		font-size: 14px;
		line-height: 28px;
		letter-spacing: normal;
		padding: 0 2.4%;
	}
}
#sec9{
	text-align: center;
	background:url(../img/course/sec9-bg_on.jpg) no-repeat center center / cover;
}
#sec9 span {
	display: none;
}
@media screen and (max-width:767px) {
	#sec9 {
		background: url(../img/course/s10_bg.jpg) no-repeat top center / cover;
    padding: 15% 0;
	}
	#sec9 span {
		display: block;
    line-height: 20px;
    padding: 0 2.4%;
    text-shadow: 1px 1px 3px #000;
    text-align: center;
		color: #fff;
		font-size: 14px;
	}
}