@charset "UTF-8";
/*
example
@include taJ
*/
/*************************
共通class
************************ */
.fontbold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.frd {
	color: #d8261c;
	font-weight: bold;
}

.fbl {
	color: #00aadb;
	font-weight: bold;
}

.fgn {
	color: #adff65;
	font-weight: bold;
}

.f24 {
	font-size: 24px;
	font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
	.f24 {
		font-size: 20px;
		font-size: 2rem;
	}
}

.f30 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.f30 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

.f36 {
	font-size: 36px;
	font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
	.f36 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.2;
	}
}

.bgy {
	background-color: #feeb35;
	display: inline-block;
	padding: 0.6rem;
	font-weight: 700;
	line-height: 1;
}

.ubg {
	display: inline-block;
	position: relative;
}

.ubg:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #38cc74;
	position: absolute;
	bottom: -0.4rem;
	left: 0;
}

@media screen and (max-width: 768px) {
	.ubg:after {
		content: none;
	}
}

.moviebox .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.moviebox .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 992px) {
	.container {
		max-width: 728px;
	}
}

@media screen and (max-width: 480px) {
	.container {
		max-width: none;
	}
}

/*************************
main
************************ */
.sctbox {
	position: relative;
	margin-top: 40px;
}

.sctbox .title {
	position: absolute;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 100%;
	margin-right: 40px;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	border-right: 2px solid #d8261c;
}

@media screen and (max-width: 768px) {
	.sctbox .title {
		margin-right: 0;
	}
}

.sctbox .title span {
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
	font-family: Exo,sans-serif;
	color: #d8261c;
	font-weight: 800;
	text-align: center;
	letter-spacing: 2px;
	width: 100%;
	line-height: 40px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.sctbox .title2 {
	text-align: center;
	color: #525252;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 40px;
	letter-spacing: 2px;
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 480px) {
	.sctbox .title2 {
		letter-spacing: 0;
	}
}

.sctbox .title2:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	background-size: contain;
	margin: 0 auto 8px;
}

.sctbox .title3 {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #525252;
	font-family: fot-tsukuardgothic-std, sans-serif;
	letter-spacing: 4px;
	border: 1px solid #e87d78;
	border-radius: 8px;
	background-color: #fff5f5;
	margin-bottom: 16px;
	position: relative;
}

@media screen and (max-width: 992px) {
	.sctbox .title3 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.sctbox .title3 {
		height: 60px;
		line-height: 58px;
	}
}

@media screen and (max-width: 480px) {
	.sctbox .title3 {
		font-size: 16px;
		letter-spacing: 0;
	}
}

.sctbox .title3:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url(../common/img/icon_info_circle.png) no-repeat scroll center center;
	background-size: contain;
	position: absolute;
	left: 1.6rem;
	top: calc(50% - 9px);
}

.sctbox .title4 {
	font-size: 28px;
	text-align: center;
	color: #d8261c;
	font-weight: 700;
	margin-bottom: 16px;
	line-height: 40px;
}

@media screen and (max-width: 480px) {
	.sctbox .title4 {
		font-size: 16px;
		letter-spacing: 0;
		line-height: 28px;
	}
}

.sctbox:nth-of-type(odd) .title {
	left: 0;
	right: auto;
	margin-right: 0;
	margin-left: 40px;
	border-right: none;
	border-left: 2px solid #d8261c;
}

@media screen and (max-width: 768px) {
	.sctbox:nth-of-type(odd) .title {
		margin-left: 0;
	}
}

#head {
	margin-top: 0;
	padding-top: 160px;
}

@media screen and (max-width: 992px) {
	#head {
		padding-top: 120px;
	}
}

@media screen and (max-width: 768px) {
	#head {
		padding-top: 100px;
	}
}

#head .container {
	margin-bottom: 80px;
}

@media screen and (max-width: 992px) {
	#head .container {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 768px) {
	#head .container {
		margin-bottom: 40px;
	}
}

#head h1 {
	font-size: 72px;
	font-weight: 800;
	line-height: 72px;
	color: #d8261c;
	text-align: center;
	margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
	#head h1 {
		font-size: 50px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	#head h1 {
		font-size: 40px;
	}
}

