@import url("https://fonts.googleapis.com/css2?family=Anton&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "din";
  src: url("../fonts/DIN-Bold.ttf");
}
@font-face {
  font-family: "DIN-2014";
  src: url("../fonts/DIN 2014-Demi.ttf");
}
.faq-section .faq-list .faq-item .faq-item__inner .question-tab::after, .comparison-section .comparison-table .comparison-table__inner table th .din,
.comparison-section .comparison-table .comparison-table__inner table td .din, .achievements-section .achivements-items .a-item::before, .curriculum-section .culum-items .c-item__inner .c-item__info .culum-label::before, .features-section .feature-items .f-item::before, .warning-section .wrapper .white-border-content .b-items .b-item__value .nums, .warning-section .wrapper .border-content .persons .lg, .expecations-section .benefits-items .b-item::before, .expecations-section .reserve-wrap .reserve-wrap__inner .reserve-info .reserve-info__header .en, .section-title-wrap .en {
  font-family: din;
}

.expecations-section .sub-section .reserve-calendar .custom-calendar .event_calendar .event_calendar_header .event_year_month .event_year,
.expecations-section .sub-section .reserve-calendar .custom-calendar .event_calendar .event_calendar_header .event_year_month .event_month {
  font-family: "Poppins", sans-serif;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.expecations-section .sub-section .reserve-calendar .custom-calendar .event_calendar .event_days .event_week .event_day {
  font-family: "Roboto", sans-serif;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  margin: 0;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 0.694444vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 1.302vw;
  }
}
@media only screen and (max-width: 576px) {
  html {
    font-size: 1.736vw;
  }
}

body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333333;
  word-break: break-word;
  border: 0;
  letter-spacing: 0;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

#wrapper {
  position: relative;
  width: 100%;
}

section {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .pc-hide,
  .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 576px) {
  .sp-hide,
  .pc-only {
    display: none !important;
  }
}
.s-padding {
  padding: 8rem 0;
}
@media only screen and (max-width: 768px) {
  .s-padding {
    padding: 5rem 0;
  }
}

