@charset "UTF-8";
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (min-width: 768px) {
  /*debug
  body{
  	background: url(../img/_guide.png) no-repeat top center;
  	background-size: 1280px auto;
      background-position: top center;
  	#header{
  		@include opacity(0.6);
  		width: 1280px !important;
  	}
  	#menu{
  		width: 1280px !important;
  		top: 0 !important;
  		left: 50% !important;
  		@include transform(translateX(-50%));
  	}
  	#wrapper{
  		width: 1280px !important;
  		@include opacity(0.6);
  		float: none;
  		margin: 0 auto;
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  	*/
  /* line 37, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #top {
    position: relative;
    overflow: visible;
    height: 380px;
  }
  /* line 41, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #top .bg {
    position: absolute;
    top: 78px;
    left: 50%;
    width: 1057px;
    height: 305px;
    transform: translateX(-407px);
  }
  /* line 48, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #top .bg .bg_photo {
    background-image: url(../img/bg.jpg);
    background-position: center center;
    background-size: auto 100%;
    transform: scale(1.2) translate(10px, 0);
    transform-origin: center center;
    opacity: 0;
  }
  /* line 55, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #top .bg .bg_photo.open {
    opacity: 1;
    -webkit-transition: all 2s;
    transition: all 2s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transform: scale(1) translate(0px, 0);
  }
  /* line 61, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #top .bg img {
    visibility: hidden;
  }
  /* line 65, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #top h1 {
    float: left;
    width: 302px;
    margin: 131px 0 29px 48px;
    position: relative;
    z-index: 2;
    opacity: 0;
  }
  /* line 71, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #top h1 span {
    display: block;
  }
  /* line 74, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #top h1 .jp {
    font-size: 24px;
    font-weight: 700;
    color: #e60012;
    margin: 33px 0 0 0;
  }
  /* line 81, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #top h1.open {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
  }
  /* line 86, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #top .rect {
    display: block;
    position: absolute;
    width: 2000px;
    height: 2190px;
    background: #d9d9d9;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: -1804px;
    left: -1317px;
    transform: translate(10%, -100%) rotate(-60deg);
  }
  /* line 96, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #top .rect.open {
    -webkit-transition: all 2s;
    transition: all 2s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transform: translate(0%) rotate(-60deg);
  }
  /* line 103, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #intro {
    padding: 0 0 71px 0;
  }
  /* line 105, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #intro h2 {
    color: #6f7579;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    float: left;
    margin: 78px 0 0 134px;
  }
  /* line 113, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #intro .copy {
    float: left;
    color: #6f7579;
    font-size: 14px;
    line-height: 2.15;
    width: 400px;
    margin: 81px 0 0 76px;
  }
  /* line 123, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #description {
    padding: 0 0 89px 0;
    background: #3b4043;
    overflow: visible;
  }
  /* line 127, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #description h2 {
    color: white;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    float: left;
    margin: 88px 0 0 134px;
  }
  /* line 135, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #description .copy {
    float: left;
    color: white;
    font-size: 14px;
    line-height: 2.15;
    width: 400px;
    margin: 34px 0 0 134px;
    clear: both;
  }
  /* line 144, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #description figure {
    float: left;
    width: 312px;
    margin: -46px 0 0 123px;
  }
  /* line 149, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #description .rect {
    display: block;
    position: absolute;
    width: 796px;
    height: 547px;
    background: #e60012;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: -46px;
    right: -630px;
    z-index: 10;
  }
  /* line 161, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .bg_bar {
    float: left;
    width: 100%;
    height: 298px;
    background: url(../img/bg2.jpg) no-repeat center center;
    background-size: cover;
  }
  /* line 169, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step {
    box-sizing: border-box;
  }
  /* line 171, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step h2 {
    color: #6f7579;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    float: left;
    margin: 118px 0 0 134px;
  }
  /* line 179, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step .copy {
    float: left;
    color: #6f7579;
    font-size: 14px;
    line-height: 2.15;
    letter-spacing: 0.08em;
  }
  /* line 186, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step .content {
    float: left;
    width: 523px;
    margin: 114px 0 0 163px;
  }
  /* line 191, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step .img {
    float: left;
    width: 1000px;
    margin: 87px 0 11px 50px;
  }
  /* line 196, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step small {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 14px;
  }
  /* line 202, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step.step2 {
    overflow: visible;
    padding: 0 0 97px 0;
  }
  /* line 205, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step.step2:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 830px;
    border-bottom: 1px dashed #3b4043;
  }
  /* line 217, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step.step2 h2 {
    margin-top: 98px;
  }
  /* line 220, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step.step2 .content {
    margin-top: 93px;
  }
  /* line 223, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step.step2 .rect {
    display: block;
    position: absolute;
    width: 801px;
    height: 551px;
    background: #D9D9D9;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 54px;
    left: -655px;
  }
  /* line 234, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step.step3 {
    overflow: visible;
  }
  /* line 236, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step.step3 h2 {
    margin-top: 98px;
  }
  /* line 239, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step.step3 .content {
    margin-top: 105px;
  }
  /* line 242, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step.step3 .rect {
    display: block;
    position: absolute;
    width: 796px;
    height: 547px;
    background: #6f7579;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: -176px;
    right: -652px;
  }
  /* line 252, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step.step3 .set {
    position: relative;
    width: 100%;
    float: left;
    padding: 0 0 46px 0;
    margin: 0 0 55px 0;
  }
  /* line 259, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step.step3 .set.top:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 830px;
    border-bottom: 1px dashed #3b4043;
  }
  /* line 272, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step.step3 .set.btm {
    margin-bottom: 46px;
  }
  /* line 275, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step.step3 .set h3 {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #6f7579;
    margin: 0 0 17px 0;
  }
  /* line 283, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .step.step3 .set p {
    color: #6f7579;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0.05em;
  }
  /* line 295, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main .bg_bar {
    float: left;
    width: 100%;
    height: 298px;
    background: url(../img/bg2.jpg) no-repeat center center;
    background-size: cover;
  }
  /* line 303, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #float {
    position: fixed;
    width: 100%;
    height: 100vh;
    float: left;
    z-index: 500;
  }
  /* line 310, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #float .close {
    width: 2vw;
    height: 2vw;
    display: block;
    position: absolute;
    cursor: pointer;
    margin: 0 auto 20px auto;
    top: 1.5vw;
    right: 2vw;
    z-index: 2000;
  }
  /* line 320, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #float .close span, body #wrapper #main #float .close:before, body #wrapper #main #float .close:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background: white;
    content: "";
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    transition-timing-function: cubic-bezier(0.43, 0.12, 0.35, 0.98);
  }
  /* line 328, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #float .close span {
    width: 130%;
  }
  /* line 331, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #float .close:before {
    width: 130%;
    top: 1vw;
    left: 0vw;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 337, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #float .close:after {
    width: 130%;
    top: 1vw;
    left: 0vw;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 345, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #float .box {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    z-index: 1000;
    width: 76%;
    margin: 2vw 12%;
    height: 38vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
  }
  /* line 356, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #float .box #float_scroll {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 38vw;
    background: white;
  }
  /* line 363, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #float .box #float_scroll .content {
    width: 100%;
    float: left;
    position: relative;
  }
  /* line 371, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #float .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
  /* line 380, ../../../../src/page/education/css/_pc.scss */
  body #wrapper #main #float .iScrollIndicator {
    background: white !important;
  }
}
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
  /*debug
  body{
  	background: url(../img/_guide.png) no-repeat top center;
  	background-size: 1280px auto;
      background-position: top center;
  	#header{
  		@include opacity(0.6);
  		width: 1280px !important;
  	}
  	#menu{
  		width: 1280px !important;
  		top: 0 !important;
  		left: 50% !important;
  		@include transform(translateX(-50%));
  	}
  	#wrapper{
  		width: 1280px !important;
  		@include opacity(0.6);
  		float: none;
  		margin: 0 auto;
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  	*/
  /* line 37, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main #top {
    height: 27.94118vw;
  }
  /* line 39, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main #top .bg {
    top: 5.73529vw;
    height: 22.42647vw;
    width: 77.72059vw;
    transform: translateX(-29.92647vw);
  }
  /* line 45, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main #top h1 {
    width: 22.20588vw;
    margin: 9.63235vw 0 2.13235vw 3.52941vw;
  }
  /* line 48, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main #top h1 .jp {
    font-size: 1.76471vw;
    margin: 2.42647vw 0 0 0;
  }
  /* line 53, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main #top .rect {
    width: 147.05882vw;
    height: 161.02941vw;
    top: -132.64706vw;
    left: -96.83824vw;
  }
  /* line 61, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main #intro {
    padding: 0 0 5.22059pxvw 0;
  }
  /* line 63, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main #intro h2 {
    font-size: 2.94118vw;
    line-height: 3.67647vw;
    margin: 5.73529vw 0 0 9.85294vw;
  }
  /* line 68, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main #intro .copy {
    font-size: 1.02941vw;
    width: 29.41176vw;
    margin: 5.95588vw 0 0 5.58824vw;
  }
  /* line 75, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main #description {
    padding: 0 0 6.54412vw 0;
  }
  /* line 77, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main #description h2 {
    font-size: 1.76471vw;
    line-height: 2.64706vw;
    margin: 6.47059vw 0 0 9.85294vw;
  }
  /* line 82, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main #description .copy {
    font-size: 1.02941vw;
    width: 29.41176vw;
    margin: 2.5vw 0 0 9.85294vw;
  }
  /* line 87, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main #description figure {
    width: 22.94118vw;
    margin: -3.38235vw 0 0 9.04412vw;
  }
  /* line 91, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main #description .rect {
    width: 58.52941vw;
    height: 40.22059vw;
    top: -3.38235vw;
    right: -46.32353vw;
  }
  /* line 98, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .bg_bar {
    height: 21.91176vw;
  }
  /* line 103, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .step h2 {
    font-size: 1.76471vw;
    line-height: 2.64706vw;
    margin: 8.67647vw 0 0 9.85294vw;
  }
  /* line 108, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .step .copy {
    font-size: 1.02941vw;
    letter-spacing: 0.08em;
  }
  /* line 112, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .step .content {
    width: 38.45588vw;
    margin: 8.38235vw 0 0 11.98529vw;
  }
  /* line 116, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .step .img {
    width: 73.52941vw;
    margin: 6.39706vw 0 0.80882vw 3.67647vw;
  }
  /* line 120, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .step small {
    font-size: 1.02941vw;
  }
  /* line 123, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .step.step2 {
    padding: 0 0 7.13235vw 0;
  }
  /* line 125, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .step.step2:after {
    width: 61.02941vw;
  }
  /* line 128, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .step.step2 h2 {
    margin-top: 7.20588vw;
  }
  /* line 131, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .step.step2 .content {
    margin-top: 6.83824vw;
  }
  /* line 134, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .step.step2 .rect {
    width: 58.89706vw;
    height: 40.51471vw;
    top: 3.97059vw;
    left: -48.16176vw;
  }
  /* line 142, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .step.step3 h2 {
    margin-top: 7.20588vw;
  }
  /* line 145, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .step.step3 .content {
    margin-top: 7.72059vw;
  }
  /* line 148, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .step.step3 .rect {
    width: 58.52941vw;
    height: 40.22059vw;
    top: -12.94118vw;
    right: -47.94118vw;
  }
  /* line 154, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .step.step3 .set {
    padding: 0 0 3.38235vw 0;
    margin: 0 0 4.04412vw 0;
  }
  /* line 158, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .step.step3 .set.top:after {
    width: 61.02941vw;
  }
  /* line 162, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .step.step3 .set.btm {
    margin-bottom: 3.38235vw;
  }
  /* line 165, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .step.step3 .set h3 {
    font-size: 1.47059vw;
    margin: 0 0 1.25vw 0;
  }
  /* line 169, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .step.step3 .set p {
    font-size: 1.02941vw;
    letter-spacing: 0.05em;
  }
  /* line 177, ../../../../src/page/education/css/_mid.scss */
  body #wrapper #main .bg_bar {
    height: 21.91176vw;
  }
}
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (max-width: 767px) {
  /*debug
  body{
  	background: url(../img/_guidesp.png) no-repeat top center;
  	background-size: 100% auto;
      background-position: 0px 0;
  	#header{
  		@include opacity(0.6);
  	}
  	#wrapper{
  		@include opacity(0.6);
  	}
  	#top{
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  	#recruit{
  	}
  }
  */
  /* line 32, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #top {
    position: relative;
    overflow: visible;
    height: 134vw;
  }
  /* line 36, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #top .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* line 42, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #top .bg .bg_photo {
    background-image: url(../img/bg_sp.jpg);
    background-position: center bottom;
    transform: scale(1.2) translate(10px, 0);
    transform-origin: bottom center;
    opacity: 0;
  }
  /* line 48, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #top .bg .bg_photo.open {
    opacity: 1;
    -webkit-transition: all 2s;
    transition: all 2s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transform: scale(1) translate(0px, 0);
  }
  /* line 54, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #top .bg img {
    visibility: hidden;
  }
  /* line 58, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #top h1 {
    float: left;
    width: 68vw;
    margin: 20.46667vw 0 0 0;
    position: relative;
    z-index: 2;
    opacity: 0;
  }
  /* line 65, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #top h1.open {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
  }
  /* line 69, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #top h1 span {
    display: block;
  }
  /* line 72, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #top h1 .jp {
    font-size: 5.6vw;
    font-weight: 700;
    color: #e60012;
    margin: 6vw 0 0 0;
  }
  /* line 79, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #top .rect {
    display: block;
    position: absolute;
    width: 100.53333vw;
    height: 87.46667vw;
    background: #d9d9d9;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: -38.5vw;
    left: -34.5vw;
    transform: translate(10%, -100%) rotate(-60deg);
  }
  /* line 89, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #top .rect.open {
    -webkit-transition: all 2s;
    transition: all 2s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transform: translate(0%) rotate(-60deg);
  }
  /* line 96, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #intro {
    padding: 0 0 8vw 0;
  }
  /* line 98, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #intro h2 {
    color: #6f7579;
    font-size: 5.86667vw;
    line-height: 8vw;
    font-weight: 700;
    width: 100%;
    float: left;
    margin: 11.66667vw 0 6vw 0;
    text-align: center;
  }
  /* line 108, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #intro .copy {
    float: left;
    color: #6f7579;
    font-size: 3.2vw;
    line-height: 1.88;
    width: 100%;
    margin: 0 0 4vw 0;
    letter-spacing: 0.2vw;
  }
  /* line 119, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #description {
    padding: 0 0 10.66667vw 0;
    background: #3b4043;
    overflow: visible;
  }
  /* line 123, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #description h2 {
    color: white;
    font-size: 5.33333vw;
    line-height: 1.5;
    font-weight: 700;
    float: left;
    margin: 13.33333vw 0 0 0;
    text-align: center;
    width: 100%;
  }
  /* line 132, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #description h2 span {
    display: inline-block;
  }
  /* line 136, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #description .copy {
    float: left;
    color: white;
    font-size: 3.2vw;
    line-height: 1.9;
    width: 100%;
    margin: 5.66667vw 0 0 0;
    width: 100%;
    clear: both;
    letter-spacing: 0.15vw;
  }
  /* line 147, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #description figure {
    float: left;
    width: 70%;
    margin: 3vw 0 0 15%;
  }
  /* line 152, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main #description .rect {
    display: block;
    position: absolute;
    width: 118.93333vw;
    height: 81.33333vw;
    background: #e60012;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: -72vw;
    left: 96%;
  }
  /* line 163, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .bg_bar {
    float: left;
    width: 100%;
    background: url(../img/bg2.jpg) no-repeat center center;
    background-size: cover;
    clear: both;
    margin: 0;
    height: 54vw;
  }
  /* line 173, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step {
    box-sizing: border-box;
    padding: 0 0 6vw 0;
    position: relative;
  }
  /* line 177, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    border-bottom: 1px dashed #3b4043;
  }
  /* line 189, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step h2 {
    color: #6f7579;
    font-size: 5.33333vw;
    line-height: 1.5;
    font-weight: 700;
    float: left;
    margin: 13.33333vw 0 4vw 0;
    text-align: center;
    width: 100%;
  }
  /* line 198, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step h2 span {
    display: inline-block;
  }
  /* line 202, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step .copy {
    float: left;
    color: #6f7579;
    font-size: 3.2vw;
    line-height: 1.9;
    letter-spacing: 0.05vw;
  }
  /* line 209, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step .content {
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
  }
  /* line 215, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step .img {
    float: left;
    width: 100%;
    margin: 20vw 0 0 0;
    position: relative;
  }
  /* line 220, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step .img .btn_zoom {
    position: absolute;
    bottom: 1vw;
    right: 1%;
    width: 8%;
  }
  /* line 227, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step small {
    text-align: left;
    float: left;
    width: 100%;
    font-size: 2.93333vw;
    line-height: 2;
    margin: 2vw 0 0 0;
  }
  /* line 235, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step.step2 {
    overflow: visible;
  }
  /* line 237, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step.step2:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    border-bottom: 1px dashed #3b4043;
  }
  /* line 249, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step.step2 h2 {
    margin-top: 7vw;
    position: relative;
    z-index: 10;
  }
  /* line 256, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step.step2 .rect {
    display: block;
    position: absolute;
    width: 70.4vw;
    height: 48.26667vw;
    background: #D9D9D9;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: -166vw;
    left: -59%;
    z-index: 11;
  }
  /* line 268, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step.step3 {
    overflow: visible;
    padding-bottom: 2vw;
  }
  /* line 271, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step.step3::after {
    display: none;
  }
  /* line 274, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step.step3 h2 {
    margin-top: 6vw;
  }
  /* line 277, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step.step3 .content {
    margin-top: 0;
  }
  /* line 280, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step.step3 .rect {
    display: block;
    position: absolute;
    width: 72vw;
    height: 82.4vw;
    background: #6f7579;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: -114vw;
    left: 103%;
  }
  /* line 290, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step.step3 .set {
    position: relative;
    width: 100%;
    float: left;
    padding: 0 0 6vw 0;
    margin: 0 0 8vw 0;
  }
  /* line 297, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step.step3 .set.top:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 68%;
    border-bottom: 1px dashed #3b4043;
  }
  /* line 310, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step.step3 .set.btm {
    margin-bottom: 46px;
  }
  /* line 313, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step.step3 .set h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 4.26667vw;
    font-weight: 700;
    color: #6f7579;
    margin: 0 0 17px 0;
  }
  /* line 322, ../../../../src/page/education/css/_sp.scss */
  body #wrapper #main .step.step3 .set p {
    color: #6f7579;
    float: left;
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.85;
    letter-spacing: 0.05vw;
  }
  /* line 339, ../../../../src/page/education/css/_sp.scss */
  body #float {
    position: fixed;
    width: 100%;
    height: 100vh;
    float: left;
    z-index: 500;
  }
  /* line 346, ../../../../src/page/education/css/_sp.scss */
  body #float .close {
    width: 7vw;
    height: 7vw;
    display: block;
    position: absolute;
    cursor: pointer;
    margin: 0 auto 3% auto;
    top: 3vw;
    right: 3vw;
    z-index: 2000;
  }
  /* line 356, ../../../../src/page/education/css/_sp.scss */
  body #float .close span, body #float .close:before, body #float .close:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #3b4043;
    content: "";
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    transition-timing-function: cubic-bezier(0.43, 0.12, 0.35, 0.98);
  }
  /* line 364, ../../../../src/page/education/css/_sp.scss */
  body #float .close span {
    width: 130%;
  }
  /* line 367, ../../../../src/page/education/css/_sp.scss */
  body #float .close:before {
    width: 130%;
    top: 1vw;
    left: 0vw;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 373, ../../../../src/page/education/css/_sp.scss */
  body #float .close:after {
    width: 130%;
    top: 1vw;
    left: 0vw;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 381, ../../../../src/page/education/css/_sp.scss */
  body #float .box {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    z-index: 1000;
    width: 100%;
    margin: 2vw 12%;
    height: 60vh;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
  }
  /* line 392, ../../../../src/page/education/css/_sp.scss */
  body #float .box #float_scroll {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 60vh;
    background: white;
  }
  /* line 399, ../../../../src/page/education/css/_sp.scss */
  body #float .box #float_scroll .content {
    width: 100%;
    float: left;
    position: relative;
    height: 60vh;
    overflow: scroll;
  }
  /* line 405, ../../../../src/page/education/css/_sp.scss */
  body #float .box #float_scroll .content img {
    height: 100%;
    width: auto;
  }
  /* line 413, ../../../../src/page/education/css/_sp.scss */
  body #float .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    background: white;
    z-index: 1;
  }
  /* line 422, ../../../../src/page/education/css/_sp.scss */
  body #float .iScrollIndicator {
    background: white !important;
  }
}
