@charset "UTF-8";
body {
  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: #1f1f1f;
  scroll-behavior: smooth;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 15.2941176471px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #1f1f1f !important;
}
.col-main {
  color: #3cd3b2 !important;
}
.col-sub {
  color: #88e9d4 !important;
}
.col-accent {
  color: #eac119 !important;
}
.col-bdr {
  color: #f3f3f3 !important;
}
.col-grn1 {
  color: #007f41 !important;
}
.col-grn2 {
  color: #00ab86 !important;
}
.col-grn3 {
  color: #dcf9f3 !important;
}
.col-gry {
  color: #727272 !important;
}
.col-pnk1 {
  color: #ef49a8 !important;
}
.col-pnk2 {
  color: #f26bb8 !important;
}
.col-blu1 {
  color: #0bb2e7 !important;
}
.col-blu2 {
  color: #38c4f0 !important;
}
.col-orn1 {
  color: #ed832d !important;
}
.col-orn2 {
  color: #f89647 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #1f1f1f !important;
}
.bg-main {
  background-color: #3cd3b2 !important;
}
.bg-sub {
  background-color: #88e9d4 !important;
}
.bg-accent {
  background-color: #eac119 !important;
}
.bg-bdr {
  background-color: #f3f3f3 !important;
}
.bg-grn1 {
  background-color: #007f41 !important;
}
.bg-grn2 {
  background-color: #00ab86 !important;
}
.bg-grn3 {
  background-color: #dcf9f3 !important;
}
.bg-gry {
  background-color: #727272 !important;
}
.bg-pnk1 {
  background-color: #ef49a8 !important;
}
.bg-pnk2 {
  background-color: #f26bb8 !important;
}
.bg-blu1 {
  background-color: #0bb2e7 !important;
}
.bg-blu2 {
  background-color: #38c4f0 !important;
}
.bg-orn1 {
  background-color: #ed832d !important;
}
.bg-orn2 {
  background-color: #f89647 !important;
}

.ptn-grid__grn {
  background-color: #eefcf9;
  background-image: linear-gradient(transparent 95%, #aff0e1 50%, #aff0e1), linear-gradient(90deg, transparent 95%, #aff0e1 50%, #aff0e1);
  background-size: 18px 18px;
  background-repeat: repeat;
}

.btn-01__link, .btn-02__link, .btn-03__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #eac119;
  border-radius: 50rem;
  text-shadow: 1.286px 1.532px 0px rgba(31, 31, 31, 0.24);
}
.btn-01__link:hover, .btn-02__link:hover, .btn-03__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-02__link {
  background: #007f41;
}
.btn-03__link {
  background: #eac119;
  border: solid 4px #fff;
  border-radius: 50rem;
}

.sidebar {
  width: 64px;
  max-width: 3.3333333333%;
  min-width: 50px;
  row-gap: 1vw;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 66;
}
.sidebar-btn {
  width: 100%;
}

