@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual img {
	width: 100%;
}
#main .fixBtn {
	position: fixed;
	right: 1.7rem;
	bottom: 0.1rem;
	width: 37.6rem;
	z-index: 20;
}
#main .fixBtn a:hover {
	opacity: 0.7;
}
#main .movie {
	margin: 0 auto;
	padding: 1.8rem 2rem;
	width: 69.5rem;
	position: relative;
}
#main .movie:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #4ECA81 0%, #2F8871 100%);
	filter: blur(0.05rem);
	-webkit-filter: blur(0.05rem);
	content: "";
}
#main .movie .sub {
	position: relative;
	z-index: 1;
	aspect-ratio: 16/9;
}
#main .movie video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .movie iframe {
	width: 100%;
	height: 100%;
	display: block;
}
#main .about {
	padding: 13.9rem 0 14.8rem;
}
#main .about .topBox {
	margin: 0 auto 12.4rem;
	max-width: 112rem;
}
#main .about .topBox h2 {
	width: 47.5%;
	padding-left: 5.6%;
}
#main .about .topBox .rBox {
	margin-top: 2rem;
	flex: 1;
}
#main .about .topBox .rBox p {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 3.05;
}
#main .about .subBox01 {
	margin-bottom: 7.1rem;
}
#main .about .subBox01 h3 {
	margin: 0 auto 4.1rem;
	width: fit-content;
	font-size: 3.5rem;
	background: linear-gradient(90deg, #4ECA81 0%, #2F8871 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}
#main .about .subBox01 .notes {
	color: #165365;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.14rem;
	text-align: right;
}
#main .about .subBox01 .dataList {
	margin: 0 -0.4rem 2.1rem;
	gap: 2.7rem 2.8rem;
}
#main .about .subBox01 .dataList li {
	width: 28.1rem;
}
#main .about .subBox01 .dataList .bgTtl {
	margin: 0 -1rem 0.5rem;
	padding: 0.3rem 1rem 0.7rem;
	min-height: 7.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: 700;
	background: linear-gradient(90deg, #4ECA81 0%, #2F8871 100%);
}
#main .about .subBox01 .dataList .bgTtl .sml {
	margin-bottom: 0.1rem;
	display: block;
	font-size: 1.8rem;
}
#main .about .subBox01 .dataList .listImg {
	margin-bottom: 0;
}
#main .about .subBox01 .dataList .listImg img {
	height: 11.2rem;
}
#main .about .subBox01 .dataList .listImg04 img {
	height: 8.1rem;
}
#main .about .subBox01 .dataList .large {
	color: #165365;
	font-size: 6.3rem;
	font-weight: 700;
	line-height: 1;
}
#main .about .subBox01 .dataList .large01 {
	margin: -0.2rem 0 0 0.2rem;
	font-size: 6rem;
}
#main .about .subBox01 .dataList .large .sml {
	margin: 0 0.8rem;
	font-size: 5.3rem;
}
#main .about .subBox01 .dataList .large .sml02 {
	margin: 0 -0.6rem 0 0.4rem;
	font-size: 2.5rem;
	vertical-align: 0.2rem;
}
#main .about .subBox01 .dataList .large .sml03 {
	margin: 0 -0.6rem 0 0.2rem;
	font-size: 1.9rem;
	letter-spacing: 0.189rem;
	vertical-align: 0.3rem;
}
#main .about .subBox01 .dataList .large .sml04 {
	font-size: 4.5rem;
}
#main .about .subBox01 .dataList .large .sml05 {
	margin: 0 0.6rem 0 0;
}
#main .about .subBox01 .dataList .notes {
	font-size: 1.2rem;
	letter-spacing: 0.12rem;
	text-align: center;
}
#main .about .subBox02 {
	margin: 0 auto;
	max-width: 99.4rem;
	overflow: hidden;
}
#main .about .subBox02 h3 {
	margin-bottom: 4.8rem;
	color: #4ECA81;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}
