@charset "utf-8";

.mainimg_wrap{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 85%);
	/*height: 490px;*/
	padding-top: 70px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 55px;
}
@media only screen and (max-width: 900px) {
	.mainimg_wrap {
		padding-top: 25px;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 500px) {
	.mainimg_wrap{
		height: auto;
		padding-top: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.mainimg_wrap .inner {
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 900px) {
	.mainimg_wrap .inner {
		width: 95%;
	}
}
@media only screen and (max-width: 500px) {
	.mainimg_wrap .inner {
		display: block;
	}
}

/*
.mainimg_wrap .inner .imgs {
	flex: 1;
	position: relative;
	padding-top: 50px;
}
.mainimg_wrap .inner .imgs .img1 {
	width: 64%;
	min-width: 350px;
	transform:rotate(-5deg);
	z-index: 4;
}
.mainimg_wrap .inner .imgs .img2 {
	width: 45%;
	min-width: 250px;
	position: absolute;
	top: 125px;
	left: 55%;
	z-index: 2;
	transform:rotate(5deg);
}
.mainimg_wrap .inner .imgs .img3 {
	width: 35%;
	min-width: 200px;
	position: absolute;
	top: 305px;
	left: 30%;
	z-index: 3;
	transform:rotate(-5deg);
}
.mainimg_wrap .inner .imgs img {
	box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.45);
}
@media only screen and (max-width: 768px) {
	.mainimg_wrap .inner .imgs {
		padding-top: 15px;
		flex: initial;
		width: 100%;
	}
	.mainimg_wrap .inner .imgs .img1 {
		min-width: inherit;
		transform:rotate(0deg);
	}
	.mainimg_wrap .inner .imgs .img2 {
		width: 45%;
		min-width: inherit;
		left: auto;
		right: 0;
		top: 35px;
		transform:rotate(0deg);
	}
	.mainimg_wrap .inner .imgs .img3 {
		min-width: inherit;
		top: inherit;
		left: 40%;
		bottom: -20px;
		transform:rotate(0deg);
	}
}

.mainimg_wrap .inner .mvimgs {
	max-width: 550px;
	padding: 12px;
	border: #c4c4c4 solid 1px;
	background-color: #fff;
	box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.45);
	border-radius: 10px;
	line-height: 0;
	margin-top: 60px;
	}
.mainimg_wrap .inner .mvimgs img {
	border-radius: 8px;
	line-height: 0;
}
@media only screen and (max-width: 768px) {
	.mainimg_wrap .inner .mvimgs {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 12px;
		padding: 6px;
		border-radius: 6px;
	}
	.mainimg_wrap .inner .mvimgs img {
		border-radius: 4px;
	}
}
*/

/* 2024.4.15追記 */
.mainimg_wrap .inner .main-slider {
	max-width: 550px;
	padding: 12px;
	border: #c4c4c4 solid 1px;
	background-color: #fff;
	box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.45);
	border-radius: 10px;
	line-height: 0;
	margin-top: -10px;
}

@media only screen and (max-width: 1070px) {
	.mainimg_wrap .inner .main-slider {
		max-width: 500px;
	}
}
@media only screen and (max-width: 900px) {
	.mainimg_wrap .inner .main-slider {
		max-width: 380px;
	}
}

@media only screen and (max-width: 768px) {
	.mainimg_wrap .inner .main-slider {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		padding: 6px;
		box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.25);
	}
}
.mainimg_wrap .inner .main-slider .imgwrap {
	position: relative;
	width: 100%;
	margin: 0;
}
.mainimg_wrap .inner .main-slider .imgwrap .movtxt {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 90%;
	width: 100%;
	padding: 13px 10px 15px 10px;
}
.mainimg_wrap .inner .main-slider .imgwrap .movtxt span {
	font-size: 80%;
}


/* TOPコピー */
.mainimg_wrap .inner .txtbox {
	max-width: 520px;
	/*padding-top: 70px;*/
	font-feature-settings: "palt";
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 900px) {
	.mainimg_wrap .inner .txtbox {
		width: auto;
	}
}
@media screen and (min-width:500px) and (max-width:900px){
	.mainimg_wrap .inner .txtbox .inner-wrap {
		display: flex;
	}
}
.mainimg_wrap .inner .txtbox .inner {
	display: flex;
	justify-content: flex-start;
}
.mainimg_wrap .inner .txtbox .inner .logo {
	width: 126px;
	display: inline-block;
	line-height: 0;
	position: relative;
	top: 10px;
	left: 20px;
}
.mainimg_wrap .inner .txtbox .inner .name {
	display: none;
}
.mainimg_wrap .inner .txtbox .inner span:nth-of-type(3) {
	font-size: 140%;
	font-weight: 700;
	position: relative;
	top: 6px;
	left: 20px;
}
.mainimg_wrap .inner .txtbox .cap1 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
}