.ic-tel {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-pin {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.ic-pin::before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 12/20;
  background-image: url("/img/common/ic-pin.png");
  background-size: 100%;
}
.ic-outlink {
  position: relative;
}
.ic-outlink::after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-outlink.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.ic-outlink:hover::after {
  transform: translate(1px, calc(-50% - 1px));
}
.ic-mail {
  position: relative;
}
.ic-mail::before {
  content: "";
  display: block;
  width: 36px;
  aspect-ratio: 36/26;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.arw-circle-24, .arw-circle-30 {
  position: relative;
}
.arw-circle-24::after, .arw-circle-30::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 31/32;
  background-image: url("/img/common/arw-circle-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-circle-24:hover, .arw-circle-30:hover {
  color: rgba(255, 255, 255, 0.8);
}
.arw-circle-24:hover::after, .arw-circle-30:hover::after {
  transform: translate(-1px, -50%);
}
.arw-circle-30::after {
  width: 31px;
}

.frame-book__gry, .frame-book__grn {
  position: relative;
  z-index: 2;
}
.frame-book__gry::before, .frame-book__grn::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/90;
  background-image: url("/img/common/frame-book-gry.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.frame-book__grn::before {
  background-image: url("/img/common/frame-book-grn.png");
  background-size: 100%;
}

.obj-side-star {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.obj-side-star::before, .obj-side-star::after {
  content: "";
  display: block;
  width: 40px;
  min-width: 40px;
  aspect-ratio: 40/38;
  background-image: url("/img/common/ic-star.png");
  background-size: 100%;
}
.obj-green, .obj-study {
  position: relative;
  z-index: 1;
}
.obj-green::before, .obj-study::after {
  content: "";
  display: block;
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-green::before {
  width: 119px;
  aspect-ratio: 119/131;
  background-image: url("/img/common/illust-green.png");
}
.obj-study::after {
  width: 260px;
  aspect-ratio: 260/227;
  background-image: url("/img/common/illust-study.png");
}
.obj-student {
  position: relative;
  z-index: 1;
}
.obj-student::before {
  content: "";
  display: block;
  width: 225px;
  aspect-ratio: 225/127;
  background-image: url("/img/common/illust-student.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}

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

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 th, .tbl-01 td {
  padding: 12px 3%;
  font-weight: 500;
  line-height: 2.125;
}
.tbl-01 th {
  width: 25%;
  color: #00ab86;
}
.tbl-01 tr:not(:first-child) th, .tbl-01 tr:not(:first-child) td {
  border-top: solid 1px #00ab86;
}

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

.cts-1080 {
  max-width: 1080px;
}
.cts-1330 {
  max-width: 1330px;
}
.cts-1280 {
  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: 30px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 60px) / 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 .list-item, .list-privacy .list-item, .list-area .list-item, .list-point .list-item, .list-flow .list-item, .list-check .list-item, .list-profile .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  color: #727272;
}
.list-news__link, .list-news__bx {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-news__bx {
  row-gap: 10px;
}
.list-news__img {
  width: 100%;
  aspect-ratio: 240/170;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}
.list-news__ttl, .list-news time {
  line-height: 1;
}
.list-target__ttl {
  -webkit-text-stroke: 6px #fff;
  text-stroke: 6px #fff;
  paint-order: stroke;
  font-weight: bold;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .list-target__ttl {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-target__ttl {
    font-size: 25.8823529412px;
  }
}
.list-target__item {
  width: 620px;
  max-width: 100%;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.list-target__item::after {
  content: "";
  display: block;
  width: 200px;
  max-width: 100%;
  height: 100%;
  clip-path: polygon(90px 0%, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.list-target__bx {
  display: flex;
  gap: 20px 10px;
}
.list-target__school {
  height: 100%;
  background: url("/img/top/target-ecc.png") center center no-repeat;
  background-size: cover;
  row-gap: 55px;
  position: absolute;
  top: 0;
  left: 0;
}
.list-target__school .btn {
  width: 360px;
  max-width: 100%;
}
.list-target__elementary, .list-target__junior, .list-target__highschool {
  height: 160px;
  margin-left: auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.list-target__elementary .btn, .list-target__junior .btn, .list-target__highschool .btn {
  width: 210px;
  max-width: 100%;
}
.list-target__elementary .btn a, .list-target__junior .btn a, .list-target__highschool .btn a {
  height: 70px;
}
.list-target__elementary {
  background: url("/img/top/target-elementary.png") left center no-repeat;
  background-size: auto 100%;
}
.list-target__elementary::after {
  background: #ef49a8;
}
.list-target__junior {
  background: url("/img/top/target-junior.png") left center no-repeat;
  background-size: auto 100%;
}
.list-target__junior::after {
  background: #0bb2e7;
}
.list-target__highschool {
  background: url("/img/top/target-highschool.png") left center no-repeat;
  background-size: auto 100%;
}
.list-target__highschool::after {
  background: #ed832d;
}
.list-target .btn a {
  width: 100%;
}
.list-area__ttl {
  display: flex;
  align-items: center;
  text-align: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-area__ttl-inner {
  width: 120px;
  max-width: 100%;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  border-radius: 12px;
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-area__ttl-inner {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-area__ttl-inner {
    font-size: 20px;
  }
}
.list-area__ttl::before {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 26/42;
  background-image: url("/img/top/area-pin-pnk.png");
  background-size: 100%;
}
.list-area__txt {
  margin-top: 15px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-area__txt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-area__txt {
    font-size: 16.4705882353px;
  }
}
.list-area__item:nth-child(2) .list-area__ttl::before {
  background-image: url("/img/top/area-pin-blu.png");
  background-size: 100%;
}
.list-area__item:nth-child(3) .list-area__ttl::before {
  background-image: url("/img/top/area-pin-orn.png");
  background-size: 100%;
}
.list-area__item:last-child .list-area__ttl::before {
  background-image: url("/img/top/area-pin-grn.png");
  background-size: 100%;
}
.list-point {
  display: grid;
  row-gap: 50px;
}
.list-point__ttl {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-point__ttl {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__ttl {
    font-size: 22.3529411765px;
  }
}
.list-point__ttl::before {
  content: "01";
  display: block;
  width: 60px;
  min-width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  padding: 0 0 5px 2px;
  background: #ef49a8;
  background: linear-gradient(-45deg, #ef49a8 50%, #f26bb8 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .list-point__ttl::before {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__ttl::before {
    font-size: 29.4117647059px;
  }
}
.list-point__txt {
  margin-top: 20px;
}
.list-point__bx {
  width: 600px;
  max-width: 100%;
}
.list-point__item {
  justify-content: center;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.list-point__item:nth-child(even) {
  flex-direction: row-reverse;
}
.list-point__item:nth-child(2) .list-point__ttl::before, .list-point__item:nth-child(6) .list-point__ttl::before {
  content: "02";
  background: #0bb2e7;
  background: linear-gradient(-45deg, #0bb2e7 50%, #38c4f0 50%);
}
.list-point__item:nth-child(3) .list-point__ttl::before, .list-point__item:nth-child(7) .list-point__ttl::before {
  content: "03";
  background: #ed832d;
  background: linear-gradient(-45deg, #ed832d 50%, #f89647 50%);
}
.list-point__item:nth-child(4) .list-point__ttl::before, .list-point__item:nth-child(8) .list-point__ttl::before {
  content: "04";
  background: #007f41;
  background: linear-gradient(-45deg, #007f41 50%, #1e995d 50%);
}
.list-point__item:nth-child(5) .list-point__ttl::before {
  content: "05";
}
.list-point__item:nth-child(6) .list-point__ttl::before {
  content: "06";
}
.list-point__item:nth-child(7) .list-point__ttl::before {
  content: "07";
}
.list-point__item:nth-child(8) .list-point__ttl::before {
  content: "08";
}
.list-flow {
  display: grid;
  row-gap: 50px;
}
.list-flow__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-flow__bx {
  width: 760px;
  max-width: 100%;
}
.list-flow__ttl {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-weight: bold;
  line-height: 1;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-flow__ttl {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__ttl {
    font-size: 22.3529411765px;
  }
}
.list-flow__ttl-num {
  color: #00ab86;
  border-right: solid 2px #00ab86;
  padding-right: 10px;
}
.list-flow__txt {
  margin-top: 15px;
}
.list-gallery {
  row-gap: 50px;
}
.list-gallery__img {
  width: 100%;
  aspect-ratio: 340/240;
  border-radius: 24px;
  overflow: hidden;
}
.list-gallery__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .list-gallery__ttl {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-gallery__ttl {
    font-size: 22.3529411765px;
  }
}
.list-check__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-check__item span {
  max-width: calc(100% - 40px);
}
.list-check__item em {
  color: #00ab86;
  border-bottom: solid 2px #00ab86;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .list-check__item em {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-check__item em {
    font-size: 24.7058823529px;
  }
}
.list-check__item::before {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 23/24;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
  transform: translateY(55%);
}
.list-profile__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.list-profile__bx {
  width: 820px;
  max-width: 100%;
}
.list-profile__ttl {
  font-weight: bold;
  color: #00ab86;
  border-bottom: solid 1px #88e9d4;
  padding-bottom: 5px;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-profile__ttl {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-profile__ttl {
    font-size: 22.3529411765px;
  }
}
.list-profile__txt {
  display: grid;
  row-gap: 10px;
  margin-top: 15px;
}
.list-profile__txt dl {
  width: 100%;
  display: flex;
}
.list-profile__txt dt {
  white-space: nowrap;
}
.list-profile__txt dt::after {
  content: "：";
}
.list-profile__txt dd {
  white-space: pre-wrap;
}

.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-txt-shadow {
  text-shadow: 1.286px 1.532px 0px rgba(31, 31, 31, 0.24);
}

.tag-main__list {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  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: 16.4705882353px;
  }
}
.tag-main__link {
  display: block;
  background: #3cd3b2;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50rem;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 14.1176470588px;
  }
}
.tag-sub__item {
  line-height: 1;
  background: #3cd3b2;
  color: #fff;
  padding: 5px 10px 7px 10px;
  border-radius: 50rem;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  font-weight: bold;
  color: #3cd3b2;
  line-height: 1.4;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .ttl-main {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main {
    font-size: 35.2941176471px;
  }
}
.ttl-main__sub {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-main__sub {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__sub {
    font-size: 24.7058823529px;
  }
}
.ttl-sub {
  font-weight: 600;
  border-left: solid #3cd3b2 6px;
  border-bottom: solid 1px #f3f3f3;
  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;
  }
}

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

#com-contact {
  padding: 120px 0;
}
#com-contact .contact-bx {
  padding: 70px 0;
}
#com-contact .contact-bx::after {
  content: "";
  display: block;
  width: 400px;
  max-width: 100%;
  height: 100%;
  clip-path: polygon(290px 0%, 100% 0, 100% 100%, 0% 100%);
  background-color: #21cca7;
  background-image: linear-gradient(transparent 95%, #00c194 50%, #00c194), linear-gradient(90deg, transparent 95%, #00c194 50%, #00c194);
  background-size: 18px 18px;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#com-contact .com-base, #com-contact .btn {
  width: 430px;
  max-width: 100%;
}
#com-contact .obj-green::before {
  top: 0;
  left: 0;
  transform: translate(30px, -70px);
  z-index: 2;
}
#com-contact .obj-study::after {
  right: 0;
  bottom: 0;
  transform: translate(100px, 80px);
  z-index: 2;
}

.header-bar .com-tel .tel, #footer .com-tel .tel {
  letter-spacing: 0;
  width: 248px;
  max-width: 100%;
  height: 48px;
  border-radius: 12px;
  background: #dcf9f3;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.header-bar {
  width: 100%;
  height: 110px;
  padding: 0 1.56%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 77;
}

.header-nav {
  margin-top: 20px;
}
.header-nav__list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.header-nav__item {
  line-height: 1;
}
.header-nav__link:hover {
  color: #3cd3b2;
}
.header-nav .current {
  position: relative;
  z-index: 1;
}
.header-nav .current::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #88e9d4;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(5px);
  z-index: -1;
}

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

.mv-img {
  width: 760px;
  max-width: 39.5833333333%;
  margin-left: auto;
}
.mv-cc {
  width: 790px;
  max-width: 41.1458333333%;
  position: absolute;
  left: 10.42%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}

.sv-ttl {
  width: 710px;
  max-width: 36.9791666667%;
  aspect-ratio: 710/200;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 800;
  color: #00ab86;
  background: rgba(136, 233, 212, 0.28);
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 12.5%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 54px;
  font-size: 2.8125vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 31.7647058824px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 54px;
  }
}
.sv-img {
  width: 1160px;
  max-width: 60.4166666667%;
  margin-left: auto;
}
.sv.obj-green::before {
  width: 120px;
  max-width: 6.25%;
  left: 3.13%;
  bottom: 0;
}

.top-target {
  padding: 120px 0 200px 0;
}

.top-about {
  padding: 120px 0 0;
}
.top-about .img {
  margin-left: -420px;
}
.top-about .obj-student::before {
  top: 0;
  right: 0;
  transform: translate(210px, -110px);
}

.top-area {
  padding: 120px 0 200px 0;
}
.top-area .obj-illust {
  position: relative;
  z-index: 1;
}
.top-area .obj-illust::before {
  content: "";
  display: block;
  width: 56px;
  aspect-ratio: 56/160;
  background-image: url("/img/top/area-illust.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(100px);
  z-index: -1;
}

.top-news {
  padding: 120px 0 0;
}
.top-news .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.top-news .obj-illust {
  display: flex;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.top-news .obj-illust::before {
  content: "";
  display: block;
  width: 156px;
  aspect-ratio: 156/136;
  background-image: url("/img/top/news-illust.png");
  background-size: 100%;
}

.top-memo {
  padding: 100px 0 170px 0;
}

#ctn-lower section {
  padding: 120px 0;
}
#ctn-lower section:first-child .cts-1080 {
  position: relative;
  z-index: 1;
}
#ctn-lower section:first-child .cts-1080::before {
  content: "";
  display: block;
  width: 225px;
  aspect-ratio: 225/127;
  background-image: url("/img/common/illust-student.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(80px, -30px);
  z-index: -1;
}
#ctn-lower section:first-child.lower-route .cts-1080::before, #ctn-lower section:first-child.lower-news-detail .cts-1080::before {
  transform: translate(150px, -30px);
}
#ctn-lower section.btm-pd {
  padding-bottom: 200px;
}
#ctn-lower .ttl-main {
  margin-bottom: 60px;
}

#footer {
  padding: 80px 0 100px 0;
}

.footer-nav__list {
  display: grid;
  grid-template-columns: 150px 180px;
  grid-template-rows: repeat(6, 1fr);
  gap: 45px 90px;
}
.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: 1;
  grid-row-start: 5;
}
.footer-nav__item:nth-child(6) {
  grid-column-start: 2;
  grid-row-start: 1;
}
.footer-nav__item:nth-child(7) {
  grid-column-start: 2;
  grid-row-start: 2;
}
.footer-nav__item:nth-child(8) {
  grid-column-start: 2;
  grid-row-start: 3;
}
.footer-nav__item:nth-child(9) {
  grid-column-start: 2;
  grid-row-start: 4;
}
.footer-nav__item:nth-child(11) {
  grid-column-start: 2;
}
.footer-nav__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.footer-nav__link::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #3cd3b2;
}
.footer-nav__link:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */