.btn-white {
  background-color: #fff;
  border: solid 1px #81D1D7;
  border-radius: 40px;
  box-shadow: 5px 5px 15px 0px rgba(216, 216, 216, 0.1);
  color: #81D1D7;
  font-family: "M PLUS Rounded 1c";
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  transition-duration: 0.4s;
  width: 296px;
}
.btn-white::before {
  background-color: #81D1D7;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 36px;
  height: 36px;
  transition-duration: 0.4s;
}
.btn-white:hover::before {
  background-color: #fff;
}
.btn-white::after {
  color: #fff;
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-45%) rotate(90deg);
  -webkit-transform: translateY(-45%) rotate(90deg);
  -ms-transform: translateY(-45%) rotate(90deg);
  right: 30px;
  transition-duration: 0.4s;
}
.btn-white:hover::after {
  color: #81D1D7;
}
.btn-white:hover {
  background-color: #81D1D7;
  color: #fff;
  opacity: 1;
}

.btn-color {
  background-color: #81D1D7;
  border-radius: 40px;
  box-shadow: 5px 5px 15px 0px rgba(216, 216, 216, 0.1);
  color: #fff;
  font-family: "M PLUS Rounded 1c";
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  transition-duration: 0.4s;
  width: 296px;
}
.btn-color::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  width: 36px;
  height: 36px;
  transition-duration: 0.4s;
}
.btn-color:hover::before {
  background-color: #81D1D7;
}
.btn-color::after {
  color: #81D1D7;
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-size: 17px;
  font-weight: 600;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-45%) rotate(90deg);
  -webkit-transform: translateY(-45%) rotate(90deg);
  -ms-transform: translateY(-45%) rotate(90deg);
  right: 30px;
  transition-duration: 0.4s;
}
.btn-color:hover::after {
  color: #fff;
}
.btn-color:hover {
  background-color: #fff;
  border: solid 1px #81D1D7;
  color: #81D1D7;
  opacity: 1;
}

.btn-white.pink {
  border: solid 1px #FEA28F;
  color: #FEA28F;
}
.btn-white.pink::before {
  background-color: #FEA28F;
}
.btn-white.pink:hover::before {
  background-color: #fff;
}
.btn-white.pink:hover::after {
  color: #FEA28F;
}
.btn-white.pink:hover {
  background-color: #FEA28F;
  color: #fff;
}

.btn-color.c-pink {
  background-color: #FEA28F;
}
.btn-color.c-pink::before {
  background-color: #fff;
}
.btn-color.c-pink:hover::before {
  background-color: #FEA28F;
}
.btn-color.c-pink::after {
  color: #FEA28F;
}
.btn-color.c-pink:hover::after {
  color: #fff;
}
.btn-color.c-pink:hover {
  background-color: #fff;
  border: solid 1px #FEA28F;
  color: #FEA28F;
}

.btn-white.gr {
  border: solid 1px #81D798;
  color: #81D798;
}
.btn-white.gr::before {
  background-color: #81D798;
}
.btn-white.gr:hover::before {
  background-color: #fff;
}
.btn-white.gr:hover::after {
  color: #81D798;
}
.btn-white.gr:hover {
  background-color: #81D798;
  color: #fff;
}

@media screen and (max-width: 860px) {
  .btn-color,
  .btn-white {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    padding: 14px 0;
    width: 220px;
  }
  .btn-color::before,
  .btn-white::before {
    height: 25px;
    width: 25px;
    right: 13px;
  }
  .btn-color::after,
  .btn-white::after {
    font-size: 0.725rem;
    right: 19px;
  }
}

