@charset "UTF-8";
/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link, .btn-02__link, .btn-03__link, .btn-circle__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-01__link, .btn-03__link {
  background: #f78925;
  color: #fff;
  border-radius: 50rem;
  letter-spacing: 0;
}
.btn-01__link:hover, .btn-03__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-02__link {
  border-radius: 10px 0 0 10px;
  background: #f78925;
  color: #fff;
  letter-spacing: 0.03em;
}
.btn-02__link span {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
.btn-02__link:hover {
  color: rgba(255, 255, 255, 0.8);
  transform: translateX(2px);
}
.btn-03__link {
  border-radius: 30px;
}
.btn-ic__link:hover img {
  opacity: 0.75;
}
.btn-circle__link {
  width: 66px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fff;
}
.btn-circle__link:hover img {
  opacity: 0.75;
}

#side-bar {
  width: 55px;
  max-width: 100%;
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 88;
}
#side-bar .btn a {
  width: 100%;
  height: 226px;
}

.arw-wht-clm {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  position: relative;
  z-index: 1;
}
.arw-wht-clm::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 7px;
  min-width: 7px;
  aspect-ratio: 7/9;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
}
.arw-wht-clm:hover::before {
  transform: translateX(-1px);
}
.arw-wht-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}
.arw-wht-row::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 7px;
  aspect-ratio: 7/9;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
}
.arw-wht, .arw-wht-13 {
  position: relative;
  z-index: 1;
}
.arw-wht::before, .arw-wht-13::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 7px;
  aspect-ratio: 7/9;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
}
.arw-wht:hover::before, .arw-wht-13:hover::before {
  transform: translate(-2px, -50%);
}
.arw-wht-13::before {
  width: 13px;
}

.ic-dl {
  position: relative;
  z-index: 1;
}
.ic-dl::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 31px;
  max-width: 100%;
  aspect-ratio: 31/28;
  background-image: url("/img/common/ic-dl.png");
  background-size: 100%;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
}

.frame-wave-top, .frame-wave-btm {
  position: relative;
  z-index: 1;
}
.frame-wave-top::before, .frame-wave-btm::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 1907/182;
}
.frame-wave-top {
  padding-top: 165px;
}
.frame-wave-top::before {
  background-image: url("/img/common/wave-top.png");
  background-size: 100%;
  top: 0;
  left: 0;
}
.frame-wave-btm {
  padding-bottom: 165px;
}
.frame-wave-btm::after {
  background-image: url("/img/common/wave-btm.png");
  background-size: 100%;
  bottom: 0;
  right: 0;
}

.deco-bf-float, .deco-af-float,
.obj-bf-float,
.obj-af-float,
.bg-bf-float,
.bg-af-float {
  position: relative;
  z-index: 1;
}
.deco-bf::before, .deco-af::after,
.obj-bf::before,
.obj-af::after,
.bg-bf::before,
.bg-af::after {
  content: "";
  display: block;
  transition: 0.3s;
}
.deco-bf-float::before, .deco-af-float::after,
.obj-bf-float::before,
.obj-af-float::after,
.bg-bf-float::before,
.bg-af-float::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}

