@charset "UTF-8";
@import "common.sp.css";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about .container {
	padding-top: 15vw;
	background: linear-gradient(to bottom, #e9ddf5 0%, #fff 100%);
}

#about h2 {
	margin-bottom: 8vw;
}

#about p {
	margin: 0 8vw 5vw;
	text-align: justify;
}

#about li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 15vw;
	margin: 0 8vw 4vw;
	border-radius: 15vw;
	background: #fff;
	box-shadow: 0 0 0 2px var(--purple) inset;
	text-align: center;
	font-weight: 600;
	line-height: 1.5;
	color: var(--purple);
}

#about .figure {
	height: 86vw;
	overflow: hidden;
	margin-top: 10vw;
	position: relative;
	z-index: 0;
}

#about .photo {
	width: 60vw;
	height: 73vw;
	background: url(../images/about_04.png) no-repeat left bottom / 25vw auto;
	position: absolute;
	top: 0;
	left: 0;
}

#about .pic_01 {
	width: 50vw;
	height: 37.5vw;
	position: absolute;
	top: 0;
	left: 5vw;
}

#about .pic_02 {
	width: 50vw;
	height: 37.6624vw;
	position: absolute;
	top: 30vw;
	left: 10vw;
}

#about .pic_03 {
	width: 44vw;
	height: 75.69173333333333vw;
	position: absolute;
	right: -10vw;
	top: 10vw;
}

/* ---------------------------------------------------------
	CSS Document course
--------------------------------------------------------- */

#course .title {
	padding: 5vw 0;
	background: var(--purple) url(../images/course_bg.png) no-repeat top;
}

#course .h2 {
	color: #fff;
}

#course .h2 .en {
	color: #fff;
}

#course .h2 .en:before {
	background-image: url(../images/h2_icon_white.png);
}

#course .bg .container {
	padding: 10vw 5vw 1vw;
	background: #eff3f6;
}

#course h3 {
	margin-bottom: 5vw;
	border-radius: 15vw;
	background: #ae90cd url(../images/course_hobby.png) no-repeat top;
	text-align: center;
	font-weight: 600;
	font-size: 5vw;
	line-height: 15vw;
	color: #fff;
}

#course .outline dl {
	margin-bottom: 8vw;
}

#course .outline dt {
	width: 42vw;
	margin-bottom: 3vw;
	border-radius: 9.5vw;
	border: solid 2px #fff;
	background: #ae90cd;
	text-align: center;
	line-height: 9.5vw;
	color: #fff;
}

#course .outline dd {
	margin: 0 4vw;
	text-align: left;
}

#course .price {
	padding-bottom: 20px;
	text-align: left;
	position: relative;
	z-index: 0;
}

#course .price:before {
	content: '';
	width: 100vw;
	height: 100%;
	background: #fff;
	transform: translateX(-50%);
	position: absolute;
	top: 9.708vw;
	left: 50%;
	z-index: -1;
}

#course .price .h4 {
	margin-bottom: 5vw;
	padding: 3vw 0;
	border-radius: 9.5vw;
	border: solid 2px #fff;
	background: #ae90cd;
	text-align: center;
	font-size: 3vw;
	color: #fff;
}

#course .price h4 {
	font-weight: 500;
	font-size: 3.5vw;
}

/* table1 */
#course .table1,
#course .table2,
#course .table3,
#course .table4 {
	margin-bottom: 5vw;
	padding: 0 4vw 4vw;
	position: relative;
}

#course .table1:after,
#course .table2:after,
#course .table3:after,
#course .table4:after {
	content: '';
	width: 100%;
	height: 1px;
	background-image: linear-gradient(90deg, transparent 0%, transparent 80%, #525656 80%, #525656 100%, transparent);
	background-size: 3px 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#course .table1 .dt,
#course .table2 .dt,
#course .table3 .dt,
#course .table4 .dt {
	font-weight: 600;
	color: #8659b4;
}