#main .about .subBox02 span {
	padding: 0 2rem;
	display: inline-block;
	position: relative;
}
#main .about .subBox02 span:before,
#main .about .subBox02 span:after {
	margin-top: 0.3rem;
	position: absolute;
	right: 100%;
	top: 50%;
	width: 999rem;
	height: 1px;
	background: #4ECA81;
	content: "";
}
#main .about .subBox02 span:after {
	right: auto;
	left: 100%;
}
#main .about .subBox02 .listUl {
	gap: 5.65rem;
}
#main .about .subBox02 .listUl li {
	width: 20.6rem;
	text-align: center;
}
#main .about .subBox02 .listUl p {
	margin-top: 1.6rem;
	color: #165365;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.36;
}
#main .interview {
	padding: 14.2rem 0 14.7rem;
	background: url(../img/Interview_bg.jpg) no-repeat center top/cover;
}
#main .interview h2 {
	margin-bottom: 7rem;
	color: #fff;
}
#main .interview h2 .en {
	color: #fff;
}
#main .interview .midTxt {
	margin: 0 auto 7.6rem;
	max-width: 56.5rem;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.18;
}
#main .interview .tabNavi {
	margin-bottom: 3.4rem;
	gap: 0 0.4rem;
}
#main .interview .tabNavi li {
	width: 29.7rem;
}
#main .interview .tabNavi a {
	min-height: 7.1rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #C6C6C6;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.67;
	background: #F7F7F7;
}
#main .interview .tabNavi a:after {
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: -1.7rem;
	transform: translateX(-50%);
	width: 2.4rem;
	height: 2.4rem;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #fff;
	content: "";
}
#main .interview .tabNavi .on a {
	color: #165365;
	background: #fff;
}
#main .interview .tabNavi .on a:after {
	opacity: 1;
}
#main .interview .tabBox .subBox {
	padding: 4.9rem 7.3rem 4.2rem;
	background: #FFF;
}
#main .interview .tabBox h3 {
	margin-bottom: 3rem;
	color: #165365;
	font-size: 3.3rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
