@charset "UTF-8";
@import "/include/css/common.sp.css";
.mv_btn {
        display: block;
        margin-top: 10px;
        color: #fff;
        padding: .25em 0;
        background: #5b9fac;
        border-radius: 10px;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        letter-spacing: .5px;
	text-align: center;
    }

/* ---------------------------------------------------------
	CSS Document slider
--------------------------------------------------------- */
#bread.course_new {
        margin-bottom: 3vw!important;
    }
#slider {
	margin-bottom: 3vw;
	font-size: 0;
}

#slider .container {
	font-size: 0;
	position: relative;
}

#slider picture img {
	height: 106.6666666666667vw;
}

#slider .slick-arrow {
	display: none;
}

#slider .slick-dots {
	height: 6px;
	transform: translateX(-50%);
	position: absolute;
	bottom: 2vw;
	left: 50%;
	z-index: 3;
}

#slider .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

#slider .slick-dots button {
	vertical-align: top;
	width: 6px;
	height: 6px;
	outline: 0;
	margin: 0;
	padding: 0;
	border-radius: 100%;
	border: 0;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#slider .slick-dots .slick-active button {
	background: #d16376;
}

#slider p {
	margin: 0 5vw;
	text-align: justify;
	font-size: 3.5vw;
}

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

#about {
	margin-bottom: 10vw;
}

#about h1 {
	margin-bottom: 5vw;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 4.5vw;
	line-height: 1.6;
	color: #5c84b5;
}

#about p {
	margin: 0 5vw;
	text-align: justify;
	font-size: 3.5vw;
}

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

#course {
	margin-bottom: 15vw;
	padding: 10vw 5vw;
	background: #f8f7f4;
}

#course h2 {
	margin-bottom: 5vw;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 6vw;
	line-height: 1;
}

#course figure {
	margin-bottom: 5vw;
	background: #fff;
	text-align: left;
}

#course figure img {
	height: 37.89173333333333vw;
}

#course figure figcaption a {
	display: flex;
	align-items: center;
	height: 15vw;
	padding: 0 1em 0 2.5em;
	text-decoration: none;
	line-height: 1.3;
	color: #444;
	position: relative;
}

#course figure figcaption a:before {
	content: '';
	width: 1.8vw;
	height: 1.8vw;
	margin-top: -1vw;
	border-top: solid 2px #d4c29f;
	border-right: solid 2px #d4c29f;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0.9em;
}

/* ---------------------------------------------------------
	CSS Document concept
--------------------------------------------------------- */

#concept h2 {
	margin-bottom: 5vw;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 6vw;
	line-height: 1.4;
}

#concept .num {
	margin-bottom: 1vw;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-style: italic;
	font-size: 8vw;
	line-height: 1;
	color: #6e9fcf;
}

#concept h3 {
	margin-bottom: 8vw;
	text-decoration: underline dashed #a1c1e0 1px;
	text-underline-offset: 0.65em;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 4.5vw;
	line-height: 2.2;
	color: #6e9fcf;
	position: relative;
	z-index: 0;
}

/* ---------------------------------------------------------
	CSS Document concept_01
--------------------------------------------------------- */

#concept_01 {
	margin: 0 5vw 15vw;
}

#concept_01 .skill {
	width: 60vw;
	margin: 0 auto 5vw;
	padding: 5vw;
	border-radius: 5px;
	background: #a1c1e0 url(../images/concept_bg.png) center;
	color: #fff;
}

#concept_01 .skill h4 {
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 5.5vw;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

#concept_01 .skill h4 small {
	display: block;
	font-weight: 400;
	font-size: 3.5vw;
}

#concept_01 .plus {
	width: 10vw;
	height: 10vw;
	margin: 0 auto 5vw;
	position: relative;
}

#concept_01 .plus:before,
#concept_01 .plus:after {
	content: '';
	width: 4px;
	height: 10vw;
	background: #a1c1e0;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

