@charset "utf-8";

.topBox {
	background: url("../images/course/bg.png") no-repeat center bottom;
	background-size: cover;
}
.topBox .inner {
	padding-top: 76px;
	height: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: url("../images/course/bg01.png") no-repeat center bottom;
	background-size: 1920px auto;
}
.topBox02 .inner {
	background-image: url("../images/course/bg02.png");
}
.topBox03 .inner {
	background-image: url("../images/course/bg03.png");
}
.topBox .inner .textBox {
	padding-right: 564px;
	width: 554px;
}
.topBox .inner .textBox .ttl {
	margin-bottom: 17px;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.4;
	white-space: pre-line;
	background: -webkit-linear-gradient(left, #FFECCA, #E2BC75); /* Chrome 10+, Safari 5.1+ */
	background: -moz-linear-gradient(left, #FFECCA, #E2BC75); /* Firefox 3.6+ */
	background: -ms-linear-gradient(left, #FFECCA, #E2BC75); /* IE 10+ */
	background: linear-gradient(to right, #FFECCA, #E2BC75); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.topBox .inner .textBox .text {
	color: rgba(255,255,255,0.5);
	font-size: 32px;
	line-height: 45px;
}
.main {
	padding: 80px 0 40px;
	background: #004660 url("../images/common/com_bg01.png") no-repeat center top;
	background-size: 100% auto;
}
.main .section {
	margin: 0 auto 40px;
	padding: 55px 40px 56px 65px;
	width: 1160px;
	box-sizing: border-box;
	border-radius: 24px;
	background: rgba(255,255,255,0.05);
}
.main .section01 .inner {
	display: flex;
	justify-content: space-between;
}
.main .section01 .inner .photoBox {
	padding: 36px 40px 12px 55px;
	width: 560px;
	position: relative;
	box-sizing: border-box;
	border: 6px solid #FFECCA;
	border-radius: 20px;
}
.main .section01 .inner .photoBox .icon {
	position: absolute;
	left: 117px;
	bottom: 72px;
}
.main .section01 .inner .photoBox .list {
	display: flex;
}
.main .section01 .inner .photoBox .list li {
	margin-right: 19px;
	width: 133px;
}
.main .section01 .inner .photoBox .list li:first-child {
	margin-top: 66px;
}
.main .section01 .inner .photoBox .list li:last-child {
	margin-top: 151px;
}
.main .section01 .inner .photoBox .list li .teacher {
	margin-bottom: 41px;
}
.main .section01 .inner .photoBox .list li .teacher img {
	border-radius: 18px 18px 0 0;
	display: block;
}
.main .section01 .inner .photoBox .list li .teacher .img {
	background: #fff;
}
.main .section01 .inner .photoBox .list li .teacher .box {
	margin-top: -1px;
	padding: 8px 0 8px;
	position: relative;
	border-radius: 0 0 18px 18px;
	text-align: center;
	background: #F0E6F0;
}
.main .section01 .inner .photoBox .list li .teacher .box .name {
	margin-bottom: 4px;
	display: block;
	color: #1B1F4D;
	font-size: 11px;
	font-weight: bold;
}
.main .section01 .inner .photoBox .list li .teacher .box .txt {
	display: block;
	color: #6C6E83;
	font-size: 9px;
}
.main .section01 .inner .textBox {
	margin-top: 9px;
	width: 472px;
}
.main .section01 .inner .textBox .ttl {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.4;
	background: -webkit-linear-gradient(left, #FFECCA, #E2BC75); /* Chrome 10+, Safari 5.1+ */
	background: -moz-linear-gradient(left, #FFECCA, #E2BC75); /* Firefox 3.6+ */
	background: -ms-linear-gradient(left, #FFECCA, #E2BC75); /* IE 10+ */
	background: linear-gradient(to right, #FFECCA, #E2BC75); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main .section01 .inner .textBox .list {
	display: flex;
	flex-wrap: wrap;
}
.main .section01 .inner .textBox .list li {
	margin: 24px 24px 0 0;
	padding: 37px 0 40px;
	width: 160px;
	text-align: center;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
}
.main .section01 .inner .textBox .list li span {
	display: block;
	color: rgba(255,255,255,0.5);
	font-size: 14px;
}
.main .section01 .inner .textBox .list li .num {
	margin-bottom: 4px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
}
.main .section02 {
	padding:  20px 75px;
}
.main .section02 .inner {
	padding: 55px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main .section02 .inner:nth-child(2n) {
	flex-direction: row-reverse;
}
.main .section02 .inner .photo {
	overflow: hidden;
	border-radius: 24px;
	border: 5px solid #E2BC75;
}
.main .section02 .inner .photo img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.main .section02 .inner .photo:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.main .section02 .inner .textBox {
	width: 500px;
}
.main .section02 .inner .textBox .ttl {
	margin-bottom: 16px;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	background: -webkit-linear-gradient(left, #FFECCA, #E2BC75); /* Chrome 10+, Safari 5.1+ */
	background: -moz-linear-gradient(left, #FFECCA, #E2BC75); /* Firefox 3.6+ */
	background: -ms-linear-gradient(left, #FFECCA, #E2BC75); /* IE 10+ */
	background: linear-gradient(to right, #FFECCA, #E2BC75); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main .section02 .inner .textBox .text {
	color: rgba(255,255,255,0.5);
	font-size: 24px;
	line-height: 34px;
}

.main .courseSec02 {
	margin-top: 64px;
}
.main .courseSec02 .inner {
	flex-direction: row-reverse;
}
.main .courseSec02 .inner:nth-child(2n) {
	flex-direction: row;
}

.main .courseSec03 {
	margin-top: 64px;
	padding: 78px 75px 60px;
}
.main .courseSec03 .inner {
	flex-direction: row-reverse;
}
.main .courseSec03 .inner:nth-child(2n) {
	flex-direction: row;
}
.main .courseSec03 .title {
	margin-bottom: 18px;
	color: rgba(255,255,255,0.5);
	font-size: 28px;
	text-align: center;
}
.main .courseSec03 .title span {
	margin-bottom: 4px;
	display: block;
	font-size: 48px;
	font-weight: bold;
	background: -webkit-linear-gradient(left, #FFECCA, #E2BC75); /* Chrome 10+, Safari 5.1+ */
	background: -moz-linear-gradient(left, #FFECCA, #E2BC75); /* Firefox 3.6+ */
	background: -ms-linear-gradient(left, #FFECCA, #E2BC75); /* IE 10+ */
	background: linear-gradient(to right, #FFECCA, #E2BC75); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media all and (min-width: 750px) and (max-width: 1239px) {
	body {
		background: #00384C url("../images/news/sp_bg.png") no-repeat center top;
		background-size: 100% auto;
	}
	.topBox {
		background: none;
	}
	.topBox .inner {
		padding: 120px 0 0;
		height: auto;
		display: block;
		position: relative;
		background: none;
	}
	.topBox .inner .textBox {
		padding: 108px 64px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		box-sizing: border-box;
	}
	.topBox .inner .textBox .ttl {
		margin-bottom: 14px;
		font-size: 56px;
		line-height: 78px;
	}
	.topBox .inner .textBox .text {
		font-size: 40px;
		line-height: 56px;
	}
	.main {
		padding: 96px 64px 32px;
		background: none;
	}
	.main .section {
		margin-bottom: 64px;
		padding: 48px 48px 60px;
		width: auto;
		border-radius: 24px;
	}
	.main .section01 .inner {
		display: block;
	}
	.main .section01 .inner .textBox {
		margin-bottom: 32px;
		width: auto;
	}
	.main .section01 .inner .textBox .ttl {
		font-size: 32px;
	}
	.main .section01 .inner .textBox .ttl span {
		margin-bottom: 6px;
		font-size: 48px;
	}
	.main .section01 .inner .textBox .list li {
		margin: 0;
		padding: 30px 0 44px;
		width: 50%;
		box-sizing: border-box;
		border-radius: 0;
		background: none;
	}
	.main .section01 .inner .textBox .list li span {
		font-size: 24px;
	}
	.main .section01 .inner .textBox .list li .num {
		margin-bottom: 0;
		font-size: 48px;
		line-height: 68px;
	}
	.main .section01 .inner .photoBox {
		margin: 0 -4px;
		padding: 24px 30px 2px;
		width: auto;
		border-width: 8px;
		border-radius: 28px;
	}
	.main .section01 .inner .photoBox .list li {
		margin: 0;
		padding: 0 10px;
		width: 33.33%;
		box-sizing: border-box;
	}
	.main .section01 .inner .photoBox .list li:first-child {
		margin-top: 14%;
	}
	.main .section01 .inner .photoBox .list li:last-child {
		margin-top: 28%;
	}
	.main .section01 .inner .photoBox .list li .teacher {
		margin-bottom: 38px;
	}
	.main .section01 .inner .photoBox .list li .teacher img {
		border-radius: 18px 18px 0 0;
	}
	.main .section01 .inner .photoBox .list li .teacher .box {
		padding: 8px 0;
		border-radius: 0 0 18px 18px;
	}
	.main .section01 .inner .photoBox .icon {
		width: 54px;
		height: 54px;
	}
	.main .section02 {
		padding-bottom: 48px;
	}
	.main .section02 .title {
		font-size: 32px;
		font-weight: bold;
		line-height: 1.4;
		background: -webkit-linear-gradient(left, #FFECCA, #E2BC75); /* Chrome 10+, Safari 5.1+ */
		background: -moz-linear-gradient(left, #FFECCA, #E2BC75); /* Firefox 3.6+ */
		background: -ms-linear-gradient(left, #FFECCA, #E2BC75); /* IE 10+ */
		background: linear-gradient(to right, #FFECCA, #E2BC75); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.main .section02 .title span {
		margin-bottom: 6px;
		display: block;
		font-size: 48px;
	}
	.main .section02 .inner {
		margin: 0 -8px;
		padding: 72px 0 0;
		display: block;
	}
	.main .section02 .inner .photo {
		margin-bottom: 42px;
		border-radius: 42px;
		border-width: 8px;
	}
	.main .section02 .inner .textBox {
		margin: 0 10px;
		width: auto;
	}
	.main .section02 .inner .textBox .ttl {
		margin-bottom: 16px;
		font-size: 32px;
		line-height: 44px;
	}
	.main .section02 .inner .textBox .text {
		font-size: 28px;
		line-height: 44px;
	}
	.main .courseSec03 .title {
		margin-bottom: 0;
		text-align: left;
	}
}


@media all and (min-width: 0) and (max-width: 749px) {
	body {
		background: #00384C url("../images/news/sp_bg.png") no-repeat center top;
		background-size: 100% auto;
	}
	.topBox {
		background: none;
	}
	.topBox .inner {
		padding: 60px 0 0;
		height: auto;
		display: block;
		position: relative;
		background: none;
	}
	.topBox .inner .textBox {
		padding: 54px 32px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		box-sizing: border-box;
	}
	.topBox .inner .textBox .ttl {
		margin-bottom: 7px;
		font-size: 28px;
		line-height: 39px;
	}
	.topBox .inner .textBox .text {
		font-size: 20px;
		line-height: 28px;
	}
	.main {
		padding: 48px 32px 16px;
		background: none;
	}
	.main .section {
		margin-bottom: 32px;
		padding: 24px 24px 30px;
		width: auto;
		border-radius: 12px;
	}
	.main .section01 .inner {
		display: block;
	}
	.main .section01 .inner .textBox {
		margin-bottom: 16px;
		width: auto;
	}
	.main .section01 .inner .textBox .ttl {
		font-size: 16px;
	}
	.main .section01 .inner .textBox .ttl span {
		margin-bottom: 3px;
		font-size: 24px;
	}
	.main .section01 .inner .textBox .list li {
		margin: 0;
		padding: 15px 0 22px;
		width: 50%;
		box-sizing: border-box;
		border-radius: 0;
		background: none;
	}
	.main .section01 .inner .textBox .list li span {
		font-size: 12px;
	}
	.main .section01 .inner .textBox .list li .num {
		margin-bottom: 0;
		font-size: 24px;
		line-height: 34px;
	}
	.main .section01 .inner .photoBox {
		margin: 0 -2px;
		padding: 12px 15px 1px;
		width: auto;
		border-width: 4px;
		border-radius: 14px;
	}
	.main .section01 .inner .photoBox .list li {
		margin: 0;
		padding: 0 5px;
		width: 33.33%;
		box-sizing: border-box;
	}
	.main .section01 .inner .photoBox .list li:first-child {
		margin-top: 14%;
	}
	.main .section01 .inner .photoBox .list li:last-child {
		margin-top: 33%;
	}
	.main .section01 .inner .photoBox .list li .teacher {
		margin-bottom: 19px;
	}
	.main .section01 .inner .photoBox .list li .teacher img {
		border-radius: 9px 9px 0 0;
	}
	.main .section01 .inner .photoBox .list li .teacher .box {
		padding: 0;
		border-radius: 0 0 9px 9px;
	}
	.main .section01 .inner .photoBox .list li .teacher .box .name {
		margin-bottom: -5px;
		transform: scale(0.6);
	}
	.main .section01 .inner .photoBox .list li .teacher .box .txt {
		margin: 0 -20px;
		font-size: 10px;
		transform: scale(0.5);
	}
	.main .section01 .inner .photoBox .icon {
		width: 27px;
		left: 19.6%;
		bottom: 14%;
	}
	.main .section02 {
		padding-bottom: 24px;
	}
	.main .section02 .title {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4;
		background: -webkit-linear-gradient(left, #FFECCA, #E2BC75); /* Chrome 10+, Safari 5.1+ */
		background: -moz-linear-gradient(left, #FFECCA, #E2BC75); /* Firefox 3.6+ */
		background: -ms-linear-gradient(left, #FFECCA, #E2BC75); /* IE 10+ */
		background: linear-gradient(to right, #FFECCA, #E2BC75); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.main .section02 .title span {
		margin-bottom: 3px;
		display: block;
		font-size: 24px;
	}
	.main .section02 .inner {
		margin: 0 -4px;
		padding: 36px 0 0;
		display: block;
	}
	.main .section02 .inner .photo {
		margin-bottom: 21px;
		border-width: 4px;
		border-radius: 16px;
	}
	.main .section02 .inner .textBox {
		margin: 0 5px;
		width: auto;
	}
	.main .section02 .inner .textBox .ttl {
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 22px;
	}
	.main .section02 .inner .textBox .text {
		font-size: 14px;
		line-height: 22px;
	}

	.main .courseSec02 {
		margin-top: 0;
	}
	.main .courseSec03 {
		margin-top: 0;
	}
	.main .courseSec03 .title {
		margin-bottom: 0;
		text-align: left;
	}
}