@charset "UTF-8";
/* ----------------------------------------------------------全体*/
html {
  min-width: 1080px;
}

.container {
  width: 1040px;
  margin: 0 auto;
}

.block02 .inner {
  width: 960px;
  margin: 0 auto;
}

.inner {
  width: 880px;
  margin: 0 auto;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

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

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

#contents {
  padding-top: 60px;
}

.btn {
  display: inline-block;
}

.btn a {
  text-align: center;
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.25);
}

/* ----------------------------------------------------------フッター*/
footer {
  background-color: #fff;
}

footer .inner {
  height: 188px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer_logo {
  margin-right: 30px;
  width: 160px;
}

.footer_logo img,
.footer_privacy img {
  width: 100%;
}

.footer_credit {
  color: #888;
}

.footer_company {
  font-size: 15px;
  margin-bottom: 10px;
}

.footer_copyright {
  font-size: 12px;
}

.footer_privacy {
  width: 76px;
  margin-left: auto;
}

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

h2 {
  font-size: 36px;
  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: 20px;
  width: 420px;
  height: 80px;
  line-height: 80px;
  margin: auto;
  background-color: #eb6925;
  position: relative;
  border-radius: 5px;
}

/* ----------------------------------------------------------mv */
.mv {
  text-align: center;
  margin-bottom: 80px;
}

.mv .mv_title {
  margin-bottom: 40px;
  -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: 60px;
  -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: '';
	bottom: 5px;
	left: 118px;
	height: 24px;
	background-color: #f0aa3f;
  border-radius: 12px;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

.mv .catch.is-show::before {
	width: 182px;
	position: absolute;
	left: 118px;
	bottom: 5px;
}

.mv .catch::after {
	display: block;
	position: absolute;
	content: '';
	bottom: 5px;
	left: 505px;
	height: 24px;
	background-color: #f0aa3f;
  border-radius: 12px;
	z-index: -1;
	width: 0;
	transition: all .5s ease 1s;
}

.mv .catch.is-show::after {
	width: 255px;
	position: absolute;
	left: 505px;
	bottom: 5px;
}

.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: 58px;
	left: 608px;
	height: 14px;
	background-color: #f0aa3f;
  border-radius: 12px;
	z-index: -1;
	width: 0;
	transition: all .5s ease 1s;
}

.mv_lead.is-show::after  {
	width: 172px;
	position: absolute;
	left: 608px;
	top: 58px;
}

.mv_icon {
  position: relative;
}

.mv_icon .orange {
  font-weight: 900;
  font-size: 26px;
}

.mv_lead .mv_icon::before {
  content: '';
	position: absolute;
	display: block;
	width: 72px;
	height: 72px;
	left: 0;
	top: -30px;
  background-image: url("../images/mv_catch.png");
  background-size: 72px 72px;
  -webkit-transition: all .8s linear .8s;
  -ms-transition: all .8s linear .8s;
  -moz-transition: all .8s linear .8;
  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: 58px;
	left: 422px;
	height: 14px;
	background-color: #f0aa3f;
  border-radius: 12px;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

.mv_lead.is-show .mv_icon::after  {
	width: 172px;
	position: absolute;
	left: 422px;
	top: 58px;
}


/* ----------------------------------------------------------block01 */
.block01 {
  margin-bottom: 90px;
}

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

.block01  .catch .orange {
  font-size: 48px;
  font-weight: 900;
}

.block01  .catch::after {
  content: '';
	position: absolute;
	display: block;
	width: 478px;
	height: 36px;
  top: 50%;
  left: 195px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("../images/icon_frame.png");
  background-size: 478px 36px;
  z-index: -1;
}

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

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

.block01 .balloon::after {
  content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 14px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url("../images/baloon_arrow.png");
  background-size: 16px 14px;
  z-index: 1;
}

.block01_contents_list {
  display: flex;
}

.block01 .contents_left,
.block01 .contents_right {
  width: 420px;
  position: relative;
}

.block01 .contents_left {
  margin-right: 20px;
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.8, 0.45, 1) .5s;
  -ms-transition: all 1.5s cubic-bezier(0.165, 0.8, 0.45, 1) .5s;
  -moz-transition: all 1.5s cubic-bezier(0.165, 0.8, 0.45, 1) .5s;
  transition: all 1.5s cubic-bezier(0.165, 0.8, 0.45, 1) .5s;
}

.block01 .contents_right {
  margin-left: 20px;
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.8, 0.45, 1) 1s;
  -ms-transition: all 1.5s cubic-bezier(0.165, 0.8, 0.45, 1) 1s;
  -moz-transition: all 1.5s cubic-bezier(0.165, 0.8, 0.45, 1) 1s;
  transition: all 1.5s cubic-bezier(0.165, 0.8, 0.45, 1) 1s;
}

