@charset "UTF-8";
/*
 * foundation
 */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

span {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  color: #000;
  line-height: 1.6;
  color: #000;
}

@media (max-width: 1279px) {
  main {
    margin-top: 107px;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: 74px;
  }
}

.hidden {
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  word-break: break-all;
  transition: opacity 0.2s linear;
}
a:hover {
  opacity: 0.7;
}

* img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grecaptcha-badge {
  visibility: hidden;
}

.lt-block {
  display: none;
}
@media (max-width: 1279px) {
  .lt-block {
    display: block;
  }
}

.sp-block {
  display: none;
}
@media (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.tab-block {
  display: none;
}
@media (max-width: 1023px) {
  .tab-block {
    display: block;
  }
}

.course-development, .course-truant {
  overflow-x: hidden;
}

.scroll-margin {
  scroll-margin-top: 60px;
}

/*
 * layout
 */
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 998;
  width: 100vw;
  margin: 0 auto;
  padding: 8px 16px;
  background: transparent;
}
@media (max-width: 1279px) {
  .header {
    background: #0172E6;
  }
}
@media (max-width: 1279px) {
  .header {
    width: 100%;
    padding: 21px 16px 21px 16px;
    top: 0;
    border-radius: 0;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .header {
    padding: 12px 16px;
  }
}
.header-sub {
  background: transparent;
}
@media (max-width: 1279px) {
  .header-sub_black {
    display: none;
  }
}
.header-sub_white {
  display: none;
}
@media (max-width: 1279px) {
  .header-sub_white {
    display: block;
  }
}
@media (max-width: 1279px) {
  .header-sub {
    background: #0172E6;
  }
}
.header-sub .header-nav ul li a, .header-sub .header-nav ul li .header-nav_link {
  color: #535353 !important;
}
@media (max-width: 1279px) {
  .header-sub .header-nav ul li a, .header-sub .header-nav ul li .header-nav_link {
    color: #fff !important;
  }
}
.header-inr {
  justify-content: space-between;
}
.header-logo img {
  max-width: 465px;
  width: min(22.57vw, 465px);
  height: auto;
}
@media (max-width: 1279px) {
  .header-logo img {
    max-width: auto;
    width: 336px;
  }
}
@media (max-width: 767px) {
  .header-logo img {
    width: 264px;
  }
}
.header-logo_black {
  display: none;
}
@media (max-width: 1279px) {
  .header-nav {
    display: none;
    display: block;
    position: fixed;
    top: 105px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: calc(100vh - 68px);
    background-color: #0172E6;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    background-image: url(../../assets/images/header/sp-back.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .header-nav {
    top: 73px;
  }
}
.header-nav.is-open {
  opacity: 1;
  visibility: visible;
}
.header-nav ul {
  gap: min(1.67vw, 40px);
}
@media (max-width: 1279px) {
  .header-nav ul {
    flex-direction: column;
    align-items: start !important;
    gap: 0;
    padding: 20px 20px 20px;
  }
}
@media (max-width: 1279px) {
  .header-nav ul li {
    width: 100%;
  }
}
.header-nav ul li a,
.header-nav ul li .header-nav_link {
  font-size: min(1.17vw, 20px);
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1279px) {
  .header-nav ul li a,
  .header-nav ul li .header-nav_link {
    display: block;
    color: #fff;
    padding: 16px 0;
    border-bottom: 1px solid #fff;
    font-size: 25px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .header-nav ul li a,
  .header-nav ul li .header-nav_link {
    font-size: 18px;
    padding: 12px 0;
  }
}

.header-toggle {
  width: 65px;
  height: 65px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: none;
  z-index: 1100;
}
@media (max-width: 767px) {
  .header-toggle {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1279px) {
  .header-toggle {
    display: block;
  }
}
.header-toggle span {
  background: #0172E6;
  display: block;
  height: 2px;
  position: absolute;
  left: 19px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .header-toggle span {
    left: 13px;
  }
}
.header-toggle span:nth-child(1) {
  width: 27px;
  top: 24px;
}
@media (max-width: 767px) {
  .header-toggle span:nth-child(1) {
    width: 24px;
    top: 16px;
  }
}
.header-toggle span:nth-child(2) {
  width: 27px;
  top: 32px;
}
@media (max-width: 767px) {
  .header-toggle span:nth-child(2) {
    width: 24px;
    top: 24px;
  }
}
.header-toggle span:nth-child(3) {
  width: 27px;
  bottom: 23px;
}
@media (max-width: 767px) {
  .header-toggle span:nth-child(3) {
    width: 24px;
    bottom: 16px;
  }
}
.header-toggle.is-open span:nth-child(1) {
  transform: rotate(-45deg);
  top: 31px;
}
@media (max-width: 767px) {
  .header-toggle.is-open span:nth-child(1) {
    top: 23px;
  }
}
.header-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.header-toggle.is-open span:nth-child(3) {
  width: 27px;
  transform: rotate(45deg);
  bottom: 32px;
}
@media (max-width: 767px) {
  .header-toggle.is-open span:nth-child(3) {
    width: 24px;
    bottom: 25px;
  }
}

body.is-fixed {
  overflow: hidden;
}

html {
  scroll-behavior: auto;
}

.header-nav_link {
  cursor: pointer;
}
.header-nav_link--dropdown__block {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  margin-top: 8px;
  border-radius: 4px;
  z-index: 1000;
}
.header-nav_link--dropdown__block li a {
  display: block;
  padding: 12px 20px;
  transition: background 0.2s ease;
  white-space: nowrap;
  font-size: 18px !important;
  color: #535353 !important;
}
.header-nav_item--dropdown {
  position: relative;
}
@media (min-width: 1280px) {
  .header-nav_item--dropdown:hover .header-nav_link--dropdown__block {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
  }
  .header-nav .header-nav_link--dropdown__block {
    transition-delay: 0.2s;
  }
}
@media (max-width: 1279px) {
  .header-nav_link--dropdown {
    position: relative;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .header-nav_link--dropdown::after {
    content: "+";
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    transition: all 0.5s ease;
    display: inline-block;
    width: 24px;
    text-align: center;
  }
  .header-nav_link--dropdown.is-active::after {
    content: "−";
  }
  .header-nav_link--dropdown__block {
    position: static;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transform: none;
    transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    display: none;
  }
  .header-nav_link--dropdown__block li {
    width: 100%;
  }
  .header-nav_link--dropdown__block li a {
    color: #fff !important;
    padding: 12px 0 12px 20px !important;
    font-size: 20px !important;
  }
  .header-nav_link--dropdown.is-active + .header-nav_link--dropdown__block {
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    padding: 8px 0;
  }
}
@media (max-width: 1279px) {
  .header-nav_link--dropdown::after {
    font-size: 24px;
  }
  .header-nav_link--dropdown__block li a {
    font-size: 20px !important;
    padding: 10px 0 10px 16px !important;
  }
}
@media (max-width: 1279px) and (max-width: 1023px) {
  .header-nav_link--dropdown__block li a {
    font-size: 16px !important;
  }
}

.footer {
  padding: 195px 0 170px;
  background-image: url(../../assets/images/footer-back.png);
  background-size: 100% 100%;
}
@media (max-width: 1279px) {
  .footer {
    background-size: cover;
    padding: 120px 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer {
    background-image: url(../../assets/images/footer-back-sp.png);
    padding: 40px 0;
  }
}
.footer-inr {
  width: min(100% - 32px, 1410px);
  margin: 0 auto;
  gap: 40px;
  justify-content: space-between;
  align-items: start !important;
}
@media (max-width: 1279px) {
  .footer-inr {
    flex-direction: column;
    align-items: center !important;
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .footer-inr {
    gap: 40px;
  }
}
.footer-left img {
  max-width: 620px;
  margin-bottom: 6px;
}
.footer-left p {
  font-size: 17px;
  font-weight: 600;
  font-size: min(4vw, 17px);
}
.footer-right p {
  font-size: 25px;
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 1440px) {
  .footer-right p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .footer-right p {
    font-size: min(4.8vw, 22px);
  }
}

/*
 * object
 */
.top-about {
  padding: 5vw 0 0;
  margin-top: -10vw;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
@media (max-width: 1279px) {
  .top-about {
    margin-top: -20vw;
  }
}
@media (max-width: 767px) {
  .top-about {
    margin-top: -15vw;
    padding: 5vw 0 min(10vw, 50px);
  }
}
.top-about_inr {
  gap: 70px;
}
.top-about_main {
  width: 40.57%;
  text-align: center;
}
@media (max-width: 1279px) {
  .top-about_main {
    width: 100%;
  }
}
.top-about_main h2 {
  font-size: min(3.67vw, 70px);
  font-family: "senobi-gothic", sans-serif;
  line-height: 1.2;
  margin-bottom: 85px;
}
@media (max-width: 1279px) {
  .top-about_main h2 {
    font-size: 40px;
    font-size: min(5.21vw, 70px);
  }
}
@media (max-width: 1023px) {
  .top-about_main h2 {
    font-size: min(5.73vw, 60px);
    font-size: 40px;
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .top-about_main h2 {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
.top-about_main h2 span {
  color: #0172E6;
}
.top-about_main p {
  font-size: clamp(16px, 1.3vw, 25px);
  font-weight: 600;
  line-height: 2.4;
  margin-bottom: 64px;
}
@media (max-width: 1279px) {
  .top-about_main p {
    font-size: min(2.6vw, 25px);
  }
}
@media (max-width: 1023px) {
  .top-about_main p {
    font-size: min(2.34vw, 25px);
  }
}
@media (max-width: 767px) {
  .top-about_main p {
    margin-bottom: 0;
    font-size: min(3.4666666667vw, 16px);
    letter-spacing: 0.02em;
  }
}
.top-about_main--imgSp {
  display: none;
}
@media (max-width: 1279px) {
  .top-about_main--imgSp {
    display: block;
    max-width: 740px;
    margin: 0 auto 60px auto;
  }
}
.top-about_img01 {
  width: 24.27%;
}
@media (max-width: 1279px) {
  .top-about_img01 {
    display: none;
  }
}
.top-about_img02 {
  width: 26.3%;
}
@media (max-width: 1279px) {
  .top-about_img02 {
    display: none;
  }
}
.top-about_btn {
  justify-content: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .top-about_btn {
    flex-direction: column;
    gap: 30px;
  }
}

.top-bg {
  background: linear-gradient(#1cacfe 0%, #388ceb 51.23%, #e2edef 80.79%, #e2edef 100%);
}

.top-support {
  padding: min(19.74vw, 239px) 0 41px 0;
  position: relative;
  background-image: url(../../assets/images/top/support-back.png);
  background-position: center 10%;
  background-size: auto 85%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .top-support {
    padding: 180px 0 51px 0;
    background-size: auto;
    background-position: center top;
    background-image: url(../../assets/images/top/support-bg-sp.png);
  }
}
.top-support::before {
  content: "";
  width: 106.82vw;
  height: auto;
  aspect-ratio: 2051/585;
  background-color: #fff;
  position: absolute;
  top: -20vw;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 70%;
}
@media (max-width: 767px) {
  .top-support::before {
    width: 120vw;
    width: 170vw;
    aspect-ratio: 1/1;
    border-radius: 50%;
    top: -93vw;
    top: -153vw;
  }
}
.top-support_inr {
  position: relative;
  z-index: 3;
}
.top-support h2 {
  font-size: 70px;
  text-align: center;
  color: #fff;
  font-family: "senobi-gothic", sans-serif;
  line-height: 1.4;
  margin-bottom: 93px;
}
@media (max-width: 767px) {
  .top-support h2 {
    font-size: min(10.6666666667vw, 60px);
    letter-spacing: -0.16em;
    margin-bottom: 44px;
  }
}
.top-support_contents {
  justify-content: center;
  align-items: stretch !important;
  gap: 30px;
  flex-wrap: wrap;
  width: min(100% - 32px, 1880px);
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 1279px) {
  .top-support_contents {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .top-support_contents {
    align-items: center !important;
    flex-direction: column;
    margin-bottom: 45px;
  }
}
.top-support_item {
  width: 31.91%;
  max-width: 600px;
  flex: 1;
  background-color: #1957DD;
  padding: 38px 26px 60px;
  border-radius: 26px;
  position: relative;
}
@media (max-width: 1279px) {
  .top-support_item {
    padding: 38px 16px 60px;
    min-width: 317px;
  }
}
@media (max-width: 767px) {
  .top-support_item {
    width: 100%;
    max-width: auto;
    min-width: auto;
  }
}
.top-support_item img {
  width: 97%;
}
.top-support_item:nth-child(3) h3 {
  letter-spacing: -0.08em;
}
.top-support_item--title {
  align-items: start !important;
  font-weight: 600;
  color: #fff;
  gap: 23px;
}
@media (max-width: 1440px) {
  .top-support_item--title {
    gap: 12px;
  }
}
.top-support_item--title .nb {
  font-size: min(1.82vw, 35px);
}
@media (max-width: 1279px) {
  .top-support_item--title .nb {
    font-size: min(2.7370478983vw, 35px);
  }
}
@media (max-width: 1023px) {
  .top-support_item--title .nb {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .top-support_item--title .nb {
    font-size: min(5.75vw, 35px);
  }
}
.top-support_item--title h3 {
  font-size: min(1.82vw, 35px);
}
@media (max-width: 1279px) {
  .top-support_item--title h3 {
    font-size: clamp(20px, 1.95vw, 35px);
  }
}
@media (max-width: 767px) {
  .top-support_item--title h3 {
    font-size: min(5.75vw, 35px);
  }
}
@media (max-width: 767px) and (max-width: 1023px) {
  .top-support_item--title h3 {
    font-size: 25px;
  }
}
.top-support_item--title h3 span {
  font-size: min(2.34vw, 45px);
  color: #FFB800;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 1279px) {
  .top-support_item--title h3 span {
    font-size: clamp(23px, 2.25vw, 45px);
  }
}
@media (max-width: 1023px) {
  .top-support_item--title h3 span {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .top-support_item--title h3 span {
    font-size: min(6.44vw, 45px);
  }
}
.top-support_item--title h3 span::before {
  content: "";
  background-image: url(../../assets/images/cmn/dot-orange.svg);
  width: 100%;
  height: 4px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.top-support_item img {
  height: auto;
}
.top-support_item p {
  font-size: camp(15px, 0.89vw, 17px);
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 9;
}
.top-support_item a {
  justify-content: end;
  font-size: 25px;
  font-weight: 600;
  color: #FFB800;
  align-items: end !important;
  gap: 15px;
  z-index: 3;
  position: absolute;
  bottom: 35px;
  right: 38px;
}
@media (max-width: 1440px) {
  .top-support_item a {
    gap: 12px;
  }
}
@media (max-width: 1023px) {
  .top-support_item a {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .top-support_item a {
    font-size: 20px;
  }
}
.top-support_item a:hover img {
  transform: translateX(4px);
}
.top-support_item a img {
  width: 56px !important;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .top-support_item a img {
    width: 42px !important;
  }
}
@media (max-width: 767px) {
  .top-support_item a img {
    width: min(8.67vw, 38px) !important;
  }
}
.top-support .top-about_btn {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .top-support .top-about_btn {
    margin-bottom: 80px;
  }
}

.top-course {
  position: relative;
  overflow-x: none;
}
.top-course .title-main {
  padding-bottom: 80px;
}
.top-course .title-main span {
  bottom: 30%;
}
@media (max-width: 1279px) {
  .top-course .title-main span {
    bottom: 46%;
  }
}
@media (max-width: 767px) {
  .top-course .top-course_block {
    margin-bottom: 30px;
  }
}
.top-course .top-course_block--head {
  display: none;
  margin: 0 auto;
  padding: 23px 30px;
  border-radius: 12px;
  font-size: 25px;
  color: #FFCF53;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top-course .top-course_block--head {
    text-align: center;
    display: block;
  }
}
.top-course .top-course_block--head1 {
  background-color: #2969B4;
}
.top-course .top-course_block--head2 {
  background-color: #2E7D79;
}
.top-course .top-course_block--head3 {
  background-color: #53A1DB;
}
.top-course .top-course_block--head::after {
  content: "+";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  transition: transform 0.3s;
}
.top-course .top-course_block--inr {
  padding: 70px 44px 80px;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 767px) {
  .top-course .top-course_block--inr {
    display: none;
    padding: 0 8px 30px;
    margin-top: -2px;
  }
}
.top-course .top-course_block--inr1 {
  background-image: url(../../assets/images/top/course-bg01.jpg);
}
@media (max-width: 767px) {
  .top-course .top-course_block--inr1 {
    background-image: none;
    background-color: #2969B4;
  }
}
.top-course .top-course_block--inr2 {
  background-image: url(../../assets/images/top/course-bg02.jpg);
}
@media (max-width: 767px) {
  .top-course .top-course_block--inr2 {
    background-image: none;
    background-color: #2E7D79;
  }
}
.top-course .top-course_block--inr3 {
  background-image: url(../../assets/images/top/course-bg03.jpg);
}
@media (max-width: 767px) {
  .top-course .top-course_block--inr3 {
    background-image: none;
    background-color: #53A1DB;
  }
}
.top-course .top-course_block--title h3 {
  font-size: 50px;
  font-size: clamp(36px, 2.6vw, 50px);
  color: #FFB800;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .top-course .top-course_block--title h3 {
    display: none;
  }
}
.top-course .top-course_block--title strong {
  display: block;
  font-size: clamp(44px, 3.65vw, 70px);
  color: #fff;
  text-align: center;
  margin-bottom: 88px;
}
@media (max-width: 767px) {
  .top-course .top-course_block--title strong {
    font-size: 25px;
    margin-bottom: 20px;
    font-size: min(5.8666666667vw, 28px);
  }
}
.top-course .top-course_block--title strong span {
  margin: 0 60px;
}
@media (max-width: 767px) {
  .top-course .top-course_block--title strong span {
    font-size: min(5.8666666667vw, 28px);
    margin: 0 10px;
  }
}
.top-course .top-course_block--text {
  max-width: 850px;
}
@media (max-width: 1279px) {
  .top-course .top-course_block--text {
    width: 100%;
    max-width: none;
  }
}
.top-course .top-course_block--text strong {
  display: block;
  font-size: min(2.6vw, 50px);
  color: #0172E6;
  margin-bottom: 30px;
}
@media (max-width: 1279px) {
  .top-course .top-course_block--text strong {
    font-size: min(4.1720990874vw, 50px);
  }
}
@media (max-width: 767px) {
  .top-course .top-course_block--text strong {
    text-align: center;
    font-size: min(4.8vw, 32px);
  }
}
.top-course .top-course_block--text p {
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .top-course .top-course_block--text p {
    font-size: 15px;
  }
}
.top-course .top-course_block--img01 {
  width: min(40%, 535px);
}
@media (max-width: 1279px) {
  .top-course .top-course_block--img01 {
    width: 50%;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .top-course .top-course_block--img01 {
    display: none;
  }
}
.top-course .top-course_block--img-sp {
  display: none;
}
@media (max-width: 767px) {
  .top-course .top-course_block--img-sp {
    max-width: 177px;
    display: block;
    margin: 23px auto 17px;
  }
}
.top-course .top-course_block--list {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border-radius: 14px;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 600;
  gap: 6px;
}
@media (max-width: 767px) {
  .top-course .top-course_block--list {
    padding: 15px 10px 22px;
  }
}
.top-course .top-course_block--listMain {
  align-items: start !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .top-course .top-course_block--listMain {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    align-items: center !important;
  }
}
.top-course .top-course_block--listMain span {
  transform: translateY(8px);
}
@media (max-width: 767px) {
  .top-course .top-course_block--listMain span {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
.top-course .top-course_block--listSub {
  gap: 12px 5px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .top-course .top-course_block--listSub {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 5px;
    justify-content: center;
  }
}
.top-course .top-course_block--listSub li {
  background-color: #DDECF0;
  padding: 9px 18px;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .top-course .top-course_block--listSub li {
    text-align: center;
    padding: 7px 0;
    font-size: min(3.2vw, 16px);
  }
}
.top-course .top-course_block.open .top-course_block--head {
  border-radius: 0;
}
.top-course .top-course_block.open .top-course_block--head::after {
  content: "-";
  font-size: 30px;
}
.top-course .top-course_block--wrapper {
  max-width: 1842px;
  width: 95.94%;
  margin: 0 auto;
  padding: 84px 40px 65px;
  background-color: #faf6ec;
  border-radius: 53px;
}
@media (max-width: 767px) {
  .top-course .top-course_block--wrapper {
    padding: 15px 16px 36px;
    border-radius: 19px;
  }
}
.top-course .top-course_block--wrapper__inr {
  gap: 65px;
  justify-content: center;
  margin-bottom: 38px;
}
@media (max-width: 1279px) {
  .top-course .top-course_block--wrapper__inr {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .top-course .top-course_block--wrapper__inr {
    margin-bottom: 24px;
  }
}
.top-course_lesson {
  gap: 65px;
  justify-content: center;
  padding-top: 65px;
  position: relative;
}
@media (max-width: 1023px) {
  .top-course_lesson {
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .top-course_lesson {
    gap: 20px;
    padding-top: 2px;
  }
}
.top-course_lesson::before {
  content: "";
  background-image: url(../../assets/images/cmn/dot-black.svg);
  width: 100%;
  height: 4px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .top-course_lesson::before {
    content: none;
  }
}
.top-course_lesson--block {
  width: 46.15%;
  background-color: #fff;
  padding: 47px 0 56px;
  border-radius: 33px;
  text-align: center;
}
@media (max-width: 1023px) {
  .top-course_lesson--block {
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top-course_lesson--block {
    padding: 0;
    background-color: transparent;
  }
}
.top-course_lesson--block img {
  max-width: 124px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .top-course_lesson--block img {
    display: none;
  }
}
.top-course_lesson--block h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 9px;
}
@media (max-width: 1440px) {
  .top-course_lesson--block h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .top-course_lesson--block h4 {
    display: none;
  }
}
.top-course_lesson--left img {
  max-width: 124px;
}
.top-course_lesson--right img {
  max-width: 124px;
}

.top-imgSlider {
  width: 100%;
  overflow: hidden;
  padding: 140px 0 215px;
  background-color: #E2EDEF;
}
@media (max-width: 1279px) {
  .top-imgSlider {
    padding: 120px 0 180px;
  }
}
@media (max-width: 1023px) {
  .top-imgSlider {
    padding: 100px 0 120px;
  }
}
@media (max-width: 767px) {
  .top-imgSlider {
    padding: 80px 0 100px;
  }
}
.top-imgSlider .swiper-slide {
  width: 25.42vw !important;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-imgSlider .swiper-slide {
    width: 44vw !important;
  }
}
.top-imgSlider .swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
}
.top-imgSlider img {
  width: 100%;
  height: auto;
  display: block;
}

.top-teacher {
  background-color: #E2EDEF;
  padding-bottom: 146px;
}
@media (max-width: 1279px) {
  .top-teacher {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .top-teacher {
    padding-bottom: 80px;
  }
}
.top-teacher .title-main {
  margin-bottom: 54px;
}
.top-teacher_main {
  width: 95.94%;
  align-items: start !important;
  margin: 16px auto;
  background-color: #fff;
  padding: 45px 16px 35px;
  justify-content: center;
  gap: 65px;
  border-radius: 53px;
}
@media (max-width: 1279px) {
  .top-teacher_main {
    flex-direction: column;
    align-items: center !important;
  }
}
@media (max-width: 767px) {
  .top-teacher_main {
    gap: 45px;
  }
}
.top-teacher_img {
  width: 48.75%;
}
@media (max-width: 1279px) {
  .top-teacher_img {
    width: 100%;
    max-width: 600px;
  }
}
.top-teacher_text {
  width: 41.26%;
  margin-top: 35px;
}
@media (max-width: 1279px) {
  .top-teacher_text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top-teacher_text {
    margin-top: 0;
  }
}
.top-teacher_text strong {
  display: block;
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .top-teacher_text strong {
    font-size: min(1.72vw, 25px);
  }
}
@media (max-width: 1279px) {
  .top-teacher_text strong {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .top-teacher_text strong {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .top-teacher_text strong {
    font-size: 16px;
  }
}
.top-teacher_text h3 {
  font-size: 50px;
  margin-bottom: 46px;
  text-align: center;
  color: #4A4A4A;
}
@media (max-width: 767px) {
  .top-teacher_text h3 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
.top-teacher_text p {
  font-size: 25px;
  margin-bottom: 21px;
  line-height: 1.8;
}
@media (max-width: 1440px) {
  .top-teacher_text p {
    font-size: min(1.72vw, 25px);
  }
}
@media (max-width: 1279px) {
  .top-teacher_text p {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .top-teacher_text p {
    font-size: 15px;
  }
}
.top-teacher_text--block {
  font-size: 17px;
  padding: 12px 16px;
  border: 1px solid #707070;
  margin-bottom: 42px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .top-teacher_text--block {
    font-size: 13px;
  }
}
.top-teacher_slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 16px;
  margin: 60px 0 46px;
}
.top-teacher_slider .swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
  align-items: stretch !important;
}
.top-teacher_slider .swiper-slide {
  width: 344px !important;
  flex-shrink: 0;
  display: flex;
}
@media (max-width: 1023px) {
  .top-teacher_slider .swiper-slide {
    width: 47vw !important;
  }
}
@media (max-width: 767px) {
  .top-teacher_slider .swiper-slide {
    width: 46.3vw !important;
  }
}
@media screen and (max-width: 550px) {
  .top-teacher_slider .swiper-slide {
    width: 80vw !important;
  }
}

.top-beforeAfter {
  background-color: #0172E6;
  padding: 77px 0 232px;
}
@media (max-width: 767px) {
  .top-beforeAfter {
    padding: 42px 0 55px;
  }
}
.top-beforeAfter .title-main {
  color: rgba(224, 224, 224, 0.36);
  margin-bottom: 61px;
}
@media (max-width: 767px) {
  .top-beforeAfter .title-main {
    font-size: min(16vw, 80px);
  }
}
.top-beforeAfter .title-main span {
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .top-beforeAfter .title-main span {
    font-size: min(9.6vw, 48px);
    transform: translateX(-50%) translateY(20px);
  }
}
.top-beforeAfter_contents {
  width: 100%;
  gap: 80px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .top-beforeAfter_contents {
    gap: 34px;
  }
}
.top-beforeAfter_block {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}
.top-beforeAfter_block.open .top-beforeAfter_haed::after {
  content: "-";
}
.top-beforeAfter_block.open .top-beforeAfter_haed {
  border-radius: 16px 16px 0 0;
}
.top-beforeAfter_haed {
  display: none;
  width: 93.6%;
  background: #faf6ec;
  padding: 20px 13px;
  border-radius: 16px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  font-size: min(5.8666666667vw, 25px);
  font-weight: bold;
  text-align: center;
  color: #525252;
  transition: all 0.2s;
}
.top-beforeAfter_haed::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 48%;
  transform: translateY(-50%);
  font-size: 25px;
  transition: transform 0.3s;
}
.top-beforeAfter_main {
  width: min(100% - 32px, 1410px);
  margin: 0 auto;
  padding: 80px 40px;
  background-color: #faf6ec;
  border-radius: 53px;
  gap: 80px;
}
@media (max-width: 1279px) {
  .top-beforeAfter_main {
    padding: 60px 16px 23px 16px;
  }
}
@media (max-width: 767px) {
  .top-beforeAfter_main {
    width: 93.6%;
    border-radius: 0;
    padding: 20px 16px 40px;
    margin-top: -2px;
    position: relative;
  }
  .top-beforeAfter_main::before {
    content: "";
    background-image: url(../../assets/images/cmn/dot-black.svg);
    width: 96%;
    height: 4px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top-beforeAfter_main h3 {
  font-size: 50px;
  text-align: center;
  color: #525252;
  padding-bottom: 26px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .top-beforeAfter_main h3 {
    display: none;
  }
}
.top-beforeAfter_main h3::before {
  content: "";
  background-image: url(../../assets/images/cmn/dot-black.svg);
  width: 100%;
  height: 4px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-beforeAfter_main--inr {
  gap: 74px;
  align-items: start !important;
}
@media (max-width: 1279px) {
  .top-beforeAfter_main--inr {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .top-beforeAfter_main--inr {
    flex-direction: column;
  }
}
.top-beforeAfter_main--left {
  width: 37.44%;
}
@media (max-width: 1279px) {
  .top-beforeAfter_main--left {
    width: 100%;
  }
}
.top-beforeAfter_main--left p {
  font-size: 25px;
  color: #0172E6;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .top-beforeAfter_main--left p {
    font-size: min(1.64vw, 25px);
  }
}
@media (max-width: 1279px) {
  .top-beforeAfter_main--left p {
    font-size: 25px;
  }
}
@media (max-width: 1023px) {
  .top-beforeAfter_main--left p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .top-beforeAfter_main--left p {
    font-size: min(4.5333333333vw, 22px);
    text-align: center;
    margin-bottom: 18px;
  }
}
@media (max-width: 1023px) {
  .top-beforeAfter_main--left img {
    display: block;
    max-width: 60%;
    margin: 0 auto;
  }
}
.top-beforeAfter_main--right {
  width: 60.56%;
  margin-top: 16px;
}
@media (max-width: 1279px) {
  .top-beforeAfter_main--right {
    width: 100%;
  }
}
.top-beforeAfter_main--right__block {
  background-color: #fff;
  padding: 32px 12px 14px;
  border-radius: 14px;
  font-size: 17px;
  line-height: 1.8;
  position: relative;
}
@media (max-width: 1440px) {
  .top-beforeAfter_main--right__block {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .top-beforeAfter_main--right__block {
    font-size: 15px;
  }
}
.top-beforeAfter_main--right__block::before {
  content: "";
  width: 143px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 19px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: -18px;
  left: 0;
}
@media (max-width: 767px) {
  .top-beforeAfter_main--right__block::before {
    width: 104px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    top: -14px;
  }
}
.top-beforeAfter_main--right__block:nth-child(1)::before {
  content: "Before";
  background-color: #0172E6;
}
.top-beforeAfter_main--right__block:nth-child(3)::before {
  content: "After";
  background-color: #FF8901;
}
.top-beforeAfter_main--right img {
  display: block;
  max-width: 68px;
  margin: 4px auto;
}
@media (max-width: 767px) {
  .top-beforeAfter_main--right img {
    margin: 40px auto;
  }
}

@media (max-width: 767px) {
  .top-beforeAfter_block .top-beforeAfter_haed {
    display: block;
  }
  .top-beforeAfter_block .top-beforeAfter_main {
    display: none;
  }
}
.top-news {
  padding: 47px 0 128px;
}
.top-news .title-main {
  color: #E0E0E0;
  margin-bottom: 82px;
}
.top-news_inr {
  width: min(100% - 32px, 1293px);
  margin: 0 auto;
}
.top-news_contents {
  margin-bottom: 60px;
}
.top-news .card-news {
  justify-content: start;
  align-items: start !important;
  gap: 35px;
  padding: 38px 0;
  border-top: 1px solid #707070;
}
@media (max-width: 767px) {
  .top-news .card-news {
    flex-direction: column;
    gap: 9px;
  }
}
.top-news .card-news:last-child {
  border-bottom: 1px solid #707070;
}
.top-news .card-news_data {
  font-size: 17px;
  white-space: nowrap;
}
.top-news .card-news h3 {
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .top-news .card-news h3 {
    font-size: 17px;
  }
}

.top-access {
  background-color: #0172E6;
  padding: 123px 0 110px;
}
@media (max-width: 1023px) {
  .top-access {
    padding: 80px 0;
  }
}
@media (max-width: 1279px) {
  .top-access {
    padding: 34px 0 70px;
  }
}
.top-access .title-main {
  font-size: 160px;
  color: rgba(224, 224, 224, 0.36);
}
.top-access .title-main span {
  color: #fff;
  font-size: 50px;
}
.top-access_inr {
  justify-content: center;
}
@media (max-width: 1279px) {
  .top-access_inr {
    flex-direction: column;
    gap: 30px;
  }
}
.top-access_map {
  width: min(47%, 610px);
}
@media (max-width: 1279px) {
  .top-access_map {
    width: 90%;
    max-width: 710px;
  }
}
.top-access_map iframe {
  aspect-ratio: 710/649;
  margin-bottom: 14px;
}
.top-access_map p {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 767px) {
  .top-access_map p {
    font-size: min(4vw, 17px);
  }
}

.page-course {
  background-color: #DFECF2;
}
.page-course .top-course_block {
  position: static;
  margin: 0;
}
.page-course .top-course_block--head {
  display: none;
}
.page-course .top-course_block--inr {
  display: block;
  padding-top: 40px;
  background-image: none;
}
.page-course .top-course_block--inr .top-course_block--title h3 {
  display: block;
}
.page-course .top-course_block--inr1 {
  background-color: rgba(51, 98, 179, 0.8);
  background-image: none;
}
.page-course .top-course_block--inr2 {
  background-color: rgba(0, 100, 94, 0.8);
}
.page-course .top-course_block--inr3 {
  background-color: rgba(46, 144, 216, 0.8);
}

.course-main {
  gap: 100px;
  padding: 112px 0;
}
@media (max-width: 767px) {
  .course-main {
    gap: 60px;
  }
}
.course-main_blue {
  background-color: #296AB3;
}
.course-main_green {
  background-color: #32827E;
}

.course2-feature {
  padding: 16.72vw 0 74px;
  background-color: #296AB3;
}
@media (max-width: 767px) {
  .course2-feature {
    padding: 22vw 0 60px;
  }
}
.course2-feature_truant {
  background-color: #32827E;
}
.course2-feature h2 {
  font-size: 50px;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .course2-feature h2 {
    font-size: 38px;
  }
}
.course2-feature_contents {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 93.33%;
  justify-content: center;
  align-items: stretch !important;
  margin: 0 auto;
  gap: 20px;
}
@media (max-width: 1279px) {
  .course2-feature_contents {
    flex-wrap: wrap;
  }
}
@media (max-width: 1279px) {
  .course2-feature_contents--development {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .course2-feature_contents--development {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1610px) {
  .course2-feature_contents--truant {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .course2-feature_contents--truant {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.course2-feature_contents--truant .course2-feature_block1 img {
  width: 24.71% !important;
  margin: 0 auto 33px auto !important;
}
.course2-feature_contents--truant .course2-feature_block1 h3 {
  margin-bottom: 26px !important;
}
.course2-feature_contents--truant .course2-feature_block2 img {
  width: 33.26% !important;
  margin: 0 auto 33ox auto !important;
}
.course2-feature_contents--truant .course2-feature_block2 h3 {
  margin-bottom: 26px !important;
}
.course2-feature_contents--truant .course2-feature_block3 img {
  width: 38.11% !important;
  margin: 0 auto 33px auto !important;
}
.course2-feature_contents--truant .course2-feature_block3 h3 {
  margin-bottom: 26px !important;
}
.course2-feature_contents--truant .course2-feature_block4 img {
  width: 36.03% !important;
  margin: 0 auto 23px auto !important;
}
.course2-feature_contents--truant .course2-feature_block4 h3 {
  margin-bottom: 14px !important;
}
.course2-feature_block {
  flex: 1 1 calc((100% - 60px) / 4);
  min-width: 283px;
  max-width: 433px;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  padding: 35px 30px;
  border-radius: 33px;
}
.course2-feature_block img {
  display: block;
  height: auto;
}
.course2-feature_block h3 {
  font-size: clamp(18px, 1.3vw, 25px);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 14px;
}
.course2-feature_block p {
  font-size: clamp(15px, 0.89vw, 17px);
}
.course2-feature_block1 img {
  width: 44.34%;
  margin: 0 auto 20px;
}
.course2-feature_block2 img {
  width: 23.97%;
  margin: 0 auto 29.8px;
}
.course2-feature_block3 img {
  width: 36.17%;
  margin: 0 auto 36.2px;
}
.course2-feature_block3 h3 {
  margin-bottom: 25px;
}
.course2-feature_block4 img {
  width: 26.93%;
  margin: 0 auto 24px;
}

.course-truant .courseBlock-wrapper::after {
  content: "";
  background-image: url(../../assets/images/courseblock/courseblock-deco.svg) !important;
}

.pageTeacher-representative {
  margin: 30px 16px 85px;
  background-color: #fff;
}
.pageTeacher-representative_inr {
  gap: 70px;
  justify-content: center;
  margin-bottom: 46px;
}
@media (max-width: 1440px) {
  .pageTeacher-representative_inr {
    gap: 60px;
  }
}
@media (max-width: 1023px) {
  .pageTeacher-representative_inr {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .pageTeacher-representative_inr {
    gap: 46px;
  }
}
.pageTeacher-representative_img {
  width: 36.98%;
}
@media (max-width: 1440px) {
  .pageTeacher-representative_img {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .pageTeacher-representative_img {
    width: 100%;
    max-width: 60vw;
  }
}
@media (max-width: 767px) {
  .pageTeacher-representative_img {
    max-width: 70vw;
  }
}
.pageTeacher-representative_message {
  max-width: 1410px;
  margin: 0 auto;
  padding: 54px;
  background-color: #EBF7FA;
  border-radius: 33px;
  align-items: start !important;
}
@media (max-width: 767px) {
  .pageTeacher-representative_message {
    padding: 40px 16px;
  }
}
.pageTeacher-representative_message--inr {
  align-items: start !important;
  gap: 80px;
  margin-bottom: 33px;
}
@media (max-width: 1023px) {
  .pageTeacher-representative_message--inr {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .pageTeacher-representative_message--inr {
    flex-direction: column;
  }
}
.pageTeacher-representative_message h3 {
  font-size: 50px;
  color: #0172E6;
  line-height: 1;
  font-family: "senobi-gothic", sans-serif;
}
@media (max-width: 1023px) {
  .pageTeacher-representative_message h3 {
    font-size: 42px;
  }
}
.pageTeacher-representative_message p {
  font-size: 17px;
}
.pageTeacher-representative strong {
  display: block;
  text-align: center;
  font-size: 25px;
  color: #0172E6;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .pageTeacher-representative strong {
    font-size: min(4vw, 25px);
  }
}
.pageTeacher-representative .btn-main {
  margin: 0 auto;
}
.pageTeacher-representative_right {
  width: 31.2%;
}
@media (max-width: 1440px) {
  .pageTeacher-representative_right {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .pageTeacher-representative_right {
    width: 100%;
    max-width: 90vw;
  }
}
@media (max-width: 767px) {
  .pageTeacher-representative_right {
    max-width: 100%;
  }
}
.pageTeacher-representative_right strong {
  font-size: 25px;
  color: #4A4A4A;
  text-align: left;
  margin-bottom: 9px;
}
@media (max-width: 1279px) {
  .pageTeacher-representative_right strong {
    font-size: min(1.8572825024vw, 25px);
  }
}
.pageTeacher-representative_right h2 {
  font-size: 50px;
  color: #4A4A4A;
  margin-bottom: 10px;
}
@media (max-width: 1279px) {
  .pageTeacher-representative_right h2 {
    font-size: min(3.9100684262vw, 50px);
  }
}
.pageTeacher-representative_right span {
  font-size: 17px;
  color: #0172E6;
  font-weight: 600;
  margin-bottom: 23px;
}
@media (max-width: 1279px) {
  .pageTeacher-representative_right span {
    font-size: 16px;
  }
}
.pageTeacher-representative_textTop {
  font-size: 17px;
  font-weight: 600;
  color: #FFB700;
  margin-bottom: 23px;
}
@media (max-width: 1279px) {
  .pageTeacher-representative_textTop {
    font-size: 16px;
  }
}
.pageTeacher-representative_textBttom {
  font-size: 17px;
}
@media (max-width: 1279px) {
  .pageTeacher-representative_textBttom {
    font-size: 16px;
  }
}

.pageTeacher-article {
  padding: 70px 0 52px;
  background-color: #0172E6;
}
.pageTeacher-article_inr {
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
  position: relative;
}
.pageTeacher-article_wrapper {
  padding: 0 16px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .pageTeacher-article_wrapper {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
}
.pageTeacher-article_wrapper--head {
  font-size: 25px;
  font-weight: 600;
  color: #FFB700;
  margin-bottom: 38px;
}
@media (max-width: 1440px) {
  .pageTeacher-article_wrapper--head {
    font-size: clamp(15px, 1.74vw, 35px);
  }
}
@media (max-width: 767px) {
  .pageTeacher-article_wrapper--head {
    font-size: min(4vw, 20px);
    margin-bottom: 24px;
  }
}
.pageTeacher-article_wrapper h2 {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.8;
  font-size: 50px;
  color: #fff;
  margin-bottom: 43px;
}
@media (max-width: 1440px) {
  .pageTeacher-article_wrapper h2 {
    font-size: clamp(25px, 3.47vw, 50px);
  }
}
@media (max-width: 767px) {
  .pageTeacher-article_wrapper h2 {
    font-size: min(4.5333333333vw, 25px);
    margin-bottom: 32px;
  }
}
.pageTeacher-article_wrapper h2 span {
  background-color: #FFB700;
}
.pageTeacher-article_img {
  display: block;
  width: 62.5vw;
  margin-left: auto;
  border-radius: 13px;
}
@media (max-width: 767px) {
  .pageTeacher-article_img {
    width: 96vw;
    margin-bottom: 36px;
  }
}

.pageTeacher-main {
  padding: 140px 0 100px;
}
@media (max-width: 1023px) {
  .pageTeacher-main {
    padding: 120px 0 80px;
  }
}
@media (max-width: 767px) {
  .pageTeacher-main {
    padding: 100px 0 64px;
  }
}
.pageTeacher-main_list {
  width: min(100% - 32px, 1410px);
  margin: 0 auto;
  gap: 155px;
}
@media (max-width: 767px) {
  .pageTeacher-main_list {
    gap: 80px;
  }
}
.pageTeacher-main_block--inr {
  gap: 85px;
  margin-bottom: 44px;
}
@media (max-width: 1023px) {
  .pageTeacher-main_block--inr {
    flex-direction: column;
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .pageTeacher-main_block--inr {
    gap: 16px;
    margin-bottom: 36px;
  }
}
.pageTeacher-main_img {
  width: 50.35%;
}
@media (max-width: 1023px) {
  .pageTeacher-main_img {
    width: 100%;
    max-width: 60vw;
  }
}
@media (max-width: 767px) {
  .pageTeacher-main_img {
    max-width: 100%;
  }
}
.pageTeacher-main_text {
  width: 41.49%;
}
@media (max-width: 1023px) {
  .pageTeacher-main_text {
    width: 100%;
  }
}
.pageTeacher-main_text h2 {
  font-size: 50px;
  line-height: 1.4;
  color: #4A4A4A;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .pageTeacher-main_text h2 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.pageTeacher-main_text h2 span {
  display: block;
  font-size: 17px;
  color: #0172E6;
}
@media (max-width: 767px) {
  .pageTeacher-main_text h2 span {
    font-size: 14px;
  }
}
.pageTeacher-main_text strong {
  display: block;
  font-size: 17px;
  color: #FFB700;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .pageTeacher-main_text strong {
    margin-bottom: 18px;
  }
}
.pageTeacher-main_message {
  padding: 62px 52px 62px 77px;
  background-color: #EBF7FA;
  border-radius: 33px;
  gap: 80px;
  align-items: start !important;
}
@media (max-width: 1023px) {
  .pageTeacher-main_message {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .pageTeacher-main_message {
    flex-direction: column;
    padding: 40px 16px;
    gap: 8px;
  }
}
.pageTeacher-main_message h3 {
  font-size: 50px;
  color: #0172E6;
  font-family: "senobi-gothic", sans-serif;
}
@media (max-width: 767px) {
  .pageTeacher-main_message h3 {
    font-size: 32px;
  }
}
.pageTeacher-main_message p {
  font-size: 17px;
}
.pageTeacher-main_ohoga {
  text-align: center;
  margin: 0 auto;
}
.pageTeacher-main_ohoga strong {
  display: block;
  font-size: 25px;
  color: #0172E6;
  margin-bottom: 21px;
}
.pageTeacher-main_ohoga--img {
  max-width: 601px;
  margin-bottom: 33px;
}
.pageTeacher-main_ohoga .btn-main {
  margin: 0 auto;
}

.voice-beforeafter_inr {
  padding: 100px 0;
  gap: 70px;
}
@media (max-width: 767px) {
  .voice-beforeafter_inr {
    padding: 80px 0;
    gap: 40px;
  }
}
.voice-beforeafter_inr1 {
  background-color: #296AB3;
}
.voice-beforeafter_inr2 {
  background-color: #2E7D79;
}
.voice-beforeafter_inr h2 {
  font-size: 50px;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .voice-beforeafter_inr h2 {
    font-size: min(10.6666666667vw, 46px);
  }
}
.voice-beforeafter_inr .top-beforeAfter_main {
  display: block !important;
  border-radius: 53px;
}
@media (max-width: 767px) {
  .voice-beforeafter_inr .top-beforeAfter_main {
    padding: 60px 16px 40px;
    border-radius: 16px;
  }
}
.voice-beforeafter_inr .top-beforeAfter_main::before {
  content: none;
}
.voice-beforeafter_inr .top-beforeAfter_main h3 {
  display: block !important;
  font-size: min(8.5333333333vw, 50px);
}

.voice-main {
  padding: 80px 0 120px;
}
.voice-main .title-main {
  color: #E2EDEF;
  margin-bottom: 54px;
}
.voice-main_head {
  text-align: center;
  margin-bottom: 86px;
}
@media (max-width: 767px) {
  .voice-main_head {
    margin-bottom: 60px;
  }
}
.voice-main_head strong {
  display: block;
  font-size: 35px;
  font-weight: 600;
  color: #FFB800;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .voice-main_head strong {
    font-size: min(6.6666666667vw, 32px);
    margin-bottom: 18px;
  }
}
.voice-main_head p {
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .voice-main_head p {
    font-size: min(5.0666666667vw, 30px);
  }
}
.voice-main_contents {
  width: min(100% - 32px, 1410px);
  margin: 0 auto;
  gap: 62px;
}
.voice-main_block {
  gap: 40px;
  align-items: end !important;
  position: relative;
}
@media (max-width: 1023px) {
  .voice-main_block:nth-child(odd) .voice-main_block--illust {
    bottom: -30px;
    right: 0;
  }
}
.voice-main_block:nth-child(odd) .voice-main_block--text::before {
  right: -25px;
}
@media (max-width: 1023px) {
  .voice-main_block:nth-child(even) .voice-main_block--illust {
    bottom: -40px;
    left: 0;
  }
}
.voice-main_block:nth-child(even) .voice-main_block--text::before {
  left: -25px;
}
@media (max-width: 1023px) {
  .voice-main_block:nth-child(even) .voice-main_block--text strong {
    display: block;
    text-align: right;
    margin-left: auto;
  }
}
.voice-main_block--text {
  width: 79%;
  padding: 46px 59px 46px 46px;
  background-color: #EBF7FA;
  border-radius: 33px;
  position: relative;
}
@media (max-width: 1023px) {
  .voice-main_block--text {
    width: 100%;
    padding: 42px 16px 46px 16px;
  }
}
.voice-main_block--text::before {
  content: "";
  background-image: url(../../assets/images/voice/voice-deco.svg);
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .voice-main_block--text::before {
    content: none;
  }
}
.voice-main_block--text h3 {
  font-size: 25px;
  color: #0172E6;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .voice-main_block--text h3 {
    font-size: min(4.2666666667vw, 22px);
    margin-bottom: 26px;
  }
}
.voice-main_block--text p {
  font-size: 17px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .voice-main_block--text p {
    font-size: min(3.7333333333vw, 16px);
  }
}
.voice-main_block--text strong {
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .voice-main_block--text strong {
    font-size: min(3.7333333333vw, 16px);
  }
}
.voice-main_block--illust {
  width: 22.7%;
  max-width: 320px;
  height: auto;
}
@media (max-width: 1023px) {
  .voice-main_block--illust {
    width: 150px;
    position: absolute;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .voice-main_block--illust {
    width: min(34vw, 150px);
  }
}

.access-main {
  padding: 75px 16px 115px;
  background-color: #EAF7F7;
  margin-bottom: 66px;
}
.access-main_inr {
  width: min(100% - 32px, 1410px);
  margin: 0 auto;
}
.access-main h2 {
  font-size: 50px;
  color: #525252;
  text-align: center;
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .access-main h2 {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
.access-main iframe {
  width: 100%;
  max-width: 1410px;
  aspect-ratio: 141/65;
  margin: 0 auto 26px auto;
}
@media (max-width: 767px) {
  .access-main iframe {
    aspect-ratio: 767/600;
  }
}
.access-main p {
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .access-main p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .access-main p {
    font-size: 18px;
  }
}

.access-sliderTop,
.access-sliderBottom {
  width: 100%;
  overflow: hidden;
}
.access-sliderTop .swiper-slide,
.access-sliderBottom .swiper-slide {
  width: 40vw !important;
  aspect-ratio: 768/455;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .access-sliderTop .swiper-slide,
  .access-sliderBottom .swiper-slide {
    width: 44vw !important;
  }
}
.access-sliderTop .swiper-wrapper,
.access-sliderBottom .swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
}
.access-sliderTop img,
.access-sliderBottom img {
  width: 100%;
  height: auto;
  display: block;
}

.access-company {
  padding: 108px 16px;
  max-width: 1410px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .access-company {
    padding: 80px 16px;
  }
}
.access-company h2 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .access-company h2 {
    font-size: 36px;
    margin-bottom: 56px;
  }
}
.access-company_inr dl {
  display: flex;
  gap: 120px;
  padding: 44px 0 40px;
  font-size: 25px;
  border-bottom: 1px solid #707070;
}
@media (max-width: 1279px) {
  .access-company_inr dl {
    gap: 80px;
  }
}
@media (max-width: 1023px) {
  .access-company_inr dl {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .access-company_inr dl {
    flex-direction: column;
    font-size: 22px;
    gap: 22px;
    padding: 30px 0;
  }
}
.access-company_inr dl:first-child {
  border-top: 1px solid #707070;
}
.access-company_inr dt {
  font-weight: 600;
  min-width: 140px;
}
@media (max-width: 767px) {
  .access-company_inr dt {
    min-width: 80px;
  }
}

.contact-main {
  padding: 102px 0;
  background-color: #faf6ec;
}
@media (max-width: 767px) {
  .contact-main {
    padding: 80px 0;
  }
}
.contact-main h2 {
  font-size: 50px;
  color: #525252;
  gap: 12px;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .contact-main h2 {
    margin-bottom: 70px;
    flex-direction: column;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .contact-main h2 {
    font-size: min(6.1333333333vw, 38px);
  }
}
.contact-main h2 img {
  max-width: 94px;
}
@media (max-width: 1023px) {
  .contact-main h2 img {
    max-width: 75px;
  }
}
@media (max-width: 767px) {
  .contact-main h2 img {
    max-width: min(14.93vw, 68px);
  }
}
.contact-main_wrapper {
  max-width: 1410px;
  margin: 0 auto 50px auto;
  padding: 50px 120px 42px;
  border-radius: 30px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1279px) {
  .contact-main_wrapper {
    padding: 50px 80px 42px;
  }
}
@media (max-width: 1023px) {
  .contact-main_wrapper {
    padding: 50px 16px 42px;
    margin: 0 16px 30px;
  }
}
.contact-main_wrapper h3 {
  font-size: 35px;
  color: #525252;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .contact-main_wrapper h3 {
    font-size: min(5.3333333333vw, 32px);
  }
}
.contact-main_wrapper--inr {
  width: 100%;
  justify-content: center;
  padding: 42px 0;
  border-radius: 20px;
  background-color: #F4FBFF;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .contact-main_wrapper--inr {
    padding: 30px 20px;
  }
}
.contact-main_wrapper ul {
  align-items: start !important;
  gap: 8px;
}
.contact-main_wrapper ul li {
  font-size: 25px;
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  color: #525252;
}
@media (max-width: 1023px) {
  .contact-main_wrapper ul li {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .contact-main_wrapper ul li {
    font-size: 15px;
  }
}
.contact-main_wrapper ul li::before {
  content: "";
  width: 25px;
  aspect-ratio: 1/1;
  background-color: #FFB700;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
@media (max-width: 767px) {
  .contact-main_wrapper ul li::before {
    width: 18px;
    top: 4px;
  }
}
.contact-main_wrapper p {
  font-size: 25px;
  font-weight: 600;
  color: #FF8901;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 1440px) {
  .contact-main_wrapper p {
    font-size: 22px;
  }
}
@media (max-width: 1279px) {
  .contact-main_wrapper p {
    font-size: 18px;
    padding: 0 40px;
  }
}
@media (max-width: 1023px) {
  .contact-main_wrapper p {
    text-align: left;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .contact-main_wrapper p {
    font-size: 16px;
  }
}
.contact-main_illust {
  position: absolute;
  height: auto;
}
.contact-main_illust01 {
  width: min(8.72vw, 123px);
  bottom: 10px;
  left: 10px;
}
@media (max-width: 1023px) {
  .contact-main_illust01 {
    bottom: auto;
    top: min(-12vw, -40px);
    width: min(12vw, 71px);
    left: -6px;
  }
}
.contact-main_illust02 {
  width: min(13.48vw, 190px);
  bottom: 10px;
  right: 0;
}
@media (max-width: 1023px) {
  .contact-main_illust02 {
    width: min(20vw, 118px);
    bottom: auto;
    top: min(-12vw, -40px);
    right: -6px;
  }
}
.contact-main_btn {
  display: block;
  width: 56.51vw;
  max-width: 1085px;
  margin: 0 auto 80px auto;
}
@media (max-width: 767px) {
  .contact-main_btn {
    margin: 0 auto 60px auto;
  }
}
@media (max-width: 1023px) {
  .contact-main_btn {
    width: 70vw;
  }
}
@media (max-width: 767px) {
  .contact-main_btn {
    width: 90vw;
  }
}
.contact-main_flow {
  display: block;
  width: 67.76vw;
  max-width: 1301px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .contact-main_flow {
    width: 90vw;
  }
}

.info-single {
  width: min(100% - 32px, 1410px);
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .info-single {
    padding: 80px 0;
  }
}
.info-single h2 {
  font-size: 34px;
  margin: 0 0 20px 0;
  color: #525252;
}
@media (max-width: 767px) {
  .info-single h2 {
    font-size: 28px;
  }
}
.info-single_wrapper {
  gap: 20px;
  margin-bottom: 52px;
}
.info-single_data {
  font-size: 24px;
  color: #0172E6;
  font-weight: 600;
}
@media (max-width: 767px) {
  .info-single_data {
    font-size: 22px;
  }
}
.info-single_category {
  font-size: 14px;
  padding: 4px 16px;
  border-radius: 10px;
  background-color: #0172E6;
  color: #fff;
  font-weight: 600;
}
.info-single_main {
  font-size: 18px;
}
.info-single_main p {
  margin-bottom: 42px;
}
.info-single_main .btn-faq {
  margin: 80px auto 0 auto;
}

.info-archive {
  width: min(100% - 32px, 1410px);
  margin: 0 auto;
  padding: 120px 0 0;
  gap: 40px;
}
@media (max-width: 767px) {
  .info-archive {
    padding: 80px 0 0;
  }
}
.info-archive .info-archive_card {
  width: 100%;
  gap: 60px;
  align-items: start !important;
  padding-bottom: 40px;
  border-bottom: 1px solid #525252;
}
@media (max-width: 767px) {
  .info-archive .info-archive_card {
    flex-direction: column;
    gap: 26px;
    padding-bottom: 26px;
  }
}
.info-archive .info-archive_card--inr {
  min-width: 280px;
  gap: 40px;
}
.info-archive .info-archive_card--data {
  font-size: 18px;
  font-weight: 600;
}
.info-archive .info-archive_card--category {
  font-size: 14px;
  padding: 4px 16px;
  border-radius: 10px;
  background-color: #0172E6;
  color: #fff;
  font-weight: 600;
}
.info-archive .info-archive_card h2 {
  font-size: 20px;
}

.fee .contact-main_btn {
  margin: 0 auto !important;
}
.fee-main {
  padding: 128px 0;
  background-color: #DFECF2;
}
@media (max-width: 767px) {
  .fee-main {
    padding: 80px 0;
  }
}
.fee-main_inr {
  border-radius: 33px;
  background-color: #fff;
  padding: 61px;
}
@media (max-width: 1023px) {
  .fee-main_inr {
    padding: 40px 16px;
  }
}
.fee-main_inr h2 {
  font-size: 45px;
  color: #fff;
  background-color: #1957DD;
  border-radius: 21px;
  padding: 26px 0;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .fee-main_inr h2 {
    font-size: 28px;
    padding: 12px 0;
    margin-bottom: 30px;
  }
}
.fee-head {
  display: block;
  color: #4A4A4A;
  font-weight: 600;
  gap: 48px;
  justify-content: center;
  padding-bottom: 62px;
  margin-bottom: 42px;
  position: relative;
}
@media (max-width: 1023px) {
  .fee-head {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .fee-head {
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.fee-head::before {
  content: "";
  background-image: url(../../assets/images/cmn/dot-black.svg);
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: repeat-x;
}
.fee-head_time {
  width: 470px;
  padding: 10px 0;
  background-color: #FDEF52;
  border-radius: 34px;
  text-align: center;
  font-size: 35px;
}
@media (max-width: 1279px) {
  .fee-head_time {
    width: 420px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .fee-head_time {
    width: 100%;
    font-size: 22px;
  }
}
.fee-head_cost {
  font-size: 70px;
}
@media (max-width: 1279px) {
  .fee-head_cost {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .fee-head_cost {
    font-size: 32px;
  }
}
.fee-head_cost span {
  font-size: 35px;
}
@media (max-width: 1279px) {
  .fee-head_cost span {
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  .fee-head_cost span {
    font-size: 22px;
  }
}
.fee-month h3 {
  font-size: 35px;
  font-weight: 600;
  background-color: #FDEF52;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  border-radius: 34px;
  color: #4A4A4A;
  margin-bottom: 51px;
}
@media (max-width: 1279px) {
  .fee-month h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .fee-month h3 {
    width: 100%;
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.fee-month table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 35px;
}
.fee-month table tr {
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .fee-month table tr {
    font-size: min(2.2164276402vw, 25px);
  }
}
@media (max-width: 767px) {
  .fee-month table tr {
    font-size: 20px;
  }
}
.fee-month table tr td {
  text-align: center;
  border: 1px solid #B7B5AF;
  padding: 42px;
  vertical-align: middle;
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .fee-month table tr td {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .fee-month table tr td {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
}
.fee-month table tr .left {
  background-color: #faf6ec;
}
.fee-month_wrapper strong {
  font-size: 35px;
  color: #0172E6;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .fee-month_wrapper strong {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .fee-month_wrapper strong {
    font-size: 20px;
  }
}
.fee-month_wrapper p {
  font-size: 24px;
  color: #4A4A4A;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .fee-month_wrapper p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .fee-month_wrapper p {
    font-size: 18px;
  }
}
.fee-month_wrapper p:first-child {
  margin-bottom: 16px;
}
.fee-month_wrapper ul {
  font-size: 25px;
  margin-bottom: 18px;
}
@media (max-width: 1023px) {
  .fee-month_wrapper ul {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .fee-month_wrapper ul {
    font-size: 18px;
  }
}

.about-nav {
  background-color: #0172E6;
  padding: 30px 0 105px;
}
.about-nav_inr {
  width: min(100% - 32px, 1360px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1023px) {
  .about-nav_inr {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .about-nav_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.about-nav .title-main {
  font-size: clamp(56px, 11.51vw, 221px);
  color: rgba(224, 224, 224, 0.2);
  margin-bottom: 60px;
}
.about-nav .title-main span {
  color: #fff;
  white-space: nowrap;
}

.about-title {
  margin: 53px 0 72px;
  color: #E2EDEF !important;
}

.about-section01 {
  border-radius: 53px;
  background-color: #faf6ec;
  padding: 80px 0 62px;
  margin: 0 auto 160px !important;
  margin-bottom: 160px;
}
@media (max-width: 1023px) {
  .about-section01 {
    margin: 0 auto 120px !important;
  }
}
@media (max-width: 767px) {
  .about-section01 {
    margin: 0 auto 80px !important;
    padding: 60px 0;
  }
}
.about-section01 h3 {
  font-size: 50px;
  color: #535353;
  border-radius: 43px;
  background-color: #FDEF52;
  text-align: center;
  padding: 9px 0;
  margin-bottom: 82px;
}
@media (max-width: 1023px) {
  .about-section01 h3 {
    font-size: min(4.6936114733vw, 42px);
    padding: 6px 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about-section01 h3 {
    font-size: min(5.8666666667vw, 30px);
    margin-bottom: 26px;
  }
}
.about-section01 p {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 2.4;
}
@media (max-width: 1279px) {
  .about-section01 p {
    font-size: min(1.9550342131vw, 25px);
  }
}
@media (max-width: 1023px) {
  .about-section01 p {
    font-size: min(1.9556714472vw, 23px);
  }
}
@media (max-width: 767px) {
  .about-section01 p {
    font-size: min(3.7333333333vw, 17px);
  }
}

.about-section02 {
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .about-section02 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .about-section02 {
    margin-bottom: 60px;
  }
}
.about-section02 h3 {
  font-size: 50px;
  color: #0172E6;
  margin-bottom: 52px;
}
@media (max-width: 1440px) {
  .about-section02 h3 {
    font-size: 46px;
  }
}
@media (max-width: 1279px) {
  .about-section02 h3 {
    font-size: min(3.7145650049vw, 50px);
  }
}
@media (max-width: 1023px) {
  .about-section02 h3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about-section02 h3 {
    font-size: min(6.4vw, 34px);
    margin-bottom: 30px;
  }
}
.about-section02_wrapper {
  gap: 35px;
  align-items: start !important;
}
@media (max-width: 1023px) {
  .about-section02_wrapper {
    flex-direction: column-reverse;
    align-items: center !important;
  }
}
.about-section02_wrapper p {
  width: 50.35%;
  font-size: 25px;
  line-height: 1.6;
}
@media (max-width: 1279px) {
  .about-section02_wrapper p {
    font-size: 23px;
  }
}
@media (max-width: 1023px) {
  .about-section02_wrapper p {
    width: 100%;
    font-size: min(2.3468057366vw, 20px);
  }
}
@media (max-width: 767px) {
  .about-section02_wrapper p {
    font-size: 16px;
  }
}
.about-section02_wrapper p span {
  color: #FF0000;
  font-weight: 600;
}
.about-section02_wrapper img {
  width: 47.16%;
  height: auto;
  border-radius: 25px;
}
@media (max-width: 1023px) {
  .about-section02_wrapper img {
    width: 100%;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .about-section02_wrapper img {
    max-width: 400px;
  }
}

.about-point01 {
  margin-bottom: 205px;
}
@media (max-width: 1023px) {
  .about-point01 {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .about-point01 {
    margin-bottom: 80px;
  }
}
.about-point04 {
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .about-point04 {
    margin-bottom: 60px;
  }
}
.about-point_title {
  display: block;
  max-width: 562px;
  margin: 0 auto 26px;
}
@media (max-width: 1023px) {
  .about-point_title {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .about-point_title {
    max-width: 240px;
    margin: 0 auto 12px;
  }
}
.about-point_wrapper {
  background-color: #EAF7F7;
  border-radius: 53px;
  padding: 84px 0;
}
@media (max-width: 767px) {
  .about-point_wrapper {
    padding: 60px 0;
  }
}
.about-point_wrapper h2 {
  font-size: 50px;
  color: #0172E6;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 1023px) {
  .about-point_wrapper h2 {
    font-size: min(4.1720990874vw, 40px);
  }
}
@media (max-width: 767px) {
  .about-point_wrapper h2 {
    margin-bottom: 30px;
    font-size: min(6.6666666667vw, 32px);
  }
}
.about-point_wrapper h2::before {
  content: "";
  background-image: url(../../assets/images/cmn/dot-blue.svg);
  width: 100%;
  height: 4px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-point .plus {
  margin-bottom: 37px;
  position: relative;
}
@media (max-width: 767px) {
  .about-point .plus {
    margin-bottom: 26px;
  }
}
.about-point .plus::before {
  content: "";
  background-image: url(../../assets/images/about/plus.svg);
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .about-point .plus::before {
    width: 70px;
    background-size: 100% 100%;
    bottom: -48px;
  }
}
.about-point_block {
  padding: 93px 0 60px;
  background-color: #fff;
  border-radius: 33px;
}
@media (max-width: 1023px) {
  .about-point_block {
    padding: 60px 0;
  }
}
.about-point_block--inr {
  align-items: start !important;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1023px) {
  .about-point_block--inr {
    flex-direction: column-reverse;
    align-items: center !important;
  }
}
.about-point_block--text {
  width: 49.8%;
  font-size: 25px;
}
@media (max-width: 1023px) {
  .about-point_block--text {
    width: 100%;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .about-point_block--text {
    font-size: min(4.2666666667vw, 18px);
  }
}
.about-point_block--text span {
  display: inline;
  color: #FF0000;
  font-weight: 600;
}
.about-point_block--text2 {
  width: 100%;
  margin-bottom: 50px;
}
.about-point_block--text3 {
  width: 69.99%;
  line-height: 2;
}
@media (max-width: 767px) {
  .about-point_block--text3 {
    width: 100%;
  }
}
.about-point_block--img {
  width: 43.55%;
  height: auto;
}
@media (max-width: 1023px) {
  .about-point_block--img {
    width: 100%;
    max-width: 500px;
  }
}
.about-point_block--img2 {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .about-point_block--img2 {
    max-width: 300px;
    margin: 0 auto;
  }
}
.about-point_block--img3 {
  border-radius: 25px;
}

.about-section02 {
  margin-bottom: 144px;
}
@media (max-width: 1023px) {
  .about-section02 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .about-section02 {
    margin-bottom: 80px;
  }
}

.about-point03 .about-point_wrapper h2 {
  font-size: 44px;
}
@media (max-width: 767px) {
  .about-point03 .about-point_wrapper h2 {
    font-size: min(6.6666666667vw, 32px);
  }
}
.about-point03_wrapper {
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .about-point03_wrapper {
    flex-direction: column;
  }
}
.about-point03_wrapper img {
  width: 22.96%;
}
@media (max-width: 767px) {
  .about-point03_wrapper img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}
.about-point03_block {
  background-color: #FDEF52;
  padding: 30px 33px 51px;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .about-point03_block {
    padding: 70px 16px 40px;
  }
}
.about-point03_block h3 {
  font-size: 35px;
  color: #535353;
  margin-bottom: 30px;
  justify-content: center;
  align-items: end !important;
  gap: 8px;
}
@media (max-width: 1440px) {
  .about-point03_block h3 {
    font-size: 33px;
  }
}
@media (max-width: 1279px) {
  .about-point03_block h3 {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .about-point03_block h3 {
    font-size: min(3.3898305085vw, 32px);
  }
}
@media (max-width: 767px) {
  .about-point03_block h3 {
    align-items: center !important;
    font-size: min(5.0666666667vw, 30px);
  }
}
.about-point03_block h3 img {
  max-width: 38px;
  height: auto;
}
@media (max-width: 1023px) {
  .about-point03_block h3 img {
    max-width: 32px;
  }
}
@media (max-width: 767px) {
  .about-point03_block h3 img {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.about-point03_block--inr {
  background-color: #fff;
  padding: 26px 16px;
  border-radius: 20px;
}
.about-point03_block--inr ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 25px;
  color: #535353;
  font-weight: 600;
  gap: 1rem;
  align-items: start !important;
}
@media (max-width: 1023px) {
  .about-point03_block--inr ul {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .about-point03_block--inr ul {
    font-size: min(4.2666666667vw, 18px);
  }
}
.about-point03_block--inr ul li {
  position: relative;
  padding-left: 29px;
}
@media (max-width: 767px) {
  .about-point03_block--inr ul li {
    padding-left: 22px;
  }
}
.about-point03_block--inr ul li::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #FFB700;
  position: absolute;
  top: 8px;
  left: 0;
}
@media (max-width: 1023px) {
  .about-point03_block--inr ul li::before {
    top: 6px;
  }
}
@media (max-width: 767px) {
  .about-point03_block--inr ul li::before {
    width: 18px;
    height: 18px;
    top: 4px;
  }
}

.about-btn {
  padding: 0 16px;
  margin-bottom: 120px;
}
@media (max-width: 1023px) {
  .about-btn {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .about-btn {
    margin-bottom: 80px;
  }
}

.about-message {
  padding: 132px 0 220px;
  background-color: #DFECF2;
}
@media (max-width: 1023px) {
  .about-message {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .about-message {
    padding: 60px 0;
  }
}
.about-message .title-main {
  white-space: nowrap;
  margin-bottom: 150px;
}
@media (max-width: 1023px) {
  .about-message .title-main {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .about-message .title-main {
    margin-bottom: 60px;
  }
}
.about-message_head {
  font-size: 35px;
  font-weight: 600;
  color: #0172E6;
  margin-bottom: 64px;
}
@media (max-width: 1279px) {
  .about-message_head {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .about-message_head {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .about-message_head {
    font-size: min(4.8vw, 28px);
    margin-bottom: 30px;
  }
}
.about-message_wrapper {
  gap: 30px;
  justify-content: space-between;
  align-items: start !important;
}
@media (max-width: 1023px) {
  .about-message_wrapper {
    flex-direction: column-reverse;
  }
}
.about-message_text {
  width: 47.33%;
  font-size: 17px;
  line-height: 2;
}
@media (max-width: 1023px) {
  .about-message_text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-message_text {
    font-size: 16px;
  }
}
.about-message_text--inr {
  text-align: right;
}
.about-message_text--inr span {
  font-size: 25px;
}
@media (max-width: 767px) {
  .about-message_text--inr span {
    font-size: 22px;
  }
}
.about-message_right {
  width: 47.33%;
}
@media (max-width: 1023px) {
  .about-message_right {
    width: 100%;
  }
}
.about-message_right img {
  border-radius: 13px;
  margin-bottom: 40px;
}
.about-message_right p {
  font-size: 17px;
  padding: 12px 16px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .about-message_right p {
    font-size: 16px;
  }
}

.about-doctor {
  padding: 140px 0 112px;
}
.about-doctor .title-main {
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .about-doctor .title-main {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .about-doctor .title-main {
    margin-bottom: 60px;
  }
}
.about-doctor_titleTop {
  font-size: 35px;
  text-align: center;
  color: #0172E6;
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .about-doctor_titleTop {
    font-size: min(6.4vw, 32px);
    margin-bottom: 30px;
  }
}
.about-doctor_textTop {
  max-width: 1092px;
  margin: 0 auto 53px;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .about-doctor_textTop {
    margin: 0 auto 30px;
    font-size: 16px;
  }
}
.about-doctor_wrapper {
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 143px;
}
@media (max-width: 1023px) {
  .about-doctor_wrapper {
    flex-direction: column;
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .about-doctor_wrapper {
    margin-bottom: 80px;
  }
}
.about-doctor_left {
  width: 53.19%;
  border-radius: 25px;
}
@media (max-width: 1023px) {
  .about-doctor_left {
    width: 100%;
    max-width: 750px;
  }
}
.about-doctor_right {
  width: 42.62%;
}
@media (max-width: 1023px) {
  .about-doctor_right {
    width: 100%;
  }
}
.about-doctor_right img {
  margin-bottom: 36px;
}
@media (max-width: 1023px) {
  .about-doctor_right img {
    display: block;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .about-doctor_right img {
    margin-bottom: 20px;
  }
}
.about-doctor_right strong {
  display: block;
  font-size: 25px;
  margin-bottom: 52px;
}
@media (max-width: 1279px) {
  .about-doctor_right strong {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .about-doctor_right strong {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.about-doctor_right p {
  display: block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .about-doctor_right p {
    font-size: 16px;
  }
}
.about-doctor_right--block {
  font-size: 17px;
  line-height: 1.8;
  padding: 13px 17px;
  background-color: #faf6ec;
}
@media (max-width: 767px) {
  .about-doctor_right--block {
    font-size: 16px;
  }
}
.about-doctor_support {
  background-color: #EAF7F7;
  border-radius: 33px;
  padding: 88px 0 94px;
}
.about-doctor_support h3 {
  font-size: 50px;
  text-align: center;
  color: #0172E6;
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  .about-doctor_support h3 {
    font-size: 42px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about-doctor_support h3 {
    font-size: min(6.6666666667vw, 32px);
    margin-bottom: 40px;
  }
}
.about-doctor_support--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media (max-width: 1279px) {
  .about-doctor_support--wrapper {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .about-doctor_support--wrapper {
    display: flex;
    flex-direction: column;
  }
}
.about-doctor_support--block {
  border-radius: 33px;
  background-color: #fff;
  padding: 42px 52px;
}
@media (max-width: 1279px) {
  .about-doctor_support--block {
    padding: 30px 16px;
  }
}
.about-doctor_support--block img {
  border-radius: 25px;
  height: auto;
  margin-bottom: 19px;
}
.about-doctor_support--block h4 {
  font-size: clamp(20px, 1.82vw, 35px);
  color: #0172E6;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .about-doctor_support--block h4 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.about-doctor_support--block p {
  font-size: 17px;
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 767px) {
  .about-doctor_support--block p {
    font-size: 16px;
  }
}

.mv-top {
  width: 100%;
  height: auto;
  aspect-ratio: 384/277;
  background: linear-gradient(#0071e6 0%, rgba(2, 164, 255, 0.97) 65.52%, #fff 100%);
  position: relative;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .mv-top {
    min-height: min(84vw, 1000px);
  }
}
@media (max-width: 1023px) {
  .mv-top {
    min-height: min(84vw, 800px);
  }
}
@media (max-width: 767px) {
  .mv-top {
    min-height: min(120vw, 900px);
  }
}
.mv-top::before {
  content: "";
  background-image: url(../../assets/images/mv/mv-allow.png);
  background-size: 100% 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 160/129;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, 58%);
  opacity: 1;
  z-index: -1;
  animation: moveUp 1s ease-out forwards;
  animation-delay: 0.5s;
}
@media (max-width: 767px) {
  .mv-top::before {
    background-image: url(../../assets/images/mv/mv-allow-sp.png);
    aspect-ratio: 437/776;
  }
}
@keyframes moveUp {
  0% {
    transform: translate(-50%, 58%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}
.mv-top::after {
  content: "";
  width: 106.82vw;
  overflow-x: hidden;
  height: auto;
  aspect-ratio: 2051/585;
  background-color: #fff;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 70%;
}
@media (max-width: 1279px) {
  .mv-top::after {
    aspect-ratio: 807/289;
  }
}
@media (max-width: 767px) {
  .mv-top::after {
    width: 120vw;
    aspect-ratio: 1/1;
    border-radius: 50%;
    bottom: -61%;
  }
}
.mv-top h1 {
  font-size: 80px;
  text-align: center;
  color: #fff;
  font-family: "senobi-gothic", sans-serif;
  line-height: 1.2;
  padding-top: 13.02%;
  margin-bottom: 42px;
  text-shadow: 0 3px 6px #003177;
}
@media (max-width: 1440px) {
  .mv-top h1 {
    font-size: clamp(50px, 4.17vw, 80px);
  }
}
@media screen and (max-width: 1670px) {
  .mv-top h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1279px) {
  .mv-top h1 {
    font-size: clamp(38px, 4.95vw, 60px);
  }
}
@media (max-width: 767px) {
  .mv-top h1 {
    font-size: 9.22vw;
    letter-spacing: -0.15em;
    margin-bottom: 21px;
  }
}
.mv-top h1 span {
  font-size: clamp(30px, 1.56vw, 50px);
}
@media (max-width: 1279px) {
  .mv-top h1 span {
    font-size: clamp(30px, 2.34vw, 28px);
  }
}
@media (max-width: 767px) {
  .mv-top h1 span {
    font-size: 9.22vw;
  }
}
.mv-top p {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-family: "senobi-gothic", sans-serif;
}
@media (max-width: 1440px) {
  .mv-top p {
    font-size: clamp(26px, 2.03vw, 30px);
  }
}
@media (max-width: 1279px) {
  .mv-top p {
    font-size: clamp(20px, 1.56vw, 26px);
  }
}
@media (max-width: 767px) {
  .mv-top p {
    font-size: min(4vw, 24px);
  }
}
.mv-top_illust {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 95.89%;
  aspect-ratio: 480/127;
  z-index: 2;
}
@media screen and (max-width: 1850px) {
  .mv-top_illust {
    bottom: 16%;
  }
}
@media screen and (max-width: 1670px) {
  .mv-top_illust {
    bottom: 16%;
  }
}
@media (max-width: 1279px) {
  .mv-top_illust {
    bottom: 24%;
  }
}
@media (max-width: 767px) {
  .mv-top_illust {
    display: none;
  }
}
.mv-top_illust--img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.mv-top_illust--sp {
  display: none;
}
@media (max-width: 767px) {
  .mv-top_illust--sp {
    display: block;
    width: 100%;
    aspect-ratio: 140/103;
    bottom: 16vw;
    min-height: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}
.mv-page {
  padding: 198px 0 148px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .mv-page {
    padding: min(7vw, 100px) 0 min(14vw, 100px);
  }
}
.mv-page::before {
  content: "";
  background-image: url(../../assets/images/mv/mv-page.png);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 427/400;
  width: 854px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .mv-page::before {
    width: 100%;
  }
}
.mv-page h1 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .mv-page h1 {
    margin-bottom: 24px;
  }
}
.mv-page strong {
  display: block;
  font-size: 35px;
  color: #0172E6;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .mv-page strong {
    font-size: min(5.8666666667vw, 26px);
    margin-bottom: 24px;
  }
}
.mv-page p {
  font-size: 17px;
  font-weight: 600;
  line-height: 2.3;
  margin: 0 16px;
}
@media (max-width: 767px) {
  .mv-page p {
    font-size: min(4vw, 17px);
  }
}
.mv-page_contact::before {
  content: none;
}
@media (max-width: 767px) {
  .mv-page_contact p {
    font-size: min(3.7333333333vw, 17px);
  }
}
.mv-page_info {
  overflow: hidden;
}
.mv-page_info::before {
  content: "";
  bottom: -33%;
}
.mv-pageCourse {
  margin-top: 200px;
  padding-bottom: 32px;
  position: relative;
}
@media (max-width: 1440px) {
  .mv-pageCourse {
    margin-top: 160px;
  }
}
@media (max-width: 1023px) {
  .mv-pageCourse {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .mv-pageCourse {
    margin-top: 96px;
  }
}
.mv-pageCourse::before {
  content: "";
  background-image: url(../../assets/images/mv/mv-deco.png);
  background-size: 100% 100%;
  width: 106.82vw;
  height: auto;
  aspect-ratio: 2051/718;
  position: absolute;
  bottom: -12vw;
  left: 50%;
  transform: translateX(-50%);
}
.mv-pageCourse_inr {
  align-items: start !important;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .mv-pageCourse_inr {
    flex-direction: column-reverse;
  }
}
.mv-pageCourse_left {
  width: 37.97vw;
}
@media (max-width: 1023px) {
  .mv-pageCourse_left {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }
}
.mv-pageCourse_left .title-main {
  font-size: 11.51vw;
  margin-bottom: 94px;
}
@media (max-width: 1440px) {
  .mv-pageCourse_left .title-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .mv-pageCourse_left .title-main {
    font-size: 176px;
  }
}
@media (max-width: 767px) {
  .mv-pageCourse_left .title-main {
    font-size: 28.27vw;
    margin-bottom: 42px;
  }
}
.mv-pageCourse_left .title-main span {
  font-size: 3.65vw;
}
@media (max-width: 1023px) {
  .mv-pageCourse_left .title-main span {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .mv-pageCourse_left .title-main span {
    font-size: 9.07vw;
  }
}
.mv-pageCourse_left strong {
  display: block;
  font-size: clamp(18px, 1.82vw, 1.82vw);
  margin-bottom: 85px;
  color: #0172E6;
}
@media (max-width: 1440px) {
  .mv-pageCourse_left strong {
    margin-bottom: 42px;
  }
}
@media (max-width: 1023px) {
  .mv-pageCourse_left strong {
    text-align: center;
    font-size: 28px;
    margin: 0 auto 42px;
  }
}
@media (max-width: 767px) {
  .mv-pageCourse_left strong {
    font-size: 5.33vw;
  }
}
.mv-pageCourse_left p {
  font-size: clamp(15px, 0.89vw, 0.89vw);
  line-height: 2.2;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .mv-pageCourse_left p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .mv-pageCourse_left p {
    font-size: 15px;
  }
}
.mv-pageCourse_right {
  width: 52.97vw;
}
@media (max-width: 1023px) {
  .mv-pageCourse_right {
    width: 97%;
    margin: 0 auto;
  }
}
.mv-pageCourse_common::before {
  content: none;
}
.mv-pageCourse_about .mv-pageCourse_inr {
  gap: 80px;
}
@media (max-width: 1023px) {
  .mv-pageCourse_about .mv-pageCourse_inr {
    gap: 40px;
  }
}

.card-teacher {
  flex: 1;
  height: 100%;
  position: relative;
}
.card-teacher::before {
  content: "";
  background-color: #1957DD;
  border-radius: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68%;
}
.card-teacher_head {
  min-height: 88px;
  padding: 0 15px;
  font-size: 17px;
  font-weight: 600;
  color: #0172E6;
  line-height: 1.8;
  background-color: #faf6ec;
  border-radius: 9px;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .card-teacher_head {
    font-size: 15px;
  }
}
.card-teacher_head::before {
  content: "";
  background-image: url(../../assets/images/cmn/card-teacher-bottom.svg);
  width: 32px;
  height: 29px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.card-teacher_img {
  display: block;
  width: 56.76%;
  height: auto;
  margin: 0 auto 14px auto;
  aspect-ratio: 59/65;
  border-radius: 15px;
}
.card-teacher_block {
  padding: 28px 25px 26px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .card-teacher_block {
    padding: 28px 16px 26px;
  }
}
.card-teacher_block h3 {
  color: #fff;
  font-size: 25px;
  padding-bottom: 13px;
  margin-bottom: 26px;
  position: relative;
}
@media (max-width: 767px) {
  .card-teacher_block h3 {
    font-size: 20px;
  }
}
.card-teacher_block h3::before {
  content: "";
  background-image: url(../../assets/images/cmn/dot-orange.svg);
  width: 100%;
  height: 4px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-teacher_block ul {
  gap: 15px;
}
.card-teacher_block ul li {
  width: 100%;
  padding: 9px 0;
  font-size: 17px;
  background-color: #fff;
  border-radius: 10px;
  color: #4A4A4A;
}
@media (max-width: 767px) {
  .card-teacher_block ul li {
    font-size: 15px;
  }
}

.infomation {
  background-color: #0172E6;
  padding: 21px 0 100px;
}
.infomation-title {
  font-size: 220px;
  color: rgba(255, 255, 255, 0.15);
  text-align: center;
  font-family: "senobi-gothic", sans-serif;
  margin-bottom: 13px;
  position: relative;
}
@media (max-width: 1440px) {
  .infomation-title {
    font-size: 15.28vw;
  }
}
.infomation-title span {
  font-size: 70px;
  color: #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  .infomation-title span {
    font-size: 4.86vw;
  }
}
.infomation-inr {
  width: min(100% - 32px, 1410px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px 50px;
}
@media (max-width: 1023px) {
  .infomation-inr {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .infomation-inr {
    width: min(100% - 48px, 1410px);
    grid-template-columns: repeat(1, 1fr);
  }
}

.ctaContact {
  padding: 0 0 140px 0;
  background-color: #faf6ec;
}
@media (max-width: 767px) {
  .ctaContact {
    padding: 30px 0 94px 0;
  }
}
.ctaContact-inr {
  width: min(100% - 32px, 1340px);
  margin: 0 auto;
}
.ctaContact-inr h2 {
  margin-bottom: 44px;
}
.ctaContact-wrapper {
  gap: 30px;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .ctaContact-wrapper {
    flex-direction: column;
  }
}

.ctaBanner {
  padding: 125px 0;
  background-color: #DFECF2;
}
@media (max-width: 767px) {
  .ctaBanner {
    padding: 38px 0;
  }
}
.ctaBanner-inr {
  justify-content: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .ctaBanner-inr {
    flex-direction: column;
    gap: 25px;
  }
}
.ctaBanner-inr a {
  height: auto;
  max-width: 688px;
}
@media (max-width: 767px) {
  .ctaBanner-inr a {
    width: 95%;
  }
}

.pageNav {
  padding: 80px 0;
  background-color: #EAF7F7;
}
@media (max-width: 767px) {
  .pageNav {
    padding: 60px 0;
  }
}
.pageNav-inr {
  width: min(100% - 32px, 1410px);
  margin: 0 auto;
  justify-content: center;
  gap: 32px 80px;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .pageNav-inr {
    gap: 20px 60px;
  }
}
@media (max-width: 767px) {
  .pageNav-inr {
    gap: 20px 42px;
  }
}
.pageNav-inr_course {
  width: min(100% - 32px, 1524px);
  gap: 40px 28px;
}

.faq {
  padding: 38px 0 150px;
  background-color: #DFECF2;
}
@media (max-width: 1023px) {
  .faq {
    padding: 36px 0 120px;
  }
}
@media (max-width: 767px) {
  .faq {
    padding: 18px 0 42px;
  }
}
.faq-contents {
  gap: 40px;
  width: min(100% - 32px, 1410px);
  margin: 0 auto 100px auto;
}
@media (max-width: 767px) {
  .faq-contents {
    gap: 10px;
    margin: 0 auto 31px auto;
  }
}

.faq-contents .faq-block {
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 42px 0px 42px 21px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq-contents .faq-block {
    padding: 14px 0 14px 0;
  }
}
.faq-contents .faq-block .faq-question {
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.8;
}
.faq-contents .faq-block .faq-question::after {
  content: "+";
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #263BAE;
  transition: transform 0.3s ease;
}
@media (max-width: 1023px) {
  .faq-contents .faq-block .faq-question::after {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .faq-contents .faq-block .faq-question::after {
    font-size: 26px;
    right: 22px;
  }
}
.faq-contents .faq-block .faq-question.open::after {
  content: "-";
}
.faq-contents .faq-block .faq-answer {
  display: none;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .faq-contents .faq-block .faq-answer {
    padding: 0 16px 0 60px !important;
  }
}
.faq-contents .faq-block .faq-answer_inr {
  padding: 28px;
  background-color: #F4FBFF;
  border-radius: 21px;
}
@media (max-width: 767px) {
  .faq-contents .faq-block .faq-answer_inr {
    padding: 22px 16px;
  }
}
.faq-contents .faq-block .faq-item {
  font-size: 25px;
  padding: 0 100px;
  color: #0B0B0B;
  position: relative;
}
@media (max-width: 1023px) {
  .faq-contents .faq-block .faq-item {
    font-size: 22px;
    padding: 0 80px;
  }
}
@media (max-width: 767px) {
  .faq-contents .faq-block .faq-item {
    font-size: min(4.2666666667vw, 17px);
    padding: 0 60px 0 60px;
  }
}
.faq-contents .faq-block .faq-item::before {
  content: "Q";
  width: 53px;
  height: 53px;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #faf6ec;
  color: #263BAE;
  font-weight: 600;
  position: absolute;
  top: -4px;
  left: 0;
}
@media (max-width: 767px) {
  .faq-contents .faq-block .faq-item::before {
    font-size: 14px;
    width: 31px;
    height: 31px;
    top: 0;
    left: 12px;
  }
}
.faq-contents .faq-block .faq-item:nth-child(2)::before {
  content: "A";
  color: #FF8901;
}
.faq-contents_none .faq-item::after {
  content: none !important;
}
.faq-contents_none .faq-question::after {
  content: none;
}
.faq-contents_none .faq-answer {
  display: block !important;
}

.pagination {
  justify-content: center;
  margin-bottom: 80px;
  gap: 16px;
  font-size: 18px;
}

.courseBlock {
  width: 95.94vw;
  margin: 0 auto;
  padding: 87px 0 63px;
  background-color: #faf6ec;
  border-radius: 53px;
}
@media (max-width: 767px) {
  .courseBlock {
    border-radius: 30px;
  }
}
.courseBlock-title {
  text-align: center;
  font-weight: 600;
}
.courseBlock-title span {
  font-size: 25px;
  color: #FFB800;
  margin-bottom: 4px;
  line-height: 1;
}
@media (max-width: 767px) {
  .courseBlock-title span {
    font-size: min(5.3333333333vw, 24px);
  }
}
.courseBlock-title h2 {
  font-size: 50px;
  color: #525252;
  margin-bottom: 88px;
}
@media (max-width: 1023px) {
  .courseBlock-title h2 {
    font-size: 44px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .courseBlock-title h2 {
    font-size: min(8.5333333333vw, 42px);
    margin-bottom: 42px;
  }
}
.courseBlock-top {
  gap: 16px;
  align-items: start !important;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .courseBlock-top {
    flex-direction: column;
  }
}
.courseBlock-top img {
  width: 46.95%;
  border-radius: 53px;
}
@media (max-width: 1023px) {
  .courseBlock-top img {
    width: 100%;
  }
}
.courseBlock-top_text {
  width: 49.65%;
}
@media (max-width: 1023px) {
  .courseBlock-top_text {
    width: 100%;
  }
}
.courseBlock-top_text h3 {
  font-size: 35px;
  color: #0172E6;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .courseBlock-top_text h3 {
    font-size: min(6.9333333333vw, 32px);
  }
}
.courseBlock-top_text p {
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .courseBlock-top_text p {
    font-size: 16px;
  }
}
.courseBlock-wrapper {
  background-color: #fff;
  border-radius: 53px;
  padding: 44px clamp(16px, 3.7vw, 71px) 71px;
  position: relative;
}
@media (max-width: 767px) {
  .courseBlock-wrapper {
    border-radius: 30px;
  }
}
.courseBlock-wrapper::after {
  content: "";
  width: 191px;
  height: auto;
  aspect-ratio: 191/146;
  background-image: url(../../assets/images/courseblock/courseblock-book.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 10%;
}
@media (max-width: 1440px) {
  .courseBlock-wrapper::after {
    top: 2%;
    width: 153px;
  }
}
@media (max-width: 1023px) {
  .courseBlock-wrapper::after {
    width: 95px;
    top: 5%;
    right: 5%;
  }
}
@media (max-width: 767px) {
  .courseBlock-wrapper::after {
    width: min(16vw, 90px);
    top: -0.5%;
  }
}
.courseBlock-wrapper h3 {
  font-size: 50px;
  color: #525252;
  text-align: center;
  padding-bottom: 26px;
  margin-bottom: 52px;
  position: relative;
}
@media (max-width: 767px) {
  .courseBlock-wrapper h3 {
    font-size: min(8.5333333333vw, 42px);
  }
}
.courseBlock-wrapper h3::before {
  content: "";
  background-image: url(../../assets/images/cmn/dot-black.svg);
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: repeat-x;
}
.courseBlock-curriculum {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch !important;
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .courseBlock-curriculum {
    gap: 40px 20px;
  }
}
@media (max-width: 767px) {
  .courseBlock-curriculum {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 20px;
  }
}
.courseBlock-curriculum li {
  background-color: #EAF7F7;
  padding: 34px 24px 24px 24px;
  border-radius: 20px;
}
.courseBlock-curriculum li h4 {
  font-size: 24px;
  color: #0172E6;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .courseBlock-curriculum li h4 {
    font-size: min(5.8666666667vw, 25px);
  }
}
.courseBlock-curriculum li p {
  font-size: 17px;
}
.courseBlock-curriculum .bg-none {
  background-color: transparent;
}
@media (max-width: 767px) {
  .courseBlock-curriculum .bg-none_sp {
    display: none;
  }
}
.courseBlock-point {
  padding: 34px 40px 43px;
  background-color: #FDEF52;
  border-radius: 30px;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .courseBlock-point {
    padding: 34px 16px 43px;
  }
}
@media (max-width: 767px) {
  .courseBlock-point {
    padding: 32px 16px;
    border-radius: 30px;
  }
}
.courseBlock-point_title {
  font-size: 50px;
  font-weight: 600;
  color: #535353;
  justify-content: center;
  margin-bottom: 25px;
  gap: 10px;
}
@media (max-width: 767px) {
  .courseBlock-point_title {
    font-size: min(8.5333333333vw, 42px);
  }
}
.courseBlock-point_title img {
  width: 38px;
  height: auto;
}
.courseBlock-point_inr {
  background-color: #fff;
  border-radius: 20px;
  padding: 24px 16px;
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .courseBlock-point_inr {
    margin-bottom: 40px;
  }
}
.courseBlock-point ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 25px;
  color: #535353;
  font-weight: 600;
  gap: 1rem;
  align-items: start !important;
}
@media (max-width: 1023px) {
  .courseBlock-point ul {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .courseBlock-point ul {
    font-size: min(4.2666666667vw, 18px);
  }
}
.courseBlock-point ul li {
  position: relative;
  padding-left: 29px;
}
@media (max-width: 767px) {
  .courseBlock-point ul li {
    padding-left: 22px;
  }
}
.courseBlock-point ul li::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #FFB700;
  position: absolute;
  top: 8px;
  left: 0;
}
@media (max-width: 767px) {
  .courseBlock-point ul li::before {
    width: 18px;
    height: 18px;
    top: 4px;
  }
}
.courseBlock-point p {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .courseBlock-point p {
    font-size: min(4vw, 18px);
  }
}
.courseBlock-btn {
  gap: 50px;
  justify-content: center;
}
@media (max-width: 1023px) {
  .courseBlock-btn {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .courseBlock-btn {
    flex-direction: column;
  }
}

.flow {
  padding: 80px 0 242px;
  background-color: #0172E6;
}
@media (max-width: 1023px) {
  .flow {
    padding: 80px 0;
  }
}
.flow-about {
  padding: 80px 0;
}
.flow .title-main {
  color: rgba(224, 224, 224, 0.2);
  margin-bottom: 95px;
}
@media (max-width: 1023px) {
  .flow .title-main {
    margin-bottom: 60px;
  }
}
.flow .title-main span {
  color: #fff;
  white-space: nowrap;
}
.flow-main_inr {
  padding: 116px 0;
  border-radius: 53px;
  background-color: #faf6ec;
  gap: 112px;
}
@media (max-width: 767px) {
  .flow-main_inr {
    gap: 60px;
    border-radius: 30px;
    padding: 80px 0;
  }
}
.flow-block {
  width: min(100% - 32px, 1400px);
  margin: 0 auto;
  align-items: start !important;
  gap: 45px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .flow-block {
    flex-direction: column;
    gap: 20px;
  }
}
.flow-block_nb {
  width: 8.1%;
  max-width: 112px;
  height: auto;
}
@media (max-width: 1023px) {
  .flow-block_nb {
    display: none;
  }
}
.flow-block_text {
  width: 56.24%;
}
@media (max-width: 767px) {
  .flow-block_text {
    width: 100%;
  }
}
.flow-block_text h3 {
  font-size: 35px;
  margin-bottom: 34px;
  color: #1A1A1A;
}
@media (max-width: 1279px) {
  .flow-block_text h3 {
    font-size: min(2.7370478983vw, 35px);
  }
}
@media (max-width: 1023px) {
  .flow-block_text h3 {
    font-size: min(2.8683181226vw, 35px);
    margin-bottom: 20px;
    display: flex;
    gap: 16px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .flow-block_text h3 {
    font-size: min(5.3333333333vw, 26px);
  }
}
.flow-block_text h3 img {
  display: none;
}
@media (max-width: 1023px) {
  .flow-block_text h3 img {
    display: block;
    max-width: 40px;
    margin-top: 0;
  }
}
.flow-block_text p {
  font-size: 17px;
}
@media (max-width: 1023px) {
  .flow-block_text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .flow-block_text p {
    font-size: min(4vw, 16px);
  }
}
.flow-block_text p span {
  color: #FF0000;
}
.flow-block_wrapper {
  width: 88.58%;
  gap: 20px;
  align-items: start !important;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .flow-block_wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flow-block_wrapper {
    flex-direction: column;
  }
}
.flow-block_wrapper img {
  width: 36.73%;
  border-radius: 22px;
}
@media (max-width: 767px) {
  .flow-block_wrapper img {
    width: 100%;
    max-width: 400px;
    margin-top: 16px;
  }
}
.flow-block_wrapper .flow-block_img {
  width: 36.73%;
  border-radius: 22px;
}
@media (max-width: 767px) {
  .flow-block_wrapper .flow-block_img {
    width: 100%;
    max-width: 400px;
    margin-top: 16px;
  }
}
.flow-block_wrapper .flow-block_img img {
  width: 100%;
}

.flex {
  display: flex;
  align-items: center;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-center {
  justify-content: center;
}

.title-main {
  font-family: "senobi-gothic", sans-serif;
  font-size: 220px;
  color: #fff;
  line-height: 1;
  text-align: center;
  position: relative;
}
@media (max-width: 1279px) {
  .title-main {
    font-size: min(15.0537634409vw, 220px);
  }
}
@media (max-width: 767px) {
  .title-main {
    font-size: 110px;
    font-size: min(23.4666666667vw, 110px);
  }
}
.title-main span {
  font-size: 70px;
  color: #0172E6;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1279px) {
  .title-main span {
    font-size: min(4.7898338221vw, 70px);
  }
}
@media (max-width: 767px) {
  .title-main span {
    font-size: min(7.4666666667vw, 38px);
  }
}
.title-main_mv {
  color: #E2EDEF;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .title-main_mv--contact span {
    font-size: min(5.8666666667vw, 32px);
  }
}
.title-main_faq {
  margin-bottom: 66px;
}
@media (max-width: 767px) {
  .title-main_faq {
    font-size: min(21.3333333333vw, 100px);
    margin-bottom: 25px;
  }
}
.title-main_faq span {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .title-main_faq span {
    font-size: min(9.6vw, 50px);
  }
}
.title-main_doctor {
  color: #E2EDEF;
  font-size: min(11.46vw, 220px);
}
@media (max-width: 767px) {
  .title-main_doctor {
    font-size: min(13.3333333333vw, 100px);
  }
}
.title-main_doctor span {
  white-space: nowrap;
  font-size: clamp(40px, 3.65vw, 50px);
}
@media (max-width: 767px) {
  .title-main_doctor span {
    font-size: min(6.4vw, 36px);
  }
}

.btn-main {
  width: 364px;
  height: 80px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to bottom, #ff8901, #fcce35);
  box-shadow: 3px 3px 0 0 #4273b0;
  border-radius: 40px;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .btn-main {
    height: 72px;
  }
}
.btn-main span {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-main img {
  max-width: 41px;
  height: auto;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .btn-main img {
    max-width: 36px;
  }
}
@media screen and (max-width: 1600px) {
  .btn-header {
    width: 291px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  .btn-header {
    width: 86%;
    max-width: 364px;
    height: 72px;
    font-size: 20px;
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .btn-header {
    font-size: 18px;
  }
}
@media screen and (max-width: 1600px) {
  .btn-header img {
    max-width: 36px;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .btn-header img {
    max-width: 32px;
  }
}
.btn-topAbout {
  min-width: 336px;
}
@media (max-width: 1023px) {
  .btn-topAbout {
    min-width: auto;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .btn-topAbout {
    width: 98%;
    max-width: 402px;
    font-size: 20px;
  }
}
.btn-topAbout01 {
  background: #0172E6;
}
.btn-topAbout02 {
  box-shadow: 3px 3px 0 #8d8d8d;
}
.btn-course {
  background: #0172E6;
  font-size: 25px;
}
@media (max-width: 1440px) {
  .btn-course {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .btn-course {
    height: 50px;
    font-size: min(4.2666666667vw, 20px);
  }
}
.btn-course01 {
  width: 496px;
  margin: 80px auto 0;
}
@media (max-width: 767px) {
  .btn-course01 {
    width: 85%;
    max-width: 496px;
    height: 50px;
    font-size: min(3.7333333333vw, 16px);
    margin: 24px auto 0;
  }
}
.btn-course02 {
  width: 96%;
  max-width: 662px;
  margin: 0 auto;
  font-size: 22px;
}
@media (max-width: 1440px) {
  .btn-course02 {
    font-size: min(1.3888888889vw, 22px);
    height: 72px;
  }
}
@media (max-width: 1023px) {
  .btn-course02 {
    width: 85%;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .btn-course02 {
    width: 96%;
    max-width: 360px;
    font-size: min(2.9333333333vw, 14px);
  }
}
@media (max-width: 1440px) {
  .btn-course02 img {
    max-width: 42px;
    margin-right: 16px !important;
  }
}
.btn-course03 {
  width: 96%;
  max-width: 360px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .btn-course03 {
    height: 72px;
  }
}
@media (max-width: 1023px) {
  .btn-course03 {
    width: 60%;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .btn-course03 {
    width: 96%;
  }
}
@media (max-width: 1440px) {
  .btn-course03 img {
    max-width: 42px;
    margin-right: 16px !important;
  }
}
.btn-course img {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .btn-course img {
    display: inline-block;
    max-width: 31px;
    margin-right: 20px;
  }
}
.btn-teacher {
  background: #0172E6;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .btn-teacher {
    width: 100%;
    max-width: 364px;
    font-size: 20px;
  }
}
.btn-beforeAfter {
  background: #fff;
  box-shadow: 3px 3px 0 #4273b0;
  color: #0172E6;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .btn-beforeAfter {
    width: 85vw;
    max-width: 402px;
  }
}
.btn-faq {
  background: #0172E6;
  box-shadow: 3px 3px 0 #efefef;
  margin: 0 auto;
  font-size: 18px;
}
@media (max-width: 767px) {
  .btn-faq {
    width: 100%;
    max-width: 364px;
    height: 72px;
    font-size: 18px;
  }
}
.btn-faq img {
  margin-right: 16px;
}
.btn-footer {
  width: 564px;
  height: 95px;
  font-size: 25px !important;
  border-radius: 48px;
  box-shadow: 3px 3px 0 0 #4273b0;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .btn-footer {
    width: 451px;
    height: 76px;
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .btn-footer {
    width: 100%;
    max-width: 451px;
    font-size: 20px !important;
    margin-bottom: 40px;
  }
}
.btn-footer img {
  margin-right: 16px;
}
.btn-pageTeacher {
  background: #fff;
  color: #585858;
}
@media (max-width: 767px) {
  .btn-pageTeacher {
    width: 94%;
    max-width: 364px;
    height: 72px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .btn-pageTeacher img {
    margin-right: 16px;
  }
}
.btn-infomation {
  width: auto;
  background: #fff;
  color: #585858;
}
.btn-courseBlock {
  width: 364px;
  height: 80px;
}
@media (max-width: 767px) {
  .btn-courseBlock {
    width: 100%;
    max-width: 364px;
    height: 72px;
    font-size: min(4.5333333333vw, 22px);
  }
}
.btn-courseBlock1 {
  background: #0172e6;
}

.btn-pageNav {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 360px;
  height: 80px;
  border-radius: 40px;
  background-color: #0172E6;
  justify-content: center;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .btn-pageNav {
    flex-direction: column;
    min-width: 288px;
    height: 64px;
    font-size: 20px;
  }
}
.btn-pageNav span {
  padding: 0 80px 0 40px;
}
.btn-pageNav img {
  max-width: 41px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .btn-pageNav img {
    max-width: 32px;
  }
}
.btn-pageNav331 {
  width: 331px;
  height: 72px;
}
.btn-pageNav622 {
  width: 622px;
  height: 80px;
}
@media (max-width: 767px) {
  .btn-pageNav622 {
    width: 360px;
    line-height: 1.2;
  }
}
.btn-pageNav360 {
  width: 360px;
  height: 80px;
}
@media (max-width: 767px) {
  .btn-pageNav01 {
    width: 97.18%;
  }
}
.btn-aboutNav {
  width: 100%;
  min-width: auto;
  background-color: #fff;
  color: #585858;
}
@media (max-width: 1279px) {
  .btn-aboutNav {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .btn-aboutNav {
    max-width: 360px;
    height: 72px;
  }
}
.btn-topAbout03 {
  margin: 76px auto 0 !important;
}

.container-1920 {
  width: min(100% - 32px, 1920px);
  margin: 0 auto;
}
.container-1410 {
  width: min(100% - 32px, 1410px);
  margin: 0 auto;
}
.container-1842 {
  width: min(100% - 32px, 1842px);
  margin: 0 auto;
}
.container-1263 {
  width: min(100% - 32px, 1263px);
  margin: 0 auto;
}
.container-1500 {
  width: min(100% - 32px, 1500px);
  margin: 0 auto;
}
.container-1630 {
  width: min(100% - 32px, 1630px);
  margin: 0 auto;
}

.fadein {
  opacity: 0;
  transition: all 0.6s ease-out;
}
.fadein-slow {
  opacity: 0;
  transition: 2s;
}
.fadein-slow.active {
  opacity: 1;
  transform: none;
}
.fadein-slow.active.fadein-in {
  transform: scale(1);
}
.fadein.fadein-up {
  transform: translateY(30px);
}
.fadein.fadein-right {
  transform: translateX(30px);
}
.fadein.fadein-left {
  transform: translateX(-30px);
}
.fadein.fadein-in {
  transform: scale(0.95);
}
.fadein.active {
  opacity: 1;
  transform: none;
}
.fadein.active.fadein-in {
  transform: scale(1);
}/*# sourceMappingURL=style.css.map */