@charset "utf-8";

/* CSS Document */
.sp-only {
  display: none !important;
}

html {
  height: 100%;
  font-size: 62.5%;
}

img {
  max-width: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  color: #000000;
  /* display: flex;
  flex-direction: column; */
  height: 100%;
}

.inner {
  width: 100rem;
  margin: 0 auto;
}


header {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  top: 0%;
  left: 0;
  right: 0;
  background-color: #24C281;
}

header .logo {
  padding: .5rem 1rem 0 2rem;
}

.g_nav ul {
  display: flex;
  background-color: #24C281;
  background-size: cover;
  padding: 0.8rem 0;
  align-items: center;
}

.g_nav ul a {
  transition: all .3s;
  padding-bottom: 1.8rem;
  border-bottom: .4rem solid #24C281;
}

.g_nav ul a:hover {
  border-bottom: .4rem solid #C3F468;
  padding-bottom: 1.5rem;

}

.g_nav ul .btn a:hover {
  border-bottom: none;
  padding-bottom: 1.8rem;
}

.g_nav .btn {
  color: #FFFFFF;
  background-color: #222;
  border-radius: 3rem;
  /* padding: 1.8rem 0 1.8rem 1rem; */
  margin: 0 1.6rem 0 1rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

/* .g_nav .btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  border-radius: 3rem;
  background: transparent linear-gradient(180deg, #FACC22 0%, #F83600 100%) 0% 0%;
  z-index: -1;
  transition: all .3s;
} */

.g_nav .btn:hover::before {
  width: 100%;
}

.g_nav .btn .btn-text1 {
  position: relative;
  height: 100%;
  padding: 1.4rem 1rem;
  padding-left: 2rem;
  z-index: 10;
  transition: .3s;
}

.g_nav .btn .btn-text2 {
  position: relative;
  opacity: 1;
  border-radius: 3rem;
  padding: 1.4rem;
  padding-right: 2.6rem;
  transition: .3s;
}

.g_nav .btn .btn-text2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: transparent linear-gradient(180deg, #FACC22 0%, #F83600 100%) 0% 0%;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  transition: .3s;
}

.g_nav .btn a:hover .btn-text2::after {
  width: 350%;
}

.g_nav .btn a:hover .btn-text1 {
  padding-left: 2.8rem;
  padding-right: .2rem;
}
.g_nav .btn a:hover .btn-text2 {
  padding-left: .2rem;
  padding-right: 3.8rem;
}

.g_nav .btn a {
  display: flex;
  padding: 0 !important;
  border: none !important;
}

.g_nav .btn em {
  position: relative;
  font-style: normal;
  z-index: 10;
}

.g_nav .btn img {
  position: absolute;
  right: 12px;
  z-index: 10;
  top: calc(50% + 2px);
  transform: translate(-50%, -50%);
}

.g_nav ul a {
  color: #FFFFFF;
  font-size: 1.3vw;
  font-weight: 400;
  padding: 0 1.2vw;
}

.g_nav btn a {
  padding: 0 0 1.8rem 1rem !important;
}

/* .fv {
  text-align: center;
  background-image: url(../images/pc/back_fv.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top 13rem center;
  padding-bottom: 7.3rem;
}

.fv p:first-of-type {
  padding: 9rem 0 2.8rem 0;
} */

.fv {
  padding-top: 2rem;
  margin-bottom: -2rem;
}

.fv_max {
  display: none;
}

.cta_btn {
  padding-bottom: 0.5rem;
  text-align: center;
}

.cta_btn a {
  display: block;
  background: transparent linear-gradient(180deg, #FACC22 0%, #F83600 100%) 0% 0%;
  opacity: 1;
  width: 46rem;
  margin: 0 auto;
  padding: 2.4rem;
  border-radius: 4rem;
  /* margin-top: 0.8rem; */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1);
  transition: all .3s;
  margin-left: .2em;
  flex: 1;
}

.cta_btn a:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
  border-color: transparent;
}

.form .button:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
  border-color: transparent;
}

.worries {
  margin-top: 2rem;
  text-align: center;
}

.worries h2 {
  padding-bottom: 3.9rem;
}

.worries li {
  text-align: left;
  padding: 0 0 3.6rem 0;
  width: 44.7rem;
  margin: 0 auto;
}

.worries .text {
  display: block;
  margin: auto;
}

.worries p {
  display: block;
  text-align: right;
  width: 71.7rem;
  margin: -17rem auto 0 auto;
}

.worries p img {
  width: 16.2rem;
}

.triangle-bg {
  position: relative;
  height: 5rem;
  background-color: #24C281;
  margin-bottom: -0.1rem;
}

.triangle-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 36%;
  box-sizing: border-box;
  border-right: 13vw solid transparent;
  border-left: 13vw solid transparent;
  border-top: 6rem solid #ffffff;
}

.triangle-bg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-size: contain;
}

.movie {
  background-color: #24C281;
  text-align: center;
}

.movie h2 {
  padding: 2rem 0 4.8rem 0;
}

.movie p {
  padding: 7.4rem 0 3.8rem 0;
}

.movie ul {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 5rem;
}

.movie ul li {
  padding: 0 0 2.5rem 0;
}

.movie .cta_btn {
  padding-bottom: 5rem;
}