#course .table1 table,
#course .table2 table,
#course .table3 table,
#course .table4 table {
	width: 100%;
}

#course .table1 th,
#course .table2 th,
#course .table3 th {
	text-align: left;
	font-weight: 500;
}

#course .table1 td,
#course .table2 td,
#course .table3 td {
	width: 110px;
	text-align: right;
}

/* hobby */
#course .hobby .pic_01 {
	height: 59.2584vw;
	margin-bottom: 15vw;
}

/* academy */
#course .academy h3 {
	background-image: url(../images/course_academy.png);
}

#course .academy .outline dt {
	background: #715a91;
}

#course .academy .price .h4 {
	background: #715a91;
}

#course .table4 th {
	display: block;
	padding-bottom: 0.7em;
	text-align: left;
	font-weight: 600;
	line-height: 1.5;
}

#course .table4 th span {
	font-size: 3vw;
}

#course .table4 td {
	display: block;
	vertical-align: top;
	line-height: 1.5;
}

#course .table4 + .h4 {
	margin-top: 10vw;
}

#course .table6 th {
	vertical-align: top;
	padding: 2vw 0;
	white-space: nowrap;
	line-height: 1.5;
}

#course .table6 th span {
	font-size: 3vw;
}

#course .table6 td {
	vertical-align: top;
	padding: 2vw 0;
	line-height: 1.5;
}

#course .academy .pic_02 {
	height: 62.20826666666667vw;
	margin-bottom: 5vw;
}

#course .academy .pic_03 {
	height: 71.81653333333333vw;
}

/* ---------------------------------------------------------
	CSS Document stepup
--------------------------------------------------------- */

#stepup {
	margin-bottom: 15vw;
	padding: 10vw 8vw 10vw;
	background: #eff3f6;
}

#stepup h3 {
	margin-bottom: 6vw;
	border-radius: 12vw;
	background: #715a91;
	text-align: center;
	font-weight: 600;
	font-size: 4vw;
	line-height: 12vw;
	color: #fff;
}

#stepup .flex {
	position: relative;
	z-index: 0;
}

#stepup .flex:before {
	content: '';
	width: 1px;
	height: 90%;
	border-left: dotted 4px #715a91;
	position: absolute;
	bottom: 0;
	left: 80%;
	z-index: -1;
}

#stepup .section {
	margin-bottom: 5vw;
}

#stepup .num {
	margin-bottom: 1vw;
	text-align: left;
	font-weight: 300;
	font-size: 8vw;
	line-height: 1;
	color: var(--purple);
}

#stepup .num span {
	font-weight: 300;
	font-size: 12vw;
}

#stepup .row {
	overflow: hidden;
	padding-top: 5vw;
	border-radius: 20px;
	border: solid 2px var(--purple);
	background: #fff;
}

#stepup .name {
	width: 180px;
	margin: 0 auto;
	border-radius: 12vw;
	background: #b48ade;
	text-align: center;
	font-weight: 600;
	font-size: 4vw;
	line-height: 10vw;
	color: #fff;
}

#stepup .section:nth-of-type(2) .name {
	background: #9e68d4;
}

#stepup .section:nth-of-type(3) .name {
	background: #8659b4;
}

#stepup figure img {
	height: 105px;
}

#stepup dl {
	padding: 20px 0 30px;
	background: #e8ecee;
}

#stepup .technique {
	margin-top: -60px;
	padding: 40px 0 15px;
	background: #eff3f6;
}

#stepup dt {
	width: 90px;
	height: 31px;
	margin-bottom: 15px;
	border-radius: 0 30px 30px 0;
	background: #8659b4;
	line-height: 30px;
	color: #fff;
	position: relative;
}

#stepup .technique dt {
	background: #6c9a8b;
}

#stepup dt:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 7px transparent;
	border-right: solid 9px #8659b4;
	transform: rotate(30deg);
	position: absolute;
	bottom: -6px;
	left: 30%;
}