#concept_01 .plus:after {
	margin-left: -0.4vw;
	transform: rotate(90deg);
}

#concept_01 .row h4 {
	margin-bottom: 20px;
	background: #a1c1e0;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 4.5vw;
	line-height: 2.3em;
	color: #fff;
}

#concept_01 .figure {
	display: flex;
	flex-wrap: wrap;
}

#concept_01 .figure figure {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
	padding: 15px 0;
	background: #eefaff;
	line-height: 1;
}

#concept_01 .figure figure:nth-of-type(2n) {
	margin-right: 0;
}

#concept_01 .figure img {
	height: 30vw;
	margin-bottom: 10px;
}

/* ---------------------------------------------------------
	CSS Document concept_02
--------------------------------------------------------- */

#concept_02 {
	margin: 0 5vw 15vw;
}

#concept_02 .row {
	margin-bottom: 10vw;
}

#concept_02 h4 {
	margin-bottom: 3vw;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 5vw;
	letter-spacing: -0.05em;
	line-height: 7vw;
}

#concept_02 h4 span {
	margin-right: 0.5em;
}

#concept_02 h4 img {
	width: 7vw;
	height: 7vw;
}

#concept_02 figure img {
	height: 47.36666666666667vw;
}

#concept_02 figcaption {
	margin-top: 3vw;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

/* ---------------------------------------------------------
	CSS Document concept_03
--------------------------------------------------------- */

#concept_03 {
	margin: 0 5vw 15vw;
}

#concept_03 .flex img {
	height: 67.2624vw;
}

#concept_03 .flex p {
	margin-top: 5vw;
	text-align: justify;
	letter-spacing: 0.05em;
}

/* ---------------------------------------------------------
	CSS Document area
--------------------------------------------------------- */

#area {
	padding: 10vw 5vw;
	background: #f8f7f4;
}

#area p {
	margin-bottom: 20px;
	font-size: 4vw;
	letter-spacing: 0.05em;
}

#area .section {
	padding: 7vw 0;
	border: solid 5px #e6e4e4;
	background: #fff;
}

#area h2 {
	margin-bottom: 3vw;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 5vw;
	line-height: 1;
}

#area ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#area ul li {
	width: 26%;
	margin: 2vw 1vw 0;
}

#area ul a {
	display: block;
	background: #d4c29f;
	text-decoration: none;
	letter-spacing: 0.2em;
	font-size: 4vw;
	line-height: 2.8em;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	margin-bottom: 3vw;
	background: #eefaff;
	position: relative;
	z-index: 0;
}

#main:before {
	content: '';
	width: 800px;
	height: 330px;
	margin-right: 210px;
	background: url(../images/main_left.svg) no-repeat 0 0;
	position: absolute;
	top: 180px;
	right: 50%;
	z-index: -1;
}

#main:after {
	content: '';
	width: 485px;
	height: 474px;
	margin-left: 390px;
	background: url(../images/main_right.svg) no-repeat 0 0;
	position: absolute;
	top: -100px;
	left: 50%;
	z-index: 1;
}

#main .section {
	padding: 10vw 5vw;
	text-align: justify;
}

#main h1 {
	margin-bottom: 30px;
	text-align: center;
	font-weight: 400;
}

#main h1 .en {
	display: block;
	margin-bottom: 1em;
	font-family: 'Homemade Apple', cursive;
	font-size: 3vw;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #a1c1e0;
}

#main h1 .ja {
	display: block;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 6.5vw;
	line-height: 1.3;
}

#main .copy {
	margin-bottom: 0.5em;
	font-weight: 500;
	font-size: 4vw;
	line-height: 1.6;
	color: #5b9fac;
}

#main figure {
	height: 65.12820512820513vw;
}

/* ---------------------------------------------------------
	CSS Document price
--------------------------------------------------------- */

#price {
	margin: 0 5vw 10vw;
}

#price dl {
	display: table;
	width: 100%;
	margin-top: -1px;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

