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

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

#about {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#about:before {
	content: '';
	width: 100%;
	height: calc(100% - 380px);
	background: linear-gradient(to bottom, #e9ddf5 0%, #fff 100%);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

#about .container {
	height: 1070px;
	padding-top: 60px;
	padding-left: 650px;
	text-align: left;
	position: relative;
}

#about h2 {
	margin-bottom: 150px;
}

#about h2 .ja {
	margin-left: 45px;
}

#about p {
	margin-bottom: 50px;
	font-size: 24px;
}

#about li {
	width: 470px;
	height: 42px;
	margin-bottom: 20px;
	border-radius: 40px;
	background: #fff;
	box-shadow: 0 0 0 2px var(--purple) inset;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 40px;
	color: var(--purple);
}

#about .photo {
	width: 810px;
	height: 920px;
	background: url(../images/about_04.png) no-repeat left bottom;
	position: absolute;
	top: 0;
	right: calc(50% + 50px);
}

#about .pic_01 {
	width: 600px;
	height: 450px;
	position: absolute;
	top: 0;
	left: 140px;
}

#about .pic_02 {
	width: 608px;
	height: 458px;
	position: absolute;
	top: 370px;
	right: 0;
}

#about .pic_03 {
	width: 404px;
	height: 695px;
	position: absolute;
	top: 270px;
	left: calc(100% + 40px);
}

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

#course .bg {
	padding-bottom: 30px;
	background: #eff3f6;
}

#course .title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 216px;
	margin-bottom: 80px;
	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 h3 {
	height: 80px;
	margin-bottom: 70px;
	border-radius: 80px;
	background: #ae90cd url(../images/course_hobby.png) no-repeat top;
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	line-height: 78px;
	color: #fff;
}

#course .outline {
	margin-bottom: 50px;
	padding-left: 460px;
	text-align: left;
}

#course .outline dl {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	font-size: 16px;
}

#course .outline dt {
	width: 160px;
	height: 42px;
	margin-right: 20px;
	border-radius: 40px;
	border: solid 2px #fff;
	background: #ae90cd;
	text-align: center;
	line-height: 36px;
	color: #fff;
}

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

#course .price:before {
	content: '';
	width: calc(100% + 120px);
	height: 100%;
	background: #fff;
	position: absolute;
	top: 25px;
	right: -120px;
	z-index: -2;
}

#course .price .h4 {
	display: flex;
	justify-content: space-between;
	height: 50px;
	margin-bottom: 20px;
	padding: 0 30px;
	border-radius: 50px;
	border: solid 2px #fff;
	background: #ae90cd;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 44px;
	color: #fff;
}

#course .price h4 {
	font-weight: 500;
	font-size: 18px;
}

/* table1 */
#course .table1 {
	display: flex;
	justify-content: space-between;
	padding: 0 30px 20px;
	position: relative;
}

#course .table1: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 th {
	text-align: left;
	font-weight: 500;
}

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

/* table2 */
#course .table2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 30px;
	position: relative;
}

#course .table2: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 .table2 .dt span {
	font-size: 14px;
}

#course .table2 th {
	display: none;
}

#course .table2 td {
	text-align: right;
}

/* table3 */
#course .table3 {
	display: flex;
	justify-content: space-between;
	padding: 20px 30px 0;
}

#course .table3 th {
	text-align: right;
	font-weight: 500;
}

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

/* table4 */
#course .table4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding: 0 0 20px 30px;
	line-height: 1.5;
	position: relative;
}

#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 .table4 .dt {
	font-weight: 600;
	color: #8659b4;
}

#course .table4 th {
	width: 210px;
	text-align: left;
	font-weight: 600;
}

#course .table4 td {
	width: 320px;
	text-align: left;
}

/* hobby */
#course .hobby {
	margin-bottom: 80px;
	position: relative;
	z-index: 0;
}

#course .hobby .pic_01 {
	content: '';
	width: 500px;
	height: 640px;
	overflow: hidden;
	position: absolute;
	top: 40px;
	right: calc(50% + 210px);
	z-index: -1;
}

#course .hobby .pic_01 img {
	height: 640px;
	object-fit: cover;
	object-position: -384px 0;
}

/* academy */
#course .academy {
	margin-bottom: 80px;
	position: relative;
	z-index: 0;
}

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

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

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

#course .table4 + .h4 {
	margin-top: 50px;
}

#course .table1.table5 th {
	width: 270px;
}