.block01 .contents_left::before {
	display: block;
	position: absolute;
	content: '';
	top: 105px;
	left: 140px;
	height: 24px;
	background-color: #f0aa3f;
  border-radius: 12px;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

.block01 .contents_left.is-active::before {
	width: 256px;
	position: absolute;
	left: 140px;
	top: 105px;
}

.block01 .contents_right::before {
	display: block;
	position: absolute;
	content: '';
	top: 105px;
	left: 165px;
	height: 24px;
	background-color: #f0aa3f;
  border-radius: 12px;
	z-index: -1;
	width: 0;
	transition: all .5s ease 1s;
}

.block01 .contents_right.is-active::before {
	width: 218px;
	position: absolute;
	left: 165px;
	top: 105px;
}

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

.contents_right .block01_list_item:nth-child(1) {
  width: 122px;
  margin-right: 30px;
  margin-left: 20px;
}

.numer,
.numer .count-this {
  font-size: 56px;
  font-weight: 500;
  text-align: right;
  line-height: 1.1;
}

.numer span {
  position: relative;
  font-size: 32px;
  font-weight: 500;
}

.denom {
  font-size: 22px;
  font-weight: 500;
  text-align: right;
}

/* ----------------------------------------------------------block02 */
.block02 {
  margin-bottom: 130px;
}

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

.block02_contents-headings {
  display: flex;
}

.contents_left .block02_contents-headings li:nth-child(1) {
  margin-right: 30px;
}

.contents_right .block02_contents-headings li:nth-child(1) {
  margin-left: -36px;
  margin-right: 15px;
}

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

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

.block02 .contents_left {
  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: 420px;
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.8, 0.45, 1) .5s;
  -ms-transition: all 1.5s cubic-bezier(0.165, 0.8, 0.45, 1) .5s;
  -moz-transition: all 1.5s cubic-bezier(0.165, 0.8, 0.45, 1) .5s;
  transition: all 1.5s cubic-bezier(0.165, 0.8, 0.45, 1) .5s;
}

.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: 420px;
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.8, 0.45, 1) 1s;
  -ms-transition: all 1.5s cubic-bezier(0.165, 0.8, 0.45, 1) 1s;
  -moz-transition: all 1.5s cubic-bezier(0.165, 0.8, 0.45, 1) 1s;
  transition: all 1.5s cubic-bezier(0.165, 0.8, 0.45, 1) 1s;
}

.block02 .contents_left::after,
.block02 .contents_right::after {
  content: '';
	position: absolute;
	display: block;
	width: 500px;
	height: 492px;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url("../images/frame.png");
  background-size: 500px 492px;
  z-index: -1;
}

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

.block02_contents-list li {
  margin-bottom: 10px;
  text-indent: -0.8em;
  padding-left: 1em;
}

.check-icon {
  margin-right: 15px;
  color: #eb6925;
  font-size: 22px;
}

.block02_contents-list li:last-child {
  margin-bottom: 30px;
}

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

.contact_lead {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 30px;
  letter-spacing: .1em;
  text-indent: .1em;
}

.btn-request-contact {
}

.btn-request-contact a {
  background-color: #fff;
  width: 350px;
  height: 60px;
  color: #5bd1d6;
  font-size: 20px;
  line-height: 60px;
  border-radius: 5px;
}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------- 下層ページ 共通*/
/* ---------------------------------------------------------------------- */
.btn-fixed {
display: block;
}

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

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

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

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

header .inner {
  width: 1040px;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header_logo {
  width: 160px;
  z-index: 10;
  position: absolute;
  right: 0;
  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;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

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

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

.header_text {
  font-size: 18px;
  line-height: 20px;
  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: 30px;
  line-height: 43px;
  letter-spacing: 0.04em;
  font-weight: 800;
}

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

.mv .text-sub {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 20px;
}

.mv .caption-sub {
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 40px;
}

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

.contents_subtitle {
  font-size: 28px;
  line-height: 38x;
  font-weight: 400;
  text-align: center;
  letter-spacing: .05em;
}

.contents_title {
  font-size: 44px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .1em;
  margin-top: 10px;
}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------- forstudents */
/* ---------------------------------------------------------------------- */
#forstudents header .inner::before {
  content: '';
	position: absolute;
	display: block;
	width: 373px;
	height: 57px;
  bottom: 0;
  left: 0;
  background-image: url("../images/students_top-headings.png");
  background-size: 373px 57px;
  z-index: 10;
}

#forstudents .header_tab {
  left: 80px;
}