@media screen and (max-width: 480px) {
	#head h1 {
		padding: 0 40px;
		line-height: 52px;
	}
}

#head p {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #000;
	letter-spacing: 1px;
	font-family: ryo-display-plusn, '游明朝', YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	text-align: center;
}

@media screen and (max-width: 992px) {
	#head p {
		font-size: 20px;
	}
}

@media screen and (max-width: 480px) {
	#head p {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0;
	}
}

#head .mvimg {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	grid-column-gap: 2px;
	grid-row-gap: 2px;
}

@media screen and (max-width: 480px) {
	#head .mvimg {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: auto auto auto auto;
		grid-template-rows: auto auto auto auto;
	}
}

#head .mvimg img {
	width: 100%;
	height: 40vh;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media screen and (max-width: 992px) {
	#head .mvimg img {
		height: 32vh;
	}
}

@media screen and (max-width: 768px) {
	#head .mvimg img {
		height: 24vh;
	}
}

.txt {
	margin-bottom: 4rem;
}

@media screen and (max-width: 480px) {
	.txt {
		padding: 0 12px;
		margin-bottom: 20px;
	}
}

.txt p {
	color: #525252;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.8px;
}

@media screen and (max-width: 768px) {
	.txt p {
		margin-bottom: 10px;
	}
}

.txt p.lhm {
	line-height: 32px;
}

@media screen and (max-width: 480px) {
	.txt p.lhm {
		font-size: 14px;
		line-height: 24px;
		text-align: left;
		margin-bottom: 20px;
	}
}

.txt p.lhh {
	line-height: 45px;
}

@media screen and (max-width: 768px) {
	.txt p.lhh {
		line-height: 32px;
	}
}

@media screen and (max-width: 480px) {
	.txt p.lhh {
		font-size: 14px;
		line-height: 32px;
		text-align: left;
		margin-bottom: 20px;
	}
}

#about01 {
	margin-top: 80px;
}

@media screen and (max-width: 992px) {
	#about01 {
		margin-top: 40px;
	}
}

@media screen and (max-width: 480px) {
	#about01 {
		margin-top: 20px;
	}
}

#about01 .txtbox {
	padding: 60px 80px;
	border-radius: 4px;
	background-color: #fafafa;
}

@media screen and (max-width: 992px) {
	#about01 .txtbox {
		padding-top: 40px;
	}
}

@media screen and (max-width: 768px) {
	#about01 .txtbox {
		padding: 40px;
	}
}

@media screen and (max-width: 480px) {
	#about01 .txtbox {
		padding: 20px;
	}
}

#about01 .title3 {
	margin-bottom: 70px;
}

@media screen and (max-width: 992px) {
	#about01 .title3 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 480px) {
	#about01 .title3 {
		margin-bottom: 20px;
	}
}

#member {
	margin-top: 0;
	padding-top: 20px;
}

#member .container {
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 768px) {
	#member .container {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
}

#member .container:before, #member .container:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#member .container:before {
	background: transparent url(../img/index/image13.png) no-repeat scroll center center;
	background-size: cover;
	z-index: -1;
}

#member .container:after {
	background-image: -webkit-linear-gradient(315deg, #e60c00, #ff9e99);
	background-image: linear-gradient(135deg, #e60c00, #ff9e99);
	opacity: .88;
	z-index: 1;
}

#member .txtbox {
	text-align: center;
	padding: 20px 40px;
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 480px) {
	#member .txtbox {
		padding: 12px 20px;
		text-align: center;
	}
}

#member .txtbox h1 {
	font-family: kan415typos-std,sans-serif;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
	#member .txtbox h1 {
		font-size: 32px;
	}
}

@media screen and (max-width: 768px) {
	#member .txtbox h1 {
		font-size: 24px;
	}
}

@media screen and (max-width: 480px) {
	#member .txtbox h1 {
		line-height: 28px;
		margin-bottom: 10px;
	}
}

#member .txtbox h1 span {
	font-size: 20px;
	display: block;
	padding-top: 16px;
	text-align: center;
}

@media screen and (max-width: 992px) {
	#member .txtbox h1 span {
		padding-top: 6px;
	}
}

@media screen and (max-width: 480px) {
	#member .txtbox h1 span {
		font-size: 12px;
	}
}