#course .table3.table6 th {
	vertical-align: top;
	width: 270px;
	padding-bottom: 15px;
	text-align: left;
	line-height: 1.5;
}

#course .table3.table6 th span {
	font-size: 14px;
}

#course .table3.table6 td {
	vertical-align: top;
	line-height: 1.5;
}

#course .academy .figure {
	width: 500px;
	position: absolute;
	top: 40px;
	right: calc(50% + 210px);
	z-index: -1;
}

#course .academy .pic_02 {
	width: 500px;
	height: 600px;
	overflow: hidden;
	margin-bottom: 40px;
}

#course .academy .pic_02 img {
	height: 600px;
	object-fit: cover;
	object-position: -216px 0;
}

#course .academy .pic_03 {
	height: 400px;
}

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

#stepup {
	margin-bottom: 80px;
	padding: 20px 0 80px;
	background: #eff3f6;
}

#stepup h3 {
	height: 50px;
	margin-bottom: 60px;
	border-radius: 50px;
	background: #715a91;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 48px;
	color: #fff;
}

#stepup .flex {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 0;
}

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

#stepup .section {
	width: 300px;
}

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

#stepup .num span {
	font-weight: 300;
	font-size: 48px;
}

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

#stepup .name {
	width: 180px;
	height: 38px;
	margin: 0 auto;
	border-radius: 38px;
	background: #b48ade;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 40px;
	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 40px;
	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;
}

#stepup dd {
	letter-spacing: 0.05em;
	line-height: 1.5;
}

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

#instructor h2 {
	margin-bottom: 60px;
}

#instructor .section {
	margin-bottom: 60px;
	padding-top: 120px;
	text-align: justify;
	position: relative;
}

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

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

#instructor h3 {
	height: 110px;
	padding-left: 620px;
	border: solid 2px #8659b4;
	border-bottom: 0;
	text-align: left;
	font-weight: 400;
	font-size: 48px;
	line-height: 110px;
	color: #8659b4;
}

#instructor figure {
	width: 511px;
	height: 450px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#instructor .row {
	padding: 50px 0 50px 620px;
	background: #eff3f6;
	text-align: left;
	font-size: 15px;
	position: relative;
	z-index: 0;
}

#instructor .row:before {
	content: '';
	min-width: 1400px;
	width: calc(100vw - 100px);
	height: 100%;
	background: #eff3f6;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

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

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

#graduates {
	margin-bottom: 80px;
	overflow: hidden;
}

#graduates .container {
	width: 960px;
	height: 826px;
	padding-top: 80px;
	position: relative;
	z-index: 0;
}

#graduates .bg {
	width: 1230px;
	height: 826px;
	position: absolute;
	top: 0;
	left: calc(50% - 270px);
	z-index: -1;
}

#graduates .h2 {
	margin-bottom: 50px;
}

#graduates .copy {
	margin-bottom: 50px;
	font-size: 18px;
}

#graduates .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

#graduates .flex figure {
	width: 262px;
	height: 262px;
	position: relative;
}

#graduates .flex figure img {
	width: 262px;
	height: 262px;
}

#graduates figcaption {
	min-width: 200px;
	height: 60px;
	padding: 8px 0 8px 20px;
	border-radius: 60px;
	background: #fff;
	text-align: left;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: #8659b4;
	position: absolute;
	bottom: 20px;
	left: -10px;
}

#graduates figure:nth-of-type(n+13) figcaption {
	padding: 11px 15px 11px 10px;
}

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

#graduates figure:nth-of-type(n+13) .en {
	font-size: 16px;
	line-height: 1.1;
}

#graduates .more a {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 60px;
	margin: 0 auto;
	border-radius: 60px;
	background: #8659b4;
	text-decoration: none;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 66px;
	color: #fff;
	position: relative;
	cursor: pointer;
	transition: opacity .4s;
}

#graduates .more a:hover {
	opacity: 0.6;
}

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

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

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

#access .bg {
	background: #ae90cd;
	color: #fff;
}

#access .bg .container {
	display: flex;
	align-items: center;
	height: 166px;
}

#access .h2 {
	color: #fff;
}

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

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

#access .h2 .ja {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 20px;
	line-height: 22px;
}

#access .address {
	margin-left: 60px;
	text-align: left;
	font-weight: 600;
	font-size: 18px;
}

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

#access .flex figure {
	width: 50%;
	height: 400px;
	overflow: hidden;
}

#access .flex figure img {
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}

#access .map {
	width: 50%;
}

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