@charset "UTF-8";
body {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Zen Kaku Gothic New", system-ui;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #393939;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 16.4705882353px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #393939 !important;
}
.col-main {
  color: #44b5ae !important;
}
.col-sub {
  color: #ff8170 !important;
}
.col-beg {
  color: #fffbef !important;
}
.col-gld {
  color: #f3e3b3 !important;
}
.col-brw {
  color: #c9b4a0 !important;
}
.col-ylw {
  color: #ffd55a !important;
}
.col-red {
  color: #ff6e5a !important;
}
.col-grn {
  color: #39a7a0 !important;
}
.col-orn {
  color: #ffa44a !important;
}
.col-brw_lt {
  color: #eadcce !important;
}
.col-gry {
  color: #9d9d9d !important;
}
.col-gld_bld {
  color: #d9c17b !important;
}
.col-gry_lt {
  color: #ede1d6 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #393939 !important;
}
.bg-main {
  background-color: #44b5ae !important;
}
.bg-sub {
  background-color: #ff8170 !important;
}
.bg-beg {
  background-color: #fffbef !important;
}
.bg-gld {
  background-color: #f3e3b3 !important;
}
.bg-brw {
  background-color: #c9b4a0 !important;
}
.bg-ylw {
  background-color: #ffd55a !important;
}
.bg-red {
  background-color: #ff6e5a !important;
}
.bg-grn {
  background-color: #39a7a0 !important;
}
.bg-orn {
  background-color: #ffa44a !important;
}
.bg-brw_lt {
  background-color: #eadcce !important;
}
.bg-gry {
  background-color: #9d9d9d !important;
}
.bg-gld_bld {
  background-color: #d9c17b !important;
}
.bg-gry_lt {
  background-color: #ede1d6 !important;
}