#forstudents header .inner::after {
  content: '';
	position: absolute;
	display: block;
	width: 44px;
	height: 80px;
  bottom: -6px;
  left: 20px;
  background-image: url("../images/icon_student.png");
  background-size: 44px 80px;
  z-index: 10;
}

#forstudents .mv .title-sub {
  margin-bottom: 20px;
  -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: 700px;
  height: 180px;
}

#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: 60px;
  -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: 2px;
	left: 370px;
	height: 16px;
	background-color: #f0aa3f;
  border-radius: 12px;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forstudents .catch-sub.is-show::before {
	width: 74px;
	position: absolute;
	left: 370px;
	bottom: 2px;
}

#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共通*/
/* -------------------------------------------------------------------- */
.service {
  margin-bottom: 140px;
}

.service_list {
  width: 880px;
  margin-top: 30px;
  border: #333 solid 4px;
  border-radius: 50px;
  background-color: #fff;
  padding: 30px 0;
  display: flex;
  justify-content: center;
}

.service_list-headings {
  font-size: 34px;
  line-height: 52px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .05em;
  position: relative;
}

.service_list-headings span {
  font-size: 42px;
  line-height: 37px;
  font-weight: 800;
  text-align: center;
  letter-spacing: .05em;
  vertical-align: middle;
}
/* ----------------------------------------------------------service*/
#forstudents .service_list-item:nth-child(1) {
  margin-right: 155px;
}

#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: 4px;
  left: 24px;
	height: 16px;
	background-color: #f0aa3f;
  border-radius: 12px;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

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

#forstudents .service_list-item:nth-child(2) .service_list-headings::before {
	display: block;
	position: absolute;
	content: '';
	bottom: 4px;
  left: 32px;
	height: 16px;
	background-color: #f0aa3f;
  border-radius: 12px;
	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: 160px;
	position: absolute;
  left: 32px;
	bottom: 4px;
}

#forstudents .service_list-ph {
  margin: 30px auto 0;
  position: relative;
}

#forstudents .service_list-item:nth-child(1) .service_list-ph::after {
  display: block;
	position: absolute;
	content: '';
  width: 0;
	height: 34px;
  top: 50%;
  left: 252px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("../images/students_image-arrow.png");
  background-size: 66px 34px;
  transition: all .5s ease 1.5s;
}

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

/* -------------------------------------------------------------------- */
/* ----------------------------------------------------------feature共通*/
/* -------------------------------------------------------------------- */
.feature_list{
  margin: 50px auto 184px;
  display: flex;
  justify-content: space-between;
}

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

.feature_list-item a {
  display: block;
  width: 220px;
  height: 220px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: .05em;
  text-indent: .05em;
  text-align: center;
  color: #fff;
  position: relative;
  border-radius: 50%;
  background: linear-gradient( to right, #f0aa3f, #eb6925);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

.feature_list-item::before {
  color: #333;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0.05em;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.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: 182px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url('../images/icon_arrow-white.png');
  background-repeat: no-repeat;
  background-size: 14px 8px;
  width: 14px;
  height: 8px;
  z-index: 1;
  transition: all .3s ease;
}

.feature_list-item:hover:after {
  background-image: url('../images/icon_arrow-orange.png');
}

.feature_list-item a {
  position: relative;
  transition: all .3s ease;
}

.feature_list-item a::before {
  display: block;
  position: absolute;
  content:'';;
  top: 2px;
  left: 2px;
  width: 216px;
  height: 216px;
  border-radius: 50%;
  transition: all .3s ease;
}

.feature_list-item:hover a::before {
  background-color: #fff;
}

.feature_list-headings {
  position: absolute;
  top: 83px;
  width: 220px;
  left: 0;
  text-align: center;
}

.feature_list-item:nth-child(2) .feature_list-headings {
  top: 70px;
}

.feature_list-item:hover .feature_list-headings{
  color: #eb6925;
}

.feature .contents_headings {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}

.feature .contents_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.feature .contents_headings::before {
  content: '';
  display: block;
  position: absolute;
  top: -70px;
  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.png');
  background-repeat: no-repeat;
  background-size: 23px 44px;
  width: 23px;
  height: 44px;
}

.feature_title-2 .contents_headings::before {
  background-image: url('../images/feature-headings2.png');
  background-repeat: no-repeat;
  background-size: 31px 45px;
  width: 31px;
  height: 45px;
}

.feature_title-3 .contents_headings::before {
  background-image: url('../images/feature-headings3.png');
  background-repeat: no-repeat;
  background-size: 31px 45px;
  width: 31px;
  height: 45px;
}

.feature_title-4 .contents_headings::before {
  background-image: url('../images/feature-headings4.png');
  background-repeat: no-repeat;
  background-size: 37px 44px;
  width: 37px;
  height: 44px;
}

/* ----------------------------------------------------------feature*/
#forstudents .feature_list{
  width: 720px;
}

#forstudents .feature {
  padding: 100px 0;
  background-color: #fce9df;
}

