@charset "UTF-8";
.pc_display {
	display: block;
}

.sp_display {
	display: none;
}

@media (max-width: 640px) {
	.pc_display {
		display: none !important;
	}
	.sp_display {
		display: block !important;
	}
}

#kv-field {
	position: relative;
	width: 100vw;
	height: 100vh;
	min-height: 210px;
	max-height: 730px;
	background: url(../image/kv-pc.jpg) no-repeat center center/cover;
}

@media (max-width: 980px) {
	#kv-field {
		max-height: 480px;
	}
}

@media (max-width: 640px) {
	#kv-field {
		padding-top: 210px;
		height: auto;
		background: url(../image/kv-sp.jpg) no-repeat center center/cover;
	}
}

#kv-field a {
	display: block;
	width: 100vw;
	height: 100%;
	text-indent: -10000em;
}

@media (max-width: 640px) {
	#kv-field a {
		position: absolute;
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		height: 45px;
		background: #00a0e9;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		text-indent: 0;
		text-align: center;
		border-bottom: 5px solid #0488c4;
	}
}

section {
	padding: 65px 5%;
}

.flex_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.flex_wrapper.two > div {
	width: 45%;
	margin: 0 1%;
}

@media (max-width: 640px) {
	.flex_wrapper.two > div {
		width: 98%;
	}
}

h2 {
	margin-bottom: 45px;
}

h2 span, h2 strong {
	display: block;
	text-align: center;
}

h2 span {
	font-size: 18px;
}

@media (max-width: 640px) {
	h2 span {
		font-size: 16px;
	}
}

h2 strong {
	font-size: 35px;
}

@media (max-width: 640px) {
	h2 strong {
		font-size: 19px;
	}
}

#about {
	background: url(../image/bg_y.png) no-repeat center center/cover;
}

@media (max-width: 640px) {
	#about {
		padding-top: 120px;
	}
}

#about ul {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	flex-direction: row;
	flex-wrap: nowrap;
}

@media (max-width: 980px) {
	#about ul {
		flex-direction: column;
	}
}

#about ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	flex-direction: row;
	flex-wrap: nowrap;
	min-width: 320px;
	min-height: 320px;
	margin: 0 2% 35px;
	flex-direction: column;
	border: 5px solid #ccc;
	border-radius: 50%;
	background: #fff;
	padding: 25px;
}

@media (max-width: 640px) {
	#about ul li {
		width: 100%;
		max-height: 200px;
		margin: 0 2% 20px;
		border-radius: 0;
		padding: 15px;
	}
}

#about ul li dl {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	flex-direction: row;
	flex-wrap: nowrap;
	flex-direction: column;
}

#about ul li dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	flex-direction: row;
	flex-wrap: nowrap;
	flex-direction: column;
	font-size: 22px;
	font-weight: 600;
}

#about ul li dl dt:after {
	display: inline-block;
	margin: 15px auto;
	width: 30px;
	height: 30px;
	content: "";
}

#about ul li dl dd {
	font-size: 16px;
}

#about ul li:nth-of-type(1) {
	border-color: #f39f13;
}

#about ul li:nth-of-type(1) dt:after {
	background: url(/wp-content/themes/7hj/images/icon/icon_curriculum_list_y.png) no-repeat center center/contain;
}

#about ul li:nth-of-type(2) {
	border-color: #56c51f;
}

#about ul li:nth-of-type(2) dt:after {
	background: url(/wp-content/themes/7hj/images/icon/icon_curriculum_list_g.png) no-repeat center center/contain;
}

#about ul li:nth-of-type(3) {
	border-color: #eb2876;
}

#about ul li:nth-of-type(3) dt:after {
	background: url(/wp-content/themes/7hj/images/icon/icon_curriculum_list_r.png) no-repeat center center/contain;
}

#about p {
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
}

@media (max-width: 640px) {
	#about p {
		text-align: left;
	}
}

#method {
	background: url(../image/bg_gb.png) no-repeat center center/cover;
}

#method .flex_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	align-content: flex-start;
}

