@charset "UTF-8";
/* ----------------------------------------------------------全体*/
.container {
  margin: 0 auto;
}

.inner {
  width: 89.33333333333333%;
  margin: 0 auto;
}

.is-pc {
  display: none;
}

.is-sp {
  display: block;
}

br.is-pc,
span.is-pc {
  display: none;
}

br.is-sp,
span.is-sp {
  display: inline-block;
}

.btn {
  display: inline-block;
}

.btn a {
  display: block;
  width: 100%;
  height: 100%;
  letter-spacing: .1em;
  text-indent: .1em;
  border-radius: 1.33333vw;
}
img {
  width: 100%;
}

/* ----------------------------------------------------------フッター*/
footer {
  padding: 6.666666vw 0 10vw;
  background-color: #fff;
}

footer .inner {
  text-align: center;
}

.footer_logo {
  width: 44.4vw;
  margin-bottom: 6vw;
  display: inline-block;
}

.footer_logo img {
  width: 44.4vw;
}

.footer_credit {
  margin: 0 auto 5.333333vw;
  color: #888;
}

.footer_company {
  font-size: 3.2vw;
  margin: 0 auto 5.333333vw;
}

.footer_copyright {
  font-size:  2.6666vw;
}

.footer_privacy {
  width: 15.466666vw;
  display: inline-block;
}

.footer_privacy img {
  width: 15.466666vw;
}

/* ----------------------------------------------------------共通 */
.orange,
span .orange {
  color: #eb6925;
}

h2 {
  font-size: 5.866666666666666vw;
  color: #333;
  font-weight: 500;
  text-align: center;
  letter-spacing: .1em;
  text-indent: .1em;
}

.btn-more {
  margin: auto auto 0;
}

.btn-more a {
  color: #fff;
  font-size: 4.266666666666667vw;
  width: 76vw;
  height: 16vw;
  line-height: 16vw;
  margin: auto;
  background-color: #eb6925;
  position: relative;
  border-radius: 5px;
  text-align: center;
}

/* ----------------------------------------------------------mv */
.mv {
  text-align: center;
  margin-bottom: 13.333333333333334vw;
}

.mv .mv_title {
  width: 89.33333333333333vw;
  margin: 6.666666666666667vw auto 4vw;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 30px);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate(0, 30px);
  transform-style: preserve-3d;
  -webkit-transition: all .8s linear 0s;
  -ms-transition: all .8s linear 0s;
  -moz-transition: all .8s linear 0s;
  transition: all .8s linear 0s;
}

.mv_title.is-show {
  -webkit-transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translate(0, 0);
}

.mv .catch {
  margin-bottom: 12vw;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 30px);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate(0, 30px);
  transform-style: preserve-3d;
  -webkit-transition: all .8s linear 0s;
  -ms-transition: all .8s linear 0s;
  -moz-transition: all .8s linear 0s;
  transition: all .8s linear 0s;
}

.mv .catch.is-show {
  -webkit-transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translate(0, 0);
}

.mv .catch::before {
	display: block;
	position: absolute;
	content: '';
  left: 24.666667vw;
  top: 5.333333vw;
	height: 3.7333333333333334vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

.mv .catch.is-show::before {
	width: 30vw;
	position: absolute;
  left: 24.666667vw;
  top: 5.333333vw;
}

.mv .catch::after {
	display: block;
	position: absolute;
	content: '';
  bottom: 1.333333vw;
  left: 37.333333vw;
	height: 3.7333333333333334vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease 1s;
}

.mv .catch.is-show::after {
  width: 43.066667vw;
  position: absolute;
  left: 37.333333vw;
  bottom: 1.333333vw;
}

.mv_lead {
  text-align: center;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 30px);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate(0, 30px);
  transform-style: preserve-3d;
  -webkit-transition: all .8s linear 0s;
  -ms-transition: all .8s linear 0s;
  -moz-transition: all .8s linear 0s;
  transition: all .8s linear 0s;
}

.mv_lead.is-show {
  -webkit-transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translate(0, 0);
}

.mv_lead::after {
	display: block;
	position: absolute;
	content: '';
	top: 24.666666666666668vw;
	left: 43.733333333333334vw;
	height: 3.7333333333333334vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease 1s;
}

.mv_lead.is-show::after   {
	width: 32.266666666666666vw;
	position: absolute;
	left: 43.733333333333334vw;
	top: 24.666666666666668vw;
}

.mv_icon {
  position: relative;
}

.mv_icon .orange {
  font-weight: 900;
  font-size: 5.333333333333333vw;
}

.mv_lead .mv_icon::before {
  content: '';
	position: absolute;
	display: block;
	width: 11.533333333333333vw;
	height: 11.533333333333333vw;
  left: 3.3333333333333335vw;
  top: -8vw;
  background-image: url("../images/mv_catch_sp@2x.png");
  background-size: 11.533333333333333vw 11.533333333333333vw;
  -webkit-transition: all .8s linear .8s;
  -ms-transition: all .8s linear .8s;
  -moz-transition: all .8s linear .8s;
  transition: all .8s linear .8s;
  opacity: 0;
}

.mv_lead.is-show .mv_icon::before {
  opacity: 1;
  animation: show 0.5s ease-in 1s;
  transform-origin:center;
}