.tbl {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-time th, .tbl-time td, .tbl-price th, .tbl-price td {
  text-align: center;
  white-space: pre-wrap;
}
.tbl-time th, .tbl-price th {
  padding: 20px;
  background: #32a2f4;
  background: linear-gradient(-90deg, #32a2f4 0%, #17c9b3 100%);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tbl-time th, .tbl-price th {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-time th, .tbl-price th {
    font-size: 18.6666666667px;
  }
}
.tbl-time th:not(:first-child), .tbl-price th:not(:first-child) {
  border-left: solid 1px #fff;
}
.tbl-time th:nth-child(1), .tbl-price th:nth-child(1) {
  width: 20%;
}
.tbl-time th, .tbl-price th { /* 学年 */ }
.tbl-time th:nth-child(2), .tbl-price th:nth-child(2) {
  width: 25%;
}
.tbl-time th, .tbl-price th { /* 教科 */ }
.tbl-time th:nth-child(3), .tbl-price th:nth-child(3) {
  width: 25%;
}
.tbl-time th, .tbl-price th { /* 曜日 */ }
.tbl-time th:nth-child(4), .tbl-price th:nth-child(4) {
  width: 30%;
}
.tbl-time th, .tbl-price th { /* 時間 */ }
.tbl-time td, .tbl-price td {
  font-weight: 500;
  padding: 25px 20px;
  border-top: solid 1px #fff;
  background: #eff1f3;
}
.tbl-time td:not(:first-child), .tbl-price td:not(:first-child) {
  border-left: solid 1px #fff;
}
.tbl-time td:first-child, .tbl-time td:nth-child(2), .tbl-price td:first-child, .tbl-price td:nth-child(2) {
  background: #eaeaea;
}
.tbl-price th, .tbl-price td {
  vertical-align: middle;
}
.tbl-price th:nth-child(1) {
  width: 25%;
}
.tbl-price th { /* 月額 */ }
.tbl-price th:nth-child(2) {
  width: 40%;
}
.tbl-price th { /* 諸経費 */ }
.tbl-price th:nth-child(3) {
  width: 35%;
}
.tbl-price th { /* 教材費 */ }
.tbl-price td {
  letter-spacing: 0.06em;
}
.tbl-price td:first-child, .tbl-price td:nth-child(2) {
  background: #eff1f3;
}
.tbl-info th, .tbl-info td, .tbl-class th, .tbl-class td {
  font-weight: 500;
  padding: 20px 30px;
}
.tbl-info th, .tbl-class th {
  width: 35%;
  background: #32a2f4;
  background: linear-gradient(-90deg, #32a2f4 0%, #17c9b3 100%);
  color: #fff;
  text-align: center;
}
.tbl-info td, .tbl-class td {
  background: #eff1f3;
}
.tbl-info tr:not(:first-child) th, .tbl-info tr:not(:first-child) td, .tbl-class tr:not(:first-child) th, .tbl-class tr:not(:first-child) td {
  border-top: solid 1px #fff;
}
.tbl-info th, .tbl-info td {
  vertical-align: middle;
}
.tbl-class th, .tbl-class td {
  vertical-align: middle;
}
.tbl-class th {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tbl-class th {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-class th {
    font-size: 18.6666666667px;
  }
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
  letter-spacing: 0.02em;
}
.com-tel__ttl {
  letter-spacing: 0;
  background: #32a2f4;
  background: linear-gradient(-90deg, #32a2f4 0%, #17c9b3 100%);
  color: #fff;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.com-tel__ttl::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 7px;
  aspect-ratio: 7/12;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #32a2f4;
  top: 50%;
  left: 100%;
  transform: translate(-1px, -50%);
}
.com-contbx, .com-txtbx {
  display: flex;
  flex-direction: column;
}
.com-box-shadow {
  box-shadow: 0px 0px 20px 0px rgba(50, 163, 243, 0.2);
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 56px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 56px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 81px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 27px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 81px) / 4);
}

.list-privacy .list-item, .list-teachers .list-item, .list-faq .list-item {
  width: 100%;
}
.list-news-top time {
  display: block;
  line-height: 1;
  color: #979797;
  text-align: right;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .list-news-top time {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news-top time {
    font-size: 16.6666666667px;
  }
}
.list-news-top__img {
  width: 100%;
  aspect-ratio: 250/170;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(50, 163, 243, 0.2);
}
.list-news-top__link, .list-news-top__bx {
  display: flex;
  flex-direction: column;
}
.list-news-top__link {
  row-gap: 15px;
}
.list-news-top__bx {
  row-gap: 10px;
}
.list-news-top__ttl {
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-reason__item, .list-study__item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.list-reason__item::before, .list-study__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  content: "01";
  width: 70px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #32a2f4;
  background: linear-gradient(-90deg, #32a2f4 0%, #17c9b3 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: "Figtree", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-reason__item::before, .list-study__item::before {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__item::before, .list-study__item::before {
    font-size: 25.3333333333px;
  }
}
.list-reason__item:nth-child(2)::before, .list-study__item:nth-child(2)::before {
  content: "02";
}
.list-reason__item:nth-child(3)::before, .list-study__item:nth-child(3)::before {
  content: "03";
}
.list-reason__item:nth-child(4)::before, .list-study__item:nth-child(4)::before {
  content: "04";
}
.list-reason__item:nth-child(5)::before, .list-study__item:nth-child(5)::before {
  content: "05";
}
.list-reason__item:nth-child(6)::before, .list-study__item:nth-child(6)::before {
  content: "06";
}
.list-reason__item:nth-child(7)::before, .list-study__item:nth-child(7)::before {
  content: "07";
}
.list-reason__item:nth-child(8)::before, .list-study__item:nth-child(8)::before {
  content: "08";
}
.list-reason__item:nth-child(9)::before, .list-study__item:nth-child(9)::before {
  content: "09";
}
.list-reason__item:nth-child(10)::before, .list-study__item:nth-child(10)::before {
  content: "10";
}
.list-reason__img, .list-study__img {
  text-align: center;
  position: relative;
  z-index: 1;
}
.list-reason .bx, .list-study .bx {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(50, 163, 243, 0.2);
  padding: 60px 20px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: -40px;
}
.list-reason__ttl, .list-study__ttl {
  text-align: center;
  line-height: 1.4166666667;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-reason__ttl, .list-study__ttl {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__ttl, .list-study__ttl {
    font-size: 21.3333333333px;
  }
}
.list-worries__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding: 12px 0;
  border-bottom: solid 1px rgba(53, 53, 53, 0.2);
}
.list-worries__item:first-child {
  padding-top: 0 !important;
}
.list-worries__item::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 26px;
  max-width: 100%;
  min-width: 26px;
  aspect-ratio: 26/22;
  background-image: url("/img/common/ic-check-blu.png");
  background-size: 100%;
}
.list-system__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-system__item::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 30px;
  max-width: 100%;
  min-width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-check-wht.png");
  background-size: 100%;
}
.list-bnr {
  -moz-column-gap: 5.21%;
       column-gap: 5.21%;
}
.list-bnr__item {
  width: 832px;
  max-width: 43.3333333333%;
  aspect-ratio: 832/584;
  position: relative;
  z-index: 1;
}
.list-bnr__item.info a {
  background: url("/img/top/bnr-info.png") center center no-repeat;
  background-size: cover;
}
.list-bnr__item.faq a {
  background: url("/img/top/bnr-faq.png") center center no-repeat;
  background-size: cover;
}
.list-bnr__item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 831/608;
  background-image: url("/img/top/bnr-shadow.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(-4%, 0);
  z-index: -1;
}
.list-bnr__link {
  width: 100%;
  height: 100%;
  border-radius: 10%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list-bnr__ttl {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2vw;
       column-gap: 2vw;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-size: 58px;
  font-size: 3.0208333333vw;
}
@media screen and (max-width: 1260px) {
  .list-bnr__ttl {
    font-size: 38.6666666667px;
  }
}
@media screen and (min-width: 1920px) {
  .list-bnr__ttl {
    font-size: 58px;
  }
}
.list-bnr__ttl::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 8.65%;
  aspect-ratio: 1/1;
  background-image: url("/img/top/bnr-arrow.png");
  background-size: 100%;
}
.list-study {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.list-study .list-item,
.list-study .layout-item {
  width: calc((100% - 20px) / 3);
}
.list-study {
  row-gap: 85px;
}
.list-study__item:nth-child(10) {
  width: auto;
  flex-direction: row;
}
.list-study__item:nth-child(10)::before {
  left: 125px;
  transform: translate(0, -50%);
}
.list-study__item:nth-child(10) .bx {
  width: 490px;
  max-width: 100%;
  margin: 0;
  padding: 0 35px;
  justify-content: center;
}
.list-study__item:nth-child(10) .list-study__img {
  width: 320px;
  max-width: 100%;
}
.list-study__item:nth-child(10) .list-study__ttl {
  text-align: left;
}
.list-voice {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.list-voice .list-item,
.list-voice .layout-item {
  width: calc((100% - 30px) / 4);
}
.list-voice__item {
  box-shadow: 0px 0px 20px 0px rgba(50, 163, 243, 0.2);
}
.list-voice a {
  display: block;
  width: 100%;
  aspect-ratio: 262/400;
  overflow: hidden;
}
.list-teachers__item {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(50, 163, 243, 0.2);
  padding: 40px;
}
.list-teachers .com-layout {
  justify-content: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.list-teachers .img {
  width: 406px;
  max-width: 100%;
  min-width: 406px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: solid 1px #eff1f3;
}
.list-teachers .ttl-04 {
  margin-bottom: 10px;
}
.list-teachers .txtbx {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-teachers dl {
  display: flex;
  background: #eff1f3;
}
.list-teachers dl dt, .list-teachers dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-teachers dl dt {
  padding: 10px;
  text-align: center;
  background: #32a2f4;
  background: linear-gradient(-90deg, #32a2f4 0%, #17c9b3 100%);
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-teachers dl dt {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-teachers dl dt {
    font-size: 21.3333333333px;
  }
}
.list-teachers dl dd {
  padding: 10px 15px;
}
.list-teachers dl.flx-row dt {
  width: 120px;
  max-width: 100%;
}
.list-teachers dl.flx-row dd {
  width: calc(100% - 120px);
}
.list-teachers dl.flx-clm {
  flex-direction: column;
}
.list-teachers dl.flx-clm dt {
  width: 100%;
}
.list-method__ttl {
  font-weight: 600;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .list-method__ttl {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-method__ttl {
    font-size: 28px;
  }
}
.list-method__ttl:first-letter {
  color: #32a2f4;
}
.list-method .com-layout {
  justify-content: space-between;
  align-items: center;
}
.list-method .img {
  position: relative;
  z-index: 2;
}
.list-method .txtbx {
  width: 520px;
  max-width: 100%;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  position: relative;
  z-index: 1;
}
.list-method .txtbx::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 1334px;
  height: 100%;
  background: #e9f8fa;
  top: 0;
  right: 0;
  transform: translate(420px, 0);
}
.list-method__item:nth-child(even) {
  flex-direction: row-reverse;
}
.list-guideline {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.list-guideline .list-item,
.list-guideline .layout-item {
  width: calc((100% - 50px) / 3);
}
.list-guideline__item {
  background: #fff;
  padding: 64px 0 30px 0;
  box-shadow: 0px 0px 20px 0px rgba(50, 163, 243, 0.2);
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  position: relative;
  z-index: 1;
}
.list-guideline__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 70px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-check-wht.png");
  background-size: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -25px);
}
.list-guideline__ttl {
  text-align: center;
  font-weight: 600;
  line-height: 1.4166666667;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-guideline__ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-guideline__ttl {
    font-size: 22.6666666667px;
  }
}
.list-guideline__txt {
  padding: 0 30px;
}
.list-guideline__comment {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-40px, -100px);
}
.list-faq__item {
  background: #fff;
  border: solid 1px #32a2f4;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-faq dt, .list-faq dd {
  display: flex;
}
.list-faq dt::before, .list-faq dd::before {
  min-width: 50px;
  font-family: "Allura", cursive;
  letter-spacing: 0;
  color: #17c9b3;
  font-weight: 400;
  line-height: 1;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 30px;
  }
}
.list-faq dt {
  border-bottom: solid 1px rgba(50, 162, 244, 0.3);
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 18.6666666667px;
  }
}
.list-faq dt::before {
  content: "Q";
}
.list-faq dd::before {
  content: "A";
}
.list-flow__item {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.list-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 30px;
  max-width: 100%;
  aspect-ratio: 30/33;
  background-image: url("/img/common/arrow-solid-double.png");
  background-size: 100%;
  top: 0;
  left: calc(100% + 13px);
  transform: translate(-50%, 65px);
}
.list-flow__ic {
  text-align: center;
  position: relative;
  z-index: 1;
}
.list-flow dl {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 42px 25px 25px;
  margin-top: -30px;
  box-shadow: 0px 0px 20px 0px rgba(50, 163, 243, 0.2);
}
.list-flow dt {
  text-align: center;
  color: #32a2f4;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-flow dt {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dt {
    font-size: 23.3333333333px;
  }
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 18.6666666667px;
  }
}
.tag-main__link {
  display: block;
  border: solid 1px rgba(53, 53, 53, 0.2);
  background: linear-gradient(90deg, #17c9b3 0%, #32a2f4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 14.6666666667px;
  }
}
.tag-sub__item {
  line-height: 1;
  background: linear-gradient(90deg, #17c9b3 0%, #32a2f4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ttl-main .en {
  font-family: "Allura", cursive;
  letter-spacing: 0;
  background: linear-gradient(90deg, #17c9b3 0%, #32a2f4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 10px;
  font-size: 120px;
  font-size: 12rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .en {
    font-size: 130px;
    font-size: 16.9270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .en {
    font-size: 86.6666666667px;
  }
}
.ttl-main .jp {
  font-weight: 600;
  letter-spacing: 0.12em;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .jp {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .jp {
    font-size: 25.3333333333px;
  }
}
.ttl-main.txt-aln-c {
  align-items: center;
}
.ttl-sub {
  border-left: solid #32a2f4 6px;
  border-bottom: solid 1px #979797;
  background: #eff1f3;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 22.6666666667px;
  }
}
.ttl-01, .ttl-02, .ttl-03 {
  background: #32a2f4;
  background: linear-gradient(-90deg, #32a2f4 0%, #17c9b3 100%);
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ttl-01::after, .ttl-02::after, .ttl-03::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 14px;
  aspect-ratio: 14/9;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #32a2f4;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1px);
}
.ttl-02 {
  font-weight: 600;
  letter-spacing: 0.15em;
  padding: 15px;
}
.ttl-02::after {
  width: 25px;
}
.ttl-03 {
  padding: 10px 20px;
  font-weight: 600;
}
.ttl-03::after {
  content: none;
}
.ttl-04 {
  line-height: 1.2;
  font-weight: 600;
  border-left: solid 4px #32a2f4;
  padding-left: 15px;
}

.txt-plain {
  line-height: 1.75;
}
.txt-01 {
  line-height: 1.4666666667;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .txt-01 {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-01 {
    font-size: 16.6666666667px;
  }
}
.txt-02 {
  line-height: 1.8888888889;
  letter-spacing: 0.15em;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .txt-02 {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-02 {
    font-size: 18.6666666667px;
  }
}
.txt-03 {
  line-height: 1.3333333333;
  letter-spacing: 0.15em;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .txt-03 {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-03 {
    font-size: 16.6666666667px;
  }
}
.txt-04 {
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .txt-04 {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-04 {
    font-size: 16.6666666667px;
  }
}
.txt-05 {
  line-height: 1.4666666667;
  letter-spacing: 0.01em;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .txt-05 {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-05 {
    font-size: 16.6666666667px;
  }
}
.txt-06 {
  line-height: 1.875;
  letter-spacing: 0.08em;
}
.txt-07 {
  line-height: 1.8823529412;
  letter-spacing: 0.04em;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .txt-07 {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-07 {
    font-size: 18px;
  }
}
.txt-08 {
  line-height: 1.5625;
  letter-spacing: 0.04em;
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item,
.footer-sub__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover,
.footer-sub__link:hover {
  opacity: 0.8;
}

.header-nav__list {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.header-nav__item {
  position: relative;
}
.header-nav .dropdown-menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  transition: 0.3s;
}
.header-nav .dropdown-menu::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 8px;
  aspect-ratio: 8/6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #32a2f4;
}
.header-nav .dropdown-menu__list {
  display: none;
  overflow: hidden;
  width: 148px;
  padding-top: 11px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .header-nav .dropdown-menu__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav .dropdown-menu__list {
    font-size: 16.6666666667px;
  }
}
.header-nav .dropdown-menu__item {
  line-height: 1;
  background: #32a2f4;
}
.header-nav .dropdown-menu__item:not(:first-child) {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}
.header-nav .dropdown-menu__link {
  display: block;
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding: 10px 12px;
}
.header-nav .dropdown-menu__link::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 6px;
  aspect-ratio: 6/8;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
}
.header-nav .dropdown-menu__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.header-nav .dropdown-menu:hover {
  cursor: pointer;
}
.header-nav .current {
  color: #32a2f4;
}

@media screen and (max-width: 1340px) {
  .header-nav__list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.footer-nav__list {
  display: flex;
  justify-content: space-between;
}

.footer-sub__list {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .footer-sub__list {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-sub__list {
    font-size: 15.3333333333px;
  }
}
.footer-sub__link {
  color: #fff;
}
.footer-sub__link:hover {
  opacity: 0.8;
}

#header-bar {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
}

.mv, .sv {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv {
  aspect-ratio: 1920/840;
  background: url("/img/top/mv-img.jpg") left center no-repeat;
  background-size: cover;
}
.mv-cc {
  width: 830px;
  max-width: 43.2291666667%;
  position: absolute;
  top: 50%;
  right: 6.77%;
  transform: translate(0, -70%);
}
.mv .obj-top {
  position: absolute;
  top: 0;
  left: 0;
}
.mv .obj-top::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 447px;
  max-width: 23.28125%;
  aspect-ratio: 447/243;
  background-image: url("/img/top/mv-bg-tl.png");
  background-size: 100%;
}
.mv .obj-top::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 882px;
  max-width: 45.9375%;
  aspect-ratio: 882/201;
  background-image: url("/img/top/mv-bg-tr.png");
  background-size: 100%;
  top: 0;
  right: 0;
}
.mv::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 1328px;
  max-width: 69.1666666667%;
  aspect-ratio: 1328/299;
  background-image: url("/img/top/mv-bg-br.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
}

.sv-img {
  width: 1263px;
  max-width: 65.78125%;
  margin-left: auto;
}
.sv-ttl {
  position: absolute;
  top: 50%;
  left: 16.67%;
  transform: translate(0, -50%);
  z-index: 1;
  line-height: 1.6129032258;
  font-size: 62px;
  font-size: 3.2291666667vw;
}
@media screen and (max-width: 1260px) {
  .sv-ttl {
    font-size: 41.3333333333px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 62px;
  }
}
.sv-ttl span {
  background: linear-gradient(90deg, #17c9b3 0%, #32a2f4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  letter-spacing: 0.15em;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #17c9b3, #32a2f4) 1;
     border-image: linear-gradient(to right, #17c9b3, #32a2f4) 1;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.sv::before {
  width: 447px;
  max-width: 23.28125%;
  aspect-ratio: 447/243;
  background-image: url("/img/top/mv-bg-tl.png");
  background-size: 100%;
  top: 0;
  left: 0;
}
.sv::after {
  width: 919px;
  max-width: 47.8645833333%;
  aspect-ratio: 919/207;
  background-image: url("/img/common/sv-bg-rb.png");
  background-size: 100%;
  bottom: 0;
  right: 0;
}
.sv::before, .sv::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  z-index: 1;
}

.top-trial {
  padding: 120px 0 0;
}
.top-trial .cts-1080 {
  position: relative;
  z-index: 1;
}
.top-trial .cts-1080::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  background: #32a2f4;
  background: linear-gradient(-90deg, #32a2f4 0%, #17c9b3 100%);
  top: 10px;
  left: 10px;
}
.top-trial .wrp {
  padding: 40px 50px;
  position: relative;
  z-index: 1;
}
.top-trial .wrp::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid transparent;
  -o-border-image: linear-gradient(to right, #17c9b3, #32a2f4);
     border-image: linear-gradient(to right, #17c9b3, #32a2f4);
  border-image-slice: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-trial .wrp::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 490px;
  max-width: 100%;
  aspect-ratio: 490/421;
  background-image: url("/img/top/trial-img.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
}

.top-concept {
  padding: 200px 0 0;
}
.top-concept .ttl-main {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.top-concept .ttl-main .en {
  font-size: 170px;
  font-size: 17rem;
}
@media screen and (max-width: 768px) {
  .top-concept .ttl-main .en {
    font-size: 180px;
    font-size: 23.4375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-concept .ttl-main .en {
    font-size: 120px;
  }
}
.top-concept .ttl-main .jp {
  line-height: 1.5897435897;
  font-size: 39px;
  font-size: 3.9rem;
}
@media screen and (max-width: 768px) {
  .top-concept .ttl-main .jp {
    font-size: 49px;
    font-size: 6.3802083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-concept .ttl-main .jp {
    font-size: 32.6666666667px;
  }
}
.top-concept .img {
  margin-left: -130px;
}
.top-concept .bg-bf-float::before {
  width: 1334px;
  height: 100%;
  background: rgba(23, 201, 179, 0.1);
  background: linear-gradient(90deg, rgba(23, 201, 179, 0.1) 0%, rgba(50, 162, 244, 0.1) 100%);
  top: 50%;
  right: 0;
  transform: translate(420px, -50%);
}

.top-reason {
  padding: 200px 0 160px 0;
}
.top-reason .ttl-main {
  margin-bottom: 90px;
}

.top-worries {
  padding: 50px 0 100px 0;
}
.top-worries .ttl-main {
  margin-bottom: 60px;
}
.top-worries .ttl-main .jp {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  letter-spacing: 0.15em;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .top-worries .ttl-main .jp {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-worries .ttl-main .jp {
    font-size: 33.3333333333px;
  }
}
.top-worries .ttl-main .jp::before, .top-worries .ttl-main .jp::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 33px;
  max-width: 100%;
  min-width: 33px;
  aspect-ratio: 33/46;
  background-image: url("/img/common/deco-point.png");
  background-size: 100%;
}
.top-worries .ttl-main .jp::after {
  transform: scaleX(-1);
}
.top-worries .com-layout__item {
  display: flex;
  flex-direction: column;
}
.top-worries .com-layout .com-base {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  padding: 35px 30px;
}
.top-worries .com-layout__item {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(50, 163, 243, 0.2);
}
.top-worries .com-layout .btn {
  margin-top: 30px;
}

.top-result {
  padding: 120px 0 0;
}
.top-result .ttl-main {
  margin-bottom: 50px;
}

.top-system {
  padding: 170px 0 0;
}
.top-system .cts-1400 {
  padding: 80px 0 110px 0;
  position: relative;
  z-index: 1;
}
.top-system .cts-1400::before, .top-system .cts-1400::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  left: 0;
  z-index: 1;
}
.top-system .cts-1400::before {
  aspect-ratio: 1400/466;
  background-image: url("/img/top/system-bg-top.png");
  background-size: 100%;
  top: 0;
}
.top-system .cts-1400::after {
  aspect-ratio: 1400/356;
  background-image: url("/img/top/system-bg-btm.png");
  background-size: 100%;
  bottom: 0;
}
.top-system .ttl-main {
  margin-bottom: 35px;
}
.top-system .ttl-main .jp {
  letter-spacing: 0.1em;
  line-height: 1.5238095238;
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .top-system .ttl-main .jp {
    font-size: 52px;
    font-size: 6.7708333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-system .ttl-main .jp {
    font-size: 34.6666666667px;
  }
}
.top-system .img {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(100px, 30px);
  z-index: -1;
}

.top-bnr {
  padding: 155px 0 250px 0;
}
.top-bnr.bg-af-float::after {
  width: 1908px;
  max-width: 99.375%;
  aspect-ratio: 1908/200;
  background-image: url("/img/top/bnr-frame-btm.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(0, 1px);
}

.top-blog {
  padding: 0 0 110px 0;
}
.top-blog .ttl-main {
  margin-bottom: 30px;
}
.top-blog .ttl-main .jp {
  font-weight: 500;
}
.top-blog .btn {
  position: absolute;
  top: 110px;
  right: 0;
}

#page-low section {
  padding: 120px 0;
}
#page-low .ttl-main {
  margin-bottom: 60px;
}

.flow-about .wrp-ttl {
  padding-top: 100px;
}
.flow-about .wrp-ttl .inner {
  display: inline-block;
}
.flow-about .wrp-ttl .comment {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-70%, -5%);
  z-index: -1;
}

#footer .wrp-main {
  padding: 80px 0 50px 0;
}
#footer .wrp-nav, #footer .wrp-sub {
  padding: 12px 0;
}

.footer-copy {
  max-width: 50%;
}/*# sourceMappingURL=style.css.map */