@media (max-width: 980px) {
	#method .flex_wrapper {
		flex-direction: column;
	}
}

#method .flex_wrapper .method_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	flex-direction: row;
	flex-wrap: nowrap;
	flex-direction: column;
	padding: 35px 3%;
}

@media (max-width: 980px) {
	#method .flex_wrapper .method_wrap {
		width: 100%;
	}
}

#method .flex_wrapper .method_wrap h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: baseline;
	width: 100%;
}

#method .flex_wrapper .method_wrap h3 img, #method .flex_wrapper .method_wrap h3 object {
	height: 55px;
}

#method .flex_wrapper .method_wrap h3 span {
	padding: 0 0 5px 10px;
}

#method .flex_wrapper .method_wrap .pict_wrap {
	margin: 25px 0;
	max-height: 370px;
}

#method .flex_wrapper .method_wrap .text_wrap {
	background: rgba(255, 255, 255, 0.8);
	padding: 30px;
	text-align: left;
	border-radius: 10px;
}

#method .flex_wrapper .method_wrap .text_wrap p {
	font-size: 16px;
}

#method .flex_wrapper .method_wrap .text_wrap p:not(:last-of-type) {
	margin-bottom: 25px;
}

#about_7hj {
	background: url(../image/bg_y.png) no-repeat center center/cover;
}

#about_7hj h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: baseline;
}

#about_7hj h2 span {
	display: inline-block;
}

#about_7hj h2 object {
	max-height: 55px;
}

#about_7hj .text_wrap {
	background: rgba(255, 255, 255, 0.8);
	padding: 55px 30px;
	border-radius: 10px;
	text-align: center;
	max-width: 1024px;
	margin: auto;
}

#about_7hj .text_wrap p {
	font-size: 18px;
}

@media (max-width: 640px) {
	#about_7hj .text_wrap p {
		font-size: 14px;
	}
}

#about_7hj .text_wrap p:not(:last-of-type) {
	margin-bottom: 25px;
}

@media (max-width: 640px) {
	#about_7hj .text_wrap {
		text-align: left;
	}
}

#programs {
	position: relative;
	padding: 0;
	background: url(../image/bg_manga.png) no-repeat center center/cover;
	z-index: 1;
}

#programs #programs_head {
	position: relative;
	background: #00a0e9;
	padding: 65px 5%;
	z-index: 3;
}

#programs #programs_head h2, #programs #programs_head h2 * {
	margin: auto;
	color: #fff;
	text-align: right;
}

@media (max-width: 640px) {
	#programs #programs_head h2, #programs #programs_head h2 * {
		text-align: center;
	}
}

#programs #programs_head h2 {
	position: relative;
	max-width: 1120px;
	margin: auto;
	padding-right: 190px;
}

#programs #programs_head h2:after {
	position: absolute;
	right: 0;
	top: -50px;
	content: "";
	display: inline-block;
	min-width: 170px;
	min-height: 200px;
	background: url(../image/pict_program-heads.png) no-repeat center center/contain;
}

@media (max-width: 640px) {
	#programs #programs_head h2 {
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		text-align: center;
		flex-direction: row;
		flex-wrap: nowrap;
		flex-direction: column;
	}
	#programs #programs_head h2:after {
		position: relative;
		top: 20px;
	}
}

#programs #programs_wrapper {
	position: relative;
	z-index: 10;
	max-width: 1120px;
	margin: auto;
	padding: 100px 0 35px;
}

@media (max-width: 640px) {
	#programs #programs_wrapper {
		justify-content: center;
	}
}

#programs #programs_wrapper:before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 5;
	top: -200px;
	width: 470px;
	height: 550px;
	background: url(../image/sakuragi.png) no-repeat center center/contain;
}

@media (max-width: 980px) {
	#programs #programs_wrapper:before {
		width: 320px;
	}
}

@media (max-width: 640px) {
	#programs #programs_wrapper:before {
		width: 230px;
		left: 0;
	}
}