#price dt {
	display: table-cell;
	vertical-align: middle;
	width: 5em;
	padding: 1em 0;
	border: solid 1px #e4e4e4;
	background: #5b9fac;
	color: #fff;
}

#price dd {
	display: table-cell;
	vertical-align: middle;
	padding: 1em;
	border: solid 1px #e4e4e4;
	text-align: left;
}

#price .em {
	margin-top: 0.8em;
	color: #d42902;
}

/* ---------------------------------------------------------
	CSS Document recommend
--------------------------------------------------------- */

#recommend {
	margin-bottom: 10vw;
	padding: 10vw 5vw;
	background: #eefaff;
}

#recommend h2 {
	margin-bottom: 5vw;
	background: url(../images/recommend_03.png) no-repeat top / auto 100%;
	font-weight: 400;
	font-size: 5vw;
	line-height: 2.3em;
	color: #fff;
}

#recommend ul {
	margin-bottom: 10vw;
	text-align: left;
	line-height: 1.7;
}

#recommend li {
	margin-bottom: 3vw;
	padding-bottom: 3vw;
	padding-left: 9vw;
	font-size: 4vw;
	position: relative;
}

#recommend li:before {
	content: '';
	width: 6.5vw;
	height: 6.5vw;
	background: url(../images/recommend_02.svg) no-repeat left / 100% auto;
	position: absolute;
	top: 0.6vw;
	left: 0;
}

#recommend li:after {
	content: '';
	width: 100%;
	height: 1px;
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #a1c1e0 50%, #a1c1e0 100%, transparent);
	background-size: 4px 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#recommend .section {
	margin-bottom: 10vw;
	text-align: left;
}

#recommend h3 {
	margin-bottom: 5vw;
	background: #fff;
	box-shadow: 0 0 0 2px #a1c1e0 inset;
	text-align: center;
	font-weight: 500;
	font-size: 4.5vw;
	line-height: 3em;
}

#recommend figure {
	text-align: center;
}

#recommend figure figcaption {
	margin-bottom: 1em;
	text-align: left;
}

#recommend figure img {
	height: 50vw;
}

/* ---------------------------------------------------------
	CSS Document point
--------------------------------------------------------- */

#point {
	margin: 0 5vw 15vw;
}

#point h2 {
	margin-bottom: 5vw;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 7vw;
	line-height: 12vw;
}

#point h2:before,
#point h2:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 6vw;
	height: 12vw;
	margin: 0 15px;
	background: url(../images/point_left.png) no-repeat 0 0 / auto 100%;
}

#point h2:after {
	width: 7vw;
	background-image: url(../images/point_right.png);
}

#point .section {
	margin-bottom: 5vw;
	padding: 8vw 5vw 8vw;
	border-radius: 5px;
	background: #f8f7f4;
	text-align: center;
	line-height: 1.8;
}

#point figure img {
	height: 40vw;
}

#point dl {
	margin-top: 3vw;
	text-align: justify;
}

#point dt {
	margin-bottom: 0.6em;
	text-decoration: underline dashed #d4c29f 1px;
	text-underline-offset: 0.45em;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 4.5vw;
	letter-spacing: -0.05em;
	line-height: 2;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#career {
	padding: 10vw 5vw;
	background: #eefaff;
}
#career h2{
	        margin-bottom: 30px;
        font-family: 'Shippori Mincho', serif;
        font-weight: 600;
        font-size: 28px;
        line-height: 1;
}
#career .sec_des{
	margin-bottom: 50px;
}

#career #workflow h2 {
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 20px;
	color: #444;
	font-family: 'Shippori Mincho', serif;
	padding-bottom: 40px;
	background: url(../images/flow_icon.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 310px auto;
}

#career h3 .en {
	display: block;
	margin-bottom: 1em;
	font-family: 'Homemade Apple', cursive;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	color: #d4c29f;
}

#career h3 .ja {
	display: block;
	margin-bottom: 1em;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 31px;
	line-height: 1.5;
}