#forstudents .feature_title-1 .feature_contents_inner {
  margin-bottom: 155px;
  position: relative;
  z-index: 0;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

#forstudents .feature_title-1 .feature_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 330px;
  z-index: -1;
  background-color: #fff;
  width: calc(50vw + 520px);
  right: -80px;
  border-radius: 0 80px 80px 0;
  top: 70px;
}

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

#forstudents .feature_title-1 .contents_headings.is-active::after {
	width: 130px;
	position: absolute;
	left: 406px;
	bottom: -2px;
}

#forstudents .feature_title-1 .contents_left {
  width: 410px;
  padding-top: 100px;
}

#forstudents .feature_title-1 .contents_text {
  margin-bottom: 30px;
}

#forstudents .feature_title-1 .contents_right {
  width: 400px;
  height: 640px;
  border-radius: 14px;
  box-shadow: 0 5px 8px 5px rgb(0 0 0 / 5%);
  transition-delay: .5s;
}

#forstudents .feature_title-2 .feature_contents_inner {
  margin-bottom: 155px;
  position: relative;
  z-index: 0;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

#forstudents .feature_title-2 .feature_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 224px;
  z-index: -1;
  background-color: #fff;
  width: calc(50vw + 520px);
  left: -80px;
  border-radius:80px 0 0 80px;
  top: 70px;
}

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

#forstudents .feature_title-2 .contents_headings.is-active::after {
	width: 452px;
	position: absolute;
	left: 338px;
	bottom: -2px;
}

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

#forstudents .feature_title-2 .contents_left .contents_illust {
  width: 540px;
  height: 364px;
  border-radius: 14px;
  box-shadow: 0 5px 8px 5px rgba(0,0,0,.05);
  position: relative;
}

#forstudents .feature_title-2 .contents_illust::before {
  content: '';
  position: absolute;
  top: 169px;
  left: 273px;
  background-image: url('../images/students_feature2-ph1-check.png');
  background-repeat: no-repeat;
  background-size: 35px 30px;
  width: 0;
  height: 30px;
  z-index: 1;
	transition: all .5s ease 1s;
}

#forstudents .feature_title-2 .contents_illust.is-active::before {
  opacity: 1;
  width: 35px;
  position: absolute;
  top: 169px;
  left: 273px;
}

#forstudents .feature_title-2 .contents_illust::after {
  content: '';
  position: absolute;
  top: 69px;
  right: 72px;
  background-image: url('../images/students_feature2-ph1-catch.png');
  background-repeat: no-repeat;
  background-size: 120px 120px;
  width: 120px;
  height: 120px;
  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_text {
  margin-bottom: 30px;
}

#forstudents .feature_title-2 .contents_right {
  width: 300px;
  padding-top: 140px;
  transition-delay: .5s;
}

#forstudents .feature_title-3 .feature_contents_inner {
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

#forstudents .feature_title-3 .feature_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 224px;
  z-index: -1;
  background-color: #fff;
  width: calc(50vw + 520px);
  right: -80px;
  border-radius: 0 80px 80px 0;
  top: 70px;
}

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

#forstudents .feature_title-3 .contents_headings.is-active::after {
	width: 245px;
	position: absolute;
	left: 255px;
	bottom: -2px;
}

#forstudents .feature_title-3 .contents_left {
  width: 410px;
  padding-top: 130px;
}

#forstudents .feature_title-3 .contents_right {
  width: 400px;
  height: 624px;
  border-radius: 14px;
  box-shadow: 0 5px 8px 5px rgb(0 0 0 / 5%);
  transition-delay: .5s;
}