.movie-youtube {
  max-width: 90%;
  margin: auto;
}

.movie-wrap {
  max-width: 600px;
  margin: auto;
}

.movie-content {
  position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie-content:hover {
  cursor: pointer;
}

.movie-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie-content .movie-thumb {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 100%;
}

.wave {
  position: absolute;
  height: 80px;
  width: 100%;
  background: #24C281;
  top: 0;
}

.wave::before,
.wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 106% 48%;
}

.wave::before {
  width: 55%;
  height: 119%;
  background-color: #fff;
  right: 0%;
  top: 60%;
}

.wave::after {
  width: 55%;
  height: 100%;
  background-color: #24C281;
  left: -1.5%;
  top: 40%;
}

.what {
  position: relative;
  /* background-image: url(../images/pc/back_what.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  margin-top: -.1rem;
}

.what .inner {
  max-width: 950px;
  width: 100%;
  padding: 0;
}

.what_top {
  position: absolute;
  top: 0;
  z-index: 1;
  max-width: auto;
  width: 100%;
}

.what_bottom {
  position: absolute;
  bottom: 0;
}

.what_kira {
  position: absolute;
  bottom: 0;
  right: 5%;
}

.what .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.what h2 {
  padding-left: 7%;
}

.features {
  background-color: #24C281;
  text-align: center;
}

.features h2 {
  padding: 7rem 0 3rem 0;
}

.features ul li {
  padding: 0 0 1.7rem 0;
}

.curriculum {
  text-align: center;
  background-image: url(../images/pc/wave1.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  background-color: #F4F4F4;
  padding: 10% 0 0;
}

.curriculum .inner {
  max-width: 1000px;
}

.curriculum h2 {
  padding-bottom: 0.5rem;
}

.curriculum .wrap {
  width: 67.2rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
}

.curriculum table {
  width: 32rem;
  border-collapse: separate;
}

.curriculum table td {
  padding: 2rem 0;
}

.curriculum tr:first-of-type th:first-of-type {
  color: #FFFFFF;
  background-color: #24C281;
  border-radius: 2rem 2rem 0 0;
  border-collapse: separate !important;
  border: .1rem solid #707070;
  padding: 2rem 0;
  font-weight: 400;
}

.curriculum table tr td {
  background-color: #FFFFFF;
  border-bottom: .1rem solid #707070;
  border-left: .1rem solid #707070;
  border-right: .1rem solid #707070;
}

.curriculum p:first-of-type {
  text-align: right;
  margin-top: -29rem;
}

.curriculum p:nth-of-type(2) {
  text-align: left;
  margin-top: -15rem;
}

.comparison {
  text-align: center;
  background-image: url(../images/pc/wave2.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  background-color: #ffffff;
  padding: 10rem 0 5rem;
  margin-top: -21rem;
}

.comparison .inner {
  max-width: 1000px;
}

.comparison h2 {
  margin: -8rem 0 4.8rem 0;
}

.comparison table {
  font-size: 1.8rem;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0.8rem 0;
}

.comparison tr:first-of-type {
  color: #FFFFFF;
  font-size: 2rem;
  background-color: #B2B2B2;
  border-radius: 2rem 2rem 0 0;
  border-collapse: separate !important;
  border: 2px solid #24C281;
  color: #FFFFFF;
  font-size: 2rem;
  background-color: #B2B2B2;

}

.comparison tr:first-of-type th:nth-of-type(2) {
  color: #FFFFFF;
  font-size: 2.6rem;
  letter-spacing: 1.2px;
  background-color: #24C281;
  border-radius: 2rem 2rem 0 0;
  border-collapse: separate !important;
  border: 2px solid #24C281;
  padding: 2rem 0;
  box-shadow: 0 .3rem .6rem rgba(0, 0, 0, 0.2);
}

.comparison tr:first-of-type th:nth-of-type(3),
.comparison tr:first-of-type th:nth-of-type(4) {
  color: #FFFFFF;
  letter-spacing: 1.2px;
  background-color: #B2B2B2;
  border-radius: 2rem 2rem 0 0;
  border-collapse: separate !important;
  border: 1px solid #707070;
  padding: 2rem 0;
}

.comparison tr:first-of-type th:nth-of-type(1) {
  color: #FFFFFF;
  font-size: 2rem;
  background-color: #FFFFFF;
}

.comparison tr td {
  padding: 2rem 0;
}

.comparison tr td:nth-of-type(2) {
  background-color: #F1FFDB;
  border-bottom: 0.2rem solid #24C281;
  border-left: 0.2rem solid #24C281;
  border-right: 0.2rem solid #24C281;
  width: 35.6rem;
  letter-spacing: 1.2px;
  line-height: 1.5;
  font-weight: 600;
  box-shadow: 0 .3rem .6rem rgba(0, 0, 0, 0.2);
  vertical-align: middle;
}

.comparison tr td:nth-of-type(3),
.comparison tr td:nth-of-type(4) {
  background-color: #F7F7F7;
  border-bottom: 0.1rem solid #707070;
  border-left: 0.1rem solid #707070;
  border-right: 0.1rem solid #707070;
  width: 24.4rem;
  letter-spacing: 1.2px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.8rem;
  vertical-align: middle;
}

.comparison tr:nth-of-type(6) td:nth-of-type(2) {
  text-align: left;
  padding-left: 1.2%;
}

.comparison tr td:first-of-type {
  font-size: 1.8rem;
  background-color: #F7F7F7;
  border-left: 0.1rem solid #707070;
  border-right: 0.1rem solid #707070;
  border-bottom: 0.1rem solid #707070;
  width: 14.7rem;
  height: 7.3rem;
  vertical-align: middle;
}

.comparison tr:nth-of-type(2) td:first-of-type {
  border-top: 0.1rem solid #707070;
}

.flow {
  text-align: center;
  background-image: url(../images/pc/wave3.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  background-color: #F7F7F7;
  padding: 10rem 0 5rem;
}

.flow .wrap {
  display: flex;
  justify-content: center;
  padding: 0 0 3rem;
}

.flow .item {
  margin-top: 3rem;
}

.flow li {
  padding-bottom: 3rem;
  position: relative;
  padding-left: 5%;
}

.flow li:not(:last-of-type):after {
  position: absolute;
  display: block;
  content: url(../images/pc/icon_flow.svg);
  left: 50%;
  top: 82.8%;
}

.philosophy {
  background-image: url(../images/pc/wave4.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  padding: 22rem 0 11rem;
}

.philosophy .wrap {
  display: flex;
  justify-content: center;
}

.philosophy h2 {
  padding-right: 5.4rem;
}

.philosophy .text {
  margin-top: -23rem;
  text-align: right;
}

.philosophy h3 {
  text-align: center;
  margin-top: 20rem;
}

.slide-items {
  width: 100%;
  display: flex;
  max-width: 87%;
  margin: auto;
}

.slide-items li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;

}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}

.slick-next:before {
  content: url(../images/sp/icon_s_1.png);
  font-weight: 900;
  font-size: 2.5rem;
}

.slick-prev:before {
  content: url(../images/sp/icon_s_2.png);
  font-weight: 900;
  font-size: 2.5rem;
}

.slide-items p:first-of-type {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 2.9rem 0 1.9rem 0;
}

.slide-items p:nth-of-type(2) {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0rem 1rem 1rem 2rem;
}

.slide-items img {
  width: 15rem;
  margin: 0 auto;
  padding: 2rem 0 0 0;
}

.slide-box {
  border: 0.1rem solid #707070;
  border-radius: 1rem;
  width: 28rem;
  margin-top: 4rem;
}

.form {
  background-image: url(../images/pc/wave5.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  padding: 10rem;
  background-color: #24C281;
}

.form h2 {
  text-align: center;
  margin-bottom: 3.9rem;
}

.form .cont {
  display: flex;
  justify-content: space-between;
  width: 49.4rem;
  margin: 4.6rem auto 3.9rem auto;
}

.entry__title {
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

.entry__unit {
  display: flex;
  width: 77.1rem;
  margin: 0 auto 1.7rem auto;
  justify-content: space-between;
}

.entry__title span {
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #E35103;
  padding: .1rem .2rem;
}

.entry__unit:last-of-type {
  justify-content: left;
}

.entry__input {
  width: 54rem;
  padding: 2rem;
  border-radius: 1rem;
  border: none;
  line-height: 1.6;
  /* text-indent: 1em; */
  font-size: 1.6rem;
}