.ptn-grid {
  background-color: #fffbef;
  background-image: linear-gradient(transparent 95%, #fff7e0 50%, #fff7e0), linear-gradient(90deg, transparent 95%, #fff7e0 50%, #fff7e0);
  background-size: 53px 53px;
  background-repeat: repeat;
}

.btn-ptn1 .btn-link, .btn-ptn2 .btn-link, .btn-ptn3 .btn-link {
  background: #fff;
  color: #44b5ae;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
}
.btn-ptn1 .btn-link:hover, .btn-ptn2 .btn-link:hover, .btn-ptn3 .btn-link:hover {
  color: rgba(68, 181, 174, 0.8);
}
.btn-ptn2 .btn-link {
  background: #44b5ae;
  color: #fff;
}
.btn-ptn2 .btn-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-ptn3 .btn-link {
  background: #ff6e5a;
  color: #fff;
}
.btn-ptn3 .btn-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.side-bar {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 77;
}

.ic-tel {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 34px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-mail {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ic-mail::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 20/14;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}

.arw-wht-12, .arw-wht-30, .arw-grn-12, .arw-grn-30 {
  position: relative;
}
.arw-wht-12:after, .arw-wht-30:after, .arw-grn-12:after, .arw-grn-30:after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 12/15;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-wht-12:hover::after, .arw-wht-30:hover::after, .arw-grn-12:hover::after, .arw-grn-30:hover::after {
  transform: translate(-2px, -50%);
}
.arw-wht-30::after, .arw-grn-30::after {
  width: 30px;
  aspect-ratio: 30/28;
  right: 50px;
}
.arw-grn-12::after, .arw-grn-30::after {
  background: #44b5ae;
}
.arw-pizza-red, .arw-pizza-ylw, .arw-pizza-grn, .arw-pizza-orn {
  position: relative;
  z-index: 1;
}
.arw-pizza-red::after, .arw-pizza-ylw::after, .arw-pizza-grn::after, .arw-pizza-orn::after {
  content: "";
  display: block;
  width: 85px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-pizza-red.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s;
}
.arw-pizza-red:hover::after, .arw-pizza-ylw:hover::after, .arw-pizza-grn:hover::after, .arw-pizza-orn:hover::after {
  transform: translate(2px, 2px);
}
.arw-pizza-ylw::after {
  background-image: url("/img/common/arw-pizza-ylw.png");
  background-size: 100%;
}
.arw-pizza-grn::after {
  background-image: url("/img/common/arw-pizza-grn.png");
  background-size: 100%;
}
.arw-pizza-orn::after {
  background-image: url("/img/common/arw-pizza-orn.png");
  background-size: 100%;
}

.frame-wave-top {
  position: relative;
  z-index: 2;
}
.frame-wave-top::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/65;
  background-image: url("/img/common/frame-wave.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.frame-wave-btm {
  position: relative;
  z-index: 2;
}
.frame-wave-btm::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/65;
  background-image: url("/img/common/frame-wave.png");
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 2;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.tbl-ptn1 th, .tbl-ptn1 td {
  padding: 15px 0;
  vertical-align: middle;
}
.tbl-ptn1 th {
  width: 20%;
  font-weight: bold;
}
.tbl-ptn1 td {
  padding-left: 4%;
  font-weight: 500;
}
.tbl-ptn1 tr:not(:last-child) th, .tbl-ptn1 tr:not(:last-child) td {
  border-bottom: solid 2px #ede1d6;
}
.tbl-ptn1 tr:first-child th, .tbl-ptn1 tr:first-child td {
  padding-top: 0;
}
.tbl-ptn1 tr:last-child th, .tbl-ptn1 tr:last-child td {
  padding-bottom: 0;
}

[class^=cts-] {
  margin: 0 auto;
}

.cts-1080 {
  width: 100%;
  max-width: 1080px;
}
.cts-1280 {
  width: 100%;
  max-width: 1280px;
}

.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: 45px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 90px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 90px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-news .list-item, .list-voice .list-item, .list-faq .list-item, .list-dot .list-item, .list-check .list-item {
  width: 100%;
}
.list-news time {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  line-height: 1;
  color: #9d9d9d;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 15.2941176471px;
  }
}
.list-news__item:not(:last-child) {
  border-bottom: solid 1px #9d9d9d;
  padding-bottom: 30px;
}
.list-news__inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-news__ttl {
  margin-top: 15px;
}
.list-feature {
  row-gap: 60px;
}
.list-feature__item {
  background: #fff;
  border-radius: 20px;
  border: solid 10px #ff6e5a;
  box-shadow: 10px 10px #ff6e5a;
  position: relative;
}
.list-feature__num {
  width: 132px;
  aspect-ratio: 132/129;
  background: url("/img/common/ic-flower.png") center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Nerko One", cursive;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 0.8;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30px, -35px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .list-feature__num {
    font-size: 43px;
    font-size: 5.5989583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-feature__num {
    font-size: 25.2941176471px;
  }
}
.list-feature__num em {
  font-size: 58px;
  font-size: 5.8rem;
}
@media screen and (max-width: 768px) {
  .list-feature__num em {
    font-size: 68px;
    font-size: 8.8541666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-feature__num em {
    font-size: 40px;
  }
}
.list-feature__img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.list-feature__bx {
  padding: 30px 35px 50px 35px;
}
.list-feature__ttl {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: 900;
  color: #44b5ae;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .list-feature__ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-feature__ttl {
    font-size: 23.5294117647px;
  }
}
.list-course__link {
  display: block;
}
.list-course__link::after {
  border-radius: 0 0 20px 0;
}
.list-course__link:hover::after {
  transform: none;
}
.list-course__link:hover .list-course__img {
  transform: translate(2px, 2px);
  box-shadow: 0 0 #d9c17b;
}
.list-course__link:hover .list-course__img img {
  opacity: 0.8;
}
.list-course__ttl {
  width: 305px;
  aspect-ratio: 305/186;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 40px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .list-course__ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-course__ttl {
    font-size: 23.5294117647px;
  }
}
.list-course__img {
  border: solid 6px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 15px 15px #d9c17b;
  transition: 0.3s;
  background: #fff;
}
.list-course__img::after {
  transform: translate(2px, 2px);
}
.list-course__item {
  position: relative;
}
.list-course__item:first-child .list-course__ttl {
  background: url("/img/top/course-ttl-base-pnk.png") center center no-repeat;
  background-size: cover;
}
.list-course__item:first-child .list-course__img {
  border-color: #ff8170;
}
.list-course__item:nth-child(2) {
  margin-top: 100px;
}
.list-course__item:nth-child(2) .list-course__ttl {
  background: url("/img/top/course-ttl-base-orn.png") center center no-repeat;
  background-size: cover;
}
.list-course__item:nth-child(2) .list-course__img {
  border-color: #ffa44a;
}
.list-course__item:last-child .list-course__ttl {
  background: url("/img/top/course-ttl-base-grn.png") center center no-repeat;
  background-size: cover;
}
.list-course__item:last-child .list-course__img {
  border-color: #44b5ae;
}
.list-voice__item {
  background: #fff;
  padding: 24px 45px 24px 45px;
  border-radius: 20px;
}
.list-voice__ttl {
  width: 100%;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  color: #c9b4a0;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transform: translateX(-50px);
}
@media screen and (max-width: 768px) {
  .list-voice__ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice__ttl {
    font-size: 23.5294117647px;
  }
}
.list-voice__ttl-main {
  width: 261px;
  min-width: 261px;
  aspect-ratio: 261/66;
  background: url("/img/common/base-ribbon.png") center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.list-voice__txt {
  margin-top: 20px;
}
.list-voice__txt span {
  white-space: pre-wrap;
}
.list-faq__item {
  background: #44b5ae;
  border-radius: 10px;
  padding: 0 30px 30px;
  position: relative;
}
.list-faq__item:before {
  content: "Q";
  display: block;
  font-family: "Nerko One", cursive;
  font-size: 58px;
  font-size: 5.8rem;
  width: 90px;
  aspect-ratio: 132/129;
  background-image: url("/img/common/ic-flower.png");
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .list-faq__item:before {
    font-size: 68px;
    font-size: 8.8541666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq__item:before {
    font-size: 40px;
  }
}
.list-faq__q {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  padding: 20px 0 20px 70px;
}
@media screen and (max-width: 768px) {
  .list-faq__q {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq__q {
    font-size: 17.6470588235px;
  }
}
.list-faq__a {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .list-faq__a {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq__a {
    font-size: 15.2941176471px;
  }
}
.list-faq__a-main {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .list-faq__a-main {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq__a-main {
    font-size: 17.6470588235px;
  }
}
.list-faq__a-main span {
  background: linear-gradient(transparent 50%, #ffd55a 50%);
}
.list-faq__a-sub {
  white-space: pre-wrap;
}
.list-course-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 15px;
}
.list-course-detail-half {
  width: calc(50% - 10px);
}
.list-course-detail-full {
  width: 100%;
}
.list-course-detail__img {
  min-width: 520px;
  aspect-ratio: 520/340;
  border-radius: 10px;
  overflow: hidden;
}
.list-course-detail .txt-plain, .list-course-detail ul li {
  font-size: 16px;
  font-size: 1.6rem;
  white-space: pre-wrap;
}
@media screen and (max-width: 768px) {
  .list-course-detail .txt-plain, .list-course-detail ul li {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-course-detail .txt-plain, .list-course-detail ul li {
    font-size: 15.2941176471px;
  }
}
.list-dot {
  display: grid;
  row-gap: 5px;
}
.list-dot__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.list-dot__item::before {
  content: "";
  display: block;
  word-break: 6px;
  min-width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #393939;
  transform: translateY(10px);
}
.list-materials__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-materials__img {
  width: 200px;
  max-width: 100%;
  min-width: 200px;
  aspect-ratio: 200/280;
}
.list-materials__ttl, .list-materials__txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-materials__ttl, .list-materials__txt {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-materials__ttl, .list-materials__txt {
    font-size: 15.2941176471px;
  }
}
.list-materials__ttl {
  font-weight: bold;
}
.list-materials__bx {
  width: 100%;
}
.list-materials .btn {
  margin-top: 30px;
}
.list-materials .btn-link {
  width: 100%;
  max-width: 300px;
  height: 70px;
  margin-left: auto;
}
.list-check__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-check__item::before {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  aspect-ratio: 20/14;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
  transform: translateY(7px);
}

.com-tag-main .list-tag {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.com-tag-main .tag-link {
  display: block;
  background: #44b5ae;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.com-tag-sub .list-tag {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .com-tag-sub .list-tag {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-sub .list-tag {
    font-size: 15.2941176471px;
  }
}
.com-tag-sub .tag-item {
  line-height: 1;
  color: #44b5ae;
}
.com-tag-sub .tag-item::before {
  content: "#";
  display: inline;
  color: #44b5ae;
}
.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-contact {
  padding: 150px 0;
}
.com-contact .ttl-main {
  margin-bottom: 40px;
}
.com-contact .com-base {
  padding: 70px 115px;
  box-shadow: 20px 20px #39a7a0;
}
.com-contact .com-base-inner {
  margin-top: 50px;
}
.com-bnr__bx {
  aspect-ratio: 520/300;
  border-radius: 10px;
  overflow: hidden;
}
.com-bnr__bx.info .com-bnr__inner {
  background: url("/img/common/bnr-info.png") center center no-repeat;
  background-size: cover;
}
.com-bnr__bx.price .com-bnr__inner {
  background: url("/img/common/bnr-price.png") center center no-repeat;
  background-size: cover;
}
.com-bnr__bx.voice .com-bnr__inner {
  background: url("/img/common/bnr-voice.png") center center no-repeat;
  background-size: cover;
}
.com-bnr__link, .com-bnr__inner {
  width: 100%;
  height: 100%;
}
.com-bnr__link {
  display: block;
  padding: 20px;
}
.com-bnr__link:hover .com-bnr__inner::before {
  background: rgba(0, 0, 0, 0.4);
}
.com-bnr__link:hover .com-bnr__ttl::after {
  transform: translateY(-3px);
}
.com-bnr__inner {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.com-bnr__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.com-bnr__ttl {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.com-bnr__ttl::after {
  content: "";
  display: block;
  width: 120px;
  aspect-ratio: 120/92;
  background-image: url("/img/common/bnr-obj.png");
  background-size: 100%;
  transition: 0.3s;
}
.com-contents-list {
  display: grid;
  row-gap: 80px;
}
.com-contents-list__item {
  width: 100%;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 10px;
}
.ttl-main .eng {
  font-family: "Nerko One", cursive;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .ttl-main .eng {
    font-size: 110px;
    font-size: 14.3229166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .eng {
    font-size: 64.7058823529px;
  }
}
.ttl-main .ruby {
  font-family: "Yusei Magic", sans-serif;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .ruby {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .ruby {
    font-size: 23.5294117647px;
  }
}
.ttl-main.txt-aln-lft {
  align-items: flex-start;
  text-align: left;
}
.ttl-sub {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: solid #ffd55a 6px;
  border-bottom: solid 1px #ddd;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 16.4705882353px;
  }
}
.ttl-bar {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background: #44b5ae;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .ttl-bar {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bar {
    font-size: 17.6470588235px;
  }
}
.ttl-round {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  background: #ff8170;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50rem;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .ttl-round {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-round {
    font-size: 15.2941176471px;
  }
}

.txt-plain {
  line-height: 1.7;
}

.img-sdw-ylw img {
  filter: drop-shadow(10px 10px #ffd55a);
}

#ctn-top #header {
  background-color: #fffbef;
  background-image: linear-gradient(transparent 95%, #fff7e0 50%, #fff7e0), linear-gradient(90deg, transparent 95%, #fff7e0 50%, #fff7e0);
  background-size: 53px 53px;
  background-repeat: repeat;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  #ctn-top #header {
    background-color: #fffbef;
    background-image: linear-gradient(transparent 95%, #fff7e0 50%, #fff7e0), linear-gradient(90deg, transparent 95%, #fff7e0 50%, #fff7e0);
    background-size: 25px 25px;
    background-repeat: repeat;
  }
}

#ctn-lower #header {
  padding-bottom: 80px;
}

#header {
  position: relative;
}
#header .com-logo {
  width: 500px;
  max-width: 100%;
  aspect-ratio: 500/210;
  background: url("/img/common/hd-logo-base.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#header .com-logo img {
  position: absolute;
  top: 0;
  left: 8%;
  transform: translateY(70%);
}

.header-nav {
  padding: 60px 2.6%;
}
.header-nav__list {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 17.6470588235px;
  }
}
.header-nav__item {
  line-height: 1;
}
.header-nav__item:not(:first-child) {
  border-left: solid 2px #393939;
  padding-left: 20px;
}
.header-nav__link:hover {
  color: #44b5ae;
}

.mv, .sv {
  position: relative;
}
.mv-video, .mv-img, .sv-video, .sv-img {
  width: 1200px;
  max-width: 62.5%;
  margin-left: auto;
  border-radius: 50px 0 0 50px;
  overflow: hidden;
}
.mv video, .mv img, .sv video, .sv img {
  display: block;
  width: 100%;
}

.mv-cc {
  width: 846px;
  max-width: 44.0625%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-7%, 5%);
}

.sv-ttl {
  width: 705px;
  max-width: 36.71875%;
  aspect-ratio: 705/100;
  background: #44b5ae;
  border-radius: 10px;
  padding: 0 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 50%;
  left: 5.52%;
  transform: translateY(-50%);
  z-index: 1;
}
.sv-ttl img {
  width: auto;
  max-height: 55%;
}

#ctn-top .ttl-main {
  color: #44b5ae;
}

.top-news {
  padding-bottom: 60px;
}
.top-news .ttl-main {
  margin-bottom: 80px;
}
.top-news .news-sec__ttl {
  padding: 130px 0;
}
.top-news .news-sec__list {
  width: 1146px;
  max-width: 59.6875%;
  border-radius: 100px 0 0 100px;
  padding: 100px 0 100px 86px;
  box-shadow: 20px 20px #eadcce;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.top-news::before {
  content: "";
  display: block;
  width: 1610px;
  max-width: 83.8541666667%;
  height: calc(100% - 60px);
  background: #44b5ae;
  border-radius: 0 100px 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-greeting {
  padding: 150px 0 130px 0;
}
.top-greeting .ttl-main {
  margin-bottom: 50px;
}
.top-greeting .obj-owner {
  position: relative;
  z-index: 1;
}
.top-greeting .obj-owner::before {
  content: "";
  display: block;
  width: 242px;
  aspect-ratio: 242/228;
  background-image: url("/img/common/img-owner.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(75px, -60px);
  z-index: -1;
}
.top-greeting.obj-child {
  position: relative;
  z-index: 1;
}
.top-greeting.obj-child::before, .top-greeting.obj-child::after {
  content: "";
  display: block;
  width: 396px;
  max-width: 20.625%;
  aspect-ratio: 396/236;
  background-image: url("/img/top/greeting-illust-01.png");
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 2.6%;
  transform: translateY(-30px);
  z-index: -1;
}
.top-greeting.obj-child::after {
  width: 394px;
  max-width: 20.5208333333%;
  aspect-ratio: 394/243;
  background-image: url("/img/top/greeting-illust-02.png");
  background-size: 100%;
  left: inherit;
  right: 2.6%;
}

.top-feature {
  padding: 170px 0 150px 0;
}
.top-feature .ttl-main {
  margin-bottom: 80px;
}
.top-feature .btn {
  margin-top: 60px;
}

.top-course {
  padding: 130px 0 0;
}
.top-course .cts-1080 {
  padding-bottom: 90px;
}
.top-course .ttl-main {
  margin-bottom: 160px;
}
.top-course::after {
  content: "";
  display: block;
  width: 1610px;
  max-width: 83.8541666667%;
  height: 425px;
  border-radius: 0 100px 100px 0;
  background: #f3e3b3;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.top-voice {
  padding: 140px 0 0;
}
.top-voice .btn {
  margin-top: 60px;
}
.top-voice .obj-student {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 75px;
  margin-bottom: 40px;
}
.top-voice .obj-student::before, .top-voice .obj-student::after {
  content: "";
  display: block;
  width: 99px;
  aspect-ratio: 99/183;
  background-image: url("/img/top/voice-illust-01.png");
  background-size: 100%;
}
.top-voice .obj-student::after {
  width: 101px;
  aspect-ratio: 101/183;
  background-image: url("/img/top/voice-illust-02.png");
  background-size: 100%;
}

.top-access {
  padding: 315px 0 0;
}
.top-access .cts-1080 {
  height: 824px;
  position: relative;
  z-index: 1;
}
.top-access .ttl-main {
  margin-bottom: 60px;
}
.top-access .btn {
  margin-top: 50px;
}
.top-access .base-book::after {
  content: "";
  display: block;
  width: 1125px;
  aspect-ratio: 1125/824;
  background-image: url("/img/top/access-bg.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -110px);
  z-index: -1;
}
.top-access .obj-eng::before {
  content: "";
  display: block;
  width: 178px;
  aspect-ratio: 178/122;
  background-image: url("/img/top/access-illust.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(70px, -155px);
  z-index: 1;
}
.top-access .img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50px, -240px);
  z-index: 1;
}

#ctn-lower article {
  padding: 100px 0;
}
#ctn-lower article:first-child {
  background: #fffbef;
}
#ctn-lower .ttl-main {
  margin-bottom: 60px;
}
#ctn-lower .ttl-main .eng {
  color: #44b5ae;
}

#footer {
  padding: 130px 0 180px 0;
}
#footer .com-logo {
  margin-bottom: 80px;
}

.footer-nav {
  width: 550px;
  max-width: 100%;
  margin-top: 30px;
}
.footer-nav__list {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  row-gap: 25px;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 17.6470588235px;
  }
}
.footer-nav__link {
  color: #fff;
}
.footer-nav__link:hover {
  opacity: 0.8;
}

.ft-copy {
  margin-top: 40px;
}/*# sourceMappingURL=style.css.map */