#career .container {
	max-width: 1000px;
	margin-top: 30px;
}

#career .flow_wrap {
	display: flex;
	text-align: left;
	position: relative;
	flex-wrap: wrap;
}

#career h3 + p {
	margin-bottom: 3em;
padding: 0 2.5%;
	text-align: left;
}
#career .section {
	width: 100%;
	margin-bottom: 2em;
}
#career .section:last-child,#career .section:nth-child(5) {
	margin-bottom: 0;
}
#career .section:nth-child(odd) {
	padding-right: 1.25%;
	
}
#career .section:nth-child(even) {
	padding-left: 1.25%;
	
}
#career .section figure {
	position: relative;
}
#career .section figure span.stepnum{
	position: absolute;
	bottom:0;
	left: 0;
	color: #fff;
	font-size: 35px;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
}

#career h4 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Shippori Mincho', serif;
}
#career .row{
	background: #fff;
	padding: 1em;
}

#career .row p {
	letter-spacing: 0.05em;
}

/* ---------------------------------------------------------
	CSS Document career_aroma_therapist
--------------------------------------------------------- */

#career_aroma_therapist h2 {
	margin-bottom: 5vw;
	background: #d4c29f url(../images/flow_bg.png) top / auto 100%;
	font-weight: 500;
	font-size: 4vw;
	letter-spacing: 0.05em;
	line-height: 3.5em;
	color: #fff;
}
#career_aroma_therapist #workflow h2 {
        margin-bottom: 20px;
        font-weight: 300;
        font-size: 20px;
        color: #444;
        font-family: 'Shippori Mincho', serif;
        padding-bottom: 40px;
        background: url(../images/flow_icon.svg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 310px auto;
        height: auto;
	line-height: 1.5;
    }
#career_aroma_therapist .section {
	margin-bottom: 10vw;
}

#career_aroma_therapist .icon {
	margin-bottom: 5vw;
}

#career_aroma_therapist .icon img {
	height: 20vw;
}

#career_aroma_therapist h3 .en {
	display: block;
	margin-bottom: 1em;
	font-family: 'Homemade Apple', cursive;
	font-weight: 400;
	font-size: 3vw;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #d4c29f;
}

#career_aroma_therapist h3 .ja {
	display: block;
	margin-bottom: 1em;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 6vw;
	line-height: 1;
}

#career_aroma_therapist p {
	margin: 0 5vw 10vw;
	text-align: justify;
}

#career_aroma_therapist .section {
	margin: 0 5vw 56px;
	padding: 5vw;
	border-radius: 5px;
	background: #f8f7f4;
	position: relative;
}

#career_aroma_therapist .section:not(:last-of-type):after {
	content: '';
	width: 16px;
	height: 16px;
	border-bottom: solid 3px #d4c29f;
	border-right: solid 3px #d4c29f;
	transform: rotate(45deg) translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -40px;
}

#career_aroma_therapist .section figure img {
	width: 150px;
	height: 150px;
}

#career_aroma_therapist .row p {
	margin: 0;
}

#career_aroma_therapist h4 {
	margin-bottom: 15px;
}

#career_aroma_therapist h4 .en {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	font-family: 'Homemade Apple', cursive;
	font-weight: 400;
	font-size: 3vw;
	letter-spacing: 0.05em;
	line-height: 50px;
	color: #d4c29f;
}

#career_aroma_therapist h4 i {
	display: inline-block;
	vertical-align: top;
	margin-right: 0.3em;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-style: italic;
	font-size: 6vw;
	line-height: 40px;
	color: #d4c29f;
}

#career_aroma_therapist h4 .ja {
	display: block;
	text-decoration: underline dashed #d4c29f 1px;
	text-underline-offset: 0.3em;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 5vw;
	letter-spacing: -0.05em;
	line-height: 30px;
}


/* ---------------------------------------------------------
	CSS Document career_pilates
--------------------------------------------------------- */