#programs #programs_wrapper .programs_wrap {
	position: relative;
	z-index: 10;
	background: #fbf9de;
	margin: 0 3% 55px;
	max-width: 490px;
	width: 45%;
	padding: 150px 5% 45px;
	text-align: center;
}

@media (max-width: 640px) {
	#programs #programs_wrapper .programs_wrap {
		width: 90%;
		padding: 150px 4% 45px;
	}
}

#programs #programs_wrapper .programs_wrap:before {
	content: "";
	position: absolute;
	right: 0;
	top: -30px;
	display: inline-block;
	width: 178px;
	height: 65px;
	z-index: 15;
}

#programs #programs_wrapper .programs_wrap:nth-of-type(1):before {
	background: url(../image/day1.png) no-repeat center center/contain;
}

#programs #programs_wrapper .programs_wrap:nth-of-type(2):before {
	background: url(../image/day2.png) no-repeat center center/contain;
}

#programs #programs_wrapper .programs_wrap:nth-of-type(3):before {
	background: url(../image/day3.png) no-repeat center center/contain;
}

#programs #programs_wrapper .programs_wrap:nth-of-type(4):before {
	background: url(../image/day4.png) no-repeat center center/contain;
}

#programs #programs_wrapper .programs_wrap h3 {
	position: absolute;
	width: 107%;
	padding: 15px 5% 35px;
	z-index: 13;
	left: -3%;
	top: 45px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	background: url(../image/days_title-bg.png) no-repeat center center/contain;
}

@media (max-width: 980px) {
	#programs #programs_wrapper .programs_wrap h3 {
		font-size: 18px;
		padding: 25px 5% 35px;
	}
}

@media (max-width: 640px) {
	#programs #programs_wrapper .programs_wrap h3 {
		font-size: 16px;
		padding: 25px 5% 35px;
	}
}

#programs #programs_wrapper .programs_wrap h3 strong {
	font-weight: bold;
}

#programs #programs_wrapper .programs_wrap h3 strong:before {
	content: "●";
	color: #fff100;
	display: inline-block;
	margin-right: 5px;
}

#programs #programs_wrapper .programs_wrap .pict_wrap img {
	margin: 0 auto 35px;
}

#manga_field {
	background: url(../image/bg_pen.png) no-repeat center top/cover;
}

#manga_field p {
	text-align: center;
}

#manga_field .pict_wrap img {
	margin: 35px auto;
}

#manga_field ul {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	flex-direction: row;
	flex-wrap: nowrap;
}

@media (max-width: 980px) {
	#manga_field ul {
		flex-wrap: wrap;
	}
}

#manga_field ul li {
	max-width: 320px;
	width: 30%;
	background: #fff;
	padding: 35px;
	border: 2px solid #00a0e9;
}

#manga_field ul li:nth-of-type(2) {
	margin: 0 5%;
}

@media (max-width: 980px) {
	#manga_field ul li {
		width: 45%;
	}
	#manga_field ul li:not(:last-of-type) {
		margin-bottom: 35px;
	}
}

@media (max-width: 640px) {
	#manga_field ul li {
		width: 95%;
	}
}

#manga_field ul li span {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}

#manga_field ul li span:after {
	width: 150px;
	height: 105px;
	display: inline-block;
	margin: 35px auto 0;
	content: "";
}

#manga_field ul li:nth-of-type(1) span:after {
	background: url(../image/icon-manga_01.png) no-repeat center center/contain;
}

#manga_field ul li:nth-of-type(2) span:after {
	background: url(../image/icon-manga_02.png) no-repeat center center/contain;
}

#manga_field ul li:nth-of-type(3) span:after {
	background: url(../image/icon-manga_03.png) no-repeat center center/contain;
}

#games_field {
	position: relative;
	background: url(../image/bg_b.png) no-repeat center top/cover;
	padding-bottom: 2px !important;
}

#games_field .games_wrapper {
	display: flex;
	justify-content: space-between;
	max-width: 1120px;
	margin: 0 auto;
}

@media (max-width: 980px) {
	#games_field .games_wrapper {
		flex-direction: column;
	}
}