#member .txtbox img {
	width: 454px;
	height: auto;
	margin: 0 auto;
}

@media screen and (max-width: 480px) {
	#member .txtbox img {
		height: 150px;
		width: auto;
	}
}

.weblesson {
	display: block;
	text-align: center;
	border-radius: 4px;
}

.weblesson dt img {
	width: 150px;
	height: 16px;
}

.weblesson dd {
	text-align: center;
}

.weblesson dd a {
	line-height: 52px;
	height: 52px;
	font-size: 20px;
	display: inline-block;
	width: 280px;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(315deg, #d8261c, #ff9e99);
	background-image: linear-gradient(135deg, #d8261c, #ff9e99);
	color: #fff;
	font-weight: 700;
	text-align: center;
	letter-spacing: -.2px;
}

@media screen and (max-width: 480px) {
	.weblesson dd a {
		width: 100%;
	}
}

.mouse .weblesson dd a:hover {
	-webkit-transform: translate3d(0px, -4px, 0px) scale3d(1.02, 1.02, 1);
	        transform: translate3d(0px, -4px, 0px) scale3d(1.02, 1.02, 1);
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

@media screen and (max-width: 768px) {
	#about02 .container {
		padding: 0 20px;
	}
}

.graph {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
	.graph {
		display: block;
	}
}

.graph figure {
	width: 400px;
}

@media screen and (max-width: 992px) {
	.graph figure {
		width: 260px;
	}
}

@media screen and (max-width: 768px) {
	.graph figure {
		padding: 0 10px;
	}
}

@media screen and (max-width: 480px) {
	.graph figure {
		padding: 0;
		margin: 0 auto 20px;
	}
}

.graph figure figcaption {
	color: #525252;
	font-weight: 400;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
	.graph figure figcaption {
		font-size: 16px;
	}
}

.graph figure img {
	width: 100%;
}

.mediabox {
	text-align: center;
}

.mediabox .book {
	max-width: 160px;
	margin: 0 auto;
}

.mediabox .book img {
	width: 100%;
}

.mediabox .btnbox {
	padding-top: 1rem;
}

.mediabox .btnbox .btn {
	width: 240px;
	border: none;
	background-color: #adadad;
	color: #fff;
}

.medialist {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-row-gap: 16px;
	grid-column-gap: 16px;
	margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
	.medialist {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 480px) {
	.medialist {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
}

.medialist img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
	width: 150px;
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	        align-self: center;
	justify-self: center;
}

@media screen and (max-width: 992px) {
	#about03 {
		margin-top: 6rem;
	}
}

@media screen and (max-width: 768px) {
	#about03 .container {
		padding: 0 20px;
	}
}

#about03 h1 {
	font-family: ryo-display-plusn, '游明朝', YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	margin-bottom: 16px;
	color: #d8261c;
	font-size: 40px;
	line-height: 40px;
	font-weight: 800;
	text-align: center;
	letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
	#about03 h1 {
		font-size: 32px;
		letter-spacing: 1px;
	}
}

@media screen and (max-width: 480px) {
	#about03 h1 {
		font-size: 20px;
		margin-bottom: 0;
	}
}

#about03 .txtbox {
	margin-bottom: 32px;
}

#about03 .heading {
	border: 1px solid #d8261c;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 32px;
}

#about03 .heading .nmb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 8px 20px;
	background-color: #d8261c;
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	font-family: ryo-gothic-plusn,sans-serif;
	position: relative;
}

@media screen and (max-width: 480px) {
	#about03 .heading .nmb {
		font-size: 40px;
		padding: 8px 10px;
	}
}

#about03 .heading .nmb:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url(../common/img/icon_check_square.png) no-repeat scroll center center;
	background-size: contain;
	margin-right: 8px;
}

#about03 .heading .title5 {
	padding: 16px 16px 16px 28px;
}

@media screen and (max-width: 768px) {
	#about03 .heading .title5 {
		padding: 8px 12px;
	}
}

#about03 .heading .title5 span {
	display: block;
	margin-top: 4px;
	margin-bottom: 0;
	margin-left: 2px;
	font-size: 16px;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	#about03 .heading .title5 span {
		font-size: 12px;
	}
}