#career_pilates {
	padding: 50px 5vw;
	background: url(../images/course03_bg_work.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1922px auto;
}

#career_pilates h2{
	        margin-bottom: 30px;
        font-family: 'Shippori Mincho', serif;
        font-weight: 600;
        font-size: 7vw;
        line-height: 1;
}
#career_pilates #workflow_pilates h2 {
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 18px;
	color: #444;
	font-family: 'Shippori Mincho', serif;
	padding-bottom: 40px;
	background: url(../images/flow_icon.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 310px auto;
}
#career_pilates .en.caveat {
        display: block;
        margin-bottom: 0;
        font-weight: 400;
        font-size: 20px;
        font-family: 'Homemade Apple', cursive;
        font-optical-sizing: auto;
        text-shadow: #fff 1px 0 1px;
    }
#career_pilates .sec_des{
	margin-bottom: 50px;
}
#career_pilates h3 .en {
	display: block;
	margin-bottom: 1em;
	font-family: 'Homemade Apple', cursive;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #d4c29f;
}
#career_pilates span.en.caveat {
        color: #d4c29f;
    }
#career_pilates h3 .ja {
	display: block;
	margin-bottom: 1em;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 7vw;
	line-height: 1.5;
}

#career_pilates .container {
	max-width: 1000px;
	margin-top: 30px;
}

#career_pilates .flow_wrap {
	display: flex;
	border-radius: 5px;
	text-align: left;
	position: relative;
	flex-wrap: wrap;
}

#career_pilates h3 + p {
	margin-bottom: 6em;
}
#career_pilates .section {
	width: 100%;
	margin-bottom: 2em;
}
#career_pilates .section:last-child,#career_pilates .section:nth-child(5) {
	margin-bottom: 0;
}

#career_pilates .section figure {
	position: relative;
	margin-bottom: 1em;
}
#career_pilates .section figure span.stepnum{
	position: absolute;
	bottom:0;
	left: 0;
	color: #fff;
	font-size: 48px;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
}

#career_pilates h4 {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.05em;
	position: relative;
	padding: 5px 0;
	font-family: 'Shippori Mincho', serif;
}
#career_pilates h4::before,#career_pilates h4::after {
	content:"";
	width: 310px;
	height: 1px;
	background: #D4C29F;
	position: absolute;
	left: calc(50% - 155px);
}
#career_pilates h4::before{
	top:0;
}#career_pilates h4::after {
	bottom:0;
}

#career_pilates .row p {
	letter-spacing: 0.05em;
	line-height: 2;
}

#career_pilates h5 {
	margin-bottom: 1px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-family: 'Shippori Mincho', serif;
}

/* ---------------------------------------------------------
	CSS Document point_course05
--------------------------------------------------------- */

#point_course05 {
	margin: 0 5vw 5vw;
}

#point_course05 h2 {
	margin-bottom: 5vw;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 7vw;
	line-height: 12vw;
}

#point_course05 h2:before,
#point_course05 h2:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 6vw;
	height: 12vw;
	margin: 0 15px;
	background: url(../images/point_left.png) no-repeat 0 0 / auto 100%;
}

#point_course05 h2:after {
	width: 7vw;
	background-image: url(../images/point_right.png);
}

#point_course05 .section {
	margin-bottom: 5vw;
	padding: 8vw 5vw 8vw;
	border-radius: 5px;
	background: #f8f7f4;
	text-align: center;
	line-height: 1.8;
}

#point_course05 .pic img {
	height: 40vw;
}

#point_course05 dl {
	margin-top: 3vw;
	text-align: justify;
}

#point_course05 dt {
	margin-bottom: 0.6em;
	text-decoration: underline dashed #d4c29f 1px;
	text-underline-offset: 0.45em;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 4.5vw;
	letter-spacing: -0.05em;
	line-height: 2;
}

#point_course05 dt span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}

#point_course05 .note {
	margin-top: 5vw;
	padding: 5vw;
	background: #fff;
}