/* ---------------------------------------------------------------------- */
/* ----------------------------------------------------------- phnurse共通 */
/* ---------------------------------------------------------------------- */
.phnurse .contents_headings,
.phnurse .option_headings  {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.phnurse .phnurse_contents_inner {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  position: relative;
}

.phnurse .contents_headings::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  background-image: url('../images/icon_brackets.png');
  background-repeat: no-repeat;
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  z-index: 1;
}

.phnurse .contents_headings::after {
  content: '';
  position: absolute;
  top: -40px;
  right: 0;
  background-image: url('../images/icon_brackets.png');
  background-repeat: no-repeat;
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  z-index: 1;
  transform:rotateY(180deg);
}

.phnurse .contents_left {
  width: 400px;
}

.phnurse .contents_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.05em;
}

.phnurse .contents_caution {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.phnurse .contents_ph {
  width: 400px;
  height: 368px;
  border-radius: 14px;
  box-shadow: 0 5px 8px 5px rgb(0 0 0 / 5%);
  transition-delay: .5s;
}

.phnurse .contents_right {
  width: 340px;
  height: 484px;
  border-radius: 14px;
  box-shadow: 0 5px 8px 5px rgb(0 0 0 / 5%);
  transition-delay: .5s;
}

.phnurse .phnurse_contents_inner::before {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 0;
  background-image: url('../images/icon_brackets.png');
  background-repeat: no-repeat;
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  z-index: 1;
  transform:rotateX(180deg);
}

.phnurse .phnurse_contents_inner::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: 0;
  background-image: url('../images/icon_brackets.png');
  background-repeat: no-repeat;
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  z-index: 1;
  transform:rotateZ(180deg);
}


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

/* ------------------------------------------------------------------ faq */
.faq {
  background-color: #fff;
  padding: 120px 0 40px;
}

.faq_headings {
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.1em;
  margin-bottom: 90px;
}

.faq_headings-lead {
  margin-bottom: 40px;
  color: #eb6925;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  position: relative;
  letter-spacing: .1em;
  text-indent: .1em;
}

.faq_headings-lead::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin: 0 auto;
  background-color: #eb6925;
  border-radius: 2px;
  margin-top: 25px;
}

.faq_question {
  background-color: #f9f9e0;
  position: relative;
  padding-left: 90px;
}

.faq_answer {
  position: relative;
  padding: 20px 90px 40px;
  display: none;
}

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

.faq_question::before,
.faq_answer::before {
  content: 'Q.';
  position: absolute;
  left: 40px;
  font-size: 30px;
}

.faq_question::before {
  line-height: 60px;
  top: 0;
}

.faq_answer::before  {
  content: 'A.';
  color: #eb6925;
  top: 10px;
}

.faq_question::after {
  content: '';
  background-image: url(../images/open.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.close.faq_question::after  {
  content: '';
  background-image: url(../images/close.png);
  background-size: 14px 2px;
  background-repeat: no-repeat;
  width: 14px;
  height: 2px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.faq_question p {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 26px;
  padding: 17px 0;
}

.faq_answer p {
  font-size: 16px;
  letter-spacing: 0.05em;
}

.faq_list {
  margin-bottom: 80px;
}

.faq_list-item {
  margin-bottom: 10px;
}

.faq .credit {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.faq .browser {
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding: 30px 0;
}

/* ---------------------------------------------------------------------- */
/* ------------------------------------------------------------ forschool */
/* ---------------------------------------------------------------------- */
#forschool header .inner::before {
  content: '';
	position: absolute;
	display: block;
	width: 433px;
	height: 57px;
  bottom: 0;
  left: 0;
  background-image: url("../images/school_top-headings.png");
  background-size: 433px 57px;
  z-index: 10;
}

#forschool .header_tab {
  left: 125px;
}

#forschool header .inner::after {
  content: '';
	position: absolute;
	display: block;
	width: 101px;
	height: 89px;
  bottom: -6px;
  left: 20px;
  background-image: url("../images/icon_school-teacher.png");
  background-size: 101px 89px;
  z-index: 10;
}

#forschool .mv .title-sub {
  margin-bottom: 20px;
  -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: 701px;
  height: 206px;
}

#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: 60px;
  -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: '';
	bottom: 2px;
	left: 127px;
	height: 16px;
	background-color: #f0aa3f;
  border-radius: 12px;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forschool .catch-line.is-show::before {
	width: 74px;
	position: absolute;
	left: 127px;
	bottom: 2px;
}