@keyframes show {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.mv_lead .mv_icon::after {
	display: block;
	position: absolute;
	content: '';
	top: 24.666666666666668vw;
	left: 8vw;
	height: 3.7333333333333334vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

.mv_lead.is-show .mv_icon::after  {
	width: 32.266666666666666vw;
	position: absolute;
	left: 8vw;
	top: 24.666666666666668vw;
}


/* ----------------------------------------------------------block01 */
.block01 {
  margin-bottom: 8vw;
}

.block01 .catch {
  position: relative;
  z-index: 5;
  letter-spacing: 0.05em;
  margin: 0 auto 4vw;
}

.block01  .catch .orange {
  font-size: 7.466666666666667vw;
  font-weight: 900;
}

.block01  .catch::after {
  content: '';
	position: absolute;
	display: block;
	width: 75.4vw;
	height: 5.866666666666666vw;
  bottom: 1.3333333vw;
  left: 6.666666666666667vw;
  background-image: url("../images/icon_frame_sp@2x.png");
  background-size: 75.4vw 5.866666666666666vw;
  z-index: -1;
}

.block01 .balloon {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  padding: 1.3333333333333333vw 0;
  background-color: #fff;
  border: 2px solid #eb6925;
  border-radius: 25px;
  z-index: 0;
}

.block01 .balloon::after {
  content: '';
	position: absolute;
	display: block;
	width: 4.266666666666667vw;
	height: 3.2vw;
  bottom: -2.6666666666vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url("../images/baloon_arrow_sp@2x.png");
  background-size: 4.266666666666667vw 3.2vw;
  z-index: 1;
}

.block01 .contents_left,
.block01 .contents_right {
  width: 100%;
  position: relative;
}

.block01 .contents_left {
  margin-bottom: 4vw;
}

.block01 .contents_left::before {
	display: block;
	position: absolute;
	content: '';
	top: 25.6vw;
	left: 40.666666666666664vw;
	height: 3.7333333333333334vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

.block01 .contents_left.is-active::before {
	width: 41.333333333333336vw;
	position: absolute;
	left: 40.666666666666664vw;
	top: 25.6vw;
}

.block01 .contents_right::before {
	display: block;
	position: absolute;
	content: '';
	top: 25.6vw;
	left: 46.666666666666664vw;
	height: 3.7333333333333334vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease 1s;
}

.block01 .contents_right.is-active::before {
	width: 34.4vw;
	position: absolute;
	left: 46.666666666666664vw;
	top: 25.6vw;
}

.block01_contents_list {
  width: 72vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.block01_list_item:nth-child(1) {
  width: 24.4vw;
  margin-right: 30px;
}

.numer,
.numer .count-this {
  padding-top: 5.333333333333333vw;
  font-size: 9.066666666666666vw;
  font-weight: 500;
  text-align: right;
  line-height: 1.1;
}

.numer span {
  font-size: 4.8vw;
  font-weight: 500;
}

.denom{
  font-size: 3.7333333333333334vw;
  font-weight: 500;
  text-align: right;
}


/* ----------------------------------------------------------block02 */
.block02 {
  margin-bottom: 20vw;
}

.block02_contents-headings {
  display: flex;
}

.contents_left .block02_contents-headings li:nth-child(1) {
  width: 12.6vw;
  margin: 0 5.333333333333333vw 0 5.066666666666666vw;
}

.contents_right .block02_contents-headings li:nth-child(1) {
  width: 23.6vw;
  margin: 0 4vw 0.6666666vw 0;
}

.block02_contents-headings li:nth-child(2) {
  margin-top: 8vw;
}

.block02_contents-headings li:nth-child(2) .orange {
  font-size: 8.266666666666666vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .2em;
}

.block02 .contents_left,
.block02 .contents_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.block02 .contents_right {
  margin-top: 17.333333333333332vw;
}

.block02 .contents_left::after {
  content: '';
	position: absolute;
	display: block;
	width: 89.33333333333333vw;
	height:  91.4vw;
  top: 3.8vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url("../images/frame_sp@2x.png");
  background-size: 89.33333333333333vw  91.4vw;
  z-index: -1;
}

.block02 .contents_right::after {
  content: '';
	position: absolute;
	display: block;
	width: 89.33333333333333vw;
	height:  98.66666666666667vw;
  top: 3.8vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url("../images/frame_sp-2@2x.png");
  background-size: 89.33333333333333vw  98.66666666666667vw;
  z-index: -1;
}

.block02_contents-list {
  margin-top: 4vw;
  line-height: 1.5;
  padding-left: 1em;
}

.block02_contents-list li {
  margin-bottom: 1.3333333333333333vw;
  text-indent: -0.9em;
  padding-left: 10.6666666vw;
}

.check-icon {
  margin-right: 3.3333333333333335vw;
  color: #eb6925;
  font-size: 4.266666666666667vw;
}

.block02_contents-list li:last-child {
  margin-bottom: 5.333333333333333vw;
}


/* ----------------------------------------------------------contact */
.contact {
  background: linear-gradient( to right, #6acffe, #5bd1d6);
  color: #fff;
  padding: 13.333333vw 0;
  text-align: center;
}

.contact_lead {
  font-size: 5.333333333333333vw;
  line-height: 1.45;
  margin-bottom: 10vw;
  letter-spacing: 0.04em;
}

.btn-request-contact {

}

.btn-request-contact a {
  color: #5bd1d6;
  font-size: 5.3333vw;
  line-height: 16vw;
  background-color: #fff;
  width: 78.66666vw;
  height: 16vw;
}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------- 下層ページ 共通*/
/* ---------------------------------------------------------------------- */
.btn-fixed {

}

.btn-fixed a {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vw;
  text-align: center;
  color: #fff;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  background: linear-gradient( to right, #6acffe, #5bd1d6);
  box-shadow: 0 10px 10px rgba(0,0,0,.1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn-register {
  margin: auto auto 0;
}

.btn-register a {
  color: #fff;
  font-size: 5.333333333333333vw;
  width: 78.66666666666667vw;
  height: 16vw;
  line-height: 16vw;
  margin: auto;
  background: linear-gradient( to right, #6acffe, #5bd1d6);
  position: relative;
  border-radius: 5px;
}

header {
  width: 100%;
  height: 16.53333333333333vw;
  background-color: #fff;
  border-bottom: #333 solid 3px;
  z-index: -1;
}

header .inner {
  width: 100%;
  height: 16.53333333333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

header .inner::before {
  content: '';
	position: absolute;
	display: block;
	width: 59.733333333333334vw;
	height: 13.333333333333334vw;
  top: 4vw;
  background-image: url("../images/top-headings_sp@2x.png");
  background-size: 59.733333333333334vw 13.333333333333334vw;
  z-index: 10;
  overflow: hidden;
}

.header_logo {
  width: 26.666666666666668vw;
  z-index: 10;
  position: absolute;
  right: 2.6666666666666665vw;
  opacity: 0;
  -webkit-transition: all .8s linear 0s;
  -ms-transition: all .8s linear 0s;
  -moz-transition: all .8s linear 0s;
  transition: all .8s linear 0s;
}

.header_logo.is-show {
  opacity: 1;
}

.header_tab {
  z-index: 10;
  position: absolute;
}

.header_text {
  font-size: 3.466666666666667vw;
  letter-spacing: 0.05em;
  opacity: 0;
  -webkit-transition: all .8s linear 0s;
  -ms-transition: all .8s linear 0s;
  -moz-transition: all .8s linear 0s;
  transition: all .8s linear 0s;
}

.header_text.is-show {
  opacity: 1;
}

.header_text span {
  color: #eb6925;
  font-size: 5.066666666666666vw;
  line-height: 1.1;
  letter-spacing: 0.04em;
  font-weight: 800;
}

h3 {
  font-size: 5.866666666666666vw;
  color: #333;
  font-weight: 500;
  text-align: center;
  letter-spacing: .1em;
  text-indent: .1em;
  line-height: 1.5;
}

.mv .text-sub {
  font-size: 4vw;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 4vw;
}

.mv .caption-sub {
  font-size: 3.466666666666667vw;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 9.333333333333334vw;
}

.mv .caption-sub a {
  color: #eb6925;
  border-bottom: #eb6925 solid 1px;
}

.contents_subtitle {
  font-size: 4.8vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: .05em;
}

.contents_title {
  font-size: 8.533333333333333vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: .1em;
}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------- forstudents */
/* ---------------------------------------------------------------------- */
#forstudents .btn-fixed a {
  font-size: 3.2vw;
  line-height: 1.71428;
}

#forstudents header .inner::after {
  content: '';
	position: absolute;
	display: block;
	width: 8.533333333333333vw;
	height: 15.2vw;
  top: 2.1333333333333333vw;
  left: 3.11111111111vw;
  background-image: url("../images/icon_student_sp@2x.png");
  background-size: 8.533333333333333vw 15.2vw;
  z-index: 10;
}

#forstudents .header_tab {
  left: 14.666666666666666vw;
  top: 6.533333333333333vw;
}

#forstudents header .inner::before {
  left: -7.733333333333333vw;
}

#forstudents .mv {
  margin-bottom: 19.333333333333332vw;
}

#forstudents .mv .title-sub {
  margin: 6.666666666666667vw auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 30px);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate(0, 30px);
  transform-style: preserve-3d;
  -webkit-transition: all 1s linear 0s;
  -ms-transition: all 1s linear 0s;
  -moz-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}

#forstudents .mv .title-sub img {
  width: 100%;
}

#forstudents .title-sub.is-show {
  -webkit-transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translate(0, 0);
}