#point_course05 h3 {
	margin-bottom: 1em;
	font-weight: 500;
	font-size: 4.5vw;
	line-height: 1;
	color: #5b9fac;
}

#point_course05 .note p {
	text-align: justify;
}

#point_course05 .point_course05_02 figure {
	height: 49.26666666666667vw;
	margin-bottom: 5vw;
}

#point_course05 .point_course05_04 {
	margin-top: 5vw;
	padding: 5vw;
	background: #fff;
}

#point_course05 .point_course05_04 .figure {
	margin-bottom: 5vw;
}

#point_course05 .point_course05_04 i img {
	width: 50vw;
	height: 50vw;
}

#point_course05 .point_course05_04 .caption {
	margin: 0.8em 0;
	font-weight: 500;
	font-size: 3.7vw;
	line-height: 1.5;
	color: #ca69a5;
}

#point_course05 .point_course05_04 .figure:nth-of-type(2) .caption {
	color: #ad6bc9;
}

#point_course05 .point_course05_04 .figure:nth-of-type(3) .caption {
	color: #f29434;
}

#point_course05 .point_course05_04 .figure:nth-of-type(4) .caption {
	color: #90c536;
}

#point_course05 .point_course05_04 .figure:nth-of-type(5) .caption {
	color: #359cd8;
}

#point_course05 .point_course05_04 .p {
	text-align: justify;
	font-size: 3.3vw;
}

/* ---------------------------------------------------------
	CSS Document point_course05
--------------------------------------------------------- */

#team_course05 {
	margin: 0 5vw 15vw;
}

#team_course05 .container {
	padding: 10vw 5vw 5vw;
	background: #eef5f7;
}

#team_course05 h2 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 6vw;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.4;
	color: #5b9fac;
	position: relative;
	z-index: 0;
}

#team_course05 h2:before {
	content: '';
	width: 2px;
	height: 90%;
	background: #5b9fac;
	transform: rotate(-20deg) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

#team_course05 h2:after {
	content: '';
	width: 2px;
	height: 90%;
	background: #5b9fac;
	transform: rotate(20deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
}

#team_course05 p {
	margin-bottom: 6vw;
	text-align: justify;
}

#team_course05 h3 {
	background: #5b9fac;
	font-weight: 500;
	font-size: 4vw;
	line-height: 10vw;
	color: #fff;
}

#team_course05 .section {
	padding: 5vw 5vw 1vw;
	background: #fff;
}

#team_course05 .figure {
	display: flex;
	align-items: center;
	margin-bottom: 6vw;
	text-align: justify;
	font-size: 3vw;
	line-height: 1.4;
}

#team_course05 .figure figure {
	width: 19vw;
	height: 19vw;
	margin-right: 3vw;
}

#team_course05 .figure .name {
	flex: 1;
}

#team_course05 .figure .ja {
	display: block;
	margin-bottom: 0.3em;
	font-weight: 500;
}

/* ---------------------------------------------------------
	CSS Document curriculum
--------------------------------------------------------- */

#curriculum {
	margin-bottom: 100px;
}

#curriculum h2 {
	margin-bottom: 5vw;
	background: #d4c29f url(../images/curriculum_bg.png) top / auto 100%;
	font-weight: 500;
	font-size: 6vw;
	line-height: 3em;
	color: #fff;
}

#curriculum .caption {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10vw;
	font-size: 3.2vw;
	line-height: 6vw;
}

#curriculum .caption li {
	margin-right: 5vw;
}

#curriculum .caption img {
	height: 6vw;
	margin-right: 0.5em;
}

#curriculum .section {
	margin: 0 5vw 5vw;
	padding: 5vw;
	border-radius: 5px;
	background: #f8f7f4;
	position: relative;
}

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

#curriculum .section figure img {
	height: 40vw;
}

#curriculum .row {
	text-align: left;
}

