@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-size: 62.5%;
  line-height: normal;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

li {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.main-visual-inner {
  position: relative;
  height: 375px;
}
@media screen and (min-width: 640px) {
  .main-visual-inner {
    position: relative;
    height: 600px;
  }
}

.mv-video {
  width: 100%;
  height: 375px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .mv-video {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
  }
}

.mv-video::after {
  content: "";
  width: 100%;
  height: 600px;
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.mv-video video {
  min-width: 100%;
  min-height: 300px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 640px) {
  .mv-video video {
    min-width: 100%;
    min-height: 600px;
    width: auto;
    height: auto;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

.key {
  position: absolute;
  top: 35%;
  left: 5%;
}
.key p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #009688;
}
.key h1 span {
  font-size: 3.5rem;
  background: #009688;
  color: #fff;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.key h1 span:first-child {
  margin-top: 1rem;
}
@media screen and (min-width: 640px) {
  .key {
    position: absolute;
    top: 35%;
    left: 5%;
  }
  .key p {
    font-size: 3.5rem;
    font-weight: bold;
    color: #009688;
  }
  .key h1 span {
    font-size: 6rem;
    background: #009688;
    color: #fff;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0 1rem;
  }
  .key h1 span:first-child {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 821px) {
  .key {
    position: absolute;
    top: 35%;
    left: 10%;
  }
  .key p {
    font-size: 3.5rem;
    font-weight: bold;
    color: #009688;
  }
  .key h1 span {
    font-size: 6rem;
    background: #009688;
    color: #fff;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0 1rem;
  }
  .key h1 span:first-child {
    margin-top: 1rem;
  }
}
/*
.typing-animation {
  width: 15ch;
  border-right: 5px solid #009688;
  overflow: hidden;
  white-space: nowrap;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 700;
  animation: typing 3s steps(18), blink 0s step-end infinite alternate; 
}

@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes blink {
  50% {
    border-color: transparent; 
  }
}
*/

.pc-video {
  display: none;
}
@media screen and (min-width: 640px) {
  .pc-video {
    display: block;
  }
}

.sp-video {
  display: block;
}
@media screen and (min-width: 640px) {
  .sp-video {
    display: none;
  }
}

.mv-form {
  display: none;
}
@media screen and (min-width: 1170px) {
  .mv-form {
    display: block;
    position: absolute;
    top: 25%;
    right: 7%;
    width: 425px;
    background: rgba(255, 255, 255, 0.7);
    padding: 3rem;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  }
  .mv-form h2 {
    font-size: 2rem;
    color: #009688;
    margin-bottom: 1rem;
    text-align: center;
  }
  .mv-form p {
    font-size: 2rem;
    color: #009688;
    text-align: center;
    padding: 1rem 0;
  }
  .mv-form .button {
    cursor: pointer;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-top: 1rem;
    width: 100%;
    padding: 1rem;
    border-radius: 1rem;
    font-size: 2rem;
    color: #fff;
    background: linear-gradient(45deg, #FD6E6A, #FFC600);
    border: none !important;
  }
}

.info-login {
  position: relative;
  margin: 1rem 0 0 0;
}
.info-login input {
  width: 100% !important;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  display: block;
  font-size: 1.6rem;
  background: #FFF;
  border: 2px solid #DDD;
}
.info-login tr {
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
}
.info-login tr td {
  display: block;
  margin: 0.5rem 0;
}

.mv-register {
  cursor: pointer;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 1.5rem;
  width: 100%;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 2rem;
  color: #fff;
  background: linear-gradient(45deg, #FD6E6A, #FFC600);
}

.social-login {
  font-size: 1.4rem;
  font-weight: bold;
  background: #fff;
}
.social-login a {
  display: block !important;
  border: 0.2rem solid #DDDDDD !important;
  padding: 1rem 0 !important;
  border-radius: 0.8rem !important;
  margin-bottom: 1rem !important;
  text-align: center;
}
.social-login a:last-child {
  margin-bottom: 0 !important;
}

.theChampGoogleBackground {
  border: none !important;
}

.wpum-required {
  display: none;
}

.wpum-social-login-buttons {
  display: block !important;
}

.wpum-social-btn {
  width: 100% !important;
}
.wpum-social-btn .a {
  border: 0.2rem solid #DDDDDD !important;
  padding: 1rem 0 !important;
  border-radius: 0.8rem !important;
  margin: 2rem 0 1rem 0 !important;
  text-align: center;
  font-size: 1.4rem !important;
}

.wpum-form fieldset label {
  font-size: 1.6rem !important;
  display: block;
  margin: 0 0 1rem 0 !important;
  vertical-align: middle;
}

.fieldset-remember {
  display: none;
}

.wpum-google {
  position: relative;
  background: #FFF !important;
  color: #5C5C5C !important;
  border: 0.2rem solid #DDDDDD !important;
  padding: 1rem 0 !important;
  border-radius: 0.8rem !important;
  margin: 2rem 0 1rem 0 !important;
  text-align: center;
  font-size: 1.4rem !important;
}
.wpum-google span {
  position: absolute;
  top: 18%;
  left: 10%;
}
.wpum-google span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../image/top/google-icon.svg");
  background-size: contain;
}

.fblogin-login {
  position: relative;
}
.fblogin-login span {
  position: absolute;
  top: 18%;
  left: 10%;
}
.fblogin-login span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../image/top/fb-icon.svg");
  background-size: contain;
}

.achievement-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 1rem;
}
@media screen and (min-width: 821px) {
  .achievement-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 15rem 1rem 11rem 1rem;
  }
}

.achivement-wrap {
  display: block;
}
@media screen and (min-width: 640px) {
  .achivement-wrap {
    display: flex;
    justify-content: space-around;
  }
}

.achivement-num-inner {
  color: #009688;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.achivement-num-inner .count-up {
  color: #009688;
  font-size: 6rem;
  font-family: "Oswald";
  font-weight: bold;
}
.achivement-num-inner span {
  font-size: 4rem;
  margin-left: 1rem;
}
@media screen and (min-width: 640px) {
  .achivement-num-inner {
    color: #009688;
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .achivement-num-inner .count-up {
    color: #009688;
    font-size: 8rem;
    font-family: "Oswald";
    font-weight: bold;
  }
  .achivement-num-inner span {
    font-size: 4rem;
    margin-left: 1rem;
  }
}

.achivement-num {
  margin-bottom: 2rem;
}
.achivement-num p {
  text-align: center;
  font-size: 1.6rem;
  color: #009688;
}
@media screen and (min-width: 640px) {
  .achivement-num {
    margin-bottom: 0rem;
  }
  .achivement-num p {
    text-align: center;
    font-size: 1.8rem;
    color: #009688;
  }
}

.course-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 1rem;
}

.course-wrap {
  display: block;
}
@media screen and (min-width: 821px) {
  .course-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.course-num {
  position: relative;
  margin-right: 0rem;
}
.course-num img {
  display: none;
}
@media screen and (min-width: 821px) {
  .course-num {
    position: relative;
    margin-right: 10rem;
  }
  .course-num img {
    display: block;
    max-width: 380px;
  }
}

.course-num-min {
  position: static;
  margin: 0 auto 4rem auto;
  background: #009688;
  width: 220px;
  text-align: center;
  padding: 2rem;
}
.course-num-min img {
  width: 56px !important;
  height: 56px !important;
  object-fit: contain;
}
.course-num-min p {
  font-size: 2rem;
  color: #fff;
}
.course-num-min span:before {
  content: "\e91f";
  font-size: 4rem;
  font-weight: 100;
  color: #fff;
  font-family: "Material Icons";
}
@media screen and (min-width: 821px) {
  .course-num-min {
    position: absolute;
    top: 25%;
    right: -70px;
    background: #009688;
    width: 220px;
    text-align: center;
    padding: 2rem;
  }
  .course-num-min img {
    width: 56px !important;
    height: 56px !important;
    object-fit: contain;
  }
  .course-num-min p {
    font-size: 2rem;
    color: #fff;
  }
  .course-num-min span:before {
    content: "\e91f";
    font-size: 4rem;
    font-weight: 100;
    color: #fff;
    font-family: "Material Icons";
  }
}

.course-num-count {
  font-size: 6rem !important;
  font-family: "Oswald";
  color: #fff;
  font-weight: bold;
  line-height: 8rem;
}

.course-cta-text {
  text-align: left;
}
.course-cta-text h2 {
  font-size: 2rem;
  color: #5C5C5C;
  font-feature-settings: "palt";
}
.course-cta-text h2 span {
  font-size: 3rem;
  color: #009688;
}
.course-cta-text p {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.05rem;
}
.course-cta-text a {
  position: relative;
  margin: 5rem auto 0 auto;
  cursor: pointer;
  font-size: 2.2rem;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  max-width: 450px;
  border-radius: 0.8rem;
  background: linear-gradient(45deg, #FD6E6A, #FFC600);
  padding: 1.5rem 1rem;
}
.course-cta-text a::after {
  position: absolute;
  display: inline-block;
  top: -20px;
  left: 0;
  right: 0;
  content: "登録は30秒で完了します";
  color: #FD795D;
  font-size: 1.4rem;
  font-weight: bold;
  background: #fff;
  padding: 0.3rem;
  border: 2px solid #FD795D;
  border-radius: 6rem;
  margin: 0 2rem;
}
@media screen and (min-width: 640px) {
  .course-cta-text {
    text-align: center;
  }
  .course-cta-text h2 {
    font-size: 3rem;
    color: #5C5C5C;
    font-feature-settings: "palt";
  }
  .course-cta-text h2 span {
    font-size: 4rem;
    color: #009688;
  }
  .course-cta-text p {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.05rem;
  }
  .course-cta-text a {
    margin: 5rem auto 0 auto;
    position: relative;
    cursor: pointer;
    font-size: 2.4rem;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    max-width: 450px;
    border-radius: 0.8rem;
    background: linear-gradient(45deg, #FD6E6A, #FFC600);
    padding: 2rem 1rem;
  }
  .course-cta-text a::after {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 0;
    right: 0;
    content: "登録は30秒で完了します";
    color: #FD795D;
    font-size: 1.6rem;
    font-weight: bold;
    background: #fff;
    padding: 0.3rem;
    border: 2px solid #FD795D;
    border-radius: 6rem;
    margin: 0 2rem;
  }
}
@media screen and (min-width: 821px) {
  .course-cta-text {
    text-align: left;
  }
  .course-cta-text h2 {
    font-size: 3rem;
    color: #5C5C5C;
  }
  .course-cta-text h2 span {
    font-size: 4rem;
    color: #009688;
  }
  .course-cta-text p {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 3.5rem;
    letter-spacing: 0.1rem;
  }
  .course-cta-text a {
    position: relative;
    margin: 7rem 0 0 0;
    cursor: pointer;
    font-size: 2.4rem;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    max-width: 450px;
    border-radius: 0.8rem;
    background: linear-gradient(45deg, #FD6E6A, #FFC600);
    padding: 2rem 1rem;
  }
  .course-cta-text a::after {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 0px;
    right: 0px;
    content: "登録は30秒で完了します";
    color: #FD795D;
    font-size: 1.6rem;
    font-weight: bold;
    background: #fff;
    padding: 0.3rem;
    border: 2px solid #FD795D;
    border-radius: 6rem;
    margin: 0 2rem;
  }
}

.course-list-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 1rem;
}

.course-title {
  font-size: 4rem !important;
  font-family: "Montserrat";
  font-weight: 500;
  color: #009688;
}
.course-title:after {
  content: "";
  margin: 1.5rem 0 4.5rem 0;
  display: block;
  background: #009688;
  width: 80px;
  height: 3px;
}

.course-list {
  padding: 6rem 0;
}
@media screen and (min-width: 640px) {
  .course-list {
    padding: 10rem 0;
  }
}

.course-list-text {
  margin: 0 0rem 0 0;
}
.course-list-text h2 {
  font-size: 2.4rem;
  color: #5C5C5C;
}
.course-list-text p {
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 3rem;
  margin: 2rem 0;
}
.course-list-text a {
  text-align: center;
  font-size: 1.4rem;
  border: 2px solid #5C5C5C;
  border-radius: 1rem;
  display: block;
  padding: 1.5rem;
  max-width: 100%;
}
.course-list-text a:hover {
  color: #fff;
  background: linear-gradient(45deg, #FD6E6A, #FFC600);
  border: 2px solid #FD795D;
}
@media screen and (min-width: 640px) {
  .course-list-text {
    margin: 0 5rem 0 0;
  }
  .course-list-text h2 {
    font-size: 2.4rem;
    color: #5C5C5C;
  }
  .course-list-text p {
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    line-height: 3rem;
    margin: 2rem 0;
  }
  .course-list-text a {
    text-align: center;
    font-size: 1.4rem;
    border: 2px solid #5C5C5C;
    border-radius: 1rem;
    display: block;
    padding: 1.5rem;
    max-width: 260px;
  }
  .course-list-text a:hover {
    color: #fff;
    background: linear-gradient(45deg, #FD6E6A, #FFC600);
    border: 2px solid #FD795D;
  }
}

.course-list-menu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.course-list-item {
  width: 30%;
  margin: 0 0rem 0 0;
}
.course-list-item h3 {
  font-size: 1.8rem;
  margin: 2rem 0;
}
@media screen and (min-width: 640px) {
  .course-list-item {
    width: 30%;
    margin: 0 3rem 0 0;
  }
  .course-list-item h3 {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
}

.use-point {
  color: #FFA427;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 2.5rem;
  margin: 2rem 0 0 0;
}

.course-des {
  font-size: 1.4rem;
  border-bottom: 2px solid #5C5C5C;
  padding: 0 0 1rem 0;
  letter-spacing: 0.05rem;
  line-height: 3rem;
}

.course-features p {
  letter-spacing: 0.05rem;
  line-height: 3rem;
  font-size: 1.4rem;
  margin: 1rem 0;
}
.course-features p span {
  margin: 0 1rem 0 0;
  color: #fff;
  background: #009688;
  display: inline-block;
  padding: 0 1rem;
}

.course-list-wrap {
  display: block;
}
@media screen and (min-width: 640px) {
  .course-list-wrap {
    display: flex;
  }
}

.course-list-menu {
  width: 100%;
  margin: 7rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .course-list-menu {
    width: 50%;
  }
}

.slick-arrow {
  display: none !important;
}

.course-range-inner {
  padding: 4rem 1rem;
  background: url("../image/top/course-range-bg.jpg");
  background-size: cover;
}
.course-range-inner h2 {
  margin: 0 0 2rem 0;
  text-align: center;
  font-size: 2rem;
  font-feature-settings: "palt";
  color: #fff;
}
@media screen and (min-width: 640px) {
  .course-range-inner {
    padding: 8rem 1rem 12rem 1rem;
    background: url("../image/top/course-range-bg.jpg");
    background-size: cover;
  }
  .course-range-inner h2 {
    margin: 0 0 5rem 0;
    text-align: center;
    font-size: 3rem;
    color: #fff;
  }
}

.course-range-wrap {
  max-width: 1170px;
  margin: 0 auto;
  background: #fff;
  padding: 3rem;
  border-radius: 2rem;
}
@media screen and (min-width: 640px) {
  .course-range-wrap {
    max-width: 1170px;
    margin: 0 auto;
    background: #fff;
    padding: 5rem;
    border-radius: 2rem;
  }
}

.range p {
  text-align: center;
  font-size: 1.8rem;
  color: #009688;
  margin: 1rem 0 0 0;
}

.range-value {
  font-family: "Oswald";
  font-weight: bold;
  font-size: 4rem;
}

.range {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.range label {
  font-size: 1.2rem;
  color: #009688;
  text-align: center;
}
.range:after {
  left: 0;
  top: 7px;
  position: absolute;
  z-index: -1;
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  background: #009688;
  border-radius: 30px;
}
.range input {
  appearance: auto;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 640px) {
  .range {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
  }
  .range label {
    font-size: 1.6rem;
    color: #009688;
    text-align: center;
  }
  .range:after {
    left: 0;
    top: 13px;
    position: absolute;
    z-index: -1;
    content: "";
    display: inline-block;
    width: 100%;
    height: 5px;
    background: #009688;
    border-radius: 30px;
  }
  .range input {
    appearance: auto;
    width: 20px;
    height: 20px;
  }
}

.price-list {
  background: #E1F5F3;
  padding: 2rem 0 2rem 0;
  position: relative;
  border-radius: 3rem 3rem 0 0;
  top: -2rem;
}
@media screen and (min-width: 640px) {
  .price-list {
    background: #E1F5F3;
    padding: 7rem 0 7rem 0;
    position: relative;
    border-radius: 8rem 8rem 0 0;
    top: -7rem;
  }
}

.price-list-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 1rem;
}

.price-list-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}

.price-list-item {
  width: 30%;
  border-radius: 1rem;
  outline: 2px solid #009688;
  position: relative;
  background: #fff;
  padding: 0 0 2.1rem 0;
  margin: 2rem 1rem;
}
.price-list-item:nth-child(2) {
  padding: 0rem;
}
.price-list-item h2 {
  padding: 1rem;
  text-align: center;
  border-radius: 0.5rem 0.5rem 0 0;
  background: #009688;
  color: #fff;
  font-size: 1.8rem;
}
.price-list-item h2 span {
  font-size: 2.4rem;
}
@media screen and (min-width: 640px) {
  .price-list-item h2 {
    padding: 1rem;
    text-align: center;
    border-radius: 0.5rem 0.5rem 0 0;
    background: #009688;
    color: #fff;
    font-size: 2.4rem;
  }
  .price-list-item h2 span {
    font-size: 3rem;
  }
}
.price-list-item .min {
  font-size: 1.6rem;
  text-align: center;
  color: #009688;
}
.price-list-item .price {
  text-align: center;
  font-size: 1.6rem;
  color: #009688 !important;
  margin-bottom: 2rem;
}
.price-list-item .price span {
  font-size: 5rem;
  font-family: "Montserrat";
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .price-list-item .price {
    text-align: center;
    font-size: 1.6rem;
    color: #009688 !important;
    margin-bottom: 2rem;
  }
  .price-list-item .price span {
    font-size: 5rem;
    font-family: "Montserrat";
    font-weight: bold;
  }
}
.price-list-item .note {
  font-size: 1.2rem;
  color: #009688 !important;
  text-align: right;
  margin: 1rem 0 -0.5rem 0;
}

.price-list-item-inner {
  padding: 2rem 1.8rem 1rem 1.8rem;
}
@media screen and (min-width: 640px) {
  .price-list-item-inner {
    padding: 2rem;
  }
}

.point-text {
  font-size: 1.6rem !important;
}

.price-menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.price-menu p {
  color: #009688;
  margin-bottom: 1rem;
}
.price-menu .point {
  font-size: 2rem;
  font-weight: bold;
}
.price-menu .label {
  font-size: 1.4rem;
  background: #009688;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 1rem;
  border-radius: 50px;
}

.price-list-label {
  display: none;
  text-align: center;
  border-radius: 50px;
  margin: 0 0 1rem 0;
  background: linear-gradient(45deg, #FD6E6A, #FFC600);
}
.price-list-label p {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  color: #fff;
}

.cta-area {
  padding: 3rem 1rem;
}
.cta-area a {
  position: relative;
  font-weight: bold;
  border-radius: 0.8rem;
  display: block;
  text-align: center;
  max-width: 450px;
  font-size: 2.2rem;
  color: #fff;
  background: linear-gradient(45deg, #FD6E6A, #FFC600);
  padding: 1.5rem 0;
  margin: 0 auto;
}
.cta-area a:after {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  border: 2px solid #FD795D;
  margin: 0 2rem;
  content: "無料体験にクレジットカードの登録不要！";
  background: #fff;
  color: #FD795D;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.3rem 0;
  border-radius: 50px;
}
@media screen and (min-width: 640px) {
  .cta-area {
    padding: 1rem 1rem 5.5rem 1rem;
  }
  .cta-area a {
    position: relative;
    font-weight: bold;
    border-radius: 0.8rem;
    display: block;
    text-align: center;
    max-width: 450px;
    font-size: 2.4rem;
    color: #fff;
    background: linear-gradient(45deg, #FD6E6A, #FFC600);
    padding: 2.5rem 0;
    margin: 0 auto;
  }
  .cta-area a:after {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    border: 2px solid #FD795D;
    margin: 0 2rem;
    content: "無料体験にクレジットカードの登録不要！";
    background: #fff;
    color: #FD795D;
    font-size: 1.6rem;
    display: inline-block;
    padding: 0.3rem 0;
    border-radius: 50px;
  }
}

.title-en {
  font-size: 3rem;
  font-family: "Montserrat";
  color: #009688;
  font-weight: 500;
  text-align: center;
}
.title-en:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #009688;
  margin: 1rem auto 0 auto;
}
@media screen and (min-width: 640px) {
  .title-en {
    font-size: 4rem;
    font-family: "Montserrat";
    color: #009688;
    font-weight: 500;
    text-align: center;
  }
  .title-en:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #009688;
    margin: 2rem auto 0 auto;
  }
}

.features {
  background: #E1F5F3;
}

.features-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 3rem 1rem;
}
.features-inner h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 3rem 0 3rem 0;
}
@media screen and (min-width: 640px) {
  .features-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 5rem 1rem 6rem 1rem;
  }
  .features-inner h2 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 3rem 0 4rem 0;
  }
}

.features-wrap {
  display: block;
}
@media screen and (min-width: 640px) {
  .features-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
  }
}

.features-item {
  width: 100%;
  margin: 0 0 5rem 0;
}
.features-item img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.features-item h3 {
  padding: 2rem 0;
  font-size: 2rem;
  line-height: 3rem;
  color: #009688;
}
.features-item p {
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (min-width: 640px) {
  .features-item {
    width: 30%;
    margin: 0;
  }
  .features-item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }
  .features-item h3 {
    padding: 2.5rem 0;
    font-size: 2rem;
  }
  .features-item p {
    font-size: 1.6rem;
  }
}

.case {
  padding: 4rem 0;
}
@media screen and (min-width: 640px) {
  .case {
    padding: 8rem 0 7rem 0;
  }
}

.case-wrap {
  padding: 5rem 0 2.5rem 0;
}

.case-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 1rem;
}
.case-inner h2 {
  font-size: 2.4rem;
  margin: 2rem 0 0 0;
}
.case-inner .title-en {
  text-align: left;
}
.case-inner .title-en::after {
  margin: 1.8rem 0 0 0;
  text-align: left;
}

.case-item {
  display: block !important;
}
.case-item img {
  width: 100%;
  object-fit: contain;
  margin: 0 0 2rem 0;
}
.case-item .slick-slide {
  display: block;
}
@media screen and (min-width: 640px) {
  .case-item {
    display: block !important;
  }
  .case-item img {
    width: 50%;
    object-fit: contain;
    margin: 0 0 2rem 0;
  }
}
@media screen and (min-width: 821px) {
  .case-item {
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
  }
  .case-item img {
    width: 35%;
    object-fit: contain;
    margin: 0 4rem 0 0;
  }
}

.case-text h3 {
  color: #009688;
  font-size: 2.4rem;
}

.case-min-text {
  display: block;
  padding: 2rem 0;
  border-bottom: 1px solid #009688;
}
.case-min-text p {
  line-height: 3rem;
  letter-spacing: 0.08rem;
  margin: 0 0 2rem 0;
}
.case-min-text img {
  max-width: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .case-min-text {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 2rem 0;
    border-bottom: 1px solid #009688;
  }
  .case-min-text p {
    line-height: 3rem;
    letter-spacing: 0.08rem;
    margin: 0 2rem 0 0;
  }
  .case-min-text img {
    max-width: 250px;
    margin: 0;
  }
}

.case-bottom-text {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 0 0 0;
}

.case-text-item {
  margin: 0 3rem 2rem 0;
}
.case-text-item:last-child {
  margin: 0 0 2rem 0;
}
.case-text-item .green {
  color: #009688;
  margin: 0 0 0.5rem 0;
}

.cta-min-btn {
  font-size: 1.4rem;
  display: block;
  border: 2px solid #5C5C5C;
  width: 100%;
  padding: 2rem;
  text-align: center;
  margin: 0 auto;
  border-radius: 1rem;
  background: #fff;
}
.cta-min-btn:hover {
  color: #fff;
  border: 2px solid #FD795D;
  background: linear-gradient(45deg, #FD6E6A, #FFC600);
}
@media screen and (min-width: 640px) {
  .cta-min-btn {
    font-size: 1.4rem;
    display: block;
    border: 2px solid #5C5C5C;
    width: 260px;
    padding: 1rem;
    text-align: center;
    margin: 0 auto;
    border-radius: 1rem;
    background: #fff;
  }
  .cta-min-btn:hover {
    color: #fff;
    border: 2px solid #FD795D;
    background: linear-gradient(45deg, #FD6E6A, #FFC600);
  }
}

.graff-num {
  display: flex;
  align-items: baseline;
}

progress {
  animation: progress 2s forwards;
  -webkit-appearance: none;
}
progress::-webkit-progress-bar {
  background-color: #fff;
}
progress::-webkit-progress-value {
  background: linear-gradient(to right, #FA8BFF 0%, #2BD2FF 50%, #2BFF88 100%);
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.testimonial {
  background: #E1F5F3;
  padding: 3rem 0;
}
@media screen and (min-width: 640px) {
  .testimonial {
    background: #E1F5F3;
    padding: 7rem 0;
  }
}

.testimonial-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 1rem;
}
.testimonial-inner h2 {
  font-size: 2.4rem;
  color: #009688;
  text-align: center;
  margin: 0 0 3rem 0;
}
@media screen and (min-width: 640px) {
  .testimonial-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .testimonial-inner h2 {
    font-size: 3rem;
    color: #009688;
    text-align: center;
    margin: 0 0 6rem 0;
  }
}

.testimonial-item {
  border: 2px solid #009688;
  background: #fff;
  margin: 0 0 4rem 0;
}
.testimonial-item h3 {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background: #009688;
  padding: 1rem;
}
@media screen and (min-width: 640px) {
  .testimonial-item {
    margin: 0 0 6rem 0;
    border: 2px solid #009688;
    background: #fff;
  }
  .testimonial-item h3 {
    font-size: 3rem;
    text-align: center;
    color: #fff;
    background: #009688;
    padding: 1rem;
  }
}

.teachers-wrap {
  display: block !important;
  align-items: center;
  padding: 2rem 0 3rem 0;
  margin: 0 2rem;
  border-bottom: 2px solid #009688;
}
@media screen and (min-width: 640px) {
  .teachers-wrap {
    display: flex !important;
    align-items: center;
    padding: 4rem 0 3rem 0;
    margin: 0 5rem;
    border-bottom: 2px solid #009688;
  }
}

.teachers-slider {
  width: 80%;
  margin: 0 auto 2rem auto;
}
@media screen and (min-width: 640px) {
  .teachers-slider {
    width: 20%;
    margin: 0 6rem 0 0;
  }
}

.teachers-graff {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .teachers-graff {
    width: 68%;
  }
}

.graff-num-wrap {
  display: flex;
  align-items: center;
}

.graff-item {
  margin: 0 0 2rem 0;
}
.graff-item:last-child {
  margin: 0;
}
.graff-item p {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .graff-item {
    margin: 0 0 2rem 0;
  }
  .graff-item:last-child {
    margin: 0;
  }
  .graff-item p {
    font-size: 2rem;
    font-weight: bold;
  }
}

.graff-num {
  background: linear-gradient(to bottom, #2BFF88 0%, #2BD2FF 50%, #FA8BFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.graff-num span {
  font-size: 2rem;
}

.graff-num-large {
  font-size: 6rem !important;
  font-family: "Montserrat", sans-serif;
}

.testimonial-message {
  display: block;
  padding: 3rem 2rem;
}
@media screen and (min-width: 821px) {
  .testimonial-message {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    padding: 3rem;
  }
}
@media screen and (min-width: 1170px) {
  .testimonial-message {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    padding: 5rem;
  }
}

.testimonial-card {
  border: 3px solid #009688;
  border-radius: 2rem;
  padding: 2rem;
  margin: 0 0 3rem 0;
  width: 100%;
}
.testimonial-card:last-child {
  margin: 0;
}
@media screen and (min-width: 821px) {
  .testimonial-card {
    border: 3px solid #009688;
    border-radius: 2rem;
    padding: 2rem;
    width: 30%;
  }
  .testimonial-card:last-child {
    margin: 0 0 3rem 0;
  }
}

.card-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 1rem 0;
}
.card-title p {
  font-size: 1.4rem;
  color: #009688;
  margin: 0 1rem 0 0;
}
.card-title p:last-child {
  margin: 0;
}
@media screen and (min-width: 821px) {
  .card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 1rem 0;
  }
  .card-title p {
    font-size: 1.4rem;
    color: #009688;
  }
}

.card-text p {
  font-size: 1.4rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 640px) {
  .card-text p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

.features-bottom {
  border: 2px solid #009688;
  background: #fff;
}
.features-bottom h3 {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background: #009688;
  padding: 1rem;
}
@media screen and (min-width: 640px) {
  .features-bottom {
    border: 2px solid #009688;
    background: #fff;
  }
  .features-bottom h3 {
    font-size: 3rem;
    text-align: center;
    color: #fff;
    background: #009688;
    padding: 1rem;
  }
}

.features-bottom-wrap {
  padding: 2rem;
}
@media screen and (min-width: 640px) {
  .features-bottom-wrap {
    padding: 5rem;
  }
}

.features-bottom-item {
  display: block;
  border-bottom: 2px solid #009688;
  padding: 2rem 0;
}
.features-bottom-item:first-child {
  padding: 0 0 3rem 0;
}
.features-bottom-item:last-child {
  padding: 3rem 0 1rem 0;
  border-bottom: 0px solid #009688;
}
.features-bottom-item img {
  width: 100%;
  display: block;
  margin: 2rem auto 0 auto;
}
@media screen and (min-width: 640px) {
  .features-bottom-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 2px solid #009688;
    padding: 4rem 0;
  }
  .features-bottom-item:first-child {
    padding: 0 0 4rem 0;
  }
  .features-bottom-item:last-child {
    padding: 4rem 0 0rem 0;
    border-bottom: 0px solid #009688;
  }
  .features-bottom-item img {
    width: 40%;
    margin: 0;
  }
}

.features-bottom01 {
  display: flex;
  align-items: center;
}
.features-bottom01::before {
  content: "01";
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  margin: 0 2rem 0 0;
}
@media screen and (min-width: 640px) {
  .features-bottom01 {
    display: flex;
    align-items: center;
  }
  .features-bottom01::before {
    content: "01";
    font-family: "Montserrat", sans-serif;
    font-size: 8rem;
    margin: 0 3rem 0 0;
  }
}

.features-bottom02 {
  display: flex;
  align-items: center;
}
.features-bottom02::before {
  content: "02";
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  margin: 0 2rem 0 0;
}
@media screen and (min-width: 640px) {
  .features-bottom02 {
    display: flex;
    align-items: center;
  }
  .features-bottom02::before {
    content: "02";
    font-family: "Montserrat", sans-serif;
    font-size: 8rem;
    margin: 0 3rem 0 0;
  }
}

.features-bottom03 {
  display: flex;
  align-items: center;
}
.features-bottom03::before {
  content: "03";
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  margin: 0 2rem 0 0;
}
@media screen and (min-width: 640px) {
  .features-bottom03 {
    display: flex;
    align-items: center;
  }
  .features-bottom03::before {
    content: "03";
    font-family: "Montserrat", sans-serif;
    font-size: 8rem;
    margin: 0 3rem 0 0;
  }
}

.features-bottom04 {
  display: flex;
  align-items: center;
}
.features-bottom04::before {
  content: "04";
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  margin: 0 2rem 0 0;
}
@media screen and (min-width: 640px) {
  .features-bottom04 {
    display: flex;
    align-items: center;
  }
  .features-bottom04::before {
    content: "04";
    font-family: "Montserrat", sans-serif;
    font-size: 8rem;
    margin: 0 3rem 0 0;
  }
}

.features-bottom-text {
  width: 100%;
}
.features-bottom-text h4 {
  font-size: 1.8rem;
  color: #009688;
  margin: 0 0 1rem 0;
}
.features-bottom-text p {
  line-height: 3rem;
}
@media screen and (min-width: 640px) {
  .features-bottom-text {
    width: 55%;
  }
  .features-bottom-text h4 {
    font-size: 2.4rem;
    color: #009688;
    margin: 0 0 3rem 0;
  }
  .features-bottom-text p {
    line-height: 3rem;
  }
}

.cta-area-wrap {
  padding: 5rem 1rem 3rem 1rem !important;
}
@media screen and (min-width: 640px) {
  .cta-area-wrap {
    padding: 6rem 0 5rem 0 !important;
  }
}

.flow {
  padding: 4rem 0;
}
@media screen and (min-width: 640px) {
  .flow {
    padding: 7rem 0;
  }
}

.flow-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 1rem;
}
.flow-inner h2 {
  margin: 2.5rem 0 0 0;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .flow-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .flow-inner h2 {
    margin: 2.5rem 0 0 0;
    font-size: 2.4rem;
    text-align: center;
  }
}

.flow-wrap {
  padding: 4rem 0 2rem 0;
  position: relative;
}
.flow-wrap::before {
  position: absolute;
  display: none;
  margin: auto;
  left: 50%;
  content: url("../image/top/flow-var.png");
}
@media screen and (min-width: 640px) {
  .flow-wrap {
    padding: 8rem 0;
    position: relative;
  }
  .flow-wrap::before {
    position: absolute;
    display: inline-block;
    margin: auto;
    left: 50%;
    content: url("../image/top/flow-var.png");
  }
}

.flow-text-wrap {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .flow-text-wrap {
    width: 50%;
  }
}

.flow-item {
  color: #009688;
  display: block;
  justify-content: center;
  align-items: center;
  margin: 0 0 3rem 0;
}
.flow-item h3 {
  font-feature-settings: "palt";
  color: #009688;
  font-size: 2rem;
  border-bottom: 2px solid #009688;
  padding: 0 0 1rem 0;
}
.flow-item figure {
  display: none;
  width: 60%;
}
.flow-item:last-child {
  margin: 0;
}
@media screen and (min-width: 640px) {
  .flow-item {
    color: #009688;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .flow-item h3 {
    font-feature-settings: "palt";
    color: #009688;
    font-size: 2rem;
    border-bottom: 2px solid #009688;
    padding: 0 0 1rem 0;
  }
  .flow-item figure {
    display: block;
    width: 60%;
  }
}

.step-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #009688;
  margin: 0 0 0.8rem 0;
}

.flow-text {
  color: #009688;
  margin: 2rem 0 0 0;
  line-height: 3rem;
}

.flow-step {
  text-align: left;
}
@media screen and (min-width: 640px) {
  .flow-step {
    text-align: right;
  }
}

.flow01 {
  display: flex;
  align-items: center;
}
.flow01:after {
  margin: 0 0 0 2rem;
  content: none;
  font-size: 4rem;
  font-weight: 100;
  color: #009688;
  font-family: "Material Icons";
}
@media screen and (min-width: 640px) {
  .flow01 {
    display: flex;
    align-items: center;
  }
  .flow01:after {
    margin: 0 0 0 2rem;
    content: "\ea77";
    font-size: 4rem;
    font-weight: 100;
    color: #009688;
    font-family: "Material Icons";
  }
}

.flow02 {
  display: flex;
  align-items: center;
}
.flow02:before {
  margin: 0 2rem 0 0;
  content: none;
  font-size: 4rem;
  font-weight: 100;
  color: #009688;
  font-family: "Material Icons";
}
@media screen and (min-width: 640px) {
  .flow02 {
    display: flex;
    align-items: center;
  }
  .flow02:before {
    margin: 0 2rem 0 0;
    content: "\efec";
    font-size: 4rem;
    font-weight: 100;
    color: #009688;
    font-family: "Material Icons";
  }
}

.flow03 {
  display: flex;
  align-items: center;
}
.flow03:after {
  margin: 0 0 0 2rem;
  content: none;
  font-size: 4rem;
  color: #009688;
  font-family: "Material Icons";
}
@media screen and (min-width: 640px) {
  .flow03 {
    display: flex;
    align-items: center;
  }
  .flow03:after {
    margin: 0 0 0 2rem;
    content: "\f080";
    font-size: 4rem;
    color: #009688;
    font-family: "Material Icons";
  }
}

.faq {
  padding: 2rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .faq {
    padding: 5rem 0 0 0;
  }
}

.faq-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 1rem;
}
.faq-inner h2 {
  font-size: 2rem;
  text-align: center;
  padding: 2.5rem 0 0 0;
}
@media screen and (min-width: 640px) {
  .faq-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .faq-inner h2 {
    font-size: 2.4rem;
    text-align: center;
    padding: 2.5rem 0 0 0;
  }
}

.faq-wrap {
  padding: 4rem 0;
}
@media screen and (min-width: 640px) {
  .faq-wrap {
    padding: 7rem 0;
  }
}

.faq-item {
  padding: 3rem;
  background: #E1F5F3;
  margin: 0 0 2rem 0;
  border-radius: 1rem;
}
.faq-item h3 {
  font-size: 2rem;
  margin: 0 0 1.5rem 0;
  color: #009688;
}
.faq-item p {
  line-height: 3rem;
}
.faq-item:nth-of-type(2n) {
  padding: 3rem;
  background: #fff;
  margin: 0 0 2rem 0;
}
.faq-item:nth-of-type(2n) h3 {
  font-size: 2rem;
  margin: 0 0 2rem 0;
  color: #009688;
}
@media screen and (min-width: 640px) {
  .faq-item {
    padding: 6rem;
    background: #E1F5F3;
    margin: 0 0 3rem 0;
  }
  .faq-item h3 {
    font-size: 2rem;
    margin: 0 0 2rem 0;
    color: #009688;
  }
  .faq-item:nth-of-type(2n) {
    padding: 6rem;
    background: #fff;
    margin: 0 0 3rem 0;
  }
  .faq-item:nth-of-type(2n) h3 {
    font-size: 2rem;
    margin: 0 0 2rem 0;
    color: #009688;
  }
}

.swpm-registration-firstname-row {
  display: none;
}

.swpm-registration-lastname-row {
  display: none;
}

.swpm-registration-membership-level-row {
  display: none;
}

.swpm-registration-submit {
  cursor: pointer;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
  width: 100%;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 2rem;
  color: #fff;
  background: linear-gradient(45deg, #FD6E6A, #FFC600) !important;
  border: none !important;
}/*# sourceMappingURL=top.css.map */