#forstudents .catch-sub {
  margin-bottom: 10.666666666666666vw;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 30px);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate(0, 30px);
  transform-style: preserve-3d;
  -webkit-transition: all 1s linear 0s;
  -ms-transition: all 1s linear 0s;
  -moz-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}

#forstudents .catch-sub.is-show {
  -webkit-transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translate(0, 0);
}

#forstudents .catch-sub::before {
	display: block;
	position: absolute;
	content: '';
	bottom: 0.5333333333333333vw;
	left: 30vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forstudents .catch-sub.is-show::before {
	width: 16vw;
	position: absolute;
	left: 30vw;
	bottom: 0.5333333333333333vw;
}

#forstudents .lead-sub {
  text-align: center;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 30px);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate(0, 30px);
  transform-style: preserve-3d;
  -webkit-transition: all .8s linear 0s;
  -ms-transition: all .8s linear 0s;
  -moz-transition: all .8s linear 0s;
  transition: all .8s linear 0s;
}

#forstudents .lead-sub.is-show {
  -webkit-transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translate(0, 0);
}

/* ----------------------------------------------------------service*/
#forstudents .service_list-item:nth-child(1) {
  margin-right: 16.4vw;
}

#forstudents .service_list-item:nth-child(2) {
  transition-delay: .4s;
}

#forstudents .service_list-item:nth-child(1) .service_list-headings::before {
	display: block;
	position: absolute;
	content: '';
	bottom: 0.5333333333333333vw;
  left: 1.7333333333333334vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forstudents .service_list-item:nth-child(1).is-active .service_list-headings::before {
	width: 24vw;
	position: absolute;
  left: 1.7333333333333334vw;
	bottom: 0.5333333333333333vw;
}

#forstudents .service_list-item:nth-child(2) .service_list-headings::before {
	display: block;
	position: absolute;
	content: '';
	bottom: 0.5333333333333333vw;
  left: 2.933333333333333vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease 1.2s;
}

#forstudents .service_list-item:nth-child(2).is-active .service_list-headings::before {
	width: 24vw;
	position: absolute;
  left: 2.933333333333333vw;
	bottom: 0.5333333333333333vw;
}

#forstudents .service_list-ph {
  margin: 6.666666666666667vw auto 0;
  position: relative;
}

#forstudents .service_list-item:nth-child(1) .service_list-ph::after {
  display: block;
	position: absolute;
	content: '';
  width: 0;
	height: 4.533333333333333vw;
  top: 50%;
  left: 31.066666666666666vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("../images/students_image-arrow_sp@2x.png");
  background-size: 8.8vw 4.533333333333333vw;
  transition: all .5s ease 1.5s;
}

#forstudents .service_list-item:nth-child(1).is-active .service_list-ph::after {
  width: 8.8vw;
  position: absolute;
  top: 50%;
  left: 31.066666666666666vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* -------------------------------------------------------------------- */
/* ----------------------------------------------------------feature共通*/
/* -------------------------------------------------------------------- */
.feature_list {
  display: flex;
  justify-content: center;
  width: 80vw;
  flex-wrap: wrap;
  margin: 0 auto 29.333333333333332vw;
}

.feature_list-item {
  position: relative;
  color: #fff;
}