.mainimg_wrap .inner .txtbox  .cap2 {
	font-size: 76px;
	font-weight: 700;
	line-height: 100%;
	background: linear-gradient(180deg, rgba(252,154,0,1) 0%, rgba(228,1,55,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: -10px;
}
.mainimg_wrap .inner .txtbox  .cap3 {
	font-size: 32px;
	font-weight: 600;
}
@media only screen and (max-width: 900px) {
	.mainimg_wrap .inner .txtbox {
		width: auto;
		padding-top: 5px;
		text-align: center;
	}
	.mainimg_wrap .inner .txtbox .inner {
		display: block;
	}
	.mainimg_wrap .inner .txtbox .inner .logo {
		width: 100px;
		display: inline-block;
		line-height: 0;
		position: inherit;
		padding-top: 6px;
	}
	.mainimg_wrap .inner .txtbox .inner span:nth-of-type(3) {
		font-size: 110%;
		font-weight: 900;
		position: relative;
		top: -3px;
		left: 0px;
	}
	.mainimg_wrap .inner .txtbox .cap1 {
		font-size: 14px;
		line-height: 1.3em;
	}
	.mainimg_wrap .inner .txtbox  .cap2 {
		font-size: 43px;
		font-weight: 900;
		padding-top: 0px;
		padding-bottom: 3px;
		margin-left: 0;
	}
	.mainimg_wrap .inner .txtbox  .cap3 {
		font-size: 17px;

	}
}
@media only screen and (max-width: 500px) {
	.mainimg_wrap .inner .txtbox {
		width: auto;
		padding-top: 0px;
		text-align: center;
	}
	.mainimg_wrap .inner .txtbox .inner {
		display: block;
	}
	.mainimg_wrap .inner .txtbox .inner .logo {
		width: 100px;
		display: inline-block;
		line-height: 0;
		position: inherit;
		padding-top: 6px;
	}
	.mainimg_wrap .inner .txtbox .inner span:nth-of-type(3) {
		font-size: 110%;
		font-weight: 900;
		position: relative;
		top: -3px;
		left: 0px;
	}
	.mainimg_wrap .inner .txtbox .cap1 {
		font-size: 14px;
		line-height: 1.3em;
	}
	.mainimg_wrap .inner .txtbox  .cap2 {
		font-size: 43px;
		font-weight: 900;
		padding-top: 0px;
		padding-bottom: 3px;
		margin-left: 0;
	}
	.mainimg_wrap .inner .txtbox  .cap3 {
		font-size: 17px;

	}
}

.mainimg_wrap .inner .txtbox .btn {
	max-width: 370px;
	height: 125px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(252,154,0,1) 0%, rgba(228,1,55,1) 100%);
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.mainimg_wrap .inner .txtbox .btn .box {
	text-align: center;
	padding-bottom: 8px;
	font-feature-settings: "palt";
}
.mainimg_wrap .inner .txtbox .btn .box .copy1 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3em;
	padding-bottom: 2px;
}
.mainimg_wrap .inner .txtbox .btn .box .copy1 span {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0;
}
.mainimg_wrap .inner .txtbox .btn .box .copy2 {
	color: #f4e621;
	font-size: 26px;
	font-weight: 900;
	padding-bottom: 8px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.45);
}
.mainimg_wrap .inner .txtbox .btn .box .copy3 {
	color: #e40137;
	font-size: 15px;
	font-weight: 500;
	background-color: #fff;
	border-radius: 3px;
	line-height: 100%;
	padding: 5px 10px;
}
/* 受付終了 */
.mainimg_wrap .inner .txtbox .btn .box .copy4 {
	color: #f4e621;
	font-size: 28px;
	font-weight: 900;
	padding-top: 2px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.45);
}
@media only screen and (max-width: 900px) {
	.mainimg_wrap .inner .txtbox .btn {
	 	width: 100%;
		/*max-width: 330px;*/
		height: auto;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 6px;
		border-radius: 4px;
	}
	.mainimg_wrap .inner .txtbox .btn .box {
		width: 100%;
	}
	.mainimg_wrap .inner .txtbox .btn .box .copy1 {
		font-size: 14px;
		line-height: 1.2em;
		padding-bottom: 0;
	}
	.mainimg_wrap .inner .txtbox .btn .box .copy1 span {
		font-size: 20px;
		font-weight: 700;
	}
	.mainimg_wrap .inner .txtbox .btn .box .copy2 {
		font-size: 20px;
		padding-bottom: 6px;
		line-height: 1.2em;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	}
	.mainimg_wrap .inner .txtbox .btn .box .copy3 {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
		padding: 3px 0;
	}
	.mainimg_wrap .inner .txtbox .btn .box .copy4 {
		font-size: 22px;
		padding-bottom: 6px;
		line-height: 1.2em;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	}
}
@media only screen and (max-width: 500px) {
	.mainimg_wrap .inner .txtbox .btn {
	 	width: 80%;
		max-width: 330px;
		height: auto;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 6px;
		border-radius: 4px;
	}
	.mainimg_wrap .inner .txtbox .btn .box {
		width: 100%;
	}
	.mainimg_wrap .inner .txtbox .btn .box .copy1 {
		font-size: 14px;
		line-height: 1.2em;
		padding-bottom: 0;
	}
	.mainimg_wrap .inner .txtbox .btn .box .copy1 span {
		font-size: 20px;
		font-weight: 700;
	}
	.mainimg_wrap .inner .txtbox .btn .box .copy2 {
		font-size: 20px;
		padding-bottom: 6px;
		line-height: 1.2em;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	}
	.mainimg_wrap .inner .txtbox .btn .box .copy3 {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
		padding: 3px 0;
	}
	.mainimg_wrap .inner .txtbox .btn .box .copy4 {
		font-size: 22px;
		padding-bottom: 6px;
		line-height: 1.2em;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	}
}