.header {
  margin-top: 32px;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .header {
    margin-top: 10px;
  }
}
.header .pc__nav {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  z-index: 100;
}
.header .pc__nav .pc__nav-a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 56px 0;
}
.header .pc__nav .pc__nav-a ul.nav__list {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
}
.header .pc__nav .pc__nav-a ul.nav__list:first-child {
  margin-left: 60px;
}
.header .pc__nav .pc__nav-a ul.nav__list li .top_li a {
  position: relative;
}
.header .pc__nav .pc__nav-a ul.nav__list li .top_li a::after {
  position: absolute;
  left: -5px;
  content: "";
  width: calc(100% + 10px);
  height: 2px;
  background: #FEA28F;
  bottom: -8px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.header .pc__nav .pc__nav-a ul.nav__list li .top_li a:hover:after {
  transform: scale(1, 1);
}
.header .pc__nav .pc__nav-a ul.nav__list li .top_li .head-btn {
  align-items: center;
  background-color: #81D1D7;
  border-radius: 30px;
  color: #fff;
  display: flex;
  font-weight: bold;
  gap: 16px;
  padding: 10px 20px 10px 10px;
}
.header .pc__nav .pc__nav-a ul.nav__list li .top_li .head-btn img {
  position: relative;
  height: 28px;
  width: 28px;
}
.header .pc__nav .pc__nav-a ul.nav__list li .top_li .head-btn:hover {
  background: #fff;
  border: solid 1px #81D1D7;
  color: #81D1D7;
  transform: translateY(-2px);
  transition: 0.5s;
}
.header .pc__nav .pc__nav-a ul.nav__list li .top_li .head-btn::after {
  content: none;
}
.header .sp__nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
}
.header .sp__nav .hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
}
.header .sp__nav .hamburger-menu .hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #4C4C4C;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.header .sp__nav .hamburger-menu .hamburger-menu__bar:first-child {
  top: 16px;
}
.header .sp__nav .hamburger-menu .hamburger-menu__bar:nth-child(2) {
  top: 24px;
  width: 30%;
}
.header .sp__nav .hamburger-menu .hamburger-menu__bar:last-child {
  top: 32px;
}
.header .sp__nav .hamburger-menu.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.header .sp__nav .hamburger-menu.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 50%;
}
.header .sp__nav .hamburger-menu.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  top: 50%;
}
.header .sp__nav .hamburger-menu.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.header .sp__nav .navigation {
  display: none;
  background: #fff;
  position: fixed;
  top: 82px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
}
.header .sp__nav .navigation .navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .sp__nav .navigation .navigation__list .navigation__list-item {
  border-bottom: solid 1px #FEA28F;
}
.header .sp__nav .navigation .navigation__list .navigation__list-item:first-child {
  border-top: solid 1px #FEA28F;
}
.header .sp__nav .navigation .navigation__list .navigation__list-item:last-child {
  border-bottom: none;
}
.header .sp__nav .navigation .navigation__list .navigation__list-item p {
  font-weight: 500;
  padding: 24px 20px 0;
  text-align: left;
}
.header .sp__nav .navigation .navigation__list .navigation__list-item .navigation__link {
  color: #FEA28F;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 24px 20px;
  position: relative;
  transition: 0.5s;
  text-align: left;
}
.header .sp__nav .navigation .navigation__list .navigation__list-item .navigation__link::after {
  color: #FEA28F;
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-size: 17px;
  font-weight: 600;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-45%) rotate(90deg);
  -webkit-transform: translateY(-45%) rotate(90deg);
  -ms-transform: translateY(-45%) rotate(90deg);
  right: 30px;
  transition-duration: 0.4s;
}
.header .sp__nav .navigation .navigation__list .navigation__list-item .navigation__link.navi__lesson {
  padding: 8px 44px;
}
.header .sp__nav .navigation .navigation__list .navigation__list-item .navigation__link.navi__lesson:nth-of-type(2) {
  padding-bottom: 24px;
}
.header .sp__nav .navigation .navigation__list .navigation__list-item .navigation__link.navi__lesson:nth-of-type(2)::after {
  top: 39%;
}
.header .sp__nav .navigation .navigation__list .navigation__list-item .navigation__contact {
  align-items: center;
  background-color: #81D1D7;
  border-radius: 30px;
  color: #fff;
  display: flex;
  font-weight: bold;
  gap: 16px;
  margin: 30px auto 0;
  padding: 10px 20px 10px 10px;
  width: 200px;
}
.header .sp__nav .navigation .navigation__list .navigation__list-item .navigation__contact img {
  position: relative;
  height: 28px;
  width: 28px;
}
@media (hover: hover) and (pointer: fine) {
  .header .sp__nav .navigation .navigation__list .navigation__list-item .navigation__link:hover {
    background: #333;
  }
}