.feature_list-item a {
  display: block;
  width: 37.3333vw;
  height: 37.3333vw;
  font-size: 4vw;
  line-height: 1.33333333;
  letter-spacing: .05em;
  text-indent: .05em;
  text-align: center;
  color: #fff;
  position: relative;
  border-radius: 50%;
  background: linear-gradient( to right, #f0aa3f, #eb6925);
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature_list-item:nth-child(2) {
  transition-delay: .5s;
}

.feature_list-item:nth-child(3) {
  transition-delay: .8s;
}

.feature_list-item:nth-child(4) {
  transition-delay: 1.1s;
}

.feature_list-item::before {
  color: #333;
  font-size: 8.8vw;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: 3.3333333333333335vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

.feature_list-item:nth-child(1)::before {
  content: '1';
}

.feature_list-item:nth-child(2)::before {
  content: '2';
}

.feature_list-item:nth-child(3)::before {
  content: '3';
}

.feature_list-item:nth-child(4)::before {
  content: '4';
}

.feature_list-item::after {
  content: '';
  position: absolute;
  top: 30.666666666666668vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url('../images/icon_arrow-white_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 2.6666666666666665vw 1.4666666666666666vw;
  width: 2.6666666666666665vw;
  height: 1.4666666666666666vw;
  z-index: 1;
  transition: all .3s ease;
}

.feature_list-headings {
  position: absolute;
  top: 14vw;
  font-weight: 400;
  font-size: 3.466666666666667vw;
  line-height: 1.46;
  letter-spacing: 0.05em;
}

.feature_list-item:nth-child(2) .feature_list-headings {
  top: 12vw;
}

.feature .contents_headings {
  font-size: 6.133333333333333vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
}

.feature .contents_text {
  font-size: 3.7333333333333334vw;
  font-weight: 500;
  line-height: 1.7;
}

.feature .contents_headings::before {
  content: '';
  display: block;
  position: absolute;
  top: -16vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

.feature_title-1 .contents_headings::before {
  background-image: url('../images/feature-headings1_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 5vw 9.733333333333333vw;
  width: 5vw;
  height: 9.733333333333333vw;
}

.feature_title-2 .contents_headings::before {
  background-image: url('../images/feature-headings2_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 6.733333333333333vw 9.866666666666667vw;
  width: 6.733333333333333vw;
  height: 9.866666666666667vw;
}

.feature_title-3 .contents_headings::before {
  background-image: url('../images/feature-headings3_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 6.666666666666667vw 9.866666666666667vw;
  width: 6.666666666666667vw;
  height: 9.866666666666667vw;
}

.feature_title-4 .contents_headings::before {
  background-image: url('../images/feature-headings4_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 7.933333333333334vw 9.733333333333333vw;
  width: 7.933333333333334vw;
  height: 9.733333333333333vw;
}

/* ----------------------------------------------------------feature*/
#forstudents .feature {
  padding: 21.066666666666666vw 0;
  background-color: #fce9df;
}

#forstudents .feature .feature_list {
  margin-top: 8vw;
}

#forstudents .feature_list-item:nth-child(1) {
  margin: 0 21.33333vw;
}

#forstudents .feature_list-item:nth-child(2) {
  margin-right: 5.3333vw;
}

#forstudents .feature_title-1 .feature_contents_inner {
  margin-bottom: 28.666666666666668vw;
  position: relative;
  z-index: 0;
  margin-top: 6.666666666666667vw;
}

#forstudents .feature_title-1 .feature_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 148vw;
  z-index: -1;
  background-color: #fff;
  width: 94.66666666666667vw;
  left: -5.333333333333333vw;
  border-radius: 0 50px 50px 0;
  top: 0;
}

#forstudents .feature_title-1 .contents_headings::after {
  display: block;
	position: absolute;
	content: '';
	bottom: 0.5333333333333333vw;
	left: 37.333333333333336vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forstudents .feature_title-1 .contents_headings.is-active::after {
	width: 26.9vw;
	position: absolute;
	left: 37.333333333333336vw;
	bottom: 0.5333333333333333vw;
}

#forstudents .feature_title-1 .contents_left {
  width: 78.66666666666667vw;
  margin: 0 auto;
  padding-top: 6vw;
}

#forstudents .feature_title-1 .contents_text {
  margin-bottom: 5.333333333333333vw;
}

#forstudents .feature_title-1 .contents_right {
  margin: 4vw auto 0;
  width: 66.66666666666667vw;
  height: 108vw;
  border-radius: 2.6666vw;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
}

#forstudents .feature_title-2 .feature_contents_inner {
  margin-bottom: 28.666666666666668vw;
  position: relative;
  z-index: 0;
  margin-top: 5.333333333333333vw;
  display: flex;
  flex-direction: column-reverse;
}

#forstudents .feature_title-2 .feature_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 64.53333333333333vw;
  z-index: -1;
  background-color: #fff;
  width: 94.66666666666667vw;
  right: -5.333333333333333vw;
  border-radius: 50px 0 0 50px;
  top: 0;
}

#forstudents .feature_title-2 .contents_headings::after {
  display: block;
	position: absolute;
	content: '';
	bottom: 0.5333333333333333vw;
	left: -2vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forstudents .feature_title-2 .contents_headings.is-active::after {
	width: 93.33333333333333vw;
	position: absolute;
	left: -2vw;
	bottom: 0.5333333333333333vw;
}

#forstudents .feature_title-2 .contents_left {
  position: relative;
}

#forstudents .feature_title-2 .contents_left .contents_illust {
  width: 78.66666666666667vw;
  height: 51.733333333333334vw;
  border-radius: 2.6666vw;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  margin: 4vw auto 0;
  position: relative;
}

#forstudents .feature_title-2 .contents_illust::before {
  content: '';
  position: absolute;
  top: 23.866666666666667vw;
  left: 39.733333333333334vw;
  background-image: url('../images/students_feature2-ph1-check_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 5.066666666666666vw 4.4vw;
  width: 0;
  height: 4.4vw;
  z-index: 1;
	transition: all .5s ease 1s;
}

#forstudents .feature_title-2 .contents_illust.is-active::before {
  opacity: 1;
  width: 5.066666666666666vw;
  position: absolute;
  top: 23.866666666666667vw;
  left: 39.733333333333334vw;
}

#forstudents .feature_title-2 .contents_illust::after {
  content: '';
  position: absolute;
  top: 9.2vw;
  right: 10.266666666666666vw;
  background-image: url('../images/students_feature2-ph1-catch_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 17.733333333333334vw 17.733333333333334vw;
  width: 17.733333333333334vw;
  height: 17.733333333333334vw;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .8s linear 1.5s;
  -ms-transition: all .8s linear 1.5s;
  -moz-transition: all .8s linear 1.5s;
  transition: all .8s linear 1.5s;
}

#forstudents .feature_title-2 .contents_illust.is-active::after {
  opacity: 1;
  animation: show 0.5s ease-in 1.5s;
}

#forstudents .feature_title-2 .contents_left.is-show .contents_illust::after {
  opacity: 1;
  animation: show 0.5s ease-in 1s;
}

#forstudents .feature_title-2 .contents_right {
  width: 79.66666666666667vw;
  padding-top: 6vw;
  margin-left: 5.3333333333vw;
}

#forstudents .feature_title-3 .feature_contents_inner {
  position: relative;
  z-index: 0;
  margin-top: 5.333333333333333vw;
}

#forstudents .feature_title-3 .feature_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 117.06666666666666vw;
  z-index: -1;
  background-color: #fff;
  width: 94.66666666666667vw;
  left: -5.333333333333333vw;
  border-radius: 0 50px 50px 0;
  top: 0;
}

#forstudents .feature_title-3 .contents_headings::after {
  display: block;
	position: absolute;
	content: '';
	bottom: 0.5333333333333333vw;
	left: 8vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forstudents .feature_title-3 .contents_headings.is-active::after {
	width: 48.266666666666666vw;
	position: absolute;
	left: 8vw;
	bottom: 0.5333333333333333vw;
}

