body {
  width: 100%;
  min-width: 1260px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-all;
  word-wrap: break-word;
  scroll-behavior: smooth;
  color: #3c3c3c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.12em;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 15.8823529412px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #3c3c3c !important;
}
.col-main {
  color: #297cbd !important;
}
.col-sub {
  color: #ff8fa9 !important;
}
.col-accent {
  color: #ffdd40 !important;
}
.col-bdr {
  color: #ddd !important;
}
.col-blu1 {
  color: #0b6ab4 !important;
}
.col-blu2 {
  color: #37bdf5 !important;
}
.col-blu3 {
  color: #c2eaf9 !important;
}
.col-blu4 {
  color: #e0f4ff !important;
}
.col-blu5 {
  color: #f1faff !important;
}
.col-blu6 {
  color: #0aa4e4 !important;
}
.col-blu7 {
  color: #0000ee !important;
}
.col-ylw1 {
  color: #f1b81d !important;
}
.col-ylw2 {
  color: #ffc63d !important;
}
.col-ylw3 {
  color: #fff8cc !important;
}
.col-grn1 {
  color: #00a945 !important;
}
.col-grn2 {
  color: #06c755 !important;
}
.col-red1 {
  color: #de4747 !important;
}
.col-pnk1 {
  color: #ffeff3 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #3c3c3c !important;
}
.bg-main {
  background-color: #297cbd !important;
}
.bg-sub {
  background-color: #ff8fa9 !important;
}
.bg-accent {
  background-color: #ffdd40 !important;
}
.bg-bdr {
  background-color: #ddd !important;
}
.bg-blu1 {
  background-color: #0b6ab4 !important;
}
.bg-blu2 {
  background-color: #37bdf5 !important;
}
.bg-blu3 {
  background-color: #c2eaf9 !important;
}
.bg-blu4 {
  background-color: #e0f4ff !important;
}
.bg-blu5 {
  background-color: #f1faff !important;
}
.bg-blu6 {
  background-color: #0aa4e4 !important;
}
.bg-blu6 {
  background-color: #0aa4e4 !important;
}
.bg-blu7 {
  background-color: #0000ee !important;
}
.bg-ylw1 {
  background-color: #f1b81d !important;
}
.bg-ylw2 {
  background-color: #ffc63d !important;
}
.bg-ylw3 {
  background-color: #fff8cc !important;
}
.bg-grn1 {
  background-color: #00a945 !important;
}
.bg-grn2 {
  background-color: #06c755 !important;
}
.bg-red1 {
  background-color: #de4747 !important;
}
.bg-pnk1 {
  background-color: #ffeff3 !important;
}
.bg-frame-moon-wht {
  background: url("/img/common/frame-moon-wht.png") center top no-repeat;
  background-size: 100%;
}