#forschool .catch-sub::before {
	display: block;
	position: absolute;
	content: '';
	bottom: 2px;
	left: 268px;
	height: 16px;
	background-color: #f0aa3f;
  border-radius: 12px;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forschool .catch-sub.is-show::before {
	width: 140px;
	position: absolute;
	left: 268px;
	bottom: 2px;
}

#forschool .catch-sub::after {
	display: block;
	position: absolute;
	content: '';
	bottom: 2px;
	left: 478px;
	height: 16px;
	background-color: #f0aa3f;
  border-radius: 12px;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forschool .catch-sub.is-show::after {
	width: 130px;
	position: absolute;
	left: 478px;
	bottom: 2px;
}

#forschool .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;
}

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

#forschool .mv_movie {
  width: 880px;
  height: 495px;
  margin-top: 80px;
}

#forschool .mv_movie iframe {
  width: 880px;
  height: 495px;
}

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

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

#forschool .service_list-item:nth-child(2) .service_list-headings {
  text-align: left;
  padding-left: 97px;
}

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

#forschool .service_list-item:nth-child(1).is-active .service_list-headings::before {
	width: 160px;
	position: absolute;
  left: 30px;
	bottom: 4px;
}

#forschool .service_list-item:nth-child(2) .service_list-headings::before {
	display: block;
	position: absolute;
	content: '';
	bottom: 4px;
  left: 82px;
	height: 16px;
	background-color: #f0aa3f;
  border-radius: 12px;
	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: 160px;
	position: absolute;
  left: 82px;
	bottom: 4px;
}

#forschool .service_list-item:nth-child(1) .service_list-ph {
  margin: 80px auto 0;
  position: relative;
}

#forschool .service_list-item:nth-child(2) .service_list-ph {
  margin: 30px auto 0;
}

#forschool .service_list-item:nth-child(1) .service_list-ph::after {
  display: block;
	position: absolute;
	content: '';
  width: 0;
	height: 324px;
  top: 50%;
  left: 240px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("../images/school_image-arrow.png");
  background-size: 98px 324px;
  transition: all .5s ease 1.5s;
}

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

/* ----------------------------------------------------------feature*/
#forschool .feature {
  padding: 100px 0 120px;
  background-color: #fce9df;
}

#forschool .feature .inner {
  width: 970px;
  margin: 0 auto;
}

#forschool .feature_list{
  width: 970px;
}

#forschool .feature_title-1,
#forschool .feature_title-2,
#forschool .feature_title-3,
#forschool .feature_title-4 {
  width: 880px;
  margin: 0 auto;
}

#forschool .feature_title-1 .feature_contents_inner {
  margin-bottom: 155px;
  position: relative;
  z-index: 0;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

#forschool .feature_title-1 .feature_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 220px;
  z-index: -1;
  background-color: #fff;
  width: calc(50vw + 520px);
  right: -80px;
  border-radius: 0 80px 80px 0;
  top: 70px;
}

#forschool .feature_title-1 .contents_headings::after {
  display: block;
	position: absolute;
	content: '';
	bottom: -2px;
	left: 385px;
	height: 16px;
	background-color: #f0aa3f;
  border-radius: 12px;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forschool .feature_title-1 .contents_headings.is-active::after {
	width: 364px;
	position: absolute;
	left: 385px;
	bottom: -2px;
}

#forschool .feature_title-1 .contents_left {
  width: 300px;
  padding-top: 100px;
}

#forschool .feature_title-1 .contents_right {
  width: 540px;
  height: 400px;
  border-radius: 14px;
  box-shadow: 0 5px 8px 5px rgb(0 0 0 / 5%);
  transition-delay: .5s;
}

#forschool .feature_title-2 .feature_contents_inner {
  margin-bottom: 155px;
  position: relative;
  z-index: 0;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

#forschool .feature_title-2 .feature_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 222px;
  z-index: -1;
  background-color: #fff;
  width: calc(50vw + 520px);
  left: -80px;
  border-radius:80px 0 0 80px;
  top: 70px;
}

#forschool .feature_title-2 .line::before {
  display: block;
	position: absolute;
	content: '';
	bottom: -2px;
	left: 117px;
	height: 16px;
	background-color: #f0aa3f;
  border-radius: 12px;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forschool .feature_title-2 .line.is-active::before {
	width: 297px;
	position: absolute;
	left: 117px;
	bottom: -2px;
}

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

#forschool .feature_title-2 .line.is-active::after {
	width: 138px;
	position: absolute;
	left: 433px;
	bottom: -2px;
}