#forstudents .feature_title-3 .contents_left {
  width: 78.66666666666667vw;
  padding-top: 5.33333333333vw;
  margin: 0 auto;
}

#forstudents .feature_title-3 .contents_right {
  margin: 4vw auto 0;
  width: 66.66666666666667vw;
  height: 104.26666666666667vw;
  border-radius: 2.6666vw;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
}

/* ---------------------------------------------------------------------- */
/* ----------------------------------------------------------- phnurse共通 */
/* ---------------------------------------------------------------------- */
.phnurse .contents_headings {
  font-size: 6.133333333333333vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 4.666666666666667vw;
  text-align: center;
  position: relative;
}

.phnurse .phnurse_contents_inner {
  padding: 0 5.333333333333333vw;
  position: relative;
}

.phnurse .contents_headings::before {
  content: '';
  position: absolute;
  top: -5.333333333333333vw;
  left: 0;
  background-image: url('../images/icon_brackets_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 11.2vw 11.2vw;
  width: 11.2vw;
  height: 11.2vw;
  z-index: 1;
}

.phnurse .contents_headings::after {
  content: '';
  position: absolute;
  top: -5.333333333333333vw;
  right: 0;
  background-image: url('../images/icon_brackets_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 11.2vw 11.2vw;
  width: 11.2vw;
  height: 11.2vw;
  z-index: 1;
  transform:rotateY(180deg);
}

.phnurse .contents_left {
  width: 78.66666666666667vw;
  margin: 0 auto;
}

.phnurse .contents_text {
  font-size: 3.7333333333333334vw;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.phnurse .contents_caution {
  font-size: 3.466666666666667vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 4vw;
}

.phnurse .contents_ph {
  width: 69.33333333333333vw;
  height: 66.66666666666667vw;
  border-radius: 2.6666vw;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  margin: 0 auto;
}

.phnurse .contents_right {
  width: 62.666666666666664vw;
  height: 89.33333333333333vw;
  border-radius: 2.6666vw;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  margin: 5.333333333333333vw auto 0;
}

.phnurse .phnurse_contents_inner::before {
  content: '';
  position: absolute;
  bottom: -8vw;
  left: 0;
  background-image: url('../images/icon_brackets_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 11.2vw 11.2vw;
  width: 11.2vw;
  height: 11.2vw;
  z-index: 1;
  transform:rotateX(180deg);
}

.phnurse .phnurse_contents_inner::after {
  content: '';
  position: absolute;
  bottom: -8vw;
  right: 0;
  background-image: url('../images/icon_brackets_sp@2x.png');
  background-repeat: no-repeat;
  background-size: 11.2vw 11.2vw;
  width: 11.2vw;
  height: 11.2vw;
  z-index: 1;
  transform:rotateZ(180deg);
}

/* -------------------------------------------------------------- phnurse */
#forstudents .phnurse {
  padding: 21.333333333333332vw 0;
  background-color: #f9f9e0;
}

/* ------------------------------------------------------------------ faq */
.faq {
  background-color: #fff;
  padding-top: 24vw;
}

.faq_headings {
  font-size: 8.533333333333333vw;
  line-height: 1.09;
  letter-spacing: 0.1em;
  margin-bottom: 12vw;
}

.faq .inner .fadeup:nth-of-type(4) {
  padding-bottom: 17.333vw;
}

.faq_headings-lead {
  color: #eb6925;
  font-size: 6.6666vw;
  font-weight: 500;
  line-height: 1.48;
  text-align: center;
  position: relative;
  margin-bottom: 12vw;
  position: relative;
}

.faq_headings-lead::after {
  position: absolute;
  content: "";
  display: block;
  width: 16vw;
  height: .8vw;
  top: 12vw;
  background-color: #eb6925;
  border-radius: .4vw;
  left: 50%;
  transform: translateX(-50%);
}

.faq_question {
  padding: 4vw 5.3333vw 4vw 17.3333vw;
  background-color: #f9f9e0;
  border-radius: 2.6666vw;
  position: relative;
}

.faq_answer {
  padding: 4vw 5.3333vw 4vw 17.3333vw;
  border-radius: 2.6666vw;
  position: relative;
  display: none;
}

.faq_answer a {
  color: #eb6925;
  border-bottom: #eb6925 solid 1px;
}

.faq_question::before {
  position: absolute;
  display: block;
  content: 'Q.';
  font-size: 8vw;
  top: 45%;
  transform: translateY(-50%);
  left: 5.3333vw;
}

.faq_answer::before  {
  color: #eb6925;
  position: absolute;
  display: block;
  content: 'A.';
  font-size: 8vw;
  top: 2vw;
  left: 5.3333vw;
}

.faq_question::after {
  content: '';
  background-image: url(../images/open_sp@2x.png);
  background-size: 3.2vw 3.2vw;
  background-repeat: no-repeat;
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  right: 2.8888888vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.close.faq_question::after  {
  content: '';
  background-image: url(../images/close_sp@2x.png);
  background-size: 3.2vw 0.5333333333333333vw;
  background-repeat: no-repeat;
  width: 3.2vw;
  height: 0.5333333333333333vw;
  position: absolute;
  right: 2.8888888vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.faq_question p {
  font-size: 4vw;
  line-height: 1.4667;
  letter-spacing: .05em;
}

.faq_answer p {
  font-size: 3.44666666vw;
  line-height: 1.615;
  letter-spacing: .05em
}

.faq_list {
  width: 89.3333vw;
  margin: 0 auto 14vw;
}

.faq_list-item {
  margin-bottom: 2.6666vw;
}

.faq_list-item:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------------------------------- */
/* ------------------------------------------------------------ forschool */
/* ---------------------------------------------------------------------- */
#forschool .btn-fixed a {
  font-size: 2.933333333333333vw;
  line-height: 1.454;
}

#forschool header .inner::before {
  content: '';
	position: absolute;
	display: block;
	width: 59.733333333333334vw;
	height: 13.333333333333334vw;
  top: 4vw;
  background-image: url("../images/top-headings_sp@2x.png");
  background-size: 59.733333333333334vw 13.333333333333334vw;
  z-index: 10;
  overflow: hidden;
}

#forschool header .inner::after {
  content: '';
	position: absolute;
	display: block;
	width: 17.6vw;
	height: 15.466666666666667vw;
  bottom: 0;
  left: 2vw;
  background-image: url("../images/icon_school-teacher_sp@2x.png");
  background-size: 17.6vw 15.466666666666667vw;
  z-index: 10;
}

#forschool .header_tab {
  left: 21.333333333333332vw;
  top: 5.88888888vw;
}

#forschool .mv .title-sub {
  margin: 6.666666666666667vw auto 5.333333333333333vw;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 30px);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate(0, 30px);
  transform-style: preserve-3d;
  -webkit-transition: all 1s linear 0s;
  -ms-transition: all 1s linear 0s;
  -moz-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}