#curriculum .icon {
	width: 7vw;
	height: 7vw;
	position: absolute;
	top: 5vw;
	right: 5vw;
}

#curriculum h3 {
	margin-bottom: 5vw;
	margin-left: 1.2em;
	text-decoration: underline dashed #d4c29f 1px;
	text-underline-offset: 0.35em;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 6vw;
	letter-spacing: -0.05em;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}

#curriculum h3 i {
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-style: italic;
	font-size: 10vw;
	line-height: 1;
	color: #d4c29f;
	position: absolute;
	top: 0;
	left: -0.8em;
}

#curriculum .more {
	display: inline-block;
	vertical-align: top;
	margin-top: 1em;
	padding: 0 1em;
	border-radius: 5px;
	background: #d4c29f;
	letter-spacing: 0.05em;
	line-height: 9vw;
	color: #fff;
}

#curriculum .more span {
	display: inline-block;
	vertical-align: top;
	margin-right: 2vw;
	font-size: 0;
	line-height: 9vw;
}

#curriculum .more img {
	vertical-align: middle;
	height: 5.5vw;
}

#curriculum .summary {
	display: none;
	margin: 0 5vw 10vw;
}

#curriculum .summary p {
	margin-bottom: 5px;
	text-align: left;
}

#curriculum .table {
	display: table;
	width: 100%;
	text-align: justify;
	line-height: 1.6;
}

#curriculum .table:not(:last-of-type) {
	margin-bottom: 6vw;
}

#curriculum .summary dl {
	display: table-row;
}

#curriculum .summary dt {
	display: table-cell;
	vertical-align: top;
	width: 30%;
	padding: 0.8em;
	border: solid 1px #e4e4e4;
	background: #eefaff;
}

#curriculum .summary dd {
	display: table-cell;
	vertical-align: top;
	padding: 0.8em;
	border: solid 1px #e4e4e4;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow {
	margin: 0 5vw 15vw;
}

#flow h2 {
	margin-bottom: 5vw;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-size: 6.5vw;
	line-height: 1;
}

#flow .section {
	margin-bottom: 10vw;
}

#flow .row {
	margin-bottom: 30px;
	padding: 5vw;
	border-radius: 5px;
	border: solid 1px #e4e4e4;
	text-align: left;
	position: relative;
}

#flow .row:not(:last-of-type):after {
	content: '';
	width: 0;
	height: 0;
	border: solid 10px transparent;
	border-top: solid 12px #d4c29f;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -33px;
}

#flow .row dt {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 4vw;
	line-height: 1.3;
	color: #5c84b5;
}

#flow .icon {
	display: flex;
	position: absolute;
	top: 5vw;
	right: 5vw;
}

#flow .icon li {
	margin-left: 10px;
}

#flow .icon img {
	height: 6vw;
}

#flow .figure {
	text-align: justify;
}

#flow .figure figure {
	margin-bottom: 15px;
}

#flow .figure figcaption {
	background: #d4c29f;
	text-align: center;
	font-size: 4vw;
	line-height: 3em;
	color: #fff;
}

#flow .figure img {
	height: 41.08974358974359vw;
}

#flow .toschool_btn{
	display: inline-block;
	margin-top: 10px;
	color: #fff;
	padding: .25em 2em;
	background: #5c84b5;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .5px;
}
/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

#contact {
	margin-bottom: 10vw;
	padding: 5vw;
	background: #eefaff;
	font-size: 4vw;
	line-height: 1.6;
}

#contact span{
	color: #ff0000;
}
#contact  .toschool_btn2{
	display: inline-block;
	margin-top: 10px;
	color: #fff;
	padding: .5em 2em;
	background: #5c84b5;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .5px;
	
}

/* ---------------------------------------------------------
	CSS Document story
--------------------------------------------------------- */
    #story {
        padding: 15vw 5vw 15vw;
        background: #f8f7f4;
        letter-spacing: 0.06em;
    }