#forschool .feature_title-2 .contents_left {
  width: 540px;
  height: 364px;
  border-radius: 14px;
  box-shadow: 0 5px 8px 5px rgba(0,0,0,.05);
}

#forschool .feature_title-2 .contents_right {
  width: 300px;
  padding-top: 120px;
  transition-delay: .5s;
}

#forschool .feature_title-3 .feature_contents_inner {
  margin-bottom: 155px;
  position: relative;
  z-index: 0;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

#forschool .feature_title-3 .feature_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 222px;
  z-index: -1;
  background-color: #fff;
  width: calc(50vw + 520px);
  right: -80px;
  border-radius: 0 80px 80px 0;
  top: 110px;
}

#forschool .feature_title-3 .contents_headings::after {
  display: block;
	position: absolute;
	content: '';
	bottom: -2px;
	left: 200px;
	height: 16px;
	background-color: #f0aa3f;
  border-radius: 12px;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forschool .feature_title-3 .contents_headings.is-active::after {
	width: 162px;
	position: absolute;
	left: 200px;
	bottom: -2px;
}

#forschool .feature_title-3 .contents_left {
  width: 300px;
  padding-top: 140px;
}

#forschool .feature_title-3 .contents_right {
  width: 540px;
}

#forschool .feature_title-3 .feature_contents_list {
  width: 540px;
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
}

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

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

#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: 4px;
  left: 65px;
	height: 12px;
	background-color: #f0aa3f;
  border-radius: 12px;
	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: 92px;
	position: absolute;
  left: 65px;
	bottom: 4px;
}

#forschool .feature_title-3 .feature_contents_list-item:nth-child(2) .feature_contents_list-headings::before {
	display: block;
	position: absolute;
	content: '';
	bottom: 4px;
  left: 37px;
	height: 12px;
	background-color: #f0aa3f;
  border-radius: 12px;
	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: 150px;
	position: absolute;
  left: 37px;
	bottom: 4px;
}

#forschool .feature_title-3 .feature_contents_list-ph {
  margin: 15px auto 0;
  width: 230px;
  height: 360px;
  position: relative;
  box-shadow: 0 5px 8px 5px rgb(0 0 0 / 5%);
  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: 74px;
  top: 157px;
  left: 188px;
  background-image: url("../images/school_feature3-arrow.png");
  background-size: 163px 74px;
  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: 163px;
  position: absolute;
  top: 157px;
  left: 188px;
  z-index: 1;
}

#forschool .feature_title-4 .feature_contents_inner {
  position: relative;
  z-index: 0;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

#forschool .feature_title-4 .contents_text {
  margin-top: 70px;
  position: relative;
  z-index: 1;
}

#forschool .feature_title-4 .feature_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 300px;
  z-index: -1;
  background-color: #fff;
  width: calc(50vw + 520px);
  left: -80px;
  border-radius: 80px 0 0 80px;
  top: -90px;
}

#forschool .feature_title-4 .contents_headings::after {
  display: block;
	position: absolute;
	content: '';
	bottom: -2px;
	left: 288px;
	height: 16px;
	background-color: #f0aa3f;
  border-radius: 12px;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forschool .feature_title-4 .contents_headings.is-active::after {
	width: 297px;
	position: absolute;
	left: 288px;
	bottom: -2px;
}

#forschool .feature_title-4 .contents_left {
  width: 420px;
  height: 340px;
  border-radius: 14px;
  box-shadow: 0 5px 8px 5px rgb(0 0 0 / 5%);
}

#forschool .feature_title-4 .contents_right {
  width: 420px;
  height: 340px;
  border-radius: 14px;
  box-shadow: 0 5px 8px 5px rgb(0 0 0 / 5%);
  transition-delay: .5s;
}

/* -------------------------------------------------------------- phnurse */
#forschool .phnurse {
  padding: 120px 0;
  background-color: #f9f9e0;
}

#forschool .phnurse .option_headings {
  margin-bottom: 90px;
}

#forschool .option_contents_number {
  color: #eb6925;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

#forschool .option_contents-1 .option_contents_title {
  font-size: 26px;
  font-weight: 500;
  line-height: 45px;
  position: relative;
  margin-bottom: 20px;
}

#forschool .option_contents-1 .option_contents_inner {
  margin-bottom: 80px;
  position: relative;
  z-index: 0;
}

#forschool .option_contents-1 .option_contents_left {
  width: 880px;
}

#forschool .option_contents-1 .option_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 380px;
  z-index: -1;
  background-color: #fff;
  width: calc(50vw + 520px);
  right: -80px;
  border-radius: 0 80px 80px 0;
  top: -40px;
}