.toplogo {
  position: absolute;
  height: 134px;
  width: 119px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 860px) {
  .toplogo {
    height: 72px;
    width: 64px;
    position: static;
    transform: none;
    z-index: 10000;
  }
}

.fv .fv__inner {
  position: relative;
  text-align: center;
}
.fv .fv__inner::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  height: 305px;
  width: 305px;
  top: -240px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 860px) {
  .fv .fv__inner::after {
    height: 134px;
    width: 134px;
    left: -22px;
    top: -92px;
    transform: none;
  }
}
.fv .fv__inner .fv__photo {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.fv .fv__inner .fv__photo img {
  display: block;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 860px) {
  .fv .fv__inner .fv__photo img:first-child, .fv .fv__inner .fv__photo img:last-child {
    display: none;
  }
}
.fv .fv__inner .fv__ttl {
  margin-top: 70px;
}
@media screen and (max-width: 860px) {
  .fv .fv__inner .fv__ttl {
    margin-top: 40px;
  }
}
.fv .fv__inner .fv__ttl h2 {
  font-family: "M PLUS Rounded 1c";
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  .fv .fv__inner .fv__ttl h2 {
    font-size: 1.5rem;
  }
}
.fv .fv__inner .fv__ttl h2 span {
  color: #FEA28F;
}
.fv .fv__inner .fv__txt {
  margin-top: 20px;
}

.news {
  padding-top: 120px;
  position: relative;
}
.news::after {
  content: "";
  background-image: url(../img/news__bg.png);
  position: absolute;
  top: -50px;
  right: 0;
  width: 100%;
  height: 430px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -20;
}
.news .news__inner {
  text-align: center;
}

p.sec__ttl {
  font-size: 0.75rem;
}

h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  h2 {
    font-size: 1.375rem;
  }
}

.about {
  position: relative;
  margin-top: 168px;
}
@media screen and (max-width: 860px) {
  .about {
    margin-top: 80px;
  }
}
.about::before {
  content: "";
  background-image: url(../img/about_bg.png);
  position: absolute;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 725px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 860px) {
  .about::before {
    background-image: url(../img/about_spbg.png);
    height: 100%;
  }
}
.about .about__inner {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 130px;
  padding-bottom: 148px;
  max-width: 1200px;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .about .about__inner {
    flex-direction: column;
    gap: 44px;
  }
}
.about .about__inner .about__img {
  max-width: 595px;
}
.about .about__inner .about__img img {
  border-radius: 30px;
}
@media screen and (max-width: 860px) {
  .about .about__inner .about__img img {
    border-radius: 20px;
  }
}
.about .about__inner .about__txt .about__ttl {
  text-align: center;
  margin-bottom: 77px;
}
@media screen and (max-width: 860px) {
  .about .about__inner .about__txt .about__ttl {
    margin-bottom: 30px;
  }
}
.about .about__inner .about__txt .about__info {
  margin-top: 32px;
}
@media screen and (max-width: 860px) {
  .about .about__inner .about__txt .about__info {
    margin-top: 16px;
  }
}
.about .about__inner .about__txt .btn {
  margin-top: 64px;
}
@media screen and (max-width: 860px) {
  .about .about__inner .about__txt .btn {
    margin-top: 42px;
  }
}

h2.ttl__en {
  font-size: 1rem;
  margin-bottom: 55px;
  position: relative;
}
@media screen and (max-width: 860px) {
  h2.ttl__en {
    font-size: 0.75rem;
    margin-bottom: 34px;
  }
}
h2.ttl__en::before {
  content: "Service";
  color: #e2f5f6;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 4rem;
  font-weight: 100;
  letter-spacing: 0.1em;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -10;
}
@media screen and (max-width: 860px) {
  h2.ttl__en::before {
    font-size: 2.75rem;
    top: -30px;
  }
}