#games_field .games_wrapper:after {
	content: "";
	display: inline-block;
	width: 565px;
	height: 450px;
	background: url(../image/pict_games.png) no-repeat center center/contain;
}

@media (max-width: 980px) {
	#games_field .games_wrapper:after {
		width: 90%;
		height: 350px;
		bavkground-position: center bottom;
	}
}

@media (max-width: 640px) {
	#games_field .games_wrapper:after {
		height: 250px;
	}
}

#games_field .games_wrapper div {
	width: 60%;
}

@media (max-width: 980px) {
	#games_field .games_wrapper div {
		width: 100%;
	}
}

#games_field .games_wrapper div h2 {
	color: #fff;
}

#games_field .games_wrapper div h2 strong, #games_field .games_wrapper div h2 span {
	text-align: left;
}

@media (max-width: 980px) {
	#games_field .games_wrapper div h2 strong, #games_field .games_wrapper div h2 span {
		text-align: center;
	}
}

#games_field .games_wrapper div .text_wrap {
	background: #fff;
	padding: 35px;
	border-radius: 10px;
	width: 90%;
	line-height: 1.8;
	font-size: 18px;
}

@media (max-width: 980px) {
	#games_field .games_wrapper div .text_wrap {
		width: 100%;
		padding: 25px;
		font-size: 16px;
		margin-bottom: 35px;
	}
}

#contact {
	background: url(../image/bg_manga.png) no-repeat center center/cover;
}

#contact .contact_wrap {
	max-width: 1120px;
	margin: auto;
	padding: 35px;
	background: #fff;
}

#contact .contact_wrap h2, #contact .contact_wrap p {
	text-align: center;
}

#contact .contact_wrap p {
	margin-bottom: 20px;
}

@media (max-width: 640px) {
	#contact .contact_wrap {
		padding: 25px;
	}
	#contact .contact_wrap h2, #contact .contact_wrap p {
		text-align: left;
	}
}

#contact .contact_wrap:nth-of-type(1) {
	border: 5px solid #ffda00;
	margin-bottom: 35px;
}

#contact .contact_wrap:nth-of-type(2) {
	border: 5px solid #eee;
}

#contact .contact_wrap:nth-of-type(2) p {
	text-align: center;
	margin-bottom: 35px;
}

#contact .contact_wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	flex-direction: row;
	flex-wrap: nowrap;
	color: #fff;
	background: #00a0e9;
	border-bottom: 5px solid #0488c4;
	min-width: 270px;
	max-width: 270px;
	height: 60px;
	margin: auto;
	text-decoration: none;
}

#contact .contact_wrap a:hover {
	opacity: 0.75;
}

footer {
	background: #000;
}

footer div small {
	max-width: 1120px;
	margin: auto;
}

footer div:nth-of-type(1) {
	background: #313131;
}

footer div:nth-of-type(1) small {
	background: #313131;
}

footer div:nth-of-type(2) {
	background: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	max-width: 1120px;
	margin: auto;
}

@media (max-width: 980px) {
	footer div:nth-of-type(2) {
		flex-direction: column;
	}
}

footer div:nth-of-type(2) ul {
	display: flex;
	align-items: center;
	align-content: center;
}

@media (max-width: 640px) {
	footer div:nth-of-type(2) ul {
		margin-top: 15px;
	}
}

footer div:nth-of-type(2) ul li {
	line-height: 1;
}

footer div:nth-of-type(2) ul li:nth-of-type(1), footer div:nth-of-type(2) ul li:nth-of-type(2) {
	margin-right: 10px;
	border-right: 1px solid #fff;
	padding-right: 10px;
}

footer div:nth-of-type(2) ul li a {
	color: #fff;
	text-decoration: none;
}

footer div:nth-of-type(2) small {
	text-align: right;
	padding: 10px 0;
	margin: 0;
}

@media (max-width: 640px) {
	footer div:nth-of-type(2) small {
		text-align: center;
		line-height: 1.2;
	}
	footer div:nth-of-type(2) small span {
		display: block;
	}
}

/*# sourceMappingURL=design.css.map */