.form .btn {
  text-align: center;
}

.form .button {
  background: transparent linear-gradient(180deg, #FACC22 0%, #F83600 100%) 0% 0%;
  opacity: 1;
  border-radius: 3.6rem;
  padding: 1.4rem;
  border: none !important;
  padding: 1.5rem 4rem;
  margin-top: 4.5rem;
  cursor: pointer;
  transition: all .3s;
}

.form .button.submit {
  padding: 1.5rem 2rem 1.5rem 6rem;
}

.entry__unit:last-of-type .entry__text {
  color: #FFFFFF;
  padding-left: 9%;
}

.entry__text a {
  color: #FFFFFF;
  border-bottom: 1px solid #ffffff;
}

.entry__input::placeholder {
  color: #C1C1C1;
  font-size: 1.6rem;
  font-family: monospace;
  font-weight: normal;
}

.question {
  background-image: url(../images/pc/wave6.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}


.accordion {
  max-width: 80rem;
  margin: 0 auto;
}

.question h2 {
  text-align: center;
  padding: 10rem 0 4rem 0;
}

nav {
  display: none;
}

.nav-open {
  padding: 2rem 5rem;
  color: #fff;
  font-size: 1.8rem;
  background: #24C281;
  position: relative;
  border-radius: 1rem;
  cursor: pointer;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.nav-open::before {
  /* 閉じている時 */
  content: "＋";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
}

.more::before {
  /* 閉じている時 */
  content: url(../images/pc/Icon_1.png) !important;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 2.8rem;
}

.more.on-click::before {
  /* 閉じている時 */
  content: url(../images/pc/Icon_2.png) !important;
  position: absolute;
  right: 20px;
  top: 9px;
  font-size: 2.8rem;
}

.nav-open.active::before {
  /* 開いている時 */
  content: "－";
  font-size: 2.8rem;
}

.nav-open::after {
  content: url(../images/sp/Q.svg);
  position: absolute;
  left: 30px;
  top: 55%;
  transform: translate(-50%, -50%);
}

.nav-open.active {
  border-radius: 1rem 1rem 0 0;
}

.accordion nav {
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-radius: 0 0 1rem 1rem;
  font-size: 1.6rem;
  margin-top: -3rem;
  padding: 5rem 2rem 2rem 7rem;
  line-height: 1.5;
  position: relative;
  vertical-align: top;
}
.accordion nav a {
  color: #24C281;
}

.accordion nav em {
  color: #E6321B;
  font-style: normal;
}

.nav_more_wrap nav:first-of-type {
  border: none;
  padding: 0;
}

.nav_more_wrap .nav_wrap nav {
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-radius: 0 0 1rem 1rem;
  font-size: 1.6rem;
  padding: 2rem 2rem 2rem 7rem;
  line-height: 1.5;
  position: relative;
  vertical-align: top;
}


nav::before {
  content: url(../images/sp/A.svg);
  position: absolute;
  margin-left: -4rem;
  margin-top: .5rem;
}

.nav_more_wrap nav::before {
  content: none;
}

.nav_more_wrap nav .nav_wrap nav::before {
  content: url(../images/sp/A.svg);
  margin-left: -4rem;
  margin-top: -1rem;
}


.nav_wrap {
  margin-bottom: 2rem;
}

.question .cta_btn {
  text-align: center;
  margin: 4rem 0 8.4rem 0;
}

footer {
  background-color: #000000;
  color: #FFFFFF;
}

footer a {
  color: #FFFFFF;
}

footer .wrap {
  display: flex;
  justify-content: space-between;
  padding: 4.5rem 7.3rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

footer img {
  width: 17.3rem;
  margin-bottom: 1.8rem;
}

footer ul:nth-child(2) {
  text-align: right;
}

footer ul a {
  border-bottom: 1px solid #FFFFFF;
  line-height: 2;
}

.what h2 {
  position: relative;
  margin: 0 5rem 0 0;
  padding: 17% 2rem;
  background: #F7F7F7;
}

.what h2 picture {
  margin-top: -2rem;
}

.what h2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 50vw;
  height: 100%;
  background-color: #f7f7f7;
}

.what h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 5rem;
  height: 100%;
  background-color: #f7f7f7;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.txt-hide {
  display: none;
}

/* button.more {
  margin: 20px auto;
  display: block;
  color: #fff;
  padding:10px 15px;
  border: none;
  outline: 0;
  transition: .5s;
  -erbkit-transition: .5s;
  }
 */
button.more {
  width: 80rem;
  margin: 20px auto;
  display: block;
  transition: .2s;
  -erbkit-transition: .2s;
  background-color: #FFFFFF;
  padding: 1.5rem 1.5rem;
  color: #24C281;
  font-size: 1.8rem;
  background: #ffffff;
  position: relative;
  border-radius: 1rem;
  text-indent: 0em;
  border: 2px solid #24C281;
  text-align: center;
  margin-bottom: 2rem;
}

button.more::after {
  content: "もっと見る";
  transition: .2s;
  -erbkit-transition: .2s;
}

button.more.on-click::after {
  content: "閉じる";
}

button.more::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 2.8rem;
}

.question .pc-only{
  display: flex;
  justify-content: center;
  align-items: center;
}

.question .pc-only picture:nth-of-type(2) {
  padding-left: 2rem;
}

.question .pc-only picture:first-of-type {
  margin-top: 3rem;
}

.question .cta_btn a {
  margin-top: 0rem;
}

.slick-dots {
  bottom: -45px !important;
}

/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------スマートフォン／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {
  .what h2::before,
  .what h2::after {
    content: none;
  }
  .fv img {
    width: 100%;
  }
  .header {
    display: flex;
    justify-content: space-between;
    background: #24C281;
    padding: 1.2rem;
    width: 4rem;
    height: 4rem;
    margin: 1rem;
    border-radius: .4rem;
  }

  .nav-button {
    display: none;
  }

  .header .nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
  }

  .header .nav li {
    display: inline-block;
    margin: 0 10px;
  }

  .nav-wrap.open {
    display: block;
  }

  .nav-wrap.close {
    display: none;
  }

  @media screen and (min-width: 768px) {
    .nav-wrap {
      display: block !important;
    }
  }

  .content {
    padding: 2rem;
  }

  .nav-button {
    display: block;
    cursor: pointer;
  }

  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(36, 194, 129, 0.9);
    width: 100%;
    height: 100%;
    padding-top: 4rem;
  }

  .nav-wrap .nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .nav-wrap .nav li {
    display: block;
    margin: 1.5em;
    text-align: center;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ffff;
    position: relative;
  }


  .nav-wrap .nav li ::after {
    content: url(../images/sp/icon_s_3.png);
    position: absolute;
    display: block;
    top: 0;
    right: 1rem;
  }

  .nav-wrap a {
    color: #fff;
    font-size: 18px;
  }

  /*メニューボタンのエフェクト*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .nav-button {
    z-index: 20;
    position: relative;
    width: 40px;
    height: 36px;
  }

  .nav-button span {
    position: absolute;
    left: -3px;
    width: 2.2rem;
    margin: 0 auto;
    height: .2rem;
    background-color: #fff;
    border-radius: .4rem;
  }

  .nav-button span:nth-of-type(1) {
    top: 0;
  }

  .nav-button span:nth-of-type(2) {
    top: .8rem;
    left: 1%;
    width: 1.6rem;
  }

  .nav-button span:nth-of-type(3) {
    bottom: 1.8rem;
    left: 15.5%;
    width: 1.1rem;
  }

  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    width: 2rem;
  }

  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }

  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    width: 2rem;
    left: -15%;
  }

  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }


  img {
    max-width: 100%;
  }

  .inner {
    width: 100%;
    padding: 0 .5rem ;
    margin-top: 0rem;
  }

  .movie .inner {
    margin-top: 6.7rem;
  }

  .curriculum .wrap {
    width: 98%;
  }

  .cta_btn a {
    width: 80%;
  }

  .worries p {
    text-align: center;
    width: 100%;
  }

  .form .cont {
    width: 100%;
  }

  .entry__unit {
    width: 100%;
  }

  .entry__input {
    width: 100%;
  }

  .worries li {
    width: 100%;
  }

  .comparison {
    padding: 0;
  }


  .logo img {
    width: 70%;
    padding-top: 0rem;
  }

  /* .fv p:first-of-type {
    padding: 0rem 0 2rem 0;
  }

  .fv p:first-of-type img {
    width: 100%;
  }

  .fv {
    background-image: url(../images/sp/back_fv.png);
    padding-bottom: 2.3rem;
  }

  .fv p:nth-of-type(2) img {
    width: 95%;
    margin-bottom: 1rem;
  } */

  .cta_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .cta_btn a {
    padding: 1.4rem;
  }

  .worries h2 {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .worries li {
    padding: 0 0 1.6rem 0;
    width: 80%;
    margin: 0 auto;
  }

  .worries p img {
    width: 10.8rem;
  }

  .worries p {
    text-align: right;
    margin: 0rem auto 0 auto;
  }

  .triangle-bg {
    bottom: 0rem;
  }

  .movie {
    margin-top: -7rem;
  }

  .movie h2 {
    padding: 12rem 0 4.8rem 0;
  }

  .triangle-bg::before {
    content: "";
    position: absolute;
    top: -.1rem;
    left: 33%;
    box-sizing: border-box;
    border-right: 16vw solid transparent;
    border-left: 16vw solid transparent;
    border-top: 2rem solid #ffffff;
  }

  .movie h2 {
    padding: 0 1rem 3rem;
  }

  .movie p {
    padding: 3.4rem 0 0.8rem 0;
  }

  .movie p img {
    width: 80%;
    margin: 0 auto;
  }

  .movie ul li {
    padding: 0 0 1.5rem 0;

  }

  .movie ul li:nth-last-of-type(2) {
    padding: 0;
  }

  .movie ul li {
    width: 97%;
    margin: 0 auto;
  }

  .movie ul {
    text-align: center;
    padding-bottom: 0rem;
  }

  .movie .cta_btn {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 0rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    z-index: 2;
  }

  .movie .cta_btn {
    padding-bottom: 0rem;
  }

  .what .wrap {
    display: block;
  }

  .what {
    background-image: url(../images/sp/back_what.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
  }

  .what h2 {
    width: 80%;
    margin: -1rem auto 6rem auto;
    padding: 7rem 2rem 2rem;
    text-align: center;
    padding-left: 0;
  }

  /* .what_top {
    display: none;
  } */
  .what_bottom {
    display: none;
  }
  .what_kira {
    display: none;
  }

  .features {
    background-image: url(../images/sp/wave1.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    padding-bottom: 2rem;
  }

  .features h2 {
    width: 90%;
    margin: 1rem auto 0rem auto;
  }

  .curriculum {
    padding: 0rem;
    background-image: url(../images/sp/wave2.png);
  }

  .curriculum h2 {
    margin-bottom: 2rem;
  }

  .curriculum table tr td {
    font-size: 1.6rem;
  }

  .curriculum .inner {
    padding: 0 1rem;
  }

  .curriculum p:first-of-type {
    text-align: right;
    margin-top: -3rem;
  }

  .curriculum p:nth-of-type(2) {
    text-align: left;
    margin-top: -20rem;
  }

  .curriculum table {
    width: 49%;
    border-collapse: separate;
  }

  .curriculum table:nth-of-type(2) tr:first-of-type th:first-of-type {
    padding: 2.1rem 0;
  }

  .comparison {
    text-align: center;
    background-image: url(../images/sp/wave3.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    background-color: #ffffff;
    padding: 0rem;
    margin-top: 8rem;
  }

  .comparison h2 {
    padding-top: 7rem;
  }

  .comparison .inner:nth-of-type(2) {
    margin-inline: auto;
    margin-top: 100px;
    overflow-x: auto;
    white-space: nowrap;
    width: 96%;
    margin: 0 auto;
  }

  .container table {
    width: 90%;
    margin: 0 auto;
  }

  .comparison tr:first-of-type th:nth-of-type(2) {
    font-size: 1.4rem;
    border-collapse: separate !important;
  }

  .comparison tr td:first-of-type {
    font-size: 1.4rem;
    vertical-align: middle;
    width: 10rem;
    padding: 0 .7rem;
  }

  .comparison table {
    font-size: 1.4rem !important;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0.8rem 0;
  }

  .comparison tr td {
    padding: 1.1rem 0;
  }

  .comparison tr td:nth-of-type(4),
  .comparison tr td:nth-of-type(3) {
    font-size: 1.4rem;
    padding: 0 .7rem;
  }


  .comparison tr td:nth-of-type(2) {
    padding: 0 .7rem;
  }

  .flow {
    text-align: center;
    background-image: url(../images/sp/wave4.png);
    padding: 5rem 1rem 0 1rem;
    margin-top: 5rem;
  }

  .flow .item:first-of-type {
    padding-top: 2rem;
    /* width: 17%; */
  }

  .flow .cta_btn {
    margin-top: 0rem;
  }

  .flow .wrap {
    padding: 0 0 3rem;
  }

  .philosophy .wrap {
    display: block;
    text-align: right;
  }

  .philosophy h2 {
    padding-right: 0rem;
    width: 60%;
    margin: 0 1rem 3rem auto;
  }

  .philosophy {
    padding: 5rem 0;
    position: relative;
  }

  .img {
    position: absolute;
    width: 32%;
    top: 4.5rem;
  }

  .philosophy .text img {
    width: 100% !important;
    margin: 3rem auto 0 auto !important;
    padding: 0 1rem;
  }

  .philosophy h4 {
    width: 69%;
    margin: -13px 1rem 0 auto;
  }

  .philosophy .text {
    margin-top: 4%;
    text-align: right;
  }

  .philosophy h3 {
    margin-top: 4rem;
  }

  .slick-next:before {
    font-size: 2rem;
  }

  .slick-prev:before {
    font-size: 2rem;
  }

  .form {
    background-image: url(../images/sp/wave6.png);
    padding: 5rem 1rem 2rem 1rem;
  }

  .form .cont {
    margin: 0.6rem auto 3.9rem auto;
  }

  .entry__unit {
    display: block;
    width: 100%;
    margin: 0 auto 1.7rem auto;
    justify-content: space-between;
  }

  .entry__unit:last-of-type{
    display: block;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }

  .entry__input {
    padding: 1.1rem;
    box-sizing: border-box;
  }

  .entry__title {
    padding-bottom: 1rem;
  }

  .entry__unit:last-of-type .entry__text {
    padding-left: 0%;
    line-height: 1.6;
  }

  /* .entry__unit:nth-of-type(5) .entry__input {
    padding: 1.1rem 0 11rem 0rem !important;
  } */

  .form .button {
    margin-top: 0.5rem;
  }

  .question {
    background-image: url(../images/sp/wave7.png);
    background-size: 100%;
  }

  .question h2 {
    width: 65%;
    margin: -1rem auto 0 auto;
    padding: 5rem 0 3rem 0;
  }

  .nav-open {
    padding: 1.5rem 4rem;
    color: #fff;
    font-size: 1.5rem;
    background: #24C281;
    position: relative;
    border-radius: 1rem;
    text-indent: 0em;
  }

  .form .button {
    opacity: 1;
    border-radius: 3.6rem;
    border: none !important;
    padding: .8rem 1rem 1rem 2rem;
    margin-top: 1.5rem;
  }

  .accordion {
    max-width: 95%;
    margin: 0 auto;
  }

  .nav-open::after {
    left: 5%;
    top: 55%;
  }

  .nav-open.active::before {
    content: "－";
    font-size: 2rem;
  }

  .nav-open::before {
    content: "＋";
    position: absolute;
    right: 2%;
    top: 50%;
    font-size: 2rem;
  }

  .accordion nav {
    font-size: 1.5rem;
    padding: 4rem 1rem 1rem 3.7rem;
    line-height: 1.5;
  }


  .accordion nav::before {
    content: url(../images/sp/A.svg);
    margin-left: -7.5%;
    margin-top: 1%;
    position: absolute;
  }

  .nav_more_wrap .nav_wrap nav {
    font-size: 1.5rem;
    padding: 1rem 1rem 1rem 3.7rem;
    line-height: 1.5;
  }

  .nav_more_wrap nav .nav_wrap nav::before {
    content: url(../images/sp/A.svg);
    margin-left: -10%;
    margin-top: 1%;
    position: absolute;
  }

  .nav_more_wrap .nav-open::before {
    content: "＋";
    position: absolute;
    right: 4%;
    top: 24%;
    font-size: 2rem;
  }

  .nav_more_wrap .nav-open.active::before {
    content: "－";
    font-size: 2rem;
    right: 4%;
    top: 24%;
    font-size: 2rem;
  }

  .nav_wrap {
    margin-bottom: 1.5rem;
  }

  .nav_more_wrap .more {
    padding: 1rem 1.5rem;
    text-indent: 0em;
  }

  .question .cta_btn {
    margin: 4rem 0 4.4rem 0;
  }

  footer .wrap {
    display: block;
    justify-content: space-between;
    padding: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  footer img {
    width: 13.3rem;
    margin-bottom: 1.8rem;
  }

  footer ul:nth-child(2) {
    text-align: left;
    padding: 4.9rem 0 9rem 0;
  }

  .comparison tr:nth-of-type(6) td:nth-of-type(2) {
    text-align: left;
    padding-left: 0%;
  }

  header {
    display: flex;
    justify-content: space-between;
  }

  button.more {
    max-width: 95%;
    padding: 1rem 1.5rem;
  }

  .more.on-click::before {
    content: url(../images/pc/Icon_2.png) !important;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 2.8rem;
  }

  .more.on-click::before {
    content: url(../images/pc/Icon_2.png) !important;
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 2.8rem;
  }

  header {
    background-color: #FFFF;
    width: 100%;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  /* .fv p:first-of-type {
    padding: 6rem 0 2.8rem 0;
  } */

  
}

@media screen and (min-width:769px) and (max-width:1101px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }

  .entry__unit {
    width: 67.1rem;
  }

  .g_nav ul a {
    color: #FFFFFF;
    font-size: 1.4vw;
    font-weight: 400;
    padding: 0 1vw;
  }

  .logo {
    padding: 0.5rem 1rem 0 2rem;
    /* background-color: #FFFFFF; */
    width: 18%;
  }

  .cta_btn a {
    margin: .8rem auto 0;
  }

  .fv-wrap .cta_btn{
    position: relative;
    margin-top: -5rem;
    z-index: 1;
  }
  .worries {
    margin-top: 5rem;
  }
  .flow .wrap {
    padding: 0 0 6rem;
  }
}

@media screen and (min-width:1102px) and (max-width:1399px) {
  .fv h1 img {
    width: 100%;
  }
  .cta_btn a {
    margin: .8rem auto 0;
  }
  .fv-wrap .cta_btn{
    position: relative;
    margin-top: -7rem;
    z-index: 1;
  }
  .worries {
    margin-top: 5rem;
  }
  .flow .wrap {
    padding: 0 0 6rem;
  }
}

@media screen and (min-width:1400px) {
  /* .fv {
    padding-bottom: 19.3rem;
  } */

  .fv {
    position: relative;
  }

  .fv h1 {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1000px;
  }

  .fv h1 img {
    width: 1000px;
  }

  .fv-wrap .cta_btn{
    position: relative;
    margin-top: -7rem;
    z-index: 1;
  }

  .fv_max {
    display: block;
    width: 100%;
  }

  .g_nav ul a {
    color: #FFFFFF;
    font-size: 1vw;
    font-weight: 400;
    padding: 0 1vw;
  }

  .what {
    padding: 0;
  }

  .cta_btn a {
    margin: .8rem auto 0;
  }
  .comparison h2 {
    margin-top: -1vw;
  }
  .worries {
    margin-top: 5rem;
  }
  .flow .wrap {
    padding: 0 0 6rem;
  }
}

/* 確認画面 */

.confirm {
  background-image: none;
  padding: 5.1rem 0 14rem 0;
  background-color: #24C281;
}

.confirm h2 {
  text-align: center;
  margin-bottom: 3.9rem;
}

.confirm .entry__input {
    max-width: 36rem;
    padding: 2rem;
    border-radius: 1rem;
    border: none;
    background: none;
    color: #fff;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    /* text-indent: 1em; */
}

.confirm .entry__list {
  background-color: #179A64;
  background-color: #fefefe;
  border-radius: 1rem;
  padding: 3.4rem ;
}

.confirm .entry__input::placeholder {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 300;
}

.confirm .entry__title {
  color: #333;
  font-weight: 600;
}

.confirm .cont {
  display: flex;
  justify-content: space-between;
  width: 49.4rem;
  margin: 4rem auto 4.4rem auto;
}

.confirm .inner {
    max-width: 76.8rem;
    margin: 0 auto;
}

.confirm .btn-item{
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}

.confirm .entry__unit {
    width: 95%;
}

.confirm .form2 .btn:nth-of-type(2) .button{
    padding: 2.1rem 4rem;
}

.confirm .form2 .btn:first-of-type .button {
    background:transparent linear-gradient(180deg, #B7B7B7 0%, #5C5C5C 100%) 0% 0%;
    padding: 2.1rem 8rem 2.1rem 2rem !important;
    margin-top: 4.5rem;
}
.confirm .form2 .btn.-send {
  text-align: center;
}
.confirm .form2 .btn.-send .button {
  background:transparent linear-gradient(180deg, #B7B7B7 0%, #5C5C5C 100%) 0% 0%;
  padding: 2.1rem 10rem 2.1rem 10rem;
  margin-top: 4.5rem;
}

.confirm .form2 .entry__unit:last-of-type {
    justify-content: space-between;
}

.confirm .button {
  background: transparent linear-gradient(180deg, #FACC22 0%, #F83600 100%) 0% 0%;
  opacity: 1;
  border-radius: 3.6rem;
  padding: 1.4rem;
  border: none !important;
  padding: 1.5rem 4rem;
  margin-top: 4.5rem;
  cursor: pointer;
  transition: all .3s;
}

.confirm .btn:first-of-type .button {
  background: transparent linear-gradient(180deg, #B7B7B7 0%, #5C5C5C 100%) 0% 0%;
  padding: 2.1rem 8rem 2.1rem 2rem;
  margin-top: 4.5rem;
}

.confirm .button:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
  border-color: transparent;
}

.confirm #send {
  display: none;
}

.confirm .entry__text a {
  color: #333 !important;
  pointer-events: none;
}



@media screen and (max-width:768px) {
  .confirm {
    background-image: none;
    padding: 5.4rem 0 5.8rem 0;
  }
  .confirm .entry__list {
      padding: 2.7rem 2.5rem;
  }

  .confirm .form2 .btn:first-of-type .button{
      padding: 2.1rem 11rem 2.1rem 2rem;
      margin-top: 4.5rem;
  }

  .confirm .form2 .entry__unit:nth-of-type(5) .entry__input {
      /* padding: 1.1rem 0!important; */
  }

  .confirm .form2 .btn-item {
    display: block;
    width: 100%;
  }

  .confirm .form2 .btn{
    width: 28rem;
    margin: 0 auto;
  }

  .confirm .form2 .btn:nth-of-type(2) .button {
      padding: 2rem 2rem;
  }

  .confirm .form2 .btn.-return .button {
    padding: 2rem 10rem;
  }

  .confirm .form2 .-send .button {
    padding: 2rem 11.5rem !important;
  }

  /* .confirm .form2 {
      background-image: none;
      padding: 5.4rem 0 5.8rem 0;
  } */

  .confirm .form2 .cont {
    max-width: 32rem;
  }
  .confirm .cont {
    max-width: 32rem;
  }
  .confirm .btn:nth-of-type(2) .button {
    opacity: 1;
    border-radius: 3.6rem;
    border: none !important;
    padding: 2rem 2rem;
    margin-top: 1.5rem;
  }
}

/* 完了画面 */

.complete {
  background-image: none;
  padding: 5.1rem 0 14rem 0;
  background-color: #24C281;
}

.complete h2 {
  text-align: center;
  margin-bottom: 3.9rem;
}

.complete .entry__input {
  max-width: 36rem;
  padding: 2rem;
  border-radius: 1rem;
  border: none;
  background: none;
  /* text-indent: 1em; */
}

.complete .entry__list {
  background-color: #179A64;
  background-color: #fefefe;
  border-radius: 1rem;
  padding: 3.4rem 0;
  color: #FFFFFF;
  color: #333;
  text-align: center;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.complete .entry__list a {
  /* color: #FFFFFF; */
}

.complete .entry__input::placeholder {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 300;
}

.complete .entry__title {
  font-weight: 600;
}

.complete .cont {
  display: flex;
  justify-content: space-between;
  width: 49.4rem;
  margin: 4rem auto 4.4rem auto;
}

.complete .inner {
  max-width: 76.8rem;
  margin: 0 auto;
}
.complete .form2 .btn:nth-of-type(2) .button {
  padding: 2.1rem 4rem;
}

.complete .form2 .btn:first-of-type .button {
  display: inline-block;
  background: transparent linear-gradient(180deg, #B7B7B7 0%, #5C5C5C 100%) 0% 0%;
  padding: 2.1rem 12rem 2.1rem 2rem;
  margin-top: 4.5rem;
}

.complete h1 {
  font-size: 3.6rem;
}

.complete .entry__list p:first-of-type {
  padding: 3.3rem 0 2rem;
}

.complete hr {
  border-top: 2px dotted #FFFFFF;
  border-top: 2px dotted #333;
  border-right: none;
  border-bottom: none;
  border-left: none;
  max-width: 60.8rem;
  margin: 0 auto;
}

.complete .entry__list p:nth-of-type(2){
  padding: 4.3rem 0 0 0 ;
}

.complete .entry__list p:nth-of-type(3){
  padding: 0 0 4.3rem 0 ;
}

.complete .button {
  background: transparent linear-gradient(180deg, #FACC22 0%, #F83600 100%) 0% 0%;
  opacity: 1;
  border-radius: 3.6rem;
  padding: 1.4rem;
  border: none !important;
  padding: 1.5rem 4rem;
  margin-top: 4.5rem;
  cursor: pointer;
  transition: all .3s;
}

.complete .btn {
  text-align: center;
}

.complete .btn:first-of-type .button {
  background: transparent linear-gradient(180deg, #B7B7B7 0%, #5C5C5C 100%) 0% 0%;
  padding: 2.1rem 8rem 2.1rem 2rem;
  margin-top: 4.5rem;
}

.complete .button:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
  border-color: transparent;
}

@media screen and (max-width:768px) {
  .complete {
    background-image: none;
    padding: 5.4rem 0 5.8rem 0;
  }

  .complete .entry__list {
    padding: 2.7rem 2.5rem;
  }

  .complete .entry__unit:nth-of-type(5) .entry__input {
    padding: 1.1rem 0 !important;
  }

  .complete .btn-item {
    display: block;
    width: 100%;
  }

  .complete .form2 .btn {
    width: 28rem;
    margin: 0 auto;
  }

  .complete .form2 .btn:nth-of-type(2) .button {
    padding: 2rem 2rem;
  }

  /* .complete .form2 {
    background-image: none;
    padding: 5.4rem 0 5.8rem 0;
  } */

  .complete .form2 .cont {
    max-width: 32rem;
  }

  .complete h1 {
    font-size: 2.4rem;
  }

  .complete .entry__list a {
    font-size: 1.4rem;
  }
  .complete .entry__list p:nth-of-type(2) {
    padding: 3.5rem 0 0 0;
  }
  .complete .entry__list p:nth-of-type(3) {
    padding: 0 0 3.6rem 0;
  }

  .complete .form2 .btn:first-of-type .button {
    padding: 2rem 42% 2rem 8%;
    margin-top: 2.8rem;
  }
  .complete .cont {
    max-width: 32rem;
  }
}