#main .interview .tabBox .inner {
	align-items: flex-start;
}
#main .interview .tabBox .lBox {
	width: 49.6rem;
}
#main .interview .tabBox .qaDl dt {
	padding: 0.6rem 1rem 1rem;
	color: #fff;
	font-size: 1.9rem;
	font-weight: 700;
	background: linear-gradient(90deg, #4ECA81 0%, #2F8871 100%);
}
#main .interview .tabBox .qaDl dt .sub {
	display: inline-block;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#main .interview .tabBox .qaDl dd {
	margin: 1rem 0 2.6rem;
	font-size: 2rem;
	line-height: 1.6;
	font-weight: 700;
}
#main .interview .tabBox .qaDl dd:last-child {
	margin-bottom: 0 !important;
}
#main .interview .tabBox .rBox {
	margin: 0.5rem -0.7rem 0 0;
	width: 53.3rem;
}
#main .interview .tabBox .rBox .movie {
	margin-bottom: 2.3rem;
	width: auto;
	padding: 1.2rem 1.3rem;
}
#main .interview .tabBox .rBox .infoDl dt {
	min-width: 12.2rem;
	padding-right: 1.8rem;
	position: relative;
	font-size: 2rem;
	line-height: 1;
	font-weight: 700;
}
#main .interview .tabBox .rBox .infoDl dt:after {
	position: absolute;
	right: 0;
	top: -0.5rem;
	width: 2px;
	height: calc(100% + 0.5rem);
	background-color: #15AF47;
	content: "";
}
#main .interview .tabBox .rBox .infoDl dd {
	margin: -0.6rem -3rem 0 1.3rem;
	font-size: 1.5rem;
	line-height: 1.67;
	flex: 1;
}
#main .lecturer {
	padding: 13.5rem 0 8rem;
}
#main .lecturer .content {
	max-width: 99.2rem;
}
#main .lecturer h2 {
	margin-bottom: 5.5rem;
}
#main .infoBox {
	padding: 0.6rem;
	background: linear-gradient(90deg, #4ECA81 0%, #2F8871 100%);
}
#main .infoBox .subBox {
	padding: 11.7rem 6rem 10rem;
	background: #F7F7F7;
}
#main .lecturer .infoList01 {
	margin: 0 4rem 0 7.3rem;
}
#main .lecturer .infoList01:not(:last-child) {
	margin-bottom: 6rem;
}
#main .lecturer .infoList01 li {
	display: flex;
	align-items: flex-start;
}
#main .lecturer .infoList01 li:not(:last-child) {
	margin-bottom: 8.2rem;
}
#main .lecturer .infoList02 li {
	padding: 6.1rem 7.3rem 6.6rem;
	display: flex;
	align-items: center;
	background: url(../img/line01.png) no-repeat center top/auto 2px;
}
#main .lecturer .infoList02 li:last-child {
	padding-bottom: 0;
}
#main .lecturer .infoList .phoBox {
	width: 20.6rem;
	position: relative;
}
#main .lecturer .infoList .phoBox:after {
	position: absolute;
	left: -1rem;
	bottom: -1rem;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #4ECA81 0%, #2F8871 100%);
	content: "";
}
#main .lecturer .infoList .phoBox img {
	width: 100%;
	position: relative;
	z-index: 1;
}
#main .lecturer .infoList .comimg {
	margin: 0.9rem 0 0 -1.7rem;
	width: 36.8rem;
	position: relative;
	z-index: 1;
}
#main .lecturer .infoList .txtBox {
	margin: 1rem 0 0 6rem;
	flex: 1;
	overflow: hidden;
}
#main .lecturer .infoList .txtBox h3 {
	margin-bottom: 2.3rem;
	display: flex;
	align-items: flex-end;
	font-size: 1.6rem;
	font-weight: 700;
}
#main .lecturer .infoList .txtBox h3:after {
	margin: 0 0 0.6rem 3.4rem;
	flex: 1;
	height: 2px;
	background: linear-gradient(90deg, #4ECA81 0%, #2F8871 100%);
	content: "";
}
#main .lecturer .infoList .txtBox h3 .large {
	display: block;
	font-size: 2.6rem;
}
#main .lecturer .infoList .txtBox p {
	font-size: 1.6rem;
	line-height: 1.88;
}
#main .online {
	padding: 8.6rem 0 0;
}
#main .online h2 {
	margin-bottom: 5.7rem;
}
#main .movieBox {
	padding: 13.5rem 0 17rem;
	background: url(../img/movie_bg01.png) no-repeat center top/184rem;
}
#main .movieBox .movie:before {
	position: absolute;
	right: -15.8rem;
	top: -8.2rem;
	width: 31.9rem;
	height: 10.6rem;
	z-index: 2;
	background: url(../img/movie_bg02.png) no-repeat center top/100%;
	content: "";
}
#main .faq {
	padding: 12rem 0 13rem;
}
#main .faq .content {
	max-width: 86.4rem;
}
#main .faq h2 {
	margin-bottom: 8.7rem;
}
#main .qaList li {
	width: 68.4rem;
	padding: 1.4rem 1.4rem 2rem;
	position: relative;
	border: 2px solid #4ECA81;
	background: #FFF;
}
#main .qaList li:not(:last-child) {
	margin-bottom: 2.5rem;
}
#main .qaList li:after {
	position: absolute;
	left: -1.2rem;
	bottom: -1.2rem;
	width: calc(100% + 0.4rem);
	height: calc(100% + 0.4rem);
	z-index: -1;
	background: #4ECA81;
	content: "";
}
#main .qaList p {
	display: flex;
	align-items: flex-start;
	line-height: 1.67;
}
#main .qaList p:before {
	margin: -0.3rem 1.7rem 0 0;
	width: 4.8rem;
	content: "A";
	flex-shrink: 0;
	color: #4ECA81;
	font-size: 3rem;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
}
#main .qaList .ttl {
	margin-bottom: 2.4rem;
	align-items: center;
	border-bottom: 2px solid #4ECA81;
}
#main .qaList .ttl:before {
	margin: 0 1.5rem -0.2rem 0;
	padding-top: 0.6rem;
	color: #fff !important;
	width: 5rem;
	height: 5rem;
	background: #4ECA81;
	content: "Q";
}
#main .qaList li:nth-child(2n) {
	margin-right: 0.4rem;
	margin-left: auto;
	border-color: #165365;
}
#main .qaList li:nth-child(2n):after {
	background: #165365;
}
#main .qaList li:nth-child(2n) p:before {
	color: #165365;
}
#main .qaList li:nth-child(2n) .ttl {
	border-color: #165365;
}
#main .qaList li:nth-child(2n) .ttl:before {
	background: #165365;
}
#main .qaList .txt {
	margin-right: 2rem;
}
#main .offer {
	padding: 12rem 0 4rem;
}
#main .offer h2 {
	margin-bottom: 5rem;
}
#main .offer .content {
	max-width: 109.7rem;
}
#main .offer .infoBox {
	margin-bottom: 4rem;
	padding: 1.5rem;
}
#main .offer .infoBox .subBox {
	padding: 2rem 2rem;
	background: #FFF;
}
#main .offer table {
	width: 100%;
	border-spacing: 0;
}
#main .offer tr {
	background: url(../img/line01.png) no-repeat left bottom/100% 2px;
}
#main .offer tr:last-child {
	background: none;
}
#main .offer th,
#main .offer td {
	padding: 2.8rem 2rem 3.2rem;
	line-height: 1.67;
	text-align: left;
	vertical-align: top;
}
#main .offer th {
	width: 14.5%;
	text-align: center;
	background: linear-gradient(90deg, #4ECA81 0%, #2F8871 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#main .offer .txt01 {
	max-width: 56.5rem;
}
#main .offer .txt02 {
	max-width: 75rem;
}
#main .offer .txtList li {
	display: flex;
	align-items: flex-start;
}
#main .offer .txtList li:before {
	margin: 0 0.4rem;
	content: "・";
	flex-shrink: 0;
}
#main .offer td .txtDl {
	margin-right: -1rem;
}
#main .offer td .txtDl dt {
	width: 16.2rem;
	text-align: right;
}
#main .offer td .txtDl dd {
	width: calc(100% - 16.2rem);
}
#main .offer td .color {
	color: #19B258;
}
#main .offer td .notes {
	margin-top: 3rem;
}
#main .offer .btn {
	margin: 0 auto;
	width: 58.3rem;
	transform: translateX(2.8rem);
}
#main .offer .btn a:hover {
	opacity: 0.7;
}
#main .btmPho img {
	width: 100%;
}
@media all and (min-width: 897px) {
	#main .interview .tabNavi a:hover {
		color: #165365;
		background: #fff;
	}
	#main .interview .tabNavi a:hover:after {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#main .fixBtn {
		right: 0;
		width: 15.4rem;
	}
	#main .movie {
		padding: 0.8rem 1rem;
		width: 88.2%;
		position: relative;
	}
	#main .movie:after {
		filter: blur(0.025rem);
		-webkit-filter: blur(0.025rem);
	}
	#main .about {
		padding: 7.9rem 0 6.7rem;
	}
	#main .about .topBox {
		margin: 0 2.2rem 8.3rem;
		display: block;
	}
	#main .about .topBox h2 {
		width: auto;
		padding-left: 0;
	}
	#main .about .topBox .rBox {
		margin-top: 3.4rem;
	}
	#main .about .topBox .rBox p {
		font-size: 1.5rem;
		line-height: 2.4;
		letter-spacing: 0.03rem;
	}
	#main .about .subBox01 {
		margin-bottom: 4.6rem;
	}
	#main .about .subBox01 h3 {
		margin-bottom: 3rem;
		font-size: 2.4rem;
	}
	#main .about .subBox01 .dataList {
		margin-bottom: 0.6rem;
		gap: 0.4rem 0.5rem;
	}
	#main .about .subBox01 .dataList li {
		width: calc((100% - 0.5rem)/2);
	}
	#main .about .subBox01 .dataList .bgTtl {
		margin-bottom: 1rem;
		padding: 0.9rem 1rem 0.8rem;
		font-size: 1.5rem;
		line-height: 1.3;
	}
	#main .about .subBox01 .dataList .bgTtl .sml {
		font-size: 0.9rem;
	}
	#main .about .subBox01 .dataList .listImg {
		margin-bottom: 0.3rem;
	}
	#main .about .subBox01 .dataList .listImg img {
		height: 5.25rem;
	}
	#main .about .subBox01 .dataList .large {
		font-size: 3.78rem;
	}
	#main .about .subBox01 .dataList .large01 {
		margin-top: 0;
		font-size: 3.6rem;
	}
	#main .about .subBox01 .dataList .large .sml {
		margin: 0 0.5rem;
		font-size: 3.18rem;
	}
	#main .about .subBox01 .dataList .large .sml02 {
		margin-left: 0.2rem;
		font-size: 1.5rem;
		vertical-align: 0.1rem;
	}
	#main .about .subBox01 .dataList .large .sml03 {
		font-size: 1.1rem;
		letter-spacing: 0.14rem;
		vertical-align: 0.1rem;
	}
	#main .about .subBox01 .notes {
		margin-right: -0.4rem;
		font-size: 1rem;
		letter-spacing: 0.1rem;
	}
	#main .about .subBox02 h3 {
		margin-bottom: 4rem;
		font-size: 1.6rem;
	}
	#main .about .subBox02 span {
		padding: 0 1rem;
	}
	#main .about .subBox02 .listUl {
		margin: 0 auto;
		width: 25.4rem;
		gap: 2.2rem 3rem;
	}
	#main .about .subBox02 .listUl li {
		width: calc((100% - 3rem)/2);
	}
	#main .about .subBox02 .listUl p {
		margin-top: 0.7rem;
		font-size: 1.4rem;
	}
	#main .interview {
		padding: 7.6rem 0 8.5rem;
		position: relative;
		background: url(../img/Interview_bg01_sp.png) no-repeat center top -1.6rem/100%,url(../img/Interview_bg02_sp.png) no-repeat center bottom -2.4rem/100%;
	}
	#main .interview:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background: linear-gradient(90deg, #4ECA81 0%, #2F8871 100%);
		content: "";
	}
	#main .interview .content {
		margin: 0 1.2rem;
	}
	#main .interview h2 {
		margin-bottom: 3.6rem;
	}
	#main .interview .midTxt {
		margin-bottom: 4.6rem;
		max-width: 28.3rem;
		font-size: 1.4rem;
		line-height: 1.93;
	}
	#main .interview .clickTtl {
		margin: 0 auto;
		width: 25.4rem;
		min-height: 6rem;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: #C6C6C6;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.67;
		cursor: pointer;
		background: #F7F7F7;
	}
	#main .interview .clickTtl:after {
		opacity: 0;
		position: absolute;
		left: 50%;
		bottom: -1.4rem;
		transform: translateX(-50%);
		width: 2.5rem;
		height: 2.4rem;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		background-color: #fff;
		content: "";
	}
	/* #main .interview .clickTtl:before {
		position: absolute;
		right: 2.7rem;
		top: 50%;
		width: 1.1rem;
		height: 1.1rem;
		margin-top: -0.3rem;
		border-right: 2px solid #C6C6C6;
		border-top: 2px solid #C6C6C6;
		transform: rotate(-45deg);
		content: "";
	} */
	#main .interview .clickTtl.on {
		color: #165365;
		background: #FFF;
	}
	#main .interview .clickTtl.on:after {
		opacity: 1;
	}
	#main .interview .clickTtl.on:before {
		display: none;
	}
	#main .interview .tabBox:not(:last-child) {
		margin-bottom: 0.8rem;
	}
	#main .interview .tabBox .subBox {
		margin: 4.5rem 0 4.6rem;
		display: none;
		padding: 3.4rem 1.5rem 2.5rem;
		background: #FFF;
	}
	#main .interview .tabBox:last-child .subBox {
		margin-bottom: 0;
	}
	#main .interview .tabBox01 .subBox {
		display: block;
	}
	#main .interview .tabBox h3 {
		margin-bottom: 1.5rem;
		font-size: 2rem;
		line-height: 1.65;
	}
	#main .interview .tabBox .lBox {
		width: 100%;
	}
	#main .interview .tabBox .qaDl dt {
		padding: 1rem 0.5rem 1.2rem 1.5rem;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	#main .interview .tabBox .qaDl dd {
		margin: 0.7rem 0 2.3rem 1rem;
		font-size: 1.6rem;
		line-height: 1.75;
	}
	#main .interview .tabBox .movie {
		margin-bottom: 1.7rem;
		width: 100%;
		padding: 0.8rem 0.8rem;
	}
	#main .interview .tabBox .rBox {
		margin: 6.6rem 0 0 1.1rem;
		width: 100%;
	}
	#main .interview .tabBox .rBox .infoDl dt {
		width: 100%;
		padding-bottom: 0.9rem;
		font-size: 1.6rem;
	}
	#main .interview .tabBox .rBox .infoDl dt:after {
		right: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		height: 1px;
	}
	#main .interview .tabBox .rBox .infoDl dd {
		margin: 0.7rem 0 0;
		font-size: 1.4rem;
		line-height: 1.79;
	}
	#main .lecturer {
		padding: 7rem 0 4rem;
	}
	#main .lecturer .content {
		margin: 0 1.2rem;
	}
	#main .lecturer h2 {
		margin-bottom: 2.8rem;
	}
	#main .infoBox {
		padding: 0.3rem;
	}
	#main .infoBox .subBox {
		padding: 6.2rem 2.3rem 6rem;
	}
	#main .lecturer .infoList01 {
		margin: 0;
	}
	#main .lecturer .infoList01 li {
		display: block;
	}
	#main .lecturer .infoList01 li:not(:last-child) {
		margin-bottom: 7rem;
	}
	#main .lecturer .infoList02 li {
		padding: 6.2rem 2rem 6.6rem;
		display: block;
		position: relative;
	}
	#main .lecturer .infoList .phoBox {
		width: 20.7rem;
		margin: 0 auto;
		transform: translateX(0.5rem);
	}
	#main .lecturer .infoList .phoBox:after {
		position: absolute;
		left: -1rem;
		bottom: -1rem;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, #4ECA81 0%, #2F8871 100%);
		content: "";
	}
	#main .lecturer .infoList .comimg {
		margin: 1.3rem 0 0;
		width: 25.8rem;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	#main .lecturer .infoList .txtBox {
		margin: 2.9rem 0 0;
	}
	#main .lecturer .infoList .txtBox h3 {
		margin-bottom: 1.7rem;
		padding-bottom: 2rem;
		position: relative;
		display: block;
		font-size: 1.4rem;
		text-align: center;
	}
	#main .lecturer .infoList .txtBox h3:after {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		margin: 0;
	}
	#main .lecturer .infoList .txtBox h3 .large {
		font-size: 2.2rem;
	}
	#main .lecturer .infoList .txtBox p {
		font-size: 1.4rem;
		line-height: 1.79;
	}
	#main .online {
		padding: 7rem 0 0;
	}
	#main .online h2 {
		margin-bottom: -0.8rem;
		font-size: 2.8rem;
		letter-spacing: 0;
	}
	#main .movieBox {
		padding: 41.867vw 0 48.5vw;
		overflow: hidden;
		background: url(../img/movie_bg01_sp.png) no-repeat center top/cover;
	}
	#main .movieBox .movie:before {
		right: -25.5%;
		top: -22%;
		width: 47%;
		height: auto;
		aspect-ratio: 155/54;
		background-size: 100% 100%;
	}
	#main .faq {
		padding: 11rem 0;
	}
	#main .faq .content {
		margin: 0 1.1rem;
	}
	#main .faq h2 {
		margin-bottom: 4.4rem;
	}
	#main .qaList {
		margin-right: 0.7rem;
	}
	#main .qaList li {
		width: auto;
		padding: 1.8rem 1.4rem 1.8rem 1.9rem;
		border-width: 1px;
	}
	#main .qaList li:not(:last-child) {
		margin-bottom: 1.2rem;
	}
	#main .qaList li:after {
		left: auto;
		right: -0.5rem;
		bottom: -0.5rem;
		width: 100%;
		height: 100%;
	}
	#main .qaList p {
		line-height: 1.56;
	}
	#main .qaList p:before {
		margin: 0.3rem 1.3rem 0 0;
		width: 4rem;
		font-size: 2rem;
	}
	#main .qaList .ttl {
		margin-bottom: 1.1rem;
		padding-bottom: 1.2rem;
		border-bottom-width: 1px;
	}
	#main .qaList .ttl:before {
		margin: -0.7rem 1.2rem 0 0;
		width: 4.1rem;
		height: 4.1rem;
		font-size: 2.2rem;
	}
	#main .qaList li:nth-child(2n) {
		margin-right: 0;
		margin-left: 0;
	}
	#main .qaList .txt {
		margin-right: 0;
	}
	#main .offer {
		padding: 10rem 0 0;
	}
	#main .offer h2 {
		margin-bottom: 4rem;
	}
	#main .offer h2 .en {
		margin-bottom: 1rem;
	}
	#main .offer .content {
		margin: 0 1.2rem;
	}
	#main .offer .infoBox {
		margin-bottom: 0;
		padding: 0.3rem;
	}
	#main .offer .infoBox .subBox {
		padding: 2.2rem 2.4rem 0.5rem;
	}
	#main .offer tr {
		background: none;
	}
	#main .offer th,
	#main .offer td {
		display: block;
		width: 100%;
		line-height: 1.69;
		padding: 1rem 0 2.3rem;
	}
	#main .offer th {
		padding: 0 0 0.6rem;
		width: 10.5rem;
		font-size: 1.8rem;
		text-align: left;
	}
	#main .offer td {
		position: relative;
		background: url(../img/line01.png) no-repeat left top/100% 2px;
	}
	#main .offer td .txtDl {
		margin-right: -1rem;
		display: block;
		overflow: hidden;
	}
	#main .offer td .txtDl dt {
		width: auto;
		float: left;
		text-align: left;
	}
	#main .offer td .txtDl dd {
		width: auto;
	}
	#main .offer td .txt {
		margin-right: -1.5rem;
		display: inline-block;
	}
	#main .offer td .notes {
		margin-top: 2rem;
	}
	#main .offer .btn {
		margin: 0 auto;
		width: 58.3rem;
		transform: translateX(2.8rem);
	}
}