#forschool .mv .title-sub img {
  width: 100%;
}

#forschool .title-sub.is-show {
  -webkit-transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translate(0, 0);
}

#forschool .catch-sub {
  margin-bottom: 10.666666666666666vw;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 30px);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate(0, 30px);
  transform-style: preserve-3d;
  -webkit-transition: all 1s linear 0s;
  -ms-transition: all 1s linear 0s;
  -moz-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}

#forschool .catch-line {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 30px);
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transform: translate(0, 30px);
  transform-style: preserve-3d;
  -webkit-transition: all 1s linear 0s;
  -ms-transition: all 1s linear 0s;
  -moz-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}

#forschool .catch-sub.is-show,
#forschool .catch-line.is-show {
  -webkit-transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translate(0, 0);
}

#forschool .catch-line::before {
	display: block;
	position: absolute;
	content: '';
	top: 14.133333333333333vw;
	left: 6.933333333333334vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease .6s;
}

#forschool .catch-line.is-show::before {
	width: 16vw;
	position: absolute;
	left: 6.933333333333334vw;
	top: 14.133333333333333vw;
}

#forschool .catch-sub::before {
	display: block;
	position: absolute;
	content: '';
	top: 14.133333333333333vw;
	left: 37.333333333333336vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease 1s;
}

#forschool .catch-sub.is-show::before {
	width: 29.066666666666666vw;
	position: absolute;
	left: 37.333333333333336vw;
	top: 14.133333333333333vw;
}

#forschool .catch-sub::after {
	display: block;
	position: absolute;
	content: '';
	top: 23vw;
	left: 16.133333333333333vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease 1.3s;
}

#forschool .catch-sub.is-show::after {
	width: 28.266666666666666vw;
	position: absolute;
	left: 16.133333333333333vw;
	top: 23vw;
}

#forschool .lead-sub {
  margin: 0 -5.333333333333333vw;
}

#forschool .mv_movie {
  width: 89.33333333333333vw;
  height: 50.4vw;
  margin-top: 10.666666666666666vw;
}

#forschool .mv_movie iframe {
  width: 89.33333333333333vw;
  height: 50.4vw;
}

/* -------------------------------------------------------------------- */
/* ----------------------------------------------------------service共通*/
/* -------------------------------------------------------------------- */
.service {
  margin-bottom: 21.333333333333332vw;
}

.service_list {
  width: 100%;
  margin-top: 5.333333333333333vw;
  border: #333 solid 3px;
  border-radius: 25px;
  background-color: #fff;
  padding: 5.333333333333333vw 8vw;
  display: flex;
  justify-content: center;
}

.service_list-headings {
  font-size: 5.6vw;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  letter-spacing: .05em;
  position: relative;
}

.service_list-headings span {
  font-size: 6.666666666666667vw;
  font-weight: 800;
  text-align: center;
  letter-spacing: .05em;
  vertical-align: middle;
}

/* ----------------------------------------------------------service*/
#forschool .service_list-item:nth-child(1) {
  margin-right: 10.933333333333334vw;
}

#forschool .service_list-item:nth-child(2) {
  transition-delay: .4s;
}

#forschool .service_list-item:nth-child(1) .service_list-headings::before {
	display: block;
	position: absolute;
	content: '';
	bottom: 0.5333333333333333vw;
  left: 2.8vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forschool .service_list-item:nth-child(1).is-active .service_list-headings::before {
	width: 24vw;
	position: absolute;
  left: 2.8vw;
	bottom: 0.5333333333333333vw;
}

#forschool .service_list-item:nth-child(2) .service_list-headings::before {
	display: block;
	position: absolute;
	content: '';
	bottom: 0.5333333333333333vw;
  left: 9.066666666666666vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease 1.2s;
}

#forschool .service_list-item:nth-child(2).is-active .service_list-headings::before {
	width: 24vw;
	position: absolute;
  left: 9.066666666666666vw;
	bottom: 0.5333333333333333vw;
}

#forschool .service_list-item:nth-child(1) .service_list-ph {
  width: 29.733333333333334vw;
  margin: 17.333333333333332vw auto 0;
  position: relative;
}

#forschool .service_list-item:nth-child(2) .service_list-ph {
  width: 41.86666666666667vw;
  margin: 2.6666666666666665vw auto 0;
}

#forschool .service_list-item:nth-child(1) .service_list-ph::after {
  display: block;
	position: absolute;
	content: '';
  width: 0;
	height: 43.2vw;
  top: 50%;
  left: 30vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("../images/school_image-arrow_sp@2x.png");
  background-size: 13.066666666666666vw 43.2vw;
  transition: all .5s ease 1.5s;
}

#forschool .service_list-item:nth-child(1).is-active .service_list-ph::after {
  width: 13.066666666666666vw;
  position: absolute;
  top: 50%;
  left: 30vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* ----------------------------------------------------------feature*/
#forschool .feature {
  padding: 18.666666666666668vw 0 21.333333333333332vw;
  background-color: #fce9df;
}

#forschool .feature_list-item:nth-child(1),
#forschool .feature_list-item:nth-child(3) {
  margin-right: 5.3333vw;
}

#forschool .feature_list-item:nth-child(1),
#forschool .feature_list-item:nth-child(2) {
  margin-top: 8vw;
  margin-bottom: 5.3333vw;
}

#forschool .feature_title-1 .feature_contents_inner {
  margin-bottom: 28.666666666666668vw;
  position: relative;
  z-index: 0;
  margin-top: 6.666666666666667vw;
}

#forschool .feature_title-1 .feature_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 81.86666666666666vw;
  z-index: -1;
  background-color: #fff;
  width: 94.66666666666667vw;
  left: -5.333333333333333vw;
  border-radius: 0 50px 50px 0;
  top: 0;
}

#forschool .feature_title-1 .contents_headings::after {
  display: block;
	position: absolute;
	content: '';
	bottom: 0;
	left: 7.066666666666666vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forschool .feature_title-1 .contents_headings.is-active::after {
	width: 74.66666666666667vw;
	position: absolute;
	left: 7.066666666666666vw;
	bottom: 0;
}