#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.6rem 1.6rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  color: #000000;
  outline: none;
  border-radius: 0;
  vertical-align: middle;
}
@media only screen and (max-width: 576px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select,
  textarea {
    padding: 1.2rem 1.6rem;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #343434;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #343434;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #343434;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #343434;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #343434;
}

textarea {
  height: 25rem;
}
@media only screen and (max-width: 576px) {
  textarea {
    height: 20rem;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #FFFFFF;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1.2rem 0.8rem;
  background-repeat: no-repeat;
  z-index: 0;
}

.container,
.container-fluid {
  max-width: 121rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container {
  padding-right: 3.2rem;
  padding-left: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

picture,
figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
picture img,
figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.section-title {
  position: relative;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 2rem;
  z-index: 2;
}
@media only screen and (max-width: 576px) {
  .section-title {
    font-size: 3.2rem;
  }
}
.section-title.center {
  text-align: center;
}
.section-title.left {
  text-align: left;
}
.section-title.right {
  text-align: right;
}

.section-title2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}
.section-title2.white {
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .section-title2 {
    font-size: 2.6rem;
  }
}

.section-title-wrap .en {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.section-title-wrap .en.circle-gradient-mark::before {
  content: "";
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background-image: linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
}
.section-title-wrap.center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-title-wrap.center .en {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.primary-btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  padding: 2.2rem 5rem;
  background-image: linear-gradient(80deg, #7A66CD 0%, #11C7DB 50%, #7A66CD 100%);
  background-size: 200% 200%;
  background-position: 0% 200%;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
@media only screen and (max-width: 768px) {
  .primary-btn {
    padding: 2rem 4rem;
    font-size: 2rem;
  }
}
.primary-btn .bg-white {
  position: relative;
  background-color: #fff;
  color: #7A66CD;
  padding: 3px 4px 2px 4px;
}
.primary-btn.rounded {
  border-radius: 50em;
}
.primary-btn.arrow-btn::after {
  content: "";
  position: absolute;
  right: 1.6rem;
  width: 14px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='13' viewBox='0 0 10 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.19531 6.37145L-0.00190544 12.7435V-0.000573158L9.19531 6.37145Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 576px) {
  .primary-btn {
    font-size: 2rem;
  }
}
.primary-btn span {
  display: block;
  position: relative;
  z-index: 2;
}
.primary-btn:hover {
  background-position: 100% 200%;
}
.primary-btn:hover.arrow-btn::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.secondary-btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  padding: 2.2rem 5rem;
  border: 2px solid #7A66CD;
  font-size: 2.4rem;
  font-weight: 700;
  color: #7A66CD;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
@media only screen and (max-width: 768px) {
  .secondary-btn {
    padding: 2rem 4rem;
    font-size: 2rem;
  }
}
.secondary-btn.rounded {
  border-radius: 50em;
}
.secondary-btn.arrow-btn::after {
  content: "";
  position: absolute;
  right: 1.6rem;
  width: 14px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='21' viewBox='0 0 15 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 10.3906L0 20.7829V-0.00167942L15 10.3906Z' fill='%237A66CD'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 576px) {
  .secondary-btn {
    font-size: 2rem;
  }
}
.secondary-btn span {
  display: block;
  position: relative;
  z-index: 2;
}
.text-purple {
  color: #7A66CD;
}

.text-white {
  color: #fff;
}

.text-orange {
  color: #FFC809;
}

.text-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background: linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.pre-circle-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: din;
  color: #fff;
}
.pre-circle-mark::before {
  content: "";
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
}

.cover-img {
  overflow: hidden;
  max-width: 100%;
}
.cover-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
main {
  overflow-x: hidden;
  padding-bottom: 6rem;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -ms-grid;
  display: grid;
  background-color: #fff;
  z-index: 9999;
  -webkit-perspective: 7.5rem;
          perspective: 7.5rem;
  place-content: center;
}
.loader .loader-inner {
  height: 100%;
  position: relative;
  opacity: 1;
}
.loader .loader-inner .loader__wave {
  inset: 0;
  -webkit-animation: wave 6s infinite linear;
  animation: wave 6s infinite linear;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  background-image: linear-gradient(90deg, transparent, #fff, transparent);
  background-position: 0%;
  background-size: 1rem 100%;
  display: block;
  opacity: 0.4;
  position: absolute;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 14rem;
  height: 36rem;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(-70deg);
          transform: translate(-50%, -50%) rotate(-70deg);
}
.loader .loader-inner .loader__img img {
  width: 30rem;
}
@-webkit-keyframes wave {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
@keyframes wave {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}

.fixed-sp-semina-link {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1090;
}
.fixed-sp-semina-link .bg-white {
  font-size: 1.9rem;
}
.fixed-sp-semina-link .primary-btn {
  width: 100%;
  font-size: 2.4rem;
}

.semina-link {
  margin: 5rem auto 0 auto;
}

.mv-section {
  position: relative;
}
.mv-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -12rem;
  width: 100%;
  height: 100%;
  background-image: url(../image/fv-img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  .mv-section::before {
    background-image: url(../image/fv-img__sp.webp);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    right: 0;
    bottom: -5rem;
    height: 50%;
    min-height: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mv-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(55%, #fff), color-stop(65%, transparent), to(transparent));
    background-image: linear-gradient(to bottom, #fff 0%, #fff 55%, transparent 65%, transparent 100%);
    z-index: -1;
  }
}
.mv-section .container {
  height: 100%;
}
.mv-section .mv-wrapper {
  height: 100%;
}
.mv-section .hero-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 16rem;
  height: 100%;
  gap: 3rem;
}
.mv-section .hero-catch .header-logo {
  padding-top: 4rem;
}
.mv-section .hero-catch .header-logo a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mv-section .hero-catch .header-logo a img {
  width: 350px;
}
@media only screen and (max-width: 768px) {
  .mv-section .hero-catch .header-logo a img {
    width: 30rem;
  }
}
.mv-section .hero-catch .flex-col {
  height: 100%;
}
.mv-section .hero-catch .mv-title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .mv-section .hero-catch .mv-title__wrap {
    gap: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .mv-section .hero-catch .mv-title__wrap {
    gap: 2.4rem;
  }
}
.mv-section .hero-catch .mv-title__wrap .mv-title {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .mv-section .hero-catch .mv-title__wrap .mv-title {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 576px) {
  .mv-section .hero-catch .mv-title__wrap .mv-title {
    font-size: 4rem;
  }
}
.mv-section .hero-catch .mv-title__wrap .mv-title span {
  font-size: 8rem;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .mv-section .hero-catch .mv-title__wrap .mv-title span {
    font-size: 6.4rem;
  }
}
@media only screen and (max-width: 576px) {
  .mv-section .hero-catch .mv-title__wrap .mv-title span {
    font-size: 5.8rem;
  }
}
.mv-section .hero-catch .catch {
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .mv-section .hero-catch .catch {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 576px) {
  .mv-section .hero-catch .catch {
    font-size: 3.4rem;
  }
}
.mv-section .hero-catch .f-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .mv-section .hero-catch .f-list {
    gap: 1.2rem;
  }
}
@media only screen and (max-width: 576px) {
  .mv-section .hero-catch .f-list {
    gap: 0.7rem;
  }
}
.mv-section .hero-catch .f-list .f-item .f-item__inner {
  position: relative;
  padding: 1.5rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  border-radius: 100px;
  background-color: #fff;
  border: 3px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
@media only screen and (max-width: 768px) {
  .mv-section .hero-catch .f-list .f-item .f-item__inner {
    padding: 1rem 2rem;
    border-width: 2px;
  }
}
@media only screen and (max-width: 576px) {
  .mv-section .hero-catch .f-list .f-item .f-item__inner {
    padding: 1rem 1.4rem;
    gap: 4px;
  }
}
.mv-section .hero-catch .f-list .f-item .f-item__inner::before {
  content: "";
  position: relative;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12Z' fill='%23333333'/%3E%3Cpath d='M17.5011 7.15774C17.3226 7.05439 17.1158 7 16.9034 7C16.5546 7 16.2354 7.14142 16.0272 7.39026L10.0637 14.4789L7.90683 12.359C7.69993 12.1564 7.40379 12.0394 7.09547 12.0394C6.85071 12.0394 6.61001 12.1142 6.41798 12.2488C6.17728 12.4175 6.02583 12.6731 6.00284 12.9491C5.9812 13.2184 6.08397 13.4863 6.28546 13.6848L9.33347 16.6804C9.54036 16.8831 9.83651 17 10.1448 17C10.1583 17 10.1732 17 10.1867 17C10.5221 16.9878 10.825 16.845 11.0211 16.6097L17.7784 8.57465C17.9555 8.36388 18.0312 8.09328 17.9853 7.83084C17.9379 7.5548 17.7608 7.31004 17.4998 7.1591L17.5011 7.15774Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 576px) {
  .mv-section .hero-catch .f-list .f-item .f-item__inner::before {
    width: 2rem;
    height: 2rem;
  }
}
.mv-section .hero-catch .f-list .f-item .f-item__inner span {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .mv-section .hero-catch .f-list .f-item .f-item__inner span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 576px) {
  .mv-section .hero-catch .f-list .f-item .f-item__inner span {
    font-size: 1.6rem;
  }
}
.mv-section .satisfaction-mark {
  position: absolute;
  right: 6rem;
  bottom: 13rem;
  width: 23rem;
  height: 23rem;
  background-image: url("../image/satisfaction.webp");
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 50%;
}
.mv-section .satisfaction-mark .badge-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv-section .satisfaction-mark .badge-inner::before {
  content: "";
  position: absolute;
  left: -30%;
  top: 50%;
  width: 30%;
  height: 150%;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(255, 255, 255, 0.5)), to(transparent));
  background-image: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  -webkit-transform: rotate(16deg) translateY(-50%);
          transform: rotate(16deg) translateY(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: glowingSlide 6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
          animation: glowingSlide 6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}
@-webkit-keyframes glowingSlide {
  0% {
    left: -30%;
  }
  15% {
    left: 130%;
  }
  100% {
    left: 130%;
  }
}
@keyframes glowingSlide {
  0% {
    left: -30%;
  }
  15% {
    left: 130%;
  }
  100% {
    left: 130%;
  }
}
@media only screen and (max-width: 768px) {
  .mv-section .satisfaction-mark {
    width: 20rem;
    height: 20rem;
    position: relative;
    right: unset;
    bottom: unset;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .mv-section .satisfaction-mark {
    width: 18rem;
    height: 18rem;
    display: block;
  }
}

.expecations-section {
  background-image: -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background-image: linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
  position: relative;
  padding-top: 20rem;
}
@media only screen and (max-width: 768px) {
  .expecations-section {
    padding-top: 24rem;
  }
}
.expecations-section .reserve-wrap {
  position: absolute;
  top: -10rem;
  left: 50%;
  max-width: 110rem;
  width: 100%;
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .expecations-section .reserve-wrap {
    max-width: 100%;
    padding: 0 4rem;
    top: -3rem;
  }
}
.expecations-section .reserve-wrap .reserve-wrap__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 5rem 7rem;
  border: 3px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 2rem;
}
@media only screen and (max-width: 768px) {
  .expecations-section .reserve-wrap .reserve-wrap__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  .expecations-section .reserve-wrap .reserve-wrap__inner {
    padding: 2rem;
  }
}
.expecations-section .reserve-wrap .reserve-wrap__inner .reserve-info {
  padding-right: 3rem;
}
@media only screen and (max-width: 768px) {
  .expecations-section .reserve-wrap .reserve-wrap__inner .reserve-info {
    padding-right: 0;
  }
}
.expecations-section .reserve-wrap .reserve-wrap__inner .reserve-info .reserve-info__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media only screen and (max-width: 576px) {
  .expecations-section .reserve-wrap .reserve-wrap__inner .reserve-info .reserve-info__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.expecations-section .reserve-wrap .reserve-wrap__inner .reserve-info .reserve-info__header .en {
  position: relative;
  font-size: 2.6rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .expecations-section .reserve-wrap .reserve-wrap__inner .reserve-info .reserve-info__header .en {
    font-size: 2.4rem;
  }
}
.expecations-section .reserve-wrap .reserve-wrap__inner .reserve-info .reserve-info__header .en::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background: linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
}
.expecations-section .reserve-wrap .reserve-wrap__inner .reserve-info .reserve-info__header .reserve-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.expecations-section .reserve-wrap .reserve-wrap__inner .reserve-info .reserve-info__header .reserve-items .reserve-item {
  position: relative;
  padding: 0.7rem 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  border-radius: 100px;
  background-color: #fff;
  border: 2px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
@media only screen and (max-width: 768px) {
  .expecations-section .reserve-wrap .reserve-wrap__inner .reserve-info .reserve-info__header .reserve-items .reserve-item {
    padding: 1rem 1.6rem;
  }
}
.expecations-section .reserve-wrap .reserve-wrap__inner .reserve-info .reserve-info__header .reserve-items .reserve-item::before {
  content: "";
  position: relative;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12Z' fill='%23333333'/%3E%3Cpath d='M17.5011 7.15774C17.3226 7.05439 17.1158 7 16.9034 7C16.5546 7 16.2354 7.14142 16.0272 7.39026L10.0637 14.4789L7.90683 12.359C7.69993 12.1564 7.40379 12.0394 7.09547 12.0394C6.85071 12.0394 6.61001 12.1142 6.41798 12.2488C6.17728 12.4175 6.02583 12.6731 6.00284 12.9491C5.9812 13.2184 6.08397 13.4863 6.28546 13.6848L9.33347 16.6804C9.54036 16.8831 9.83651 17 10.1448 17C10.1583 17 10.1732 17 10.1867 17C10.5221 16.9878 10.825 16.845 11.0211 16.6097L17.7784 8.57465C17.9555 8.36388 18.0312 8.09328 17.9853 7.83084C17.9379 7.5548 17.7608 7.31004 17.4998 7.1591L17.5011 7.15774Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.expecations-section .reserve-wrap .reserve-wrap__inner .reserve-info .reserve-info__header .reserve-items .reserve-item span {
  font-size: 1.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .expecations-section .reserve-wrap .reserve-wrap__inner .reserve-info .reserve-info__header .reserve-items .reserve-item span {
    font-size: 1.4rem;
  }
}
.expecations-section .reserve-wrap .reserve-wrap__inner .reserve-info .reserve-title {
  margin-top: 2rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .expecations-section .reserve-wrap .reserve-wrap__inner .reserve-info .reserve-title {
    font-size: 2.6rem;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .expecations-section .reserve-wrap .reserve-wrap__inner .reserve-info .reserve-title {
    margin-top: 1.5rem;
  }
}
.expecations-section .reserve-wrap .reserve-wrap__inner .semina-link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}
.expecations-section .reserve-wrap .reserve-wrap__inner .semina-link a {
  width: 100%;
  font-size: 2.2rem;
  padding: 2.2rem;
  white-space: nowrap;
}
.expecations-section .reserve-wrap .reserve-wrap__inner .semina-link a .bg-white {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .expecations-section .reserve-wrap .reserve-wrap__inner .semina-link a {
    padding: 1.4rem 4rem;
  }
}
.expecations-section .exp-sub-section .section-title-wrap .en {
  color: #fff;
}
.expecations-section .exp-sub-section .section-title-wrap .en.circle-gradient-mark::before {
  background: #fff;
}
.expecations-section .exp-sub-section .section-title-wrap .section-title2 {
  color: #fff;
}
.expecations-section .exp-mark {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .expecations-section .exp-mark {
    margin-top: 4rem;
  }
}
.expecations-section .exp-mark img {
  width: 39.4rem;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .expecations-section .exp-mark img {
    width: 30rem;
  }
}
.expecations-section .benefits-items {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 5rem;
  counter-reset: b-index;
}
@media only screen and (max-width: 768px) {
  .expecations-section .benefits-items {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 3.6rem;
  }
}
@media only screen and (max-width: 576px) {
  .expecations-section .benefits-items {
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
    row-gap: 1.6rem;
  }
}
.expecations-section .benefits-items .b-item {
  position: relative;
  width: 35rem;
  border-radius: 2rem;
  background-color: #fff;
  overflow: hidden;
  counter-increment: b-index;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .expecations-section .benefits-items .b-item {
    width: 24rem;
  }
}
@media only screen and (max-width: 576px) {
  .expecations-section .benefits-items .b-item {
    width: 100%;
  }
}
.expecations-section .benefits-items .b-item::before {
  content: counter(b-index, decimal-leading-zero);
  position: absolute;
  top: -2px;
  left: -2px;
  width: 7rem;
  height: 7rem;
  background-color: #333;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  padding-top: 0.5rem;
  padding-left: 1rem;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .expecations-section .benefits-items .b-item::before {
    width: 6rem;
    height: 6rem;
    font-size: 2rem;
    padding-top: 0.5rem;
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .expecations-section .benefits-items .b-item::before {
    width: 7rem;
    height: 7rem;
    padding-top: 1rem;
    padding-left: 1rem;
  }
}
.expecations-section .benefits-items .b-item__inner {
  height: 100%;
  border: 3px solid transparent;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 2rem;
  overflow: hidden;
  padding: 2.4rem;
}
.expecations-section .benefits-items .b-item .b-item__thumbnail {
  width: 100%;
  background-color: #d9d9d9;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .expecations-section .benefits-items .b-item .b-item__thumbnail {
    aspect-ratio: 16/8;
  }
}
.expecations-section .benefits-items .b-item .b-item__thumbnail img {
  width: 100%;
}
.expecations-section .benefits-items .b-item .b-item__title {
  padding: 2.4rem 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .expecations-section .benefits-items .b-item .b-item__title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 576px) {
  .expecations-section .benefits-items .b-item .b-item__title {
    font-size: 14px;
  }
}
.expecations-section .sub-section {
  margin-top: 6.2rem;
}
.expecations-section .sub-section .container-in {
  background-color: #fff;
  border-radius: 3.2rem;
  padding: 8rem 7.5rem;
}
@media only screen and (max-width: 768px) {
  .expecations-section .sub-section .container-in {
    padding: 5rem;
  }
}
@media only screen and (max-width: 576px) {
  .expecations-section .sub-section .container-in {
    padding: 3rem 2rem;
  }
}
.expecations-section .sub-section .reserve-items {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 576px) {
  .expecations-section .sub-section .reserve-items {
    gap: 1rem;
  }
}
.expecations-section .sub-section .reserve-items .r-item .r-item__inner {
  position: relative;
  padding: 1rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  border-radius: 100px;
  background-color: #fff;
  border: 3px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
@media only screen and (max-width: 576px) {
  .expecations-section .sub-section .reserve-items .r-item .r-item__inner {
    border-width: 2px;
    padding: 1rem 2rem;
  }
}
.expecations-section .sub-section .reserve-items .r-item .r-item__inner::before {
  content: "";
  position: relative;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12Z' fill='%23333333'/%3E%3Cpath d='M17.5011 7.15774C17.3226 7.05439 17.1158 7 16.9034 7C16.5546 7 16.2354 7.14142 16.0272 7.39026L10.0637 14.4789L7.90683 12.359C7.69993 12.1564 7.40379 12.0394 7.09547 12.0394C6.85071 12.0394 6.61001 12.1142 6.41798 12.2488C6.17728 12.4175 6.02583 12.6731 6.00284 12.9491C5.9812 13.2184 6.08397 13.4863 6.28546 13.6848L9.33347 16.6804C9.54036 16.8831 9.83651 17 10.1448 17C10.1583 17 10.1732 17 10.1867 17C10.5221 16.9878 10.825 16.845 11.0211 16.6097L17.7784 8.57465C17.9555 8.36388 18.0312 8.09328 17.9853 7.83084C17.9379 7.5548 17.7608 7.31004 17.4998 7.1591L17.5011 7.15774Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.expecations-section .sub-section .reserve-items .r-item .r-item__inner span {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 576px) {
  .expecations-section .sub-section .reserve-items .r-item .r-item__inner span {
    font-size: 2rem;
  }
}
.expecations-section .sub-section .reserve-calendar {
  width: 100%;
  margin-top: 3.2rem;
}
.expecations-section .sub-section .reserve-calendar .event-calendar__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .expecations-section .sub-section .reserve-calendar .event-calendar__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.expecations-section .sub-section .reserve-calendar .custom-calendar {
  width: 65rem;
  max-width: 60%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .expecations-section .sub-section .reserve-calendar .custom-calendar {
    width: 100%;
    max-width: 100%;
  }
}
.expecations-section .sub-section .reserve-calendar .custom-calendar .my_left {
  display: none;
}
.expecations-section .sub-section .reserve-calendar .custom-calendar .my_right {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 4rem;
}
.expecations-section .sub-section .reserve-calendar .custom-calendar .event_calendar {
  max-width: 100%;
  padding: 20px;
  border: unset;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.expecations-section .sub-section .reserve-calendar .custom-calendar .event_calendar .event_calendar_header {
  border: unset;
}
.expecations-section .sub-section .reserve-calendar .custom-calendar .event_calendar .event_calendar_header .event_year_month .event_year,
.expecations-section .sub-section .reserve-calendar .custom-calendar .event_calendar .event_calendar_header .event_year_month .event_month {
  border-color: #7A66CD;
  border: unset;
}
.expecations-section .sub-section .reserve-calendar .custom-calendar .event_calendar .event_days {
  border-radius: 10px;
  overflow: hidden;
}
.expecations-section .sub-section .reserve-calendar .custom-calendar .event_calendar .event_days .event_week:first-child {
  border-color: #7A66CD;
  background: linear-gradient(20deg, #11C7DB 0%, #944ACF 100%);
  border: unset;
}
.expecations-section .sub-section .reserve-calendar .custom-calendar .event_calendar .event_days .event_week:first-child .event_day {
  font-weight: 700;
  border: unset !important;
}
.expecations-section .sub-section .reserve-calendar .custom-calendar .event_calendar .event_days .event_week:last-child .event_day {
  border-bottom: unset;
}
.expecations-section .sub-section .reserve-calendar .custom-calendar .event_calendar .event_days .event_week .event_day {
  margin: 0;
  border-radius: 10px;
  margin: 1px;
}
.expecations-section .sub-section .reserve-calendar .input-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.expecations-section .sub-section .reserve-calendar .input-wrapper .custom-input__field {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.expecations-section .sub-section .reserve-calendar .input-wrapper .custom-input__field:not(:first-child) {
  margin-top: 2rem;
}
.expecations-section .sub-section .reserve-calendar .input-wrapper .custom-input__field .custom-label {
  display: block;
  width: 100%;
  padding: 0;
}
.expecations-section .sub-section .reserve-calendar .input-wrapper .custom-input__field .custom-label .required::after {
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 2px 5px;
  line-height: 1;
}
.expecations-section .sub-section .reserve-calendar .input-wrapper .custom-input__field .custom-input {
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 10px;
}
.expecations-section .sub-section .reserve-calendar .input-wrapper .custom-input__field .custom-input input {
  width: 100%;
  padding: 1rem 1.4rem;
  border-radius: 5px;
  border-color: rgba(122, 102, 205, 0.5);
}
.expecations-section .sub-section .reserve-calendar .input-wrapper .custom-btn__field input {
  width: 100%;
  border-radius: 1rem;
  border: unset;
  padding: 1rem 2rem;
}
.expecations-section .desc {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 2rem;
  text-align: center;
}
.expecations-section .desc small {
  font-size: 0.75em;
}
@media only screen and (max-width: 768px) {
  .expecations-section .desc {
    font-size: 1.6rem;
  }
}

.warning-section {
  position: relative;
  z-index: 0;
  background-image: url("../image/binary-back.webp");
  background-size: cover;
  border: 10px solid #FFC809;
}
@media only screen and (max-width: 576px) {
  .warning-section {
    border: 6px solid #FFC809;
  }
}
.warning-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -2;
}
.warning-section .section-header.point {
  margin-top: 8rem;
}
.warning-section .section-header .warning-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
.warning-section .section-header .warning-icon img {
  width: 6.4rem;
}
.warning-section .section-header .warning-section__title {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 3.2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .warning-section .section-header .warning-section__title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 576px) {
  .warning-section .section-header .warning-section__title {
    font-size: 2.2rem;
  }
}
.warning-section .wrapper {
  margin-top: 3.2rem;
  font-weight: 700;
}
.warning-section .wrapper .desc1 {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
}
.warning-section .wrapper .desc1 p {
  margin-top: 2rem;
}
.warning-section .wrapper .desc1 .text-orange {
  font-size: 2.4rem;
}
.warning-section .wrapper .border-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.4rem 5.4rem;
  border: 3px solid #FFC809;
  border-radius: 2.3rem;
  margin: 3.2rem auto;
  background-color: #fff;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 576px) {
  .warning-section .wrapper .border-content {
    padding: 2rem;
    line-height: 1.6;
    font-size: 2rem;
  }
}
.warning-section .wrapper .border-content p.text-lg {
  font-size: 2rem;
}
.warning-section .wrapper .border-content .persons {
  font-size: 4rem;
  color: #D03400;
}
@media only screen and (max-width: 576px) {
  .warning-section .wrapper .border-content .persons {
    font-size: 3.4rem;
  }
}
.warning-section .wrapper .border-content .persons .lg {
  font-size: 9.6rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .warning-section .wrapper .border-content .persons .lg {
    font-size: 8.2rem;
  }
}
.warning-section .wrapper .point-compare {
  margin-top: 5.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8rem;
}
.warning-section .wrapper .point-compare .point-item {
  position: relative;
  width: 30rem;
  height: 20rem;
}
.warning-section .wrapper .point-compare .point-item .badge {
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: -1.8rem;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.warning-section .wrapper .point-compare .point-item .badge.before-badge {
  background-color: #333;
  border: 2px solid #fff;
  left: -1.7rem;
}
.warning-section .wrapper .point-compare .point-item .badge.after-badge {
  background: -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background: linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
  right: -1.7rem;
}
.warning-section .wrapper .point-compare .point-item .cover-img {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}
.warning-section .wrapper .white-border-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
}
.warning-section .wrapper .white-border-content .b-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 576px) {
  .warning-section .wrapper .white-border-content .b-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.warning-section .wrapper .white-border-content .b-items .b-item {
  background-color: #fff;
  border-radius: 2.3rem;
  padding: 2.3rem;
  text-align: center;
}
.warning-section .wrapper .white-border-content .b-items .b-item__label {
  font: 2.4rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .warning-section .wrapper .white-border-content .b-items .b-item__label {
    font-size: 2.6rem;
  }
}
.warning-section .wrapper .white-border-content .b-items .b-item__value {
  font-size: 4rem;
  font-weight: 700;
  color: #D03400;
}
@media only screen and (max-width: 576px) {
  .warning-section .wrapper .white-border-content .b-items .b-item__value {
    font-size: 3rem;
  }
}
.warning-section .wrapper .white-border-content .b-items .b-item__value .nums {
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.06em;
  padding-right: 0.1em;
}
@media only screen and (max-width: 768px) {
  .warning-section .wrapper .white-border-content .b-items .b-item__value .nums {
    font-size: 8.2rem;
  }
}
@media only screen and (max-width: 576px) {
  .warning-section .wrapper .white-border-content .b-items .b-item__value .nums {
    font-size: 6.2rem;
  }
}
.warning-section .wrapper .white-border-content .note {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin-top: 1.2rem;
  text-align: right;
}
@media only screen and (max-width: 576px) {
  .warning-section .wrapper .white-border-content .note {
    text-align: center;
  }
}

.invest-section {
  overflow: hidden;
}
.invest-section .description {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
.invest-section .description .text-lg {
  font-size: 3.2rem;
  font-weight: 900;
}
@media only screen and (max-width: 576px) {
  .invest-section .description {
    font-size: 2rem;
  }
  .invest-section .description .text-lg {
    font-size: 2.6rem;
    padding: 0 0.3rem;
  }
}
.invest-section .semina-items {
  margin-top: 4rem;
  overflow: hidden;
  margin-left: -4rem;
  margin-right: -4rem;
}
.invest-section .semina-items .semina-items__wrapper {
  width: 100%;
}
.invest-section .semina-items .semina-item {
  border-radius: 2rem;
  overflow: hidden;
  height: 40rem;
  width: 48rem;
}
@media only screen and (max-width: 576px) {
  .invest-section .semina-items .semina-item {
    height: 30rem;
  }
}
.invest-section .semina-link a {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.problem-section {
  background-color: #EDF1F3;
}
.problem-section .problem-items {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2.5rem minmax(0, 1fr) 2.5rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .problem-section .problem-items {
    -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
.problem-section .problem-items .p-item {
  border-radius: 2rem;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .problem-section .problem-items .p-item {
    border-radius: 1.6rem;
  }
}
.problem-section .problem-items .p-item .p-item__thumbnail {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.problem-section .problem-items .p-item .p-item__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.problem-section .problem-items .p-item .p-item__title {
  padding: 1.6rem 2rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .problem-section .problem-items .p-item .p-item__title {
    font-size: 1.8rem;
  }
}

.expecations .wrapper {
  margin-top: 2rem;
  text-align: center;
}
.expecations .wrapper .desc {
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 576px) {
  .expecations .wrapper .desc {
    font-size: 1.6rem;
  }
}
.expecations .wrapper .exp-items {
  margin: 4rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2.5rem minmax(0, 1fr) 2.5rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .expecations .wrapper .exp-items {
    gap: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .expecations .wrapper .exp-items {
    gap: 1.6rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.expecations .wrapper .exp-items .exp-item {
  position: relative;
  padding: 3rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 3px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.expecations .wrapper .exp-items .exp-item .exp-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .expecations .wrapper .exp-items .exp-item .exp-title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 576px) {
  .expecations .wrapper .exp-items .exp-item .exp-title {
    font-size: 2rem;
    line-height: 1.8;
  }
}

.solution-section {
  background-color: #333;
  overflow: hidden;
}
.solution-section .solution-items {
  margin-top: 6rem;
  margin-left: -6rem;
  margin-right: -6rem;
}
.solution-section .solution-items .s-item {
  width: 100%;
  height: 40rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .solution-section .solution-items .s-item {
    height: 30rem;
  }
}
.solution-section .solution-items .s-item .cover-img {
  width: 100%;
  height: 100%;
}

.features-section {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.features-section::before {
  content: "";
  inset: 0;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background-image: linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
  z-index: -1;
  opacity: 0.1;
}
.features-section .feature-items {
  margin-top: 6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2.5rem minmax(0, 1fr) 2.5rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
  counter-reset: f-index;
}
@media only screen and (max-width: 768px) {
  .features-section .feature-items {
    gap: 2rem;
    -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 576px) {
  .features-section .feature-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.features-section .feature-items .f-item {
  position: relative;
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  background-color: #fff;
  counter-increment: f-index;
  border: 3px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .features-section .feature-items .f-item {
    border-radius: 1.6rem;
  }
}
.features-section .feature-items .f-item::before {
  content: counter(f-index, decimal-leading-zero);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: -2px;
  top: -2px;
  width: 10rem;
  height: 9.2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background-image: linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}
.features-section .feature-items .f-item .f-item__inner .f-item__thumbnail {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.features-section .feature-items .f-item .f-item__inner .f-item__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.features-section .feature-items .f-item .f-item__inner .f-item__title {
  padding: 2.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .features-section .feature-items .f-item .f-item__inner .f-item__title {
    padding: 2rem 1.6rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .features-section .feature-items .f-item .f-item__inner .f-item__title {
    font-size: 3rem;
  }
}
.features-section .feature-items .f-item .f-item__inner .f-item__title .text-purple {
  font-weight: 900;
}

.curriculum-section {
  background-color: #FBFAFF;
}
.curriculum-section .culum-items {
  margin-top: 6rem;
  counter-reset: c-index;
}
.curriculum-section .culum-items .c-item {
  position: relative;
  counter-increment: c-index;
  background-color: #fff;
  border-radius: 3.2rem;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .curriculum-section .culum-items .c-item {
    border-radius: 2.4rem;
  }
}
.curriculum-section .culum-items .c-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #7A66CD;
}
@media only screen and (max-width: 576px) {
  .curriculum-section .culum-items .c-item::before {
    width: 100%;
    height: 2rem;
  }
}
.curriculum-section .culum-items .c-item + .c-item {
  margin-top: 3.2rem;
}
.curriculum-section .culum-items .c-item__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 576px) {
  .curriculum-section .culum-items .c-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.curriculum-section .culum-items .c-item__inner .c-item__info {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 4rem 6rem;
}
@media only screen and (max-width: 768px) {
  .curriculum-section .culum-items .c-item__inner .c-item__info {
    padding: 3rem 4.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .curriculum-section .culum-items .c-item__inner .c-item__info {
    padding: 3rem;
  }
}
.curriculum-section .culum-items .c-item__inner .c-item__info .culum-label {
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .curriculum-section .culum-items .c-item__inner .c-item__info .culum-label {
    font-size: 2rem;
  }
}
.curriculum-section .culum-items .c-item__inner .c-item__info .culum-label::before {
  content: counter(c-index, decimal-leading-zero);
  position: relative;
  display: block;
  color: #7A66CD;
  font-weight: 900;
}
@media only screen and (max-width: 576px) {
  .curriculum-section .culum-items .c-item__inner .c-item__info .culum-label::before {
    font-size: 2.4rem;
  }
}
.curriculum-section .culum-items .c-item__inner .c-item__info .culum-title {
  margin-top: 2rem;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .curriculum-section .culum-items .c-item__inner .c-item__info .culum-title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 576px) {
  .curriculum-section .culum-items .c-item__inner .c-item__info .culum-title {
    font-size: 3rem;
  }
}
.curriculum-section .culum-items .c-item__inner .c-item__info .culum-title .text-purple {
  font-weight: 900;
}
.curriculum-section .culum-items .c-item__inner .c-item__info .culum-desc {
  margin-top: 2rem;
  background-color: #FBFAFF;
  padding: 2rem;
  border-radius: 1rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 576px) {
  .curriculum-section .culum-items .c-item__inner .c-item__info .culum-desc {
    font-size: 12px;
  }
}
.curriculum-section .culum-items .c-item__inner .c-item__img {
  width: 46rem;
  min-height: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #d9d9d9;
}
@media only screen and (max-width: 768px) {
  .curriculum-section .culum-items .c-item__inner .c-item__img {
    width: 40%;
  }
}
@media only screen and (max-width: 576px) {
  .curriculum-section .culum-items .c-item__inner .c-item__img {
    width: 100%;
    height: 30rem;
  }
}
.curriculum-section .culum-items .c-item__inner .c-item__img .cover-img {
  width: 100%;
  height: 100%;
}

.common-contact-section {
  background: -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background: linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
}
.common-contact-section .info-wrap {
  background-color: #fff;
  padding: 5rem;
  border-radius: 2rem;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .common-contact-section .info-wrap {
    padding: 5rem 3rem;
  }
}
.common-contact-section .info-wrap h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .common-contact-section .info-wrap h2 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 576px) {
  .common-contact-section .info-wrap h2 {
    font-size: 2.4rem;
  }
}
.common-contact-section .info-wrap h2 .text-purple {
  font-weight: 900;
}
@media only screen and (max-width: 576px) {
  .common-contact-section .info-wrap h2 .text-purple {
    font-size: 2.8rem;
  }
}
.common-contact-section .info-wrap h2 .dot {
  position: relative;
}
.common-contact-section .info-wrap h2 .dot::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #7A66CD;
  border-radius: 50%;
}
.common-contact-section .info-wrap .info-links {
  margin: 4rem auto;
}
.common-contact-section .info-wrap .info-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 2.5rem;
}
@media only screen and (max-width: 576px) {
  .common-contact-section .info-wrap .info-links a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    font-size: 3rem;
    gap: 0.5rem;
  }
  .common-contact-section .info-wrap .info-links a .bg-white {
    font-size: 1.8rem;
  }
}
.common-contact-section .info-wrap .ext-link {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 500;
}

.achievements-section {
  position: relative;
}
.achievements-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background-image: linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
  opacity: 0.3;
  z-index: -1;
}
.achievements-section .achivements-items {
  margin-top: 9rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2.5rem minmax(0, 1fr) 2.5rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 6rem;
  counter-reset: a-index;
}
@media only screen and (max-width: 768px) {
  .achievements-section .achivements-items {
    -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 4rem;
  }
}
@media only screen and (max-width: 576px) {
  .achievements-section .achivements-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 8rem;
  }
}
.achievements-section .achivements-items .a-item {
  position: relative;
  counter-increment: a-index;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 0 2rem 2rem 2rem;
  background-color: #fff;
}
.achievements-section .achivements-items .a-item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
.achievements-section .achivements-items .a-item::before {
  content: "ACHIEVEMENTS " counter(a-index, decimal-leading-zero);
  position: absolute;
  top: -3.2rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.2rem;
  background-color: #333;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 5px 10px;
}
.achievements-section .achivements-items .a-item__inner {
  height: 100%;
  display: block;
  padding: 3rem;
}
@media only screen and (max-width: 768px) {
  .achievements-section .achivements-items .a-item__inner {
    padding: 2rem;
  }
}
.achievements-section .achivements-items .a-item__inner .a-item__thumbnail {
  position: relative;
  padding-top: 177.78%;
  width: 100%;
}
.achievements-section .achivements-items .a-item__inner .a-item__thumbnail iframe,
.achievements-section .achivements-items .a-item__inner .a-item__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.achievements-section .achivements-items .a-item__inner .a-item__thumbnail .play-btn {
  position: absolute;
  width: 8rem;
  height: 8rem;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.achievements-section .achivements-items .a-item__inner .a-item__thumbnail .play-btn:hover {
  background-color: rgba(0, 0, 0, 0.9);
  width: 8.3rem;
  height: 8.3rem;
}
.achievements-section .achivements-items .a-item__inner .a-item__thumbnail .play-btn:hover::before {
  background-color: #fff;
}
.achievements-section .achivements-items .a-item__inner .a-item__thumbnail .play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.8rem;
  height: 3.4rem;
  background-color: #f0f0f0;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.achievements-section .achivements-items .a-item__inner .a-item__detail {
  margin-top: 2rem;
}
.achievements-section .achivements-items .a-item__inner .a-item__detail .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.achievements-section .achivements-items .a-item__inner .a-item__detail .user-info .user-avatar {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #d9d9d9;
}
@media only screen and (max-width: 768px) {
  .achievements-section .achivements-items .a-item__inner .a-item__detail .user-info .user-avatar {
    width: 4.6rem;
    height: 4.6rem;
  }
}
@media only screen and (max-width: 576px) {
  .achievements-section .achivements-items .a-item__inner .a-item__detail .user-info .user-avatar {
    width: 6rem;
    height: 6rem;
  }
}
.achievements-section .achivements-items .a-item__inner .a-item__detail .user-info .user-info__detail .u-type {
  color: #7A66CD;
  font-size: clamp(10px, 1rem, 1rem);
  font-weight: 500;
  line-height: 1;
}
.achievements-section .achivements-items .a-item__inner .a-item__detail .user-info .user-info__detail .u-name {
  margin-top: 8px;
  font-size: clamp(14px, 1.6rem, 1.6rem);
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .achievements-section .achivements-items .a-item__inner .a-item__detail .user-info .user-info__detail .u-name {
    font-size: 14px;
  }
}
.achievements-section .achivements-items .a-item__inner .a-item__detail .a-item__title {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .achievements-section .achivements-items .a-item__inner .a-item__detail .a-item__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .achievements-section .achivements-items .a-item__inner .a-item__detail .a-item__title {
    font-size: 2.2rem;
  }
}

.comparison-section .wrapper {
  margin-top: 2rem;
}
.comparison-section .table-desc {
  font-size: 2rem;
  font-weight: 500;
}
.comparison-section .comparison-table {
  position: relative;
  margin-top: 6rem;
}
.comparison-section .comparison-table .comparison-table__inner {
  padding: 1.5rem 0;
}
.comparison-section .comparison-table .comparison-table__inner .table-area {
  position: relative;
}
.comparison-section .comparison-table .comparison-table__inner .table-area::before {
  content: "";
  width: calc(30rem + 4px);
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background: linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
  position: absolute;
  top: -4px;
  left: calc(24rem - 2px);
}
@media only screen and (max-width: 768px) {
  .comparison-section .comparison-table .comparison-table__inner .table-area::before {
    width: calc(20rem + 4px);
    left: calc(18rem - 2px);
  }
}
@media only screen and (max-width: 576px) {
  .comparison-section .comparison-table .comparison-table__inner .table-area::before {
    width: calc(16rem + 2px);
    left: calc(16rem - 1px);
    height: 2px;
    top: -2px;
  }
}
.comparison-section .comparison-table .comparison-table__inner .table-area::after {
  content: "";
  width: calc(30rem + 4px);
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background: linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
  position: absolute;
  bottom: -4px;
  left: calc(24rem - 2px);
}
@media only screen and (max-width: 768px) {
  .comparison-section .comparison-table .comparison-table__inner .table-area::after {
    width: calc(20rem + 4px);
    left: calc(18rem - 2px);
  }
}
@media only screen and (max-width: 576px) {
  .comparison-section .comparison-table .comparison-table__inner .table-area::after {
    width: calc(16rem + 2px);
    left: calc(16rem - 1px);
    height: 2px;
    bottom: -2px;
  }
}
.comparison-section .comparison-table .comparison-table__inner table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-collapse: collapse;
  border-radius: 1.5rem 1.5rem 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .comparison-section .comparison-table .comparison-table__inner table {
    table-layout: fixed;
  }
}
.comparison-section .comparison-table .comparison-table__inner table tr {
  border-bottom: 1px solid #d9d9d9;
}
.comparison-section .comparison-table .comparison-table__inner table th {
  padding: 1.4rem 0;
  background-color: #E9E4FF;
}
.comparison-section .comparison-table .comparison-table__inner table td {
  padding: 2.4rem;
}
.comparison-section .comparison-table .comparison-table__inner table td:first-child {
  background-color: #E9E4FF;
}
@media only screen and (max-width: 768px) {
  .comparison-section .comparison-table .comparison-table__inner table td {
    padding: 2rem 1.6rem;
  }
}
@media only screen and (max-width: 576px) {
  .comparison-section .comparison-table .comparison-table__inner table td {
    padding: 1.6rem 1rem;
  }
}
.comparison-section .comparison-table .comparison-table__inner table th,
.comparison-section .comparison-table .comparison-table__inner table td {
  line-height: 1.4;
  font-weight: 700;
  vertical-align: middle;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .comparison-section .comparison-table .comparison-table__inner table th,
  .comparison-section .comparison-table .comparison-table__inner table td {
    font-size: 1.6rem;
  }
}
.comparison-section .comparison-table .comparison-table__inner table th:not(:first-child),
.comparison-section .comparison-table .comparison-table__inner table td:not(:first-child) {
  border-left: 1px solid #d9d9d9;
}
.comparison-section .comparison-table .comparison-table__inner table th:last-child,
.comparison-section .comparison-table .comparison-table__inner table td:last-child {
  border-right: 1px solid #d9d9d9;
}
.comparison-section .comparison-table .comparison-table__inner table th .din,
.comparison-section .comparison-table .comparison-table__inner table td .din {
  font-weight: 900;
}
.comparison-section .comparison-table .comparison-table__inner table th .lg,
.comparison-section .comparison-table .comparison-table__inner table td .lg {
  font-size: 2.8rem;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .comparison-section .comparison-table .comparison-table__inner table th .lg,
  .comparison-section .comparison-table .comparison-table__inner table td .lg {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 576px) {
  .comparison-section .comparison-table .comparison-table__inner table th .lg,
  .comparison-section .comparison-table .comparison-table__inner table td .lg {
    font-size: 1.6rem;
  }
}
.comparison-section .comparison-table .comparison-table__inner table th .num,
.comparison-section .comparison-table .comparison-table__inner table td .num {
  font-size: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .comparison-section .comparison-table .comparison-table__inner table th .num,
  .comparison-section .comparison-table .comparison-table__inner table td .num {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 576px) {
  .comparison-section .comparison-table .comparison-table__inner table th .num,
  .comparison-section .comparison-table .comparison-table__inner table td .num {
    font-size: 2.4rem;
  }
}
.comparison-section .comparison-table .comparison-table__inner table th:first-child,
.comparison-section .comparison-table .comparison-table__inner table td:first-child {
  text-align: left;
  width: 24rem;
}
@media only screen and (max-width: 768px) {
  .comparison-section .comparison-table .comparison-table__inner table th:first-child,
  .comparison-section .comparison-table .comparison-table__inner table td:first-child {
    width: 18rem;
  }
}
@media only screen and (max-width: 576px) {
  .comparison-section .comparison-table .comparison-table__inner table th:first-child,
  .comparison-section .comparison-table .comparison-table__inner table td:first-child {
    width: 16rem;
  }
}
.comparison-section .comparison-table .comparison-table__inner table th:nth-child(2),
.comparison-section .comparison-table .comparison-table__inner table td:nth-child(2) {
  width: 30rem;
  color: #944ACF;
  border-left: 4px solid #944ACF;
  border-right: 4px solid #11C7DB;
}
@media only screen and (max-width: 768px) {
  .comparison-section .comparison-table .comparison-table__inner table th:nth-child(2),
  .comparison-section .comparison-table .comparison-table__inner table td:nth-child(2) {
    width: 20rem;
  }
}
@media only screen and (max-width: 576px) {
  .comparison-section .comparison-table .comparison-table__inner table th:nth-child(2),
  .comparison-section .comparison-table .comparison-table__inner table td:nth-child(2) {
    width: 16rem;
    border-right-width: 2px;
    border-left-width: 2px;
  }
}
.comparison-section .comparison-table .comparison-table__inner table img {
  max-width: 100%;
  width: 17.5rem;
}
@media only screen and (max-width: 768px) {
  .comparison-section .comparison-table .comparison-table__inner table img {
    width: 14rem;
  }
}
.comparison-section .semina-link a {
  margin-left: auto;
  margin-right: auto;
}

.faq-section {
  background-color: #FBFAFF;
}
.faq-section .faq-list {
  margin-top: 6rem;
}
.faq-section .faq-list .faq-item {
  margin-top: 2rem;
}
.faq-section .faq-list .faq-item .faq-item__inner .question-tab {
  position: relative;
  background-color: #fff;
  padding: 3rem 4rem;
  border-radius: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  z-index: 0;
}
.faq-section .faq-list .faq-item .faq-item__inner .question-tab::before {
  content: "";
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  border: 2px solid transparent;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  z-index: 1;
}
.faq-section .faq-list .faq-item .faq-item__inner .question-tab::after {
  content: "Q";
  position: absolute;
  left: 6rem;
  font-size: 2.5rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background: linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.faq-section .faq-list .faq-item .faq-item__inner .question-tab .q-content {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 3rem;
}
.faq-section .faq-list .faq-item .faq-item__inner .question-tab .q-content::before {
  content: "";
  position: absolute;
  right: 0;
  width: 15px;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background-image: linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
}
.faq-section .faq-list .faq-item .faq-item__inner .question-tab .q-content::after {
  content: "";
  position: absolute;
  right: 0;
  width: 15px;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background-image: linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq-section .faq-list .faq-item .faq-item__inner .answer-tab {
  display: none;
  margin-top: 1rem;
}
.faq-section .faq-list .faq-item .faq-item__inner .answer-tab .answer-tab__inner {
  position: relative;
  background-color: #fff;
  padding: 3rem 4rem 3rem 10rem;
  border-radius: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .faq-section .faq-list .faq-item .faq-item__inner .answer-tab .answer-tab__inner {
    font-size: 1.8rem;
  }
}
.faq-section .faq-list .faq-item .faq-item__inner .answer-tab .answer-tab__inner::before {
  content: "A";
  position: absolute;
  top: 3rem;
  left: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#944ACF), to(#11C7DB));
  background-image: linear-gradient(90deg, #944ACF 0%, #11C7DB 100%);
  color: #fff;
  font-size: 2.4rem;
  z-index: 1;
}
.faq-section .faq-list .faq-item.open .faq-item__inner .question-tab .q-content::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faq-section .faq-list .faq-item.open .faq-item__inner .answer-tab {
  display: block;
}

.thanks-section .container {
  max-width: 80rem;
}
.thanks-section .container .wrapper .desc {
  text-align: center;
}
.thanks-section .container .wrapper .top-link {
  margin-top: 4rem;
}
.thanks-section .container .wrapper .top-link .primary-btn {
  padding: 1.6rem 5rem;
  margin: auto;
  border-radius: 10px;
}