h3 {
  color: #FEA28F;
  font-family: "M PLUS Rounded 1c";
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.service {
  padding-top: 120px;
  overflow: hidden;
  text-align: center;
}
.service .service__inner p .marker {
  background-color: #f9f1b3;
  font-size: 1.125rem;
}
@media screen and (max-width: 860px) {
  .service .service__inner p .marker {
    font-size: 0.875rem;
  }
}
.service .service__inner .service__contents {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  max-width: 1380px;
  padding: 0 85px;
  margin: 88px auto 0;
}
@media screen and (max-width: 860px) {
  .service .service__inner .service__contents {
    flex-direction: column;
    gap: 30px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 500px) {
  .service .service__inner .service__contents {
    padding: 0;
  }
}
.service .service__inner .service__contents .service__box .service-sec__ttl {
  position: relative;
}
.service .service__inner .service__contents .service__box .service-sec__ttl img {
  box-shadow: 1px 1px 10px 0px rgba(226, 226, 226, 0.5);
  border-radius: 20px;
}
.service .service__inner .service__contents .service__box .service-sec__ttl .service-sec__img-ttl {
  position: absolute;
  box-sizing: border-box;
}
.service .service__inner .service__contents .service__box .service-sec__ttl .img-ttl01 {
  background: url(../img/service_ttl1.png) center/cover no-repeat;
  width: 225px;
  height: 207px;
  top: -80px;
  right: -65px;
}
@media screen and (max-width: 860px) {
  .service .service__inner .service__contents .service__box .service-sec__ttl .img-ttl01 {
    width: 195px;
    height: 180px;
  }
}
.service .service__inner .service__contents .service__box .service-sec__ttl .img-ttl01 span {
  display: inline-block;
  font-family: "M PLUS Rounded 1c";
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  position: absolute;
  top: 80px;
  left: 38px;
}
@media screen and (max-width: 860px) {
  .service .service__inner .service__contents .service__box .service-sec__ttl .img-ttl01 span {
    font-size: 1rem;
    top: 74px;
    left: 39px;
  }
}
.service .service__inner .service__contents .service__box .service-sec__ttl .img-ttl02 {
  background: url(../img/service_ttl2.png) center/cover no-repeat;
  width: 196px;
  height: 173px;
  top: -55px;
  right: -70px;
}
@media screen and (max-width: 860px) {
  .service .service__inner .service__contents .service__box .service-sec__ttl .img-ttl02 {
    width: 163px;
    height: 145px;
    top: -55px;
    right: -42px;
  }
}
.service .service__inner .service__contents .service__box .service-sec__ttl .img-ttl02 span {
  display: inline-block;
  font-family: "M PLUS Rounded 1c";
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  position: absolute;
  top: 63px;
  left: 44px;
}
@media screen and (max-width: 860px) {
  .service .service__inner .service__contents .service__box .service-sec__ttl .img-ttl02 span {
    font-size: 1rem;
    top: 56px;
    left: 38px;
  }
}
.service .service__inner .service__contents .service__box .service-sec__ttl .img-ttl03 {
  background: url(../img/service_ttl3.png) center/cover no-repeat;
  width: 205px;
  height: 205px;
  top: -70px;
  right: -55px;
}
@media screen and (max-width: 860px) {
  .service .service__inner .service__contents .service__box .service-sec__ttl .img-ttl03 {
    width: 180px;
    height: 180px;
    right: -35px;
  }
}
.service .service__inner .service__contents .service__box .service-sec__ttl .img-ttl03 span {
  display: inline-block;
  font-family: "M PLUS Rounded 1c";
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  position: absolute;
  top: 76px;
  left: 54px;
}
@media screen and (max-width: 860px) {
  .service .service__inner .service__contents .service__box .service-sec__ttl .img-ttl03 span {
    font-size: 1rem;
    top: 71px;
  }
}
.service .service__inner .service__contents .service__box .service-sec__box {
  padding-left: 4px;
  text-align: left;
}
.service .service__inner .service__contents .service__box .service-sec__box h3 {
  margin-top: 34px;
}
@media screen and (max-width: 860px) {
  .service .service__inner .service__contents .service__box .service-sec__box h3 {
    font-size: 1.25rem;
    margin-top: 34px;
  }
}
.service .service__inner .service__contents .service__box .service-sec__box .service-sec__content {
  margin-top: 24px;
}
@media screen and (max-width: 860px) {
  .service .service__inner .service__contents .service__box .service-sec__box .service-sec__content {
    margin-top: 8px;
  }
}
.service .service__inner .service__contents .service__box .service-sec__box .service-sec__content .service-sec__txt {
  line-height: 1.5;
}
.service .service__inner .service__contents .service__box .service-sec__box .service-sec__content .service-sec__txt span {
  display: inline-block;
  letter-spacing: 0.06em;
  margin-top: 18px;
  margin-left: 16px;
  position: relative;
}
.service .service__inner .service__contents .service__box .service-sec__box .service-sec__content .service-sec__txt span::before {
  background-color: #ffe7e3;
  content: "";
  width: 8px;
  height: 8px;
  top: 10px;
  left: -16px;
  position: absolute;
}
.service .service__inner .service__contents .service__box .service-sec__box .service-sec__content .service-sec__txt span:last-of-type {
  margin-bottom: 18px;
}
.service .service__inner .service__contents .service__box .service-sec__box .service-sec__content .service-sec__btn {
  margin-top: 24px;
}
@media screen and (max-width: 960px) {
  .service .service__inner .service__contents .service__box .service-sec__box .service-sec__content .service-sec__btn .btn-white {
    font-size: 0.875rem;
    margin-top: 16px;
    padding: 14px 0;
    width: 220px;
  }
  .service .service__inner .service__contents .service__box .service-sec__box .service-sec__content .service-sec__btn .btn-white::before {
    height: 25px;
    width: 25px;
    right: 13px;
  }
  .service .service__inner .service__contents .service__box .service-sec__box .service-sec__content .service-sec__btn .btn-white::after {
    font-size: 0.725rem;
    right: 19px;
  }
}
.service .service__inner .service__contents .service__box:nth-of-type(2) {
  margin-top: 30px;
}
.service .service__inner .service__contents .service__box:nth-of-type(3) {
  margin-top: 60px;
}

.sec__bg {
  position: relative;
}
.sec__bg::before {
  content: "";
  background-image: url(../img/point_bg.png);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  top: 77px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -99;
}
@media screen and (max-width: 860px) {
  .sec__bg::before {
    background-image: url(../img/point_spbg.png);
  }
}
.sec__bg::after {
  content: "";
  background-image: url(../img/flow_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -390px;
  left: 0;
  width: 100%;
  height: calc(100% + 390px);
  z-index: -100;
}

.point {
  margin-top: 194px;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .point {
    margin-top: 125px;
  }
}
.point .point__inner {
  max-width: 1016px;
}
.point .point__inner .ttl__en::before {
  content: "Point";
  color: #ffe7e3;
}
.point .point__inner .point__list {
  text-align: left;
}
.point .point__inner .point__list li {
  margin-bottom: 56px;
}
.point .point__inner .point__list li:last-child {
  margin-bottom: 0;
}
.point .point__inner .point__list li .point__box {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .point .point__inner .point__list li .point__box {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.point .point__inner .point__list li .point__box .point__info .point__info-ttl {
  align-items: flex-end;
  display: flex;
  gap: 16px;
}
.point .point__inner .point__list li .point__box .point__info .point__info-ttl img {
  width: 153px;
}
@media screen and (max-width: 860px) {
  .point .point__inner .point__list li .point__box .point__info .point__info-ttl img {
    width: 83px;
  }
}
.point .point__inner .point__list li .point__box .point__info .point__info-ttl h3 {
  margin-bottom: 4px;
  line-height: 1.2;
}
@media screen and (max-width: 860px) {
  .point .point__inner .point__list li .point__box .point__info .point__info-ttl h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .point .point__inner .point__list li .point__box .point__info .point__info-ttl h3:nth-of-type(1) {
    font-size: 1.375rem;
  }
}
.point .point__inner .point__list li .point__box .point__info p {
  margin-top: 40px;
}
@media screen and (max-width: 860px) {
  .point .point__inner .point__list li .point__box .point__info p {
    margin-top: 20px;
  }
}
.point .point__inner .point__list li .point__box img {
  max-width: 400px;
}
.point .point__inner li:nth-of-type(2) .point__box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 860px) {
  .point .point__inner li:nth-of-type(2) .point__box {
    flex-direction: column-reverse;
  }
}

.flow {
  padding-top: 330px;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 860px) {
  .flow {
    padding-top: 150px;
  }
}
.flow::before {
  content: "";
  background-image: url(../img/flow_bgtop.png);
  position: absolute;
  background-repeat: no-repeat;
  height: 466px;
  width: 880px;
  max-width: 1107px;
  right: 0;
  top: -120px;
  transform: rotate(-6dem);
  z-index: -1;
}
@media screen and (max-width: 860px) {
  .flow::before {
    background-size: contain;
    height: 85%;
    width: 85%;
    right: -5px;
    top: -59px;
  }
}
.flow::after {
  content: "";
  background-image: url(../img/flow_bgbtm.png);
  position: absolute;
  background-repeat: no-repeat;
  height: 287px;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: rotate(-6dem);
  z-index: -1;
}
@media screen and (max-width: 860px) {
  .flow::after {
    background-size: contain;
    bottom: -24px;
    height: 137px;
  }
}
.flow .flow__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 266px;
}
@media screen and (max-width: 860px) {
  .flow .flow__inner {
    padding: 0 10px 106px;
  }
}
.flow .flow__inner .flow__contents {
  display: flex;
  gap: 44px;
  justify-content: center;
  margin-top: 44px;
}
@media screen and (max-width: 860px) {
  .flow .flow__inner .flow__contents {
    flex-direction: column;
  }
}
.flow .flow__inner .flow__contents .flow__box {
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 5px 5px 15px 0px rgba(153, 191, 193, 0.15);
  flex: 1;
  max-width: 560px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.flow .flow__inner .flow__contents .flow__box .flow__box-ttl {
  background-color: #F9F1B3;
  border-radius: 50px 50px 0 0;
  padding: 35px 0;
}
@media screen and (max-width: 860px) {
  .flow .flow__inner .flow__contents .flow__box .flow__box-ttl {
    padding: 22px 0;
  }
}
.flow .flow__inner .flow__contents .flow__box .flow__box-ttl h3 {
  color: #4C4C4C;
}
@media screen and (max-width: 860px) {
  .flow .flow__inner .flow__contents .flow__box .flow__box-ttl h3 {
    font-size: 1.25rem;
  }
}
.flow .flow__inner .flow__contents .flow__box ol {
  padding: 50px 19% 0;
}
@media screen and (max-width: 860px) {
  .flow .flow__inner .flow__contents .flow__box ol {
    padding: 30px 11% 0;
  }
}
.flow .flow__inner .flow__contents .flow__box ol li.flow__number {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
  text-align: left;
}
.flow .flow__inner .flow__contents .flow__box ol li.flow__number:last-child {
  margin-bottom: 36px;
}
.flow .flow__inner .flow__contents .flow__box ol li.flow__number img {
  width: 66px;
  height: 66px;
}
@media screen and (max-width: 860px) {
  .flow .flow__inner .flow__contents .flow__box ol li.flow__number img {
    width: 49px;
    height: 49px;
  }
}
.flow .flow__inner .flow__contents .flow__box ol:nth-of-type(2) {
  padding: 50px 13%;
}
.flow .flow__inner .flow__contents .flow__box p.speak {
  position: relative;
}
.flow .flow__inner .flow__contents .flow__box p.speak::before, .flow .flow__inner .flow__contents .flow__box p.speak::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #4C4C4C;
  width: 1px;
  height: 1em;
  margin: 0 0.8em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.flow .flow__inner .flow__contents .flow__box p.speak::before {
  transform: rotate(-35deg);
}
.flow .flow__inner .flow__contents .flow__box p.speak::after {
  transform: rotate(35deg);
}
.flow .flow__inner .flow__contents .flow__box .lesson-btn {
  margin-bottom: 40px;
}
@media screen and (max-width: 860px) {
  .flow .flow__inner .flow__contents .flow__box .lesson-btn {
    margin-bottom: 28px;
  }
}

.faq {
  background-color: #fff;
  padding-top: 180px;
}
@media screen and (max-width: 860px) {
  .faq {
    padding-top: 60px;
    margin-bottom: 50px;
  }
}
.faq .faq__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .faq .faq__inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 500px) {
  .faq .faq__inner {
    padding: 0 12px;
  }
}
.faq .faq__inner .faq__contents {
  display: flex;
  gap: 11.8%;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .faq .faq__inner .faq__contents {
    flex-direction: column;
  }
}
.faq .faq__inner .faq__contents .ttl__en {
  margin-top: 26px;
  margin-left: 25px;
  white-space: nowrap;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  .faq .faq__inner .faq__contents .ttl__en {
    margin-left: 18px;
  }
}
.faq .faq__inner .faq__contents .ttl__en::before {
  content: "Q&A";
  z-index: -1;
}
@media screen and (max-width: 860px) {
  .faq .faq__inner .faq__contents .ttl__en::before {
    left: -13px;
    transform: none;
  }
}
.faq .faq__inner .faq__contents .faq__ex {
  width: 100%;
}

.panel-group .accordion-container {
  background-color: #fff;
  border-radius: 45px;
  box-shadow: 0px 0px 15px 0px rgba(255, 231, 227, 0.4);
  position: relative;
  width: 95%;
  max-width: 950px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 860px) {
  .panel-group .accordion-container {
    margin-top: 20px;
    width: 100%;
  }
}
.panel-group .accordion-container:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 860px) {
  .panel-group .accordion-container:last-child {
    margin-bottom: 30px;
  }
}
.panel-group .accordion-container .accordion-title {
  display: block;
  position: relative;
  font-weight: 400;
}
.panel-group .accordion-container .accordion-title .faq-link {
  display: flex;
  align-items: center;
  color: #4C4C4C;
  font-size: 1.25rem;
  padding: 32px 20px 37px 33px;
}
@media screen and (max-width: 860px) {
  .panel-group .accordion-container .accordion-title .faq-link {
    font-size: 1rem;
    line-height: 1.5;
    margin-right: 46px;
    padding: 17px 0 17px 18px;
  }
}
.panel-group .accordion-container .accordion-title .faq-icon {
  color: #fff;
  display: flex;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.5rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  .panel-group .accordion-container .accordion-title .faq-icon {
    font-size: 1.25rem;
    width: 42px;
    height: 42px;
    margin-right: 10px;
  }
}
.panel-group .accordion-container .accordion-title .faq-icon::before {
  background-color: #FEA28F;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.panel-group .accordion-container .accordion-title::before, .panel-group .accordion-container .accordion-title::after {
  position: absolute;
  top: 50%;
  right: 40px;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #FEA28F;
  border: none;
}
@media screen and (max-width: 860px) {
  .panel-group .accordion-container .accordion-title::before, .panel-group .accordion-container .accordion-title::after {
    width: 16px;
    height: 2px;
    right: 27px;
  }
}
.panel-group .accordion-container .accordion-title::after {
  transform: rotate(90deg);
}
.panel-group .accordion-container span.faq-text {
  text-align: left;
}
.panel-group .accordion-container h3.accordion-title.js-accordion_title.open::after {
  transform: translate(0%, 10%) rotate(180deg);
  transition: all 0.4s ease-in-out;
}
.panel-group .accordion-container h3.accordion-title.js-accordion_title.open a {
  padding-bottom: 24px;
}
.panel-group .accordion-content {
  display: none;
}
.panel-group .accordion-content .accordion__inner {
  display: flex;
  align-items: start;
  padding: 33px 20px 37px 59px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  .panel-group .accordion-content .accordion__inner {
    padding: 32px 32px 17px;
  }
}
.panel-group .accordion-content .accordion__inner::before {
  background-color: #f6f6f6;
  content: "";
  width: 95%;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
}
.panel-group .accordion-content .accordion__inner span {
  color: #FEA28F;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 21px;
}
@media screen and (max-width: 860px) {
  .panel-group .accordion-content .accordion__inner span {
    font-size: 1rem;
    margin-right: 24px;
  }
}
@media screen and (max-width: 860px) {
  .panel-group .accordion-content .accordion__inner p {
    font-size: 0.875rem;
  }
}

.contact {
  position: relative;
  margin-top: 168px;
}
@media screen and (max-width: 860px) {
  .contact {
    margin-top: 40px;
  }
}
.contact::before {
  content: "";
  background-image: url(../img/contact_bg.jpg);
  position: absolute;
  background-size: 100% 100%;
  background-position: container;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.contact .contact__inner {
  max-width: 1036px;
  padding: 96px 0;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .contact .contact__inner {
    padding: 80px 30px;
  }
}
.contact .contact__inner h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 860px) {
  .contact .contact__inner h2 {
    margin-bottom: 20px;
  }
}
.contact .contact__inner .contact__btn {
  display: flex;
  gap: 4%;
  justify-content: space-between;
  margin-top: 48px;
}
@media screen and (max-width: 860px) {
  .contact .contact__inner .contact__btn {
    flex-direction: column;
  }
}
.contact .contact__inner .contact__btn .contact__box {
  width: 100%;
}
.contact .contact__inner .contact__btn .contact__box p {
  margin-bottom: 16px;
}
@media screen and (max-width: 860px) {
  .contact .contact__inner .contact__btn .contact__box p {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
}
.contact .contact__inner .contact__btn .contact__box .btn-white.pink,
.contact .contact__inner .contact__btn .contact__box .btn-white.gr {
  border-radius: 55px;
  font-size: 1rem;
  line-height: 1;
  padding: 27px 0 23px;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .contact .contact__inner .contact__btn .contact__box .btn-white.pink,
  .contact .contact__inner .contact__btn .contact__box .btn-white.gr {
    font-size: 0.75rem;
    padding: 16px 0;
    width: 315px;
  }
}
.contact .contact__inner .contact__btn .contact__box .btn-white.pink span.en,
.contact .contact__inner .contact__btn .contact__box .btn-white.gr span.en {
  font-family: "M PLUS Rounded 1c";
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.1;
}
@media screen and (max-width: 860px) {
  .contact .contact__inner .contact__btn .contact__box .btn-white.pink span.en,
  .contact .contact__inner .contact__btn .contact__box .btn-white.gr span.en {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 860px) {
  .contact .contact__inner .contact__btn .contact__box .btn-white.pink {
    margin-bottom: 30px;
  }
}

.pagetop {
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 59px;
  right: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #FEA28F;
  border-radius: 50%;
  padding: 20px;
  transition: transform 0.3s;
  width: 80px;
  height: 80px;
  z-index: 10000;
}
@media screen and (max-width: 860px) {
  .pagetop {
    width: 40px;
    height: 40px;
    bottom: 24px;
    right: 24px;
  }
}
.pagetop:hover {
  background-color: #fff;
}
.pagetop .fa-chevron-up:before {
  content: "\f077";
  position: absolute;
  color: #FEA28F;
  font-size: 1.944rem;
  right: 23px;
  bottom: 38px;
}
@media screen and (max-width: 860px) {
  .pagetop .fa-chevron-up:before {
    font-size: 1rem;
    right: 11px;
    bottom: 19px;
  }
}

.footer {
  margin-bottom: 24px;
}
.footer .footer__inner {
  max-width: 1200px;
}
.footer .footer__inner .footer__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
  margin-bottom: 36px;
}
.footer .footer__inner .footer__top a.footer__logo {
  width: 341px;
}
@media screen and (max-width: 860px) {
  .footer .footer__inner .footer__top a.footer__logo {
    width: 230px;
  }
}
.footer .footer__inner .line {
  background-color: #4C4C4C;
  height: 1px;
  margin-bottom: 40px;
}
.footer .footer__inner .footer__nav ul {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media screen and (max-width: 860px) {
  .footer .footer__inner .footer__nav ul {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 860px) {
  .footer .footer__inner .footer__nav ul li {
    font-size: 0.875rem;
  }
}
.footer .footer__inner .footer__nav ul li .f_nav__lesson {
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .footer .footer__inner .footer__nav ul li .f_nav__lesson {
    margin-left: 13px;
  }
}
.footer .footer__inner .footer__nav ul li .f_nav__lesson::before {
  content: "";
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #FEA28F;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  width: 0px;
  height: 0px;
}
@media screen and (max-width: 860px) {
  .footer .footer__inner .footer__nav ul li .f_nav__lesson::before {
    border-width: 6px 0 6px 10px;
    left: -13px;
  }
}
.footer .footer__inner .copy-txt {
  font-size: 0.75rem;
}/*# sourceMappingURL=style.css.map */