#forschool .feature_title-1 .contents_left {
  width: 78.66666666666667vw;
  margin: 0 auto;
  padding-top: 6vw;
}

#forschool .feature_title-1 .contents_text {
  margin-bottom: 5.333333333333333vw;
}

#forschool .feature_title-1 .contents_right {
  width: 78.66666666666667vw;
  margin: 0 auto;
  height: 62.4vw;
  border-radius: 2.6666vw;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
}

#forschool .feature_title-2 .feature_contents_inner {
  margin-bottom: 28.666666666666668vw;
  position: relative;
  z-index: 0;
  margin-top: 5.333333333333333vw;
  display: flex;
  flex-direction: column-reverse;
}

#forschool .feature_title-2 .feature_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 64.53333333333333vw;
  z-index: -1;
  background-color: #fff;
  width: 94.66666666666667vw;
  right: -5.333333333333333vw;
  border-radius: 50px 0 0 50px;
  top: 0;
}

#forschool .feature_title-2 .line::before {
  display: block;
	position: absolute;
	content: '';
	top: 5.33333vw;
	left: 10.933333333333334vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forschool .feature_title-2 .line.is-active::before {
	width: 60.666666666666664vw;
	position: absolute;
	left: 10.933333333333334vw;
	top: 5.33333vw;
}

#forschool .feature_title-2 .line::after {
  display: block;
	position: absolute;
	content: '';
	bottom: 0vw;
	left: 10.933333333333334vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease 1s;
}

#forschool .feature_title-2 .line.is-active::after {
	width: 28.266666666666666vw;
	position: absolute;
	left: 10.933333333333334vw;
	bottom: 0vw;
}

#forschool .feature_title-2 .contents_left {
  width: 78.66666666666667vw;
  height: 51.733333333333334vw;
  border-radius: 2.6666vw;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  margin: 4vw auto 0;
}

#forschool .feature_title-2 .contents_right {
  width: 79.66666666666667vw;
  padding-top: 6vw;
  margin-left: 5.3333333333vw;
}

#forschool .feature_title-3 .feature_contents_inner {
  margin-bottom: 28.666666666666668vw;
  position: relative;
  z-index: 0;
  margin-top: 5.333333333333333vw;
}

#forschool .feature_title-3 .feature_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 81.33333333333333vw;
  z-index: -1;
  background-color: #fff;
  width: 94.66666666666667vw;
  left: -5.333333333333333vw;
  border-radius: 0 50px 50px 0;
  top: 0;
}

#forschool .feature_title-3 .contents_headings::after {
  display: block;
	position: absolute;
	content: '';
  top: 5vw;
  left: 24.4vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forschool .feature_title-3 .contents_headings.is-active::after {
  width: 33.733333333333334vw;
  position: absolute;
  left: 24.4vw;
  top: 5vw;
}

#forschool .feature_title-3 .contents_left {
  width: 78.66666666666667vw;
  padding-top: 5.33333333333vw;
  margin: 0 auto;
}

#forschool .feature_title-3 .contents_right {
  margin-top: 4vw;
}

#forschool .feature_title-3 .feature_contents_list {
  width: 78.66666666666667vw;
  margin: 0 auto;
  border-radius: 10;
  display: flex;
  justify-content: space-between;
}

#forschool .feature_title-3 .feature_contents_list-headings {
  font-size: 3.7333333333333334vw;
  line-height: 1.07;
  font-weight: 500;
  text-align: center;
  letter-spacing: .05em;
  position: relative;
}

#forschool .feature_title-3 .feature_contents_list-item:nth-child(1) {
  margin-right: 9.333333333333334vw;
}

#forschool .feature_title-3 .feature_contents_list-item:nth-child(2) {
  transition-delay: .4s;
  z-index: -1;
}

#forschool .feature_title-3 .feature_contents_list-item:nth-child(1) .feature_contents_list-headings::before {
	display: block;
	position: absolute;
	content: '';
	bottom: -0.5666vw;
  left: 8vw;
	height: 2.4vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forschool .feature_title-3 .feature_contents_list-item:nth-child(1).is-active .feature_contents_list-headings::before {
	width: 18.666666666666668vw;
	position: absolute;
  left: 8vw;
	bottom: -0.5666vw;
}

#forschool .feature_title-3 .feature_contents_list-item:nth-child(2) .feature_contents_list-headings::before {
	display: block;
	position: absolute;
	content: '';
	bottom: -0.5666vw;
  left: 2vw;
	height: 2.4vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease 1.2s;
}

#forschool .feature_title-3 .feature_contents_list-item:nth-child(2).is-active .feature_contents_list-headings::before {
	width: 30.4vw;
	position: absolute;
  left: 2vw;
	bottom: -0.5666vw;
}

#forschool .feature_title-3 .feature_contents_list-ph {
  margin: 3.3333333333333335vw auto 0;
  width: 34.666666666666664vw;
  height: 54.666666666666664vw;
  position: relative;
  border-radius: 2.6666vw;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  transition-delay: .5s;
  z-index: -1;
}

#forschool .feature_title-3 .feature_contents_list-item:nth-child(1) .feature_contents_list-ph::before {
  display: block;
	position: absolute;
	content: '';
  width: 0;
	height: 12.8vw;
  top: 22.266666666666666vw;
  left: 28.99999999vw;
  background-image: url("../images/school_feature3-arrow_sp@2x.png");
  background-size: 20.8vw 12.8vw;
  transition: all .5s ease 1.5s;
  z-index: 1;
}

#forschool .feature_title-3 .feature_contents_list-item:nth-child(1).is-active .feature_contents_list-ph::before {
  width: 20.8vw;
  position: absolute;
  top: 22.266666666666666vw;
  left: 28.99999999vw;
  z-index: 1;
}

#forschool .feature_title-4 .feature_contents_inner {
  position: relative;
  z-index: 0;
  margin-top: 5.333333333333333vw;
  display: flex;
  flex-direction: column;
}

#forschool .feature_title-4 .feature_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 145.33333333333334vw;
  z-index: -1;
  background-color: #fff;
  width: 94.66666666666667vw;
  right: -5.333333333333333vw;
  border-radius: 50px 0 0 50px;
  top: -41.733333vw;
}

#forschool .feature_title-4 .line::before {
  display: block;
	position: absolute;
	content: '';
	top: 5.33333vw;
	left: 52vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forschool .feature_title-4 .line.is-active::before {
	width: 22.666666666666668vw;
	position: absolute;
	left: 52vw;
	top: 5.33333vw;
}