#story h2 {
        margin-bottom: 5vw;
        font-family: 'Shippori Mincho', serif;
        font-weight: 600;
        font-size: 5.5vw;
        letter-spacing: 0;
        line-height: 1.5;
    }

    #story .carousel {
        margin: 5vw 6vw 7vw;
        position: relative;
    }
#story .slick-arrow {
        width: 11vw;
        height: 11vw;
        font-size: 0;
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        z-index: 3;
    }
#story .slider_prev {
        left: -11vw;
    }
#story .slider_prev:after, #story .slider_next:after {
        content: '';
        width: 2vw;
        height: 2vw;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        z-index: 4;
    }
#story .slider_prev:after {
        border-bottom: solid 2px #807f7f;
        border-left: solid 2px #807f7f;
        left: 3.5vw;
    }
#story .slider_next {
        right: -11vw;
    }
#story .slider_next:after {
        border-top: solid 2px #807f7f;
        border-right: solid 2px #807f7f;
        left: 3vw;
    }
#story .find dl {
        position: relative;
    }
#story .find dt {
        height: 46vw;
        overflow: hidden;
    }
    #story .find dt img {
        transform: translateY(-50%);
        position: relative;
        top: 50%;
    }
#story .find dd {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        bottom: 0;
        right: 0;
    }
#story .find dd span {
        padding: 0 1em;
        font-size: 3vw;
        line-height: 6vw;
        color: #fff;
    }
#story .find .license {
        display: block;
        padding-left: 1em;
        background: #fff;
        text-decoration: none;
        text-align: left;
        line-height: 10vw;
        color: #444;
        position: relative;
    }
#story .find .license:before {
        content: '';
        width: 1.5vw;
        height: 1.5vw;
        border-top: solid 2px #d4c29f;
        border-right: solid 2px #d4c29f;
        transform: rotate(45deg);
        position: absolute;
        top: 3.8vw;
        right: 1em;
    }

#story .find .license a {
        text-decoration: none;
        color: #444;
    }
#story .more a {
        display: inline-block;
        vertical-align: top;
        width: 13em;
        border-radius: 5px;
        border: solid 2px #e3e3e3;
        background: #fff;
        text-decoration: none;
        font-size: 4vw;
        line-height: 14vw;
        color: #444;
    }
/* ---------------------------------------------------------
	CSS Document blog
--------------------------------------------------------- */
    #blog {
        margin-bottom: 15vw;
        padding: 15vw 5vw 15vw;
        background: #f8f7f4;
        letter-spacing: 0.06em;
    }
#blog h2 {
        margin-bottom: 25px;
        font-family: 'Shippori Mincho', serif;
        font-weight: 600;
        font-size: 6vw;
        letter-spacing: 0;
        line-height: 1;
    }#blog p {
        margin-bottom: 5vw;
    }
#blog .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 5vw;
        text-align: left;
    }
#blog .find {
        width: 48%;
        margin-bottom: 5vw;
        line-height: 1.5;
    }
#blog .find figure {
        height: 28.79794871794872vw;
        overflow: hidden;
        margin-bottom: 0.7em;
    }
#blog .find figure img {
        transform: translateY(-50%);
        position: relative;
        top: 50%;
    }
#blog dt {
        margin-bottom: 0.6em;
    }#blog dt a {
        text-decoration: none;
        color: #444;
    }
#blog dd {
        font-size: 3.2vw;
        letter-spacing: 0.05em;
        line-height: 5vw;
        color: #898888;
    }
#blog dd .category {
        display: inline-block;
        vertical-align: top;
        margin-left: 0.5em;
        padding: 0 0.5em;
        background: #5b9fac;
        text-align: center;
        font-size: 3vw;
        color: #fff;
    }
#blog .more a {
        display: inline-block;
        vertical-align: top;
        width: 13em;
        border-radius: 5px;
        border: solid 2px #e3e3e3;
        background: #fff;
        text-decoration: none;
        font-size: 4vw;
        line-height: 14vw;
        color: #444;
    }