@media screen and (max-width: 480px) {
	#about03 .heading .title5 span {
		line-height: 1.2;
	}
}

#about03 .heading .title5 b {
	display: block;
	margin-top: 12px;
	margin-bottom: 0;
	margin-left: 0;
	color: #d8261c;
	font-size: 52px;
	line-height: 1;
	font-weight: 400;
	text-shadow: 3px 3px 0 #fcc;
}

@media screen and (max-width: 768px) {
	#about03 .heading .title5 b {
		font-size: 40px;
		margin-top: 8px;
	}
}

@media screen and (max-width: 480px) {
	#about03 .heading .title5 b {
		font-size: 28px;
		margin-bottom: 4px;
	}
}

#about03 .txt {
	padding: 0 60px;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	#about03 .txt {
		padding: 0 40px;
	}
}

@media screen and (max-width: 480px) {
	#about03 .txt {
		padding: 0 20px;
	}
}

#about03 .txt .lhm {
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
}

#about03 .txt .lhh {
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}

#about03 .txt p:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	#about03 .weblesson {
		padding-top: 30px;
	}
}

@media screen and (max-width: 480px) {
	#about03 .weblesson {
		padding-top: 20px;
	}
}

.ph2clm {
	padding-top: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 820px;
	margin: 0 auto;
}

@media screen and (max-width: 992px) {
	.ph2clm {
		width: calc(100% - 80px);
		margin: 0 auto;
	}
}

@media screen and (max-width: 480px) {
	.ph2clm {
		display: block;
		width: calc(100% - 40px);
	}
}

.ph2clm figure {
	width: 402px;
	height: 320px;
}

@media screen and (max-width: 992px) {
	.ph2clm figure {
		width: 296px;
		height: 240px;
	}
}

@media screen and (max-width: 768px) {
	.ph2clm figure {
		width: calc(50% - 16px);
		height: 160px;
		margin: 0 auto;
		border-radius: 4px;
		overflow: hidden;
	}
}

@media screen and (max-width: 480px) {
	.ph2clm figure {
		width: 100%;
		margin-bottom: 16px;
	}
}

.ph2clm figure img {
	width: 100%;
	height: 320px;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media screen and (max-width: 992px) {
	.ph2clm figure img {
		height: 240px;
	}
}

@media screen and (max-width: 768px) {
	.ph2clm figure img {
		height: 160px;
	}
}

#bookbox {
	padding-top: 30px;
	margin-bottom: 40px;
}

#bookbox .txtbox {
	width: 80%;
	margin: 0 auto;
	padding: 40px;
	border-radius: 4px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 768px) {
	#bookbox .txtbox {
		display: block;
		padding: 20px;
	}
}

@media screen and (max-width: 480px) {
	#bookbox .txtbox {
		width: calc(100% - 40px);
		margin-bottom: 16px;
	}
}

#bookbox .txtbox:before, #bookbox .txtbox:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#bookbox .txtbox:before {
	background: transparent url(../img/index/book_bg.png) no-repeat scroll center center;
	background-size: cover;
	z-index: -1;
}

#bookbox .txtbox:after {
	background-image: -webkit-linear-gradient(315deg, #e60c00, #ff9e99);
	background-image: linear-gradient(135deg, #e60c00, #ff9e99);
	opacity: .94;
	z-index: 1;
}

#bookbox .txtbox .title2 {
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 480px) {
	#bookbox .txtbox .title2 {
		margin-bottom: 20px;
	}
}

#bookbox .txtbox .title2:before {
	background-image: url(../common/img/icon_book.png);
}

#bookbox .txtbox .booklist {
	width: 36%;
	text-align: center;
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 992px) {
	#bookbox .txtbox .booklist {
		width: 42%;
	}
}

@media screen and (max-width: 768px) {
	#bookbox .txtbox .booklist {
		width: 100%;
		margin-bottom: 20px;
	}
}

#bookbox .txtbox .booklist img {
	width: auto;
	height: 260px;
}

@media screen and (max-width: 768px) {
	#bookbox .txtbox .booklist img {
		text-align: center;
	}
}

#bookbox .txtbox .booklist figcaption {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	letter-spacing: 2px;
}