#stepup .technique dt:after {
	border-right: solid 9px #6c9a8b;
}

/* ---------------------------------------------------------
	CSS Document instructor
--------------------------------------------------------- */

#instructor h2 {
	margin-bottom: 10vw;
}

#instructor .section {
	margin-bottom: 15vw;
	text-align: justify;
	position: relative;
}

#instructor .num {
	writing-mode: vertical-rl;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 300;
	font-size: 7vw;
	letter-spacing: 0;
	line-height: 1;
	color: var(--purple);
	position: absolute;
	top: -5vw;
	left: 5vw;
	z-index: 1;
}

#instructor .num:before {
	display: inline-block;
	vertical-align: 0;
	content: '';
	width: 4px;
	height: 160px;
	margin-bottom: 15px;
	background: #8659b4;
}

#instructor h3 {
	height: 20vw;
	margin-right: 5vw;
	padding-left: 20vw;
	border-top: solid 1px #8659b4;
	border-right: solid 1px #8659b4;
	text-align: left;
	font-weight: 600;
	font-size: 6vw;
	line-height: 20vw;
	color: #8659b4;
}

#instructor figure {
	padding: 10vw 0;
	background: #eff3f6;
	text-align: center;
}

#instructor figure img {
	height: 50vw;
}

#instructor .row {
	padding: 0 8vw 10vw;
	background: #eff3f6;
	text-align: left;
}

#instructor .row p {
	margin-bottom: 2em;
}

/* ---------------------------------------------------------
	CSS Document graduates
--------------------------------------------------------- */

#graduates .container {
	height: 130vw;
	overflow: hidden;
	padding: 15vw 5vw 0;
	position: relative;
	z-index: 0;
}

#graduates .bg {
	width: 200%;
	height: 130vw;
	position: absolute;
	top: 0;
	left: -30%;
	z-index: -1;
}

#graduates .h2 {
	margin-bottom: 7vw;
}

#graduates .copy {
	margin-bottom: 7vw;
	line-height: 1.6;
}

#graduates .flex {
	display: flex;
	justify-content: space-between;
}

#graduates .flex figure {
	width: 28vw;
	margin-bottom: 8vw;
	position: relative;
	z-index: 0;
}

#graduates .flex figure img {
	width: 28vw;
	height: 28vw;
	position: relative;
	z-index: -1;
}

#graduates figcaption {
	margin-top: -2vw;
	padding: 2vw 3vw;
	border-radius: 60px;
	background: #fff;
	text-align: left;
	font-weight: 700;
	font-size: 2.5vw;
	line-height: 1.2;
	color: #8659b4;
}

#graduates figcaption .en {
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 3vw;
	letter-spacing: -0.05em;
	color: #8c21d3;
}

#graduates .more a {
	display: inline-block;
	vertical-align: top;
	width: 34vw;
	height: 10vw;
	margin: 0 auto;
	border-radius: 10vw;
	background: #8659b4;
	text-decoration: none;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 4vw;
	line-height: 11vw;
	color: #fff;
	position: relative;
}

#graduates .more a:before {
	content: '';
	width: 2px;
	height: 10px;
	background: #fff;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 15px;
}

#graduates .more a:after {
	content: '';
	width: 10px;
	height: 2px;
	background: #fff;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 11px;
}

/* ---------------------------------------------------------
	CSS Document access
--------------------------------------------------------- */

#access .bg {
	padding: 8vw 0;
	background: #ae90cd;
	color: #fff;
}

#access .h2 {
	margin-bottom: 6vw;
	color: #fff;
}

#access .h2 .en {
	color: #fff;
}

#access .h2 .en:before {
	background-image: url(../images/h2_icon_white.png);
}

#access .flex figure img {
	height: 41.66666666666667vw;
}

#access .map {
	height: 41.66666666666667vw;
}

#access .map iframe {
	vertical-align: top;
	width: 100%;
	height: 41.66666666666667vw;
	overflow: hidden;
	border: 0;
}