#forschool .option_contents-1 .option_contents_title::before {
  display: block;
	position: absolute;
	content: '';
  bottom: 5px;
  left: 240px;
	height: 16px;
	background-color: #f0aa3f;
  border-radius: 12px;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forschool .option_contents-1 .is-active .option_contents_title::before {
  width: 270px;
  position: absolute;
  left: 240px;
  bottom: 5px;
}

#forschool .option_contents-1  .option_contents_right {
  margin-top: 25px;
  width: 780px;
  height: 240px;
  border-radius: 14px;
  box-shadow: 0 5px 8px 5px rgb(0 0 0 / 5%);
  transition-delay: .5s;
}

#forschool .option_contents-2 .option_contents_title {
  font-size: 26px;
  font-weight: 500;
  line-height: 45px;
  position: relative;
  margin-bottom: 25px;
}

#forschool .option_contents-2 .option_contents_inner {
  margin-bottom: 120px;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}

#forschool .option_contents-2 .option_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 410px;
  z-index: -1;
  background-color: #fff;
  width: calc(50vw + 520px);
  left: -80px;
  border-radius:80px 0 0 80px;
  top: 124px;
}

#forschool .option_contents-2 .option_contents_title::before {
  display: block;
	position: absolute;
	content: '';
  bottom: 5px;
  left: 0;
	height: 16px;
	background-color: #f0aa3f;
  border-radius: 12px;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forschool .option_contents-2 .is-active .option_contents_title::before {
  width: 170px;
  position: absolute;
  left: 0;
  bottom: 5px;
}

#forschool .option_contents-2 .option_list-item:nth-child(1) {
  margin-bottom: 70px;
  width: 500px;
  height: 334px;
  border-radius: 14px;
  box-shadow: 0 5px 8px 5px rgb(0 0 0 / 5%);
}

#forschool .option_contents-2 .option_list-item:nth-child(2) {
  width: 500px;
  height: 254px;
  border-radius: 14px;
  box-shadow: 0 5px 8px 5px rgb(0 0 0 / 5%);
}

#forschool .option_contents-2 .contents_left {
  width: 500px;
}

#forschool .option_contents-2 .option_list {
  width: 500px;
}

#forschool .option_contents-2 .option_list .option_list-ph::after {
  display: block;
	position: absolute;
	content: '';
  width: 267px;
	height: 0;
  top: 300px;
  right: 0;
  background-image: url("../images/school_option2-arrow.png");
  background-size: 267px 94px;
  transition: all .5s ease 1s;
}

#forschool .option_contents-2 .option_list.is-active .option_list-ph::after {
  height: 94px;
  position: absolute;
  top: 300px;
  right: 0;
}

#forschool .option_contents-2 .option_contents_right {
  padding-top: 160px;
  width: 340px;
}

#forschool .option_contents-3 .option_contents_title {
  font-size: 26px;
  font-weight: 500;
  line-height: 45px;
  position: relative;
  margin-bottom: 20px;
}

#forschool .option_contents-3 .option_contents_inner {
  margin-bottom: 160px;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}

#forschool .option_contents-3 .option_contents_left {
  width: 500px;
}

#forschool .option_contents-3 .option_contents_inner::before {
  position: absolute;
  display: block;
  content: '';
  height: 310px;
  z-index: -1;
  background-color: #fff;
  width: calc(50vw + 520px);
  right: -80px;
  border-radius: 0 80px 80px 0;
  top: -40px;
}

#forschool .option_contents-3 .option_contents_title::before {
  display: block;
	position: absolute;
	content: '';
  bottom: 5px;
  left: 130px;
	height: 16px;
	background-color: #f0aa3f;
  border-radius: 12px;
	z-index: -1;
	width: 0;
	transition: all .5s ease .5s;
}

#forschool .option_contents-3 .is-active .option_contents_title::before {
  width: 167px;
  position: absolute;
  left: 130px;
  bottom: 5px;
}

#forschool .option_contents-3 .option_contents_ph {
  margin-top: 40px;
  width: 500px;
  height: 120px;
  border-radius: 14px;
  box-shadow: 0 5px 8px 5px rgb(0 0 0 / 5%);
}

#forschool .option_contents-3 .contents_right {
  width: 340px;
  height: 430px;
  border-radius: 14px;
  box-shadow: 0 5px 8px 5px rgb(0 0 0 / 5%);
  transition-delay: .5s;
}


