@charset "UTF-8";
*,
*::after,
*::before {
  box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
label,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

b,
strong,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

img {
  border: 0;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%;
}

a {
  background: transparent;
  cursor: pointer;
  outline: 0 none;
}

html {
  display: flex;
  flex-direction: column;
}

body {
  color: #000;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  line-height: 1.6;
}

main {
  flex: 1 1 auto;
}

.clearfix {
  display: block;
}
.clearfix::before, .clearfix::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 769px), print {
  .pc_hide {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp_hide {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}
body {
  font-size: 1.125rem;
  background-color: #fff7cb;
  font-weight: 500;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}

::placeholder {
  color: #ccc;
}

a,
button {
  color: #009fb9;
  line-height: 1.6;
  text-decoration: none;
  text-decoration-skip-ink: none;
  transition: 0.3s background ease, 0.3s border-color ease, 0.3s color ease;
}
@media (hover: hover) {
  a:hover,
  button:hover {
    color: #3071b9;
    text-decoration: none;
  }
}
@media (hover: none) {
  a:active,
  button:active {
    color: #3071b9;
    text-decoration: none;
  }
}
@media (min-width: 769px), print {
  a[href^="tel:"],
  button[href^="tel:"] {
    pointer-events: none;
  }
}

button {
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
  transition: 0.3s background-color ease, 0.3s border-color ease, 0.3s color ease;
}

input {
  background: none;
  border: none;
  border-radius: 0;
}

.wrap {
  container-type: inline-size;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1400px;
}
.wrap_txt {
  container-type: inline-size;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1400px;
  background-position: center 30px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .wrap_txt {
    background-position: center 5.3333333333vw;
  }
}

@media (min-width: 769px), print {
  .pc_br {
    display: block;
  }
}

@media (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

.a_alpha {
  transition: 0.3s opacity ease;
}
@media (hover: hover) {
  .a_alpha:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .a_alpha:active {
    opacity: 0.7;
  }
}

.btn {
  border: 3px solid #000;
  border-radius: 100px;
  box-shadow: 3px 3px 0 #000;
  display: block;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 30px;
  padding-right: 70px;
  position: relative;
}
@media (max-width: 768px) {
  .btn {
    border-width: 0.5333333333vw;
    border-radius: 26.6666666667vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 0 #000;
    padding-left: 8vw;
    padding-right: 10.6666666667vw;
  }
}
@media (hover: hover) {
  .btn:hover {
    background-color: #009fb9;
    color: #fff;
  }
}
@media (hover: none) {
  .btn:active {
    background-color: #009fb9;
    color: #fff;
  }
}
.btn::before {
  background: #000 url("../images/ico-arrow-r.svg") center/10px auto no-repeat;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 769px), print {
  .btn::before {
    height: 40px;
    right: 20px;
    width: 40px;
  }
}
@media (max-width: 768px) {
  .btn::before {
    background-size: 1.6vw auto;
    height: 6.6666666667vw;
    right: 2.6666666667vw;
    width: 6.6666666667vw;
  }
}

.com_att {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .com_att {
    font-size: 3.2vw;
  }
}
.com_att > li {
  padding-left: 1.5em;
  position: relative;
}
.com_att > li::before {
  content: "※";
  left: 0;
  position: absolute;
}
@media (max-width: 768px) {
  .com_scroll {
    overflow-x: auto;
    position: relative;
  }
  .com_scroll::before {
    background: rgba(0, 0, 0, 0.7) url("../images/ico-swipe.svg") center/70% auto no-repeat;
    border-radius: 2.6666666667vw;
    content: "";
    height: 26.6666666667vw;
    left: 50%;
    position: absolute;
    top: 16vw;
    transform: translateX(-50%);
    width: 26.6666666667vw;
  }
  .com_scroll.active::before {
    display: none;
  }
  .com_scroll_inner {
    width: 133.3333333333vw;
  }
}

header {
  left: 0;
  padding: 1.875vw 2.5vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  header {
    padding: 2.6666666667vw 4vw;
  }
}

.header_logo {
  margin-right: auto;
  width: 21.875vw;
}
@media (max-width: 768px) {
  .header_logo {
    width: 53.3333333333vw;
  }
}
.header_logo img {
  display: block;
}
.header_btn {
  background-color: #009fb9;
  border: 3px solid #fff;
  border-radius: 100%;
  height: 156px;
  position: fixed;
  right: -43px;
  top: -43px;
  width: 156px;
  z-index: 20;
}
@media (max-width: 768px) {
  .header_btn {
    border-width: 0.5333333333vw;
    height: 18.6666666667vw;
    right: -5.3333333333vw;
    top: -5.3333333333vw;
    width: 18.6666666667vw;
  }
}
@media (hover: hover) {
  .header_btn:hover {
    background-color: #3071b9;
  }
}
@media (hover: none) {
  .header_btn:active {
    background-color: #3071b9;
  }
}
.header_btn::before {
  background-color: #fff;
  border-radius: 4px;
  content: "";
  height: 4px;
  left: 45px;
  position: absolute;
  top: 76px;
  width: 40px;
}
@media (max-width: 768px) {
  .header_btn::before {
    border-radius: 0.5333333333vw;
    height: 0.5333333333vw;
    left: 4.2666666667vw;
    top: 8.5333333333vw;
    width: 5.3333333333vw;
  }
}
.header_btn span {
  font-size: 0.875rem;
  color: #fff;
  bottom: 40px;
  display: block;
  left: 35px;
  line-height: 1;
  position: absolute;
  text-align: center;
  width: 60px;
}
@media (max-width: 768px) {
  .header_btn span {
    font-size: 2.6666666667vw;
    bottom: 3.4666666667vw;
    left: 0.8vw;
    width: 12.2666666667vw;
  }
}
.header_btn span::before, .header_btn span::after {
  background-color: #fff;
  border-radius: 4px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.3s transform ease, 0.3s top ease;
  width: 40px;
}
@media (max-width: 768px) {
  .header_btn span::before, .header_btn span::after {
    border-radius: 0.5333333333vw;
    height: 0.5333333333vw;
    width: 5.3333333333vw;
  }
}
.header_btn span::before {
  top: -8px;
}
@media (max-width: 768px) {
  .header_btn span::before {
    top: -1.6vw;
  }
}
.header_btn span::after {
  top: -32px;
}
@media (max-width: 768px) {
  .header_btn span::after {
    top: -4.2666666667vw;
  }
}
.header_btn.active::before {
  display: none;
}
.header_btn.active span::before, .header_btn.active span::after {
  top: -22px;
}
@media (max-width: 768px) {
  .header_btn.active span::before, .header_btn.active span::after {
    top: -2.6666666667vw;
  }
}
.header_btn.active span::before {
  transform: translateX(-50%) rotate(-45deg);
}
.header_btn.active span::after {
  transform: translateX(-50%) rotate(45deg);
}

.nav {
  display: grid;
  height: 100dvh;
  opacity: 0;
  overflow-y: auto;
  place-items: center;
  position: fixed;
  pointer-events: none;
  top: 0;
  transition: opacity 0.3s linear 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 18;
}
.nav_list {
  padding: 50px 20px;
}
@media (max-width: 768px) {
  .nav_list {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.nav_list_logo {
  margin: 0 auto 40px;
  max-width: 300px;
}
@media (max-width: 768px) {
  .nav_list_logo {
    margin-bottom: 8vw;
    max-width: 53.3333333333vw;
  }
}
.nav_list ul li {
  font-size: 1.5rem;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .nav_list ul li {
    font-size: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.nav_list ul li a {
  color: #000;
}
@media (hover: hover) {
  .nav_list ul li a:hover {
    color: #009fb9;
  }
}
@media (hover: none) {
  .nav_list ul li a:active {
    color: #009fb9;
  }
}
.nav.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.nav_bg {
  background: #ffe762;
  border-radius: 50%;
  height: 100px;
  position: fixed;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: all 0.8s;
  width: 100px;
  z-index: 17;
}
@media (max-width: 768px) {
  .nav_bg {
    height: 30px;
    width: 30px;
  }
}
.nav_bg.active {
  transform: scale(50);
}
@media (max-width: 768px) {
  .nav_bg.active {
    transform: scale(100);
  }
}

footer {
  background: url("../images/bg-event-btm.svg") center top/100% auto no-repeat, url("../images/img-footer-school.webp") center bottom/100% auto no-repeat;
  padding-top: 32.5vw;
}
@media (max-width: 768px) {
  footer {
    background-position: center top;
    padding-top: 34.6666666667vw;
  }
}

.copyright {
  font-size: 1rem;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .copyright {
    font-size: 2.6666666667vw;
    display: grid;
    height: 8vw;
    place-items: center;
    padding: 1.3333333333vw;
  }
}

.pagetop {
  bottom: 0;
  display: none;
  position: fixed;
  right: 0;
  z-index: 10;
}
.pagetop a {
  background: #009fb9 url("../images/ico-arrow-t.svg") 40px 40px/36px auto no-repeat;
  border-top-left-radius: 90px;
  display: block;
  height: 90px;
  width: 90px;
}
@media (max-width: 768px) {
  .pagetop a {
    background-position: 5.3333333333vw 5.3333333333vw;
    background-size: 4.8vw auto;
    height: 12vw;
    width: 12vw;
  }
}
@media (hover: hover) {
  .pagetop a:hover {
    background-color: #3071b9;
  }
}
@media (hover: none) {
  .pagetop a:active {
    background-color: #3071b9;
  }
}

.main {
  overflow: hidden;
  position: relative;
}
.main_img img {
  height: auto;
  width: 100%;
}
.main_cp {
  left: 0;
  position: absolute;
  right: 0;
  top: 3.75vw;
}
@media (max-width: 768px) {
  .main_cp {
    top: 10.9333333333vw;
  }
}
.main_cp img {
  display: block;
  margin: auto;
  width: 49.5vw;
}
@media (max-width: 768px) {
  .main_cp img {
    width: 86.1333333333vw;
  }
}

.about {
  background: url("../images/bg-features-top.svg") center bottom/100% no-repeat;
  padding: 0 0 12.8125vw;
  position: relative;
}
@media (max-width: 768px) {
  .about {
    background-image: url("../images/bg-features-top-sp.svg");
    padding: 0 5.3333333333vw 21.3333333333vw;
  }
}
.about .wrap_txt {
  background-image: url("../images/bg-about-txt.svg");
  position: relative;
  max-width: 1440px;
}
@media (min-width: 769px), print {
  .about .wrap_txt {
    background-size: calc(100% - 40px) auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .about .wrap_txt {
    background-size: 100% auto;
  }
}
.about .wrap_txt::before, .about .wrap_txt::after {
  background-position: center;
  background-size: contain;
  content: "";
  height: 509px;
  position: absolute;
  width: 400px;
}
@media (max-width: 768px) {
  .about .wrap_txt::before, .about .wrap_txt::after {
    height: 53.3333333333vw;
    width: 40vw;
  }
}
.about .wrap_txt::before {
  background-image: url("../images/bg-about-star01.svg");
  right: -100px;
  top: 0;
}
@media (max-width: 768px) {
  .about .wrap_txt::before {
    right: 0;
  }
}
.about .wrap_txt::after {
  background-image: url("../images/bg-about-star02.svg");
  bottom: 0;
  left: -100px;
}
@media (max-width: 768px) {
  .about .wrap_txt::after {
    left: 0;
  }
}
.about_inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 769px), print {
  .about_inner {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 50cqw;
    gap: 5.7142857143cqw;
    margin-bottom: 68px;
    margin-top: 73px;
    padding-left: 6.7857142857cqw;
  }
}
@media (max-width: 768px) {
  .about_inner {
    display: flex;
    flex-direction: column-reverse;
    margin: 16vw 0;
  }
}
@media (max-width: 768px) {
  .about_img {
    margin: 8vw auto 0 8vw;
    width: 53.3333333333vw;
  }
}
.about_cont_cp {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .about_cont_cp {
    font-size: 8vw;
    margin-bottom: 8vw;
    text-align: center;
  }
}
.about_cont_txt {
  font-size: 1.5rem;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .about_cont_txt {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.about_cont_txt strong {
  font-size: 2rem;
  color: #009fb9;
  font-weight: 700;
}
@media (max-width: 768px) {
  .about_cont_txt strong {
    font-size: 5.8666666667vw;
  }
}
.about_cont_chance {
  max-width: 610px;
}
.about_cont_chance img {
  display: block;
}
.about_ttl {
  font-size: 2.5rem;
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about_ttl {
    font-size: 6.4vw;
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.about_ttl::before, .about_ttl::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  width: 50px;
}
@media (max-width: 768px) {
  .about_ttl::before, .about_ttl::after {
    height: 6.6666666667vw;
    width: 6.6666666667vw;
  }
}
.about_ttl::before {
  background-image: url("../images/ico-about-kira01.svg");
}
.about_ttl::after {
  background-image: url("../images/ico-about-kira02.svg");
}
.about_student {
  display: grid;
  gap: 3cqw;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .about_student {
    gap: 2.6666666667vw;
    grid-template-columns: 1fr;
  }
}
.about_student li {
  font-size: 1.5rem;
  align-items: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  display: grid;
  font-weight: 700;
  gap: 1.4285714286cqw;
  grid-template-columns: 7.1428571429cqw 1fr;
  padding: 2.8571428571cqw 2.1428571429cqw;
  min-width: 0;
}
@media (max-width: 768px) {
  .about_student li {
    font-size: 4.8vw;
    border-width: 0.5333333333vw;
    border-radius: 3.2vw;
    gap: 5.3333333333vw;
    grid-template-columns: 25% 1fr;
    padding: 5.3333333333vw;
  }
}
.about_student li figure {
  aspect-ratio: 1/1;
  width: 7.1428571429cqw;
}
@media (max-width: 768px) {
  .about_student li figure {
    width: 100%;
  }
}
.about_student li figure img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.features {
  background-color: #fff;
  padding: 5.625vw 20px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .features {
    padding: 5.3333333333vw 2.6666666667vw 16vw;
  }
}
.features .wrap_txt {
  background-image: url("../images/bg-features-txt.svg");
}
@media (min-width: 769px), print {
  .features .wrap_txt {
    padding-top: 4cqw;
  }
}
@media (max-width: 768px) {
  .features .wrap_txt {
    padding-top: 8vw;
  }
}
.features_ttl {
  font-size: 2.5rem;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .features_ttl {
    font-size: 1.5rem;
    text-align: center;
  }
}
.features_ttl strong {
  font-size: 4.5rem;
  color: #009fb9;
}
@media (max-width: 768px) {
  .features_ttl strong {
    font-size: 2.25rem;
  }
}
.features_list {
  display: grid;
  gap: 2.8571428571cqw;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .features_list {
    gap: 2.6666666667vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.features_list li {
  min-width: 0;
}
.features_list_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.features_list_img img {
  display: block;
  margin: auto;
  width: 100%;
}
@media (min-width: 769px), print {
  .features_list_img img {
    max-width: 288px;
  }
}
.features_list_btn a {
  font-size: 1.7142857143cqw;
  align-items: center;
  color: #fff;
  display: flex;
  height: 9.2857142857cqw;
  padding-left: 1.7857142857cqw;
  padding-right: 4.2857142857cqw;
}
@media (max-width: 768px) {
  .features_list_btn a {
    font-size: 3.4666666667vw;
    height: 18.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-right: 8vw;
  }
}
.features_list_btn a strong {
  font-size: 2.2857142857cqw;
}
@media (max-width: 768px) {
  .features_list_btn a strong {
    font-size: 4.5333333333vw;
  }
}
.features_list_btn a::before {
  background-image: url("../images/ico-arrow-b.svg");
}
@media (min-width: 769px), print {
  .features_list_btn a::before {
    background-size: 1.2857142857cqw auto;
    height: 2.8571428571cqw;
    right: 1.4285714286cqw;
    width: 2.8571428571cqw;
  }
}
@media (max-width: 768px) {
  .features_list_btn a::before {
    background-size: auto 1.6vw;
  }
}
.features_list_item01 .features_list_img {
  background-image: url("../images/bg-features-item01.svg");
}
.features_list_item01 .features_list_btn a {
  background-color: #3071b9;
}
@media (hover: hover) {
  .features_list_item01 .features_list_btn a:hover {
    background-color: #009fb9;
  }
}
@media (hover: none) {
  .features_list_item01 .features_list_btn a:active {
    background-color: #009fb9;
  }
}
.features_list_item02 .features_list_img {
  background-image: url("../images/bg-features-item02.svg");
}
.features_list_item02 .features_list_btn a {
  background-color: #e95471;
}
@media (hover: hover) {
  .features_list_item02 .features_list_btn a:hover {
    background-color: #009fb9;
  }
}
@media (hover: none) {
  .features_list_item02 .features_list_btn a:active {
    background-color: #009fb9;
  }
}
.features_list_item03 .features_list_img {
  background-image: url("../images/bg-features-item03.svg");
}
.features_list_item03 .features_list_btn a {
  background-color: #f68d00;
}
@media (hover: hover) {
  .features_list_item03 .features_list_btn a:hover {
    background-color: #009fb9;
  }
}
@media (hover: none) {
  .features_list_item03 .features_list_btn a:active {
    background-color: #009fb9;
  }
}
.features_list_item04 .features_list_img {
  background-image: url("../images/bg-features-item04.svg");
}
.features_list_item04 .features_list_btn a {
  background-color: #00a791;
}
@media (hover: hover) {
  .features_list_item04 .features_list_btn a:hover {
    background-color: #009fb9;
  }
}
@media (hover: none) {
  .features_list_item04 .features_list_btn a:active {
    background-color: #009fb9;
  }
}

.section {
  background-color: var(--color);
  padding: 0 20px 100px;
}
@media (max-width: 768px) {
  .section {
    padding: 0 1.3333333333vw 10.6666666667vw;
  }
}
.section .wrap_txt {
  padding-top: 150px;
}
@media (max-width: 768px) {
  .section .wrap_txt {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    padding-top: 16vw;
  }
}
.section_img {
  border: 3px solid #000;
  border-radius: 20px;
  margin: 0 7.1428571429cqw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section_img {
    border-width: 0.5333333333vw;
    border-radius: 3.2vw;
    margin: 0;
  }
}
.section_cp {
  font-size: 2.5rem;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.4;
  margin: -50px auto 40px 0;
  overflow-wrap: anywhere;
  padding: 15px 38px;
  position: relative;
  width: fit-content;
}
@media (max-width: 768px) {
  .section_cp {
    font-size: 1.25rem;
    border-width: 0.5333333333vw;
    border-radius: 2.1333333333vw;
    margin: -4vw auto 5.3333333333vw auto;
    padding: 2.6666666667vw 4vw;
    max-width: 76vw;
  }
}
@media (min-width: 769px), print {
  .section_ttl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 7.1428571429cqw;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .section_ttl {
    margin-bottom: 8vw;
  }
}
@media (max-width: 768px) {
  .section_ttl_txt {
    margin: 0 auto 8vw;
    width: fit-content;
  }
}
.section_ttl_txt img {
  display: block;
  height: 121px;
}
@media (max-width: 768px) {
  .section_ttl_txt img {
    height: 21.3333333333vw;
  }
}
.section_ttl_sub {
  align-items: center;
  display: flex;
  gap: 5.7142857143cqw;
}
@media (max-width: 768px) {
  .section_ttl_sub {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 9.6vw;
  }
}
.section_ttl_sub li {
  font-weight: 700;
  position: relative;
}
.section_ttl_sub li::before {
  font-size: 2.5rem;
  color: #fff;
  position: absolute;
  right: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 5.7142857143cqw;
}
@media (max-width: 768px) {
  .section_ttl_sub li::before {
    font-size: 6.4vw;
    width: 9.6vw;
  }
}
.section_ttl_sub li:first-of-type::before {
  display: none;
}
.section_ttl_sub_plus {
  font-size: 1.5rem;
  background-color: #fff;
  border-radius: 100%;
  color: var(--color);
  display: grid;
  height: 120px;
  line-height: 1.2;
  place-items: center;
  text-align: center;
  width: 120px;
}
@media (max-width: 768px) {
  .section_ttl_sub_plus {
    font-size: 4.8vw;
    height: 24vw;
    width: 24vw;
  }
}
.section_ttl_sub_plus::before {
  content: "+";
}
.section_ttl_sub_equal {
  font-size: 2.375rem;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1.2;
  padding: 15px 0;
  max-width: fit-content;
}
@media (min-width: 769px), print {
  .section_ttl_sub_equal {
    flex: 1 1 0%;
  }
}
@media (max-width: 768px) {
  .section_ttl_sub_equal {
    font-size: 6.4vw;
    padding: 3.2vw 0;
  }
}
.section_ttl_sub_equal::before {
  content: "=";
}
.section_txt {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .section_txt {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.section_txt strong {
  color: #ffe762;
  font-weight: 500;
}
.section_inner {
  display: grid;
  gap: 2.8571428571cqw;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .section_inner {
    gap: 4vw;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 769px), print {
  .section_block02 {
    grid-column: 2 span;
  }
}
.section_block {
  font-size: 1rem;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  padding: 30px 2.8571428571cqw 40px;
  min-width: 0;
}
@media (max-width: 768px) {
  .section_block {
    font-size: 3.7333333333vw;
    border-width: 0.5333333333vw;
    border-radius: 3.2vw;
    padding: 5.3333333333vw;
  }
}
.section_block strong {
  color: var(--color);
  font-weight: 500;
}
.section_block_ttl {
  border-bottom: 1px solid #000;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .section_block_ttl {
    margin-bottom: 4vw;
    padding-bottom: 2.6666666667vw;
  }
}
.section_block_ttl_txt {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .section_block_ttl_txt {
    font-size: 6.4vw;
  }
}
.section_block_ttl_txt span {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .section_block_ttl_txt span {
    font-size: 4.8vw;
  }
}
.section_block_ttl_sub {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .section_block_ttl_sub {
    font-size: 3.7333333333vw;
  }
}
.section_block_ttl_sub strong {
  font-weight: 700;
}
.section_block_num {
  counter-reset: number 0;
}
.section_block_num > li {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .section_block_num > li {
    margin-top: 5.3333333333vw;
  }
}
.section_block_num > li h4 {
  min-height: 50px;
  padding-left: 60px;
  padding-top: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .section_block_num > li h4 {
    min-height: 9.3333333333vw;
    padding-left: 12vw;
    padding-top: 0;
  }
}
.section_block_num > li h4::before {
  font-size: 1.5rem;
  background-color: rgba(var(--color-rgb), 0.2);
  border: 2px solid #000;
  border-radius: 100%;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  display: grid;
  height: 50px;
  left: 0;
  place-items: center;
  position: absolute;
  top: 0;
  width: 50px;
}
@media (max-width: 768px) {
  .section_block_num > li h4::before {
    font-size: 4.8vw;
    border-width: 0.2666666667vw;
    height: 9.3333333333vw;
    width: 9.3333333333vw;
  }
}
.section_block_sttl {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .section_block_sttl {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.section_block_sttl strong {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section_block_sttl strong {
    font-size: 5.8666666667vw;
  }
}
.section_block_comment {
  background: #efefef url("../images/ico-com-inspiration.svg") 20px center/80px auto no-repeat;
  border-radius: 10px;
  min-height: 120px;
  margin-top: 20px;
  padding: 25px 15px 25px 120px;
}
@media (max-width: 768px) {
  .section_block_comment {
    background-position: 4vw center;
    background-size: 16vw auto;
    border-radius: 2.1333333333vw;
    margin-top: 5.3333333333vw;
    padding: 4vw 4vw 4vw 22.6666666667vw;
  }
}
.section_block_comment p {
  margin-top: 0.5em;
}
.section_block_comment p:first-of-type {
  margin-top: 0;
}
@media (min-width: 769px), print {
  .section_content {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .section_content {
    display: none;
  }
}
.section_btn {
  margin-top: 5.3333333333vw;
}
@media (min-width: 769px), print {
  .section_btn {
    display: none !important;
  }
}
.section_btn button {
  font-size: 4.8vw;
  background-color: #fff;
  color: #000;
  padding-bottom: 4vw;
  padding-top: 4vw;
  text-align: left;
  width: 100%;
}
.section_btn button::before {
  background-image: url("../images/ico-arrow-b.svg");
  background-size: auto 1.6vw;
}
.section_btn button.active::before {
  background-image: url("../images/ico-arrow-t.svg");
}

.study {
  --color: #3071b9;
  --color-rgb: 48, 113, 185;
}
.study .wrap_txt {
  background-image: url("../images/bg-study-txt.svg");
}
.study_ttl_sub_equal {
  background: url("../images/bg-study-cp.svg") center bottom/100% auto no-repeat;
}
.study_time_ttl {
  font-size: 1rem;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .study_time_ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.study_time_tbl {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .study_time_tbl {
    margin-bottom: 1.3333333333vw;
  }
}
.study_time_tbl img {
  display: block;
  width: 100%;
}

.english {
  --color: #e95471;
  --color-rgb: 233, 84, 113;
}
.english .wrap_txt {
  background-image: url("../images/bg-english-txt.svg");
}
.english_ttl_sub_equal {
  background: url("../images/bg-english-cp.svg") center bottom/100% auto no-repeat;
}
.english_inter_lap {
  color: #3071b9;
}
.english_inter_ecs {
  color: #009fb9;
}
.english_inter_txt {
  color: var(--color);
  margin-top: 20px;
}
.english_dd {
  align-items: center;
  display: grid;
  gap: 2.8571428571cqw;
  grid-template-columns: 1fr 22.8571428571cqw;
}
@media (max-width: 768px) {
  .english_dd {
    gap: 2.6666666667vw;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 769px), print {
  .english_dd_ttl {
    align-items: baseline;
    display: flex;
    gap: 16px;
  }
}
.english_dd_btn a {
  font-size: 1.5rem;
  background-color: rgba(var(--color-rgb), 0.3);
  color: #000;
  padding-bottom: 1.7857142857cqw;
  padding-top: 1.7857142857cqw;
}
@media (max-width: 768px) {
  .english_dd_btn a {
    font-size: 4.2666666667vw;
    padding-bottom: 4vw;
    padding-top: 4vw;
  }
}

.after {
  --color: #f68d00;
  --color-rgb: 246, 141, 0;
}
.after .wrap_txt {
  background-image: url("../images/bg-after-txt.svg");
}
.after_club_intro {
  text-align: center;
}
.after_club_inner {
  display: grid;
  gap: 2.8571428571cqw;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
}
@media (max-width: 768px) {
  .after_club_inner {
    gap: 5.3333333333vw;
    grid-template-columns: 1fr;
    margin-bottom: 5.3333333333vw;
  }
}
.after_club_box {
  background-color: #fff7cb;
  border-radius: 10px;
  padding: 35px 2.8571428571cqw;
  min-width: 0;
}
@media (max-width: 768px) {
  .after_club_box {
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw;
  }
}
.after_club_ttl {
  font-size: 2rem;
  color: var(--color);
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .after_club_ttl {
    font-size: 6.4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.after_club_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 1.4285714286cqw;
}
@media (max-width: 768px) {
  .after_club_list {
    grid-template-columns: 1fr;
    gap: 1.3333333333vw;
  }
}
.after_club_list li {
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 1.5em;
  position: relative;
  min-width: 0;
}
@media (max-width: 768px) {
  .after_club_list li {
    font-size: 4.2666666667vw;
  }
}
.after_club_list li::before {
  background-color: var(--color);
  border-radius: 100%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 18px;
}
@media (max-width: 768px) {
  .after_club_list li::before {
    height: 3.7333333333vw;
    top: 1.3333333333vw;
    width: 3.7333333333vw;
  }
}
.after_club_comment {
  background-color: #fff;
}
@media (min-width: 769px), print {
  .after_club_comment {
    margin-top: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.after_club_comment_ttl {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .after_club_comment_ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.after_club_comment_check {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .after_club_comment_check {
    font-size: 3.7333333333vw;
  }
}
.after_club_comment_check li {
  padding-left: 1.2em;
  position: relative;
}
@media (max-width: 768px) {
  .after_club_comment_check li {
    margin-top: 1.3333333333vw;
  }
}
.after_club_comment_check li::before {
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--color);
  content: "";
  height: 9px;
  left: 0;
  mask-image: url("../images/ico-check.svg");
  position: absolute;
  top: 7px;
  width: 12px;
}
@media (max-width: 768px) {
  .after_club_comment_check li::before {
    height: 2.4vw;
    top: 1.6vw;
    width: 3.2vw;
  }
}
.after_self {
  align-items: center;
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 3%;
}
@media (max-width: 768px) {
  .after_self {
    gap: 2.6666666667vw;
    grid-template-columns: 1fr;
  }
}
.after_self strong {
  font-weight: 500;
}
.after_lesson_list {
  font-weight: 700;
  gap: 1.0714285714cqw;
  position: relative;
}
@media (min-width: 769px), print {
  .after_lesson_list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-left: 102px;
  }
}
@media (max-width: 768px) {
  .after_lesson_list {
    display: grid;
    gap: 2.6666666667vw;
    grid-template-columns: repeat(2, 1fr);
    margin: 5.3333333333vw auto 0;
    width: 56vw;
  }
}
.after_lesson_list dt,
.after_lesson_list dd {
  min-width: 0;
}
@media (min-width: 769px), print {
  .after_lesson_list dt {
    background: url("../images/ico-triangle.svg") right 12px center/10px auto no-repeat;
    left: 0;
    padding-right: 1.7857142857cqw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 102px;
  }
}
@media (max-width: 768px) {
  .after_lesson_list dt {
    grid-column: 2 span;
    padding-bottom: 2.6666666667vw;
    position: relative;
    text-align: center;
  }
  .after_lesson_list dt::before {
    background: url("../images/ico-triangle.svg") center/contain no-repeat;
    bottom: -2.6666666667vw;
    content: "";
    height: 5.0666666667vw;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(90deg);
    width: 2.6666666667vw;
  }
}
.after_lesson_list dd {
  aspect-ratio: 1/1;
  background-color: #fff7cb;
  border-radius: 100%;
  color: var(--color);
  display: grid;
  line-height: 1.2;
  place-items: center;
  position: relative;
  text-align: center;
  width: 100px;
}
@media (max-width: 768px) {
  .after_lesson_list dd {
    width: 26.6666666667vw;
  }
}
@media (min-width: 769px), print {
  .after_lesson_list dd:last-of-type {
    margin-right: 2.3em;
  }
}
.after_lesson_list dd:last-of-type::after {
  bottom: 10px;
  color: #888;
  content: "など";
  position: absolute;
  right: -2.3em;
}
@media (max-width: 768px) {
  .after_lesson_list dd:last-of-type::after {
    bottom: 1.3333333333vw;
    right: -2em;
  }
}

.course {
  --color: #00a791;
  --color-rgb: 0, 167, 145;
}
.course .wrap_txt {
  background-image: url("../images/bg-course-txt.svg");
}
@media (min-width: 769px), print {
  .course_ttl {
    align-items: flex-end;
    gap: 3.5714285714cqw;
  }
}
.course_ttl_txt {
  color: #fff;
  font-weight: 700;
}
.course_ttl_txt_main {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .course_ttl_txt_main {
    font-size: 5.3333333333vw;
  }
}
.course_ttl_txt_main strong {
  color: #ffe762;
}
.course_ttl_txt_sub {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .course_ttl_txt_sub {
    font-size: 4.2666666667vw;
  }
}
.course_flow {
  display: grid;
  gap: 2.8571428571cqw;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .course_flow {
    gap: 8vw;
    grid-template-columns: 1fr;
  }
}
.course_flow li {
  position: relative;
  min-width: 0;
}
.course_flow li::before {
  background: url(../images/ico-arrow-r.svg) center/contain no-repeat;
  content: "";
  height: 22px;
  left: -2cqw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
@media (max-width: 768px) {
  .course_flow li::before {
    background-image: url(../images/ico-arrow-b.svg);
    height: 2.6666666667vw;
    left: 50%;
    top: -5.3333333333vw;
    transform: translateX(-50%);
    width: 5.3333333333vw;
  }
}
.course_flow li:first-of-type::before {
  display: none;
}
.course_educate_ttl {
  border: 0;
}
.course_educate_img .com_scroll_inner {
  width: 186.6666666667vw;
}

.event {
  padding: 0 20px 30px;
}
@media (max-width: 768px) {
  .event {
    padding: 0 1.3333333333vw 8vw;
  }
}
.event .wrap_txt {
  background-image: url("../images/bg-event-txt.svg");
  padding-top: 150px;
}
@media (max-width: 768px) {
  .event .wrap_txt {
    padding: 21.3333333333vw 2.6666666667vw 0;
  }
}
.event_ttl {
  margin: 0 auto 60px;
  width: fit-content;
}
@media (max-width: 768px) {
  .event_ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.event_intro {
  text-align: center;
}
.event_block {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .event_block {
    margin-top: 5.3333333333vw;
  }
}
.event_block_inner {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .event_block_inner {
    gap: 8vw;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    margin-top: 8vw;
  }
}
.event_block_date {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 769px), print {
  .event_block_date {
    gap: 2.8571428571cqw;
  }
}
@media (max-width: 768px) {
  .event_block_date {
    gap: 5.3333333333vw 8%;
    margin: auto;
    width: 90%;
  }
}
@media (min-width: 769px), print {
  .event_block_date li {
    width: 17.8571428571cqw;
  }
}
@media (max-width: 768px) {
  .event_block_date li {
    width: 46%;
  }
}
.event_block_date li img {
  display: block;
  width: 100%;
}
.event_block_time {
  font-size: 1.5rem;
  display: grid;
  font-weight: 700;
  gap: 10px 0;
  grid-template-columns: 7em 1fr;
}
@media (max-width: 768px) {
  .event_block_time {
    font-size: 4.8vw;
    gap: 2.6666666667vw 0;
    grid-template-columns: 6em 1fr;
  }
}
.event_block_time dd {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.8em;
}
@media (max-width: 768px) {
  .event_block_time dd {
    gap: 0 0.5em;
  }
}
.event_block_time_target {
  font-size: 1.125rem;
  background-color: #ffe762;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 0 0.5em;
}
@media (max-width: 768px) {
  .event_block_time_target {
    font-size: 3.7333333333vw;
    border-width: 0.5333333333vw;
    border-radius: 1.0666666667vw;
  }
}
.event_btn {
  margin: 60px auto 0;
  max-width: 700px;
}
@media (max-width: 768px) {
  .event_btn {
    margin-top: 10.6666666667vw;
  }
}
.event_btn a {
  font-size: 2.5rem;
  background-color: #009fb9;
  color: #fff;
  padding: 30px 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .event_btn a {
    font-size: 5.3333333333vw;
    padding: 5.3333333333vw 10.6666666667vw;
  }
}
@media (hover: hover) {
  .event_btn a:hover {
    background-color: #ffe762;
    color: #000;
  }
}
@media (hover: none) {
  .event_btn a:active {
    background-color: #ffe762;
    color: #000;
  }
}
.event_link {
  display: grid;
  column-gap: 2.8571428571cqw;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 150px;
}
@media (max-width: 768px) {
  .event_link {
    column-gap: 2.6666666667vw;
    gap: 5.3333333333vw;
    grid-template-columns: 1fr;
    margin-top: 26.6666666667vw;
  }
}
.event_link li {
  border: 3px solid #000;
  border-radius: 20px;
  color: #fff;
  display: grid;
  font-weight: 700;
  gap: 40px;
  grid-template-rows: subgrid;
  grid-row: span 2;
  line-height: 1.4;
  padding: 60px 2.1428571429cqw 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .event_link li {
    border-width: 0.5333333333vw;
    border-radius: 3.2vw;
    gap: 5.3333333333vw;
    padding: 8vw 5.3333333333vw 5.3333333333vw;
  }
}
.event_link_item01 {
  background-color: #3071b9;
}
.event_link_item02 {
  background-color: #e95471;
}
.event_link_item03 {
  background-color: #f68d00;
}
.event_link_txt {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .event_link_txt {
    font-size: 5.3333333333vw;
  }
}
.event_link_txt strong {
  font-size: 4.5rem;
}
@media (max-width: 768px) {
  .event_link_txt strong {
    font-size: 9.6vw;
  }
}
.event_link_btn a {
  font-size: 1.25rem;
  background-color: #fff;
  color: #000;
  padding-bottom: 23px;
  padding-top: 23px;
  text-align: left;
}
@media (max-width: 768px) {
  .event_link_btn a {
    font-size: 4.8vw;
    padding-bottom: 4vw;
    padding-top: 4vw;
  }
}

@keyframes scroll {
  0% {
    bottom: 13px;
    @media (max-width: 768px) {
      bottom: 4px;
    }
  }
  50% {
    bottom: -13px;
    @media (max-width: 768px) {
      bottom: -4px;
    }
  }
  100% {
    bottom: 13px;
    @media (max-width: 768px) {
      bottom: 4px;
    }
  }
}
@keyframes scrollsp {
  0% {
    bottom: 4px;
  }
  50% {
    bottom: -4px;
  }
  100% {
    bottom: 4px;
  }
}