@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body,
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  width: 100%;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 1.6;
  font-weight: 400;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

a {
  color: #3d3d3d;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: underline;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

html {
  font-size: 14px;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
@media all and (max-width: 768px) {
  html {
    font-size: 3.5896vw;
  }
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 2;
}
body.hide {
  overflow: hidden;
}
body figure {
  margin: 0;
}
@media all and (max-width: 768px) {
  body {
    font-size: 3.5896vw;
  }
}
body a {
  color: #0A0A0A;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  line-height: 1.4;
}
body :placeholder-shown {
  color: #C4C4C4;
}
body ::-webkit-input-placeholder {
  color: #C4C4C4;
}

.anim {
  backface-visibility: hidden;
  will-change: transform;
}

.anim--slow {
  animation-duration: 1.5s !important;
}

.anim--delay {
  animation-delay: 0.5s !important;
}

@media all and (min-width: 769px) {
  .anim--delay-pc {
    animation-delay: 0.5s !important;
  }
}

.anim--delay2 {
  animation-delay: 1s !important;
}

@media all and (min-width: 769px) {
  .anim--delay2-pc {
    animation-delay: 1s !important;
  }
}

.anim-hide {
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim-fadeIn {
  opacity: 0;
}
.anim-fadeIn.onAnim {
  animation: fadeIn 1s ease 0s 1 alternate forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeUp {
  opacity: 0;
}
.anim-fadeUp.onAnim {
  animation: fadeUp 1s ease 0s 1 alternate forwards;
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeLeft.onAnim {
  animation: fadeLeft 1s ease 0s 1 alternate forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeRight.onAnim {
  animation: fadeRight 1s ease 0s 1 alternate forwards;
}

@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(2rem);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.anim-blurIn {
  opacity: 0;
}
.anim-blurIn.onAnim {
  animation: blurIn 1s ease 0s 1 alternate forwards;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hidden-box {
  overflow: hidden;
}

@media all and (min-width: 769px) {
  br.br-sp {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .u-hide-pc {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .u-hide-sp {
    display: none;
  }
}

.mt-0 {
  margin-top: 0rem;
}

.mt-10 {
  margin-top: 0.7142857143rem;
}

.mt-20 {
  margin-top: 1.4285714286rem;
}

.mt-30 {
  margin-top: 2.1428571429rem;
}

.mt-40 {
  margin-top: 2.8571428571rem;
}

.mt-50 {
  margin-top: 3.5714285714rem;
}

.mt-60 {
  margin-top: 4.2857142857rem;
}

.mt-70 {
  margin-top: 5rem;
}

.mt-80 {
  margin-top: 5.7142857143rem;
}

.mt-90 {
  margin-top: 6.4285714286rem;
}

.mt-100 {
  margin-top: 7.1428571429rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-10 {
  margin-bottom: 0.7142857143rem;
}

.mb-20 {
  margin-bottom: 1.4285714286rem;
}

.mb-30 {
  margin-bottom: 2.1428571429rem;
}

.mb-40 {
  margin-bottom: 2.8571428571rem;
}

.mb-50 {
  margin-bottom: 3.5714285714rem;
}

.mb-60 {
  margin-bottom: 4.2857142857rem;
}

.mb-70 {
  margin-bottom: 5rem;
}

.mb-80 {
  margin-bottom: 5.7142857143rem;
}

.mb-90 {
  margin-bottom: 6.4285714286rem;
}

.mb-100 {
  margin-bottom: 7.1428571429rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-10 {
  padding-top: 0.7142857143rem;
}

.pt-20 {
  padding-top: 1.4285714286rem;
}

.pt-30 {
  padding-top: 2.1428571429rem;
}

.pt-40 {
  padding-top: 2.8571428571rem;
}

.pt-50 {
  padding-top: 3.5714285714rem;
}

.pt-60 {
  padding-top: 4.2857142857rem;
}

.pt-70 {
  padding-top: 5rem;
}

.pt-80 {
  padding-top: 5.7142857143rem;
}

.pt-90 {
  padding-top: 6.4285714286rem;
}

.pt-100 {
  padding-top: 7.1428571429rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pb-10 {
  padding-bottom: 0.7142857143rem;
}

.pb-20 {
  padding-bottom: 1.4285714286rem;
}

.pb-30 {
  padding-bottom: 2.1428571429rem;
}

.pb-40 {
  padding-bottom: 2.8571428571rem;
}

.pb-50 {
  padding-bottom: 3.5714285714rem;
}

.pb-60 {
  padding-bottom: 4.2857142857rem;
}

.pb-70 {
  padding-bottom: 5rem;
}

.pb-80 {
  padding-bottom: 5.7142857143rem;
}

.pb-90 {
  padding-bottom: 6.4285714286rem;
}

.pb-100 {
  padding-bottom: 7.1428571429rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pl-10 {
  padding-left: 0.7142857143rem;
}

.pl-20 {
  padding-left: 1.4285714286rem;
}

.pl-30 {
  padding-left: 2.1428571429rem;
}

.pl-40 {
  padding-left: 2.8571428571rem;
}

.pl-50 {
  padding-left: 3.5714285714rem;
}

.pl-60 {
  padding-left: 4.2857142857rem;
}

.pl-70 {
  padding-left: 5rem;
}

.pl-80 {
  padding-left: 5.7142857143rem;
}

.pl-90 {
  padding-left: 6.4285714286rem;
}

.pl-100 {
  padding-left: 7.1428571429rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pr-10 {
  padding-right: 0.7142857143rem;
}

.pr-20 {
  padding-right: 1.4285714286rem;
}

.pr-30 {
  padding-right: 2.1428571429rem;
}

.pr-40 {
  padding-right: 2.8571428571rem;
}

.pr-50 {
  padding-right: 3.5714285714rem;
}

.pr-60 {
  padding-right: 4.2857142857rem;
}

.pr-70 {
  padding-right: 5rem;
}

.pr-80 {
  padding-right: 5.7142857143rem;
}

.pr-90 {
  padding-right: 6.4285714286rem;
}

.pr-100 {
  padding-right: 7.1428571429rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.px-10 {
  padding-left: 0.7142857143rem;
  padding-right: 0.7142857143rem;
}

.px-20 {
  padding-left: 1.4285714286rem;
  padding-right: 1.4285714286rem;
}

.px-30 {
  padding-left: 2.1428571429rem;
  padding-right: 2.1428571429rem;
}

.px-40 {
  padding-left: 2.8571428571rem;
  padding-right: 2.8571428571rem;
}

.px-50 {
  padding-left: 3.5714285714rem;
  padding-right: 3.5714285714rem;
}

.px-60 {
  padding-left: 4.2857142857rem;
  padding-right: 4.2857142857rem;
}

.px-70 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-80 {
  padding-left: 5.7142857143rem;
  padding-right: 5.7142857143rem;
}

.px-90 {
  padding-left: 6.4285714286rem;
  padding-right: 6.4285714286rem;
}

.px-100 {
  padding-left: 7.1428571429rem;
  padding-right: 7.1428571429rem;
}

.p-10 {
  padding: 0.7142857143rem;
}

.p-20 {
  padding: 1.4285714286rem;
}

.p-30 {
  padding: 2.1428571429rem;
}

.p-40 {
  padding: 2.8571428571rem;
}

.p-50 {
  padding: 3.5714285714rem;
}

.p-60 {
  padding: 4.2857142857rem;
}

.p-100 {
  padding: 7.1428571429rem;
}

@media all and (max-width: 768px) {
  .mt-0-sp {
    margin-top: 0rem;
  }
  .mt-10-sp {
    margin-top: 0.7142857143rem;
  }
  .mt-20-sp {
    margin-top: 1.4285714286rem;
  }
  .mt-30-sp {
    margin-top: 2.1428571429rem;
  }
  .mt-40-sp {
    margin-top: 2.8571428571rem;
  }
  .mt-50-sp {
    margin-top: 3.5714285714rem;
  }
  .mt-60-sp {
    margin-top: 4.2857142857rem;
  }
  .mt-70-sp {
    margin-top: 5rem;
  }
  .mt-80-sp {
    margin-top: 5.7142857143rem;
  }
  .mt-90-sp {
    margin-top: 6.4285714286rem;
  }
  .mt-100-sp {
    margin-top: 7.1428571429rem;
  }
  .mb-0-sp {
    margin-bottom: 0rem;
  }
  .mb-10-sp {
    margin-bottom: 0.7142857143rem;
  }
  .mb-20-sp {
    margin-bottom: 1.4285714286rem;
  }
  .mb-30-sp {
    margin-bottom: 2.1428571429rem;
  }
  .mb-40-sp {
    margin-bottom: 2.8571428571rem;
  }
  .mb-50-sp {
    margin-bottom: 3.5714285714rem;
  }
  .mb-60-sp {
    margin-bottom: 4.2857142857rem;
  }
  .mb-70-sp {
    margin-bottom: 5rem;
  }
  .mb-80-sp {
    margin-bottom: 5.7142857143rem;
  }
  .mb-90-sp {
    margin-bottom: 6.4285714286rem;
  }
  .mb-100-sp {
    margin-bottom: 7.1428571429rem;
  }
  .pt-0-sp {
    padding-top: 0rem;
  }
  .pt-10-sp {
    padding-top: 0.7142857143rem;
  }
  .pt-20-sp {
    padding-top: 1.4285714286rem;
  }
  .pt-30-sp {
    padding-top: 2.1428571429rem;
  }
  .pt-40-sp {
    padding-top: 2.8571428571rem;
  }
  .pt-50-sp {
    padding-top: 3.5714285714rem;
  }
  .pt-60-sp {
    padding-top: 4.2857142857rem;
  }
  .pt-70-sp {
    padding-top: 5rem;
  }
  .pt-80-sp {
    padding-top: 5.7142857143rem;
  }
  .pt-90-sp {
    padding-top: 6.4285714286rem;
  }
  .pt-100-sp {
    padding-top: 7.1428571429rem;
  }
  .pb-0-sp {
    padding-bottom: 0rem;
  }
  .pb-10-sp {
    padding-bottom: 0.7142857143rem;
  }
  .pb-20-sp {
    padding-bottom: 1.4285714286rem;
  }
  .pb-30-sp {
    padding-bottom: 2.1428571429rem;
  }
  .pb-40-sp {
    padding-bottom: 2.8571428571rem;
  }
  .pb-50-sp {
    padding-bottom: 3.5714285714rem;
  }
  .pb-60-sp {
    padding-bottom: 4.2857142857rem;
  }
  .pb-70-sp {
    padding-bottom: 5rem;
  }
  .pb-80-sp {
    padding-bottom: 5.7142857143rem;
  }
  .pb-90-sp {
    padding-bottom: 6.4285714286rem;
  }
  .pb-100-sp {
    padding-bottom: 7.1428571429rem;
  }
}
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fz10 {
  font-size: 0.7142857143rem;
}

.fz11 {
  font-size: 0.7857142857rem;
}

.fz12 {
  font-size: 0.8571428571rem;
}

.fz13 {
  font-size: 0.9285714286rem;
}

.fz14 {
  font-size: 1rem;
}

.fz15 {
  font-size: 1.0714285714rem;
}

.fz16 {
  font-size: 1.1428571429rem;
}

.fz17 {
  font-size: 1.2142857143rem;
}

.fz18 {
  font-size: 1.2857142857rem;
}

.fz19 {
  font-size: 1.3571428571rem;
}

.fz20 {
  font-size: 1.4285714286rem;
}

.fz40 {
  font-size: 2.8571428571rem;
}

@media all and (max-width: 768px) {
  .fz10-sp {
    font-size: 0.7142857143rem;
  }
}

@media all and (max-width: 768px) {
  .fz11-sp {
    font-size: 0.7857142857rem;
  }
}

@media all and (max-width: 768px) {
  .fz12-sp {
    font-size: 0.8571428571rem;
  }
}

@media all and (max-width: 768px) {
  .fz13-sp {
    font-size: 0.9285714286rem;
  }
}

@media all and (max-width: 768px) {
  .fz14-sp {
    font-size: 1rem;
  }
}

@media all and (max-width: 768px) {
  .fz15-sp {
    font-size: 1.0714285714rem;
  }
}

@media all and (max-width: 768px) {
  .fz16-sp {
    font-size: 1.1428571429rem;
  }
}

@media all and (max-width: 768px) {
  .fz17-sp {
    font-size: 1.2142857143rem;
  }
}

@media all and (max-width: 768px) {
  .fz18-sp {
    font-size: 1.2857142857rem;
  }
}

@media all and (max-width: 768px) {
  .fz19-sp {
    font-size: 1.3571428571rem;
  }
}

@media all and (max-width: 768px) {
  .fz20-sp {
    font-size: 1.4285714286rem;
  }
}

.lh-1_4 {
  line-height: 1.4;
}

.lh-1_6 {
  line-height: 1.6;
}

.lh-1_8 {
  line-height: 1.8;
}

.lh-2_0 {
  line-height: 2;
}

[class*=items-].items-start {
  align-items: flex-start;
}

[class*=items-].items-center {
  align-items: center;
}

[class*=items-].items-end {
  align-items: flex-end;
}

.pos-relative {
  position: relative !important;
}

.pos-absolute {
  position: absolute !important;
}

.pos-fixed {
  position: fixed !important;
}

.pos-sticky {
  position: sticky !important;
}

.pos-static {
  position: static !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.w-8 {
  width: 0.5714285714rem;
}

.w-9 {
  width: 0.6428571429rem;
}

.w-10 {
  width: 0.7142857143rem;
}

.w-11 {
  width: 0.7857142857rem;
}

.w-12 {
  width: 0.8571428571rem;
}

.w-13 {
  width: 0.9285714286rem;
}

.w-14 {
  width: 1rem;
}

.w-15 {
  width: 1.0714285714rem;
}

.w-16 {
  width: 1.1428571429rem;
}

.w-17 {
  width: 1.2142857143rem;
}

.w-18 {
  width: 1.2857142857rem;
}

.w-19 {
  width: 1.3571428571rem;
}

.w-20 {
  width: 1.4285714286rem;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.reset-svg {
  width: 100%;
  display: block;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-5 {
  gap: 0.3571428571rem;
}

.gap-10 {
  gap: 0.7142857143rem;
}

.gap-15 {
  gap: 1.0714285714rem;
}

.gap-20 {
  gap: 1.4285714286rem;
}

.gap-25 {
  gap: 1.7857142857rem;
}

.gap-30 {
  gap: 2.1428571429rem;
}

.gap-40 {
  gap: 2.8571428571rem;
}

.gap-50 {
  gap: 3.5714285714rem;
}

.gap-60 {
  gap: 4.2857142857rem;
}

.gap-70 {
  gap: 5rem;
}

.gap-80 {
  gap: 5.7142857143rem;
}

.gap-90 {
  gap: 6.4285714286rem;
}

.gap-100 {
  gap: 7.1428571429rem;
}

.color-key {
  color: var(--key-color);
}

.color-key2 {
  color: var(--key2-color);
}

.color-main {
  color: var(--main-color);
}

.color-white {
  color: var(--white-color);
}

.color-negative {
  color: var(--negative-color);
}

.color-gray {
  color: var(--gray-color);
}

.color-link {
  color: var(--link-color);
}

.color-bg {
  color: var(--bg-color);
}

.inner {
  padding-left: 4.2857142857rem;
  padding-right: 4.2857142857rem;
}
@media all and (max-width: 1080px) {
  .inner {
    padding-left: 2.1428571429rem;
    padding-right: 2.1428571429rem;
  }
}
@media all and (max-width: 768px) {
  .inner {
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
  }
}

.inner-box-l {
  max-width: 82.8571428571rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner-box-m {
  max-width: 71.4285714286rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mainHeader {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.mainHeader.visible .mainHeader__logo {
  translate: 0 0;
}
.mainHeader.visible .mainHeader__button {
  translate: 0 0;
}
.mainHeader__logo {
  position: fixed;
  top: 2.1428571429rem;
  left: 2.8571428571rem;
  z-index: 99;
  mix-blend-mode: difference;
  transition: all 0.5s ease;
  translate: 0 -200%;
}
@media all and (max-width: 768px) {
  .mainHeader__logo {
    top: 2.1428571429rem;
    left: 1.4285714286rem;
  }
}
.mainHeader.active .mainHeader__logo {
  filter: brightness(0) invert(1);
  mix-blend-mode: normal;
}
.mainHeader__button {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  position: fixed;
  top: 1.4285714286rem;
  right: 2.1428571429rem;
  width: 4.2857142857rem;
  height: 4.2857142857rem;
  border-radius: 50%;
  background-color: #68296E;
  cursor: pointer;
  z-index: 99;
  transition: all 0.5s ease;
  translate: 0 -200%;
}
@media all and (max-width: 768px) {
  .mainHeader__button {
    top: 1.4285714286rem;
    right: 1.4285714286rem;
  }
}
.mainHeader__button span {
  display: block;
  width: 2.2857142857rem;
  height: 0.2142857143rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  transform-origin: center center;
}
.mainHeader__button span:nth-child(1) {
  margin-top: -0.5714285714rem;
}
.mainHeader__button span:nth-child(2) {
  transform: translate(-50%, -50%);
  width: 1.8571428571rem;
  margin-left: -0.2142857143rem;
}
.mainHeader__button span:nth-child(3) {
  margin-top: 0.5714285714rem;
  transform: translate(-50%, -50%);
  width: 1.4285714286rem;
  margin-left: -0.4285714286rem;
}
.mainHeader__button.active span:nth-child(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.mainHeader__button.active span:nth-child(2) {
  transform: translate(-50%, -50%) scaleX(0);
  margin-left: 0;
}
.mainHeader__button.active span:nth-child(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 2.2857142857rem;
  margin-left: 0;
}

.gNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #68296E;
  z-index: 95;
  display: flex;
  overflow-y: auto;
  padding: 2.8571428571rem;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.gNav.active {
  opacity: 1;
  visibility: visible;
}
.gNav ul {
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.0714285714rem;
}
.gNav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gNav ul li a {
  color: #fff;
  font-size: 1.7142857143rem;
  font-weight: 700;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.gNav ul li a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .gNav ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.gNav ul li a:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .gNav ul li a {
    font-size: 1.2857142857rem;
  }
}

.fv {
  position: relative;
  font-size: 1rem;
}
@media all and (max-width: 1280px) {
  .fv {
    font-size: 1.135vw;
  }
}
@media all and (max-width: 768px) {
  .fv {
    padding-bottom: 0;
    font-size: 0.5rem;
  }
}
.fv.onAnim .fv__img img {
  opacity: 1;
}
.fv.onAnim .fv__main {
  opacity: 1;
}
.fv.onAnim .fv__sub {
  opacity: 1;
}
.fv__img {
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 0 4.2857142857rem;
  transition: all 0.5s ease;
  pointer-events: none;
  background-color: #6C26B5;
}
@media (max-width: 1480px) {
  .fv__img {
    aspect-ratio: 1280/740;
  }
}
@media (min-width: 1481px) {
  .fv__img {
    height: 900px;
  }
}
@media all and (max-width: 768px) {
  .fv__img {
    min-height: 100svh;
  }
}
.fv__img img {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease 0.1s;
}
@media all and (max-width: 768px) {
  .fv__img img {
    height: 100%;
    object-fit: cover;
  }
}
.fv__content {
  z-index: 5;
  color: #fff;
  max-width: 1160px;
  width: calc(100% - 120 / 14 * 1em);
  margin: 0 auto;
  display: grid;
  gap: calc(60 / 14 * 1em);
  grid-template-columns: 74fr 36fr;
  padding-bottom: 3.5714285714rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media all and (max-width: 1280px) {
  .fv__content {
    width: calc(100% - 60 / 14 * 1em);
  }
}
@media all and (max-width: 768px) {
  .fv__content {
    width: calc(100% - 40 / 14 * 1em);
    height: auto;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.fv__main {
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease 0.3s;
  opacity: 0;
}
@media all and (max-width: 768px) {
  .fv__main {
    justify-content: center;
    padding-top: 6.4285714286rem;
    padding-bottom: 2.8571428571rem;
  }
}
.fv__caliculum {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  grid-template-rows: auto auto;
  gap: calc(10 / 14 * 1em) calc(30 / 14 * 1em);
  margin-bottom: 1.4285714286rem;
}
@media all and (max-width: 1280px) {
  .fv__caliculum {
    grid-template-columns: 0.9fr 1fr;
  }
}
@media all and (max-width: 768px) {
  .fv__caliculum {
    gap: calc(50 / 14 * 1em) calc(25 / 14 * 1em);
  }
}
.fv__caliculum .list {
  grid-column: 1/3;
  grid-row: 1/2;
  display: flex;
  align-items: flex-end;
}
@media all and (max-width: 768px) {
  .fv__caliculum .list {
    grid-column: 1/3;
  }
}
.fv__caliculum .list ul {
  display: flex;
  gap: calc(10 / 14 * 1em);
}
@media all and (max-width: 768px) {
  .fv__caliculum .list ul {
    gap: calc(20 / 14 * 1em);
  }
}
.fv__caliculum .list ul li {
  font-size: calc(16 / 14 * 1em);
  font-weight: 700;
  color: #68296E;
  background-color: #fff;
  padding: 0.5em 1em;
  border-radius: calc(infinity * 1px);
  line-height: 1.2;
}
@media all and (max-width: 768px) {
  .fv__caliculum .list ul li {
    font-size: 1.6428571429em;
  }
}
.fv__caliculum .text {
  grid-column: 1/3;
  grid-row: 2/3;
  font-size: 1.3571428571em;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .fv__caliculum .text {
    font-size: 2.3571428571em;
  }
}
.fv__title {
  font-size: 5.1428571429em;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
  margin-bottom: 0.3em;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.03em;
  gap: calc(2 / 14 * 1em);
}
.fv__title .sub {
  display: flex;
  align-items: center;
  gap: calc(5 / 14 * 1em);
}
.fv__title .sub .label {
  background-color: #6C26B5;
  color: #fff;
  padding: 0em 0.2em 0.1em;
  font-size: calc(12 / 14 * 1em);
}
@media all and (max-width: 768px) {
  .fv__title {
    margin-top: calc(4 / 14 * 1em);
    margin-bottom: 0.75em;
  }
}
@media all and (max-width: 768px) and (max-width: 768px) {
  .fv__title {
    font-size: 4.8571428571em;
  }
}
.fv__subtitle {
  border: 0.0714285714rem solid #fff;
  padding: 0.5em 0.2em;
  color: #fff;
  font-size: 1.8571428571em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0.6em;
}
@media all and (max-width: 768px) {
  .fv__subtitle {
    font-size: 1.8571428571em;
    line-height: 1.6;
    padding: 0.4em;
  }
}
.fv__subtitle .small {
  font-size: 0.8em;
}
@media all and (max-width: 768px) {
  .fv__copy {
    filter: brightness(0) invert(1);
  }
}
.fv__sub {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: calc(40 / 14 * 1em);
  transition: all 0.5s ease 0.6s;
  opacity: 0;
  padding-bottom: 1.4285714286rem;
}
@media all and (max-width: 768px) {
  .fv__sub {
    max-width: 21.2857142857rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-bottom: 2.1428571429rem;
  }
}
.fv__sub-heading {
  font-size: 2.2857142857em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border: 0.0714285714rem solid #fff;
  padding: 0.3em;
}
@media all and (max-width: 768px) {
  .fv__sub-heading {
    font-size: 2.8571428571em;
  }
}
.fv__sub-nav {
  display: flex;
  gap: calc(20 / 14 * 1em);
}
@media all and (max-width: 768px) {
  .fv__sub-nav {
    gap: calc(40 / 14 * 1em);
  }
}
.fv__sub-nav a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  border-radius: 50%;
  gap: calc(20 / 14 * 1em);
  aspect-ratio: 1/1;
  padding-top: calc(20 / 14 * 1em);
}
@media all and (max-width: 768px) {
  .fv__sub-nav a {
    padding-top: calc(30 / 14 * 1em);
  }
}
.fv__sub-nav a.join {
  background-color: #F7DB00;
  color: #6C26B5;
  transition: all 0.2s ease 0s;
}
.fv__sub-nav a.join:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .fv__sub-nav a.join:hover {
    background-color: #6C26B5;
    color: #fff;
  }
}
.fv__sub-nav a.join:active {
  background-color: #6C26B5;
  color: #fff;
}
.fv__sub-nav a.session {
  background-color: #E05213;
  color: #fff;
  transition: all 0.2s ease 0s;
}
.fv__sub-nav a.session:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .fv__sub-nav a.session:hover {
    background-color: #F7DB00;
    color: #E05213;
  }
}
.fv__sub-nav a.session:active {
  background-color: #F7DB00;
  color: #E05213;
}
.fv__sub-nav a .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  gap: 0.2em;
}
@media all and (max-width: 768px) {
  .fv__sub-nav a .text {
    gap: 1.6em;
  }
}
.fv__sub-nav a .text .main {
  font-size: calc(20 / 14 * 1em);
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .fv__sub-nav a .text .main {
    font-size: 2.1428571429em;
  }
}
.fv__sub-nav a .text .sub {
  font-size: calc(12 / 14 * 1em);
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .fv__sub-nav a .text .sub {
    font-size: 1.4285714286em;
  }
}
.fv__sub-nav a .icon {
  width: 1.4285714286rem;
}

.cash-back {
  margin-top: 2.8571428571rem;
  background: linear-gradient(#f0e9f8 0%, #f4f4f7 100%);
  border-radius: calc(infinity * 1px);
  padding: 1.4285714286rem 2.1428571429rem;
}
.cash-back__inner {
  display: flex;
  align-items: center;
  gap: 0.7142857143rem;
  max-width: 74.2857142857rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .cash-back__inner {
    flex-direction: column;
    align-items: center;
    gap: calc(10 / 14 * 1em);
    text-align: center;
  }
}
.cash-back__title {
  font-size: 2.1428571429rem;
  font-weight: 700;
  color: #6C26B5;
}
.cash-back__title .small {
  font-size: 0.7333333333em;
}
@media all and (max-width: 768px) {
  .cash-back__title {
    font-size: 1.7142857143rem;
  }
}
.cash-back__text {
  font-size: 1.2857142857rem;
  font-weight: 500;
  color: #ba0700;
}

.common-heading {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 0.7142857143rem;
  color: #6C26B5;
}
.common-heading--white {
  color: #fff;
}
.common-heading .en {
  color: #aa87ac;
  font-size: 1.4285714286rem;
  text-transform: uppercase;
}
.common-heading .ja {
  font-size: 2.2857142857rem;
  font-weight: 700;
}
.common-heading .ja strong {
  font-size: 1.25em;
}
.common-heading:after {
  content: "";
  width: 2.8571428571rem;
  height: 0.1428571429rem;
  background-color: currentColor;
  margin-top: 0.7142857143rem;
}

.common-lead {
  font-size: 1.2857142857rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
.common-lead strong {
  color: #BA0700;
  border-bottom: 0.1428571429rem solid #BA0700;
}

.who-is-this-for {
  padding: 8.5714285714rem 0 10rem;
}
@media all and (max-width: 768px) {
  .who-is-this-for {
    padding: 5.7142857143rem 0;
  }
}
.who-is-this-for__title {
  font-size: 2.1428571429rem;
  font-weight: 700;
  color: #6C26B5;
}
.who-is-this-for__list {
  display: flex;
  justify-content: space-between;
  gap: 2.1428571429rem;
}
@media all and (max-width: 768px) {
  .who-is-this-for__list {
    flex-wrap: wrap;
    gap: 3.5714285714rem 2.1428571429rem;
  }
}
.who-is-this-for__list.onAnim .item {
  opacity: 1;
  transform: translateY(0);
}
.who-is-this-for__list .item {
  max-width: 16.4285714286rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(2rem);
}
@media all and (max-width: 768px) {
  .who-is-this-for__list .item {
    width: calc(50% - 1.0714285714rem);
  }
}
.who-is-this-for__list .item:nth-child(2) {
  transition-delay: 0.2s;
}
.who-is-this-for__list .item:nth-child(3) {
  transition-delay: 0.4s;
}
.who-is-this-for__list .item:nth-child(4) {
  transition-delay: 0.6s;
}
.who-is-this-for__list .item .icon {
  width: 100%;
  max-width: 12.1428571429rem;
  aspect-ratio: 1/1;
  margin-bottom: 1.4285714286rem;
}
.who-is-this-for__list .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.who-is-this-for__list .item .title {
  font-size: 1.2857142857rem;
  font-weight: 700;
  margin-bottom: 0.7142857143rem;
}
@media all and (max-width: 768px) {
  .who-is-this-for__list .item .title {
    font-size: 1.1428571429rem;
  }
}
.who-is-this-for__list .item .text {
  font-weight: 500;
}
.who-is-this-for__list .item .text strong {
  color: #BA0700;
}

.outstanding-results-wrap {
  padding: 8.5714285714rem 0;
  overflow: hidden;
  border-radius: 4.2857142857rem 4.2857142857rem 0 0;
  background: linear-gradient(-90deg, #713776 0%, #6c26b5 100%);
  color: #fff;
  position: relative;
}
@media all and (max-width: 768px) {
  .outstanding-results-wrap {
    padding: 5.7142857143rem 0;
  }
}
.outstanding-results-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  max-width: 25rem;
  aspect-ratio: 1/1;
  background-image: url("../images/grad_bg.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .outstanding-results-wrap:before {
    width: 40%;
  }
}
.outstanding-results-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  max-width: 25rem;
  aspect-ratio: 1/1;
  background-image: url("../images/grad_bg.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
  pointer-events: none;
  scale: -1 1;
}
@media all and (max-width: 768px) {
  .outstanding-results-wrap:after {
    width: 40%;
  }
}

.outstanding-results__list {
  display: flex;
  flex-direction: column;
  gap: 7.1428571429rem;
}
@media all and (max-width: 768px) {
  .outstanding-results__list {
    gap: 4.2857142857rem;
  }
}
.outstanding-results__list .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (min-width: 769px) {
  .outstanding-results__list .item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media all and (max-width: 768px) {
  .outstanding-results__list .item {
    flex-direction: column;
  }
}
.outstanding-results__list .item .img {
  flex: 0.45;
  overflow: hidden;
  border-radius: 0.7142857143rem;
}
@media all and (max-width: 768px) {
  .outstanding-results__list .item .img {
    order: 2;
  }
}
.outstanding-results__list .item .img img {
  width: 100%;
}
.outstanding-results__list .item .content {
  flex: 0.5;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 768px) {
  .outstanding-results__list .item .content {
    display: contents;
  }
}
.outstanding-results__list .item .content .num {
  font-size: 4rem;
  font-weight: 700;
  color: #aa87ac;
  line-height: 1.4;
  margin-bottom: 0.4em;
}
@media all and (max-width: 768px) {
  .outstanding-results__list .item .content .num {
    order: 0;
    margin-bottom: 0.2em;
  }
}
.outstanding-results__list .item .content .title {
  font-size: 1.8571428571rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.4em;
}
@media all and (max-width: 768px) {
  .outstanding-results__list .item .content .title {
    order: 1;
    margin-bottom: 1em;
  }
}
.outstanding-results__list .item .content .text {
  font-size: 1.1428571429rem;
}
@media all and (max-width: 768px) {
  .outstanding-results__list .item .content .text {
    order: 4;
    margin-top: 1.5em;
  }
}
.outstanding-results__movie {
  margin-top: 7.1428571429rem;
  aspect-ratio: 16/9;
}
@media all and (max-width: 768px) {
  .outstanding-results__movie {
    margin-top: 4.2857142857rem;
  }
}
.outstanding-results__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.curriculum-wrap {
  padding: 8.5714285714rem 0 12.8571428571rem;
  position: relative;
}
.curriculum-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.15;
  background-image: url(../images/dot_bg.webp);
  background-size: 8.5714285714rem;
}
@media all and (max-width: 768px) {
  .curriculum-wrap {
    padding: 5.7142857143rem 0 8.5714285714rem;
  }
}

.curriculum__list {
  display: flex;
  flex-direction: column;
  gap: 2.8571428571rem;
}
.curriculum__list .item {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
}
@media all and (max-width: 768px) {
  .curriculum__list .item {
    grid-template-columns: 1fr;
  }
}
.curriculum__list .header {
  background: linear-gradient(45deg, #6c26b5 0%, #713776 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6.4285714286rem 2.1428571429rem;
  font-weight: 700;
  gap: 0.7142857143rem;
  border-radius: 1.4285714286rem 0 0 1.4285714286rem;
}
@media all and (max-width: 768px) {
  .curriculum__list .header {
    border-radius: 1.4285714286rem 1.4285714286rem 0 0;
    padding: 1.4285714286rem;
    gap: 0.3571428571rem;
  }
}
.curriculum__list .header > * {
  width: 100%;
}
@media all and (min-width: 769px) {
  .curriculum__list .header > * {
    max-width: 24.2857142857rem;
  }
}
.curriculum__list .header .session {
  font-size: 1.7142857143rem;
  color: #aa87ac;
}
@media all and (max-width: 768px) {
  .curriculum__list .header .session {
    font-size: 1.1428571429rem;
  }
}
.curriculum__list .header .title {
  color: #fff;
  font-size: 1.8571428571rem;
}
@media all and (max-width: 768px) {
  .curriculum__list .header .title {
    font-size: 1.4285714286rem;
  }
}
.curriculum__list .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.1428571429rem;
  border-radius: 0 1.4285714286rem 1.4285714286rem 0;
  background-color: #fff;
  border: 0.0714285714rem solid #9D99BE;
}
@media all and (max-width: 768px) {
  .curriculum__list .content {
    border-radius: 0 0 1.4285714286rem 1.4285714286rem;
    padding: 1.4285714286rem;
    gap: 0.3571428571rem;
  }
}
.curriculum__list .content > * {
  width: 100%;
}
@media all and (min-width: 769px) {
  .curriculum__list .content > * {
    max-width: 39.2857142857rem;
  }
}
.curriculum__list .content .heading {
  font-size: 1.5714285714rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
@media all and (max-width: 768px) {
  .curriculum__list .content .heading {
    font-size: 1.2857142857rem;
  }
}
.curriculum__list .content .num-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1.1428571429rem;
  line-height: 1.6;
  list-style: decimal;
  padding-left: 1.2em;
}
@media all and (max-width: 768px) {
  .curriculum__list .content .num-list {
    font-size: 1rem;
  }
}
.curriculum__lead {
  font-size: 2.1428571429rem;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #6C26B5;
  gap: 0.2em 0;
}
@media all and (max-width: 768px) {
  .curriculum__lead {
    font-size: 1.4285714286rem;
  }
}
.curriculum__lead span {
  border-bottom: 0.2857142857rem solid #6C26B5;
  padding-bottom: 0.2em;
}
@media all and (max-width: 768px) {
  .curriculum__lead span {
    border-bottom-width: 0.1428571429rem;
  }
}
.curriculum__saa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1428571429rem;
  line-height: 1.6;
  border-radius: 4.2857142857rem;
  background: linear-gradient(#6c26b5 0%, #713776 100%);
  border: 0.0714285714rem solid #9d99be;
  color: #fff;
  padding: 2.1428571429rem;
}
@media all and (max-width: 768px) {
  .curriculum__saa {
    flex-direction: column;
    padding: 2.1428571429rem 1.4285714286rem;
  }
}
.curriculum__saa .logo {
  width: 9.3571428571rem;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
@media all and (max-width: 768px) {
  .curriculum__saa .logo {
    width: 7.1428571429rem;
  }
}
.curriculum__saa .text {
  font-size: 2rem;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .curriculum__saa .text {
    text-align: center;
    font-size: 1.7142857143rem;
  }
}
.curriculum__saa .btWrap {
  width: 9.1428571429rem;
  flex-shrink: 0;
}
.curriculum__saa .btWrap a {
  display: flex;
  font-size: 1.1428571429rem;
  font-weight: 500;
  color: #fff;
  padding: 0.7142857143rem;
  border: 0.0714285714rem solid #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease 0s;
}
.curriculum__saa .btWrap a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .curriculum__saa .btWrap a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.curriculum__saa .btWrap a:active {
  background-color: rgba(255, 255, 255, 0.1);
}

.boxWrap1 {
  position: relative;
  z-index: 2;
  margin-top: -5.7142857143rem;
  border-radius: 4.2857142857rem 4.2857142857rem 0 0;
  background: linear-gradient(#f0e9f8 0%, #f0efff 100%);
}
@media all and (max-width: 768px) {
  .boxWrap1 {
    margin-top: -2.8571428571rem;
  }
}

.lecturer {
  padding: 8.5714285714rem 0 0;
}
@media all and (max-width: 768px) {
  .lecturer {
    padding: 5.7142857143rem 0 0;
  }
}
.lecturer__box {
  padding: 4.2857142857rem 2.8571428571rem;
  border-radius: 1.4285714286rem;
  background-color: #fff;
}
@media all and (max-width: 768px) {
  .lecturer__box {
    padding: 1.4285714286rem 1.4285714286rem 2.8571428571rem;
  }
}
.lecturer__box .main:after {
  content: "";
  clear: both;
  display: block;
}
@media all and (max-width: 768px) {
  .lecturer__box .main:after {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .lecturer__box .main {
    display: grid;
    grid-template-columns: 10rem 1fr;
    gap: 1.4285714286rem;
  }
}
.lecturer__box .main .img {
  float: left;
  width: 21.4285714286rem;
  margin-right: 2.8571428571rem;
  margin-bottom: 2.1428571429rem;
  overflow: hidden;
  border-radius: 0.7142857143rem;
}
@media all and (max-width: 768px) {
  .lecturer__box .main .img {
    width: 10.7142857143rem;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.lecturer__box .main .heading {
  color: #68296E;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 2.1428571429rem;
}
.lecturer__box .main .heading .name {
  font-size: 1.8571428571rem;
}
@media all and (max-width: 768px) {
  .lecturer__box .main .heading {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
  }
}
.lecturer__box .main .text {
  line-height: 2;
  margin-bottom: 2em;
}
@media all and (max-width: 768px) {
  .lecturer__box .main .text {
    grid-column: 1/3;
    margin-bottom: 0;
  }
}
.lecturer__box .main .list {
  list-style: disc;
  list-style-position: inside;
  font-weight: bold;
  color: #68296E;
}
@media all and (max-width: 768px) {
  .lecturer__box .main .list {
    grid-column: 1/3;
    padding-left: 1.2em;
    list-style-position: outside;
  }
}
.lecturer__box .sub {
  position: relative;
  font-size: 1.1428571429rem;
}
.lecturer__box .sub:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0714285714rem;
  background-image: repeating-linear-gradient(to right, #707070 0, #707070 1px, transparent 1px, transparent 4px);
}

.price {
  padding: 8.5714285714rem 0 12.8571428571rem;
}
@media all and (max-width: 768px) {
  .price {
    padding: 5.7142857143rem 0 8.5714285714rem;
  }
}
.price__box1 {
  padding: 4.2857142857rem 0;
  background-color: #fff;
  border-radius: 1.4285714286rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media all and (max-width: 1080px) {
  .price__box1 {
    padding: 4.2857142857rem 1.4285714286rem;
  }
}
@media all and (max-width: 768px) {
  .price__box1 {
    padding: 2.8571428571rem 1.4285714286rem;
    grid-template-columns: 1fr;
  }
}
.price__box1 .item {
  padding: 0 1.4285714286rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 1080px) {
  .price__box1 .item {
    padding: 0 1.4285714286rem;
  }
}
@media all and (max-width: 768px) {
  .price__box1 .item {
    padding: 0;
  }
}
.price__box1 .item:last-child {
  border-left: 0.0714285714rem solid #CBC9DD;
}
@media all and (max-width: 768px) {
  .price__box1 .item:last-child {
    border-left: 0;
    padding-top: 1.4285714286rem;
    margin-top: 1.4285714286rem;
    border-top: 0.0714285714rem solid #CBC9DD;
  }
}
.price__box1 .heading {
  font-size: 2.2857142857rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2.1428571429rem;
  text-align: center;
}
@media all and (max-width: 768px) {
  .price__box1 .heading {
    font-size: 2rem;
    margin-bottom: 0.8em;
  }
}
.price__box1 .list {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 0.7142857143rem 2.1428571429rem;
  line-height: 1.6;
}
@media all and (min-width: 769px) {
  .price__box1 .list {
    max-width: 22.8571428571rem;
  }
}
.price__box1 .list dt {
  font-size: 1.2857142857rem;
  font-weight: 500;
  color: #6C26B5;
  font-weight: 700;
  gap: 1em;
  position: relative;
  display: flex;
  align-items: center;
}
.price__box1 .list dt:before {
  content: "";
  width: 1.8571428571rem;
  aspect-ratio: 1/1;
  background-image: url(../images/unicorn_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.price__box1 .list dt:after {
  content: ":";
  color: #0A0A0A;
  margin-left: auto;
}
.price__box1 .list dd {
  font-size: 1.2857142857rem;
  font-weight: 500;
  padding-top: 0.2em;
}
.price__box2 {
  padding: 4.2857142857rem 2.8571428571rem;
  background-color: #fff;
  border-radius: 1.4285714286rem;
}
@media all and (max-width: 768px) {
  .price__box2 {
    padding: 2.8571428571rem 1.4285714286rem;
    grid-template-columns: 1fr;
  }
}
.price__box2 .heading {
  font-size: 2.2857142857rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2.8571428571rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .price__box2 .heading {
    margin-bottom: 0.5em;
  }
}
.price__box2 .heading:before {
  content: "";
  width: 2.8571428571rem;
  aspect-ratio: 1/1;
  background-image: url(../images/ic_present.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1.4285714286rem;
}
.price__box2 .heading .sub {
  font-size: 0.5em;
}
@media all and (max-width: 768px) {
  .price__box2 .heading .text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.price__box2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media all and (max-width: 1080px) {
  .price__box2 .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.1428571429rem 0;
  }
}
@media all and (max-width: 768px) {
  .price__box2 .list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.price__box2 .list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4285714286rem;
  padding: 0.7142857143rem 1.4285714286rem 0;
  border-left: 0.0714285714rem solid #CBC9DD;
}
.price__box2 .list li:last-child {
  border-right: 0.0714285714rem solid #CBC9DD;
}
@media all and (max-width: 1080px) {
  .price__box2 .list li:nth-child(2n) {
    border-right: 0.0714285714rem solid #CBC9DD;
  }
}
@media all and (max-width: 768px) {
  .price__box2 .list li {
    border-left: 0 !important;
    border-right: 0 !important;
    padding-top: 1.4285714286rem;
    margin-top: 1.4285714286rem;
    border-top: 0.0714285714rem solid #CBC9DD;
    gap: 0.75em;
  }
  .price__box2 .list li:last-child {
    border-bottom: 0.0714285714rem solid #CBC9DD;
    padding-bottom: 1.4285714286rem;
  }
}
.price__box2 .list li .list-heading {
  font-size: 1.2857142857rem;
  font-weight: 700;
  color: #6C26B5;
  text-align: center;
}
.price__box3 {
  padding: 2.8571428571rem 2.8571428571rem;
  background-color: #fff;
  border-radius: 1.4285714286rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (max-width: 768px) {
  .price__box3 {
    padding: 2.8571428571rem 1.4285714286rem;
    grid-template-columns: 1fr;
    gap: 0.75em;
  }
}
.price__box3 .list {
  display: grid;
  grid-template-columns: 6em 1fr;
  gap: 0.3em;
  font-size: 1.1428571429rem;
  line-height: 1.6;
}
@media all and (min-width: 769px) {
  .price__box3 .list:first-child {
    padding-right: 2em;
  }
  .price__box3 .list:last-child {
    padding-left: 2em;
    border-left: 1px solid #CBC9DD;
  }
}
.price__box3 .list dt {
  position: relative;
}
.price__box3 .list dt:after {
  content: ":";
  position: absolute;
  right: 0;
}
.price__box3 .list dd {
  padding-left: 2em;
}
@media all and (max-width: 1080px) {
  .price__box3 .list dd {
    padding-left: 1em;
  }
}

.faq-wrap {
  padding: 8.5714285714rem 0;
  overflow: hidden;
  border-radius: 4.2857142857rem 4.2857142857rem 0 0;
  background: linear-gradient(-90deg, #713776 0%, #6c26b5 100%);
  position: relative;
  margin-top: -4.2857142857rem;
  z-index: 5;
}
.faq-wrap .common-heading {
  color: #fff;
}
@media all and (max-width: 768px) {
  .faq-wrap {
    padding: 5.7142857143rem 0;
    margin-top: -2.8571428571rem;
  }
}
.faq-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  max-width: 25rem;
  aspect-ratio: 1/1;
  background-image: url("../images/grad_bg.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .faq-wrap:before {
    width: 40%;
  }
}
.faq-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  max-width: 25rem;
  aspect-ratio: 1/1;
  background-image: url("../images/grad_bg.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
  pointer-events: none;
  scale: -1 1;
}
@media all and (max-width: 768px) {
  .faq-wrap:after {
    width: 40%;
  }
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.4285714286rem;
}
.faq__list .item {
  background-color: #fff;
  border-radius: 1.4285714286rem;
}
.faq__list .item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4;
  padding: 1.0714285714rem 2.5714285714rem;
  gap: 1em;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .faq__list .item .question {
    padding: 1.0714285714rem 1.0714285714rem;
  }
}
.faq__list .item .question .q {
  font-size: 2.8571428571rem;
  font-weight: 600;
  flex-shrink: 0;
  color: #6C26B5;
  line-height: 1.2;
  margin-top: -0.2em;
}
@media all and (max-width: 768px) {
  .faq__list .item .question .q {
    font-size: 2.1428571429rem;
  }
}
.faq__list .item .question .text {
  flex: 1;
  font-size: 1.4285714286rem;
  font-weight: 800;
}
@media all and (max-width: 768px) {
  .faq__list .item .question .text {
    font-size: 1.2857142857rem;
  }
}
.faq__list .item .question .icon {
  width: 2.8571428571rem;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #6C26B5;
  position: relative;
}
@media all and (max-width: 768px) {
  .faq__list .item .question .icon {
    width: 2.1428571429rem;
  }
}
.faq__list .item .question .icon:before, .faq__list .item .question .icon:after {
  content: "";
  width: 1.0714285714rem;
  height: 0.2142857143rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease 0s;
}
.faq__list .item .question .icon:before:hover, .faq__list .item .question .icon:after:hover {
  text-decoration: none;
}
.faq__list .item .question .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__list .item .question .icon.active:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq__list .item .answer {
  font-size: 1.1428571429rem;
  padding: 1.4285714286rem 2.5714285714rem;
  border-top: 0.0714285714rem solid #CBC9DD;
  display: none;
  line-height: 1.75;
}
@media all and (max-width: 768px) {
  .faq__list .item .answer {
    padding: 1.0714285714rem 1.4285714286rem;
  }
}

.reasons {
  padding: 8.5714285714rem 0 0;
}
@media all and (max-width: 768px) {
  .reasons {
    padding: 5.7142857143rem 0 0;
  }
}
.reasons__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8571428571rem;
}
@media all and (max-width: 1080px) {
  .reasons__list {
    gap: 1.4285714286rem;
  }
}
@media all and (max-width: 768px) {
  .reasons__list {
    grid-template-columns: 1fr;
    gap: 2.8571428571rem;
  }
}
.reasons__list .item {
  background-color: #fff;
  border-radius: 1.4285714286rem;
  padding: 2.1428571429rem 1.4285714286rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reasons__list .item .icon {
  width: 2.4285714286rem;
  aspect-ratio: 1/1;
  background-image: url(../images/unicorn_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1em;
}
.reasons__list .item .heading {
  line-height: 1.5;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4285714286rem;
  font-weight: 700;
  color: #6C26B5;
  margin-bottom: 1em;
}
.reasons__list .item .detail {
  max-width: 16.2142857143rem;
  width: 100%;
}

.mainFooter {
  margin-bottom: 7.1428571429rem;
}
@media all and (max-width: 1080px) {
  .mainFooter {
    margin-bottom: 8.5714285714rem;
  }
}
@media all and (max-width: 768px) {
  .mainFooter {
    margin-bottom: 5rem;
  }
}
.mainFooter__main {
  padding: 5.7142857143rem 0;
  color: #fff;
  background-color: #222;
}
.mainFooter__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4.2857142857rem;
}
.mainFooter .logo {
  width: 17.1428571429rem;
}
.mainFooter .logo img {
  width: 100%;
}
.mainFooter .text {
  text-align: center;
}
.mainFooter .text strong {
  font-size: 1.4285714286rem;
  font-weight: 700;
}
.mainFooter__credit {
  text-align: center;
  font-size: 0.8571428571rem;
  font-weight: 400;
  padding: 1em;
}

.fixed-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background-color: #6C26B5;
  transition: all 0.5s ease;
  translate: 0 100%;
}
.fixed-nav.visible {
  translate: 0 0;
}
@media all and (max-width: 768px) {
  .fixed-nav .inner {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
  }
}
.fixed-nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4285714286rem;
  height: 7.1428571429rem;
  width: 100%;
}
@media all and (max-width: 1080px) {
  .fixed-nav__inner {
    flex-direction: column;
    justify-content: center;
    height: 8.5714285714rem;
    gap: 0.7142857143rem;
  }
}
@media all and (max-width: 768px) {
  .fixed-nav__inner {
    height: 5rem;
  }
}
.fixed-nav .heading {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  font-size: 2.1428571429rem;
}
.fixed-nav .heading .small {
  font-size: 0.6em;
}
@media all and (max-width: 1080px) {
  .fixed-nav .heading {
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    font-size: 1.4285714286rem;
  }
  .fixed-nav .heading .small {
    font-size: 0.8em;
  }
}
@media all and (max-width: 768px) {
  .fixed-nav .heading {
    font-size: 1rem;
  }
  .fixed-nav .heading .small {
    font-size: 1em;
  }
}
.fixed-nav .links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4285714286rem;
  max-width: 51.4285714286rem;
}
@media all and (min-width: 1081px) {
  .fixed-nav .links {
    flex: 1;
  }
}
@media all and (max-width: 1080px) {
  .fixed-nav .links {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .fixed-nav .links {
    gap: 0.7142857143rem;
  }
}
.fixed-nav .links a {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 4.2857142857rem;
  line-height: 1.4;
  border-radius: calc(infinity * 1px);
}
@media all and (max-width: 768px) {
  .fixed-nav .links a {
    height: 2.8571428571rem;
  }
}
.fixed-nav .links a .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fixed-nav .links a .text .main {
  font-size: 1.4285714286rem;
  font-weight: 700;
}
@media all and (max-width: 768px) {
  .fixed-nav .links a .text .main {
    font-size: 0.8571428571rem;
    margin-right: 1.45em;
  }
}
.fixed-nav .links a .text .sub {
  font-size: 0.8571428571rem;
}
@media all and (max-width: 768px) {
  .fixed-nav .links a .text .sub {
    display: none;
  }
}
.fixed-nav .links a .icon {
  position: absolute;
  top: 50%;
  right: 1.4285714286rem;
  transform: translateY(-50%);
  width: 1.5rem;
}
@media all and (max-width: 768px) {
  .fixed-nav .links a .icon {
    right: 0.7142857143rem;
    width: 1.0714285714rem;
  }
}
.fixed-nav .links a.join {
  background-color: #F7DB00;
  color: #6C26B5;
  transition: all 0.2s ease 0s;
}
.fixed-nav .links a.join:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .fixed-nav .links a.join:hover {
    background-color: #68296E;
    color: #fff;
  }
}
.fixed-nav .links a.join:active {
  background-color: #68296E;
  color: #fff;
}
.fixed-nav .links a.session {
  background-color: #E05213;
  color: #fff;
  transition: all 0.2s ease 0s;
}
.fixed-nav .links a.session:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .fixed-nav .links a.session:hover {
    background-color: #F7DB00;
    color: #E05213;
  }
}
.fixed-nav .links a.session:active {
  background-color: #F7DB00;
  color: #E05213;
}

/*# sourceMappingURL=style.css.map */