/* TOP 共通 
------------------------------------------------------------------------------ */
.content-title {
	font-size: 40px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 60px;
}
.eng {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 15px;
	font-family: 'Barlow Condensed', sans-serif;
}
.content-cap {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
}
.content-cap span.zip {
	background-color: rgba(235,97,18,1);
	color: #fff;
	padding: 2px 10px 3px;
}
.content-cap span.other {
	background-color: #84be3f;
	color: #fff;
	padding: 2px 10px 3px;
}
@media only screen and (max-width: 768px) {
	.content-title {
		font-size: 26px;
		padding-top: 30px;
	}
	.eng {
		font-size: 12px;
		padding-top: 2px;
	}
	.content-cap {
		font-size: 15px;
		padding-top: 15px;
		padding-bottom: 0px;
	}
}

.btn-more {
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}
.btn-more a {
	height: 50px;
	padding-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #4d4d4d;
	border-radius: 50vh;
	background-image: url("../common/images/icn_link.svg");
	background-repeat: no-repeat;
	background-size: 27px auto;
	background-position: center right 30px;
}
.btn-more a:hover {
	background-position: center right 25px;
}
@media only screen and (max-width: 768px) {
	.btn-more {
		max-width: 220px;
		margin-top: 40px;
	}
	.btn-more a {
		height: 40px;
		font-size: 14px;
		background-size: 17px auto;
		background-position: center right 20px;
	}
}