.ptn-dot-blu {
  background-color: #d4f0fb;
  background-image: radial-gradient(#bce8f8 10%, transparent 20%), radial-gradient(#bce8f8 10%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}

.btn-01__link, .btn-02__link, .btn-03__link, .btn-04__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
}
.btn-01__link:hover, .btn-02__link:hover, .btn-03__link:hover, .btn-04__link:hover {
  color: rgba(60, 60, 60, 0.8);
}
.btn-01__link.col-wht:hover, .btn-02__link.col-wht:hover, .btn-03__link.col-wht:hover, .btn-04__link.col-wht:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.btn-01__link.col-main:hover, .btn-02__link.col-main:hover, .btn-03__link.col-main:hover, .btn-04__link.col-main:hover {
  color: rgba(41, 124, 189, 0.8) !important;
}
.btn-02__link, .btn-03__link {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn-02__link::before, .btn-03__link::before {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(15px, 15px);
  z-index: -1;
}
.btn-02__link.bg-main::before, .btn-03__link.bg-main::before {
  background: #0b6ab4;
}
.btn-02__link.bg-grn2::before, .btn-03__link.bg-grn2::before {
  background: #00a945;
}
.btn-02__link.bg-accent::before, .btn-03__link.bg-accent::before {
  background: #ffc63d;
}
.btn-03__link::before {
  width: 150px;
  transform: translate(30px, 30px);
}

.ic-tel {
  display: flex;
  align-items: center;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-mail {
  position: relative;
}
.ic-mail::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 15/11;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
}

.arw-wht-9, .arw-wht-11, .arw-wht-15, .arw-ylw-9, .arw-ylw-11, .arw-ylw-15, .arw-blu-9, .arw-blu-11, .arw-blu-15 {
  position: relative;
}
.arw-wht-9::after, .arw-wht-11::after, .arw-wht-15::after, .arw-ylw-9::after, .arw-ylw-11::after, .arw-ylw-15::after, .arw-blu-9::after, .arw-blu-11::after, .arw-blu-15::after {
  content: "";
  display: block;
  width: 9px;
  aspect-ratio: 11/12;
  background-image: url("/img/common/arrow-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-wht-9:hover::after, .arw-wht-11:hover::after, .arw-wht-15:hover::after, .arw-ylw-9:hover::after, .arw-ylw-11:hover::after, .arw-ylw-15:hover::after, .arw-blu-9:hover::after, .arw-blu-11:hover::after, .arw-blu-15:hover::after {
  transform: translate(-2px, -50%);
}
.arw-wht-11::after, .arw-ylw-11::after, .arw-blu-11::after {
  width: 11px;
}
.arw-wht-15::after, .arw-ylw-15::after, .arw-blu-15::after {
  width: 15px;
}
.arw-ylw-9::after, .arw-ylw-11::after, .arw-ylw-15::after {
  aspect-ratio: 15/17;
  background-image: url("/img/common/arrow-ylw.png");
  background-size: 100%;
}
.arw-blu-9::after, .arw-blu-11::after, .arw-blu-15::after {
  aspect-ratio: 11/12;
  background-image: url("/img/common/arrow-blu.png");
  background-size: 100%;
}
.arw-blu-back {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.arw-blu-back::before {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 11/12;
  background-image: url("/img/common/arrow-blu.png");
  background-size: 100%;
  transform: scaleX(-1);
  transition: 0.3s;
}
.arw-blu-back:hover::before {
  transform: translateX(2px) scaleX(-1);
}
.arw-more {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: relative;
  z-index: 1;
}
.arw-more::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #297cbd;
  transition: 0.3s;
}
.arw-more::before {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #ffdd40;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
}

.point-blu, .point-pnk, .point-ylw {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.point-blu .inner, .point-pnk .inner, .point-ylw .inner {
  max-width: calc(100% - 80px);
}
.point-blu::before, .point-blu::after, .point-pnk::before, .point-pnk::after, .point-ylw::before, .point-ylw::after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 20/25;
  background-image: url("/img/common/point-blu.png");
  background-size: 100%;
}
.point-blu::after, .point-pnk::after, .point-ylw::after {
  transform: scaleX(-1);
}
.point-pnk::before, .point-pnk::after {
  background-image: url("/img/common/point-pnk.png");
  background-size: 100%;
}
.point-ylw::before, .point-ylw::after {
  background-image: url("/img/common/point-ylw.png");
  background-size: 100%;
}

.obj-bar::after, .obj-bar-c::after {
  content: "";
  display: block;
  width: 44px;
  aspect-ratio: 44/3;
  background-image: url("/img/common/bar-blu.png");
  background-size: 100%;
  margin: 30px 0 0;
}
.obj-bar-c::after {
  margin: 30px auto 0 auto;
}

.frame-snowball-top, .frame-snowball-btm {
  position: relative;
  z-index: 2;
}
.frame-snowball-top::before, .frame-snowball-btm::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 40/60;
  background-image: url("/img/common/illust-snowball.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(calc(540px - 100%));
}
.frame-snowball-top::after, .frame-snowball-btm::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #e0f4ff;
  position: absolute;
  left: 50%;
  transform: translateX(calc(530px - 100%));
  z-index: 1;
}
.frame-snowball-top {
  border-top: solid 2px #297cbd;
}
.frame-snowball-top::before, .frame-snowball-top::after {
  bottom: 100%;
}
.frame-snowball-btm {
  border-bottom: solid 2px #297cbd;
}
.frame-snowball-btm::before, .frame-snowball-btm::after {
  bottom: -2px;
}

.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-01, .tbl-02 {
  background: #fff;
  border-top: solid 1px #3c3c3c;
  border-bottom: solid 1px #3c3c3c;
}
.tbl-01 th, .tbl-01 td, .tbl-02 th, .tbl-02 td {
  font-weight: bold;
  padding: 12px 3%;
  vertical-align: middle;
}
.tbl-01 th, .tbl-02 th {
  width: 22%;
  background: #37bdf5;
  color: #fff;
  text-align: center;
}
.tbl-01 tr:not(:first-child) th, .tbl-01 tr:not(:first-child) td, .tbl-02 tr:not(:first-child) th, .tbl-02 tr:not(:first-child) td {
  border-top: solid 1px #3c3c3c;
}
.tbl-02 th {
  width: 30%;
}

[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: 40px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 80px) / 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-blog__item, .list-news__item, .list-privacy__item, .list-lesson__item, .list-profile__item, .list-flow__item, .list-voice__item {
  width: 100%;
}
.list-rcm {
  display: flex;
  justify-content: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.list-rcm__item {
  width: 230px;
  max-width: 100%;
  text-align: center;
}
.list-rcm__txt {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  background: #fff;
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 800;
}
@media (max-width: 768px) {
  .list-rcm__txt {
    letter-spacing: 0.08em;
  }
}
.list-rcm__txt {
  line-height: 1.6842105263;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .list-rcm__txt {
    font-size: 29px;
    font-size: 3.7760416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-rcm__txt {
    font-size: 17.0588235294px;
  }
}
.list-rcm__txt-inner {
  transform: translateY(10px);
}
.list-possible {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}
.list-possible .list-item,
.list-possible .layout-item {
  width: calc((100% - 90px) / 3);
}
.list-possible__item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  position: relative;
  z-index: 1;
}
.list-possible__item::after {
  content: "";
  display: block;
  width: 190px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #f1faff;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(190px);
  z-index: -1;
}
.list-possible__ttl {
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 800;
}
@media (max-width: 768px) {
  .list-possible__ttl {
    letter-spacing: 0.08em;
  }
}
.list-possible__ttl {
  color: #297cbd;
  line-height: 1.52;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-possible__ttl {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-possible__ttl {
    font-size: 20.5882352941px;
  }
}
.list-video, .list-video-lower {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.list-video .list-item,
.list-video .layout-item, .list-video-lower .list-item,
.list-video-lower .layout-item {
  width: calc((100% - 60px) / 2);
}
.list-video__item, .list-video-lower__item {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
.list-video__ttl, .list-video-lower__ttl {
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 800;
}
@media (max-width: 768px) {
  .list-video__ttl, .list-video-lower__ttl {
    letter-spacing: 0.08em;
  }
}
.list-video__ttl, .list-video-lower__ttl {
  text-align: center;
  margin-bottom: 20px;
}
.list-video__ttl-01, .list-video-lower__ttl-01 {
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .list-video__ttl-01, .list-video-lower__ttl-01 {
    font-size: 29px;
    font-size: 3.7760416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-video__ttl-01, .list-video-lower__ttl-01 {
    font-size: 17.0588235294px;
  }
}
.list-video__ttl-02, .list-video-lower__ttl-02 {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-video__ttl-02, .list-video-lower__ttl-02 {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-video__ttl-02, .list-video-lower__ttl-02 {
    font-size: 20.5882352941px;
  }
}
.list-video .wrp-youtube, .list-video-lower .wrp-youtube {
  width: 100%;
}
.list-video .wrp-youtube .youtube, .list-video-lower .wrp-youtube .youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.list-video .wrp-youtube .youtube iframe, .list-video-lower .wrp-youtube .youtube iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.list-video-lower__item {
  background: none;
  padding: 0;
  border-radius: 0;
}
.list-bnr {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.list-bnr .list-item,
.list-bnr .layout-item {
  width: calc((100% - 90px) / 3);
}
.list-bnr__lesson a {
  background: url("/img/top/bnr-img-lesson.png") left center no-repeat;
  background-size: 140px 100%;
  background-color: #fff;
}
.list-bnr__flow a {
  background: url("/img/top/bnr-img-flow.png") left center no-repeat;
  background-size: 140px 100%;
  background-color: #fff;
}
.list-bnr__voice a {
  background: url("/img/top/bnr-img-voice.png") left center no-repeat;
  background-size: 140px 100%;
  background-color: #fff;
}
.list-bnr__item {
  height: 120px;
  border-radius: 50rem;
  overflow: hidden;
}
.list-bnr__link {
  width: 100%;
  height: 100%;
  display: block;
}
.list-bnr__link:hover .arw-more::after {
  width: 30px;
}
.list-bnr__bx {
  width: calc(100% - 140px);
  height: 100%;
  padding: 0 20px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 20px;
}
.list-bnr__ttl {
  line-height: 1;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .list-bnr__ttl {
    font-size: 29px;
    font-size: 3.7760416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-bnr__ttl {
    font-size: 17.0588235294px;
  }
}
.list-bnr__btn {
  line-height: 1;
  color: #297cbd;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-bnr__btn {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-bnr__btn {
    font-size: 15.2941176471px;
  }
}
.list-info {
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 800;
}
@media (max-width: 768px) {
  .list-info {
    letter-spacing: 0.08em;
  }
}
.list-info__item {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-info dt, .list-info dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-info dt {
  background: #e0f4ff;
  color: #297cbd;
  padding: 5px 10px;
  border-radius: 50rem;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-info dt {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-info dt {
    font-size: 15.2941176471px;
  }
}
.list-news {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.list-news .list-item,
.list-news .layout-item {
  width: calc((100% - 120px) / 4);
}
.list-news {
  align-items: flex-end;
}
.list-news__link {
  display: block;
  border-bottom: solid 1px #297cbd;
  padding-bottom: 20px;
}
.list-news time {
  display: block;
  line-height: 1;
  color: #297cbd;
  margin-top: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 14.7058823529px;
  }
}
.list-news__img {
  width: 100%;
  aspect-ratio: 240/180;
}
.list-news__ttl {
  margin-top: 10px;
}
.list-lesson__item {
  background: #fff;
  border: solid 1px #297cbd;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-lesson__txtbx {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-lesson .com-layout {
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.list-lesson .img {
  width: 225px;
  max-width: 100%;
  min-width: 225px;
  aspect-ratio: 225/160;
  overflow: hidden;
}
.list-lesson .txt {
  white-space: pre-wrap;
}
.list-lesson .btn {
  display: flex;
}
.list-lesson .btn a {
  height: 60px;
  padding: 0 60px;
}
.list-profile {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-profile {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-profile {
    font-size: 16.4705882353px;
  }
}
.list-profile__item {
  display: flex;
}
.list-profile dt {
  width: 20%;
  color: #297cbd;
  display: flex;
  justify-content: space-between;
}
.list-profile dt::after {
  content: "/";
  display: block;
}
.list-profile dd {
  width: 80%;
  padding-left: 20px;
  white-space: pre-wrap;
}
.list-flow__item {
  position: relative;
  z-index: 1;
}
.list-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 26/24;
  background-image: url("/img/flow/arrow.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 100%);
  z-index: -1;
}
.list-flow__bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-flow__inner {
  width: 850px;
  max-width: 100%;
}
.list-flow dt {
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 800;
}
@media (max-width: 768px) {
  .list-flow dt {
    letter-spacing: 0.08em;
  }
}
.list-flow dt {
  border-bottom: solid 1px #297cbd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.list-flow__num {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #297cbd;
  letter-spacing: 0;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-flow__num {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__num {
    font-size: 23.5294117647px;
  }
}
.list-flow__num::before {
  content: "";
  display: block;
  width: 82px;
  aspect-ratio: 82/22;
  background-image: url("/img/flow/step-txt.png");
  background-size: 100%;
}
.list-flow__ttl {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-flow__ttl {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__ttl {
    font-size: 20.5882352941px;
  }
}
.list-voice__item {
  background: #fff;
  border: solid 1px #297cbd;
  border-radius: 20px;
  padding: 30px;
}
.list-voice__ttl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.list-voice__ttl-sub {
  color: #297cbd;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-voice__ttl-sub {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice__ttl-sub {
    font-size: 17.6470588235px;
  }
}
.list-voice__txt {
  white-space: pre-wrap;
}
.list-01, .list-02 {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.list-01 .list-item,
.list-01 .layout-item, .list-02 .list-item,
.list-02 .layout-item {
  width: calc((100% - 25px) / 2);
}
.list-01__item, .list-02__item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
.list-01 dt, .list-02 dt {
  padding: 10px 20px;
  color: #fff;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .list-01 dt, .list-02 dt {
    font-size: 29px;
    font-size: 3.7760416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-01 dt, .list-02 dt {
    font-size: 17.0588235294px;
  }
}
.list-01 dd, .list-02 dd {
  padding: 20px;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-01 dd, .list-02 dd {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-01 dd, .list-02 dd {
    font-size: 23.5294117647px;
  }
}
.list-01 dd em, .list-02 dd em {
  line-height: 1;
  font-weight: 800;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .list-01 dd em, .list-02 dd em {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-01 dd em, .list-02 dd em {
    font-size: 35.2941176471px;
  }
}
.list-02 {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.list-02 .list-item,
.list-02 .layout-item {
  width: calc((100% - 80px) / 2);
}
.list-02 {
  position: relative;
  z-index: 1;
}
.list-02::after {
  content: "+";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  font-weight: 300;
  font-size: 80px;
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .list-02::after {
    font-size: 90px;
    font-size: 11.71875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-02::after {
    font-size: 52.9411764706px;
  }
}
.list-03 {
  color: #297cbd;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .list-03 {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-03 {
    font-size: 14.1176470588px;
  }
}
.list-03 {
  gap: 10px;
}
.list-03__item {
  border: solid 1px #297cbd;
  padding: 0 5px;
}

.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;
}

.tag-main-01__list, .tag-main-02__list {
  gap: 10px;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .tag-main-01__list, .tag-main-02__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main-01__list, .tag-main-02__list {
    font-size: 14.7058823529px;
  }
}
.tag-main-01__link, .tag-main-02__link {
  display: block;
  background: #297cbd;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  border-radius: 10px;
}
.tag-main-01__link:hover, .tag-main-02__link:hover {
  opacity: 0.8;
}
.tag-main-02 .arw-ylw-9::after {
  position: static;
  transform: none;
}
.tag-main-02__link {
  background: #ff8fa9;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.tag-main-02__link:hover::after {
  transform: translateX(-2px);
}
.tag-sub-01__list {
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 800;
}
@media (max-width: 768px) {
  .tag-sub-01__list {
    letter-spacing: 0.08em;
  }
}
.tag-sub-01__list {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-weight: 800;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .tag-sub-01__list {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub-01__list {
    font-size: 15.2941176471px;
  }
}
.tag-sub-01__item {
  line-height: 1;
  background: #ffdd40;
  padding: 10px 20px;
  border-radius: 10px;
}
.tag-sub-02__item {
  padding: 10px;
  background: #ff8fa9;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.ttl-main {
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 800;
}
@media (max-width: 768px) {
  .ttl-main {
    letter-spacing: 0.08em;
  }
}
.ttl-sub {
  font-weight: 600;
  border-left: solid #297cbd 6px;
  border-bottom: solid 1px #ddd;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  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: 20px;
  }
}
.ttl-comment__blu, .ttl-comment__blu2, .ttl-comment__pnk {
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 800;
}
@media (max-width: 768px) {
  .ttl-comment__blu, .ttl-comment__blu2, .ttl-comment__pnk {
    letter-spacing: 0.08em;
  }
}
.ttl-comment__blu, .ttl-comment__blu2, .ttl-comment__pnk {
  font-weight: 700;
  display: flex;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 2;
}
.ttl-comment__blu-inner, .ttl-comment__blu2-inner, .ttl-comment__pnk-inner {
  background: #297cbd;
  color: #fff;
  padding: 4px 10px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.ttl-comment__blu-inner::after, .ttl-comment__blu2-inner::after, .ttl-comment__pnk-inner::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 14/12;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #297cbd;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.ttl-comment__blu2-inner {
  background: #37bdf5;
}
.ttl-comment__blu2-inner::after {
  background: #37bdf5;
}
.ttl-comment__pnk-inner {
  background: #ff8fa9;
}
.ttl-comment__pnk-inner::after {
  background: #ff8fa9;
}
.ttl-num {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 800;
}
@media (max-width: 768px) {
  .ttl-num {
    letter-spacing: 0.08em;
  }
}
.ttl-num {
  color: #297cbd;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-num {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-num {
    font-size: 20.5882352941px;
  }
}
.ttl-num span:first-child {
  width: 53px;
  aspect-ratio: 53/54;
  background: url("/img/common/num-base.png") center center no-repeat;
  background-size: cover;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 4px 0;
}
.ttl-01 {
  color: #297cbd;
  font-weight: 900;
  border-bottom: solid 1px #297cbd;
  padding-bottom: 10px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 {
    font-size: 18.8235294118px;
  }
}
.ttl-02 {
  border-left: solid 3px #297cbd;
  padding-left: 10px;
  font-weight: 900;
  line-height: 1.3;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-02 {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02 {
    font-size: 20.5882352941px;
  }
}

.marker-ylw {
  background: linear-gradient(transparent 50%, #fff8cc 50%);
}
.marker-pnk {
  background: linear-gradient(transparent 50%, #ffeff3 50%);
}

.txt-01 {
  line-height: 2.2352941176;
}
.txt-02 {
  line-height: 1.8421052632;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .txt-02 {
    font-size: 29px;
    font-size: 3.7760416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-02 {
    font-size: 17.0588235294px;
  }
}
.txt-03 {
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .txt-03 {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-03 {
    font-size: 15.2941176471px;
  }
}
.txt-04 {
  line-height: 2.2105263158;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .txt-04 {
    font-size: 29px;
    font-size: 3.7760416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-04 {
    font-size: 17.0588235294px;
  }
}

#header-bar {
  padding: 0 1.04vw;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}

.header-bar__bx {
  -moz-column-gap: 2.08vw;
       column-gap: 2.08vw;
}

.header-nav__list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 1.82vw;
       column-gap: 1.82vw;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 14.7058823529px;
  }
}
.header-nav__link:hover {
  opacity: 0.8;
}
.header-nav .current {
  color: #297cbd;
}

.mv, .sv {
  width: 100%;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv-item {
  aspect-ratio: 1920/830;
}
.mv-item:first-child {
  background: url("/img/top/mv-img-01.png") center top no-repeat;
  background-size: 100%;
}
.mv-item:first-child .mv-cc {
  width: 545px;
  max-width: 28.3854166667%;
}
.mv-item:nth-child(2) {
  background: url("/img/top/mv-img-02.png") center top no-repeat;
  background-size: 100%;
}
.mv-item:nth-child(2) .mv-cc {
  width: 672px;
  max-width: 35%;
}
.mv-item:nth-child(3) {
  background: url("/img/top/mv-img-03.png") center top no-repeat;
  background-size: 100%;
}
.mv-item:nth-child(3) .mv-cc {
  width: 522px;
  max-width: 27.1875%;
}
.mv-item:last-child {
  background: url("/img/top/mv-img-04.png") center top no-repeat;
  background-size: 100%;
}
.mv-item:last-child .mv-cc {
  width: 644px;
  max-width: 33.5416666667%;
}
.mv-cc {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -7vw);
  z-index: 1;
}

.sv {
  aspect-ratio: 1920/390;
}
.sv .obj-circle {
  position: relative;
  z-index: 1;
}
.sv .obj-circle::before {
  content: "";
  display: block;
  width: 193px;
  aspect-ratio: 193/95;
  background-image: url("/img/common/sv-obj.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-6%, -50%);
  z-index: -1;
}
.sv-about {
  background: url("/img/about/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-lesson {
  background: url("/img/lesson/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-flow {
  background: url("/img/flow/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-voice {
  background: url("/img/voice/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-company {
  background: url("/img/company/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-news {
  background: url("/img/news/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-site {
  background: url("/img/site/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-notfound {
  background: url("/img/notfound/sv.png") center center no-repeat;
  background-size: cover;
}

.top-about {
  padding: 120px 0 150px 0;
  background: url("/img/top/about-bg-01.png") left top 70px no-repeat;
  background-size: 27.03%;
}
.top-about .ttl-main {
  margin-bottom: 30px;
}
.top-about .ttl-main__02 {
  line-height: 1.8;
}
.top-about .ttl-main__02 img {
  vertical-align: bottom;
}
.top-about .img-bx-01, .top-about .img-bx-02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  left: 50%;
  z-index: -1;
}
.top-about .img-bx-01 {
  width: 1380px;
  top: 0;
  transform: translate(-640px, -30px);
}
.top-about .img-bx-02 {
  width: 1280px;
  bottom: 0;
  transform: translate(-50%, 110px);
}
.top-about .img-02 {
  margin-top: 60px;
}
.top-about.bg-obj-ylw {
  position: relative;
  z-index: 1;
}
.top-about.bg-obj-ylw::after {
  content: "";
  display: block;
  width: 524px;
  max-width: 27.2916666667%;
  aspect-ratio: 524/391;
  background-image: url("/img/top/about-bg-02.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.top-recommend {
  padding: 40px 0 100px 0;
}
.top-recommend .ttl-main {
  margin-bottom: 40px;
}
.top-recommend.obj-bg-sq {
  position: relative;
  z-index: 1;
}
.top-recommend.obj-bg-sq::after {
  content: "";
  display: block;
  width: 100%;
  height: 360px;
  background: #e0f4ff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.top-possible {
  padding: 120px 0 100px 0;
}
.top-possible .ttl-main {
  margin-bottom: 30px;
}
.top-possible .obj-bg-01, .top-possible .obj-bg-02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  left: 0;
  z-index: -1;
}
.top-possible .obj-bg-01 {
  top: 0;
  right: 0;
  transform: translateY(-100px);
}
.top-possible .obj-bg-02 {
  left: 0;
  bottom: 0;
  transform: translateY(100px);
}
.top-possible .obj-01 {
  width: 301px;
  max-width: 15.6770833333%;
  transform: translate(4.17vw, 280px);
}
.top-possible .obj-02 {
  width: 391px;
  max-width: 20.3645833333%;
}
.top-possible .obj-03 {
  width: 460px;
  max-width: 23.9583333333%;
}
.top-possible .obj-04 {
  width: 214px;
  max-width: 11.1458333333%;
  transform: translate(-16.67vw, -80px);
}

.top-youtube {
  padding: 100px 0 60px 0;
  background: url("/img/top/youtube-bg-01.png") left center no-repeat;
  background-size: 23.49%;
}
.top-youtube .ttl-main {
  margin-bottom: 40px;
}
.top-youtube .ttl-main__point {
  display: block;
  transform: rotate(20deg);
}
.top-youtube .ttl-comment__blu {
  position: static;
  transform: none;
}
.top-youtube.frame-btm {
  position: relative;
  z-index: 1;
}
.top-youtube.frame-btm::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/40;
  background-image: url("/img/top/youtube-frame.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
}
.top-youtube .obj-mic::before, .top-youtube .obj-food::after, .top-youtube .obj-video::before, .top-youtube .obj-ball::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.top-youtube .obj-mic::before {
  width: 115px;
  aspect-ratio: 115/140;
  background-image: url("/img/top/youtube-illust-01.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(-80px, 100px);
}
.top-youtube .obj-food::after {
  width: 155px;
  aspect-ratio: 155/140;
  background-image: url("/img/top/youtube-illust-02.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(100px, 20px);
}
.top-youtube .obj-video::before {
  width: 155px;
  aspect-ratio: 155/170;
  background-image: url("/img/top/youtube-illust-03.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
  transform: translate(-100px, 0);
}
.top-youtube .obj-ball::after {
  width: 265px;
  aspect-ratio: 265/199;
  background-image: url("/img/top/youtube-illust-04.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(100px, 0);
}
.top-youtube.obj-bg:before {
  content: "";
  display: block;
  width: 576px;
  max-width: 30%;
  aspect-ratio: 576/957;
  background-image: url("/img/top/youtube-bg-02.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.top-chart {
  padding: 140px 0 0;
}
.top-chart .ttl-main {
  margin-bottom: 30px;
}

.top-bnr {
  padding: 160px 0 0;
}
.top-bnr::after {
  content: "";
  display: block;
  width: 100%;
  height: 65px;
  background: #e0f4ff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.top-contact {
  padding: 130px 0 100px 0;
}

.top-news {
  padding: 100px 0 140px 0;
  background: url("/img/top/news-obj.png") left top no-repeat;
  background-size: 17.08%;
}
.top-news .ttl-main {
  margin-bottom: 40px;
}
.top-news .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#ctn-lower section {
  padding: 100px 0;
}
#ctn-lower .ttl-main {
  text-align: center;
  margin-bottom: 50px;
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-main {
    font-size: 52px;
    font-size: 6.7708333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-main {
    font-size: 30.5882352941px;
  }
}
#ctn-lower .ttl-main::after {
  content: "";
  display: block;
  width: 69px;
  aspect-ratio: 69/4;
  background-image: url("/img/common/dot-blu.png");
  background-size: 100%;
  margin: 20px auto 0 auto;
}

.about-point .com-base {
  background: url("/img/about/youtube-bg.png") center bottom no-repeat;
  background-size: 100%;
}
.about-point.obj-bg-01::before, .about-point.obj-bg-02::after,
.about-point .obj-bg-03::before,
.about-point .obj-bg-04::after,
.about-point .obj-bg-05::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.about-point.obj-bg-01::before {
  width: 391px;
  max-width: 20.3645833333%;
  aspect-ratio: 391/815;
  background-image: url("/img/about/about-bg-01.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(0, 70px);
}
.about-point.obj-bg-02::after {
  width: 214px;
  max-width: 11.1458333333%;
  aspect-ratio: 214/283;
  background-image: url("/img/about/about-bg-02.png");
  background-size: 100%;
  top: 0;
  left: 5.21%;
  transform: translate(0, 1080px);
}
.about-point .obj-bg-03::before {
  width: 301px;
  max-width: 15.6770833333%;
  aspect-ratio: 301/373;
  background-image: url("/img/about/about-bg-03.png");
  background-size: 100%;
  right: 2.6%;
  bottom: 0;
  transform: translate(0, -1825px);
}
.about-point .obj-bg-04::after {
  width: 524px;
  max-width: 27.2916666667%;
  aspect-ratio: 524/391;
  background-image: url("/img/about/about-bg-04.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
  transform: translate(0, -1350px);
}
.about-point .obj-bg-05::before {
  width: 460px;
  max-width: 23.9583333333%;
  aspect-ratio: 460/583;
  background-image: url("/img/about/about-bg-05.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
  transform: translate(0, -280px);
}

.lesson-about {
  background: url("/img/lesson/about-bg-01.png") left top 70px no-repeat;
  background-size: 20.36%;
}
.lesson-about.obj-bg::before {
  content: "";
  display: block;
  width: 460px;
  max-width: 23.9583333333%;
  aspect-ratio: 460/788;
  background-image: url("/img/lesson/about-bg-02.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(160px);
  z-index: -1;
}

.flow-list.obj-bg-01::before, .flow-list.obj-bg-02::after,
.flow-list .obj-bg-03::before,
.flow-list .obj-bg-04::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.flow-list.obj-bg-01::before {
  width: 360px;
  max-width: 18.75%;
  aspect-ratio: 360/493;
  background-image: url("/img/flow/flow-bg-01.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(0, 85px);
}
.flow-list.obj-bg-02::after {
  width: 360px;
  max-width: 18.75%;
  aspect-ratio: 360/622;
  background-image: url("/img/flow/flow-bg-02.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(0, 485px);
}
.flow-list .obj-bg-03::before {
  width: 245px;
  max-width: 12.7604166667%;
  aspect-ratio: 245/303;
  background-image: url("/img/flow/flow-bg-03.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(0, -695px);
}
.flow-list .obj-bg-04::after {
  width: 214px;
  max-width: 11.1458333333%;
  aspect-ratio: 214/283;
  background-image: url("/img/flow/flow-bg-04.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
  transform: translate(0, -260px);
}

.company-greeting.obj-bg-01::before, .company-greeting.obj-bg-02::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}
.company-greeting.obj-bg-01::before {
  width: 214px;
  max-width: 11.1458333333%;
  aspect-ratio: 214/419;
  background-image: url("/img/company/greeting-bg-01.png");
  background-size: 100%;
  right: 5.47%;
  transform: translate(0, 80px);
}
.company-greeting.obj-bg-02::after {
  width: 243px;
  max-width: 12.65625%;
  aspect-ratio: 243/422;
  background-image: url("/img/company/greeting-bg-02.png");
  background-size: 100%;
  left: 4.17%;
  transform: translate(0, 200px);
}

#com-contact .ttl-main {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  font-size: 55px;
  font-size: 5.5rem;
}
@media screen and (max-width: 768px) {
  #com-contact .ttl-main {
    font-size: 65px;
    font-size: 8.4635416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-contact .ttl-main {
    font-size: 38.2352941176px;
  }
}
#com-contact .ttl-main__point {
  display: block;
  transform: rotate(15deg);
}
#com-contact .ttl-main::after {
  content: none;
}
#com-contact.lower-contact {
  padding: 140px 0;
}

#footer {
  padding: 20px 0 380px 0;
}
#footer::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/40;
  background-image: url("/img/common/footer-frame.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
}

.footer-info {
  color: #fff;
  font-weight: 400;
}
.footer-info a {
  color: #fff;
}
.footer-link .list-btn__item {
  width: 220px;
  max-width: 100%;
}
.footer-link .list-btn__item a {
  width: 100%;
  height: 45px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer-link .list-btn__item a {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-link .list-btn__item a {
    font-size: 14.7058823529px;
  }
}

.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: 130px 100px 175px;
  gap: 15px 40px;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 14.1176470588px;
  }
}
.footer-nav__item {
  line-height: 1;
}
.footer-nav__item:nth-child(2) {
  grid-column-start: 1;
  grid-row-start: 2;
}
.footer-nav__item:nth-child(3) {
  grid-column-start: 1;
  grid-row-start: 3;
}
.footer-nav__item:nth-child(4) {
  grid-column-start: 1;
  grid-row-start: 4;
}
.footer-nav__item:nth-child(5) {
  grid-column-start: 2;
  grid-row-start: 1;
}
.footer-nav__item:nth-child(6) {
  grid-column-start: 2;
  grid-row-start: 2;
}
.footer-nav__item:nth-child(7) {
  grid-column-start: 2;
  grid-row-start: 3;
}
.footer-nav__item:nth-child(8) {
  grid-column-start: 3;
  grid-row-start: 1;
}
.footer-nav__item:nth-child(9) {
  grid-column-start: 3;
  grid-row-start: 2;
}
.footer-nav__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.footer-nav__link:hover {
  opacity: 0.8;
}
.footer-nav__link::before {
  content: ">";
  color: #ffdd40;
}

.side-bar__item {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}
.side-bar__totop {
  bottom: 20px;
}
.side-bar__chart {
  bottom: 110px;
}/*# sourceMappingURL=style.css.map */