#forschool .feature_title-4 .line::after {
  display: block;
	position: absolute;
	content: '';
	bottom: 0vw;
	left: 4vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease 1s;
}

#forschool .feature_title-4 .line.is-active::after {
	width: 42.666666666666664vw;
	position: absolute;
	left: 4vw;
	bottom: 0vw;
}

#forschool .feature_title-4 .contents_text {
  width: 78.66666666666667vw;
  margin: 13.333333333333334vw auto 0;
  position: relative;
  z-index: 1;
}

#forschool .feature_title-4 .contents_left {
  width: 78.66666666666667vw;
  height: 62.666666666666664vw;
  border-radius: 2.6666vw;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  margin: 0 auto 3.3333333333333335vw;
}

#forschool .feature_title-4 .contents_right {
  width: 78.66666666666667vw;
  height: 54.13333333333333vw;
  border-radius: 2.6666vw;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  margin: 0 auto;
}

/* -------------------------------------------------------------- phnurse */
#forschool .phnurse {
  padding: 18.666666666666668vw 0 28.666666666666668vw;
  background-color: #f9f9e0;
}

#forschool .phnurse .option_headings {
  margin: 0 auto 10.666666666666666vw;
  font-size: 6.133333333333333vw;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

#forschool .option_contents_number {
  color: #eb6925;
  font-size: 2.93333vw;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin-bottom: 4.666666666666667vw;
  padding-top: 8vw;
}

#forschool .option_contents_title {
  font-size: 5.33333333vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  margin-bottom: 4vw;
  display: inline-block;
}

#forschool .option_contents-1 .option_contents_inner {
  margin-bottom: 13.333333333333334vw;
  position: relative;
  z-index: 0;
  margin-top: 6.666666666666667vw;
}

#forschool .option_contents-1 .option_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 87.73333333333333vw;
  z-index: -1;
  background-color: #fff;
  width: 94.66666666666667vw;
  left: -5.333333333333333vw;
  border-radius: 0 50px 50px 0;
  top: 0;
}

#forschool .option_contents-1 .option_contents_title::after {
  display: block;
	position: absolute;
	content: '';
  left: -0.5333333333333333vw;
	bottom: 0.5333333333333333vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forschool .option_contents-1 .is-active .option_contents_title::after {
  width: 55vw;
  position: absolute;
  left: -0.5333333333333333vw;
	bottom: 0.5333333333333333vw;
}

#forschool .option_contents-1 .option_contents_left {
  width: 78.66666666666667vw;
  margin: 0 auto;
}

#forschool .option_contents-1.contents_text {
  margin-bottom: 5.333333333333333vw;
}

#forschool .option_contents-1 .option_contents_right {
  margin: 3.3333333333333335vw auto 0;
  width: 78.66666666666667vw;
  height: 24.53333333333333vw;
  border-radius: 2.6666vw;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
}

#forschool .option_contents-2 .option_contents_inner {
  margin-bottom: 13.333333333333334vw;
  position: relative;
  z-index: 0;
  margin-top: 5.333333333333333vw;
  display: flex;
  flex-direction: column-reverse;
}

#forschool .option_contents-2 .option_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 155.73333333333332vw;
  z-index: -1;
  background-color: #fff;
  width: 94.66666666666667vw;
  right: -5.333333333333333vw;
  border-radius: 50px 0 0 50px;
  top: 0;
}

#forschool .option_contents-2 .option_contents_title::after {
  display: block;
	position: absolute;
	content: '';
  left: 38.333333vw;
	bottom: 0.5333333333333333vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forschool .option_contents-2 .is-active .option_contents_title::after {
  width: 35.333333vw;
  position: absolute;
  left: 38.333333vw;
	bottom: 0.5333333333333333vw;
}

#forschool .option_contents-2 .option_contents_right {
  width: 78.66666666666667vw;
  margin: 0 auto;
}

#forschool .option_contents-2 .option_list-item:nth-child(1) {
margin: 4vw auto 9.333333333333334vw;
width: 78.66666666666667vw;
height: 52.266666666666666vw;
border-radius: 2.6666vw;
box-shadow: 0 0 10px rgba(0,0,0,.05);
}

#forschool .option_contents-2 .option_list-item:nth-child(2) {
  width: 78.66666666666667vw;
  height: 40vw;
  border-radius: 2.6666vw;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
}

#forschool .option_contents-2 .option_list .option_list-ph::after {
  display: block;
  position: absolute;
  content: '';
  width: 42.266666666666666vw;
  height: 0;
  top: 47.06666666666666vw;
  right: -0.5333333333333333vw;
  background-image: url("../images/school_option2-arrow_sp@2x.png");
  background-size: 42.266666666666666vw 13.733333333333333vw;
  transition: all .5s ease 1s;
}

#forschool .option_contents-2 .option_list.is-active .option_list-ph::after {
  height: 13.733333333333333vw;
  position: absolute;
  top: 47.06666666666666vw;
  right: -0.5333333333333333vw;
}

#forschool .option_contents-3 .option_contents_inner {
  margin-bottom: 17.333333333333332vw;
  position: relative;
  z-index: 0;
  margin-top: 6.666666666666667vw;
}

#forschool .option_contents-3 .option_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 142.66666666666666vw;
  z-index: -1;
  background-color: #fff;
  width: 94.66666666666667vw;
  left: -5.333333333333333vw;
  border-radius: 0 50px 50px 0;
  top: 0;
}

#forschool .option_contents-3 .option_contents_title::after {
  display: block;
	position: absolute;
	content: '';
  left: 27.866666666666667vw;
	bottom: 0.5333333333333333vw;
	height: 3.2vw;
	background-color: #f0aa3f;
  border-radius: 2.4vw;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forschool .option_contents-3 .is-active .option_contents_title::after {
  width: 33.6vw;
  position: absolute;
  left: 27.866666666666667vw;
	bottom: 0.5333333333333333vw;
}

#forschool .option_contents-3 .option_contents_left {
  width: 78.66666666666667vw;
  margin: 0 auto;
}

#forschool .option_contents-3 .contents_text {
  margin-bottom: 5.333333333333333vw;
}

#forschool .option_contents-3 .option_contents_ph {
  width: 78.66666666666667vw;
  height: 16.53333333333333vw;
  border-radius: 2.6666vw;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
}

#forschool .option_contents-3 .contents_right {
  margin: 2.6666666666666665vw auto 0;
  width: 62.666666666666664vw;
  height: 83.2vw;
  border-radius: 2.6666vw;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
}