/* お知らせ 
------------------------------------------------------------------------------ */
.news-wrap {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	border-top: #919191 solid 1px;
	border-bottom: #919191 solid 1px;
	padding: 20px 0;
	display: flex;
}
@media only screen and (max-width: 768px) {
	.news-wrap {
		display: block;
		border-top: none;
		margin-top: 20px;
		padding: 20px 0 0 0;
	}
}
.news-wrap .mdbox {
	width: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news-wrap .mdbox h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
}
.news-wrap .mdbox .en {
	font-size: 15px;
	font-weight: 600;
	color: #eb6112;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
	.news-wrap .mdbox {
		width: auto;
		display: block;
		text-align: center;
	}
	.news-wrap .mdbox h2 {
		font-size: 18px;
	}
}

.news-wrap .newsbox {
	flex: 1;
}
.news-wrap .newsbox .news {
	line-height: 1.5em;
}
.news-wrap .newsbox .news li span {
	font-weight: 500;
    font-size: 108%;
}
.news-wrap .newsbox .news li:nth-of-type(n+2) {
	margin-top: 12px;
	padding-top: 12px;
	border-top: #919191 dotted 1px;
}
@media only screen and (max-width: 768px) {
	.news-wrap .newsbox {
		border-top: #919191 solid 1px;
		flex: initial;
	}
	.news-wrap .newsbox .news {
		line-height: 1.4em;
	}
	.news-wrap .newsbox .news li {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.news-wrap .newsbox .news li:nth-of-type(n+2) {
		margin-top: 0;
	}
}

/* イントロ 
------------------------------------------------------------------------------ */
.intro-wrap {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction:row-reverse;
	padding-top: 70px;
	padding-bottom: 60px;
}
@media only screen and (max-width: 900px) {
		.intro-wrap {
			padding-top: 40px;
			padding-bottom: 30px;
		}
}
@media only screen and (max-width: 500px) {
	.intro-wrap {
		display: block;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.intro-wrap .lead {
	flex: 1;
	padding-left: 50px;
}
.intro-wrap .lead h2 {
	font-size: 36px;
	font-weight: 900;
	line-height: 1.2em;
}
.intro-wrap .lead h2 .logo {
	width: 140px;
	display: inline-block;
	line-height: 0;
	position: relative;
	top: 3px;
}
@media only screen and (max-width: 900px) {
	.intro-wrap .lead {
		padding-left: 30px;
	}
	.intro-wrap .lead h2 {
		font-size: 26px;
	}
	.intro-wrap .lead h2 .logo {
		width: 120px;
	}
}
@media only screen and (max-width: 500px) {
	.intro-wrap .lead {
		padding-left: 0;
	}
	.intro-wrap .lead h2 {
		font-size: 22px;
		text-align: center;
		line-height: 1.3em;
	}
	.intro-wrap .lead h2 .logo {
		width: 115px;
	}
}
.intro-wrap .lead h2 .name {
	display: none;
}
.intro-wrap .lead h2 span:nth-of-type(3) {
	font-size: 80%;
}
.intro-wrap .lead p:nth-of-type(1) {
	padding-top: 15px;
}
.intro-wrap .lead p:nth-of-type(2) {
	padding-top: 10px;
}
.intro-wrap .lead p span {
	background: linear-gradient(transparent 70%, #fbba94 70%);
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	font-weight: 700;
}
.intro-wrap .imgs {
	max-width: 230px;
}
.intro-wrap .imgs img {
	border-radius: 50vh;
	box-shadow: 10px 12px 0px 0px #fff3e7;
}
@media only screen and (max-width: 900px) {
	.intro-wrap .imgs {
		max-width: 160px;
	}
}
@media only screen and (max-width: 500px) {
	.intro-wrap .imgs {
		max-width: 150px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 8px;
	}
}

/* スクールの魅力
------------------------------------------------------------------------------ */
.attraction-bg {
	background-color: #f7f7f7;
	padding-bottom: 70px;
}
.attraction-wrap {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 4px 4px 8px -5px rgba(0, 0, 0, 0.45);
}
.attraction-wrap:nth-of-type(2) {
	flex-direction:row-reverse;
	justify-content: flex-end;
}
@media only screen and (max-width: 500px) {
	.attraction-bg {
		padding-bottom: 40px;
	}
	.attraction-wrap {
		display: block;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-top: 20px;
	}
}

.attraction-wrap .leadbox {
	display: flex;
	align-items: center;
	padding-left: 60px;
	padding-right: 60px;
}
@media only screen and (max-width: 900px) {
	.attraction-wrap .leadbox {
		padding-left: 35px;
		padding-right: 35px;
		width: 60%
	}
}
@media only screen and (max-width: 500px) {
	.attraction-wrap .leadbox {
		display: block;
		width: auto;
		padding-left: 25px;
		padding-right: 25px;
	}
	.attraction-wrap .leadbox .inner {
		display: block;
	}
}
.attraction-wrap .leadbox .md-wrap {
	display: flex;
}
.attraction-wrap .leadbox .md-wrap .no {
	display: flex;
	align-items: center;
}
.attraction-wrap .leadbox .md-wrap .no span {
	position: relative;
	color: #e73c64;
	font-size: 64px;
	font-weight: 700;
	font-family: 'Barlow Condensed', sans-serif;
}
.attraction-wrap .leadbox .md-wrap .no span::after{
   content:"";
   display: block;
   width: 48px;
   height: 1px;
   background-color: #e73c64;
   position: absolute;
   bottom: -24px;
   left: calc(50% - 24px)
}
.attraction-wrap .leadbox .md-wrap h2 {
	font-size: 22px;
	font-weight: 600;
	padding-left: 50px;
	line-height: 1.4em;
}
.attraction-wrap .leadbox p {
	padding-top: 30px;
}
@media only screen and (max-width: 900px) {
	.attraction-wrap .leadbox .md-wrap h2 {
		font-size: 18px;
		padding-left: 20px;
	}
}
@media only screen and (max-width: 500px) {
	.attraction-wrap .leadbox .md-wrap .no span {
		font-size: 42px;
	}
	.attraction-wrap .leadbox .md-wrap .no span::after{
		width: 38px;
		bottom: -17px;
		left: calc(50% - 18px)
	}
	.attraction-wrap .leadbox .md-wrap h2 {
		font-size: 16px;
		padding-left: 15px;
	}
	.attraction-wrap .leadbox p {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.attraction-wrap .imgs {
	width: 31%;
	max-width: 360px;
	line-height: 0;
}
@media only screen and (max-width: 900px) {
	.attraction-wrap .imgs {
		width: 40%;
	}
}
@media only screen and (max-width: 500px) {
	.attraction-wrap .imgs {
		width: 65%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* コース紹介
------------------------------------------------------------------------------ */
.course-wrap {
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.course-wrap .box {
	width: 28%;
	padding: 24px 20px 30px;
	border: #282832 solid 1px;
	position: relative;
}
@media only screen and (max-width: 900px) {
	.course-wrap .box {
		width: 30%;
		padding: 20px 20px 20px;
	}
}
@media only screen and (max-width: 500px) {
	.course-wrap {
		display: block;
		margin-top: 20px;
		width: 84%;
		margin-left: auto;
		margin-right: auto;
	}
	.course-wrap .box {
		width: 100%;
		padding: 18px 20px 24px;
	}
	.course-wrap .box:nth-of-type(n+2) {
		margin-top: 40px;
	}
}
.course-wrap .box:nth-of-type(n+2)::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 48px;
	background: url("../common/images/icn_next.svg") no-repeat;
	background-size: contain;
	position: absolute;
    top: 42%;
	left: -55px;
}
@media only screen and (max-width: 900px) {
	.course-wrap .box:nth-of-type(n+2)::before {
		width: 12px;
		height: 23px;
		left: -25px;
	}
}
@media only screen and (max-width: 500px) {
	.course-wrap .box:nth-of-type(n+2)::before {
		width: 16px;
		height: 32px;
		top: -38px;
		left: calc(50% - 10px);
		transform: rotateZ(90deg);
	}
}
.course-wrap .box h3 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
}
.course-wrap .box h3 span {
	font-size: 80%;
}
@media only screen and (max-width: 900px) {
	.course-wrap .box h3 span {
		display: block;
	}
}
@media only screen and (max-width: 500px) {
	.course-wrap .box h3 span {
		display: inline;
	}
}
.course-wrap .box:nth-of-type(1) h3 {
	border-bottom: #f5b088 solid 10px;
}
.course-wrap .box:nth-of-type(2) h3 {
	border-bottom: #eb6112 solid 10px;
}
.course-wrap .box:nth-of-type(3) h3 {
	border-bottom: #e40137 solid 10px;
}
.course-wrap .box p {
	padding-top: 12px;
	text-align: justify;
}
@media only screen and (max-width: 500px) {
	.course-wrap .box h3 {
		font-size: 18px;
		padding-bottom: 6px;
		border-bottom-width: 6px !important;
	}
	.course-wrap .box p {
		padding-top: 6px;
	}
}

/* 卒業生の活躍
------------------------------------------------------------------------------ */
 .bg_dot {
 	background-color: #fff;
 	background-image:
 		radial-gradient(#7bded9 30%, transparent 30%);
 	background-size: 20px 20px;
 }
 .action {
	margin-top: 60px;
	padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
	  .action {
		margin-top: 30px;
		padding-bottom: 20px;
	}
}

/* 4画像 */
.people_wrap_inner {
	max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
	display: flex;
}
.people_wrap_inner a {
	color: #282832;
}
.people_wrap_inner .introbox {
	padding: 8px 8px 20px 8px;
	background-color: #fff;
	box-shadow: 0px 2px 12px -6px rgba(0, 0, 0, 0.66);
	margin-bottom: 20px !important;
}
.people_wrap_inner .introbox .imgbox {
    line-height: 0;
	display: flex;
	justify-content: center;
}
.people_wrap_inner .introbox .imgbox img {
	max-height: 190px;
	width: auto;
}
.people_wrap_inner .introbox .inner {
    padding: 8px;
}
.people_wrap_inner .introbox .inner h3 {
    font-size: 16px;
	color: #eb6112;
	line-height: 1.3em;
	padding-bottom: 6px;
}
.people_wrap_inner .introbox .inner h3 span {
    font-size: 80%;
}
.people_wrap_inner .introbox .inner p {
    line-height: 1.4em;
	font-size: 14px;
}
.people_wrap_inner .introbox .inner p:nth-of-type(n+2) {
    margin-top: 10px;
	padding-top: 10px;
	border-top: #000 dotted 1px;
}
.people_wrap_inner .introbox .spotify {
	width: 40%;
	 margin-left: auto;
    margin-right: auto;
	margin-top: 13px;
}

@media screen and (min-width:541px) and (max-width: 1024px) {
	.people_wrap_inner{
		width: 84%;
		margin-left: auto;
		margin-right: auto;
	}
	.people_wrap_inner .introbox {
		margin: 0 0px 0 15px;
	}
}
@media screen and (max-width: 540px) {
	.people_wrap_inner{
		max-width: none;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
	}
	.people_wrap_inner .introbox .inner h3,
	.people_wrap_inner .introbox a h3{
		font-size: 15px;
	}
	.people_wrap_inner .introbox {
		margin: 0 10px 0 10px;
	}
}

/* スライド */
.slider {
    width: 100%;
}
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
      width: 100%;
}
.slick-prev:before,
.slick-next:before {
      color: #005050 !important;
}
.slick-current {
      opacity: 1;
}
.prev-arrow,
.next-arrow {
    width: 36px !important;
    height: 36px !important;
    display: block;
    cursor: pointer;
    border-radius: 50vh;
    background-color: #4d4d4d;
}
.prev-arrow:hover,
.next-arrow:hover {
    opacity: .8;
    transition: all ease-in-out .2s;
}
.next-arrow{
    background-image: url("../images/icn_san_w.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px auto;
}
.prev-arrow{
    background-image: url("../images/icn_san_w.svg");
     background-repeat: no-repeat;
    background-position: center;
    background-size: 18px auto;
	transform: rotateZ(180deg);
}
.slick-arrow {
	position: absolute;
	top: 96px;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.slick-arrow {
		top: 66px;
	}
}
.prev-arrow {
	left: -50px;
	z-index: 10;
}
.next-arrow {
	right: -50px;
}

@media screen and (min-width:541px) and (max-width: 1024px) {
	.prev-arrow,
	.next-arrow{
		width: 30px !important;
		height: 30px !important;
	}
	.prev-arrow:hover,
	.next-arrow:hover{
		/*opacity: .5;*/
		width: 30px !important;
		height: 30px !important;
	}
	.prev-arrow {
		left: -35px;
		z-index: 10;
	}
	.next-arrow {
		right: -40px;
	}
}
@media screen and (max-width: 540px) {
	/* スライド */
	.prev-arrow,
	.next-arrow{
		width: 30px !important;
		height: 30px !important;
	}
	.prev-arrow:hover,
	.next-arrow:hover{
		/*opacity: .5;*/
		width: 30px !important;
		height: 30px !important;
	}
	.next-arrow{
		background-size: 14px auto;
	}
	.prev-arrow{
		background-size: 14px auto;
	}
	.prev-arrow {
		left: -35px;
		z-index: 10;
	}
	.next-arrow {
		right: -35px;
	}
}

/* ドット（スマホ用） */
.dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.dots-class {
    display: flex;
    justify-content: center;
    margin-top: 0px;
}
.dots-class li {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #000066;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color .5s ease;
}
.dots-class li.slick-active {
    background-color: #000066;
}
.dots-class li:hover {
    background-color: #000066;
}
.dots-class li:last-child {
    margin-right: 0;
}

/* 卒業生の活躍
------------------------------------------------------------------------------ */
.introduction-wrap {
	max-width: 900px;
    margin-left: auto;
    margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 70px;
}
.introduction-wrap a {
	color: #282832;
}
.introduction-wrap .box {
	width: 30%;
}
@media only screen and (max-width: 768px) {
	.introduction-wrap {
		flex-wrap: wrap;
		padding-top: 15px;
		padding-bottom: 40px;
	}
	.introduction-wrap .box {
		width: 48%;
	}
	.introduction-wrap .box:last-child {
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
	}
}
.introduction-wrap .box .imgs {
	line-height: 0;
	border: #ababab solid 1px;
}
.introduction-wrap .box h3 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding-top: 8px;
}
.introduction-wrap .box p {
	padding-top: 4px;
	text-align: center;
	line-height: 1.4em;
}
@media only screen and (max-width: 768px) {
	.introduction-wrap .box h3 {
		font-size: 15px;
		padding-top: 4px;
	}
	.introduction-wrap .box p {
		font-size: 14px;
		padding-top: 2px;
		line-height: 1.2em;
	}
}

/* SNS 
------------------------------------------------------------------------------ */
.sns-wrap-top {
	background-color:  #85c6ef;
	padding: 30px 40px;
}
.sns-wrap-top h2 {
	font-size: 44px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
	color: #fff;
}
.sns-wrap-top p {
	text-align: center;
	color: #fff;
	padding-top: 15px;
}
.sns-wrap-top ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
.sns-wrap-top ul li {
	width: 12%;
}
@media only screen and (max-width: 768px) {
	.sns-wrap-top {
		padding: 20px 30px 15px 30px;
	}
	.sns-wrap-top h2 {
		font-size: 26px;
	}
	.sns-wrap-top ul {
		padding-top: 15px;
	}
	.sns-wrap-top p {
		padding-top: 5px;
		font-size: 90%;
	}
	.sns-wrap-top ul {
		width: 80%;
	}
	.sns-wrap-top ul li {
		width: 14%;
	}
}

/* Links 
------------------------------------------------------------------------------ */
.links {
	padding: 30px;
}
.links ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 530px;
	margin-left: auto;
	margin-right: auto;
	line-height: 0;
}
.links ul li:nth-of-type(1) {
	width: 24%;
}
.links ul li:nth-of-type(2) {
	width: 24%;
}
.links ul li:nth-of-type(3) {
	width: 20%;
}
@media only screen and (max-width: 768px) {
	.links {
		padding: 10px 30px;
	}
	.links ul {

	}
	.links ul li {
		width: 28% !important;
	}
}