@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html,
body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 500;
}

body .wrapper {
  overflow-x: hidden;
  width: 100%;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
   * Prevent vertical alignment issues.
   */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
   * Reset form fields to make them styleable
   */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

input::placeholder {
  font-weight: bold;
}

/**
   * Reset radio and checkbox appearance to preserve their look in iOS.
   */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Remove arrow in IE10 & IE11
   */
select::-ms-expand {
  display: none;
}

/**
   * Remove padding
   */
option {
  padding: 0;
}

/**
   * Reset to invisible
   */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the outline style in Safari.
   */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
   * Clickable labels
   */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/*
   * Remove outline for editable content.
   */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

h1 {
  font-size: 48px;
  letter-spacing: 1.44px;
  font-weight: bold;
}

h2 {
  font-size: 32px;
  letter-spacing: 0.64px;
  font-weight: bold;
}

.main_text {
  font-size: 20px;
  letter-spacing: 1.25px;
}

.sub_headline {
  font-size: 32px;
  letter-spacing: 1.02px;
  color: #0f9b20;
  margin-bottom: 1rem;
  line-height: 1;
  font-family: "Inconsolata", sans-serif;
}

.small_headline {
  font-size: 14px;
  color: #0f9b20;
  letter-spacing: 0.45px;
  line-height: 1;
  font-family: "Inconsolata", sans-serif;
}

.caption {
  font-size: 14px;
  letter-spacing: 0.88px;
}

.error {
  color: #9b0f0f;
}

.caption.error {
  margin-top: 0.5rem !important;
}

.button,
button,
.link_button {
  font-size: 18px;
  letter-spacing: 2.16px;
  padding: 11px 0;
  text-align: center;
  background-color: #0f9b20;
  color: #ffffff;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease 0s !important;
  height: 3rem;
}
.button:hover,
button:hover,
.link_button:hover {
  font-size: calc(18px * 1.05);
}
.button span,
button span,
.link_button span {
  margin-right: 0.25rem;
}
.button img,
button img,
.link_button img {
  width: 1.5rem;
  vertical-align: middle;
}

.back_button {
  font-size: 18px;
  letter-spacing: 2.16px;
  background-color: transparent;
  padding: 0;
  color: #0f9b20;
  display: inline-block;
  width: auto;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  transition: none;
}
.back_button span {
  margin-right: 0.25rem;
}
.back_button img {
  width: 1.5rem;
  vertical-align: middle;
}

.active div,
.active .button {
  background-color: #0f9b20 !important;
}
.active div:hover,
.active .button:hover {
  font-size: calc(18px * 1.05) !important;
}

@media print, screen and (max-width: 768px) {
  body {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  h1 {
    font-size: 32px;
    letter-spacing: 0.64px;
  }
  h2 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .main_text {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .link_button,
  .button,
  button {
    font-size: 14px;
    letter-spacing: 1.4px;
    padding: 14px 0;
  }
  .link_button:hover,
  .button:hover,
  button:hover {
    font-size: 14.7px;
  }
  .link_button span,
  .button span,
  button span {
    margin-left: 0.5rem;
  }
  .link_button img,
  .button img,
  button img {
    width: 1.25rem;
  }
  .caption {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .sub_headline {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
  .small_headline {
    font-size: 12px;
    letter-spacing: 0.24px;
  }
}
.with_res {
  display: none;
}

@media print, screen and (max-width: 768px) {
  .with_pc {
    display: none;
  }
  .with_res {
    display: block;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 2rem;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: 2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 2rem;
  height: 4px;
  background-color: #000;
  border-radius: 0.25rem;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-0.2857142857rem, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.chat-content img {
  max-width: 50%;
  object-fit: contain;
}
.chat-content .from_customer p,
.chat-content .from_staff p {
  margin: 0;
}
.chat-content .from_customer .chat_content_wrapper,
.chat-content .from_staff .chat_content_wrapper {
  padding: 0.2em 1em;
  border-radius: 12px;
  display: inline-block;
  position: relative;
  overflow-wrap: normal;
  max-width: 50%;
}
.chat-content .from_customer .chat_content_wrapper::after,
.chat-content .from_staff .chat_content_wrapper::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 28px;
  top: -21px;
  z-index: -1;
}
.chat-content .from_customer .chat_content_wrapper p,
.chat-content .from_staff .chat_content_wrapper p {
  text-align: left;
  overflow-wrap: normal;
  word-wrap: break-word;
}
.chat-content .from_customer .created_at,
.chat-content .from_customer .read_status,
.chat-content .from_staff .created_at,
.chat-content .from_staff .read_status {
  font-size: 0.6rem;
  color: gray;
}
.chat-content .from_customer {
  text-align: left;
}
.chat-content .from_customer .chat_content_wrapper {
  background-color: lightgreen;
}
.chat-content .from_customer .chat_content_wrapper::after {
  left: -10px;
  border-radius: 18px 0 6px 18px/18px 0 1px 18px;
  box-shadow: -3px -10px 0 -5px lightgreen inset;
}
.chat-content .from_staff {
  text-align: right;
}
.chat-content .from_staff .chat_content_wrapper {
  background-color: lightgray;
}
.chat-content .from_staff .chat_content_wrapper::after {
  right: -10px;
  border-radius: 0 18px 18px 6px/0 18px 18px 1px;
  box-shadow: inset 3px -10px 0 -5px lightgray;
}
.chat-content .chat-table-wrapper #chat-table {
  padding-bottom: 10rem;
}
.chat-content .chat-table-wrapper #chat-table .chat-welcome-message {
  margin-left: 5%;
}
.chat-content .chat-table-wrapper #chat-table .date {
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
  color: #c0c0c0;
  margin-left: 47%;
  border-radius: 10rem;
  margin-right: 47%;
  top: 7rem;
  min-width: 2rem;
  position: sticky;
}
@media print, screen and (max-width: 768px) {
  .chat-content .chat-table-wrapper #chat-table .date {
    margin-left: 41%;
    margin-bottom: 1rem;
    margin-top: 1rem;
    min-width: 4rem;
  }
}
.chat-content .chat-table-wrapper #chat-table .staff {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0.5%;
  margin-bottom: 1.5%;
}
.chat-content .chat-table-wrapper #chat-table .user {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0.5%;
  margin-bottom: 0.5%;
}
@media print, screen and (max-width: 768px) {
  .chat-content .chat-table-wrapper #chat-table .user,
  .chat-content .chat-table-wrapper #chat-table .staff {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.chat-content .chat-table-wrapper #chat-table .chat-item {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.chat-content .chat-table-wrapper #chat-table .chat-item .mes-staff {
  border-radius: 12px;
  background-color: #90ee90;
  position: relative;
}
.chat-content .chat-table-wrapper #chat-table .chat-item .mes-staff:after {
  content: "";
  position: absolute;
  right: -4%;
  bottom: 5%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 5px 0px 5px 10px;
  border-color: transparent;
  border-left-color: #90ee90;
}
.chat-content .chat-table-wrapper #chat-table .chat-item .mes-staff-img {
  border-radius: 12px;
  background-color: #90ee90;
  position: relative;
}
.chat-content .chat-table-wrapper #chat-table .chat-item .mes-staff-img:after {
  content: "";
  position: absolute;
  right: -2%;
  bottom: 5%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 5px 0px 5px 10px;
  border-color: transparent;
  border-left-color: #90ee90;
  align-self: flex-start;
}
.chat-content .chat-table-wrapper #chat-table .chat-item .mes-user {
  border-radius: 12px;
  background-color: #e3e4e6;
  position: relative;
}
.chat-content .chat-table-wrapper #chat-table .chat-item .mes-user:after {
  content: "";
  position: absolute;
  right: 0%;
  bottom: 2%;
  left: -100%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 5px 10px 5px 0px;
  border-color: transparent;
  border-right-color: #e3e4e6;
}
.chat-content .chat-table-wrapper #chat-table .chat-item .chat-message {
  padding: 0.6rem 2.1rem;
  font-size: 1.3rem;
  max-width: 61%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.chat-content .chat-table-wrapper #chat-table .chat-item .chat-message .chat-content {
  word-wrap: break-word;
}
@media print, screen and (max-width: 768px) {
  .chat-content .chat-table-wrapper #chat-table .chat-item .chat-message {
    padding: 0.6rem 2.1rem;
  }
  .chat-content .chat-table-wrapper #chat-table .chat-item .chat-item-img {
    width: 80%;
  }
}
.chat-content .chat-table-wrapper #chat-table .chat-item .chat-sub-info {
  display: flex;
  flex-flow: column;
}
.chat-content .chat-table-wrapper #chat-table .chat-item img {
  width: 70%;
}
.chat-content .chat-table-wrapper #chat-table .chat-item .chat-img {
  display: flex;
  justify-content: flex-start;
}
.chat-content .chat-table-wrapper #chat-table .chat-item .chat-img-staff {
  justify-content: flex-end;
}
.chat-content .chat-table-wrapper #chat-table .chat-item .mes-img {
  display: flex;
}
.chat-content .chat-table-wrapper #chat-table .chat-item .mes-img .mes-img-text {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  margin-right: 10%;
  margin-left: 10%;
}
.chat-content .chat-table-wrapper #chat-table .item-staff {
  justify-content: flex-end;
}
.chat-content .chat-table-wrapper #chat-table .item-user {
  justify-content: flex-start;
}
.chat-content .send-field {
  display: flex;
  background-color: gray;
  align-items: center;
  padding: 3%;
}
.chat-content .send-field #chat-message-input {
  background-color: white;
}
.chat-content .form_block {
  background-color: gray;
  padding: 50px;
}
.chat-content .form_block label {
  display: inline-block;
}
.chat-content .form_block label #chat-file {
  display: none;
}
.chat-content .form_block .submit_input {
  display: flex;
  gap: 10%;
}
.chat-content .form_block .submit_button {
  display: flex;
  flex-flow: column;
  gap: 20%;
  width: 20%;
}
.chat-content .form_block textarea {
  width: 70%;
}

form .input_box {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
form .input_box .input_label {
  margin-bottom: 0.5rem;
}
form .input_box .input_label span {
  font-size: 0.75rem;
  margin-left: 0.5rem;
  color: #0f9b20;
}
form .input_box input,
form .input_box textarea,
form .input_box select {
  border: 2px solid #000000;
  padding: 1rem 1.25rem;
  width: 100%;
  height: 60px;
}
form .input_box input:focus,
form .input_box textarea:focus,
form .input_box select:focus {
  border-color: #0f9b20;
}
form .input_box input::-webkit-outer-spin-button, form .input_box input::-webkit-inner-spin-button,
form .input_box textarea::-webkit-outer-spin-button,
form .input_box textarea::-webkit-inner-spin-button,
form .input_box select::-webkit-outer-spin-button,
form .input_box select::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
form .input_box input[type=number] {
  -moz-appearance: textfield;
}
form .input_box textarea {
  resize: none;
  height: 225px;
}
form .input_box select {
  line-height: 1;
  background-image: url("../svg/expand_more_black_24dp.011d2664066d.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 1.5rem;
}
form .input_radio .radio_wrapper,
form .input_box .option_wrapper {
  height: auto;
  border: none;
  overflow: hidden;
}
form .input_radio .radio_wrapper label span img,
form .input_box .option_wrapper label span img {
  width: 1.5rem;
  margin-right: 0.5rem;
}
form .input_radio .radio_wrapper label span .checked_radio,
form .input_box .option_wrapper label span .checked_radio {
  display: none;
}
form .input_radio .radio_wrapper label input[type=radio]:checked ~ span .checked_radio,
form .input_radio .radio_wrapper label input[type=checkbox]:checked ~ span .checked_radio,
form .input_box .option_wrapper label input[type=radio]:checked ~ span .checked_radio,
form .input_box .option_wrapper label input[type=checkbox]:checked ~ span .checked_radio {
  display: inline-block;
}
form .input_radio .radio_wrapper label input[type=radio]:checked ~ span .unchecked_radio,
form .input_radio .radio_wrapper label input[type=checkbox]:checked ~ span .unchecked_radio,
form .input_box .option_wrapper label input[type=radio]:checked ~ span .unchecked_radio,
form .input_box .option_wrapper label input[type=checkbox]:checked ~ span .unchecked_radio {
  display: none;
}
form .password_input {
  position: relative;
}
form .password_input .blind_button,
form .password_input .display_button {
  position: absolute;
  top: 1.25rem;
  right: 5%;
  width: 1.5rem;
  vertical-align: middle;
}
form .password_input .blind_button {
  display: none;
}
form .display_password .blind_button {
  display: block;
}
form .display_password .display_button {
  display: none;
}
form .input_checkbox .check_box_wrapper input {
  display: none;
}
form .input_checkbox .check_box_wrapper input:checked + .input_label .unchecked_checkbox {
  display: none;
}
form .input_checkbox .check_box_wrapper input:checked + .input_label .checked_checkbox {
  display: inline-block;
}
form .input_checkbox .check_box_wrapper .input_label img {
  width: 1.5rem;
}
form .input_checkbox .check_box_wrapper .input_label .checked_checkbox {
  display: none;
}
form .input_checkbox .check_box_wrapper .input_label a {
  text-decoration: underline;
}
form .back_button_wrapper input {
  display: none;
}
form label:not(.back_button_wrapper):not(.check_box_wrapper) {
  display: block;
}
form label:not(.back_button_wrapper):not(.check_box_wrapper) input {
  display: none;
}
form label:not(.back_button_wrapper):not(.check_box_wrapper) div,
form label:not(.back_button_wrapper):not(.check_box_wrapper) .button {
  cursor: default;
  transition: none;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3215686275);
}
form label:not(.back_button_wrapper):not(.check_box_wrapper) div:hover,
form label:not(.back_button_wrapper):not(.check_box_wrapper) .button:hover {
  font-size: 18px;
}

.info_box {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.info_box .info_label {
  margin-bottom: 0.5rem;
  font-size: 14px;
}

.password_info .info_label {
  font-size: 1.25rem;
}
.password_info .display_button,
.password_info .blind_button {
  width: 1.25rem;
  vertical-align: middle;
}
.password_info .blind_button {
  display: none;
}
.password_info .actual_password {
  display: none;
}

.password_display .display_button,
.password_display .dummy_password {
  display: none;
}
.password_display .blind_button,
.password_display .actual_password {
  display: inline-block;
}

.card_form .input_content {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.card_form .card_owner .input_content {
  gap: 1rem;
}
.card_form .input_box img {
  width: 1.5rem;
  margin-left: 0.25rem;
  vertical-align: middle;
}
.card_form .input_box--hidden {
  display: none;
}
.card_form .security_code_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
}
.card_form .security_code_modal .modal_content {
  padding: 1.5rem 1.5em 2rem 1.5rem;
  position: relative;
  background-color: #ffffff;
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.card_form .security_code_modal .modal_content h2 {
  margin-bottom: 1.25rem;
  max-width: 90%;
}
.card_form .security_code_modal .modal_content .image_wrapper {
  width: 3rem;
  height: 3rem;
  top: 1.5rem;
  right: 1.5rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card_form .security_code_modal .modal_content .image_wrapper .security_close_button {
  width: 1.5rem;
}
.card_form .security_code_modal .modal_content .main_text {
  margin-bottom: 3rem;
}
.card_form .security_code_modal .modal_content .card_sample {
  width: 20rem;
}
.card_form .modal_active {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media print, screen and (max-width: 768px) {
  form .input_box {
    font-size: 1rem;
  }
  form .input_box input {
    height: 56px;
    padding: 1rem;
  }
  form .input_box .option_wrapper .option_box {
    margin-bottom: 1rem;
  }
  form .input_checkbox .check_box_wrapper .input_label img {
    width: 1.25rem;
  }
  form .input_radio .radio_wrapper label span img,
  form .input_box .option_wrapper label span img {
    width: 1.25rem;
  }
  form label:not(.back_button_wrapper):not(.check_box_wrapper) div:hover,
  form label:not(.back_button_wrapper):not(.check_box_wrapper) .button:hover {
    font-size: 14px;
  }
  form .active div:hover,
  form .active .button:hover {
    font-size: 14.7px !important;
  }
  form .password_input .display_button,
  form .password_input .blind_button {
    top: 1.125rem;
  }
  .info_box {
    font-size: 1rem;
  }
  .info_box .info_label {
    font-size: 0.75rem;
  }
  .card_form .card_num .input_content {
    gap: 0.25rem;
  }
  .card_form .card_num .input_content input {
    padding: 0.5rem;
  }
  .card_form .security_code_modal .modal_content {
    margin: auto 1rem;
  }
  .card_form .security_code_modal .modal_content h2 {
    font-size: 32px;
    margin-right: 3rem;
  }
  .card_form .security_code_modal .modal_content .image_wrapper {
    width: 2rem;
    height: 2rem;
  }
  .card_form .input_box img {
    width: 1.25rem;
  }
}
.start_time {
  margin-bottom: 1.5rem;
}

.event_image {
  width: 100%;
  margin-bottom: 1.5rem;
}

.event_content {
  margin-bottom: 54px;
}

.content_box {
  margin-bottom: 2rem;
  font-size: 1.25rem;
}
.content_box h2 {
  margin-bottom: 0.5rem;
}

.place_box div {
  margin-bottom: 1rem;
}
.place_box a {
  font-size: 14px;
  color: #0f9b20;
}
.place_box a img {
  width: 1.25rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.place_box a span {
  margin-right: 0.25rem;
}

.availability_box ul li {
  display: flex;
  border: 2px solid #000000;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
}
.availability_box ul li div:first-of-type {
  flex-grow: 1;
  padding: 1.5rem 0;
}
.availability_box ul li div:last-of-type {
  border-left: 2px solid #000000;
  text-align: center;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  width: 30%;
}
.availability_box ul li div:last-of-type p:first-of-type {
  font-size: 1.25rem;
  color: #0f9b20;
  margin-bottom: 0.5rem;
}
.availability_box ul li div:last-of-type p img {
  width: 1.5rem;
  color: #0f9b20;
}

@media print, screen and (max-width: 768px) {
  .content_box {
    font-size: 1rem;
  }
  .event_image {
    margin-bottom: 3rem;
  }
  .event_content {
    margin-bottom: 3rem;
  }
  .place_box a {
    font-size: 0.75rem;
  }
  .place_box a img {
    width: 1rem;
  }
  .availability_box ul li div:last-of-type {
    font-size: 0.75rem;
    width: 50%;
  }
}
.student_footer {
  padding: 1rem;
  background-color: #066c12;
  color: #ffffff;
  margin-top: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.student_footer a img {
  width: 1rem;
}

.footer_block {
  color: #ffffff;
  overflow: hidden;
}
.footer_block .rotate_wrapper ul > li > a {
  color: white;
}
.footer_block .contact_block {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
  color: #000000;
  position: relative;
  z-index: 1;
}
.footer_block .contact_block h1 {
  margin-bottom: 1.5rem;
}
.footer_block .contact_block .main_text {
  margin-bottom: 4rem;
}
.footer_block .contact_block .link_button {
  margin-bottom: 1.5rem;
}
.footer_block .contact_block .contact_link {
  color: #0f9b20;
  font-size: 18px;
  font-weight: bold;
}
.footer_block .contact_block .contact_link img {
  width: 1.5rem;
  margin-right: 0.25rem;
}
.footer_block .news_block {
  color: #000000;
  margin: 300px auto 400px calc(calc((100% - 13rem) / 12) * 2 + 48px);
}
.footer_block .news_block h1 {
  margin-bottom: 1.5rem;
}
.footer_block .news_block .news_list {
  font-size: 14px;
}
.footer_block .news_block .news_list li {
  margin-bottom: 1.5rem;
}
.footer_block .news_block .news_list li span {
  margin-right: 1rem;
}
.footer_block .news_block .news_list li .news_category {
  color: #ffffff;
  line-height: 1;
  background-color: #0f9b20;
}
.footer_block .news_block .news_list li .news_title {
  letter-spacing: 1.25px;
  font-weight: bold;
  font-size: 1.25rem;
}
.footer_block .news_block .news_list_link {
  color: #0f9b20;
  font-size: 18px;
  font-weight: bold;
}
.footer_block .news_block .news_list_link img {
  width: 1.5rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.footer_block .main_nav {
  position: relative;
  margin-top: 450px;
  margin-bottom: 200px;
  z-index: 1;
}
.footer_block .main_nav .rotate_wrapper .logo {
  margin-bottom: 1.5rem;
  width: 12rem;
  margin-left: calc(calc((100% - 13rem) / 12) * 2 + 48px);
}
.footer_block .main_nav .rotate_wrapper ul {
  margin-left: calc(calc((100% - 13rem) / 12) * 2 + 48px);
  position: relative;
}
.footer_block .main_nav .rotate_wrapper ul li {
  margin-top: 0.5rem;
}
.footer_block .main_nav .rotate_wrapper ul li a span {
  margin-left: 0.25rem;
}
.footer_block .main_nav .rotate_wrapper ul li a span.mypage_link div {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60%;
  vertical-align: bottom;
}
.footer_block .main_nav .rotate_wrapper ul li a img {
  width: 1.5rem;
}
.footer_block .main_nav .rotate_wrapper ul .detail_link a {
  margin-left: 1.75rem;
}
.footer_block .main_nav .rotate_wrapper ul::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: calc(0px - calc(calc((100vw - 13rem) / 12) * 2 + 48px));
  border-top: 900px solid transparent;
  border-left: 100vw solid #066c12;
  z-index: -1;
}
.footer_block .main_nav .rotate_wrapper ul::after {
  content: "";
  position: absolute;
  top: calc(100% + 50px);
  right: 0;
  border-right: 120vw solid #066c12;
  border-bottom: 900px solid transparent;
  z-index: -1;
}
.footer_block .main_nav .rotate_wrapper .link_button {
  margin-left: calc(calc((100% - 13rem) / 12) * 2 + 48px);
  margin-top: 1.5rem;
  color: #0f9b20;
  background-color: #ffffff;
  width: 509px;
}
.footer_block .sub_nav {
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
.footer_block .sub_nav::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 380px solid transparent;
  border-left: 50.6666666667vw solid #000000;
  z-index: -1;
}
.footer_block .sub_nav ul {
  margin-left: calc(calc((100% - 13rem) / 12) * 2 + 48px);
}
.footer_block .sub_nav ul li {
  text-decoration: underline;
}
.footer_block .sub_nav ul li img {
  margin-left: 0.25rem;
  width: 1rem;
}
.footer_block .sub_nav ul li:not(:last-of-type) {
  margin-bottom: 0.75rem;
}

@media print, screen and (max-width: 768px) {
  .footer_block .contact_block {
    margin: auto 1rem;
  }
  .footer_block .contact_block .main_text {
    margin-bottom: 2rem;
  }
  .footer_block .contact_block .contact_link {
    font-size: 14px;
    margin-top: 2rem;
  }
  .footer_block .contact_block .contact_link img {
    width: 1.25rem;
  }
  .footer_block .news_block {
    margin: 100px 1rem 350px 1rem;
  }
  .footer_block .news_block .news_list {
    margin: auto 1rem;
    font-size: 0.75rem;
  }
  .footer_block .news_block .news_list li {
    margin-bottom: 2rem;
  }
  .footer_block .news_block .news_list li .news_title {
    display: block;
    margin-top: 0.5rem;
  }
  .footer_block .news_block .news_list_link {
    font-size: 14px;
  }
  .footer_block .news_block .news_list_link img {
    width: 1.25rem;
  }
  .footer_block .main_nav {
    margin-top: 350px;
  }
  .footer_block .main_nav .rotate_wrapper .logo {
    margin: auto 1rem 2rem 1rem;
  }
  .footer_block .main_nav .rotate_wrapper ul {
    margin: auto 1rem 2rem 1rem;
  }
  .footer_block .main_nav .rotate_wrapper ul::before {
    left: -1rem;
    border-top: 700px solid transparent;
    border-left: 250vw solid #066c12;
  }
  .footer_block .main_nav .rotate_wrapper ul::after {
    right: -1rem;
    border-right: 225vw solid #066c12;
    border-bottom: 540px solid transparent;
  }
  .footer_block .main_nav .rotate_wrapper .link_button {
    margin: 1.5rem 1rem;
    width: auto;
  }
  .footer_block .sub_nav::before {
    border-top: 325px solid transparent;
    border-left: 135.4166666667vw solid #000;
  }
  .footer_block .sub_nav ul {
    margin: auto 1rem;
  }
}
.menu_button {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  cursor: pointer;
  z-index: 10;
}
.menu_button img {
  width: 100%;
}

.menu_triangle {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  max-width: 20%;
}
.menu_triangle.with_res {
  min-height: 5rem;
  max-width: none;
}

.header_block,
.top_header {
  min-height: 200px;
  position: relative;
  width: 100%;
}
.header_block .back_link,
.top_header .back_link {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 18px;
}
.header_block .back_link .mypage_link div,
.top_header .back_link .mypage_link div {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 20rem;
  vertical-align: text-bottom;
}
.header_block .back_link img,
.top_header .back_link img {
  width: 1.5rem;
  margin-right: 0.5rem;
  vertical-align: text-bottom;
}
.header_block .student_logo,
.top_header .student_logo {
  position: absolute;
  top: 1.25rem;
  left: 1rem;
}
.header_block .right_logo,
.top_header .right_logo {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  width: 6rem;
}
.header_block .left_logo,
.top_header .left_logo {
  position: absolute;
  top: 1.25rem;
  left: 1rem;
  width: 12rem;
  z-index: 1;
}
.header_block .header_top,
.top_header .header_top {
  min-height: 550px;
  padding: 200px 0 0 calc(calc((100% - 13rem) / 12) * 2 + 48px);
  position: relative;
  z-index: 0;
}
.header_block .header_top::before,
.top_header .header_top::before {
  content: "";
  border-bottom: 550px solid transparent;
  border-left: 550px solid #0f9b20;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.header_block .header_top .sub_headline,
.top_header .header_top .sub_headline {
  background-color: #ffffff;
  color: #0f9b20;
}
.header_block .header_top h1,
.top_header .header_top h1 {
  margin-top: 1rem;
  background-color: #0f9b20;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
}

.short_header {
  position: fixed;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  display: block;
  min-height: 3.5rem;
}

@media print, screen and (max-width: 768px) {
  .header_block,
  .top_header {
    overflow: hidden;
  }
  .header_block .left_logo,
  .top_header .left_logo {
    width: 10rem;
  }
  .header_block .back_link .mypage_link div:first-of-type,
  .top_header .back_link .mypage_link div:first-of-type {
    max-width: 5rem;
  }
  .header_block .header_top,
  .top_header .header_top {
    padding-left: 1rem;
    padding-top: 9rem;
    min-height: 500px;
  }
  .header_block .header_top::before,
  .top_header .header_top::before {
    border-bottom: 600px solid transparent;
    border-left: 600px solid #0f9b20;
    position: absolute;
    top: -150px;
    left: 0;
    z-index: -1;
  }
  .with_short_header {
    min-height: 100px;
  }
}
.menu_wrapper {
  display: flex;
  position: fixed;
  top: -100vh;
  left: 100vw;
  background-color: #ffffff;
  height: 100vh;
  width: 100%;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s 0s ease;
  padding: 0 calc(calc((100% - 13rem) / 12) * 3 + 64px);
  justify-content: center;
  align-items: center;
}
.menu_wrapper .logo {
  position: absolute;
  left: 1rem;
  top: 1.25rem;
  width: 12rem;
}
.menu_wrapper .logo img {
  width: 100%;
}
.menu_wrapper .menu_content nav {
  justify-content: space-between;
  display: flex;
  margin-bottom: 4rem;
  gap: 4rem;
}
.menu_wrapper .menu_content nav ul li {
  transition: all 0.5s 0s ease;
  transform: translate(1rem, -1rem);
}
.menu_wrapper .menu_content nav ul li a {
  display: inline-block;
  padding: 0.5rem;
}
.menu_wrapper .menu_content nav ul li a .small_headline {
  margin-left: 2rem;
}
.menu_wrapper .menu_content nav ul li a div {
  display: flex;
}
.menu_wrapper .menu_content nav ul li a div img {
  width: 2rem;
  margin-right: 0.25rem;
}
.menu_wrapper .menu_content nav ul li a div span {
  font-size: 32px;
  font-weight: bold;
}
.menu_wrapper .menu_content nav ul li a div span.mypage_link div {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 20rem;
  vertical-align: bottom;
}
.menu_wrapper .menu_content .link_button:first-of-type {
  margin-bottom: 1.5rem;
}

.menu_active {
  top: 0;
  left: 0;
  opacity: 1;
}
.menu_active .menu_content nav ul li {
  transform: translate(0, 0);
}

@media print, screen and (max-width: 768px) {
  .menu_wrapper {
    padding: 1rem;
    padding-top: 8rem;
  }
  .menu_wrapper .logo {
    width: 10rem;
  }
  .menu_wrapper .menu_content {
    width: 100%;
  }
  .menu_wrapper .menu_content nav {
    display: block;
  }
  .menu_wrapper .menu_content nav ul li a div img {
    width: 1.5rem;
  }
  .menu_wrapper .menu_content nav ul li a div span {
    font-size: 1.25rem;
  }
}
.chat_room_header .header_block {
  min-height: 50px;
}

.chat_room {
  padding: 1rem;
}
.chat_room .chat-table-wrapper #chat-table {
  padding-bottom: 3rem;
}
.chat_room .chat-table-wrapper #chat-table .date {
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
  color: #c0c0c0;
  margin-left: 47%;
  border-radius: 25%;
  margin-right: 47%;
  min-width: 2rem;
  padding: 0.5rem 1rem;
}
@media print, screen and (max-width: 768px) {
  .chat_room .chat-table-wrapper #chat-table .date {
    margin-left: 41%;
    margin-bottom: 1rem;
    margin-top: 1rem;
    min-width: 4rem;
  }
}
.chat_room .chat-table-wrapper #chat-table .staff {
  margin: auto auto 1rem 0;
}
.chat_room .chat-table-wrapper #chat-table .user {
  margin: auto 0 1rem auto;
}
.chat_room .chat-table-wrapper #chat-table .chat-item {
  display: flex;
}
.chat_room .chat-table-wrapper #chat-table .chat-item .mes-staff {
  border-radius: 0.75rem 0.75rem 0.75rem 0;
  background-color: #f6f6f6;
  position: relative;
  padding: 1rem;
}
.chat_room .chat-table-wrapper #chat-table .chat-item .mes-staff-img {
  border-radius: 0.75rem;
  background-color: #f6f6f6;
  position: relative;
  padding: 1rem;
}
.chat_room .chat-table-wrapper #chat-table .chat-item .mes-user {
  border-radius: 0.75rem 0.75rem 0 0.75rem;
  background-color: #0f9b20;
  position: relative;
  color: #ffffff;
  padding: 1rem;
  font-size: 14px;
}
.chat_room .chat-table-wrapper #chat-table .chat-item .chat-message {
  max-width: 40%;
}
.chat_room .chat-table-wrapper #chat-table .chat-item .chat-message .chat-content {
  word-wrap: break-word;
}
.chat_room .chat-table-wrapper #chat-table .chat-item .chat-date {
  font-size: 11px;
  margin: auto 0.5rem 0 0.5rem;
}
.chat_room .chat-table-wrapper #chat-table .chat-item .chat-item-img {
  display: inline-block;
  max-width: 40%;
  max-height: 70vh;
  object-fit: contain;
}
.chat_room .chat-table-wrapper #chat-table .chat-item .mes-img .chat-window__img-src {
  width: 3rem;
}
.chat_room .chat-table-wrapper #chat-table .chat-item .mes-img .mes-img-text p {
  display: block;
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width: 768px) {
  .chat_room .chat-table-wrapper #chat-table .chat-item .chat-item-img {
    max-width: 80%;
  }
}
.chat_room .chat-table-wrapper #chat-table .item-staff {
  align-items: flex-end;
  justify-content: flex-start;
}
.chat_room .chat-table-wrapper #chat-table .item-user {
  justify-content: flex-end;
  align-items: flex-end;
}

.chat_room {
  position: relative;
}
.chat_room .send-field {
  background-color: rgba(255, 255, 255, 0.86);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  padding: 0.5rem;
  justify-content: center;
  z-index: 1;
}
.chat_room .send-field #choose-file,
.chat_room .send-field #chat-message-submit {
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat_room .send-field #choose-file label input,
.chat_room .send-field #chat-message-submit label input {
  display: none;
}
.chat_room .send-field #choose-file img,
.chat_room .send-field #choose-file object,
.chat_room .send-field #chat-message-submit img,
.chat_room .send-field #chat-message-submit object {
  width: 1.5rem;
}
.chat_room .send-field #chat-message-input {
  background-color: #f6f6f6;
  width: 90%;
  border-radius: 1.5rem;
  padding: 1rem 1.25rem;
  font-size: 16px;
  height: 3rem;
}

.top_header {
  height: 100vh;
  width: 100%;
  background-image: url("../png/top_code.02dd8f548c13.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: visible;
  transform: rotateZ(-15deg);
}
.top_header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: -1;
  opacity: 0.7;
}
.top_header .header_content {
  display: flex;
  transform: rotateZ(15deg);
  height: 100%;
  position: relative;
}
.top_header .header_content .flex_wrapper {
  height: 100%;
  margin-left: calc(calc((100% - 13rem) / 12) * 2 + 48px);
  display: flex;
  width: 35%;
  min-width: 400px;
  flex-direction: column;
  justify-content: center;
}
.top_header .header_content .flex_wrapper .heading_image {
  width: 100%;
}
.top_header .header_content .flex_wrapper .animation_line {
  position: absolute;
  bottom: 0;
  left: calc(calc((100% - 13rem) / 12) * 2 + 48px);
}
.top_header .header_content .flex_wrapper .animation_line .axial_line {
  height: 7.5rem;
  width: 4px;
  border-left: 4px solid #000000;
  margin-left: 0;
}
.top_header .header_content .flex_wrapper .animation_line .move_object {
  position: absolute;
  top: 0;
  left: -4px;
  width: 0.75rem;
  animation-name: move_point;
  animation-duration: 2.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.top_header .header_content .flex_wrapper p,
.top_header .header_content .flex_wrapper h2 {
  display: inline-block;
  margin-bottom: 4rem;
}
.top_header .header_content .flex_wrapper p span,
.top_header .header_content .flex_wrapper h2 span {
  line-height: 1;
  background-color: #000000;
  color: #ffffff;
  display: inline;
}
.top_header .header_content .top_gradation {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -2;
}
.top_header .header_content .student_image {
  height: 100%;
  filter: drop-shadow(0 20px 40px #0f9b20);
  object-fit: cover;
}
.top_header .header_content [data-animation_order] {
  opacity: 0;
}

.fade_in {
  animation-name: fade_in;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.top_content {
  position: relative;
  z-index: 0;
  width: 100%;
}
.top_content .top__banner {
  z-index: 10;
}
.top_content .top__banner__link {
  margin: auto;
}
.top_content .top__banner__link img {
  width: 100%;
}
.top_content .top__banner__wrapper {
  position: relative;
  width: 50vw;
  margin: 100px auto 100px;
}
.top_content .section_block > * {
  opacity: 0;
  transform: translate(0, 2rem);
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.top_content .about_block {
  margin-right: auto;
  margin-bottom: auto;
  margin-left: calc(calc((100% - 13rem) / 12) * 2 + 48px);
  position: relative;
  padding-right: calc(calc((100% - 13rem) / 12) * 5 + 96px);
  color: #ffffff;
  padding-bottom: 228px;
  z-index: 1;
}
.top_content .about_block::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 117.2413793103vw solid #0f9b20;
  z-index: -1;
}
.top_content .about_block .sub_headline {
  background-color: #ffffff;
  color: #0f9b20;
  display: inline-block;
}
.top_content .about_block h1 {
  margin-bottom: 1.5rem;
}
.top_content .about_block h1 span {
  line-height: 1.45;
  margin-bottom: 1rem;
  background-color: #0f9b20;
}
.top_content .about_block h1.block_title {
  font-size: 28px;
}
.top_content .about_block .main_text {
  margin-bottom: 1rem;
  line-height: 1.45;
}
.top_content .about_block .main_text span {
  background-color: #0f9b20;
}
.top_content .about_block a {
  display: inline-block;
  background-color: #ffffff;
  font-size: 18px;
  color: #0f9b20;
  font-weight: bold;
}
.top_content .about_block a img {
  width: 1.5rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.top_content .about_block .about_image {
  width: 615px;
  position: absolute;
  right: calc(calc((100% - 13rem) / 12) * 1 + 32px);
  top: -120px;
  z-index: -1;
}
.top_content .content_block {
  margin-left: calc(calc((100% - 13rem) / 12) * 2 + 48px);
  padding-right: calc(calc((100% - 13rem) / 12) * 5 + 96px);
  color: #ffffff;
  position: relative;
  z-index: 0;
}
.top_content .content_block::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: calc(0px - calc(calc((100vw - 13rem) / 12) * 2 + 48px));
  border-left: 100vw solid #0f9b20;
  border-bottom: 1450px solid transparent;
  z-index: -1;
}
.top_content .content_block .sub_headline {
  background-color: #ffffff;
  color: #0f9b20;
  display: inline-block;
}
.top_content .content_block .app_image {
  width: 30%;
  position: absolute;
  z-index: -1;
  right: 35%;
  transform: rotate(45deg);
  top: 40%;
  min-width: 300px;
  object-fit: contain;
}
.top_content .content_block h1 {
  margin-bottom: 2rem;
}
.top_content .content_block .main_text {
  margin-bottom: 3rem;
  background-color: #0f9b20;
}
.top_content .content_block a {
  display: inline-block;
  background-color: #ffffff;
  color: #0f9b20;
  font-size: 18px;
  font-weight: bold;
}
.top_content .content_block a img {
  width: 1.5rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.top_content .price_block {
  margin-left: calc(calc((100% - 13rem) / 12) * 2 + 48px);
  padding-right: calc(calc((100% - 13rem) / 12) * 5 + 96px);
  margin-top: 937px;
  position: relative;
}
.top_content .price_block .sub_headline {
  color: #0f9b20;
  display: inline-block;
}
.top_content .price_block h1 {
  margin-bottom: 2rem;
  background-color: #fff;
}
.top_content .price_block .main_text {
  margin-bottom: 3rem;
  background-color: #fff;
}
.top_content .price_block .price_block__image {
  width: 40vw;
  position: absolute;
  top: -8vw;
  right: 10vw;
  z-index: -1;
}
.top_content .price_block a {
  display: inline-block;
  color: #0f9b20;
  font-size: 18px;
  font-weight: bold;
}
.top_content .price_block a img {
  width: 1.5rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.top_content .instructor_block {
  margin: 300px calc(calc((100% - 13rem) / 12) * 2 + 48px) 100px calc(calc((100% - 13rem) / 12) * 2 + 48px);
}
.top_content .instructor_block h1 {
  margin-bottom: 2rem;
  max-width: 400px;
}
.top_content .instructor_block .instructor_image {
  max-height: 450px;
  margin-bottom: 1.5rem;
  object-fit: cover;
}
.top_content .instructor_block .main_text {
  width: 509px;
  margin-bottom: 3rem;
}
.top_content .instructor_block a {
  display: block;
  color: #0f9b20;
  font-size: 18px;
  font-weight: bold;
}
.top_content .instructor_block a img {
  width: 1.5rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.top_content .classroom_block {
  color: #ffffff;
  padding-bottom: 188px;
  position: relative;
  z-index: 0;
  margin: 400px 20vw auto;
}
.top_content .classroom_block::before {
  content: "";
  position: absolute;
  top: -24rem;
  bottom: 0;
  left: -20vw;
  border-top: 1250px solid transparent;
  border-left: 150vw solid #0f9b20;
  z-index: -1;
}
.top_content .classroom_block .sub_headline {
  color: #0f9b20;
}
.top_content .classroom_block .sub_headline span {
  background-color: #ffffff;
  display: inline;
}
.top_content .classroom_block h1 {
  line-height: 1;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.top_content .classroom_block h1 span {
  display: inline;
  background-color: #0f9b20;
}
.top_content .classroom_block p {
  margin-bottom: 1.5rem;
}
.top_content .classroom_block .classroom_image {
  margin-bottom: 1.5rem;
}
.top_content .classroom_block .classroom_image iframe {
  max-width: 100%;
}
.top_content .classroom_block .classroom__picture {
  position: absolute;
  top: -10vw;
  width: 40vw;
  z-index: -1;
}
.top_content .classroom_block a {
  display: block;
  margin-top: 2rem;
}
.top_content .classroom_block a img {
  width: 1.5rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.top_content .classroom_block a span {
  font-size: 14px;
  margin-right: 0.25rem;
}
.top_content .classroom_block .classroom_block__wrapper--left .classroom__picture {
  right: -15vw;
}
.top_content .classroom_block .classroom_block__wrapper--right {
  width: 60vw;
  margin-left: auto;
  margin-top: 15vw;
  text-align: right;
}
.top_content .classroom_block .classroom_block__wrapper--right .classroom__picture {
  left: -15vw;
}
.top_content .event_block {
  margin-bottom: 800px;
  position: relative;
  z-index: 0;
}
.top_content .event_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1100px solid transparent;
  border-left: 400vw solid #0f9b20;
  z-index: -1;
}
.top_content .event_block .block_content {
  margin-left: calc(calc((100% - 13rem) / 12) * 2 + 48px);
  padding: 3rem 0 3rem 0.75rem;
  background-color: #ffffff;
  z-index: 1;
}
.top_content .event_block .block_content h1 {
  margin-bottom: 1.5rem;
}
.top_content .event_block .block_content .event_list {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top_content .event_block .block_content .event_list::-webkit-scrollbar {
  display: none;
}
.top_content .event_block .block_content .event_list li img {
  width: 392px;
  height: 294px;
  object-fit: cover;
  margin-bottom: 0.5rem;
}
.top_content .event_block .block_content .event_list li .caption {
  margin-bottom: 0.25rem;
}
.top_content .event_block .block_content .event_list_link {
  font-weight: bold;
  color: #0f9b20;
}
.top_content .event_block .block_content .event_list_link img {
  width: 1.5rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.top_content .pop_up > * {
  opacity: 1;
  transform: translate(0, 0);
}

@media print, screen and (max-width: 768px) {
  .top_header .header_content {
    display: block;
    position: relative;
  }
  .top_header .header_content .flex_wrapper {
    margin: auto 1rem;
    justify-content: flex-start;
    height: auto;
    padding-top: 35vh;
    min-width: auto;
    width: calc(100% - 2rem);
  }
  .top_header .header_content .flex_wrapper .heading_image {
    width: 75%;
  }
  .top_header .header_content .flex_wrapper p span {
    font-size: 1rem;
  }
  .top_header .header_content .flex_wrapper h2 span {
    font-size: 1.25rem;
  }
  .top_header .header_content .flex_wrapper .animation_line {
    left: 1rem;
    bottom: 0;
  }
  .top_header .header_content .student_image {
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: -1;
    height: 100%;
  }
  .top_content .top__banner__wrapper {
    width: 90vw;
  }
  .top_content .about_block {
    margin-left: 1rem;
    margin-top: 300px;
    padding-right: 1rem;
  }
  .top_content .about_block::before {
    bottom: 0;
    right: 0;
    border-top: 1000px solid transparent;
    border-right: 250vw solid #0f9b20;
  }
  .top_content .about_block h1 {
    line-height: 1.5;
  }
  .top_content .about_block .about_image {
    width: 100%;
    right: -20%;
    top: -200px;
  }
  .top_content .about_block a {
    font-size: 14px;
  }
  .top_content .about_block a img {
    width: 1.25rem;
  }
  .top_content .content_block {
    margin: auto 1rem;
    padding-right: 0;
  }
  .top_content .content_block::before {
    left: -1rem;
    border-left: 150vw solid #0f9b20;
    border-bottom: 700px solid;
  }
  .top_content .content_block .app_image {
    width: 100%;
    bottom: inherit;
    top: 40%;
    right: -20%;
    max-height: 700px;
  }
  .top_content .content_block a {
    font-size: 14px;
  }
  .top_content .content_block a img {
    width: 1.25rem;
  }
  .top_content .price_block {
    margin: auto 1rem;
    padding-right: 0;
    margin-top: 700px;
  }
  .top_content .price_block .app_image {
    width: 100%;
    bottom: inherit;
    top: 40%;
    right: -20%;
    max-height: 700px;
  }
  .top_content .price_block a {
    font-size: 14px;
  }
  .top_content .price_block a img {
    width: 1.25rem;
  }
  .top_content .price_block img.price_block__image {
    width: 80vw;
    right: -10vw;
    top: -40vw;
  }
  .top_content .instructor_block {
    margin: 200px 1rem 100px 1rem;
  }
  .top_content .instructor_block .instructor_image {
    width: calc(100% + 1rem);
    max-width: none;
  }
  .top_content .instructor_block .main_text {
    width: 100%;
  }
  .top_content .instructor_block a {
    font-size: 14px;
  }
  .top_content .instructor_block a img {
    width: 1.25rem;
  }
  .top_content .classroom_block {
    margin: 300px 1rem auto 1rem;
  }
  .top_content .classroom_block .sub_headline {
    font-size: 1.25rem;
  }
  .top_content .classroom_block p {
    font-size: 0.75rem;
  }
  .top_content .classroom_block .classroom_image iframe {
    height: 223px;
  }
  .top_content .classroom_block .main_text {
    font-size: 1rem;
  }
  .top_content .classroom_block::before {
    left: -1rem;
    border-top: 750px solid transparent;
    border-left: 300vw solid #0f9b20;
    top: -16rem;
  }
  .top_content .classroom_block a {
    font-size: 0.75rem;
  }
  .top_content .classroom_block a img {
    width: 1.25rem;
  }
  .top_content img#classroom__picture--left {
    width: 80vw;
    right: -10vw;
    top: -40vw;
  }
  .top_content img#classroom__picture--right {
    width: 80vw;
    left: -10vw;
    top: -40vw;
  }
  .top_content .classroom_block .classroom_block__wrapper--right {
    width: auto;
    margin-top: 50vw;
  }
  .top_content .event_block {
    margin-bottom: 600px;
  }
  .top_content .event_block::before {
    border-bottom: 800px solid transparent;
  }
  .top_content .event_block .block_content {
    margin: auto 0 auto 1rem;
  }
  .top_content .event_block .block_content .event_list li img {
    width: 300px;
    height: 225px;
  }
}
@keyframes move_point {
  0% {
    top: 0;
  }
  60% {
    top: calc(100% - 0.5rem);
    width: 4px;
    left: 0;
  }
  100% {
    top: calc(100% - 0.5rem);
    width: 4px;
    left: 0;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.banner__list {
  display: flex;
  position: fixed;
  bottom: 16px;
  right: 16px;
  gap: 8px;
  z-index: 1000;
}
.banner__list a {
  transition: 0.3s;
}
.banner__list a:hover {
  transform: scale(1.05);
}
.banner__list img {
  width: 22vw;
}
.banner__list--mobile {
  display: none;
}

@media print, screen and (max-width: 768px) {
  .banner__list--pc {
    display: none;
  }
  .banner__list--mobile {
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .banner__list--mobile a {
    width: 100%;
  }
  .banner__list--mobile img {
    width: 100%;
  }
}
.contact_content {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.contact_content h1 {
  margin-bottom: 1rem;
}
.contact_content .main_text {
  margin-bottom: 1.5rem;
}
.contact_content .to_b_link {
  color: #0f9b20;
  margin-bottom: 6rem;
  display: block;
}
.contact_content .to_b_link img {
  width: 1.5rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.contact_content .to_b_link span {
  margin-right: 0.25rem;
}
.contact_content h2 {
  margin-bottom: 1.5rem;
}
.contact_content form .input_radio .radio_wrapper label:first-of-type {
  margin-bottom: 1.25rem;
}
.contact_content form .caption {
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}

@media print, screen and (max-width: 768px) {
  .contact_content {
    margin: auto 1rem;
  }
}
.contact_confirm {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.contact_confirm .page_title {
  margin-bottom: 1rem;
}
.contact_confirm .main_text {
  margin-bottom: 6rem;
}
.contact_confirm .content_title {
  margin-bottom: 1.5rem;
}
.contact_confirm .back_button {
  margin-top: 2rem;
}
.contact_confirm form label {
  margin-top: 6rem;
}

@media print, screen and (max-width: 768px) {
  .contact_confirm {
    margin: auto 1rem;
  }
  .contact_confirm .back_button {
    font-size: 14px;
  }
  .contact_confirm .back_button img {
    width: 1.25rem;
  }
}
.contact_complete {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.contact_complete h1 {
  margin-bottom: 1rem;
}
.contact_complete .main_text {
  margin-bottom: 3rem;
}
.contact_complete .chatroom_link {
  display: block;
  background-color: #0f9b20;
  color: #ffffff;
  margin-top: 3rem;
}
.contact_complete form label {
  margin-top: 3rem !important;
}
.contact_complete .caption:not(.error) {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}
.contact_complete .reset_link {
  display: block;
  color: #0f9b20;
  font-size: 18px;
}
.contact_complete .reset_link img {
  width: 1.25rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}

@media print, screen and (max-width: 768px) {
  .contact_complete {
    margin: auto 1rem;
  }
  .contact_complete form label:hover .button {
    font-size: 14.7px !important;
  }
  .contact_complete .reset_link {
    font-size: 14px;
  }
  .contact_complete .reset_link img {
    width: 1.25rem;
  }
}
.check_room_password {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.check_room_password h1 {
  margin-bottom: 1rem;
}
.check_room_password .main_text {
  margin-bottom: 6rem;
}
.check_room_password .caption:not(.error) {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}
.check_room_password form label {
  margin-top: 3rem !important;
}
.check_room_password .reset_link {
  display: block;
  color: #0f9b20;
  font-size: 18px;
}
.check_room_password .reset_link img {
  width: 1.5rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}

@media print, screen and (max-width: 768px) {
  .check_room_password {
    margin: auto 1rem;
  }
  .check_room_password .reset_link {
    font-size: 14px;
  }
  .check_room_password .reset_link img {
    width: 1.25rem;
  }
}
.reset_room_password {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.reset_room_password h1 {
  margin-bottom: 1rem;
}
.reset_room_password .main_text {
  margin-bottom: 4rem;
}
.reset_room_password form label:not(.back_button_wrapper) {
  margin-top: 3rem;
}

@media print, screen and (max-width: 768px) {
  .reset_room_password {
    margin: auto 1rem;
  }
}
.news_content {
  margin-bottom: 300px;
}
.news_content div {
  position: relative;
  z-index: 0;
  margin-bottom: 3rem;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.news_content div::-webkit-scrollbar {
  display: none;
}
.news_content div .search_tab {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.news_content div .search_tab::-webkit-scrollbar {
  display: none;
}
.news_content div .search_tab li {
  padding: 14px 14px 16px 14px;
  white-space: nowrap;
  cursor: pointer;
}
.news_content div .search_tab .tab_active {
  color: #0f9b20;
  border-bottom: 0.25rem solid #0f9b20;
}
.news_content div .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: -1;
  margin-bottom: 0;
  border-bottom: 2px solid #000000;
}
.news_content .news_list {
  margin: auto calc(calc((100% - 13rem) / 12) * 2 + 48px);
  font-size: 14px;
}
.news_content .news_list li {
  margin-bottom: 1.5rem;
}
.news_content .news_list li span {
  margin-right: 1rem;
}
.news_content .news_list li .news_category {
  color: #ffffff;
  line-height: 1;
  padding: 0 0.5rem;
  background-color: #0f9b20;
}
.news_content .news_list li .news_title {
  letter-spacing: 1.25px;
  font-weight: bold;
  font-size: 1.25rem;
}
.news_content #display_more {
  display: inline-block;
  margin: 2rem calc(calc((100% - 13rem) / 12) * 2 + 48px) auto calc(calc((100% - 13rem) / 12) * 2 + 48px);
  color: #0f9b20;
  font-size: 1.25rem;
}
.news_content #display_more img {
  width: 1.5rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}

@media print, screen and (max-width: 768px) {
  .news_content div .search_tab {
    font-size: 14px;
    justify-content: flex-start;
  }
  .news_content div .search_tab li {
    padding: 14px;
  }
  .news_content .news_list {
    margin: auto 1rem;
    font-size: 0.75rem;
  }
  .news_content .news_list li {
    margin-bottom: 2rem;
  }
  .news_content .news_list li .news_title {
    display: block;
    margin-top: 0.5rem;
  }
  .news_content #display_more {
    margin: 3rem 1rem auto 1rem;
    font-size: 14px;
  }
  .news_content #display_more img {
    width: 1.25rem;
  }
}
.element_detail h1 {
  margin: auto calc(calc((100% - 13rem) / 12) * 2 + 48px) 0.5rem calc(calc((100% - 13rem) / 12) * 2 + 48px);
  text-align: center;
}
.element_detail .main_content {
  font-size: 1.25rem;
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.element_detail .main_content .created_at {
  margin-bottom: 1.5rem;
}
.element_detail .main_content > img {
  width: 100%;
  margin-bottom: 2rem;
}
.element_detail .main_content .link_button {
  margin-top: 6rem;
}

@media print, screen and (max-width: 768px) {
  .element_detail h1 {
    margin: 1rem 1rem auto 1rem;
  }
  .element_detail .main_content {
    margin: auto 1rem;
    font-size: 1rem;
  }
}
.event_list_content {
  margin-bottom: 300px;
}
.event_list_content form {
  font-size: 14px;
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.event_list_content form .submit_button {
  margin-top: 1rem;
}
.event_list_content div {
  position: relative;
  z-index: 0;
  margin-bottom: 3rem;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.event_list_content div::-webkit-scrollbar {
  display: none;
}
.event_list_content div .search_tab {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.event_list_content div .search_tab::-webkit-scrollbar {
  display: none;
}
.event_list_content div .search_tab li {
  padding: 14px 14px 16px 14px;
  cursor: pointer;
  white-space: nowrap;
}
.event_list_content div .search_tab .tab_active {
  color: #0f9b20;
  border-bottom: 0.25rem solid #0f9b20;
}
.event_list_content div .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: -1;
  border-bottom: 2px solid #000000;
  margin-bottom: 0;
}
.event_list_content .event_list {
  font-size: 14px;
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.event_list_content .event_list li {
  margin: auto;
  margin-bottom: 3rem;
}
.event_list_content .event_list li img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.event_list_content .event_list li .start_time {
  margin-bottom: 0.25rem;
}
.event_list_content #display_more {
  margin: auto calc(calc((100% - 13rem) / 12) * 2 + 48px);
  color: #0f9b20;
  font-size: 1.25rem;
  display: inline-block;
  cursor: pointer;
}
.event_list_content #display_more img {
  width: 1.5rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}

@media print, screen and (max-width: 768px) {
  .event_list_content form {
    margin: auto 1rem;
    font-size: 0.75rem;
  }
  .event_list_content form .submit_button {
    margin-bottom: 0;
  }
  .event_list_content div .search_tab {
    font-size: 14px;
    justify-content: flex-start;
  }
  .event_list_content div .search_tab li {
    padding: 14px;
  }
  .event_list_content .event_list {
    margin: auto 1rem;
    font-size: 0.75rem;
  }
  .event_list_content #display_more {
    margin: auto 1rem;
    font-size: 14px;
  }
  .event_list_content #display_more img {
    width: 1.25rem;
  }
}
.login_content {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.login_content h1 {
  margin-bottom: 4.5rem;
  font-weight: bold;
}
.login_content form label {
  margin-top: 3rem;
  color: #ffffff;
  display: block;
}
.login_content form label input {
  display: none;
}
.login_content form label .button {
  background-color: rgba(0, 0, 0, 0.3215686275);
}
.login_content form .active div {
  background-color: #0f9b20;
}
.login_content .caption {
  margin-top: 1.5rem;
}
.login_content a {
  margin-top: 0.5rem;
  font-size: 14px;
  color: #0f9b20;
  display: block;
}
.login_content a img {
  width: 1.25rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}

@media print, screen and (max-width: 768px) {
  .login_content {
    margin: auto 1rem;
  }
  .login_content a {
    font-size: 0.75rem;
  }
}
.mypage_content {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.mypage_content h1 {
  margin-bottom: 3rem;
}
.mypage_content .next_lesson {
  margin-bottom: 1rem;
}
.mypage_content .link_list li {
  width: 100%;
  min-height: 5rem;
  background-color: #f6f6f6;
  padding: 1.25rem;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
.mypage_content .link_list .personal_info_block a,
.mypage_content .link_list .personal_info_block div,
.mypage_content .link_list .card_block a,
.mypage_content .link_list .card_block div,
.mypage_content .link_list .line_linkage_block a,
.mypage_content .link_list .line_linkage_block div,
.mypage_content .link_list .rank_info_block a,
.mypage_content .link_list .rank_info_block div,
.mypage_content .link_list .join_event_block a,
.mypage_content .link_list .join_event_block div,
.mypage_content .link_list .joined_event_block a,
.mypage_content .link_list .joined_event_block div,
.mypage_content .link_list .lesson_change_block a a,
.mypage_content .link_list .lesson_change_block a div,
.mypage_content .link_list .student_account_block a a,
.mypage_content .link_list .student_account_block a div,
.mypage_content .link_list .lesson_block a a,
.mypage_content .link_list .lesson_block a div,
.mypage_content .link_list .lesson_block div a,
.mypage_content .link_list .lesson_block div div,
.mypage_content .link_list .line_linkage_block a a,
.mypage_content .link_list .line_linkage_block a div {
  display: flex;
  justify-content: space-between;
}
.mypage_content .link_list .personal_info_block a img,
.mypage_content .link_list .personal_info_block div img,
.mypage_content .link_list .card_block a img,
.mypage_content .link_list .card_block div img,
.mypage_content .link_list .line_linkage_block a img,
.mypage_content .link_list .line_linkage_block div img,
.mypage_content .link_list .rank_info_block a img,
.mypage_content .link_list .rank_info_block div img,
.mypage_content .link_list .join_event_block a img,
.mypage_content .link_list .join_event_block div img,
.mypage_content .link_list .joined_event_block a img,
.mypage_content .link_list .joined_event_block div img,
.mypage_content .link_list .lesson_change_block a a img,
.mypage_content .link_list .lesson_change_block a div img,
.mypage_content .link_list .student_account_block a a img,
.mypage_content .link_list .student_account_block a div img,
.mypage_content .link_list .lesson_block a a img,
.mypage_content .link_list .lesson_block a div img,
.mypage_content .link_list .lesson_block div a img,
.mypage_content .link_list .lesson_block div div img,
.mypage_content .link_list .line_linkage_block a a img,
.mypage_content .link_list .line_linkage_block a div img {
  width: 1.5rem;
}
.mypage_content .link_list .school_code_block a div {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.mypage_content .link_list .school_code_block a div img {
  width: 1.5rem;
}
.mypage_content .link_list .student_account_block a div {
  margin-bottom: 0.5rem;
}
.mypage_content .link_list .student_account_caption {
  margin: 0.5rem 1.25rem 3rem 1.25rem;
}
.mypage_content .link_list .lesson_block p {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.mypage_content .link_list .join_event_block .join_event {
  display: flex;
  gap: 1rem;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mypage_content .link_list .join_event_block .join_event::-webkit-scrollbar {
  display: none;
}
.mypage_content .link_list .join_event_block .join_event .join_event_link {
  margin-top: 1rem;
  display: block;
}
.mypage_content .link_list .join_event_block .join_event .join_event_link img {
  margin-bottom: 0.5rem;
  width: 384px;
  height: 288px;
  object-fit: cover;
}
.mypage_content .link_list .join_event_block .join_event .caption {
  margin-bottom: 0.25rem;
}
.mypage_content .link_list .join_event_block .join_event .main_text {
  margin-bottom: 0.75rem;
}
.mypage_content .link_button:first-of-type {
  margin-top: 3rem;
}
.mypage_content .logout_button {
  background-color: #f6f6f6;
  color: #9b0f0f;
  margin-top: 0.25rem;
}
.mypage_content_staff .link_list li a {
  display: flex;
  justify-content: space-between;
}
.mypage_content_staff .link_list p {
  font-size: 14px;
}

@media print, screen and (max-width: 768px) {
  .mypage_content {
    margin: 0;
  }
  .mypage_content h1,
  .mypage_content .sub_headline {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mypage_content .link_button {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 2rem);
  }
  .mypage_content .link_list li {
    font-size: 1rem;
    padding: 1rem;
  }
  .mypage_content .link_list .student_account_caption {
    margin: 0.5rem 1rem 3rem 1rem;
  }
  .mypage_content .link_list .lesson_block p {
    font-size: 14px;
  }
  .mypage_content .link_list .join_event_block .join_event .join_event_link img {
    width: 300px;
    height: 225px;
  }
}
.mail_registration_content {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.mail_registration_content h1 {
  margin-bottom: 1rem;
}
.mail_registration_content h2 {
  margin: 3rem auto 0.5rem auto;
}
.mail_registration_content .main_text {
  margin-bottom: 1rem;
}
.mail_registration_content .caption {
  margin-bottom: 3rem;
}
.mail_registration_content .caption a:not(.login_link) {
  display: block;
  margin-top: 0.5rem;
  color: #0f9b20;
}
.mail_registration_content .caption a:not(.login_link) img {
  width: 1.25rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.mail_registration_content .caption .login_link {
  color: #0f9b20;
  text-decoration: underline;
}
.mail_registration_content form {
  margin-top: 3rem;
}
.mail_registration_content form .caption {
  margin: auto auto 1.5rem auto;
}
.mail_registration_content form label {
  margin: 3rem auto 1.5rem auto !important;
  display: block;
}
.mail_registration_content form label input {
  display: none;
}
.mail_registration_content form label div {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3215686275);
}

@media print, screen and (max-width: 768px) {
  .mail_registration_content {
    margin: auto 1rem;
  }
  .mail_registration_content .caption a img {
    width: 1.25rem !important;
  }
}
.permanent_registration_content {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.permanent_registration_content h1 {
  margin-bottom: 1rem;
}
.permanent_registration_content .main_text {
  margin-bottom: 6rem;
}
.permanent_registration_content form h1 {
  margin-bottom: 1.5rem;
}
.permanent_registration_content form h2 {
  margin: 3rem auto 1rem auto;
}
.permanent_registration_content form .nickname_box {
  margin-bottom: 3rem;
}
.permanent_registration_content form .nickname_box .caption {
  margin-top: 0.5rem;
}
.permanent_registration_content form .input_checkbox {
  margin-bottom: 1rem;
}
.permanent_registration_content form .input_checkbox input {
  display: none;
}
.permanent_registration_content form .input_checkbox a {
  text-decoration: underline;
}
.permanent_registration_content form label:not(.check_box_wrapper) {
  margin-top: 6rem;
}
.permanent_registration_content form .back_button_wrapper .back_button {
  margin-top: 2rem;
}
.permanent_registration_content h2 {
  margin: 3rem auto 1.5rem auto;
}

@media print, screen and (max-width: 768px) {
  .permanent_registration_content {
    margin: auto 1rem;
  }
  .permanent_registration_content .back_button {
    font-size: 14px;
  }
  .permanent_registration_content .back_button img {
    width: 1.25rem;
  }
}
.registration_complete_header {
  background-color: #066c12;
}
.registration_complete_header::before {
  content: "";
  border-top: 120px solid #ffffff;
  border-left: 200px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.registration_complete_content {
  background-color: #066c12;
  position: relative;
}
.registration_complete_content div {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
  padding-top: 200px;
}
.registration_complete_content div h1 {
  margin-bottom: 1rem;
}
.registration_complete_content div .main_text {
  margin-bottom: 6rem;
}

.registration_complete_footer {
  background-color: #066c12;
}

@media print, screen and (max-width: 768px) {
  .registration_complete_content div {
    margin: auto 1rem;
  }
}
.apply_content {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.apply_content .registration_title {
  margin-bottom: 1rem;
}
.apply_content .registration_text {
  margin-bottom: 6rem;
}
.apply_content form .apply_title {
  margin-bottom: 1.5rem;
}
.apply_content form .info_box h2 {
  font-size: 32px;
}
.apply_content form .input_box select#id_lesson option {
  display: block;
}
.apply_content form .input_box select#id_lesson option.hidden {
  display: none;
}
.apply_content form .payment_title {
  margin-top: 6rem;
  margin-bottom: 1rem;
}
.apply_content form .main_text {
  margin-bottom: 1rem;
}
.apply_content form .join_num_box {
  display: none;
}
.apply_content form .input_radio {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.apply_content form .input_radio .radio_wrapper .radio_box {
  margin-top: 1.5rem;
}
.apply_content form .input_radio .radio_wrapper .radio_box:last-of-type {
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 2px solid #000000;
}
.apply_content form .input_radio .radio_wrapper [data-form_name] {
  display: none;
}
.apply_content form .input_radio .radio_wrapper .form_selected {
  display: block;
}
.apply_content form .input_radio .info_box {
  font-size: 1.25rem;
  margin-left: 3rem;
}
.apply_content form .input_radio .image_wrapper {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.apply_content form .input_radio .image_wrapper img {
  width: 3rem;
}
.apply_content form button {
  background-color: rgba(0, 0, 0, 0.3215686275);
  margin-top: 6rem;
  cursor: default;
}
.apply_content form button:hover {
  font-size: 18px;
}
.apply_content form .active {
  background-color: #0f9b20;
  cursor: pointer;
}
.apply_content form .active:hover {
  font-size: calc(18px * 1.05);
}
.apply_content form .multi_events_apply .input_box--hidden {
  display: none;
}
.apply_content form .multi_events_apply .apply_event_lists {
  margin-bottom: 50px;
}
.apply_content form .multi_events_apply .apply_event_lists h2 {
  margin-bottom: 30px;
}
.apply_content form .multi_events_apply .apply_event_lists .event_block {
  display: flex;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.apply_content form .multi_events_apply .apply_event_lists .event_block .event_label {
  margin-left: 20vw;
}
.apply_content form .multi_events_apply .apply_event_lists .sum_price {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

@media print, screen and (max-width: 768px) {
  .apply_content {
    margin: auto 1rem;
  }
  .apply_content form .info_box h2 {
    font-size: 1.25rem;
  }
  .apply_content form button:hover {
    font-size: 14px;
  }
  .apply_content form .active:hover {
    font-size: 14.7px;
  }
}
.apply_confirmation {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.apply_confirmation h1 {
  margin-bottom: 1rem;
}
.apply_confirmation .apply_title,
.apply_confirmation .payment_title {
  margin-top: 6rem;
  margin-bottom: 1.5rem;
}
.apply_confirmation .multi_events_apply .apply_event_lists {
  margin-bottom: 50px;
}
.apply_confirmation .multi_events_apply .apply_event_lists h2 {
  margin-bottom: 30px;
}
.apply_confirmation .multi_events_apply .apply_event_lists .event_block {
  display: flex;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.apply_confirmation .multi_events_apply .apply_event_lists .event_block .event_label {
  margin-left: 20vw;
}
.apply_confirmation .multi_events_apply .apply_event_lists .sum_price {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.apply_confirmation form button#payment-button.click {
  border-radius: 9999px;
  width: 160px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(168, 168, 169);
  border: solid 1px rgb(168, 168, 169);
  padding: 0;
  pointer-events: none;
}
.apply_confirmation form .circle {
  display: block;
  width: 34px;
  height: 34px;
  position: relative;
  background: transparent;
  box-sizing: border-box;
  border-top: 4px solid #0f9b20;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 100%;
  animation: spin 0.6s ease-out infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.apply_confirmation form .button {
  background-color: #0f9b20;
  margin-top: 6.75rem;
}
.apply_confirmation form .back_button {
  margin-top: 2rem;
}

@media print, screen and (max-width: 768px) {
  .apply_confirmation {
    margin: auto 1rem;
  }
  .apply_confirmation .payment_title {
    margin-top: 3rem;
    font-size: 32px;
  }
  .apply_confirmation form .button {
    margin-top: 6rem;
  }
  .apply_confirmation form .back_button {
    margin-top: 1.25rem;
    font-size: 14px;
  }
  .apply_confirmation form .back_button img {
    width: 1.25rem;
  }
}
.event_time {
  text-align: right;
}

.payment_content {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.payment_content form button#payment-button.click {
  border-radius: 9999px;
  width: 160px;
  margin: 6.75rem auto auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(168, 168, 169);
  border: solid 1px rgb(168, 168, 169);
  padding: 0;
  pointer-events: none;
}
.payment_content form .circle {
  display: block;
  width: 34px;
  height: 34px;
  position: relative;
  background: transparent;
  box-sizing: border-box;
  border-top: 4px solid #0f9b20;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 100%;
  animation: spin 0.6s ease-out infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.payment_content form .button {
  background-color: #0f9b20;
  margin-top: 6.75rem;
}

.apply_completed {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.apply_completed h1 {
  margin-bottom: 1rem;
}
.apply_completed .link_button {
  margin-top: 6rem;
}
.apply_completed .apply_event_lists {
  margin-bottom: 50px;
  margin-top: 50px;
}
.apply_completed .apply_event_lists h3 {
  margin-bottom: 30px;
}
.apply_completed .apply_event_lists .event_block {
  display: flex;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.apply_completed .apply_event_lists .event_block .event_label {
  margin-left: 20vw;
}
.apply_completed .apply_event_lists .sum_price {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

@media print, screen and (max-width: 768px) {
  .apply_completed {
    margin: auto 1rem;
  }
}
.personal_info_update {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.personal_info_update h1 {
  margin-bottom: 1.5rem;
}
.personal_info_update .info_box .info_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.personal_info_update .info_box .info_content a {
  color: #0f9b20;
  font-size: 18px;
  font-weight: bold;
}
.personal_info_update .info_box .info_content a img {
  vertical-align: middle;
  width: 1.5rem;
  margin-right: 0.25rem;
}
.personal_info_update .password_info.info_box .info_label {
  font-size: 14px;
}
.personal_info_update h2 {
  margin: 3rem auto 1rem auto;
}
.personal_info_update .caption {
  margin-top: 0.5rem;
}
.personal_info_update form label {
  margin-top: 6rem;
}

@media print, screen and (max-width: 768px) {
  .personal_info_update {
    margin: auto 1rem;
  }
  .personal_info_update .info_box .info_content a {
    font-size: 14px;
  }
  .personal_info_update .info_box .info_content a img {
    width: 1.25rem;
  }
}
.card_info {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.card_info h1 {
  margin-bottom: 6rem;
}
.card_info .info_box .info_label {
  font-size: 1.25rem;
}
.card_info .card_form .input_content {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.card_info .card_form .card_limit .input_content {
  gap: 0;
}
.card_info .card_form .card_limit .input_content span {
  width: 2rem;
  text-align: center;
}
.card_info .card_form label {
  margin-top: 3rem;
}
.card_info .card_form a {
  color: #ffffff;
  display: block;
  background-color: #0f9b20;
  margin-top: 1.5rem;
}
.card_info .link_button {
  margin-top: 6rem;
}

@media print, screen and (max-width: 768px) {
  .card_info {
    margin: auto 1rem;
  }
  .card_info .info_box .info_label {
    font-size: 1rem;
  }
}
.card_change_content {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.card_change_content h1 {
  margin-bottom: 1rem;
}
.card_change_content .main_text {
  margin-bottom: 1rem;
}
.card_change_content .image_wrapper {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.card_change_content .image_wrapper img {
  width: 6rem;
  margin-bottom: 0;
}
.card_change_content .card_input_wrapper {
  margin-bottom: 1.5rem;
}

@media print, screen and (max-width: 768px) {
  .card_change_content {
    margin: auto 1rem;
  }
  .card_change_content h1 {
    margin-bottom: 3rem;
  }
  .card_change_content .image_wrapper img {
    width: 3rem;
  }
  .card_change_content .card_input_wrapper {
    margin-bottom: 3rem;
  }
}
.email_change_content {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.email_change_content h1 {
  margin-bottom: 1rem;
}
.email_change_content .main_text {
  margin-bottom: 6rem;
}
.email_change_content .caption.message {
  margin-bottom: 1rem;
}
.email_change_content form .caption {
  margin-top: 0.8rem;
}
.email_change_content form label {
  display: block;
  margin-top: 1.5rem;
}
.email_change_content form label input {
  display: none;
}
.email_change_content form label .button {
  background-color: rgba(0, 0, 0, 0.3215686275);
}

@media print, screen and (max-width: 768px) {
  .email_change_content {
    margin: auto 1rem;
  }
  .email_change_content .main_text {
    margin-bottom: 3rem;
  }
}
.change_done_content {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.change_done_content h1 {
  margin-bottom: 224px;
}

@media print, screen and (max-width: 768px) {
  .change_done_content {
    margin: auto 1rem;
  }
  .change_done_content h1 {
    margin-bottom: 374px;
  }
}
.password_change_content {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.password_change_content h1 {
  margin-bottom: 1rem;
  font-weight: bold;
}
.password_change_content .main_text {
  margin-bottom: 3rem;
}
.password_change_content form .input_box {
  margin-bottom: 1.5rem;
}
.password_change_content form label {
  display: block;
  margin-top: 1.5rem;
}
.password_change_content form label input {
  display: none;
}
.password_change_content form label .button {
  background-color: rgba(0, 0, 0, 0.3215686275);
  margin-top: 3rem;
}

@media print, screen and (max-width: 768px) {
  .password_change_content {
    margin: auto 1rem;
  }
}
.about_be_en_header .header_block .header_top {
  min-height: auto;
  margin-bottom: 1.5rem;
}
.about_be_en_header .header_block .header_top h1 {
  margin-top: 1.5rem;
}
.about_be_en_header .content_head {
  margin-bottom: 6rem;
  position: relative;
}
.about_be_en_header .content_head h2 {
  margin: 2rem calc(calc((100% - 13rem) / 12) * 6 + 112px) 4rem calc(calc((100% - 13rem) / 12) * 2 + 48px);
  background: #0f9b20;
  color: #ffffff;
}
.about_be_en_header .content_head .table_of_contents {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px) auto calc(calc((100% - 13rem) / 12) * 2 + 48px);
  color: #0f9b20;
  font-size: 18px;
  font-weight: bold;
}
.about_be_en_header .content_head .table_of_contents li {
  cursor: pointer;
  margin-bottom: 1.5rem;
}
.about_be_en_header .content_head .table_of_contents li img {
  width: 1.5rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}

.about_be_en {
  overflow: hidden;
}
.about_be_en .section_block {
  opacity: 0;
  transform: translate(0, 2rem);
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.about_be_en .features_block {
  margin-bottom: 11rem;
}
.about_be_en .features_block .block_head {
  margin: auto auto 4rem calc(calc((100% - 13rem) / 12) * 2 + 48px);
}
.about_be_en .features_block .features_content {
  margin: auto 122px;
}
.about_be_en .features_block .features_content li {
  margin-bottom: 6rem;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}
.about_be_en .features_block .features_content li img {
  width: 50%;
  max-height: 35vh;
  object-fit: cover;
}
.about_be_en .features_block .features_content li div {
  width: 50%;
}
.about_be_en .features_block .features_content li div h2 {
  margin-bottom: 1rem;
}
.about_be_en .skill_block {
  margin-bottom: 11rem;
}
.about_be_en .skill_block .block_head {
  margin: auto auto 4rem calc(calc((100% - 13rem) / 12) * 2 + 48px);
}
.about_be_en .skill_block .skill_content {
  margin: auto 122px;
  display: flex;
  justify-content: space-between;
}
.about_be_en .skill_block .skill_content li {
  width: 30%;
}
.about_be_en .skill_block .skill_content li h2 {
  margin-bottom: 1rem;
}
.about_be_en .skill_block .skill_content li .skill_image_wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.about_be_en .skill_block .skill_content li .skill_image_wrapper::before {
  padding-top: 56%;
  display: block;
  content: "";
}
.about_be_en .skill_block .skill_content li .skill_image_wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}
.about_be_en .background_block {
  overflow: hidden;
  color: #ffffff;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 200px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.about_be_en .background_block div .block_head .sub_headline {
  display: inline-block;
  color: #0f9b20;
  background-color: #ffffff;
  margin-left: calc(calc((100% - 13rem) / 12) * 2 + 48px);
}
.about_be_en .background_block div .block_content .block_text {
  color: #000;
  position: relative;
  margin: 100px auto;
}
.about_be_en .background_block div .block_content .block_text h2 {
  opacity: 0.2;
  font-size: 128px;
  margin-left: 122px;
  color: #3fb04d;
  position: absolute;
  top: -102px;
  left: 5vw;
}
.about_be_en .background_block div .block_content .block_text:nth-of-type(2) h2 {
  text-align: right;
  margin-right: 122px;
  right: 5vw;
}
.about_be_en .background_block div .block_content .block_text:nth-of-type(2) .sub_text {
  margin-left: auto;
  margin-right: calc(calc((100% - 13rem) / 12) * 2 + 48px);
}
.about_be_en .background_block div .block_content .block_text .sub_text {
  margin-left: calc(calc((100% - 13rem) / 12) * 2 + 48px);
  width: 40%;
}
.about_be_en .background_block div .block_content .block_text .sub_text h3 {
  font-size: 48px;
  margin-bottom: 1rem;
  font-weight: 700;
}
.about_be_en .company_block {
  margin-bottom: 220px;
}
.about_be_en .company_block .block_head {
  margin: auto calc(calc((100% - 13rem) / 12) * 5 + 96px) auto calc(calc((100% - 13rem) / 12) * 2 + 48px);
}
.about_be_en .company_block .block_head h1 {
  margin-bottom: 1.5rem;
}
.about_be_en .company_block .block_content {
  padding: 6rem calc(calc((100% - 13rem) / 12) * 5 + 96px) 6rem calc(calc((100% - 13rem) / 12) * 2 + 48px);
  background-color: #f6f6f6;
}
.about_be_en .company_block .block_content .demia_logo,
.about_be_en .company_block .block_content .wao_logo {
  margin-bottom: 2rem;
  height: 3rem;
}
.about_be_en .company_block .block_content .main_text {
  margin-bottom: 1.5rem;
}
.about_be_en .company_block .block_content .cross_company {
  display: block;
  margin: 2rem auto 2rem 0;
}
.about_be_en .company_block .block_content a {
  color: #0f9b20;
}
.about_be_en .company_block .block_content a img {
  width: 1rem;
  vertical-align: text-bottom;
  margin-right: 0.25rem;
}
.about_be_en .company_block .block_content a span {
  margin-right: 0.25rem;
}
.about_be_en .greeting_block {
  margin-bottom: 10rem;
  padding: 35vw 0 35vw 0;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
.about_be_en .greeting_block::before {
  content: "";
  position: absolute;
  border-top: 17.5vw solid transparent;
  border-left: 70vw solid #0f9b20;
  border-bottom: 17.5vw solid transparent;
  top: 0;
  left: 0;
}
.about_be_en .greeting_block::after {
  content: "";
  position: absolute;
  border-top: 17.5vw solid transparent;
  border-right: 70vw solid #0f9b20;
  border-bottom: 17.5vw solid transparent;
  bottom: 0;
  right: 0;
}
.about_be_en .greeting_block .block_wrapper {
  padding: 0 calc(calc((100% - 13rem) / 12) * 3 + 64px) 0 calc(calc((100% - 13rem) / 12) * 2 + 48px);
  background-color: #000000;
  position: relative;
}
.about_be_en .greeting_block .block_wrapper::before {
  content: "";
  border-top: 30vw solid transparent;
  border-right: 120vw solid #000000;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.about_be_en .greeting_block .block_wrapper::after {
  content: "";
  border-bottom: 30vw solid transparent;
  border-left: 120vw solid #000000;
  position: absolute;
  top: 100%;
  right: 0;
}
.about_be_en .greeting_block .block_wrapper .block_head .sub_headline {
  display: inline-block;
  background-color: #ffffff;
}
.about_be_en .greeting_block .block_wrapper .block_head h1 {
  margin-bottom: 0.25rem;
}
.about_be_en .greeting_block .block_wrapper .block_content .main_text {
  margin-bottom: 0.5rem;
}
.about_be_en .greeting_block .block_wrapper .block_content ul li {
  margin-bottom: 0.25rem;
}
.about_be_en .greeting_block .block_wrapper .block_content img {
  width: 100%;
  background-color: #ffffff;
  max-height: 75vh;
  margin: 1.5rem auto 2rem auto;
  object-fit: cover;
  object-position: 0 25%;
}
.about_be_en .greeting_block .block_wrapper .block_content h2:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
.about_be_en .pop_up {
  opacity: 1;
  transform: translate(0, 0);
}

@media print, screen and (max-width: 768px) {
  .about_be_en_header .header_block {
    overflow: visible;
  }
  .about_be_en_header .header_block .header_top::before {
    border-bottom: 560px solid transparent;
  }
  .about_be_en_header .content_head h2 {
    margin: auto 1rem 8rem 1rem;
    width: 80%;
  }
  .about_be_en_header .content_head .table_of_contents {
    margin: auto 1rem;
  }
  .about_be_en .features_block .block_head {
    margin: auto 1rem 4rem 1rem;
  }
  .about_be_en .features_block .features_content {
    margin: auto 0 auto 1rem;
  }
  .about_be_en .features_block .features_content li {
    display: block;
    margin-bottom: 3rem;
    font-size: 1rem;
  }
  .about_be_en .features_block .features_content li img,
  .about_be_en .features_block .features_content li div {
    width: 100%;
  }
  .about_be_en .features_block .features_content li img.with_res {
    margin-bottom: 1rem;
  }
  .about_be_en .skill_block .block_head {
    margin: auto 1rem 4rem 1rem;
  }
  .about_be_en .skill_block .skill_content {
    margin: auto 0 auto 1rem;
    display: block;
  }
  .about_be_en .skill_block .skill_content li {
    width: 100%;
    margin-bottom: 3rem;
    font-size: 1rem;
  }
  .about_be_en .skill_block .skill_content li img {
    width: 100%;
  }
  .about_be_en .background_block {
    padding: 0;
  }
  .about_be_en .background_block > div {
    width: calc(100vw - 2rem);
    margin: auto 1rem;
  }
  .about_be_en .background_block > div > img {
    width: 250px;
    display: block;
    margin: 2rem auto;
  }
  .about_be_en .background_block > div .block_content {
    margin-bottom: 2rem;
  }
  .about_be_en .background_block > div .block_content .block_text {
    margin: 64px auto;
  }
  .about_be_en .background_block > div .block_content .block_text h2 {
    margin-left: 0;
    font-size: 72px;
    top: -64px;
    left: -2vw;
  }
  .about_be_en .background_block > div .block_content .block_text:nth-of-type(2) h2 {
    text-align: left;
    margin-right: 0;
  }
  .about_be_en .background_block > div .block_content .block_text:nth-of-type(2) .sub_text {
    margin: 0;
  }
  .about_be_en .background_block > div .block_content .block_text .sub_text {
    width: 100%;
    margin-left: 0;
  }
  .about_be_en .background_block > div .block_content .block_text .sub_text h3 {
    font-size: 32px;
  }
  .about_be_en .background_block > div .block_head .sub_headline {
    margin-left: 0;
  }
  .about_be_en .company_block .block_head {
    margin: auto 1rem;
  }
  .about_be_en .company_block .block_content {
    padding: 3rem 1rem;
  }
  .about_be_en .company_block .block_content .main_text {
    margin-bottom: 0.75rem;
  }
  .about_be_en .greeting_block .block_wrapper {
    padding: 3rem 1rem;
  }
  .about_be_en .greeting_block .block_wrapper .block_content img {
    width: calc(100% + 1rem);
    max-height: 250px;
  }
}
.content .section_block {
  opacity: 0;
  transform: translate(0, 2rem);
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.content .content_block {
  margin-bottom: 300px;
}
.content .content_block .sub_headline {
  margin-left: calc(calc((100% - 13rem) / 12) * 2 + 48px);
}
.content .content_block .flex_wrapper {
  display: flex;
  margin-left: calc(calc((100% - 13rem) / 12) * 2 + 48px);
  margin-right: calc(calc((100% - 13rem) / 12) * 2 + 48px);
  gap: 1rem;
  margin-bottom: 6rem;
}
.content .content_block .flex_wrapper .main_text {
  width: 50%;
}
.content .content_block .flex_wrapper .main_text h1 {
  margin-bottom: 1rem;
}
.content .content_block .flex_wrapper .main_text ul {
  margin: 0.5rem auto;
}
.content .content_block .flex_wrapper .main_text ul li {
  display: flex;
  gap: 0.25rem;
}
.content .content_block .flex_wrapper img {
  width: 50%;
  object-fit: cover;
}
.content .content_block .basic_content {
  display: flex;
  margin-left: calc(calc((100% - 13rem) / 12) * 2 + 48px);
  margin-right: calc(calc((100% - 13rem) / 12) * 2 + 48px);
  margin-bottom: 6rem;
  gap: 1rem;
}
.content .content_block .basic_content .main_text {
  max-width: 50%;
}
.content .content_block .basic_content .main_text h1 {
  margin-bottom: 1.5rem;
}
.content .content_block .basic_content .main_text li {
  margin-bottom: 1.5rem;
}
.content .content_block .basic_content .main_text li h2 {
  margin-bottom: 0.5rem;
}
.content .content_block .basic_content .main_text li p span {
  background-color: #ffffff;
}
.content .content_block .basic_content .main_text a {
  display: inline-block;
  color: #0f9b20;
  margin-top: 3rem;
  font-size: 18px;
  background-color: #ffffff;
}
.content .content_block .basic_content .main_text a img {
  width: 1.25rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.content .content_block .basic_content .main_text a span {
  margin-right: 0.25rem;
}
.content .content_block .basic_content > img {
  width: 50%;
  max-width: 600px;
  object-fit: contain;
}
.content .content_block .advanced_content .text-wrapper {
  margin-left: calc(calc((100% - 13rem) / 12) * 2 + 48px);
  margin-right: calc(calc((100% - 13rem) / 12) * 2 + 48px);
}
.content .content_block .advanced_content .text-wrapper h1 {
  margin-bottom: 1rem;
}
.content .content_block .advanced_content .text-wrapper ul {
  font-size: 32px;
  margin-bottom: 0.5rem;
}
.content .content_block .advanced_content .text-wrapper .main_text {
  margin-bottom: 7rem;
  width: 50%;
}
.content .content_block .advanced_content .content_title h1 {
  margin-left: calc(calc((100% - 13rem) / 12) * 2 + 48px);
  margin-right: calc(calc((100% - 13rem) / 12) * 2 + 48px);
  margin-bottom: 2rem;
}
.content .content_block .advanced_content .swiper {
  max-width: 100%;
}
.content .content_block .advanced_content .swiper .swiper-slide {
  opacity: 0.3;
  transform: scale(0.9);
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.content .content_block .advanced_content .swiper .swiper-slide img {
  max-width: 100%;
}
.content .content_block .advanced_content .swiper .swiper-slide h2 {
  margin: 2rem 0 1rem 0;
}
.content .content_block .advanced_content .swiper .swiper-slide .text_wrapper {
  padding: 0 2% 2rem;
}
.content .content_block .advanced_content .swiper .swiper-slide .text_wrapper div {
  margin-bottom: 1rem;
}
.content .content_block .advanced_content .swiper .swiper-slide .text_wrapper div .small_headline {
  margin-bottom: 0.1rem;
}
.content .content_block .advanced_content .swiper .swiper-slide-active {
  position: relative;
  opacity: 1;
  transform: scale(1);
}
.content .content_block .advanced_content .swiper .swiper-button-next {
  right: 26%;
}
.content .content_block .advanced_content .swiper .swiper-button-prev {
  left: 26%;
}
.content .content_block .advanced_content .swiper .swiper-button-prev:after,
.content .content_block .advanced_content .swiper .swiper-button-next:after {
  content: "";
  position: relative;
}
.content .content_block .advanced_content .swiper .swiper-button-prev:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid rgba(15, 155, 32, 0.5);
}
.content .content_block .advanced_content .swiper .swiper-button-prev:hover:before {
  border: 3px solid rgb(15, 155, 32);
}
.content .content_block .advanced_content .swiper .swiper-button-next:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid rgba(15, 155, 32, 0.5);
}
.content .content_block .advanced_content .swiper .swiper-button-next:hover:before {
  border: 3px solid rgb(15, 155, 32);
}
.content .content_block .advanced_content .swiper .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #0f9b20;
  border-right: 3px solid #0f9b20;
  transform: translate(-5px, -10px) rotate(-135deg);
}
.content .content_block .advanced_content .swiper .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #0f9b20;
  border-right: 3px solid #0f9b20;
  transform: translate(5px, -10px) rotate(45deg);
}
.content .content_block .image_wrapper {
  display: flex;
  position: relative;
}
.content .content_block .image_wrapper .img_sns {
  width: 30%;
  margin-left: -100px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1607843137);
}
.content .content_block .image_wrapper .img_ec {
  width: 100%;
  object-fit: contain;
  position: absolute;
  top: -5rem;
  right: 0;
  box-shadow: 0px 0.75rem 1.5rem rgba(0, 0, 0, 0.1607843137);
}
.content .price_date_block {
  margin: auto 437px 300px calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.content .price_date_block .price_title {
  margin-bottom: 0.25rem;
}
.content .price_date_block h1 {
  margin-bottom: 1rem;
}
.content .price_date_block .price_main {
  margin-bottom: 3rem;
}
.content .price_date_block .date_title {
  margin-bottom: 0.5rem;
}
.content .price_date_block .date_main {
  margin-bottom: 1.5rem;
}
.content .price_date_block .price_date_image {
  width: 400px;
}
.content .price_date_block .class_schedule {
  display: block;
  color: #0f9b20;
  margin-top: 2rem;
}
.content .price_date_block .class_schedule img {
  width: 1.5rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.content .price_date_block .class_schedule span {
  margin-right: 0.25rem;
}
.content .pop_up {
  opacity: 1;
  transform: translate(0, 0);
}

@media print, screen and (max-width: 768px) {
  .content {
    overflow: hidden;
  }
  .content .content_block {
    margin: auto 1rem;
  }
  .content .content_block .flex_wrapper {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .content .content_block .flex_wrapper .main_text {
    width: 100%;
  }
  .content .content_block .flex_wrapper .main_text img {
    width: calc(100% + 1rem);
    margin-bottom: 1rem;
  }
  .content .content_block .basic_content {
    display: block;
    position: relative;
    margin-bottom: 10rem;
    margin-left: 0;
    margin-right: 0;
    z-index: 1;
  }
  .content .content_block .basic_content .main_text {
    max-width: none;
  }
  .content .content_block .basic_content > img {
    position: absolute;
    top: 35%;
    right: -30%;
    z-index: -1;
    width: 100%;
  }
  .content .content_block .advanced_content .text-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .content .content_block .advanced_content .text-wrapper ul {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
  .content .content_block .advanced_content .main_text {
    width: 100%;
    margin-bottom: 3.5rem;
  }
  .content .content_block .advanced_content .content_title h1 {
    margin: 0 0 2rem 0;
  }
  .content .content_block .advanced_content .swiper .swiper-wrapper {
    position: static;
    display: block;
  }
  .content .content_block .advanced_content .swiper .swiper-wrapper .swiper-slide {
    opacity: 1;
    transform: scale(1);
    box-shadow: none;
  }
  .content .content_block .advanced_content .swiper .swiper-button-prev::after,
  .content .content_block .advanced_content .swiper .swiper-button-prev:before,
  .content .content_block .advanced_content .swiper .swiper-button-next:after,
  .content .content_block .advanced_content .swiper .swiper-button-next:before {
    display: none;
  }
  .content .content_block .image_wrapper {
    margin-bottom: 240px;
  }
  .content .content_block .image_wrapper .img_sns {
    margin-left: 0;
    min-width: 8rem;
  }
  .content .content_block .image_wrapper .img_ec {
    top: -1.5rem;
    right: -2rem;
  }
  .content .price_date_block {
    margin: auto 1rem 240px 1rem;
  }
  .content .price_date_block .date_main {
    margin-bottom: 1rem;
  }
  .content .price_date_block .price_date_image {
    width: 100%;
  }
  .content .price_date_block .class_schedule img {
    width: 1.25rem;
  }
}
.price .price_date_block {
  margin: auto 437px 300px calc(calc((100% - 13rem) / 12) * 3 + 64px);
  min-width: 470px;
}
.price .price_date_block .price_title {
  margin-bottom: 0.25rem;
}
.price .price_date_block h1 {
  margin-bottom: 1rem;
}
.price .price_date_block .price_main {
  margin-bottom: 3rem;
}
.price .price_date_block .date_title {
  margin-bottom: 0.5rem;
}
.price .price_date_block .date_main {
  margin-bottom: 1.5rem;
}
.price .price_date_block .price_date_image {
  width: 60vw;
}
.price .price_date_block .time-table__filter form .input_box {
  width: 95%;
  margin: 30px auto;
}
.price .price_date_block .time-table__main .school-timetable {
  flex-direction: row;
  justify-content: flex-start;
}
.price .price_date_block .time-table__main .school-timetable .day-container {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: center;
  justify-content: flex-start;
}
.price .price_date_block .time-table__main .school-timetable .day-container__title {
  margin-bottom: 10px;
  font-size: 20px;
}
.price .price_date_block .time-table__main .school-timetable .day-container > ul {
  display: flex;
  flex-direction: column;
  width: 90%;
}
.price .price_date_block .time-table__main .school-timetable .day-container > ul > li {
  border: 3px solid #0f9b20;
  margin-bottom: 10px;
  padding: 10px 10px;
  font-size: 16px;
}
.price .price_date_block .class_schedule {
  display: block;
  color: #0f9b20;
  margin-top: 2rem;
}
.price .price_date_block .class_schedule img {
  width: 1.5rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.price .price_date_block .class_schedule span {
  margin-right: 0.25rem;
}
.price .future_block {
  color: #ffffff;
  position: relative;
  padding: 0 calc(calc((100% - 13rem) / 12) * 3 + 64px);
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 200px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #0f9b20;
}
.price .future_block:before {
  content: "";
  position: absolute;
  top: -299px;
  width: 100%;
  height: 100px;
  border-top: 150px solid transparent;
  border-right: 50vw solid transparent;
  border-bottom: 150px solid #0f9b20;
  border-left: 50vw solid #0f9b20;
}
.price .future_block:after {
  content: "";
  position: absolute;
  bottom: -299px;
  width: 100%;
  height: 100px;
  border-bottom: 150px solid transparent;
  border-left: 50vw solid transparent;
  border-top: 150px solid #0f9b20;
  border-right: 50vw solid #0f9b20;
}
.price .future_block div .block_head .sub_headline {
  display: inline-block;
  color: #0f9b20;
  background-color: #ffffff;
}
.price .future_block div > img {
  max-width: 728px;
  display: block;
  margin: 3rem auto;
}
.price .future_block div .block_content .main_text {
  margin-bottom: 3rem;
}
.price .future_block div .block_content .button {
  background-color: #ffffff;
  color: #0f9b20;
  margin-bottom: 1.5rem;
}
.price .pop_up {
  opacity: 1;
  transform: translate(0, 0);
}

@media print, screen and (max-width: 768px) {
  .price {
    overflow: hidden;
  }
  .price .price_date_block {
    margin: auto 1rem 240px 1rem;
  }
  .price .price_date_block .date_main {
    margin-bottom: 1rem;
    width: 87%;
  }
  .price .price_date_block .price_date_image {
    width: 100%;
  }
  .price .price_date_block .time-table {
    max-width: 87%;
  }
  .price .price_date_block .time-table__filter form .input_box {
    width: 95%;
    margin: 30px auto;
  }
  .price .price_date_block .class_schedule img {
    width: 1.25rem;
  }
  .price .future_block {
    padding: 0;
  }
  .price .future_block > div {
    width: calc(100vw - 2rem);
    margin: auto 1rem;
  }
  .price .future_block > div > img {
    width: 98%;
    display: block;
    margin: 2rem auto;
  }
  .price .future_block > div .block_content .main_text {
    margin-bottom: 2rem;
  }
  .price .future_block:before {
    top: -199px;
    border-top: 100px solid transparent;
    border-right: 50vw solid transparent;
    border-bottom: 100px solid #0f9b20;
    border-left: 50vw solid #0f9b20;
  }
  .price .future_block:after {
    bottom: -199px;
    border-bottom: 100px solid transparent;
    border-left: 50vw solid transparent;
    border-top: 100px solid #0f9b20;
    border-right: 50vw solid #0f9b20;
  }
}
.user_lesson_info {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.user_lesson_info .user_lesson_choice {
  margin-bottom: 5rem;
}
.user_lesson_info h1 {
  margin-bottom: 3rem;
}
.user_lesson_info h2 {
  margin-bottom: 0.5rem;
}
.user_lesson_info .main_text {
  margin-bottom: 1.5rem;
}
.user_lesson_info ul {
  margin-bottom: 3rem;
  color: #0f9b20;
  font-weight: bold;
}
.user_lesson_info ul li {
  margin-top: 1.25rem;
}
.user_lesson_info ul li img {
  width: 1.25rem;
  margin-right: 0.25rem;
}
.user_lesson_info form label {
  margin-top: 3rem;
}
.user_lesson_info form a {
  color: #0f9b20;
  font-weight: bold;
}
.user_lesson_info form a img {
  width: 1.25rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.user_lesson_info form a span {
  margin-right: 0.25rem;
}
.user_lesson_info .cancel_button {
  display: block;
  margin-top: 1.5rem;
  background-color: #9b0f0f;
  color: #ffffff;
}

@media print, screen and (max-width: 768px) {
  .user_lesson_info {
    margin: auto 1rem;
  }
  .user_lesson_info h1 {
    margin-bottom: 3.5rem;
  }
  .user_lesson_info form a img {
    width: 1rem;
  }
}
.lesson_cancel_content,
.event_cancel_content {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.lesson_cancel_content h1,
.event_cancel_content h1 {
  margin-bottom: 1rem;
}
.lesson_cancel_content h2,
.event_cancel_content h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.lesson_cancel_content h2:first-of-type,
.event_cancel_content h2:first-of-type {
  margin-bottom: 1.5rem;
}
.lesson_cancel_content form .input_checkbox,
.event_cancel_content form .input_checkbox {
  margin-top: 3rem;
  font-weight: bold;
}
.lesson_cancel_content form .input_checkbox .check_box_wrapper,
.event_cancel_content form .input_checkbox .check_box_wrapper {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.lesson_cancel_content form button,
.event_cancel_content form button {
  display: block;
  margin-top: 6rem;
  background-color: rgba(0, 0, 0, 0.3215686275);
  color: #ffffff;
  width: 100%;
}
.lesson_cancel_content form button:hover,
.event_cancel_content form button:hover {
  font-size: 18px;
}
.lesson_cancel_content form button img,
.event_cancel_content form button img {
  margin-right: 0.25rem;
}
.lesson_cancel_content form .modal_wrapper,
.event_cancel_content form .modal_wrapper {
  display: none;
}
.lesson_cancel_content form .cancel,
.event_cancel_content form .cancel {
  background-color: #9b0f0f !important;
}
.lesson_cancel_content form .cancel:hover,
.event_cancel_content form .cancel:hover {
  font-size: calc(18px * 1.05);
}
.lesson_cancel_content .modal_active .modal_wrapper,
.event_cancel_content .modal_active .modal_wrapper {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100vw;
  height: 100vh;
}
.lesson_cancel_content .modal_active .modal_wrapper .cancel_modal,
.event_cancel_content .modal_active .modal_wrapper .cancel_modal {
  background-color: #ffffff;
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
  width: 100%;
  padding: 1.5rem 1rem;
  position: relative;
}
.lesson_cancel_content .modal_active .modal_wrapper .cancel_modal h2,
.event_cancel_content .modal_active .modal_wrapper .cancel_modal h2 {
  margin: 0;
}
.lesson_cancel_content .modal_active .modal_wrapper .cancel_modal p.close_button,
.event_cancel_content .modal_active .modal_wrapper .cancel_modal p.close_button {
  position: absolute;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  cursor: pointer;
}
.lesson_cancel_content .modal_active .modal_wrapper .cancel_modal p.close_button img,
.event_cancel_content .modal_active .modal_wrapper .cancel_modal p.close_button img {
  width: 1.5rem;
}
.lesson_cancel_content .modal_active .modal_wrapper .cancel_modal label,
.event_cancel_content .modal_active .modal_wrapper .cancel_modal label {
  margin-top: 11rem;
  margin-bottom: 2rem;
}
.lesson_cancel_content .modal_active .modal_wrapper .cancel_modal label .button,
.event_cancel_content .modal_active .modal_wrapper .cancel_modal label .button {
  background-color: #9b0f0f;
}
.lesson_cancel_content .modal_active .modal_wrapper .cancel_modal label .button:hover,
.event_cancel_content .modal_active .modal_wrapper .cancel_modal label .button:hover {
  font-size: calc(18px * 1.05);
}
.lesson_cancel_content .modal_active .modal_wrapper .cancel_modal button,
.event_cancel_content .modal_active .modal_wrapper .cancel_modal button {
  margin-top: 130px;
  margin-bottom: 2rem;
  background-color: #9b0f0f;
}
.lesson_cancel_content .modal_active .modal_wrapper .cancel_modal button:hover,
.event_cancel_content .modal_active .modal_wrapper .cancel_modal button:hover {
  font-size: calc(18px * 1.05);
}
.lesson_cancel_content .modal_active .modal_wrapper .cancel_modal > div,
.event_cancel_content .modal_active .modal_wrapper .cancel_modal > div {
  color: #0f9b20;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
}
.lesson_cancel_content .modal_active .modal_wrapper .cancel_modal > div img,
.event_cancel_content .modal_active .modal_wrapper .cancel_modal > div img {
  width: 1.5rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.lesson_cancel_content a,
.event_cancel_content a {
  margin-top: 2rem;
}

@media print, screen and (max-width: 768px) {
  .lesson_cancel_content,
  .event_cancel_content {
    margin: auto 1rem;
  }
  .lesson_cancel_content p,
  .event_cancel_content p {
    font-size: 1rem;
  }
  .lesson_cancel_content .modal_active button:hover,
  .lesson_cancel_content form button:hover,
  .event_cancel_content .modal_active button:hover,
  .event_cancel_content form button:hover {
    font-size: 14px;
  }
  .lesson_cancel_content .modal_active .cancel:hover,
  .lesson_cancel_content form .cancel:hover,
  .event_cancel_content .modal_active .cancel:hover,
  .event_cancel_content form .cancel:hover {
    font-size: 14.7px;
  }
  .lesson_cancel_content .modal_active .modal_wrapper .cancel_modal,
  .lesson_cancel_content form .modal_wrapper .cancel_modal,
  .event_cancel_content .modal_active .modal_wrapper .cancel_modal,
  .event_cancel_content form .modal_wrapper .cancel_modal {
    margin: auto 1rem;
  }
  .lesson_cancel_content .modal_active .modal_wrapper .cancel_modal h2,
  .lesson_cancel_content form .modal_wrapper .cancel_modal h2,
  .event_cancel_content .modal_active .modal_wrapper .cancel_modal h2,
  .event_cancel_content form .modal_wrapper .cancel_modal h2 {
    font-size: 32px;
  }
  .lesson_cancel_content .modal_active .modal_wrapper .cancel_modal p.close_button,
  .lesson_cancel_content form .modal_wrapper .cancel_modal p.close_button,
  .event_cancel_content .modal_active .modal_wrapper .cancel_modal p.close_button,
  .event_cancel_content form .modal_wrapper .cancel_modal p.close_button {
    top: 1.5rem;
    right: 0.5rem;
  }
  .lesson_cancel_content .modal_active .modal_wrapper .cancel_modal button:hover,
  .lesson_cancel_content form .modal_wrapper .cancel_modal button:hover,
  .event_cancel_content .modal_active .modal_wrapper .cancel_modal button:hover,
  .event_cancel_content form .modal_wrapper .cancel_modal button:hover {
    font-size: 14.7px;
  }
  .lesson_cancel_content .modal_active .modal_wrapper .cancel_modal > div,
  .lesson_cancel_content form .modal_wrapper .cancel_modal > div,
  .event_cancel_content .modal_active .modal_wrapper .cancel_modal > div,
  .event_cancel_content form .modal_wrapper .cancel_modal > div {
    font-size: 14px;
  }
  .lesson_cancel_content .modal_active .modal_wrapper .cancel_modal > div img,
  .lesson_cancel_content form .modal_wrapper .cancel_modal > div img,
  .event_cancel_content .modal_active .modal_wrapper .cancel_modal > div img,
  .event_cancel_content form .modal_wrapper .cancel_modal > div img {
    width: 1.25rem;
  }
}
.lesson_cancel_questionnaire_content {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.lesson_cancel_questionnaire_content h1 {
  margin-bottom: 1rem;
}
.lesson_cancel_questionnaire_content .main_text {
  margin-bottom: 6rem;
}
.lesson_cancel_questionnaire_content h2 {
  margin-bottom: 1.5rem;
}
.lesson_cancel_questionnaire_content form textarea {
  display: none;
}
.lesson_cancel_questionnaire_content form label {
  margin-top: 3rem;
}
.lesson_cancel_questionnaire_content form .option_wrapper label {
  margin-top: 1.25rem;
}
.lesson_cancel_questionnaire_content form .input_box:first-of-type {
  margin-bottom: 0.5rem;
}
.lesson_cancel_questionnaire_content form .option_box:last-of-type {
  margin-bottom: 0;
}

@media print, screen and (max-width: 768px) {
  .lesson_cancel_questionnaire_content {
    margin: auto 1rem;
  }
}
.lesson_cancel_questionnaire_completed {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.lesson_cancel_questionnaire_completed h1 {
  margin-bottom: 1rem;
}
.lesson_cancel_questionnaire_completed .main_text {
  margin-bottom: 6rem;
}
.lesson_cancel_questionnaire_completed a {
  display: block;
  background-color: #0f9b20;
  color: #ffffff;
}

@media print, screen and (max-width: 768px) {
  .lesson_cancel_questionnaire_completed {
    margin: auto 1rem;
  }
}
.event_info h1 {
  margin: auto calc(calc((100% - 13rem) / 12) * 2 + 48px) 0.5rem calc(calc((100% - 13rem) / 12) * 2 + 48px);
  text-align: center;
}
.event_info .main_content {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.event_info .main_content .link_button {
  margin-top: 6rem;
}
.event_info .main_content .cancel_button {
  background-color: #9b0f0f;
  margin-top: 1.5rem;
}

@media print, screen and (max-width: 768px) {
  .event_info h1 {
    margin: auto 1rem 0.5rem 1rem;
  }
  .event_info .main_content {
    margin: auto 1rem;
  }
}
.event_cancel_complete {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.event_cancel_complete .link_button {
  margin-top: 244px;
}

@media print, screen and (max-width: 768px) {
  .event_cancel_complete {
    margin: auto 1rem;
  }
  .event_cancel_complete h1 {
    margin-bottom: 374px;
  }
}
.password_reset {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.password_reset h1 {
  margin-bottom: 1rem;
}
.password_reset .main_text {
  margin-bottom: 6rem;
}
.password_reset form label {
  margin-top: 3rem;
}
.password_reset .message {
  margin-top: 1.5rem;
}

@media print, screen and (max-width: 768px) {
  .password_reset {
    margin: auto 1rem;
  }
}
.password_reset_confirmation {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.password_reset_confirmation h1 {
  margin-bottom: 1rem;
}
.password_reset_confirmation .main_text {
  margin-bottom: 6rem;
}
.password_reset_confirmation form label {
  margin-top: 3rem;
}

@media print, screen and (max-width: 768px) {
  .password_reset_confirmation {
    margin: auto 1rem;
  }
}
.password_reset_done {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.password_reset_done h1 {
  margin-bottom: 1rem;
}
.password_reset_done .main_text {
  margin-bottom: 6rem;
}

@media print, screen and (max-width: 768px) {
  .password_reset_done {
    margin: auto 1rem;
  }
}
main .docs {
  width: 80%;
  margin: 1rem auto;
}
main .docs .attention {
  color: red;
}
main .docs a {
  color: #0f9b20;
}

@media print, screen and (max-width: 768px) {
  main .docs {
    margin: 1rem;
    width: auto;
  }
}
.error_content {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.error_content h1 {
  margin-bottom: 1rem;
}
.error_content .main_text {
  margin-bottom: 6rem;
}

@media print, screen and (max-width: 768px) {
  .error_content {
    margin: auto 1rem;
  }
}
.student_registration {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.student_registration h1 {
  margin-bottom: 1rem;
}
.student_registration .main_text {
  margin-bottom: 3rem;
}
.student_registration form label {
  margin-top: 3rem;
}

@media print, screen and (max-width: 768px) {
  .student_registration {
    margin: auto 1rem;
  }
}
.text_portal {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.text_portal h1 {
  margin-bottom: 3rem;
}
.text_portal h2 {
  margin-bottom: 1.5rem;
}
.text_portal .text_list li:not(.logout_list) {
  width: 100%;
  background-color: #f6f6f6;
  padding: 1.25rem;
  margin-bottom: 0.25rem;
}
.text_portal .text_list li:not(.logout_list) div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text_portal .text_list li:not(.logout_list) img {
  vertical-align: middle;
  width: 1.5rem;
}
.text_portal .text_list li:not(.logout_list) p {
  font-size: 1.25rem;
  margin-top: 0.5rem;
}
.text_portal .text_list .logout_list {
  margin-top: 3rem;
}
.text_portal .text_list .logout_list .logout_button {
  background-color: #f6f6f6;
  color: #9b0f0f;
}
.text_portal .text_list .logout_list .logout_button img {
  margin-right: 0.25rem;
}

@media print, screen and (max-width: 768px) {
  .text_portal {
    margin: auto 1rem;
  }
  .text_portal .text_list li:not(.logout_list) img {
    width: 1.25rem;
  }
}
.student_info {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.student_info h1 {
  margin-bottom: 3rem;
}
.student_info .info_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.student_info a {
  font-size: 1rem;
  color: #0f9b20;
  font-weight: bold;
}
.student_info a span {
  margin-right: 0.25rem;
}
.student_info a img {
  vertical-align: middle;
  width: 1.25rem;
  margin-right: 0.25rem;
}
.student_info form label {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

@media print, screen and (max-width: 768px) {
  .student_info {
    margin: auto 1rem;
  }
  .student_info a {
    font-size: 14px;
  }
  .student_info a img {
    width: 1.25rem;
  }
}
.student_login {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
  margin-bottom: 3rem;
}
.student_login h2 {
  margin-bottom: 1rem;
}
.student_login .main_text {
  margin-bottom: 1.5rem;
}
.student_login form label {
  margin-top: 3rem;
}
.student_login p.caption {
  margin-top: 1.5rem;
}
.student_login a {
  display: inline-block;
  margin-top: 0.5rem;
}
.student_login a span {
  color: #0f9b20;
  font-size: 18px;
  font-weight: bold;
}
.student_login a img {
  width: 1.5rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}

@media print, screen and (max-width: 768px) {
  .student_login {
    margin: auto 1rem;
  }
  .student_login a span {
    font-size: 14px;
  }
  .student_login a img {
    width: 1.25rem;
  }
}
.change_next_lesson {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.change_next_lesson h1 {
  margin-bottom: 1rem;
}
.change_next_lesson .main_text {
  margin-bottom: 1.5rem;
}
.change_next_lesson form label {
  margin-top: 3rem;
}

@media print, screen and (max-width: 768px) {
  .change_next_lesson {
    margin: auto 1rem;
  }
}
.apply_sup_lesson {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.apply_sup_lesson h1 {
  margin-bottom: 1rem;
}
.apply_sup_lesson .main_text {
  margin-bottom: 1.5rem;
}
.apply_sup_lesson form label {
  margin-top: 3rem;
}

@media print, screen and (max-width: 768px) {
  .apply_sup_lesson {
    margin: auto 1rem;
  }
}
.lesson_info {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.lesson_info h1 {
  margin-bottom: 3rem;
}
.lesson_info h2 {
  margin-bottom: 0.5rem;
}
.lesson_info .main_text {
  margin-bottom: 1.5rem;
}
.lesson_info form label {
  margin-top: 3rem;
}
.lesson_info a span {
  color: #0f9b20;
  font-weight: bold;
}
.lesson_info .lesson_time_info {
  margin-bottom: 2.5rem;
}
.lesson_info .log {
  margin-top: 1rem;
}
.lesson_info .log .main_text {
  margin-bottom: 1rem;
}
.lesson_info .log .log_record {
  background-color: #f6f6f6;
  margin: auto;
}
.lesson_info .log_time {
  margin-left: 2rem;
  margin-right: 6rem;
  color: darkgrey;
  font-style: oblique;
}

@media print, screen and (max-width: 768px) {
  .lesson_info {
    margin: auto 1rem;
  }
}
.shortcourse .link-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000000;
}
.shortcourse .link-modal__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60%;
  height: max-content;
  margin: auto;
  background-color: #fff;
  border: solid 3px #000;
  border-radius: 24px;
  padding: 36px;
}
.shortcourse .link-modal__content p {
  font-size: 18px;
}
.shortcourse .link-modal__content a {
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem;
  display: block;
  margin: 24px auto;
  font-size: 24px;
  text-align: center;
  padding: 16px 36px;
  font-weight: bold;
  width: max-content;
  display: flex;
  align-items: center;
}
.shortcourse .link-modal__content a span {
  padding-bottom: 4px;
}
.shortcourse .link-modal__content a img {
  height: 36px;
}
.shortcourse .link-modal__close {
  position: absolute;
  top: 24px;
  right: 36px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .shortcourse .link-modal__content {
    width: 90%;
  }
}
.shortcourse .header_content {
  position: relative;
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  height: 100vh;
  margin: 0;
  border: 0;
  z-index: 100000;
}
.shortcourse .flex_wrapper {
  box-sizing: border-box;
  width: 100%;
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 48px;
  height: 100vh;
}
@media (max-width: 1023px) {
  .shortcourse .flex_wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.shortcourse .BeEngineer_logo {
  display: flex;
  width: 12rem;
  position: absolute;
  top: 1.25rem;
  margin-left: 48px;
  z-index: 2;
  position: fixed;
  transition: 0.3s;
}
.shortcourse #BeEngineer_logo--black {
  opacity: 0;
}
@media (max-width: 1023px) {
  .shortcourse .BeEngineer_logo {
    width: calc((100vw - 120px) / 4);
    margin-left: 24px;
  }
}
@media (min-width: 1024px) {
  .shortcourse .button_bottom {
    display: flex;
    width: 410px;
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 1;
    position: fixed;
  }
}
@media (max-width: 1023px) {
  .shortcourse .button_bottom {
    display: none;
  }
}
.shortcourse .button_top {
  display: flex;
  position: absolute;
  width: 350px;
  z-index: 1;
  position: fixed;
}
@media (min-width: 1024px) {
  .shortcourse .button_top {
    top: 12px;
    right: 10px;
  }
}
@media (max-width: 1023px) {
  .shortcourse .button_top {
    bottom: 12px;
    width: calc(72px + 4 * (100vw - 120px) / 4);
    height: calc(0.25 * (72px + 4 * (100vw - 120px) / 4));
    margin-left: 24px;
    margin-right: 24px;
    z-index: 1;
    position: absolute;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.shortcourse .background_video {
  z-index: 1;
  background-position: top center;
  background-size: cover;
  width: calc(100vw - 96px);
  height: calc(100vh - 96px);
  position: relative;
}
.shortcourse .background_video .background_video_color {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.64);
}
.shortcourse .background_video .background_image {
  display: none;
}
.shortcourse .background_video video {
  z-index: -1;
  width: 100%;
  position: absolute;
  min-width: 100%;
  min-width: calc(100vw - 96px);
  height: calc(100vh - 96px);
  background-size: cover;
  object-fit: cover;
}
.shortcourse .background_video .parallelogram {
  position: absolute;
  right: calc(288px + 6 * (100vw - 432px) / 8);
  top: -48px;
  z-index: 1;
}
.shortcourse .background_video .top_header_text {
  position: absolute;
  margin-left: calc(48px + (100vw - 432px) / 8);
  z-index: 5;
  height: 100%;
  margin-right: calc(48px + (100vw - 432px) / 8);
}
.shortcourse .background_video .top_header_text .top_header_name {
  padding-top: 10rem;
  text-align: left;
  font-size: 30px;
  letter-spacing: 6px;
  color: #ffffff;
  z-index: 1;
  font-family: video, serif;
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
}
.shortcourse .background_video .top_header_text .top_header_title {
  text-align: left;
  font-size: 64px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  padding-top: 2.5rem;
  font-family: Noto Sans JP;
  font-weight: 900;
}
.shortcourse .background_video .top_header_text .top_header_explanation {
  position: relative;
  text-align: left;
  letter-spacing: 0px;
  font-size: 1rem;
  color: #ffffff;
  opacity: 1;
  font-weight: medium;
  font-family: Noto Sans JP;
  padding-top: 1.5rem;
}
@media (min-width: 1024px) {
  .shortcourse .parallelogram {
    height: 80vh;
  }
}
@media (max-width: 1023px) {
  .shortcourse .background_video {
    overflow: hidden;
    width: 100vw;
    height: calc(100vh - 40px);
  }
  .shortcourse .background_video .background_video_margin {
    margin-top: 30px;
  }
  .shortcourse .background_video .background_video_margin .background_image_to_center {
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5333333333);
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .shortcourse .background_video .background_video_margin .background_image_to_center .background_image {
    position: absolute;
    z-index: -1;
    opacity: 0.64;
    height: 100vh;
    text-align: center;
    display: flex;
    z-index: -1;
  }
  .shortcourse .background_video .background_video_margin .background_image_to_center .background_image::after {
    background-color: #000;
  }
  .shortcourse .background_video video {
    display: none !important;
  }
  .shortcourse .background_video .parallelogram {
    right: calc(48px + 2 * (100vw - 120px) / 4);
    height: 50vh;
    top: 0;
  }
  .shortcourse .background_video .top_header_text {
    margin-left: 30px;
    margin-right: 30px;
  }
  .shortcourse .background_video .top_header_text .top_header_name {
    font-size: 4.5vw;
    padding-top: 8rem;
  }
  .shortcourse .background_video .top_header_text .top_header_title {
    font-size: 7vw;
    font-weight: bold;
  }
  .shortcourse .background_video .top_header_text .top_header_explanation {
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 240px;
  }
}
.shortcourse .header_supplement {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 100px;
  width: 100%;
}
.shortcourse .header_supplement .header_supplement_above {
  position: absolute;
  left: calc(48px + (100vw - 432px) / 8);
  width: calc(240px + 3 * (100vw - 432px) / 8);
  z-index: 1;
}
.shortcourse .header_supplement .header_supplement_below {
  position: absolute;
  left: 48px;
  width: calc(240px + 3 * (100vw - 432px) / 8);
  z-index: -1;
  margin-top: 50px;
}
.shortcourse .header_supplement .header_supplement_title {
  padding-top: 18%;
  margin-left: calc(240px + 4 * (100vw - 432px) / 8);
  font-size: 35px;
  font-weight: 900;
  font-family: Noto Sans JP;
  margin-right: calc(48px + (100vw - 432px) / 8);
}
.shortcourse .header_supplement .header_supplement_explanation {
  margin-top: 36px;
  margin-left: calc(240px + 4 * (100vw - 432px) / 8);
  font-size: 16px;
  margin-right: calc(48px + 2 * (100vw - 432px) / 8);
  line-height: 1.8rem;
  font-family: Noto Sans JP;
}
.shortcourse .header_supplement .header_supplement_explanation .header_supplement_explanation_line {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.shortcourse .header_supplement .header_supplement_background {
  margin-top: 32px;
  margin-left: calc(96px + 2 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .shortcourse .header_supplement {
    margin-top: 20vh;
  }
  .shortcourse .header_supplement .header_supplement_above {
    margin-left: 7vw;
    width: calc(120px + 3 * (100vw - 120px) / 4);
  }
  .shortcourse .header_supplement .header_supplement_below {
    z-index: 0;
    left: 3vw;
    width: calc(120px + 3 * (100vw - 120px) / 4);
  }
  .shortcourse .header_supplement .header_supplement_title {
    padding-top: 100vw;
    margin-left: 50px;
    font-size: 5.5vw;
    margin-right: 50px;
  }
  .shortcourse .header_supplement .header_supplement_explanation {
    margin-left: 50px;
    margin-right: 50px;
    line-height: 4.5vh;
  }
  .shortcourse .header_supplement .header_supplement_background {
    margin-left: 70px;
    right: 0;
  }
}
.shortcourse .header_detail {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 200px;
  width: 100%;
}
.shortcourse .header_detail .header_detail_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shortcourse .header_detail .header_detail_title .header_detail_title_text {
  font-size: 20px;
  font-family: Noto Sans JP;
  font-weight: bold;
}
.shortcourse .header_detail .header_detail_title .header_detail_title_image {
  width: 76px;
}
.shortcourse .header_detail .header_detail_body_1 {
  display: flex;
  margin-top: 200px;
  padding-left: 3rem;
  align-items: flex-start;
}
.shortcourse .header_detail .header_detail_body_1 .header_detail_body_1_number {
  width: calc((100vw - 432px) / 8);
  margin-right: 3rem;
}
.shortcourse .header_detail .header_detail_body_1 .header_detail_body_1_image {
  display: block;
  max-height: 100%;
  width: calc(192px + 3 * (100vw - 432px) / 8);
}
.shortcourse .header_detail .header_detail_body_1 .header_detail_body_1_text {
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
  margin-right: 3rem;
}
.shortcourse .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_title {
  font-size: 35px;
  font-weight: 900;
  font-family: Noto Sans JP;
}
@media (max-width: 1023px) {
  .shortcourse .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_title {
    font-size: 5.5vw;
  }
}
.shortcourse .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_subtitle {
  margin-top: 2rem;
  position: relative;
  font-size: 25px;
  font-family: Noto Sans JP;
  font-weight: bold;
}
.shortcourse .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_content {
  margin-top: 1.5rem;
  line-height: 1.8rem;
  font-size: 16px;
  font-family: Noto Sans JP;
}
.shortcourse .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_content .header_detail_body_1_content_line {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
@media (max-width: 1023px) {
  .shortcourse .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_content {
    line-height: 4.5vh;
  }
}
.shortcourse .header_detail .header_detail_body_2 {
  display: flex;
  margin-top: 200px;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-right: 3rem;
}
.shortcourse .header_detail .header_detail_body_2 .header_detail_body_2_number {
  width: calc((100vw - 432px) / 8);
  margin-left: 3rem;
}
.shortcourse .header_detail .header_detail_body_2 .header_detail_body_2_image {
  display: block;
  max-height: 100%;
  width: calc(192px + 3 * (100vw - 432px) / 8);
}
.shortcourse .header_detail .header_detail_body_2 .header_detail_body_2_text {
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
  margin-left: 3rem;
}
.shortcourse .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_title {
  font-size: 35px;
  font-weight: 900;
  font-family: "Noto Sans JP";
}
@media (max-width: 1023px) {
  .shortcourse .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_title {
    font-size: 5.5vw;
  }
}
.shortcourse .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_subtitle {
  margin-top: 2rem;
  position: relative;
  font-size: 25px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.shortcourse .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_content {
  margin-top: 1.5rem;
  line-height: 1.8rem;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
.shortcourse .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_content .header_detail_body_2_content_line {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
@media (max-width: 1023px) {
  .shortcourse .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_content {
    line-height: 4.5vh;
  }
}
.shortcourse .header_detail .header_detail_bottom {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 12rem;
  width: 100%;
}
.shortcourse .header_detail .header_detail_bottom .header_detail_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.shortcourse .header_detail .header_detail_bottom .header_detail_bottom_to_center .header_detail_bottom_top {
  width: 24rem;
}
.shortcourse .header_detail .header_detail_bottom .header_detail_bottom_to_center .header_detail_bottom_center {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
.shortcourse .header_detail .header_detail_bottom .header_detail_bottom_to_center a {
  color: #000;
  text-decoration: none;
}
.shortcourse .header_detail .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background {
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem;
  display: block;
}
.shortcourse .header_detail .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.shortcourse .header_detail .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content .header_detail_bottom_bottom_content_text {
  font-size: 1.8rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.shortcourse .header_detail .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content .header_detail_bottom_bottom_content_image {
  height: 40px;
}
.shortcourse .header_detail .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content::after {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.shortcourse .header_detail .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content:hover {
  color: #000;
}
.shortcourse .header_detail .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 1023px) {
  .shortcourse .header_detail {
    margin-top: 90px;
  }
}
@media (min-width: 1024px) {
  .shortcourse .header_detail_body_1_text_number {
    display: none;
  }
  .shortcourse .header_detail_body_1_text_image {
    display: none;
  }
}
@media (min-width: 1023px) {
  .shortcourse .header_detail_body_2_text_number {
    display: none;
  }
  .shortcourse .header_detail_body_2_text_image {
    display: none;
  }
}
@media (max-width: 1023px) {
  .shortcourse .header_detail .header_detail_title .header_detail_title_text {
    font-size: 3.5vw;
  }
  .shortcourse .header_detail .header_detail_title .header_detail_title_image {
    width: 14vw;
  }
  .shortcourse .header_detail .header_detail_body_1 {
    display: block;
    margin-top: 10vw;
  }
  .shortcourse .header_detail .header_detail_body_1 .header_detail_body_1_number {
    display: none;
    margin-top: 200px;
  }
  .shortcourse .header_detail .header_detail_body_1 .header_detail_body_1_text {
    max-width: calc(100vw - 100px);
  }
  .shortcourse .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_text_number {
    width: calc((100vw - 120px) / 4);
  }
  .shortcourse .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_text_image {
    max-width: calc(100vw - 80px);
    margin-top: 3vh;
  }
  .shortcourse .header_detail .header_detail_body_1 .header_detail_body_1_image {
    display: none;
  }
  .shortcourse .header_detail .header_detail_body_2 {
    display: block;
    margin-top: 15vw;
  }
  .shortcourse .header_detail .header_detail_body_2 .header_detail_body_2_number {
    display: none;
  }
  .shortcourse .header_detail .header_detail_body_2 .header_detail_body_2_image {
    display: none;
  }
  .shortcourse .header_detail .header_detail_body_2 .header_detail_body_2_text {
    max-width: calc(100vw - 100px);
  }
  .shortcourse .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_text_number {
    width: calc((100vw - 120px) / 4);
  }
  .shortcourse .header_detail .header_detail_body_2 .header_detail_body_2_text_image {
    max-width: calc(100vw - 80px);
    margin-top: 3vh;
  }
  .shortcourse .header_detail .header_detail_bottom {
    margin-top: 30vw;
  }
  .shortcourse .header_detail .header_detail_bottom .header_detail_bottom_to_center .header_detail_bottom_top {
    width: calc(96px + 2 * (100vw - 120px) / 4);
  }
  .shortcourse .header_detail .header_detail_bottom .header_detail_bottom_to_center .header_detail_bottom_center {
    font-size: 4.5vw;
  }
  .shortcourse .header_detail .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
    position: relative;
    z-index: 1;
  }
  .shortcourse .header_detail .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content .header_detail_bottom_bottom_content_text {
    font-size: 1.1rem;
  }
  .shortcourse .header_detail .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content .header_detail_bottom_bottom_content_image {
    width: 6vw;
  }
}
.shortcourse .top_body {
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 2rem;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  position: relative;
}
.shortcourse .top_body .line_green_1 {
  position: absolute;
  width: calc(96px + 3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: 70vw;
  top: 6%;
  z-index: 0;
}
.shortcourse .top_body .line_green_2 {
  position: absolute;
  width: calc(96px + 2 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: 8vw;
  top: 14%;
  z-index: 0;
}
.shortcourse .top_body .line_green_3 {
  position: absolute;
  width: calc(3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: 73vw;
  top: 29%;
  z-index: 0;
}
.shortcourse .top_body .line_green_4 {
  position: absolute;
  width: calc(96px + 3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: -9vw;
  top: 48%;
  z-index: 0;
}
.shortcourse .top_body .line_green_5 {
  position: absolute;
  width: calc(96px + 3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: -9vw;
  top: 25%;
  z-index: 0;
}
.shortcourse .top_body .line_green_6 {
  position: absolute;
  width: calc(96px + 3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: 26vw;
  top: 32%;
  z-index: 0;
}
.shortcourse .top_body .line_green_7 {
  position: absolute;
  width: calc(96px + 3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: 67vw;
  top: 60%;
  z-index: 0;
}
.shortcourse .top_body .line_green_8 {
  position: absolute;
  width: calc(96px + 3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: -8vw;
  top: 76%;
  z-index: 0;
}
.shortcourse .top_body .top_body_background {
  width: 100%;
  display: block;
  background: #000;
  margin-top: 15rem;
}
.shortcourse .top_body .top_body_background .top_body_1_title {
  padding-top: 10rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shortcourse .top_body .top_body_background .top_body_1_title .top_body_1_title_text {
  color: #7eee3e;
  font-size: 20px;
  z-index: 2;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .shortcourse .top_body .top_body_background .top_body_1_title .top_body_1_title_text {
    font-size: 3.5vw;
  }
}
.shortcourse .top_body .top_body_background .top_body_1_title .top_body_1_title_image {
  width: 76px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .shortcourse .top_body .top_body_background .top_body_1_title .top_body_1_title_image {
    width: 14vw;
  }
}
@media (max-width: 1023px) {
  .shortcourse .top_body .top_body_background .top_body_1_title {
    padding-top: 25vw;
  }
}
.shortcourse .top_body .top_body_background .top_body_1_content_1 {
  margin-top: 150px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.shortcourse .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_image {
  height: 300px;
  margin-left: calc(144px + 2 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .shortcourse .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_image {
    display: none;
  }
}
.shortcourse .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text {
  margin-left: 96px;
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.shortcourse .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_title {
  font-size: 40px;
  color: #7eee3e;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media (min-width: 1024px) {
  .shortcourse .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_text_image {
    display: none;
  }
}
.shortcourse .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_body {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8rem;
  color: #ffffff;
  font-family: "Noto Sans JP";
}
@media (max-width: 1023px) {
  .shortcourse .top_body .top_body_background .top_body_1_content_1 {
    display: block;
    margin-top: 20vw;
  }
  .shortcourse .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text {
    margin-left: 40px;
    max-width: calc(100vw - 80px);
    margin-right: 40px;
  }
  .shortcourse .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_title {
    font-size: 5.5vw;
  }
  .shortcourse .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_text_image_flex {
    display: flex;
    justify-content: center;
  }
  .shortcourse .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_text_image_flex .top_body_1_content_1_text_image {
    max-width: calc(2 * (100vw - 120px) / 4 + 72px);
    margin-top: 10vw;
    margin-bottom: 50px;
    position: relative;
  }
  .shortcourse .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_body {
    line-height: 4.5vh;
    font-size: 16px;
  }
}
.shortcourse .top_body .top_body_background .top_body_1_content_2 {
  margin-top: 150px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.shortcourse .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text {
  margin-left: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.shortcourse .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text .top_body_1_content_2_title {
  margin-top: 3rem;
  font-size: 40px;
  color: #7eee3e;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
.shortcourse .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text .top_body_1_content_2_body {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8rem;
  color: #ffffff;
  font-family: "Noto Sans JP";
}
.shortcourse .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_image {
  height: 460px;
  margin-left: 48px;
}
@media (max-width: 1023px) {
  .shortcourse .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2 {
    margin-top: 8vw;
  }
}
@media (max-width: 1023px) {
  .shortcourse .top_body .top_body_background .top_body_1_content_2_image {
    display: none;
  }
}
@media (min-width: 1024px) {
  .shortcourse .top_body .top_body_background .top_body_1_content_2_text_image {
    display: none;
  }
}
@media (max-width: 1023px) {
  .shortcourse .top_body .top_body_background .top_body_1_content_2 {
    display: block;
  }
  .shortcourse .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text {
    margin-left: 40px;
    max-width: calc(100vw - 80px);
    margin-right: 40px;
  }
  .shortcourse .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text .top_body_1_content_2_title {
    font-size: 5.5vw;
  }
  .shortcourse .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text .top_body_1_content_2_text_image_flex {
    display: flex;
    justify-content: center;
  }
  .shortcourse .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text .top_body_1_content_2_text_image_flex .top_body_1_content_2_text_image {
    margin: 48px auto;
  }
  .shortcourse .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text .top_body_1_content_2_body {
    line-height: 4.5vh;
    font-size: 16px;
  }
}
.shortcourse .top_body .top_body_background .top_body_2_title {
  padding-top: 18rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shortcourse .top_body .top_body_background .top_body_2_title .top_body_2_title_text {
  color: #7eee3e;
  font-size: 20px;
  z-index: 2;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.shortcourse .top_body .top_body_background .top_body_2_title .top_body_2_title_image {
  width: 76px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .shortcourse .top_body .top_body_background .top_body_2_title .top_body_2_title_image {
    width: 14vw;
  }
}
@media (max-width: 1023px) {
  .shortcourse .top_body .top_body_background .top_body_2_title {
    padding-top: 25vw;
  }
  .shortcourse .top_body .top_body_background .top_body_2_title .top_body_2_title_text {
    font-size: 3.5vw;
  }
}
.shortcourse .top_body .top_body_background .top_body_2_content {
  margin-top: 150px;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  position: relative;
}
.shortcourse .top_body .top_body_background .top_body_2_content .top_body_2_content_text {
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
  margin-right: calc(96px + (100vw - 432px) / 8);
  color: #ffffff;
}
.shortcourse .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_title_flex .top_body_2_content_title {
  font-size: 40px;
  color: #7eee3e;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media (max-width: 1023px) {
  .shortcourse .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_title_flex {
    display: flex;
    justify-content: center;
  }
  .shortcourse .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_title_flex .top_body_2_content_title {
    font-size: 5.5vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
}
.shortcourse .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_position {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.shortcourse .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_name {
  font-size: 25px;
  margin-top: 16px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.shortcourse .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_career {
  font-size: 10px;
  margin-top: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
  line-height: 1rem;
}
@media (max-width: 1023px) {
  .shortcourse .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_career {
    line-height: 3vh;
  }
}
.shortcourse .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_body {
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
  font-size: 16px;
  margin-top: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
  line-height: 1.8rem;
}
.shortcourse .top_body .top_body_background .top_body_2_content .top_body_2_content_image {
  margin-right: 48px;
  width: calc(192px + 3 * (100vw - 432px) / 8);
}
@media (min-width: 1024px) {
  .shortcourse .top_body .top_body_background .top_body_2_content_text_image {
    display: none;
  }
}
@media (max-width: 1023px) {
  .shortcourse .top_body .top_body_background .top_body_2_content {
    display: block;
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 15vw;
  }
  .shortcourse .top_body .top_body_background .top_body_2_content .top_body_2_content_text_image {
    max-width: calc(100vw - 48px);
  }
  .shortcourse .top_body .top_body_background .top_body_2_content .top_body_2_content_text {
    margin-right: 0;
    max-width: 100%;
  }
  .shortcourse .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_body {
    margin-top: 8vw;
    max-width: 100%;
    line-height: 4.5vh;
  }
  .shortcourse .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_position {
    font-size: 16px;
  }
  .shortcourse .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_name {
    font-size: 18px;
  }
  .shortcourse .top_body .top_body_background .top_body_2_content .top_body_2_content_image {
    display: none;
  }
}
.shortcourse .top_body .top_body_background .top_body_bottom {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 12rem;
  width: 100%;
}
.shortcourse .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.shortcourse .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_top {
  width: 24rem;
}
.shortcourse .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_center {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.shortcourse .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background {
  z-index: 3;
}
.shortcourse .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a {
  color: #ffffff;
  text-decoration: none;
  z-index: 1;
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem white;
  display: block;
  margin-bottom: 20rem;
  z-index: 2;
}
.shortcourse .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Noto Sans JP";
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.shortcourse .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content .top_body_bottom_bottom_content_text {
  font-size: 1.8rem;
  color: #000;
}
.shortcourse .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content .top_body_bottom_bottom_content_image {
  height: 40px;
}
.shortcourse .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content::after {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.shortcourse .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content:hover {
  color: #000;
}
.shortcourse .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
.shortcourse .top_body .top_body_background .top_body_bottom .top_body_background_bottom_white {
  margin-top: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  position: absolute;
  height: 38rem;
  width: 800px;
  left: calc(240px + 6 * (100vw - 432px) / 8);
}
.shortcourse .top_body .top_body_background .top_body_bottom .top_body_background_bottom_black {
  position: absolute;
  height: 38rem;
  width: 800px;
  right: calc(192px + 6 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .shortcourse .top_body .top_body_background .top_body_bottom .top_body_background_bottom_black {
    width: 30vw;
    height: auto;
    bottom: 0;
    transform: translateY(90%);
    left: -8vw;
  }
}
@media (max-width: 1023px) {
  .shortcourse .top_body .top_body_background .top_body_bottom {
    margin-top: 25vw;
  }
  .shortcourse .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_top {
    width: calc(72px + 3 * (100vw - 120px) / 4);
  }
  .shortcourse .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_center {
    font-size: 4.5vw;
  }
  .shortcourse .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background {
    z-index: 3;
  }
  .shortcourse .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
    margin-bottom: 30vw;
  }
  .shortcourse .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content .top_body_bottom_bottom_content_text {
    font-size: 1.1rem;
  }
  .shortcourse .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content .top_body_bottom_bottom_content_image {
    width: 6vw;
  }
  .shortcourse .top_body .top_body_background .top_body_bottom .top_body_background_bottom_white {
    width: 30vw;
    height: auto;
    bottom: -1px;
    transform: translateY(20%);
    right: -10vw;
    margin: 0;
    top: unset;
    left: unset;
  }
}
@media (max-width: 1023px) {
  .shortcourse .top_body .top_body_background {
    margin-top: 35vw;
  }
}
@media (max-width: 1023px) {
  .shortcourse .top_body {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 25vw;
  }
}
.shortcourse .top_body_background_top_black {
  position: absolute;
  height: 38rem;
  left: 45vw;
  left: calc(288px + 6 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .shortcourse .top_body_background_top_black {
    position: absolute;
    height: auto;
    margin-left: calc(72px + 3 * (100vw - 120px) / 4);
    top: 3rem;
    width: 38vw;
    left: 0;
  }
}
.shortcourse .top_body_background_top_white {
  position: absolute;
  height: 38rem;
  width: 800px;
  right: 10vw;
  margin-top: -18rem;
  right: calc(192px + 6 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .shortcourse .top_body_background_top_white {
    position: absolute;
    margin-top: 0;
    width: 38vw;
    height: auto;
    right: 70vw;
    top: 1%;
    margin-right: 0;
  }
}
.shortcourse .top_footer {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 100px;
  position: relative;
}
.shortcourse .top_footer .top_footer_content_1 {
  box-sizing: border-box;
}
.shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_text .top_footer_content_1_title {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 35px;
  width: calc(288px + 4 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_text .top_footer_content_1_title {
    display: none;
  }
}
@media (min-width: 1024px) {
  .shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_text .top_footer_content_1_title_2 {
    display: none;
  }
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_text .top_footer_content_1_title_2 {
    width: calc(100vw - 80px);
    font-family: "Noto Sans JP";
    font-weight: 900;
    font-size: 5.5vw;
  }
}
.shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll {
  margin-top: 5rem;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_1 .top_footer_content_1_image_1 {
  margin-right: calc(144px + 4 * (100vw - 432px) / 8);
  width: calc(144px + 2 * (100vw - 432px) / 8);
}
.shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_2 {
  position: absolute;
}
.shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_2 .top_footer_content_1_image_2 {
  width: calc(144px + 2 * (100vw - 432px) / 8);
}
.shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_3 {
  position: absolute;
  margin-left: calc(144px + 4 * (100vw - 432px) / 8);
}
.shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_3 .top_footer_content_1_image_3 {
  width: calc(144px + 2 * (100vw - 432px) / 8);
}
@media (min-width: 1024px) {
  .shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll {
    justify-content: center;
  }
  .shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_1 {
    position: absolute;
  }
  .shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_2 {
    margin-top: 5rem;
  }
  .shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_3 {
    margin-top: 10rem;
  }
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll {
    overflow: scroll;
  }
  .shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_1 {
    margin-left: 40px;
    width: calc(100vw - 80px);
  }
  .shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_1 .top_footer_content_1_image_1 {
    width: calc(100vw - 80px);
  }
  .shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_1 .top_footer_content_1_scroll_1_text {
    font-size: 16px;
    width: 60vw;
    font-family: "Noto Sans JP";
  }
  .shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_2 {
    margin-left: calc(100vw - 80px);
    width: calc(100vw - 80px);
  }
  .shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_2 .top_footer_content_1_image_2 {
    width: calc(100vw - 80px);
  }
  .shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_2 .top_footer_content_1_scroll_2_text {
    font-size: 16px;
    width: 60vw;
    font-family: "Noto Sans JP";
  }
  .shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_3 {
    margin-left: calc(200vw - 200px);
    width: calc(100vw - 80px);
  }
  .shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_3 .top_footer_content_1_image_3 {
    width: calc(100vw - 80px);
  }
  .shortcourse .top_footer .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_3 .top_footer_content_1_scroll_3_text {
    font-size: 16px;
    width: 60vw;
    font-family: "Noto Sans JP";
  }
}
.shortcourse .top_footer .top_footer_content_2 {
  margin-top: 900px;
}
.shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_title .top_footer_content_2_title_text {
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_title .top_footer_content_2_title_text {
    font-size: 3.5vw;
  }
}
.shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_title .top_footer_content_2_title_image {
  width: 76px;
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_title .top_footer_content_2_title_image {
    width: 14vw;
  }
}
.shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body {
  margin-top: 100px;
}
.shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_background_image {
  position: absolute;
  z-index: -1;
  max-width: calc(240px + 4 * (100vw - 432px) / 8);
  margin-top: 13%;
  z-index: 1;
  bottom: 0;
}
.shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_text .top_footer_content_2_body_1_title {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 35px;
}
.shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_text .top_footer_content_2_body_1_content {
  font-size: 16px;
  margin-top: 25px;
  font-family: "Noto Sans JP";
}
.shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_text .top_footer_content_2_body_1_content .top_footer_content_2_body_1_content_line {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 {
    overflow: hidden;
    display: block;
  }
  .shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_image {
    width: calc(72px + 3 * (100vw - 120px) / 4);
    margin-left: calc(72px + 2 * (100vw - 120px) / 4);
    position: absolute;
    z-index: 0;
  }
  .shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_text {
    max-width: calc(100vw - 80px);
    margin-left: 40px;
    margin-top: 50vw;
    z-index: 2;
    position: relative;
  }
  .shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_text .top_footer_content_2_body_1_title {
    font-size: 5.5vw;
  }
  .shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_text .top_footer_content_2_body_1_content {
    font-size: 16px;
    line-height: 4.5vh;
  }
}
@media (min-width: 1024px) {
  .shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 {
    flex-direction: row-reverse;
  }
  .shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_image {
    margin-right: calc(144px + 2 * (100vw - 432px) / 8);
    width: calc(48px + 2 * (100vw - 432px) / 8);
    z-index: 2;
  }
  .shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_text {
    margin-right: 48px;
    width: calc(96px + 3 * (100vw - 432px) / 8);
  }
}
.shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 100px;
}
.shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_image {
  margin-left: calc(144px + 2 * (100vw - 432px) / 8);
  width: calc(48px + 2 * (100vw - 432px) / 8);
  z-index: 2;
}
.shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_text {
  margin-left: 48px;
  width: calc(96px + 3 * (100vw - 432px) / 8);
}
.shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_text .top_footer_content_2_body_2_title {
  font-size: 35px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
.shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_text .top_footer_content_2_body_2_content {
  font-size: 16px;
  margin-top: 25px;
  font-family: "Noto Sans JP";
}
.shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_text .top_footer_content_2_body_2_content .top_footer_content_2_body_2_content_line {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_background_image {
  position: absolute;
  z-index: 1;
  max-width: calc(240px + 4 * (100vw - 432px) / 8);
  top: 20vw;
  left: 0;
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 {
    overflow: hidden;
    flex-direction: row-reverse;
    display: block;
  }
  .shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_image {
    width: calc(72px + 3 * (100vw - 120px) / 4);
    position: absolute;
    z-index: 2;
    right: calc(72px + 2 * (100vw - 120px) / 4);
  }
  .shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_text {
    width: calc(100vw - 80px);
    margin-left: 40px;
    margin-top: 50vw;
    z-index: 3;
    position: relative;
  }
  .shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_text .top_footer_content_2_body_2_title {
    font-size: 5.5vw;
    margin-left: calc(40px + (100vw - 120px) / 4);
  }
  .shortcourse .top_footer .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_text .top_footer_content_2_body_2_content {
    font-size: 16px;
    line-height: 4.5vh;
  }
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_2 .top_footer_content_2 {
    margin-top: 30vw;
  }
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_2 {
    margin-top: 30vw;
  }
}
.shortcourse .top_footer .top_footer_content_3 {
  margin-top: 200px;
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_title .top_footer_content_3_title_text {
  margin-top: 16px;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_title .top_footer_content_3_title_text {
    font-size: 3.5vw;
  }
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_title .top_footer_content_3_title_image {
  margin-top: 16px;
  width: 76px;
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_title .top_footer_content_3_title_image {
    width: 14vw;
  }
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_1 {
  display: flex;
  align-items: flex-start;
  margin-left: calc(144px + (100vw - 432px) / 8);
  margin-right: calc(96px + (100vw - 432px) / 8);
  margin-top: 100px;
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text .top_footer_content_3_body_1_title {
  font-size: 50px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text .top_footer_content_3_body_1_title {
    font-size: 5.5vw;
  }
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text .top_footer_content_3_body_1_content {
  font-size: 20px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text .top_footer_content_3_body_1_supplement {
  font-size: 16px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text .top_footer_content_3_body_1_content {
    font-size: 25px;
  }
  .shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text .top_footer_content_3_body_1_supplement {
    font-size: 16px;
  }
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text:hover {
  opacity: 0.64;
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_1 {
    margin-top: 25vw;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_2 {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: calc(144px + (100vw - 432px) / 8);
  margin-right: calc(96px + (100vw - 432px) / 8);
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text .top_footer_content_3_body_2_title {
  font-size: 50px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text .top_footer_content_3_body_2_title {
    font-size: 5.5vw;
  }
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text .top_footer_content_3_body_2_content {
  font-size: 20px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text .top_footer_content_3_body_2_supplement {
  font-size: 16px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text .top_footer_content_3_body_2_content {
    font-size: 25px;
  }
  .shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text .top_footer_content_3_body_2_supplement {
    font-size: 16px;
  }
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text:hover {
  opacity: 0.64;
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_2 {
    margin-top: 10vw;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_3 {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: calc(144px + (100vw - 432px) / 8);
  margin-right: calc(96px + (100vw - 432px) / 8);
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text {
  margin-top: 20px;
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text .top_footer_content_3_body_3_title {
  font-size: 50px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text .top_footer_content_3_body_3_title {
    font-size: 5.5vw;
  }
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text .top_footer_content_3_body_3_content {
  font-size: 20px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text .top_footer_content_3_body_3_supplement {
  font-size: 16px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text .top_footer_content_3_body_3_content {
    font-size: 25px;
  }
  .shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text .top_footer_content_3_body_3_supplement {
    font-size: 16px;
  }
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text:hover {
  opacity: 0.64;
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_3 {
    margin-top: 10vw;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_4 {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: calc(144px + (100vw - 432px) / 8);
  margin-right: calc(96px + (100vw - 432px) / 8);
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text {
  margin-top: 20px;
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text .top_footer_content_3_body_4_title {
  font-size: 50px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text .top_footer_content_3_body_4_title {
    font-size: 5.5vw;
  }
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text .top_footer_content_3_body_4_content {
  font-size: 20px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text .top_footer_content_3_body_4_supplement {
  font-size: 16px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text .top_footer_content_3_body_4_content {
    font-size: 25px;
  }
  .shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text .top_footer_content_3_body_4_supplement {
    font-size: 16px;
  }
}
.shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text:hover {
  opacity: 0.64;
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_3 .top_footer_content_3_body_4 {
    margin-top: 10vw;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }
}
.shortcourse .top_footer .top_footer_content_3_bottom {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 12rem;
  width: 100%;
}
.shortcourse .top_footer .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.shortcourse .top_footer .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center .top_footer_content_3_bottom_top {
  width: 24rem;
}
.shortcourse .top_footer .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center .top_footer_content_3_bottom_center {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.shortcourse .top_footer .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a {
  color: #000;
  text-decoration: none;
}
.shortcourse .top_footer .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background {
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem;
  display: block;
}
.shortcourse .top_footer .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Noto Sans JP";
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.shortcourse .top_footer .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content .top_footer_content_3_bottom_bottom_content_text {
  font-size: 1.8rem;
}
.shortcourse .top_footer .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content .top_footer_content_3_bottom_bottom_content_image {
  height: 40px;
}
.shortcourse .top_footer .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content::after {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.shortcourse .top_footer .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content:hover {
  color: #000;
}
.shortcourse .top_footer .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_3_bottom {
    margin-top: 25vw;
  }
  .shortcourse .top_footer .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center .top_footer_content_3_bottom_top {
    width: calc(96px + 2 * (100vw - 120px) / 4);
  }
  .shortcourse .top_footer .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center .top_footer_content_3_bottom_center {
    font-size: 4.5vw;
  }
  .shortcourse .top_footer .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
  }
  .shortcourse .top_footer .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content .top_footer_content_3_bottom_bottom_content_text {
    font-size: 1.1rem;
  }
  .shortcourse .top_footer .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content .top_footer_content_3_bottom_bottom_content_image {
    width: 6vw;
  }
}
.shortcourse .top_footer .top_footer_content_4 {
  margin-top: 30vw;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_title .top_footer_content_4_title_text {
  margin-top: 16px;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_title .top_footer_content_4_title_image {
  margin-top: 16px;
  width: 76px;
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_title .top_footer_content_4_title_text {
    font-size: 3.5vw;
  }
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_title .top_footer_content_4_title_image {
  margin-top: 16px;
  width: 76px;
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_title .top_footer_content_4_title_image {
    width: 14vw;
  }
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_1 {
  display: flex;
  align-items: flex-start;
  margin-top: 100px;
  flex-direction: row-reverse;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_1 .top_footer_content_4_body_1_content {
  font-size: 16px;
  font-family: "Noto Sans JP";
  margin-right: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_1 .top_footer_content_4_body_1_content .top_footer_content_4_body_1_content_line {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_1 .top_footer_content_4_body_1_image {
  margin-right: 48px;
  width: calc(48px + 2 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_1 {
    display: block;
  }
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_1 .top_footer_content_4_body_1_content_image {
    margin-right: 40px;
    width: calc(72px + 2 * (100vw - 120px) / 4);
    margin-left: 40px;
  }
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_1 .top_footer_content_4_body_1_content {
    margin-top: 50px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
    margin-left: 40px;
  }
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_1 .top_footer_content_4_body_1_image {
    display: none;
  }
}
@media (min-width: 1024px) {
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_1_content_image {
    display: none;
  }
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_2 {
  display: flex;
  align-items: flex-start;
  margin-top: 70px;
  flex-direction: row-reverse;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_2 .top_footer_content_4_body_2_content {
  font-size: 16px;
  font-family: "Noto Sans JP";
  margin-right: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_2 .top_footer_content_4_body_2_content .top_footer_content_4_body_2_content_line {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_2 .top_footer_content_4_body_2_image {
  margin-right: 48px;
  width: calc(144px + 2 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_2 {
    display: block;
  }
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_2 .top_footer_content_4_body_2_content_image {
    margin-right: 40px;
    width: calc(72px + 3 * (100vw - 120px) / 4);
    margin-left: 40px;
  }
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_2 .top_footer_content_4_body_2_content {
    margin-top: 50px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
    margin-left: 40px;
  }
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_2 .top_footer_content_4_body_2_image {
    display: none;
  }
}
@media (min-width: 1024px) {
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_2_content_image {
    display: none;
  }
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3_title {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  font-family: Video;
  margin: 100px auto 0;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 {
  display: flex;
  align-items: flex-start;
  margin-top: 70px;
  flex-direction: row-reverse;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content {
  display: block;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_1 {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP";
  margin-right: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_2 {
  margin-top: 15px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  margin-right: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_2 .top_footer_content_4_body_3_content_2_line {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_3 {
  margin-top: 15px;
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP";
  margin-right: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_4_flex {
  display: flex;
  margin-right: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
  margin-top: 15px;
  border-bottom: solid;
  width: max-content;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_4_flex .top_footer_content_4_body_3_content_4 {
  font-size: 16px;
  font-family: "Noto Sans JP";
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_4_flex .top_footer_content_4_body_3_content_4_image {
  color: #000;
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_4_flex {
    margin-right: auto;
    max-width: 70vw;
  }
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_4_flex .top_footer_content_4_body_3_content_4 {
    display: block;
  }
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_image {
  margin-right: 48px;
  width: calc(50px + (144px + 2 * (100vw - 432px) / 8) / 2);
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 {
    display: block;
  }
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content_image {
    margin-right: 40px;
    width: calc(72px + 2 * (100vw - 120px) / 4);
    margin-left: 40px;
  }
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content {
    margin-top: 50px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
    margin-left: 40px;
  }
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_1 {
    margin-right: 0;
    max-width: calc(100vw - 80px);
  }
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_2 {
    margin-right: 0;
    max-width: calc(100vw - 80px);
  }
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_3 {
    margin-right: 0;
    max-width: calc(100vw - 80px);
  }
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_4 {
    margin-right: 0;
    max-width: calc(100vw - 80px);
  }
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_image {
    display: none;
  }
}
@media (min-width: 1024px) {
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_body_3_content_image {
    display: none;
  }
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_bottom {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 20vw;
  width: 100%;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center .top_footer_content_4_bottom_top {
  width: 24rem;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center .top_footer_content_4_bottom_center {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a {
  color: #000;
  text-decoration: none;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background {
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem;
  display: block;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content .top_footer_content_4_bottom_bottom_content_text {
  font-size: 1.8rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content .top_footer_content_4_bottom_bottom_content_image {
  height: 40px;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content::after {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content:hover {
  color: #000;
}
.shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center .top_footer_content_4_bottom_top {
    width: calc(96px + 2 * (100vw - 120px) / 4);
  }
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center .top_footer_content_4_bottom_center {
    font-size: 4.5vw;
  }
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
  }
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content .top_footer_content_4_bottom_bottom_content_text {
    font-size: 1.1rem;
  }
  .shortcourse .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content .top_footer_content_4_bottom_bottom_content_image {
    width: 6vw;
  }
}
.shortcourse .top_footer .top_footer_bottom {
  margin-top: 20rem;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_background {
  width: 100%;
  display: block;
  background-color: #000;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 16px;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_top .top_footer_bottom_top_image {
  width: 140px;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center {
  padding-top: 16px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #ffffff;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_1 {
  padding-right: 32px;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_1 a {
  color: #ffffff;
  display: flex;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_1 a .top_footer_bottom_center_1_text {
  font-family: "Noto Sans JP";
  font-weight: medium;
  font-size: 16px;
  color: #ffffff;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_1 a .top_footer_bottom_center_1_image {
  height: 16px;
  align-self: center;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_2 {
  padding-right: 32px;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_2 a {
  color: #ffffff;
  display: flex;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_2 a .top_footer_bottom_center_2_text {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_2 a .top_footer_bottom_center_2_image {
  height: 16px;
  align-self: center;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_3 {
  padding-right: 32px;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_3 .top_footer_bottom_center_3_image {
  height: 16px;
  align-self: center;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center_4 {
  padding-right: 32px;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center_4 a {
  color: #ffffff;
  display: flex;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center_4 a .top_footer_bottom_center_4_text {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center_4 a .top_footer_bottom_center_4_image {
  height: 16px;
  align-self: center;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_bottom {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shortcourse .top_footer .top_footer_bottom .top_footer_bottom_bottom .top_footer_bottom_bottom_text {
  opacity: 0.6;
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .shortcourse .top_footer .top_footer_bottom_background .top_footer_bottom_top .top_footer_bottom_top_image {
    width: calc(24px + 2 * (100vw - 120px) / 4);
  }
  .shortcourse .top_footer .top_footer_bottom_background .top_footer_bottom_center {
    padding-top: 3vw;
  }
  .shortcourse .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_1 a .top_footer_bottom_center_1_text {
    font-size: 3vw;
  }
  .shortcourse .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_1 a .top_footer_bottom_center_1_image {
    height: 3vw;
  }
  .shortcourse .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_2 a .top_footer_bottom_center_2_text {
    font-size: 3vw;
  }
  .shortcourse .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_2 a .top_footer_bottom_center_2_image {
    height: 3vw;
  }
  .shortcourse .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_3 a .top_footer_bottom_center_3_text {
    font-size: 3vw;
  }
  .shortcourse .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_3 a .top_footer_bottom_center_3_image {
    height: 3vw;
  }
  .shortcourse .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_4 a .top_footer_bottom_center_4_text {
    font-size: 3vw;
  }
  .shortcourse .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_4 a .top_footer_bottom_center_4_image {
    height: 3vw;
  }
  .shortcourse .top_footer .top_footer_bottom_background .top_footer_bottom_bottom .top_footer_bottom_bottom_text {
    font-size: 3vw;
  }
}
@media (max-width: 1023px) {
  .shortcourse .top_footer_bottom {
    margin-top: 25vw;
  }
}

.shortcourse__title--2 {
  font-size: 28px !important;
  font-weight: 900 !important;
}

.shortcourse__title--3 {
  font-size: 18px !important;
  font-weight: 900 !important;
}

.shortcourse__background {
  position: fixed;
}

.course-list {
  width: 100%;
  height: 100%;
  margin: 120px 0;
  position: relative;
}

.course-list__bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 80px);
  top: -40px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.64);
  z-index: 50;
}

.course-list img {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: calc(100% + 80px);
  object-fit: contain;
  top: -40px;
  left: 0;
  right: 0;
  bottom: -40px;
  transition: 0.3s;
}

.course-list__mobile-link {
  display: none;
}

.course-list img.active {
  opacity: 1;
}

.course-list__image-1.active {
  background-color: #c299ff;
}

.course-list__image-2.active {
  background-color: #ffcc66;
}

.course-list__image-3.active {
  background-color: #f5f5f5;
}

.course-list__image-4.active {
  background-color: #ddffdd;
}

.detail__link {
  width: calc(75vw - 84px);
  margin: 12px auto;
  position: relative;
  display: block;
  z-index: 100;
  color: rgb(165, 165, 165);
  transition: 0.3s;
}
.detail__link.hovered {
  color: #fff;
}
.detail__link--title {
  font-size: 32px !important;
  font-weight: 900 !important;
}
.detail__link__text {
  font-size: 16px;
}
.detail__link--mobile {
  display: none;
}

.blue-highlight {
  background: linear-gradient(transparent 70%, #1264af 50%);
  font-weight: bold;
}

.top_footer_bottom_center a {
  display: flex;
  margin: 0 12px;
}
.top_footer_bottom_center a img {
  margin-left: 4px;
}

.appearance-animation {
  color: transparent;
  width: max-content;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}

.appearance-animation::after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 101%);
}

.appearance-animation.activate {
  color: #000 !important;
}

.appearance-animation.activate::after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}

.appearance-animation--green {
  color: #000 !important;
}

.appearance-animation--green::after {
  background: #7eee3e !important;
}

.appearance-animation--green.activate {
  color: #7eee3e !important;
}

@keyframes mask-bg {
  0% {
    transform: translate(-101%, 0);
  }
  40%, 60% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}
.fixed-btn-detail__link {
  position: fixed;
  top: 12px;
  right: 16px;
  z-index: 100000;
  background-color: #7eee3e;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  box-shadow: -8px 9px 0px #000;
}
.fixed-btn-detail__link--underline {
  background: linear-gradient(transparent 70%, #fff 50%);
}
.fixed-btn-detail__link--biggertext {
  font-size: 22px;
}
.fixed-btn-detail__link--upperrow {
  position: relative;
  z-index: 1000;
}
.fixed-btn-detail__link--bottomrow {
  position: relative;
  z-index: 1000;
  margin-top: 8px;
  display: flex;
}
.fixed-btn-detail__link--bottomrow img {
  height: 32px;
  margin-left: 8px;
}
.fixed-btn-detail__link--bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #b5f6b7;
  width: 0;
  transition: 0.2s;
}
.fixed-btn-detail__link:hover .fixed-btn-detail__link--bg {
  width: 100%;
}

.fixed-btn-experience__link {
  position: fixed;
  bottom: 24px;
  right: 16px;
  color: #fff !important;
  z-index: 100000;
  background-color: #1264af;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  box-shadow: -8px 9px 0px #000;
}
.fixed-btn-experience__link--biggertext {
  font-size: 22px;
}
.fixed-btn-experience__link--upperrow {
  position: relative;
  z-index: 1000;
}
.fixed-btn-experience__link--bottomrow {
  position: relative;
  z-index: 1000;
  margin-top: 8px;
  display: flex;
}
.fixed-btn-experience__link--bottomrow img {
  height: 32px;
  margin-left: 8px;
}
.fixed-btn-experience__link--bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #5a93c7;
  width: 0;
  transition: 0.2s;
}
.fixed-btn-experience__link:hover .fixed-btn-experience__link--bg {
  width: 100%;
}

.shortcourse__background-sp {
  display: none;
}

@media (max-width: 1023px) {
  .pc-br {
    display: none !important;
  }
  .shortcourse__title--2 {
    font-size: 20px !important;
    font-weight: 900 !important;
  }
  .shortcourse__title--3 {
    font-size: 18px !important;
    font-weight: 900 !important;
  }
  .header_supplement_title,
  .header_supplement_explanation,
  .top_body_1_content_1_text,
  .top_body_1_content_2_text,
  .top_body_2_content,
  .top_footer_content_2_body_1_text,
  .top_footer_content_2_body_2_text,
  .top_footer_content_4_body_1_content,
  .top_footer_content_4_body_1_content_image,
  .top_footer_content_4_body_2_content_image,
  .top_footer_content_4_body_2_content,
  .top_footer_content_4_body_3_content_image,
  .top_footer_content_4_body_3_content {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .header_detail_body_1 {
    padding-left: 24px !important;
  }
  .header_detail_body_1_text {
    margin-right: 0 !important;
    max-width: calc(100vw - 48px) !important;
  }
  .header_detail_body_2_text {
    margin-left: 24px !important;
    max-width: calc(100vw - 48px) !important;
  }
  .header_detail_body_2 {
    margin-right: 24px !important;
  }
  .top_body_1_content_1_text,
  .top_body_1_content_2_text,
  .top_footer_content_2_body_1_text,
  .top_footer_content_2_body_2_text,
  .top_footer_content_4_body_1_content,
  .top_footer_content_4_body_2_content,
  .top_footer_content_4_body_3_content,
  .top_footer_content_4_body_3_content_1,
  .top_footer_content_4_body_3_content_2,
  .top_footer_content_4_body_3_content_3 {
    max-width: calc(100vw - 48px) !important;
  }
  .top_footer_content_1_title_2,
  .top_footer_content_2_body_2_text {
    width: calc(100vw - 48px) !important;
  }
  .top_footer_content_2_body_2_title {
    margin-left: auto !important;
    margin-right: 0 !important;
    width: max-content !important;
  }
  .top_footer_bottom_center {
    flex-wrap: wrap !important;
  }
  .top_footer_bottom_center a {
    margin: 0 12px !important;
    width: calc(50% - 36px) !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    font-size: 12px !important;
  }
  .background_video_color {
    background-color: unset !important;
  }
  .pc-br {
    display: none !important;
  }
  .shortcourse__title--2 {
    font-size: 20px !important;
    font-weight: 900 !important;
  }
  .shortcourse__title--3 {
    font-size: 18px !important;
    font-weight: 900 !important;
  }
  .header_supplement_title,
  .header_supplement_explanation,
  .top_body_1_content_1_text,
  .top_body_1_content_2_text,
  .top_body_2_content,
  .top_footer_content_2_body_1_text,
  .top_footer_content_2_body_2_text,
  .top_footer_content_4_body_1_content,
  .top_footer_content_4_body_1_content_image,
  .top_footer_content_4_body_2_content_image,
  .top_footer_content_4_body_2_content,
  .top_footer_content_4_body_3_content_image,
  .top_footer_content_4_body_3_content {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .header_detail_body_1 {
    padding-left: 24px !important;
  }
  .header_detail_body_1_text {
    margin-right: 0 !important;
    max-width: calc(100vw - 48px) !important;
  }
  .header_detail_body_2_text {
    margin-left: 24px !important;
    max-width: calc(100vw - 48px) !important;
  }
  .header_detail_body_2 {
    margin-right: 24px !important;
  }
  .top_body_1_content_1_text,
  .top_body_1_content_2_text,
  .top_footer_content_2_body_1_text,
  .top_footer_content_2_body_2_text,
  .top_footer_content_4_body_1_content,
  .top_footer_content_4_body_2_content,
  .top_footer_content_4_body_3_content,
  .top_footer_content_4_body_3_content_1,
  .top_footer_content_4_body_3_content_2,
  .top_footer_content_4_body_3_content_3 {
    max-width: calc(100vw - 48px) !important;
  }
  .top_footer_content_1_title_2,
  .top_footer_content_2_body_2_text {
    width: calc(100vw - 48px) !important;
  }
  .top_footer_content_2_body_2_title {
    margin-left: auto !important;
    margin-right: 0 !important;
    width: max-content !important;
  }
  .top_footer_bottom_center a:nth-child(even) {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .top_footer_bottom_center a:nth-child(odd) {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .top_body_1_content_1_text_image,
  .top_body_1_content_2_text_image {
    width: 60vw;
  }
  .fixed-btn-detail__link {
    position: absolute;
    top: unset;
    left: 0;
    right: 0;
    bottom: 120px;
    margin: auto;
    width: max-content;
  }
  .fixed-btn-experience__link {
    display: none;
  }
  .detail__link {
    width: calc(100vw - 48px) !important;
    color: #000 !important;
  }
  .detail__link--title {
    font-size: 26px !important;
  }
  .detail__link--pc {
    display: none;
  }
  .detail__link--mobile {
    display: block;
  }
  .course-list__bg {
    display: none;
  }
  .course-list img {
    background-color: unset !important;
    height: 0 !important;
    position: relative !important;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    opacity: 1;
    object-fit: cover !important;
    transition: 0.3s;
  }
  .course-list img.active {
    height: 56.25vw !important;
  }
  .course-list__mobile-link {
    display: flex;
    margin-left: 24px;
    height: 0;
    opacity: 0;
    transition: 0.3s;
  }
  .course-list__mobile-link.hovered {
    margin-top: 8px;
    height: auto;
    opacity: 1;
  }
  .course-list__mobile-link img {
    width: auto;
    height: 22px !important;
  }
  .appearance-animation--green.activate {
    color: #7eee3e !important;
  }
  .shortcourse__background-pc {
    display: none;
  }
  .shortcourse__background-sp {
    display: block;
    transform: translateX(-10%);
  }
  .top_footer_content_2_body_1_background_image {
    top: 24vw;
  }
  .top_footer_content_2_body_2_background_image {
    top: 35vw !important;
    right: 0 !important;
    left: unset !important;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: 100vw;
}

.detail_header .background_image {
  position: absolute;
  z-index: -10;
  height: 100vh;
}
.detail_header .background_image {
  position: absolute;
  height: 100vh;
  z-index: -1;
  width: 100vw;
}
.detail_header .detail_header_bottom {
  display: flex;
  width: calc(96px + 2 * (100vw - 432px) / 8);
  position: absolute;
  bottom: 12px;
  right: 10px;
  z-index: 1;
  position: fixed;
}
@media (max-width: 1023px) {
  .detail_header .detail_header_bottom {
    display: none;
  }
}
.detail_header .BeEngineer_logo {
  width: 12rem;
  position: fixed;
  top: 1.25rem;
  left: 48px;
  z-index: 2;
  top: 48px;
}
@media (max-width: 1023px) {
  .detail_header .BeEngineer_logo {
    width: calc((100vw - 120px) / 4);
  }
}
.detail_header .detail_header_text {
  padding-top: 48px;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  position: fixed;
  top: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: auto;
  right: 48px;
}
.detail_header .detail_header_text .detail_header_text_content {
  color: #000;
  position: relative;
  margin-right: 24px;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0em;
}
.detail_header .detail_header_text .detail_header_text_content::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #1264af;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s;
}
.detail_header .detail_header_text .detail_header_text_content:hover::after {
  transform: scale(1, 1);
  color: #000;
}
.detail_header .detail_header_text .detail_header_text_content:visited {
  color: #000;
}
.detail_header .detail_header_text .detail_header_content.detail_header_text_content:active::after {
  width: 100%;
}
@media (max-width: 1023px) {
  .detail_header .detail_header_text {
    display: none;
  }
}
.detail_header .detail_header_top {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.detail_header .detail_header_top .detail_header_top_flex {
  width: 100%;
}
.detail_header .detail_header_top .detail_header_top_flex .detail_header_title {
  font-size: 20px;
  text-align: center;
  font-family: "Video";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_header .detail_header_top .detail_header_top_flex .detail_header_title {
    margin-top: 160px;
    font-size: 20px;
  }
}
.detail_header .detail_header_top .detail_header_top_flex .detail_header_content {
  font-size: 70px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 900;
  margin: 16px auto auto;
}
@media (max-width: 1023px) {
  .detail_header .detail_header_top .detail_header_top_flex .detail_header_content {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .detail_header .detail_header_top {
    margin-top: 200px;
  }
}
@media (min-width: 1024px) {
  .detail_header .detail_header_bottom_sp {
    display: none;
  }
}
@media (max-width: 1023px) {
  .detail_header .detail_header_text_sp {
    display: block;
    margin-left: 40px;
    margin-top: 100px;
  }
  .detail_header .detail_header_text_sp .detail_header_text_content {
    height: 40px;
    font-size: 3.5vw;
    margin-top: 4vw;
    font-weight: bold;
    display: block;
  }
  .detail_header .detail_header_text_sp .detail_header_text_content .detail_header_text_content_image {
    transform: rotate(90deg);
    padding-left: 15px;
    height: 20px;
    padding-left: 0;
  }
  .detail_header .detail_header_bottom_sp {
    margin-top: 100px;
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100vw - 80px);
  }
}
@media (min-width: 1024px) {
  .detail_header .detail_header_text_sp {
    display: none;
  }
}

.detail_body {
  margin-top: 100px;
}
.detail_body .body_1 .body_1_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail_body .body_1 .body_1_title .body_1_title_text {
  margin-top: 16px;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.detail_body .body_1 .body_1_title .body_1_title_image {
  margin-top: 16px;
  width: 76px;
}
@media (max-width: 1023px) {
  .detail_body .body_1 .body_1_title .body_1_title_text {
    font-size: 3.5vw;
  }
  .detail_body .body_1 .body_1_title .body_1_title_image {
    width: 14vw;
  }
}
.detail_body .body_1 .body_1_content_1 {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail_body .body_1 .body_1_content_1 .body_1_content_1_flex .body_1_content_1_title {
  font-size: calc((100vw - 432px) / 8 / 4);
  font-family: "Noto Sans JP";
  font-weight: 900;
}
.detail_body .body_1 .body_1_content_1 .body_1_content_1_flex .body_1_content_1_calender {
  margin-top: 20px;
  width: calc(144px + 4 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .detail_body .body_1 .body_1_content_1 .body_1_content_1_flex .body_1_content_1_title {
    width: calc(100vw - 80px);
    font-size: 6vw;
  }
  .detail_body .body_1 .body_1_content_1 .body_1_content_1_flex .body_1_content_1_calender {
    margin-top: 20px;
    width: calc(100vw - 80px);
  }
}
@media (max-width: 1023px) {
  .detail_body .body_1 {
    margin-top: 150px;
  }
}
.detail_body .body_1 .body_1_content_2 {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: calc(144px + 2 * (100vw - 432px) / 8);
  margin-left: calc(144px + 2 * (100vw - 432px) / 8);
}
.detail_body .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_title {
  width: calc((100vw - 432px) / 8);
  font-size: calc((100vw - 432px) / 8 / 4);
  font-family: "Noto Sans JP";
  font-weight: 900;
}
.detail_body .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_place {
  position: relative;
  margin-top: 20px;
}
.detail_body .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_place iframe {
  width: calc(144px + 4 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .detail_body .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_title {
    width: calc(100vw - 80px);
    font-size: 6vw;
  }
  .detail_body .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_place {
    margin-top: 20px;
    width: calc(100vw - 48px);
    height: calc(100vw - 48px);
  }
  .detail_body .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_place iframe {
    width: calc(100vw - 80px);
    height: 100%;
  }
}
.detail_body .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_supplement {
  margin-top: 16px;
  font-size: 20px;
  margin-bottom: 16px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.detail_body .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_address {
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_supplement {
    font-size: 3.5vw;
  }
  .detail_body .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_address {
    font-size: 3vw;
  }
}
.detail_body .body_2 {
  margin-top: 100px;
}
.detail_body .body_2 .body_2_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail_body .body_2 .body_2_title .body_2_title_text {
  margin-top: 16px;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.detail_body .body_2 .body_2_title .body_2_title_image {
  margin-top: 16px;
  width: 76px;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_title .body_2_title_text {
    font-size: 3.5vw;
  }
  .detail_body .body_2 .body_2_title .body_2_title_image {
    width: 14vw;
  }
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_top {
  margin-top: 80px;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_background_image {
  background-color: #c299ff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_background_image .body_2_content_1_image {
  width: calc(192px + 4 * (100vw - 432px) / 8);
}
@media (min-width: 1024px) {
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_number_sp {
    display: none;
  }
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_number {
  margin-right: calc(144px + 2 * (100vw - 432px) / 8);
  width: calc((100vw - 432px) / 8);
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_title {
  margin-top: 40px;
  font-size: 40px;
  font-family: "Noto Sans JP";
  font-weight: 900;
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_course {
  margin-top: 35px;
  font-size: 25px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_course .body_2_content_1_title_course_line {
  background: linear-gradient(transparent 70%, #c299ff 50%);
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_requirement {
  margin-top: 15px;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_language {
  margin-top: 10px;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top {
    display: block;
    margin-left: 40px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
    margin-top: 40vw;
  }
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_number_sp {
    width: calc((100vw - 120px) / 4);
  }
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_background_image .body_2_content_1_image {
    width: calc(100vw - 80px);
  }
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_number {
    display: none;
  }
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_title {
    max-width: calc(100vw - 80px);
    font-size: 22px;
  }
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_course {
    line-height: 4.5vh;
    font-size: 18px;
  }
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_requirement {
    line-height: 4.5vh;
    font-size: 16px;
  }
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_language {
    line-height: 4.5vh;
    font-size: 14px;
  }
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_comment {
    line-height: 4.5vh;
  }
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text {
  margin-left: calc(96px + (100vw - 432px) / 8);
  margin-right: calc(192px + 3 * (100vw - 432px) / 8);
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_supplement {
  margin-top: 35px;
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_supplement {
    line-height: 4vh;
  }
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_place {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_place {
    line-height: 5vh;
    font-size: 18px;
  }
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_place_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_place_detail {
    line-height: 4vh;
  }
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_price {
  margin-bottom: 16px;
  font-size: 25px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  margin-top: 35px;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_price {
    line-height: 5vh;
    font-size: 18px;
  }
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_price_number {
  font-size: 20px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_price_number {
    line-height: 5vh;
    font-size: 16px;
  }
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_price_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_price_detail {
    line-height: 4vh;
  }
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_date {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_date {
    line-height: 5vh;
    font-size: 18px;
  }
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_date_number {
  font-size: 20px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_date_number {
    line-height: 5vh;
    font-size: 16px;
  }
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_date_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_date_detail {
    line-height: 4vh;
  }
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text {
    margin-left: 40px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
  }
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom {
  display: block;
  position: relative;
  margin-top: 100px;
  width: 100%;
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex {
  display: flex;
  justify-content: flex-start;
  margin-left: calc(96px + (100vw - 432px) / 8);
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_top {
  width: 24rem;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_top {
    width: calc(96px + 2 * (100vw - 120px) / 4);
  }
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_center {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background {
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem;
  display: block;
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background .body_2_content_1_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background .body_2_content_1_bottom_bottom_content .body_2_content_1_bottom_bottom_content_text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background .body_2_content_1_bottom_bottom_content .body_2_content_1_bottom_bottom_content_text {
    font-size: 4vw;
  }
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background .body_2_content_1_bottom_bottom_content .body_2_content_1_bottom_bottom_content_image {
  height: 40px;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background .body_2_content_1_bottom_bottom_content .body_2_content_1_bottom_bottom_content_image {
    width: 6vw;
  }
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background .body_2_content_1_bottom_bottom_content::after {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background .body_2_content_1_bottom_bottom_content:hover {
  color: #000;
}
.detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background .body_2_content_1_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
  }
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_center {
    font-size: 4.5vw;
  }
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex {
    margin-left: 40px;
    margin-right: 40px;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom {
    margin-top: 15vw;
  }
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top {
  margin-top: 20rem;
  display: flex;
  align-items: flex-start;
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_background_image {
  background-color: #ffcc66;
  padding-top: 60px;
  padding-bottom: 60px;
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_background_image .body_2_content_2_image {
  width: calc(192px + 4 * (100vw - 432px) / 8);
}
@media (min-width: 1024px) {
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_number_sp {
    display: none;
  }
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title {
  margin-left: 48px;
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_number {
  width: calc((100vw - 432px) / 8);
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_title {
  font-family: "Noto Sans JP";
  font-weight: 900;
  margin-top: 40px;
  font-size: 40px;
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_course {
  margin-top: 35px;
  font-size: 25px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_course .body_2_content_2_title_course_line {
  background: linear-gradient(transparent 70%, #ffcc66 50%);
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_requirement {
  margin-top: 15px;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_language {
  margin-top: 10px;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top {
    display: block;
    margin-left: 40px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
    margin-top: 40vw;
  }
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_number_sp {
    width: calc((100vw - 120px) / 4);
  }
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_background_image .body_2_content_2_image {
    width: calc(100vw - 80px);
  }
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title {
    margin-left: 0;
  }
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_number {
    display: none;
  }
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_title {
    max-width: calc(100vw - 80px);
    font-size: 22px;
  }
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_course {
    line-height: 4.5vh;
    font-size: 18px;
  }
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_requirement {
    line-height: 4.5vh;
    font-size: 16px;
  }
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_language {
    line-height: 4.5vh;
    font-size: 14px;
  }
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_comment {
    line-height: 4.5vh;
  }
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text {
  margin-right: calc(96px + (100vw - 432px) / 8);
  margin-left: calc(192px + 3 * (100vw - 432px) / 8);
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_supplement {
  margin-top: 35px;
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_supplement {
    line-height: 4vh;
  }
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_place {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_place {
    line-height: 5vh;
    font-size: 18px;
  }
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_place_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_place_detail {
    line-height: 4vh;
  }
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_price {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_price {
    line-height: 5vh;
    font-size: 18px;
  }
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_price_number {
  font-size: 20px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_price_number {
    line-height: 5vh;
    font-size: 16px;
  }
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_price_detail {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
  line-height: 40px;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_price_detail {
    line-height: 4vh;
  }
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_date {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_date {
    line-height: 5vh;
    font-size: 18px;
  }
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_date_number {
  font-size: 20px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_date_number {
    line-height: 5vh;
    font-size: 16px;
  }
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_date_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_date_detail {
    line-height: 4vh;
  }
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text {
    margin-left: 40px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
  }
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom {
  display: block;
  position: relative;
  margin-top: 100px;
  width: 100%;
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex {
  display: flex;
  justify-content: flex-start;
  margin-left: calc(192px + 3 * (100vw - 432px) / 8);
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_top {
  width: 24rem;
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_center {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_top {
    width: calc(96px + 2 * (100vw - 120px) / 4);
  }
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background {
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem;
  display: block;
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background .body_2_content_2_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background .body_2_content_2_bottom_bottom_content .body_2_content_2_bottom_bottom_content_text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background .body_2_content_2_bottom_bottom_content .body_2_content_2_bottom_bottom_content_text {
    font-size: 4vw;
  }
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background .body_2_content_2_bottom_bottom_content .body_2_content_2_bottom_bottom_content_image {
  height: 40px;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background .body_2_content_2_bottom_bottom_content .body_2_content_2_bottom_bottom_content_image {
    width: 6vw;
  }
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background .body_2_content_2_bottom_bottom_content::after {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background .body_2_content_2_bottom_bottom_content:hover {
  color: #000;
}
.detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background .body_2_content_2_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
  }
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_center {
    font-size: 4.5vw;
  }
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex {
    margin-left: 40px;
    margin-right: 40px;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom {
    margin-top: 15vw;
  }
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_top {
  margin-top: 20rem;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media (min-width: 1024px) {
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_number_sp {
    display: none;
  }
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_background_image {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_background_image .body_2_content_3_image {
  width: calc(192px + 4 * (100vw - 432px) / 8);
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_number {
  margin-right: calc(144px + 2 * (100vw - 432px) / 8);
  width: calc((100vw - 432px) / 8);
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_title {
  margin-top: 40px;
  font-size: 40px;
  font-family: "Noto Sans JP";
  font-weight: 900;
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_course {
  margin-top: 35px;
  font-size: 25px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_course .body_2_content_3_title_course_line {
  background: linear-gradient(transparent 70%, #dedcdc 50%);
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_requirement {
  margin-top: 15px;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_language {
  margin-top: 10px;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top {
    display: block;
    margin-left: 40px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
    margin-top: 40vw;
  }
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_number_sp {
    width: calc((100vw - 120px) / 4);
  }
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_background_image .body_2_content_3_image {
    width: calc(100vw - 80px);
  }
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_number {
    display: none;
  }
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_title {
    max-width: calc(100vw - 80px);
    font-size: 22px;
  }
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_course {
    line-height: 4.5vh;
    font-size: 18px;
  }
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_requirement {
    line-height: 4.5vh;
    font-size: 16px;
  }
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_language {
    line-height: 4.5vh;
    font-size: 14px;
  }
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_comment {
    line-height: 4.5vh;
  }
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text {
  margin-left: calc(96px + (100vw - 432px) / 8);
  margin-right: calc(192px + 3 * (100vw - 432px) / 8);
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_supplement {
  margin-top: 35px;
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_supplement {
    line-height: 4vh;
  }
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_place {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_place {
    line-height: 5vh;
    font-size: 18px;
  }
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_place_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_place_detail {
    line-height: 4vh;
  }
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_price {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_price {
    line-height: 5vh;
    font-size: 18px;
  }
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_price_number {
  font-size: 20px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_price_number {
    line-height: 5vh;
    font-size: 16px;
  }
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_price_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_price_detail {
    line-height: 4vh;
  }
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_date {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_date {
    line-height: 5vh;
    font-size: 18px;
  }
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_date_number {
  font-size: 20px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_date_number {
    line-height: 5vh;
    font-size: 16px;
  }
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_date_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_date_detail {
    line-height: 4vh;
  }
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text {
    margin-left: 40px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
  }
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom {
  display: block;
  position: relative;
  margin-top: 100px;
  width: 100%;
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex {
  display: flex;
  justify-content: flex-start;
  margin-left: calc(96px + (100vw - 432px) / 8);
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_top {
  width: 24rem;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_top {
    width: calc(96px + 2 * (100vw - 120px) / 4);
  }
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_center {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background {
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem;
  display: block;
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background .body_2_content_3_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background .body_2_content_3_bottom_bottom_content .body_2_content_3_bottom_bottom_content_text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background .body_2_content_3_bottom_bottom_content .body_2_content_3_bottom_bottom_content_text {
    font-size: 4vw;
  }
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background .body_2_content_3_bottom_bottom_content .body_2_content_3_bottom_bottom_content_image {
  height: 40px;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background .body_2_content_3_bottom_bottom_content .body_2_content_3_bottom_bottom_content_image {
    width: 6vw;
  }
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background .body_2_content_3_bottom_bottom_content::after {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background .body_2_content_3_bottom_bottom_content:hover {
  color: #000;
}
.detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background .body_2_content_3_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
  }
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_center {
    font-size: 4.5vw;
  }
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex {
    margin-left: 40px;
    margin-right: 40px;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom {
    margin-top: 15vw;
  }
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top {
  margin-top: 20rem;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_number_sp {
    display: none;
  }
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_background_image {
  background-color: #ddffdd;
  padding-top: 60px;
  padding-bottom: 60px;
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_background_image .body_2_content_4_image {
  width: calc(192px + 4 * (100vw - 432px) / 8);
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title {
  margin-left: 48px;
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_number {
  width: calc((100vw - 432px) / 8);
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_title {
  margin-top: 40px;
  font-size: 40px;
  font-family: "Noto Sans JP";
  font-weight: 900;
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_course {
  margin-top: 35px;
  font-size: 25px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_course .body_2_content_4_title_course_line {
  background: linear-gradient(transparent 70%, #ddffdd 50%);
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_requirement {
  margin-top: 15px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_language {
  margin-top: 10px;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top {
    display: block;
    margin-left: 40px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
    margin-top: 40vw;
  }
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_number_sp {
    width: calc((100vw - 120px) / 4);
  }
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_background_image .body_2_content_4_image {
    width: calc(100vw - 80px);
  }
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title {
    margin-left: 0;
  }
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_number {
    display: none;
  }
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_title {
    max-width: calc(100vw - 80px);
    font-size: 22px;
  }
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_course {
    line-height: 4.5vh;
    font-size: 18px;
  }
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_requirement {
    line-height: 4.5vh;
    font-size: 16px;
  }
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_language {
    line-height: 4.5vh;
    font-size: 14px;
  }
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_comment {
    line-height: 4.5vh;
  }
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text {
  margin-right: calc(96px + (100vw - 432px) / 8);
  margin-left: calc(192px + 3 * (100vw - 432px) / 8);
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_supplement {
  margin-top: 35px;
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_supplement {
    line-height: 4vh;
  }
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_place {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_place {
    line-height: 5vh;
    font-size: 18px;
  }
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_place_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_place_detail {
    line-height: 4vh;
  }
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_price {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_price {
    line-height: 5vh;
    font-size: 18px;
  }
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_price_number {
  font-size: 20px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_price_number {
    line-height: 5vh;
    font-size: 16px;
  }
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_price_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_price_detail {
    line-height: 4vh;
  }
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_date {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_date {
    line-height: 5vh;
    font-size: 18px;
  }
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_date_number {
  font-size: 20px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_date_number {
    line-height: 5vh;
    font-size: 16px;
  }
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_date_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_date_detail {
    line-height: 4vh;
  }
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text {
    margin-left: 40px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
  }
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom {
  display: block;
  position: relative;
  margin-top: 100px;
  width: 100%;
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex {
  display: flex;
  justify-content: flex-start;
  margin-left: calc(192px + 3 * (100vw - 432px) / 8);
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_top {
  width: 24rem;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_top {
    width: calc(96px + 2 * (100vw - 120px) / 4);
  }
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_center {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background {
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem;
  display: block;
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background .body_2_content_4_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background .body_2_content_4_bottom_bottom_content .body_2_content_4_bottom_bottom_content_text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background .body_2_content_4_bottom_bottom_content .body_2_content_4_bottom_bottom_content_text {
    font-size: 4vw;
  }
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background .body_2_content_4_bottom_bottom_content .body_2_content_4_bottom_bottom_content_image {
  height: 40px;
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background .body_2_content_4_bottom_bottom_content .body_2_content_4_bottom_bottom_content_image {
    width: 6vw;
  }
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background .body_2_content_4_bottom_bottom_content::after {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background .body_2_content_4_bottom_bottom_content:hover {
  color: #000;
}
.detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background .body_2_content_4_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
  }
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_center {
    font-size: 4.5vw;
  }
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex {
    margin-left: 40px;
    margin-right: 40px;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom {
    margin-top: 15vw;
  }
}

@media (max-width: 1023px) {
  .detail_body {
    margin-top: 150px;
  }
}
.detail_footer {
  margin-top: 120px;
}
.detail_footer .detail_footer_bottom_background {
  width: 100%;
  display: block;
  background-color: #000;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 16px;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_top .detail_footer_bottom_top_image {
  width: 140px;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_center {
  padding-top: 16px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #ffffff;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_1 {
  padding-right: 32px;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_1 a {
  display: flex;
  color: #ffffff;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_1 a .detail_footer_bottom_center_1_text {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_1 a .detail_footer_bottom_center_1_text a {
  color: #ffffff;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_1 a .detail_footer_bottom_center_1_image {
  height: 16px;
  align-self: center;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_2 {
  padding-right: 32px;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_2 a {
  color: #ffffff;
  display: flex;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_2 a .top_footer_bottom_center_2_text {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_2 a .top_footer_bottom_center_2_image {
  height: 16px;
  align-self: center;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_3 {
  padding-right: 32px;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_3 a {
  display: flex;
  color: #ffffff;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_3 a .top_footer_bottom_center_3_text {
  font-family: "Noto Sans JP";
  font-weight: medium;
  font-size: 16px;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_3 a .top_footer_bottom_center_3_text a {
  color: #ffffff;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_3 a .top_footer_bottom_center_3_image {
  height: 16px;
  align-self: center;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_4 a {
  display: flex;
  color: #ffffff;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_4 a .detail_footer_bottom_center_4_text {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_4 a .detail_footer_bottom_center_4_text a {
  color: #ffffff;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_4 a .detail_footer_bottom_center_4_image {
  height: 16px;
  align-self: center;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_bottom {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail_footer .detail_footer_bottom_background .detail_footer_bottom_bottom .detail_footer_bottom_bottom_text {
  font-family: "Noto Sans JP";
  font-weight: medium;
  opacity: 0.6;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .detail_footer .detail_footer_bottom_background .detail_footer_bottom_top .detail_footer_bottom_top_image {
    width: calc(24px + 2 * (100vw - 120px) / 4);
  }
  .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center {
    padding-top: 3vw;
  }
  .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_1 a .detail_footer_bottom_center_1_text {
    font-size: 3vw;
  }
  .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_1 a .detail_footer_bottom_center_1_image {
    height: 3vw;
  }
  .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_2 a .detail_footer_bottom_center_2_text {
    font-size: 3vw;
  }
  .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_2 a .detail_footer_bottom_center_2_image {
    height: 3vw;
  }
  .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_3 a .detail_footer_bottom_center_3_text {
    font-size: 3vw;
  }
  .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_3 a .detail_footer_bottom_center_3_image {
    height: 3vw;
  }
  .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_4 a .detail_footer_bottom_center_4_text {
    font-size: 3vw;
  }
  .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_4 a .detail_footer_bottom_center_4_image {
    height: 3vw;
  }
  .detail_footer .detail_footer_bottom_background .detail_footer_bottom_bottom .detail_footer_bottom_bottom_text {
    font-size: 3vw;
  }
}

@media (max-width: 1023px) {
  .detail_footer {
    margin-top: 15vw;
  }
}
.shortcourse__title--2 {
  font-size: 28px !important;
}

.shortcourse__title--3 {
  font-size: 18px !important;
}

.shortcourse_detail__background {
  position: fixed;
  top: 0;
}

.detail_header,
.detail_body,
.detail_footer {
  position: relative;
}

.detail_header {
  z-index: 200;
}

.detail_footer {
  z-index: 100;
}

.body_2_content_1_title_comment,
.body_2_content_3_title_comment {
  background-color: #1264af;
  width: max-content;
  padding: 4px 16px;
  color: #fff;
  border-radius: 16px;
  margin-top: 12px;
}

.detail_header_title {
  letter-spacing: 0.3em;
}

.body_bottom_content_text {
  width: max-content;
  margin: 240px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #f5f5f5;
  padding: 12px 36px;
  border-radius: 8px;
}
.body_bottom_content_text img {
  transform: rotate(-90deg);
  width: 20px;
  margin-left: 12px;
}

.detail_footer_bottom_center a {
  display: flex;
  margin: 0 12px;
}
.detail_footer_bottom_center a img {
  margin-left: 4px;
}

.appearance-animation {
  color: transparent;
  width: max-content;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}

.appearance-animation::after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 101%);
}

.appearance-animation.activate {
  color: #000 !important;
}

.appearance-animation.activate::after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}

.appearance-animation--green.activate {
  color: #7eee3e !important;
}

@keyframes mask-bg {
  0% {
    transform: translate(-101%, 0);
  }
  40%, 60% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}
.shortcourse__background-sp {
  display: none;
}

@media (max-width: 1023px) {
  .shortcourse__title--2 {
    font-size: 20px !important;
    font-weight: 900 !important;
  }
  .shortcourse__title--3 {
    font-size: 18px !important;
    font-weight: 900 !important;
  }
  .detail_footer_bottom_center {
    flex-wrap: wrap !important;
  }
  .detail_footer_bottom_center a {
    margin: 0 12px !important;
    width: calc(50% - 36px) !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    font-size: 12px !important;
  }
  .detail_footer_bottom_center a:nth-child(even) {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .detail_footer_bottom_center a:nth-child(odd) {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .body_1_content_1_title,
  .body_1_content_1_calender,
  .body_1_content_2_title,
  .body_1_content_2_place iframe,
  .body_2_content_1_image,
  .body_2_content_2_image,
  .body_2_content_3_image,
  .body_2_content_4_image {
    width: calc(100vw - 48px) !important;
  }
  .body_2_content_1_top,
  .body_2_content_1_top_text,
  .body_2_content_1_bottom_flex,
  .body_2_content_2_top,
  .body_2_content_2_top_text,
  .body_2_content_2_bottom_flex,
  .body_2_content_3_top,
  .body_2_content_3_top_text,
  .body_2_content_3_bottom_flex,
  .body_2_content_4_top,
  .body_2_content_4_top_text,
  .body_2_content_4_bottom_flex {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .body_2_content_1_top,
  .body_2_content_1_title_title,
  .body_2_content_1_top_text,
  .body_2_content_2_top,
  .body_2_content_2_title_title,
  .body_2_content_2_top_text,
  .body_2_content_3_top,
  .body_2_content_3_title_title,
  .body_2_content_3_top_text,
  .body_2_content_4_top,
  .body_2_content_4_title_title,
  .body_2_content_4_top_text {
    max-width: calc(100vw - 48px) !important;
  }
  .appearance-animation--green.activate {
    color: #7eee3e !important;
  }
  .shortcourse__background-pc {
    display: none;
  }
  .shortcourse__background-sp {
    display: block;
    transform: translateX(-10%);
  }
  .body_1_content_1_title,
  .body_1_content_2_title {
    width: max-content !important;
  }
  .fixed-btn-experience__link--sp {
    margin: auto;
    width: max-content;
    display: block !important;
    position: relative;
    left: 0;
    right: 0;
    top: unset;
    bottom: -40px;
  }
}
.line_linkage {
  margin: auto calc((100% - 13rem) / 12 * 3 + 64px);
}
.line_linkage h1 {
  margin-bottom: 6rem;
}
.line_linkage button {
  margin-top: 2rem;
}

@media print, screen and (max-width: 768px) {
  .line_linkage {
    margin: auto 1rem;
  }
  .line_linkage button {
    margin-top: 1rem;
  }
}
.line_linkage_done {
  margin: auto calc((100% - 13rem) / 12 * 3 + 64px);
  text-align: center;
}
.line_linkage_done p,
.line_linkage_done a {
  font-size: 1.5rem;
}
.line_linkage_done a {
  margin-top: 2rem;
}

@media print, screen and (max-width: 768px) {
  .line_linkage_cancel_done {
    margin: auto 1rem;
  }
  .line_linkage_cancel_done p {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .line_linkage_cancel_done a {
    margin-top: 1rem;
  }
}
.line_linkage_cancel {
  margin: auto calc((100% - 13rem) / 12 * 3 + 64px);
}
.line_linkage_cancel p {
  font-size: 1.5rem;
  margin-bottom: 6rem;
  text-align: center;
}
.line_linkage_cancel button {
  margin-bottom: 2rem;
}

@media print, screen and (max-width: 768px) {
  .line_linkage_cancel {
    margin: auto 1rem;
  }
  .line_linkage_cancel p {
    text-align: start;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .line_linkage_cancel button {
    margin-bottom: 1rem;
  }
}
.line_linkage_cancel_done {
  margin: auto calc((100% - 13rem) / 12 * 3 + 64px);
  text-align: center;
}
.line_linkage_cancel_done p {
  font-size: 1.5rem;
}

@media print, screen and (max-width: 768px) {
  .line_linkage_cancel_done {
    margin: auto 1rem;
  }
  .line_linkage_cancel_done p {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.line_linkage_failed {
  margin: auto calc((100% - 13rem) / 12 * 3 + 64px);
}
.line_linkage_failed h1 {
  margin-bottom: 2rem;
}
.line_linkage_failed p {
  font-size: 1.5rem;
}

@media print, screen and (max-width: 768px) {
  .line_linkage_failed {
    margin: auto 1rem;
  }
  .line_linkage_failed h1 {
    font-size: 1.5rem;
  }
  .line_linkage_failed p {
    font-size: 1rem;
  }
}
.school_code {
  margin: auto calc((100% - 13rem) / 12 * 3 + 64px);
}
.school_code h1 {
  margin-bottom: 1.5rem;
}
.school_code .info_box {
  font-size: 1.25rem;
}
.school_code .info_box .info_content {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.school_code .info_box .info_content a {
  color: #0f9b20;
  font-size: 18px;
  font-weight: bold;
}
.school_code .info_box .info_content a img {
  vertical-align: middle;
  width: 1.5rem;
  margin-right: 0.25rem;
}

@media print, screen and (max-width: 768px) {
  .school_code {
    margin: auto 1rem;
  }
  .school_code .info_box .info_content {
    margin-bottom: 1rem;
  }
}
.select_school_code {
  margin: auto calc((100% - 13rem) / 12 * 3 + 64px);
}
.select_school_code h1 {
  margin-bottom: 1.5rem;
}
.select_school_code #id_school_code {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.select_school_code #id_school_code input {
  display: inline-block !important;
}

.school_account {
  margin: auto calc((100% - 13rem) / 12 * 3 + 64px);
}
.school_account .link_official_account {
  margin-top: 1rem;
  font-size: 1.25rem;
  display: flex;
  justify-content: flex-end;
  vertical-align: center;
}
.school_account .login-user {
  margin-top: 1rem;
  font-size: 1.25rem;
  display: flex;
  vertical-align: center;
}
.school_account .school-code {
  font-size: 1.25rem;
  display: flex;
  vertical-align: center;
}
.school_account .message p {
  font-size: 1.5rem;
  font-weight: bold;
  color: red;
}
.school_account .message-num {
  margin: 2rem auto;
  font-size: 1.25rem;
}
.school_account h1 {
  margin-top: 2rem;
  margin-bottom: 6rem;
}
.school_account .search-account .button {
  margin-top: 2rem;
}
.school_account .search-account .multipule_input_box select {
  border: 2px solid #000;
  padding: 1rem 1.25rem;
  width: 100%;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.school_account .search-account .multipule_input_box span {
  font-size: 0.75rem;
  margin-left: 0.5rem;
  color: #0f9b20;
}
.school_account .accounts {
  margin: 6rem auto;
}
.school_account .accounts #check_all {
  display: inline-block !important;
}
.school_account .accounts form table {
  width: 100%;
  font-size: 0.8rem;
  border: 2px solid black;
  border-collapse: collapse;
}
.school_account .accounts form table tr:nth-child(1) {
  background-color: rgb(238, 238, 238);
}
.school_account .accounts form table td {
  padding: 0.8rem;
  border: 2px solid black;
}
.school_account .accounts form #set_accounts {
  border: 2px solid black;
}
.school_account .accounts form .button {
  margin-top: 2rem;
}
.school_account .send_message .message-num {
  margin-bottom: 2rem;
  font-size: 1.25rem;
}
.school_account .send_message .input-field {
  width: 100%;
  height: 15rem;
  border: 2px solid black;
}
.school_account .send_message #img {
  width: 100%;
  height: 100%;
}
.school_account .send_message .button {
  margin-top: 2rem;
}
.school_account .send_message .variable_list {
  margin-top: 6rem;
}

.official_account {
  margin: auto calc((100% - 13rem) / 12 * 3 + 64px);
}
.official_account .login-user {
  margin-top: 1rem;
  font-size: 1.25rem;
  display: flex;
  vertical-align: center;
}
.official_account .school-code {
  font-size: 1.25rem;
  display: flex;
  vertical-align: center;
}
.official_account .link_school_account {
  margin-top: 1rem;
  font-size: 1.25rem;
  display: flex;
  justify-content: flex-end;
  vertical-align: center;
}
.official_account h1 {
  margin-top: 2rem;
  margin-bottom: 6rem;
}
.official_account .monthly-message-num {
  margin: 2rem auto;
  font-size: 1.25rem;
}
.official_account .send_message .message-num {
  margin-bottom: 2rem;
  font-size: 1.25rem;
}
.official_account .send_message .input-field {
  width: 100%;
  height: 15rem;
  border: 2px solid black;
}
.official_account .send_message #img {
  width: 100%;
  height: 100%;
}
.official_account .send_message .button {
  margin-top: 2rem;
}
.official_account .send_message .variable_list {
  margin-top: 6rem;
}

.shortcourse.wintercourse {
  /* Modify Appearance */
  /* Change content order */
}
.shortcourse.wintercourse .top_footer_content_1_title.shortcourse__title--2.appearance-animation {
  width: max-content;
}
.shortcourse.wintercourse .top_footer_content_1 {
  margin-top: 200px;
}
.shortcourse.wintercourse .top_footer_content_2 {
  margin-top: 0px;
}
.shortcourse.wintercourse .top_footer_content_3 {
  margin: 900px calc(144px + 2 * (100vw - 432px) / 8) 0;
}
.shortcourse.wintercourse .top_footer_content_3 .lesson_image {
  width: 100%;
  margin-top: 5rem;
}
.shortcourse.wintercourse .top_footer_content_3 .course_title {
  font-size: 3.125rem;
  font-weight: 900;
}
.shortcourse.wintercourse .top_footer_content_3 .course_title,
.shortcourse.wintercourse .top_footer_content_3 .text,
.shortcourse.wintercourse .top_footer_content_3 .blue_hr,
.shortcourse.wintercourse .top_footer_content_3 .information {
  margin-top: 3rem;
}
.shortcourse.wintercourse .top_footer_content_3 .course_title + p {
  font-size: 1.375rem;
  margin-top: 1.5rem;
}
.shortcourse.wintercourse .top_footer_content_3 .course_title + p + p,
.shortcourse.wintercourse .top_footer_content_3 .information + p {
  margin-top: 1rem;
}
.shortcourse.wintercourse .top_footer_content_3 .blue_hr {
  width: 48px;
  height: 6px;
  background-color: #1264af;
}
.shortcourse.wintercourse .top_footer_content_3 .information {
  font-size: 1.875rem;
  font-weight: 900;
}
.shortcourse.wintercourse .top_footer_content_3 .information + p:not(.small) {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .shortcourse.wintercourse .top_footer_content_3 {
    margin: 200px 24px 0;
  }
  .shortcourse.wintercourse .top_footer_content_3 .course_title {
    font-size: 1.375rem;
  }
  .shortcourse.wintercourse .top_footer_content_3 .course_title,
  .shortcourse.wintercourse .top_footer_content_3 .text,
  .shortcourse.wintercourse .top_footer_content_3 .blue_hr,
  .shortcourse.wintercourse .top_footer_content_3 .information {
    margin-top: 2rem;
  }
  .shortcourse.wintercourse .top_footer_content_3 .course_title + p,
  .shortcourse.wintercourse .top_footer_content_3 .information + p {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .shortcourse.wintercourse .top_footer_content_3 .course_title + p + p {
    margin-top: 0.5rem;
  }
  .shortcourse.wintercourse .top_footer_content_3 .information {
    font-size: 1rem;
    font-weight: 900;
  }
  .shortcourse.wintercourse .top_footer_content_3 .information + p {
    font-size: 1rem;
  }
  .shortcourse.wintercourse .top_footer_content_3 .information + p:not(.small) {
    font-size: 1rem;
  }
}

.instructor_list_content .section_block {
  transform: translate(0, 2rem);
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.instructor_list_content .content_block {
  margin: auto calc(calc((100% - 13rem) / 12) * 2 + 48px);
}
.instructor_list_content .content_block .flex_wrapper {
  display: flex;
  gap: 1rem;
  margin-bottom: 6rem;
}
.instructor_list_content .content_block .flex_wrapper .main_text {
  width: 100%;
}
.instructor_list_content .content_block .flex_wrapper .main_text h2 {
  margin-bottom: 2rem;
}
.instructor_list_content .content_block .flex_wrapper .main_text ul {
  margin: 0.5rem auto;
}
.instructor_list_content .content_block .flex_wrapper .main_text ul li {
  display: flex;
  gap: 1.5rem;
}
.instructor_list_content .content_block .search_school_content {
  margin-bottom: 6rem;
}
.instructor_list_content .content_block .search_school_content .main_text h2 {
  margin-bottom: 2rem;
}
.instructor_list_content .content_block .search_school_content .main_text .school_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
.instructor_list_content .content_block .search_school_content .main_text .school_container .school_name {
  color: #ffffff;
  background-color: #0f9b20;
  text-align: center;
}
.instructor_list_content .content_block .search_school_content .main_text .school_container .inactive {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.3215686275);
}
.instructor_list_content .content_block .basic_content h2 {
  margin-bottom: 2rem;
}
.instructor_list_content .content_block .basic_content .instructor_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
.instructor_list_content .content_block .basic_content .instructor_list .instructor_item {
  box-sizing: border-box;
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 1rem;
}
.instructor_list_content .content_block .basic_content .instructor_list .instructor_item:hover {
  opacity: 0.6;
}
.instructor_list_content .content_block .basic_content .instructor_list .instructor_item .instructor_item_container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.instructor_list_content .content_block .basic_content .instructor_list .instructor_item .instructor_image_wrapper {
  position: relative;
  width: 100%;
}
.instructor_list_content .content_block .basic_content .instructor_list .instructor_item .instructor_image_wrapper::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.instructor_list_content .content_block .basic_content .instructor_list .instructor_item .instructor_image_wrapper .instructor_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}
.instructor_list_content .content_block .basic_content .instructor_list .instructor_item .instructor_text_wrapper {
  width: 100%;
  position: relative;
}
.instructor_list_content .content_block .basic_content .instructor_list .instructor_item .instructor_text_wrapper .instructor_name {
  color: #ffffff;
  line-height: 1.5;
  padding: 0 0.5rem;
  background-color: #0f9b20;
  text-decoration: underline;
  font-size: 1rem;
}
.instructor_list_content .content_block .basic_content .instructor_list .instructor_item .instructor_text_wrapper .instructor_school_code_wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}
.instructor_list_content .content_block .basic_content .instructor_list .instructor_item .instructor_text_wrapper .instructor_school_code_wrapper .instructor_school_code {
  width: 100%;
  border: 2px solid #000000;
  text-align: center;
  font-size: 1rem;
}
.instructor_list_content .content_block .basic_content .instructor_list .is_hidden {
  display: none;
}

@media print, screen and (max-width: 599px) {
  .instructor_list_content .content_block {
    margin: auto 1rem;
  }
  .instructor_list_content .content_block .search_school_content .main_text .school_container {
    grid-template-columns: 1fr 1fr;
  }
  .instructor_list_content .content_block .basic_content .instructor_list {
    gap: 1rem;
  }
  .instructor_list_content .content_block .basic_content .instructor_list .instructor_item {
    display: block;
    gap: 1rem;
  }
  .instructor_list_content .content_block .basic_content .instructor_list .instructor_item .instructor_text_wrapper {
    position: static;
    margin-top: 0.5rem;
  }
  .instructor_list_content .content_block .basic_content .instructor_list .instructor_item .instructor_text_wrapper .instructor_name {
    font-size: 0.9rem;
  }
  .instructor_list_content .content_block .basic_content .instructor_list .instructor_item .instructor_text_wrapper .instructor_school_code_wrapper {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
  .instructor_list_content .content_block .basic_content .instructor_list .instructor_item .instructor_text_wrapper .instructor_school_code_wrapper .instructor_school_code {
    font-size: 0.9rem;
  }
  .instructor_list_content .content_block .basic_content .instructor_list .is_hidden {
    display: none;
  }
}
.instructor_content .section_block {
  transform: translate(0, 2rem);
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.instructor_content .content_block {
  margin: auto calc(calc((100% - 13rem) / 12) * 2 + 48px);
}
.instructor_content .content_block .content_wrapper {
  margin-bottom: 2rem;
}
.instructor_content .content_block .content_wrapper .name_title {
  font-size: 32px;
}
.instructor_content .content_block .content_wrapper .instructor_name {
  font-size: 32px;
}
.instructor_content .content_block .content_wrapper .content_text_wrapper {
  display: flex;
}
.instructor_content .content_block .content_wrapper .content_text {
  font-size: 20px;
}
.instructor_content .content_block .content_wrapper .content_title {
  font-size: 20px;
  color: #0f9b20;
}
.instructor_content .content_block .content_wrapper .title_margin_bottom {
  margin-bottom: 0.4rem;
}
.instructor_content .content_block .content_wrapper .school_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
.instructor_content .content_block .content_wrapper .school_container .school_name {
  color: #ffffff;
  background-color: #0f9b20;
  text-align: center;
}
.instructor_content .content_block .instructor_image_wrapper {
  position: relative;
  width: 80%;
}
.instructor_content .content_block .instructor_image_wrapper::before {
  padding-top: 50%;
  display: block;
  content: "";
}
.instructor_content .content_block .instructor_image_wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

@media print, screen and (max-width: 768px) {
  .instructor_content .content_block {
    margin: auto 1rem;
  }
  .instructor_content .content_block .content_wrapper .school_container {
    grid-template-columns: 1fr 1fr;
  }
  .instructor_content .content_block .content_wrapper .content_text_wrapper {
    display: block;
  }
  .instructor_content .content_block .instructor_image_wrapper {
    width: auto;
  }
  .instructor_content .instructor_image_wrapper {
    position: relative;
    width: 100%;
  }
  .instructor_content .instructor_image_wrapper::before {
    padding-top: 100%;
    display: block;
    content: "";
  }
  .instructor_content .instructor_image_wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
  }
}
@media print, screen and (max-width: 920px) {
  .instructor_content .content_block .content_wrapper .content_text_wrapper {
    display: block;
  }
}
.school_list_content {
  margin-bottom: 300px;
}

.school_list {
  font-size: 14px;
  margin: auto calc((100% - 13rem) / 12 * 3 + 64px);
}
.school_list li {
  margin: auto;
  margin-bottom: 3rem;
}
.school_list li img {
  width: 100%;
  margin-bottom: 0.5rem;
  aspect-ratio: 25/14;
  object-fit: cover;
}

#display_more {
  margin: auto calc(calc((100% - 13rem) / 12) * 2 + 48px);
  color: #0f9b20;
  font-size: 1.25rem;
  display: inline-block;
  cursor: pointer;
}
#display_more img {
  width: 1.5rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}

@media print, screen and (max-width: 768px) {
  .school_list_content div li {
    padding: 14px;
  }
  .school_list {
    margin: auto 1rem;
    font-size: 0.75rem;
  }
  #display_more {
    margin: auto 1rem;
    font-size: 14px;
  }
  #display_more img {
    width: 1.25rem;
  }
}
.apply_free_lesson_confirmation {
  margin: auto calc(calc((100% - 13rem) / 12) * 2 + 48px);
  padding-bottom: 100px;
}
.apply_free_lesson_confirmation h1 {
  margin-bottom: 1rem;
}
.apply_free_lesson_confirmation h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.apply_free_lesson_confirmation .main_text span {
  color: rgb(18, 15, 184);
  text-decoration: underline;
}
.apply_free_lesson_confirmation .apply_title,
.apply_free_lesson_confirmation .payment_title {
  margin-top: 6rem;
  margin-bottom: 1.5rem;
}
.apply_free_lesson_confirmation form .button {
  background-color: #0f9b20;
  margin-top: 6.75rem;
}
.apply_free_lesson_confirmation form .back_button {
  margin-top: 2rem;
}

@media print, screen and (max-width: 768px) {
  .apply_free_lesson_confirmation {
    margin: auto 1rem;
  }
  .apply_free_lesson_confirmation .payment_title {
    margin-top: 3rem;
    font-size: 32px;
  }
  .apply_free_lesson_confirmation form .button {
    margin-top: 6rem;
  }
  .apply_free_lesson_confirmation form .back_button {
    margin-top: 1.25rem;
    font-size: 14px;
  }
  .apply_free_lesson_confirmation form .back_button img {
    width: 1.25rem;
  }
}
.lp .pc-br {
  display: block;
}
.lp .pc-span {
  display: inline;
}
.lp .sp-br {
  display: none;
}
.lp * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.lp .highlight--green {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
  display: inline;
}
.lp section > .section__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.lp section > .section__title h2 {
  font-size: 20px;
  font-weight: bold;
}
.lp section > .section__title img {
  width: 6vw;
}
.lp .promotion-btn {
  margin: 0 auto;
  width: max-content;
  font-size: 24px;
  font-weight: 700;
}
.lp .promotion-btn p {
  text-align: center;
}
.lp .promotion-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7eee3e;
  padding: 16px 100px;
  width: max-content;
  margin: 24px auto 0;
  box-shadow: -8px 8px 0px #000;
  position: relative;
}
.lp .promotion-btn a img {
  height: 24px;
  z-index: 2;
  margin-left: 12px;
}
.lp .promotion-btn a p {
  z-index: 2;
}
.lp .promotion-btn a > div {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.lp .promotion-btn a:hover > div {
  width: 100%;
}
.lp .comment__content--a {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 120px 0;
}
.lp .comment__content--a > div:nth-child(1) {
  width: 90vh;
  position: relative;
  height: 86vh;
}
.lp .comment__content--a > div:nth-child(1) > img:nth-child(1) {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: contain;
}
.lp .comment__content--a > div:nth-child(1) > img:nth-child(2) {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: contain;
}
.lp .comment__content--a > div:nth-child(2) {
  width: 30vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.lp .comment__content--a > div:nth-child(2) h3 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 36px;
}
.lp .comment__content--a--left > div:nth-child(1) {
  transform: translateX(4vw);
}
.lp .comment__content--a--left > div:nth-child(1) > img:nth-child(1) {
  transform: translate3d(-60px, 42px, 0);
}
.lp .comment__content--a--right {
  flex-direction: row-reverse;
}
.lp .comment__content--a--right > div:nth-child(1) > img:nth-child(1) {
  transform: translate3d(5vw, 3vw, 0);
}
.lp .comment__content--b {
  width: 100%;
  display: flex;
  margin: 120px auto;
  justify-content: center;
  position: relative;
}
.lp .comment__content--b > img:nth-child(1) {
  position: absolute;
  z-index: -1;
  bottom: -12vh;
  height: 18vh;
}
.lp .comment__content--b > img:nth-child(2) {
  width: 45vh;
  height: 42vh;
  object-fit: contain;
}
.lp .comment__content--b > div {
  width: 35vw;
  margin: 0 24px;
}
.lp .comment__content--b > div h3 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 24px;
}
.lp .comment__content--b--left > img:nth-child(1) {
  left: 0;
}
.lp .comment__content--b--right {
  flex-direction: row-reverse;
}
.lp .comment__content--b--right > img:nth-child(1) {
  right: 72px;
}
.lp .comment__content--c {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 120px auto;
  position: relative;
}
.lp .comment__content--c > img {
  object-fit: contain;
  width: 90vh;
  position: relative;
  height: 86vh;
  margin-right: 24px;
}
.lp .comment__content--c > div {
  width: 35vw;
  display: flex;
  flex-direction: column;
}
.lp .comment__content--c > div h3 {
  font-size: 28px;
  font-weight: 900;
}
.lp .comment__content--c > div h4 {
  font-size: 20px;
  font-weight: 900;
  margin-top: 36px;
  margin-bottom: 24px;
}
.lp .comment__content--c--left > img {
  margin-right: 24px;
}
.lp .comment__content--c--left > div {
  margin-right: 15vw;
}
.lp .comment__content--c--right {
  flex-direction: row-reverse;
}
.lp .comment__content--c--right > img {
  margin-left: 24px;
}
.lp .comment__content--c--right > div {
  margin-left: 15vw;
}
.lp .course-detail__content {
  margin: 180px 0;
}
.lp .course-detail__content > div:nth-child(1) {
  display: flex;
}
.lp .course-detail__content > div:nth-child(1) > img {
  width: 50vw;
  object-fit: contain;
  min-height: 40vw;
}
.lp .course-detail__content > div:nth-child(1) > div {
  width: 36vw;
}
.lp .course-detail__content > div:nth-child(1) > div > img {
  width: 10vw;
}
.lp .course-detail__content > div:nth-child(1) > div h3 {
  font-weight: 900;
  margin: 40px auto;
  font-size: 40px;
  max-width: 40vw;
}
.lp .course-detail__content > div:nth-child(2) {
  width: 50vw;
}
.lp .course-detail__content > div:nth-child(2) h4 {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
  width: max-content;
  font-size: 24px;
  margin: 24px auto 12px 0;
}
.lp .course-detail__content > div:nth-child(2) ul {
  list-style: disc;
  padding-left: 1.4em;
}
.lp .course-detail__content--left > div:nth-child(1) > div {
  margin-left: 3vw;
}
.lp .course-detail__content--left > div:nth-child(2) {
  width: 50vw;
  margin: 60px 0 60px 39vw;
}
.lp .course-detail__content--right > div:nth-child(1) {
  flex-direction: row-reverse;
}
.lp .course-detail__content--right > div:nth-child(1) > div {
  margin-right: 3vw;
}
.lp .course-detail__content--right > div:nth-child(2) {
  width: 50vw;
  margin: 60px 0 60px 11vw;
}
.lp .detail__content {
  width: 45vw;
  margin: 80px auto;
}
.lp .detail__content h3 {
  font-size: 26px;
  font-weight: 900;
  width: max-content;
  margin: 24px 0 12px;
}
.lp .detail__content h4 {
  font-size: 22px;
  font-weight: 900;
  width: max-content;
  margin: 16px 0 4px 8px;
  background: linear-gradient(transparent 80%, #7eee3e 50%);
}
.lp .detail__content p {
  margin: 8px 0;
}
.lp .detail__content iframe {
  max-width: 45vw;
  height: 25vw;
  margin: 24px auto;
  position: relative;
  z-index: 2;
}
.lp .review__wrapper {
  margin: 120px auto 48px;
  transition: 0.3s;
}
.lp .review__content {
  display: flex;
  width: 70vw;
  margin: 0 auto;
  align-items: flex-start;
  height: 0;
  overflow: hidden;
}
.lp .review__content.activate {
  height: auto;
}
.lp .review__content__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
}
.lp .review__content__icon img {
  width: 180px;
  border-radius: 1vw;
  margin-bottom: 12px;
}
.lp .review__content__icon p {
  text-align: center;
}
.lp .review__content__text {
  width: calc(70vw - 180px);
  padding-left: 24px;
}
.lp .review__content__text h4 {
  font-size: 20px;
  font-weight: 900;
  width: max-content;
  max-width: 60vw;
  border-bottom: solid 2px #7eee3e;
  margin-bottom: 8px;
}
.lp .review__content__text p {
  padding-left: 12px;
  margin-bottom: 16px;
}
.lp .review__content__list {
  width: 70vw;
  margin: 12px auto;
  display: flex;
  flex-wrap: wrap;
  transition: 0.3s;
}
.lp .review__content__list__item {
  width: 7vw;
  cursor: pointer;
  margin: 0.8vw;
}
.lp .review__content__list__item img {
  width: 7vw;
  border-radius: 1vw;
}
.lp .review__content__list__item p {
  text-align: center;
  margin-top: 4px;
}
.lp .review__content__list__item-parent {
  display: none;
}
.lp .review__btn {
  display: flex;
  justify-content: space-between;
  width: 50vw;
  margin: auto;
  margin-top: 8vh;
  height: 30nh;
}
.lp .review__btn div {
  width: 34%;
  text-align: center;
  border-radius: 12px;
  transition: 0.3s;
  border: solid 2px #7eee3e;
  padding: 4px 0;
  background-color: #fff;
  cursor: pointer;
  z-index: 5;
}
.lp .review__btn .active {
  background-color: #7eee3e;
}
.lp .event__content {
  width: 70vw;
  margin: 108px auto;
}
.lp .event__content img {
  width: 70vw;
}
.lp .event__content__title--pc {
  display: block;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 24px auto;
  width: max-content;
}
.lp .event__content__title--sp {
  display: none;
}
.lp .event__description {
  width: 70vw;
  margin: 108px auto;
}
.lp footer {
  background-color: #000;
  padding: 24px 0;
  margin-top: 120px;
}
.lp footer > img {
  margin: auto;
  width: max-content;
  display: block;
  height: 10vh;
}
.lp footer > div {
  color: #fff;
  display: flex;
  justify-content: center;
  margin: 12px auto;
}
.lp footer > div a {
  margin: 0 12px;
  display: flex;
}
.lp footer > div a p {
  margin-right: 4px;
}
.lp footer > div a img {
  height: 20px;
}
.lp footer > p {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.lp .appearance-animation {
  color: transparent;
  width: max-content;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}
.lp .appearance-animation::after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 101%);
}
.lp .appearance-animation.activate {
  color: #000;
}
.lp .appearance-animation--whitemask.activate {
  background-color: rgba(255, 255, 255, 0.7);
}
.lp .appearance-animation.activate::after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.lp .appearance-animation--green {
  color: #000;
}
.lp .appearance-animation--green::after {
  background: #7eee3e;
}
.lp .appearance-animation--green.activate {
  color: #7eee3e;
}
.lp .school_info {
  z-index: 30 !important;
}
.lp .school_info__content {
  display: flex;
  width: 70vw;
  margin: 120px auto;
  position: relative;
  cursor: pointer;
}
.lp .school_info__content--right {
  flex-direction: row-reverse;
}
.lp .school_info__content:hover > .school_info__mask {
  background-color: rgba(255, 255, 255, 0.4);
}
.lp .school_info__thumbnail {
  top: 0;
  width: 40vw;
  height: 15vw;
  object-fit: cover;
}
.lp .school_info__detail {
  position: relative;
  margin: 0 32px;
  width: 100%;
}
.lp .school_info__detail h3 {
  font-size: 32px;
  font-weight: 900;
  width: max-content;
  margin-bottom: 12px;
}
.lp .school_info__link {
  text-decoration: underline;
  color: #509726;
  position: absolute;
  bottom: 0;
  right: 0;
}
.lp .school_info__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  top: 0;
  left: 0;
}
.lp .school_info__modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 40;
  display: none;
  opacity: 0;
  cursor: default;
  transition: 0.5s;
}
.lp .school_info__modal__image {
  width: 50vw;
  padding: 32px 5vw;
}
.lp .school_info__modal__image > img {
  width: 40vw;
  height: 30vw;
  object-fit: contain;
  transition: 0.2s;
}
.lp .school_info__modal__image__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  margin-top: 24px;
}
.lp .school_info__modal__image__list img {
  width: 4.8571428571vw;
  height: 4.8571428571vw;
  border-radius: 12px;
  object-fit: cover;
  cursor: pointer;
}
.lp .school_info__modal__detail {
  width: 100%;
  padding: 32px 5vw 32px 0;
  position: relative;
  overflow: auto;
}
.lp .school_info__modal__detail h3 {
  font-size: 24px;
  width: max-content;
  margin-bottom: 20px;
}
.lp .school_info__modal__detail h4 {
  font-size: 20px;
  font-weight: 900;
  margin: 12px 0 8px;
}
.lp .school_info__modal__detail iframe {
  margin: auto;
  width: 45vw;
  margin-top: 20px;
}
.lp .school_info__modal__detail a {
  text-decoration: underline;
  color: #509726;
  width: max-content;
}
.lp .school_info__modal__close {
  position: absolute;
  top: 32px;
  right: 64px;
  font-size: 24px;
  cursor: pointer;
}
.lp .school_info .modal-active {
  display: flex;
}
.lp .apply-form {
  width: 60vw;
  margin: 120px auto;
  display: block;
}
.lp .apply-form h2 {
  margin: 3rem auto 1rem auto;
}
.lp .apply-form .form_container .child_num {
  font-size: 20px;
  margin-bottom: 0.5rem;
}
.lp .apply-form .form_button_container {
  display: flex;
  justify-content: space-around;
}
.lp .apply-form .form_button_container .button {
  width: 45%;
}
.lp .apply-form .form_button_container .button:disabled {
  background-color: rgba(0, 0, 0, 0.3215686275);
  transition: none;
}
.lp .apply-form .form_button_container .button:disabled:hover {
  font-size: 18px;
}
.lp .apply-form #id_choiced_course label {
  display: flex;
  align-items: center;
}
.lp .apply-form #id_choiced_course label input {
  width: 20px;
  margin-right: 10px;
  display: block;
}
.lp .apply-form .input_checkbox .input_label {
  display: flex;
  align-items: center;
}
.lp .apply-form .input_checkbox #id_choiced_course {
  color: red;
}
.lp .apply-form .input_checkbox input[type=checkbox] {
  width: 20px;
  margin-left: 10px;
  display: block;
}
.lp .apply-form label .active {
  background-color: #0f9b20 !important;
  transition: all 0.3s ease 0s !important;
  cursor: pointer !important;
}
.lp .apply-form label .active:hover {
  font-size: calc(18px * 1.05) !important;
}
.lp .apply-form label .submit_button {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .lp .pc-br {
    display: none;
  }
  .lp .pc-span {
    display: none;
  }
  .lp .sp-br {
    display: block;
  }
  .lp section > .section__title img {
    width: 16vw;
  }
  .lp section > .section__title h2 {
    font-size: 14px;
  }
  .lp .promotion-btn {
    font-size: 18px;
  }
  .lp .promotion-btn a {
    padding: 12px 32px;
  }
  .lp .comment__content--a {
    flex-direction: column;
  }
  .lp .comment__content--a > div:nth-child(1) {
    width: 90vw;
    height: 90vw;
    margin: auto auto 36px;
    transform: translateX(2vw);
  }
  .lp .comment__content--a > div:nth-child(2) {
    width: 90vw;
    margin: auto;
  }
  .lp .comment__content--b {
    margin: 60px auto;
  }
  .lp .comment__content--b > div {
    width: 90vw;
    margin: calc(75vw - 80px) auto 0;
  }
  .lp .comment__content--b > div h3 {
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
  }
  .lp .comment__content--b > img:nth-child(1) {
    display: none;
  }
  .lp .comment__content--b > img:nth-child(2) {
    position: absolute;
    width: 68vw;
    right: -10vw;
  }
  .lp .comment__content--b--right > img:nth-child(1) {
    left: 0;
  }
  .lp .comment__content--b--right > img:nth-child(2) {
    right: -10vw;
  }
  .lp .comment__content--b--left > img:nth-child(1) {
    right: 0;
    left: unset;
  }
  .lp .comment__content--b--left > img:nth-child(2) {
    left: -10vw;
  }
  .lp .comment__content--b--left > div h3 {
    margin-right: 0;
    margin-left: auto;
  }
  .lp .comment__content--c {
    margin: 80px auto;
    flex-direction: column;
  }
  .lp .comment__content--c > img {
    width: 90vw;
    height: 90vw;
    margin: auto;
  }
  .lp .comment__content--c > div {
    width: 90vw;
    margin: auto;
  }
  .lp .comment__content--c > div h3 {
    font-size: 24px;
  }
  .lp .comment__content--c > div h4 {
    font-size: 18px;
  }
  .lp .comment-2 .comment__content--b:nth-child(4) > img:nth-child(1) {
    bottom: 26vh;
  }
  .lp .comment-4 .comment__content--b:nth-child(2) > img:nth-child(1) {
    bottom: 39vh;
  }
  .lp .comment-4 .comment__content--b:nth-child(3) > img:nth-child(1) {
    bottom: 32vh;
  }
  .lp .detail__content {
    width: 90vw;
    margin: 140px auto;
  }
  .lp .detail__content iframe {
    max-width: 90vw;
    height: 50vw;
  }
  .lp .review__wrapper {
    margin-top: 60px;
  }
  .lp .review__content {
    flex-direction: column;
    width: 90vw;
  }
  .lp .review__content__icon {
    flex-direction: row;
    width: 90vw;
    margin-bottom: 24px;
  }
  .lp .review__content__icon img {
    width: 20vw;
    margin-bottom: 0;
    margin-right: 24px;
  }
  .lp .review__content__text {
    width: 90vw;
    padding: 0;
  }
  .lp .review__content__text h4 {
    max-width: 90vw;
    font-size: 18px;
  }
  .lp .review__content__list {
    width: 90vw;
  }
  .lp .review__content__list__item {
    width: 44vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px 0;
  }
  .lp .review__content__list__item img {
    width: 12vw;
    margin-right: 12px;
  }
  .lp .review__content__list__item p {
    text-align: center;
    margin-top: 4px;
    width: 5em;
  }
  .lp .review__btn {
    width: 65vw;
  }
  .lp .review__btn div {
    width: 45%;
  }
  .lp .course-detail__content {
    margin: 120px auto;
  }
  .lp .course-detail__content > div:nth-child(1) {
    flex-direction: column;
  }
  .lp .course-detail__content > div:nth-child(1) > img {
    width: 90vw;
    margin: auto;
    height: 70vw;
  }
  .lp .course-detail__content > div:nth-child(1) > div {
    width: 90vw;
    margin: auto;
    position: relative;
  }
  .lp .course-detail__content > div:nth-child(1) > div h3 {
    width: 90vw;
    max-width: none;
    font-size: 26px;
  }
  .lp .course-detail__content > div:nth-child(1) > div img {
    width: 20vw;
    position: absolute;
    top: -88vw;
  }
  .lp .course-detail__content > div:nth-child(2) {
    width: 90vw;
    margin: auto;
  }
  .lp .course-detail__content > div:nth-child(2) h4 {
    font-size: 20px;
  }
  .lp .school_info__content {
    display: block;
    width: 80vw;
    margin: 64px auto;
  }
  .lp .school_info__thumbnail {
    width: 100%;
    height: 20vw;
  }
  .lp .school_info__detail {
    margin: 0;
  }
  .lp .school_info__detail h3 {
    font-size: 24px;
  }
  .lp .school_info__link {
    position: relative;
    text-align: right;
  }
  .lp .school_info__modal.active {
    display: block;
  }
  .lp .school_info__modal__image {
    width: 90vw;
    margin: 48px auto 0;
    padding: 0;
  }
  .lp .school_info__modal__image > img {
    width: 100%;
    height: 60vw;
  }
  .lp .school_info__modal__image__list {
    margin-top: 8px;
  }
  .lp .school_info__modal__image__list img {
    width: 12vw;
    height: 12vw;
    display: block;
  }
  .lp .school_info__modal__detail {
    padding: 0;
    margin: 24px auto 48px;
    width: 90vw;
  }
  .lp .school_info__modal__detail h3 {
    display: block;
  }
  .lp .school_info__modal__detail iframe {
    width: 90vw;
  }
  .lp .school_info__modal__close {
    position: fixed;
    top: 8px;
    right: 24px;
    font-size: 20px;
  }
  .lp .school_info .modal-active {
    display: block;
    height: 100vh;
    padding: 24px 5vw;
    overflow: auto;
  }
  .lp footer > div {
    flex-wrap: wrap;
    width: 96vw;
  }
  .lp footer > div a {
    margin: 0 12px;
    width: calc(48vw - 24px);
  }
  .lp footer > div a p {
    font-size: 12px;
  }
  .lp footer > div a img {
    height: 16px;
  }
  .lp footer > div a:nth-child(odd) {
    justify-content: flex-end;
  }
  .lp footer > div a:nth-child(even) {
    justify-content: flex-start;
  }
  .lp .apply-form {
    width: 90vw;
  }
}

.lp_introduction #comment-1,
.lp_introduction #comment-2,
.lp_introduction #comment-3,
.lp_introduction #comment-4,
.lp_introduction #course,
.lp_introduction #course-detail,
.lp_introduction #detail,
.lp_introduction #form,
.lp_introduction #notice-1,
.lp_introduction #review,
.lp_introduction #event,
.lp_introduction #school_info {
  margin: 180px 0 180px 260px;
}
.lp_introduction #comment-1,
.lp_introduction #comment-2,
.lp_introduction #comment-3,
.lp_introduction #comment-4,
.lp_introduction #course,
.lp_introduction #course-detail,
.lp_introduction #detail,
.lp_introduction #form,
.lp_introduction footer,
.lp_introduction .promotion-btn,
.lp_introduction #notice-1,
.lp_introduction #review,
.lp_introduction #event,
.lp_introduction #school_info {
  position: relative;
  z-index: 10;
}
.lp_introduction .promotion-btn {
  transform: translateX(130px);
}
.lp_introduction footer {
  margin-left: 260px;
}
.lp_introduction .highlight--green {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.lp_introduction .bg__image {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}
.lp_introduction .bg__image--pc {
  display: block;
}
.lp_introduction .bg__image--sp {
  display: none;
}
.lp_introduction .nav {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 260px;
  height: 100vh;
  z-index: 20;
}
.lp_introduction .nav__menu {
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  padding: 12px 24px;
  transition: 0.3s;
  height: 100%;
  box-shadow: 8px 0 2px -2px rgba(70, 70, 70, 0.6);
}
.lp_introduction .nav__menu > img {
  width: 10vw;
  margin: 0 auto 12px;
  display: block;
}
.lp_introduction .nav__menu ul li {
  border-bottom: solid 1px #7eee3e;
  margin-top: 12px;
  position: relative;
}
.lp_introduction .nav__menu ul li a {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-right: 12px;
}
.lp_introduction .nav__menu ul li::after {
  content: "";
  border-bottom: solid 4px #7eee3e;
  position: absolute;
  width: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  transition: 0.3s;
}
.lp_introduction .nav__menu ul .active::after {
  width: 100%;
}
.lp_introduction .nav__menu > p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2vh;
  width: 80%;
  text-align: center;
  display: block;
  margin: auto;
  cursor: pointer;
}
.lp_introduction .nav__menu > p span {
  font-size: 1.2em;
}
.lp_introduction .nav__menu__btn {
  margin: 16px auto;
}
.lp_introduction .nav__menu__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7eee3e;
  padding: 8px 20px;
  width: max-content;
  margin: 6px auto;
  box-shadow: -8px 8px 0px #000;
  position: relative;
}
.lp_introduction .nav__menu__btn a img {
  height: 24px;
  z-index: 2;
}
.lp_introduction .nav__menu__btn a p {
  z-index: 2;
}
.lp_introduction .nav__menu__btn a > div {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.lp_introduction .nav__menu__btn a:hover > div {
  width: 100%;
}
.lp_introduction .nav__menu__btn p {
  text-align: center;
  font-size: 14px;
}
.lp_introduction #sp-nav {
  display: none;
}
.lp_introduction .promotion-btn a {
  background-color: #7eee3e;
}
.lp_introduction .promotion-btn a > div {
  background: #b5f6b7;
}
.lp_introduction .firstview {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.lp_introduction .firstview__gb__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translateX(22vw);
}
.lp_introduction .firstview__titleblock {
  position: absolute;
  left: 5vw;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: max-content;
}
.lp_introduction .firstview__titleblock img {
  width: 14vw;
  margin-bottom: 24px;
}
.lp_introduction .firstview__titleblock h1 {
  font-weight: bold;
  font-size: 4.2vw;
  margin-bottom: 12px;
}
.lp_introduction .firstview__titleblock h2 {
  font-size: 1.6vw;
}
.lp_introduction .firstview .bg__mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(212, 212, 212, 0.8);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.9));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.9) 60%, rgb(255, 255, 255) 70%, rgb(255, 255, 255));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.9) 60%, #fff 70%, #fff);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.9) 70%, #fff 80%, #fff);
}
.lp_introduction .comment__content--a {
  margin-bottom: 360px;
}
.lp_introduction .comment__content--a__bgimg {
  position: absolute;
  bottom: -12vw;
  width: 80vw;
  right: 0;
  z-index: -1;
}
.lp_introduction .comment__content--c img.comment__content--c__bgnum {
  position: absolute;
  top: 0;
  width: 10vw;
  height: max-content;
}
.lp_introduction .comment__content--c img.comment__content--c__bgnum--right {
  left: 0;
}
.lp_introduction .comment__content--c img.comment__content--c__bgnum--left {
  right: 0;
}
.lp_introduction .detail__content p a {
  text-decoration: underline;
  margin-right: 8px;
}
.lp_introduction .detail__content h4 {
  background: linear-gradient(transparent 80%, #7eee3e 50%);
}
.lp_introduction .detail__content h4 br {
  display: none;
}
.lp_introduction .detail__content__detaillist {
  max-width: 45vw;
}
.lp_introduction .detail__content__detaillist li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_introduction .detail__content__detaillist li div {
  display: flex;
}
.lp_introduction .detail__content__detaillist li div p:nth-child(1) {
  font-size: 32px;
  font-weight: 900;
  margin-right: 23px;
}
.lp_introduction .detail__content__detaillist li div p:nth-child(2) {
  margin: 8px 0;
}
.lp_introduction .detail__content__schedule h4 {
  margin-top: 24px;
}
.lp_introduction .detail__content__schedule h5 {
  font-weight: bold;
  margin-top: 8px;
}
.lp_introduction .detail__content__schedule p {
  margin: 0;
  padding-left: 16px;
}
.lp_introduction .detail__content__schedule__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.lp_introduction .detail__content__schedule__item {
  margin-right: 36px;
  margin-top: 12px;
}
.lp_introduction .detail__notice_text {
  width: 45vw;
  margin: 64px auto 0;
  display: block;
  font-size: 20px;
  line-height: 1.8;
}
.lp_introduction .detail__notice_text span {
  background: linear-gradient(transparent 85%, #7eee3e 50%);
  font-weight: bold;
}
.lp_introduction .detail .apply-flow li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_introduction .detail .apply-flow li b {
  font-weight: 900;
  font-size: 1.5em;
}
.lp_introduction .detail .down-arrow {
  text-align: center;
  font-weight: 900;
  font-size: 1.6em;
  margin: 24px auto;
}
.lp_introduction .form__btn {
  display: flex;
  justify-content: space-evenly;
  width: 40vw;
  margin: 80px auto;
}
.lp_introduction .form__btn p {
  display: block;
  cursor: pointer;
  width: max-content;
  padding: 12px 24px;
  border: solid #7eee3e 2px;
  border-radius: 16px;
}
.lp_introduction .form__btn p.activate {
  color: #fff;
  background-color: #7eee3e;
}
.lp_introduction .form__content {
  width: max-content;
  margin: auto;
}
.lp_introduction .form__content__item {
  width: max-content;
  display: none;
}
.lp_introduction .form__content__item.activate {
  display: block;
}
.lp_introduction .apply-form {
  width: 60vw;
  margin: 120px auto;
  display: block;
}
.lp_introduction .apply-form h2 {
  margin: 3rem auto 1rem auto;
}
.lp_introduction .apply-form .form_container .child_num {
  font-size: 20px;
  margin-bottom: 0.5rem;
}
.lp_introduction .apply-form .form_button_container {
  display: flex;
  justify-content: space-around;
}
.lp_introduction .apply-form .form_button_container .button {
  width: 45%;
}
.lp_introduction .apply-form .form_button_container .button:disabled {
  background-color: rgba(0, 0, 0, 0.3215686275);
  transition: none;
}
.lp_introduction .apply-form .form_button_container .button:disabled:hover {
  font-size: 18px;
}
.lp_introduction .apply-form #id_choiced_course label {
  display: flex;
  align-items: center;
}
.lp_introduction .apply-form #id_choiced_course label input {
  width: 20px;
  margin-right: 10px;
  display: block;
}
.lp_introduction .apply-form .input_checkbox .input_label {
  display: flex;
  align-items: center;
}
.lp_introduction .apply-form .input_checkbox #id_choiced_course {
  color: red;
}
.lp_introduction .apply-form .input_checkbox input[type=checkbox] {
  width: 20px;
  margin-left: 10px;
  display: block;
}
.lp_introduction .apply-form label .active {
  background-color: #0f9b20 !important;
  transition: all 0.3s ease 0s !important;
  cursor: pointer !important;
}
.lp_introduction .apply-form label .active:hover {
  font-size: calc(18px * 1.05) !important;
}
.lp_introduction .apply-form label .submit_button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_introduction .notice-1 > div {
  position: relative;
}
.lp_introduction .notice-1 > div > img {
  height: 70vh;
  margin: auto;
  display: block;
}
.lp_introduction .notice-1__classroom {
  position: absolute;
}
.lp_introduction .notice-1__classroom--1 {
  top: 22vh;
  left: calc(50vw - 26vh);
  transform: translate3d(-100%, -100%, 0);
  text-align: right;
}
.lp_introduction .notice-1__classroom--2 {
  bottom: 22vh;
  right: calc(50vw - 24vh);
  transform: translate3d(100%, 100%, 0);
}
.lp_introduction .notice-1__classroom h4 {
  font-size: 32px;
  font-weight: 900;
}
.lp_introduction .notice-1__bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: max-content;
  width: max-content;
  margin: auto;
  font-size: 120px;
  line-height: 1;
  font-weight: 900;
  opacity: 0.4;
  font-style: italic;
  color: #14af12;
}
.lp_introduction .notice-1__bg--1 {
  transform: translateX(-30vw);
}
.lp_introduction .notice-1__bg--2 {
  transform: translateX(30vw);
}
.lp_introduction .event__content {
  width: 70vw;
  margin: 108px auto;
}
.lp_introduction .event__content img {
  width: 70vw;
}
.lp_introduction .event__content__title--pc {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 24px auto;
  width: max-content;
}
.lp_introduction .event__content__title--sp {
  display: none;
}
.lp_introduction .event__description {
  width: 70vw;
  margin: 108px auto;
}
@media (max-width: 1023px) {
  .lp_introduction #comment-1,
  .lp_introduction #comment-2,
  .lp_introduction #comment-3,
  .lp_introduction #comment-4,
  .lp_introduction #course,
  .lp_introduction #course-detail,
  .lp_introduction #detail,
  .lp_introduction #form,
  .lp_introduction #notice-1,
  .lp_introduction #review,
  .lp_introduction #event,
  .lp_introduction #school_info {
    margin: 120px auto;
  }
  .lp_introduction #nav {
    display: none;
  }
  .lp_introduction #sp-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
  }
  .lp_introduction #sp-nav .nav__gauge {
    width: 100%;
    height: 6px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .lp_introduction #sp-nav .nav__gauge div {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #7eee3e;
  }
  .lp_introduction #sp-nav .sp-footer-nav {
    width: 100%;
    height: 36px;
    padding: 0;
    line-height: 1;
    font-size: 20px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
  }
  .lp_introduction #sp-nav .sp-footer-nav li {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
    position: absolute;
    padding: 0 8vw;
    opacity: 0;
  }
  .lp_introduction #sp-nav .sp-footer-nav li * {
    padding: 8px;
  }
  .lp_introduction #sp-nav .sp-footer-nav .active {
    opacity: 1;
  }
  .lp_introduction #sp-nav .sp-nav-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 80px 10vw;
    font-size: 18px;
    display: none;
    opacity: 0;
    transition: 0.3s;
  }
  .lp_introduction #sp-nav .sp-nav-modal ul li {
    border-bottom: solid 1px #7eee3e;
    margin-top: 12px;
    position: relative;
  }
  .lp_introduction #sp-nav .sp-nav-modal ul li a {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-right: 12px;
  }
  .lp_introduction #sp-nav .sp-nav-modal ul li::after {
    content: "";
    border-bottom: solid 4px #7eee3e;
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    transition: 0.3s;
  }
  .lp_introduction #sp-nav .sp-nav-modal ul .active::after {
    width: 100%;
  }
  .lp_introduction #sp-nav .sp-nav-modal > p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2vh;
    width: 80%;
    text-align: center;
    display: block;
    margin: auto;
    cursor: pointer;
  }
  .lp_introduction #sp-nav .sp-nav-modal > p span {
    font-size: 1.2em;
  }
  .lp_introduction #sp-nav .sp-nav-modal #sp-nav-modal__close {
    position: fixed;
    top: 8px;
    right: 24px;
    font-size: 20px;
    color: #fff;
    height: max-content;
    width: max-content;
    bottom: unset;
    left: unset;
  }
  .lp_introduction .bg__image--pc {
    display: none;
  }
  .lp_introduction .bg__image--sp {
    display: block;
  }
  .lp_introduction .fixed__logo {
    width: 30vw;
  }
  .lp_introduction .nav__menu > img {
    width: 30vw;
  }
  .lp_introduction .firstview {
    height: 40vh;
  }
  .lp_introduction .firstview__titleblock img {
    width: 30vw;
  }
  .lp_introduction .firstview__titleblock h1 {
    font-size: 6vw;
  }
  .lp_introduction .firstview__titleblock h2 {
    font-size: 3.6vw;
  }
  .lp_introduction .comment__content--a {
    margin-bottom: 0;
  }
  .lp_introduction .comment__content--a--left > div:nth-child(1) > img:nth-child(1) {
    transform: translate3d(-48px, 20px, 0);
  }
  .lp_introduction .comment__content--c img.comment__content--c__bgnum {
    width: 20vw;
    left: 0;
    right: unset;
  }
  .lp_introduction #comment-4 .comment__content--b > div {
    margin: calc(75vw - 42px) auto 0;
  }
  .lp_introduction .detail__content h4 {
    font-size: 20px;
  }
  .lp_introduction .detail__content h4 br {
    display: block;
  }
  .lp_introduction .detail__content__detaillist {
    max-width: 90vw;
  }
  .lp_introduction .detail__notice_text {
    width: 90vw;
  }
  .lp_introduction .form__btn {
    width: 90vw;
  }
  .lp_introduction .apply-form {
    width: 90vw;
  }
  .lp_introduction .notice-1 > div > img {
    margin: auto;
    width: 80vw;
    height: auto;
  }
  .lp_introduction .notice-1__classroom--1 {
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, -100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_introduction .notice-1__classroom--2 {
    bottom: -10px;
    left: 0;
    right: 0;
    transform: translate3d(0, 100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_introduction .notice-1__bg {
    opacity: 0.2;
  }
  .lp_introduction .notice-1__bg--1 {
    top: 0;
    bottom: unset;
    transform: translate3d(0, -110%, 0);
  }
  .lp_introduction .notice-1__bg--2 {
    top: unset;
    bottom: 0;
    transform: translate3d(0, 110%, 0);
  }
  .lp_introduction .event__content {
    width: 90vw;
    margin: 60px auto;
  }
  .lp_introduction .event__content img {
    width: 90vw;
    margin-bottom: 24px;
  }
  .lp_introduction .event__content__title--pc {
    display: none;
  }
  .lp_introduction .event__content__title--sp {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: max-content;
  }
  .lp_introduction .event__content p {
    margin-top: 12px;
  }
  .lp_introduction .event__description {
    width: 90vw;
    margin: 60px auto;
  }
  .lp_introduction footer {
    margin-left: 0;
  }
}

.lp_event_20230223 .header_content {
  position: relative;
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  height: 100vh;
  margin: 0;
  border: 0;
  z-index: 100000;
}
.lp_event_20230223 .flex_wrapper {
  box-sizing: border-box;
  width: 100%;
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 48px;
  height: 100vh;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .flex_wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.lp_event_20230223 .BeEngineer_logo {
  display: flex;
  width: 12rem;
  position: absolute;
  top: 1.25rem;
  margin-left: 48px;
  z-index: 2;
  position: fixed;
  transition: 0.3s;
}
.lp_event_20230223 #BeEngineer_logo--black {
  opacity: 0;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .BeEngineer_logo {
    width: calc((100vw - 120px) / 4);
    margin-left: 24px;
  }
}
@media (min-width: 1024px) {
  .lp_event_20230223 .button_bottom {
    display: flex;
    width: 410px;
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 1;
    position: fixed;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230223 .button_bottom {
    display: none;
  }
}
.lp_event_20230223 .button_top {
  display: flex;
  position: absolute;
  width: 350px;
  z-index: 1;
  position: fixed;
}
@media (min-width: 1024px) {
  .lp_event_20230223 .button_top {
    top: 12px;
    right: 10px;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230223 .button_top {
    bottom: 12px;
    width: calc(72px + 4 * (100vw - 120px) / 4);
    height: calc(0.25 * (72px + 4 * (100vw - 120px) / 4));
    margin-left: 24px;
    margin-right: 24px;
    z-index: 1;
    position: absolute;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.lp_event_20230223 .background_video {
  z-index: 1;
  background-position: top center;
  background-size: cover;
  width: calc(100vw - 96px);
  height: calc(100vh - 96px);
  position: relative;
}
.lp_event_20230223 .background_video .background_video_color {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.64);
}
.lp_event_20230223 .background_video .background_image {
  display: none;
}
.lp_event_20230223 .background_video video {
  z-index: -1;
  width: 100%;
  position: absolute;
  min-width: 100%;
  min-width: calc(100vw - 96px);
  height: calc(100vh - 96px);
  background-size: cover;
  object-fit: cover;
}
.lp_event_20230223 .background_video .parallelogram {
  position: absolute;
  right: calc(288px + 6 * (100vw - 432px) / 8);
  top: -48px;
  z-index: 1;
}
.lp_event_20230223 .background_video .top_header_text {
  position: absolute;
  bottom: 12vh;
  left: 10vw;
  z-index: 10;
}
.lp_event_20230223 .background_video .top_header_name {
  text-align: left;
  font-size: 20px;
  letter-spacing: 2px;
  color: #ffffff;
  z-index: 1;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 12px;
}
.lp_event_20230223 .background_video .top_header_name br {
  display: none;
}
.lp_event_20230223 .background_video .top_header_title {
  text-align: left;
  font-size: 48px;
  letter-spacing: 4px;
  color: #ffffff;
  opacity: 1;
  font-family: Noto Sans JP;
  font-weight: 900;
  margin-bottom: 12px;
}
.lp_event_20230223 .background_video .top_header_explanation {
  text-align: left;
  letter-spacing: 0px;
  font-size: 1rem;
  color: #ffffff;
  opacity: 1;
  font-family: Noto Sans JP;
  padding-top: 1.5rem;
}
.lp_event_20230223 .background_video .top_header_explanation br {
  display: none;
}
@media (min-width: 1024px) {
  .lp_event_20230223 .parallelogram {
    height: 80vh;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230223 .background_video {
    overflow: hidden;
    width: 100vw;
    height: calc(100vh - 40px);
  }
  .lp_event_20230223 .background_video .background_video_margin {
    margin-top: 30px;
  }
  .lp_event_20230223 .background_video .background_video_margin .background_image_to_center {
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5333333333);
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .lp_event_20230223 .background_video .background_video_margin .background_image_to_center .background_image {
    position: absolute;
    z-index: -1;
    opacity: 0.64;
    height: 100vh;
    text-align: center;
    display: flex;
    z-index: -1;
  }
  .lp_event_20230223 .background_video .background_video_margin .background_image_to_center .background_image::after {
    background-color: #000;
  }
  .lp_event_20230223 .background_video video {
    display: none !important;
  }
  .lp_event_20230223 .background_video .parallelogram {
    right: calc(48px + 2 * (100vw - 120px) / 4);
    height: 50vh;
    top: 0;
  }
  .lp_event_20230223 .background_video .top_header_name {
    font-size: 4.5vw;
    padding-top: 8rem;
  }
  .lp_event_20230223 .background_video .top_header_name br {
    display: block;
  }
  .lp_event_20230223 .background_video .top_header_title {
    font-size: 6vw;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .lp_event_20230223 .background_video .top_header_explanation {
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 140px;
    display: block;
    text-align: center;
  }
  .lp_event_20230223 .background_video .top_header_explanation br {
    display: block;
  }
}
.lp_event_20230223 .header_supplement {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 100px;
  width: 100%;
}
.lp_event_20230223 .header_supplement .header_supplement_above {
  position: absolute;
  left: calc(48px + (100vw - 432px) / 8);
  width: calc(240px + 3 * (100vw - 432px) / 8);
  z-index: 1;
}
.lp_event_20230223 .header_supplement .header_supplement_below {
  position: absolute;
  left: 48px;
  width: calc(240px + 3 * (100vw - 432px) / 8);
  z-index: -1;
  margin-top: 50px;
}
.lp_event_20230223 .header_supplement .header_supplement_title {
  padding-top: 18%;
  margin-left: calc(240px + 4 * (100vw - 432px) / 8);
  font-size: 35px;
  font-weight: 900;
  font-family: Noto Sans JP;
  margin-right: calc(48px + (100vw - 432px) / 8);
}
.lp_event_20230223 .header_supplement .header_supplement_explanation {
  margin-top: 36px;
  margin-left: calc(240px + 4 * (100vw - 432px) / 8);
  font-size: 16px;
  margin-right: 10vw;
  line-height: 1.8rem;
  font-family: Noto Sans JP;
}
.lp_event_20230223 .header_supplement .header_supplement_explanation .header_supplement_explanation_line {
  background: linear-gradient(transparent 70%, #ff81b2 50%);
  font-weight: bold;
}
.lp_event_20230223 .header_supplement .header_supplement_background {
  margin-top: 32px;
  width: 80vw;
  margin-left: 20vw;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .header_supplement {
    margin-top: 20vh;
  }
  .lp_event_20230223 .header_supplement .header_supplement_above {
    margin-left: 7vw;
    width: calc(120px + 3 * (100vw - 120px) / 4);
  }
  .lp_event_20230223 .header_supplement .header_supplement_below {
    z-index: 0;
    left: 3vw;
    width: calc(120px + 3 * (100vw - 120px) / 4);
  }
  .lp_event_20230223 .header_supplement .header_supplement_title {
    padding-top: 100vw;
    margin-left: 50px;
    font-size: 5.5vw;
    margin-right: 50px;
  }
  .lp_event_20230223 .header_supplement .header_supplement_explanation {
    margin-left: 50px;
    margin-right: 50px;
    line-height: 4.5vh;
  }
  .lp_event_20230223 .header_supplement .header_supplement_background {
    margin-left: 70px;
    right: 0;
  }
}
.lp_event_20230223 .top_footer_content_3 {
  margin-top: 120px;
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_title .top_footer_content_3_title_text {
  margin-top: 16px;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_3 .top_footer_content_3_title .top_footer_content_3_title_text {
    font-size: 3.5vw;
  }
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_title .top_footer_content_3_title_image {
  margin-top: 16px;
  width: 76px;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_3 .top_footer_content_3_title .top_footer_content_3_title_image {
    width: 14vw;
  }
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_1 {
  display: flex;
  align-items: flex-start;
  margin-left: calc(144px + (100vw - 432px) / 8);
  margin-right: calc(96px + (100vw - 432px) / 8);
  margin-top: 100px;
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text .top_footer_content_3_body_1_title {
  font-size: 50px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text .top_footer_content_3_body_1_title {
    font-size: 5.5vw;
  }
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text .top_footer_content_3_body_1_content {
  font-size: 20px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text .top_footer_content_3_body_1_supplement {
  font-size: 16px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text .top_footer_content_3_body_1_content {
    font-size: 25px;
  }
  .lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text .top_footer_content_3_body_1_supplement {
    font-size: 16px;
  }
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text:hover {
  opacity: 0.64;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_1 {
    margin-top: 25vw;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_2 {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: calc(144px + (100vw - 432px) / 8);
  margin-right: calc(96px + (100vw - 432px) / 8);
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text .top_footer_content_3_body_2_title {
  font-size: 50px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text .top_footer_content_3_body_2_title {
    font-size: 5.5vw;
  }
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text .top_footer_content_3_body_2_content {
  font-size: 20px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text .top_footer_content_3_body_2_supplement {
  font-size: 16px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text .top_footer_content_3_body_2_content {
    font-size: 25px;
  }
  .lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text .top_footer_content_3_body_2_supplement {
    font-size: 16px;
  }
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text:hover {
  opacity: 0.64;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_2 {
    margin-top: 10vw;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_3 {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: calc(144px + (100vw - 432px) / 8);
  margin-right: calc(96px + (100vw - 432px) / 8);
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text {
  margin-top: 20px;
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text .top_footer_content_3_body_3_title {
  font-size: 50px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text .top_footer_content_3_body_3_title {
    font-size: 5.5vw;
  }
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text .top_footer_content_3_body_3_content {
  font-size: 20px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text .top_footer_content_3_body_3_supplement {
  font-size: 16px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text .top_footer_content_3_body_3_content {
    font-size: 25px;
  }
  .lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text .top_footer_content_3_body_3_supplement {
    font-size: 16px;
  }
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text:hover {
  opacity: 0.64;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_3 {
    margin-top: 10vw;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_4 {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: calc(144px + (100vw - 432px) / 8);
  margin-right: calc(96px + (100vw - 432px) / 8);
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text {
  margin-top: 20px;
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text .top_footer_content_3_body_4_title {
  font-size: 50px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text .top_footer_content_3_body_4_title {
    font-size: 5.5vw;
  }
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text .top_footer_content_3_body_4_content {
  font-size: 20px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text .top_footer_content_3_body_4_supplement {
  font-size: 16px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text .top_footer_content_3_body_4_content {
    font-size: 25px;
  }
  .lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text .top_footer_content_3_body_4_supplement {
    font-size: 16px;
  }
}
.lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text:hover {
  opacity: 0.64;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_3 .top_footer_content_3_body_4 {
    margin-top: 10vw;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }
}
.lp_event_20230223 .top_footer_content_3_bottom {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 12rem;
  width: 100%;
}
.lp_event_20230223 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lp_event_20230223 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center .top_footer_content_3_bottom_top {
  width: 24rem;
}
.lp_event_20230223 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center .top_footer_content_3_bottom_center {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230223 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a {
  color: #000;
  text-decoration: none;
}
.lp_event_20230223 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background {
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem;
  display: block;
}
.lp_event_20230223 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Noto Sans JP";
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.lp_event_20230223 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content .top_footer_content_3_bottom_bottom_content_text {
  font-size: 1.8rem;
}
.lp_event_20230223 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content .top_footer_content_3_bottom_bottom_content_image {
  height: 40px;
}
.lp_event_20230223 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content::after {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.lp_event_20230223 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content:hover {
  color: #000;
}
.lp_event_20230223 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_3_bottom {
    margin-top: 25vw;
  }
  .lp_event_20230223 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center .top_footer_content_3_bottom_top {
    width: calc(96px + 2 * (100vw - 120px) / 4);
  }
  .lp_event_20230223 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center .top_footer_content_3_bottom_center {
    font-size: 4.5vw;
  }
  .lp_event_20230223 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
  }
  .lp_event_20230223 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content .top_footer_content_3_bottom_bottom_content_text {
    font-size: 1.1rem;
  }
  .lp_event_20230223 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content .top_footer_content_3_bottom_bottom_content_image {
    width: 6vw;
  }
}
.lp_event_20230223 .header_detail {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 200px;
  width: 100%;
}
.lp_event_20230223 .header_detail .header_detail_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_event_20230223 .header_detail .header_detail_title .header_detail_title_text {
  font-size: 20px;
  font-family: Noto Sans JP;
  font-weight: bold;
}
.lp_event_20230223 .header_detail .header_detail_title .header_detail_title_image {
  width: 76px;
}
.lp_event_20230223 .header_detail .header_detail_body_1 {
  display: flex;
  margin-top: 120px;
  padding-left: 3rem;
  align-items: flex-start;
  position: relative;
}
.lp_event_20230223 .header_detail .header_detail_body_1 .header_detail_body_1_number {
  width: calc((100vw - 432px) / 8);
  margin-right: 3rem;
}
.lp_event_20230223 .header_detail .header_detail_body_1 .header_detail_body_1_image {
  display: block;
  max-height: 100%;
  width: calc(192px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230223 .header_detail .header_detail_body_1 .header_detail_body_1_text {
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
  margin-right: 3rem;
  margin-left: 12vw;
  z-index: 10;
}
.lp_event_20230223 .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_title {
  font-size: 35px;
  font-weight: 900;
  font-family: Noto Sans JP;
  margin-bottom: 12px;
  background-color: unset !important;
}
.lp_event_20230223 .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_subtitle {
  margin-top: 2rem;
  position: relative;
  font-size: 25px;
  font-family: Noto Sans JP;
  font-weight: bold;
  width: max-content;
  background: linear-gradient(transparent 70%, #ff81b2 50%);
}
.lp_event_20230223 .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_content {
  margin-top: 12px;
  line-height: 1.8rem;
  font-size: 16px;
  font-family: Noto Sans JP;
}
.lp_event_20230223 .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_content .header_detail_body_1_content_line {
  background: linear-gradient(transparent 70%, #ff81b2 50%);
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_content {
    line-height: 4.5vh;
  }
}
.lp_event_20230223 .header_detail .header_detail_body_1 .header_detail_body_1_text a {
  margin-top: 24px;
  display: block;
}
.lp_event_20230223 .header_detail .header_detail_body_1 .header_detail_body_1_bg-text {
  position: absolute;
  top: -80px;
  left: 0;
  width: 50vw;
  z-index: 1;
}
.lp_event_20230223 .header_detail .header_detail_body_2 {
  display: flex;
  margin-top: 120px;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-right: 3rem;
  position: relative;
}
.lp_event_20230223 .header_detail .header_detail_body_2 .header_detail_body_2_number {
  width: calc((100vw - 432px) / 8);
  margin-left: 3rem;
}
.lp_event_20230223 .header_detail .header_detail_body_2 .header_detail_body_2_image {
  display: block;
  max-height: 100%;
  width: calc(192px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230223 .header_detail .header_detail_body_2 .header_detail_body_2_text {
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
  margin-left: 3rem;
  margin-right: 12vw;
  z-index: 10;
  position: relative;
}
.lp_event_20230223 .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_title {
  font-size: 35px;
  font-weight: 900;
  font-family: "Noto Sans JP";
  margin-bottom: 12px;
  background-color: unset !important;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_title {
    font-size: 5.5vw;
  }
}
.lp_event_20230223 .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_subtitle {
  margin-top: 2rem;
  position: relative;
  font-size: 25px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  width: max-content;
  background: linear-gradient(transparent 70%, #ff81b2 50%);
}
.lp_event_20230223 .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_content {
  margin-top: 12px;
  line-height: 1.8rem;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_content {
    line-height: 4.5vh;
  }
}
.lp_event_20230223 .header_detail .header_detail_body_2 .header_detail_body_2_text a {
  margin-top: 24px;
  display: block;
}
.lp_event_20230223 .header_detail .header_detail_body_2 .header_detail_body_2_bg-text {
  position: absolute;
  top: -90px;
  right: 0;
  width: 42vw;
  z-index: 1;
}
.lp_event_20230223 .header_detail_body_2_content_line {
  background: linear-gradient(transparent 70%, #ff81b2 50%);
  font-weight: bold;
}
.lp_event_20230223 .header_detail_bottom {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 12rem;
  width: 100%;
}
.lp_event_20230223 .header_detail_bottom .header_detail_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lp_event_20230223 .header_detail_bottom .header_detail_bottom_to_center .header_detail_bottom_top {
  width: 24rem;
}
.lp_event_20230223 .header_detail_bottom .header_detail_bottom_to_center .header_detail_bottom_center {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
.lp_event_20230223 .header_detail_bottom .header_detail_bottom_to_center a {
  color: #000;
  text-decoration: none;
}
.lp_event_20230223 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background {
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #ff81b2;
  box-shadow: -0.5rem 0.5rem;
  display: block;
}
.lp_event_20230223 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.lp_event_20230223 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content .header_detail_bottom_bottom_content_text {
  font-size: 1.8rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230223 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content .header_detail_bottom_bottom_content_image {
  height: 40px;
}
.lp_event_20230223 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content::after {
  background: rgb(251, 163, 197);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.lp_event_20230223 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content:hover {
  color: #000;
}
.lp_event_20230223 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 1023px) {
  .lp_event_20230223 .header_detail {
    margin-top: 90px;
  }
}
@media (min-width: 1024px) {
  .lp_event_20230223 .header_detail_body_1_text_number {
    display: none;
  }
  .lp_event_20230223 .header_detail_body_1_text_image {
    display: none;
  }
}
@media (min-width: 1023px) {
  .lp_event_20230223 .header_detail_body_2_text_number {
    display: none;
  }
  .lp_event_20230223 .header_detail_body_2_text_image {
    display: none;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230223 .header_detail .header_detail_title .header_detail_title_text {
    font-size: 3.5vw;
  }
  .lp_event_20230223 .header_detail .header_detail_title .header_detail_title_image {
    width: 14vw;
  }
  .lp_event_20230223 .header_detail .header_detail_body_1 {
    display: block;
    margin-top: 10vw;
  }
  .lp_event_20230223 .header_detail .header_detail_body_1 .header_detail_body_1_number {
    display: none;
    margin-top: 200px;
  }
  .lp_event_20230223 .header_detail .header_detail_body_1 .header_detail_body_1_text {
    max-width: calc(100vw - 100px);
    margin: 0;
    position: relative;
  }
  .lp_event_20230223 .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_text_number {
    width: calc((100vw - 120px) / 4);
  }
  .lp_event_20230223 .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_text_image {
    width: 90vw;
    margin-top: 3vh;
  }
  .lp_event_20230223 .header_detail .header_detail_body_1 .header_detail_body_1_image {
    display: none;
  }
  .lp_event_20230223 .header_detail .header_detail_body_2 {
    display: block;
    margin-top: 15vw;
  }
  .lp_event_20230223 .header_detail .header_detail_body_2 .header_detail_body_2_number {
    display: none;
  }
  .lp_event_20230223 .header_detail .header_detail_body_2 .header_detail_body_2_image {
    display: none;
  }
  .lp_event_20230223 .header_detail .header_detail_body_2 .header_detail_body_2_text {
    max-width: calc(100vw - 100px);
    margin: 0;
  }
  .lp_event_20230223 .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_text_number {
    width: calc((100vw - 120px) / 4);
  }
  .lp_event_20230223 .header_detail .header_detail_body_2 .header_detail_body_2_text_image {
    width: 90vw;
    margin-top: 3vh;
  }
  .lp_event_20230223 .header_detail_bottom {
    margin-top: 30vw;
  }
  .lp_event_20230223 .header_detail_bottom .header_detail_bottom_to_center .header_detail_bottom_top {
    width: calc(96px + 2 * (100vw - 120px) / 4);
  }
  .lp_event_20230223 .header_detail_bottom .header_detail_bottom_to_center .header_detail_bottom_center {
    font-size: 4.5vw;
  }
  .lp_event_20230223 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
    position: relative;
    z-index: 1;
  }
  .lp_event_20230223 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content .header_detail_bottom_bottom_content_text {
    font-size: 1.1rem;
  }
  .lp_event_20230223 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content .header_detail_bottom_bottom_content_image {
    width: 6vw;
  }
}
.lp_event_20230223 .top_footer_content_1 {
  box-sizing: border-box;
  margin-top: 16rem;
}
.lp_event_20230223 .top_footer_content_1 .top_footer_content_1_text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lp_event_20230223 .top_footer_content_1 .top_footer_content_1_text .top_footer_content_1_title {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 35px;
  width: calc(288px + 4 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_1 .top_footer_content_1_text .top_footer_content_1_title {
    display: none;
  }
}
@media (min-width: 1024px) {
  .lp_event_20230223 .top_footer_content_1 .top_footer_content_1_text .top_footer_content_1_title_2 {
    display: none;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_1 .top_footer_content_1_text .top_footer_content_1_title_2 {
    width: calc(100vw - 80px);
    font-family: "Noto Sans JP";
    font-weight: 900;
    font-size: 5.5vw;
  }
}
.lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll {
  margin-top: 5rem;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 14px;
  letter-spacing: -1px;
}
.lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_1 .top_footer_content_1_image_1 {
  margin-right: calc(144px + 4 * (100vw - 432px) / 8);
  width: calc(144px + 2 * (100vw - 432px) / 8);
}
.lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_2 {
  position: absolute;
}
.lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_2 .top_footer_content_1_image_2 {
  width: calc(144px + 2 * (100vw - 432px) / 8);
}
.lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_3 {
  position: absolute;
  margin-left: calc(144px + 4 * (100vw - 432px) / 8);
}
.lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_3 .top_footer_content_1_image_3 {
  width: calc(144px + 2 * (100vw - 432px) / 8);
}
@media (min-width: 1024px) {
  .lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll {
    justify-content: center;
  }
  .lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_1 {
    position: absolute;
  }
  .lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_2 {
    margin-top: 5rem;
  }
  .lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_3 {
    margin-top: 10rem;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll {
    overflow: scroll;
  }
  .lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_1 {
    margin-left: 40px;
    width: calc(100vw - 80px);
  }
  .lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_1 .top_footer_content_1_image_1 {
    width: calc(100vw - 80px);
  }
  .lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_1 .top_footer_content_1_scroll_1_text {
    font-size: 16px;
    width: 60vw;
    font-family: "Noto Sans JP";
  }
  .lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_2 {
    margin-left: calc(100vw - 80px);
    width: calc(100vw - 80px);
  }
  .lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_2 .top_footer_content_1_image_2 {
    width: calc(100vw - 80px);
  }
  .lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_2 .top_footer_content_1_scroll_2_text {
    font-size: 16px;
    width: 60vw;
    font-family: "Noto Sans JP";
  }
  .lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_3 {
    margin-left: calc(200vw - 200px);
    width: calc(100vw - 80px);
  }
  .lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_3 .top_footer_content_1_image_3 {
    width: calc(100vw - 80px);
  }
  .lp_event_20230223 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_3 .top_footer_content_1_scroll_3_text {
    font-size: 16px;
    width: 60vw;
    font-family: "Noto Sans JP";
  }
}
.lp_event_20230223 .top_footer_content_2 {
  margin-top: 180px;
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_2_title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_2_title .top_footer_content_2_title_text {
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_2 .top_footer_content_2_title .top_footer_content_2_title_text {
    font-size: 3.5vw;
  }
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_2_title .top_footer_content_2_title_image {
  width: 76px;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_2 .top_footer_content_2_title .top_footer_content_2_title_image {
    width: 14vw;
  }
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body {
  margin-top: 100px;
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_1 {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-direction: row-reverse;
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_1 .top_footer_content_2_body_1_background_image {
  position: absolute;
  z-index: -1;
  max-width: calc(240px + 4 * (100vw - 432px) / 8);
  margin-top: 13%;
  z-index: 1;
  bottom: -100px;
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_1 .top_footer_content_2_body_1_text .top_footer_content_2_body_1_title {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 35px;
  padding: 2px 6px;
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_1 .top_footer_content_2_body_1_text .top_footer_content_2_body_1_content {
  font-size: 16px;
  margin-top: 25px;
  font-family: "Noto Sans JP";
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_1 .top_footer_content_2_body_1_text .top_footer_content_2_body_1_content .top_footer_content_2_body_1_content_line {
  background: linear-gradient(transparent 70%, #ff81b2 50%);
  font-weight: bold;
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_1 .top_footer_content_2_body_1_image {
  margin-right: calc(144px + 2 * (100vw - 432px) / 8);
  width: calc(48px + 2 * (100vw - 432px) / 8);
  z-index: 2;
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_1 .top_footer_content_2_body_1_text {
  margin-right: 48px;
  width: calc(96px + 3 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_1 {
    overflow: hidden;
    display: block;
  }
  .lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_1 .top_footer_content_2_body_1_image {
    width: 70vw;
    margin-left: 40vw;
    position: absolute;
    z-index: 0;
  }
  .lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_1 .top_footer_content_2_body_1_text {
    max-width: calc(100vw - 80px);
    margin-left: 40px;
    margin-top: 60vw;
    z-index: 2;
    position: relative;
    width: 90vw;
  }
  .lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_1 .top_footer_content_2_body_1_text .top_footer_content_2_body_1_title {
    font-size: 5.5vw;
  }
  .lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_1 .top_footer_content_2_body_1_text .top_footer_content_2_body_1_content {
    font-size: 16px;
    line-height: 4.5vh;
  }
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_2 {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 160px;
  margin-bottom: 100px;
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_2 .top_footer_content_2_body_2_image {
  margin-left: calc(144px + 2 * (100vw - 432px) / 8);
  width: calc(48px + 2 * (100vw - 432px) / 8);
  z-index: 2;
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_2 .top_footer_content_2_body_2_text {
  margin-left: 48px;
  width: calc(96px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_2 .top_footer_content_2_body_2_text .top_footer_content_2_body_2_title {
  font-size: 35px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_2 .top_footer_content_2_body_2_text .top_footer_content_2_body_2_content {
  font-size: 16px;
  margin-top: 25px;
  font-family: "Noto Sans JP";
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_2 .top_footer_content_2_body_2_text .top_footer_content_2_body_2_content .top_footer_content_2_body_2_content_line {
  background: linear-gradient(transparent 70%, #ff81b2 50%);
  font-weight: bold;
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_2 .top_footer_content_2_body_2_background_image {
  position: absolute;
  z-index: 5;
  max-width: calc(240px + 4 * (100vw - 432px) / 8);
  top: 20vw;
  left: 0;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_2 {
    overflow: hidden;
    flex-direction: row-reverse;
    display: block;
  }
  .lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_2 .top_footer_content_2_body_2_image {
    width: 70vw;
    position: absolute;
    z-index: 2;
    right: 40vw;
  }
  .lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_2 .top_footer_content_2_body_2_text {
    width: calc(100vw - 80px);
    margin-left: 40px;
    margin-top: 60vw;
    z-index: 3;
    position: relative;
  }
  .lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_2 .top_footer_content_2_body_2_text .top_footer_content_2_body_2_title {
    font-size: 5.5vw;
    margin-left: calc(40px + (100vw - 120px) / 4);
    padding: 2px 6px;
  }
  .lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_2 .top_footer_content_2_body_2_text .top_footer_content_2_body_2_content {
    font-size: 16px;
    line-height: 4.5vh;
  }
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_2_body_content--title {
  font-weight: 900;
  font-size: 20px;
  display: block;
  margin-top: 12px;
  background: linear-gradient(transparent 70%, #ff81b2 50%);
  width: max-content;
}
.lp_event_20230223 .top_footer_content_2 .top_footer_content_explanation_line {
  background: linear-gradient(transparent 70%, #ff81b2 50%);
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_2 .top_footer_content_2 {
    margin-top: 30vw;
  }
}
.lp_event_20230223 .top_footer_content_2_2 {
  margin-top: 200px;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_content_2 {
    margin-top: 30vw;
  }
}
.lp_event_20230223 .top_body {
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 2rem;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  position: relative;
}
.lp_event_20230223 .top_body .line_green_1 {
  position: absolute;
  width: calc(96px + 3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: 70vw;
  top: 6%;
  z-index: 0;
}
.lp_event_20230223 .top_body .line_green_2 {
  position: absolute;
  width: calc(96px + 2 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: 8vw;
  top: 14%;
  z-index: 0;
}
.lp_event_20230223 .top_body .line_green_3 {
  position: absolute;
  width: calc(3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: 73vw;
  top: 29%;
  z-index: 0;
}
.lp_event_20230223 .top_body .line_green_4 {
  position: absolute;
  width: calc(96px + 3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: -9vw;
  top: 48%;
  z-index: 0;
}
.lp_event_20230223 .top_body .line_green_5 {
  position: absolute;
  width: calc(96px + 3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: -9vw;
  top: 25%;
  z-index: 0;
}
.lp_event_20230223 .top_body .line_green_6 {
  position: absolute;
  width: calc(96px + 3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: 26vw;
  top: 32%;
  z-index: 0;
}
.lp_event_20230223 .top_body .line_green_7 {
  position: absolute;
  width: calc(96px + 3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: 67vw;
  top: 60%;
  z-index: 0;
}
.lp_event_20230223 .top_body .line_green_8 {
  position: absolute;
  width: calc(96px + 3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: -8vw;
  top: 76%;
  z-index: 0;
}
.lp_event_20230223 .top_body .top_body_background {
  width: 100%;
  display: block;
  background: #000;
  margin-top: 15rem;
}
.lp_event_20230223 .top_body .top_body_background .top_body_1_title {
  padding-top: 10rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_event_20230223 .top_body .top_body_background .top_body_1_title .top_body_1_title_text {
  color: #7eee3e;
  font-size: 20px;
  z-index: 2;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_body .top_body_background .top_body_1_title .top_body_1_title_text {
    font-size: 3.5vw;
  }
}
.lp_event_20230223 .top_body .top_body_background .top_body_1_title .top_body_1_title_image {
  width: 76px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_body .top_body_background .top_body_1_title .top_body_1_title_image {
    width: 14vw;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_body .top_body_background .top_body_1_title {
    padding-top: 25vw;
  }
}
.lp_event_20230223 .top_body .top_body_background .top_body_1_content_1 {
  margin-top: 150px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.lp_event_20230223 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_image {
  height: 300px;
  margin-left: calc(144px + 2 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_image {
    display: none;
  }
}
.lp_event_20230223 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text {
  margin-left: 96px;
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230223 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_title {
  font-size: 40px;
  color: #7eee3e;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media (min-width: 1024px) {
  .lp_event_20230223 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_text_image {
    display: none;
  }
}
.lp_event_20230223 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_body {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8rem;
  color: #ffffff;
  font-family: "Noto Sans JP";
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_body .top_body_background .top_body_1_content_1 {
    display: block;
    margin-top: 20vw;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text {
    margin-left: 40px;
    max-width: calc(100vw - 80px);
    margin-right: 40px;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_title {
    font-size: 5.5vw;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_text_image_flex {
    display: flex;
    justify-content: center;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_text_image_flex .top_body_1_content_1_text_image {
    max-width: calc(2 * (100vw - 120px) / 4 + 72px);
    margin-top: 10vw;
    margin-bottom: 50px;
    position: relative;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_body {
    line-height: 4.5vh;
    font-size: 16px;
  }
}
.lp_event_20230223 .top_body .top_body_background .top_body_1_content_2 {
  margin-top: 150px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.lp_event_20230223 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text {
  margin-left: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230223 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text .top_body_1_content_2_title {
  margin-top: 3rem;
  font-size: 40px;
  color: #7eee3e;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
.lp_event_20230223 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text .top_body_1_content_2_body {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8rem;
  color: #ffffff;
  font-family: "Noto Sans JP";
}
.lp_event_20230223 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_image {
  height: 460px;
  margin-left: 48px;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2 {
    margin-top: 8vw;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_body .top_body_background .top_body_1_content_2_image {
    display: none;
  }
}
@media (min-width: 1024px) {
  .lp_event_20230223 .top_body .top_body_background .top_body_1_content_2_text_image {
    display: none;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_body .top_body_background .top_body_1_content_2 {
    display: block;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text {
    margin-left: 40px;
    max-width: calc(100vw - 80px);
    margin-right: 40px;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text .top_body_1_content_2_title {
    font-size: 5.5vw;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text .top_body_1_content_2_text_image_flex {
    display: flex;
    justify-content: center;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text .top_body_1_content_2_text_image_flex .top_body_1_content_2_text_image {
    margin: 48px auto;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text .top_body_1_content_2_body {
    line-height: 4.5vh;
    font-size: 16px;
  }
}
.lp_event_20230223 .top_body .top_body_background .top_body_2_title {
  padding-top: 18rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_event_20230223 .top_body .top_body_background .top_body_2_title .top_body_2_title_text {
  color: #7eee3e;
  font-size: 20px;
  z-index: 2;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230223 .top_body .top_body_background .top_body_2_title .top_body_2_title_image {
  width: 76px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_body .top_body_background .top_body_2_title .top_body_2_title_image {
    width: 14vw;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_body .top_body_background .top_body_2_title {
    padding-top: 25vw;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_2_title .top_body_2_title_text {
    font-size: 3.5vw;
  }
}
.lp_event_20230223 .top_body .top_body_background .top_body_2_content {
  margin-top: 150px;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  position: relative;
}
.lp_event_20230223 .top_body .top_body_background .top_body_2_content .top_body_2_content_text {
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
  margin-right: calc(96px + (100vw - 432px) / 8);
  color: #ffffff;
}
.lp_event_20230223 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_title_flex .top_body_2_content_title {
  font-size: 40px;
  color: #7eee3e;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_title_flex {
    display: flex;
    justify-content: center;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_title_flex .top_body_2_content_title {
    font-size: 5.5vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
}
.lp_event_20230223 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_position {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230223 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_name {
  font-size: 25px;
  margin-top: 16px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230223 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_career {
  font-size: 10px;
  margin-top: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
  line-height: 1rem;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_career {
    line-height: 3vh;
  }
}
.lp_event_20230223 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_body {
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
  font-size: 16px;
  margin-top: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
  line-height: 1.8rem;
}
.lp_event_20230223 .top_body .top_body_background .top_body_2_content .top_body_2_content_image {
  margin-right: 48px;
  width: calc(192px + 3 * (100vw - 432px) / 8);
}
@media (min-width: 1024px) {
  .lp_event_20230223 .top_body .top_body_background .top_body_2_content_text_image {
    display: none;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_body .top_body_background .top_body_2_content {
    display: block;
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 15vw;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_2_content .top_body_2_content_text_image {
    max-width: calc(100vw - 48px);
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_2_content .top_body_2_content_text {
    margin-right: 0;
    max-width: 100%;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_body {
    margin-top: 8vw;
    max-width: 100%;
    line-height: 4.5vh;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_position {
    font-size: 16px;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_name {
    font-size: 18px;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_2_content .top_body_2_content_image {
    display: none;
  }
}
.lp_event_20230223 .top_body .top_body_background .top_body_bottom {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 12rem;
  width: 100%;
}
.lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_top {
  width: 24rem;
}
.lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_center {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background {
  z-index: 3;
}
.lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a {
  color: #ffffff;
  text-decoration: none;
  z-index: 1;
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem white;
  display: block;
  margin-bottom: 20rem;
  z-index: 2;
}
.lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Noto Sans JP";
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content .top_body_bottom_bottom_content_text {
  font-size: 1.8rem;
  color: #000;
}
.lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content .top_body_bottom_bottom_content_image {
  height: 40px;
}
.lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content::after {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content:hover {
  color: #000;
}
.lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
.lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_background_bottom_white {
  margin-top: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  position: absolute;
  height: 38rem;
  width: 800px;
  left: calc(240px + 6 * (100vw - 432px) / 8);
}
.lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_background_bottom_black {
  position: absolute;
  height: 38rem;
  width: 800px;
  right: calc(192px + 6 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_background_bottom_black {
    width: 30vw;
    height: auto;
    bottom: 0;
    transform: translateY(90%);
    left: -8vw;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_body .top_body_background .top_body_bottom {
    margin-top: 25vw;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_top {
    width: calc(72px + 3 * (100vw - 120px) / 4);
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_center {
    font-size: 4.5vw;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background {
    z-index: 3;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
    margin-bottom: 30vw;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content .top_body_bottom_bottom_content_text {
    font-size: 1.1rem;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content .top_body_bottom_bottom_content_image {
    width: 6vw;
  }
  .lp_event_20230223 .top_body .top_body_background .top_body_bottom .top_body_background_bottom_white {
    width: 30vw;
    height: auto;
    bottom: -1px;
    transform: translateY(20%);
    right: -10vw;
    margin: 0;
    top: unset;
    left: unset;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_body .top_body_background {
    margin-top: 35vw;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_body {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 25vw;
  }
}
.lp_event_20230223 .top_body_background_top_black {
  position: absolute;
  height: 38rem;
  left: 45vw;
  left: calc(288px + 6 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_body_background_top_black {
    position: absolute;
    height: auto;
    margin-left: calc(72px + 3 * (100vw - 120px) / 4);
    top: 3rem;
    width: 38vw;
    left: 0;
  }
}
.lp_event_20230223 .top_body_background_top_white {
  position: absolute;
  height: 34rem;
  width: 800px;
  margin-top: -4rem;
  left: -220px;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_body_background_top_white {
    position: absolute;
    margin-top: 0;
    width: 38vw;
    height: auto;
    right: 70vw;
    top: 1%;
    margin-right: 0;
  }
}
.lp_event_20230223 .top_footer {
  box-sizing: border-box;
  display: block;
  width: 100%;
  position: relative;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_title .top_footer_content_4_title_text {
  margin-top: 16px;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_title .top_footer_content_4_title_image {
  margin-top: 16px;
  width: 76px;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_title .top_footer_content_4_title_text {
    font-size: 3.5vw;
  }
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_title .top_footer_content_4_title_image {
  margin-top: 16px;
  width: 76px;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_title .top_footer_content_4_title_image {
    width: 14vw;
  }
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_1 {
  display: flex;
  align-items: flex-start;
  margin-top: 100px;
  flex-direction: row-reverse;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_1 .top_footer_content_4_body_1_content {
  font-size: 16px;
  font-family: "Noto Sans JP";
  margin-right: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_1 .top_footer_content_4_body_1_content .top_footer_content_4_body_1_content_line {
  background: linear-gradient(transparent 70%, #ff81b2 50%);
  font-weight: bold;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_1 .top_footer_content_4_body_1_image {
  margin-right: 48px;
  width: calc(48px + 2 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_1 {
    display: block;
  }
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_1 .top_footer_content_4_body_1_content_image {
    margin-right: 40px;
    width: calc(72px + 2 * (100vw - 120px) / 4);
    margin-left: 40px;
  }
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_1 .top_footer_content_4_body_1_content {
    margin-top: 50px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
    margin-left: 40px;
  }
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_1 .top_footer_content_4_body_1_image {
    display: none;
  }
}
@media (min-width: 1024px) {
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_1_content_image {
    display: none;
  }
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_2 {
  display: flex;
  align-items: flex-start;
  margin-top: 70px;
  flex-direction: row-reverse;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_2 .top_footer_content_4_body_2_content {
  font-size: 16px;
  font-family: "Noto Sans JP";
  margin-right: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_2 .top_footer_content_4_body_2_content .top_footer_content_4_body_2_content_line {
  background: linear-gradient(transparent 70%, #ff81b2 50%);
  font-weight: bold;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_2 .top_footer_content_4_body_2_image {
  margin-right: 48px;
  width: calc(144px + 2 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_2 {
    display: block;
  }
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_2 .top_footer_content_4_body_2_content_image {
    margin-right: 40px;
    width: calc(72px + 3 * (100vw - 120px) / 4);
    margin-left: 40px;
  }
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_2 .top_footer_content_4_body_2_content {
    margin-top: 50px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
    margin-left: 40px;
  }
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_2 .top_footer_content_4_body_2_image {
    display: none;
  }
}
@media (min-width: 1024px) {
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_2_content_image {
    display: none;
  }
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3_title {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  font-family: Video;
  margin: 100px auto 0;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 {
  display: flex;
  align-items: flex-start;
  margin-top: 70px;
  flex-direction: row-reverse;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content {
  display: block;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_1 {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP";
  margin-right: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_2 {
  margin-top: 15px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  margin-right: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_2 .top_footer_content_4_body_3_content_2_line {
  background: linear-gradient(transparent 70%, #ff81b2 50%);
  font-weight: bold;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_3 {
  margin-top: 15px;
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP";
  margin-right: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_4_flex {
  display: flex;
  margin-right: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
  margin-top: 15px;
  border-bottom: solid;
  width: max-content;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_4_flex .top_footer_content_4_body_3_content_4 {
  font-size: 16px;
  font-family: "Noto Sans JP";
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_4_flex .top_footer_content_4_body_3_content_4_image {
  color: #000;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_4_flex {
    margin-right: auto;
    max-width: 70vw;
  }
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_4_flex .top_footer_content_4_body_3_content_4 {
    display: block;
  }
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_image {
  margin-right: 48px;
  width: calc(50px + (144px + 2 * (100vw - 432px) / 8) / 2);
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 {
    display: block;
  }
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content_image {
    margin-right: 40px;
    width: calc(72px + 2 * (100vw - 120px) / 4);
    margin-left: 40px;
  }
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content {
    margin-top: 50px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
    margin-left: 40px;
  }
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_1 {
    margin-right: 0;
    max-width: calc(100vw - 80px);
  }
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_2 {
    margin-right: 0;
    max-width: calc(100vw - 80px);
  }
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_3 {
    margin-right: 0;
    max-width: calc(100vw - 80px);
  }
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_4 {
    margin-right: 0;
    max-width: calc(100vw - 80px);
  }
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_image {
    display: none;
  }
}
@media (min-width: 1024px) {
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_body_3_content_image {
    display: none;
  }
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_bottom {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 20vw;
  width: 100%;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center .top_footer_content_4_bottom_top {
  width: 24rem;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center .top_footer_content_4_bottom_center {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a {
  color: #000;
  text-decoration: none;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background {
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem;
  display: block;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content .top_footer_content_4_bottom_bottom_content_text {
  font-size: 1.8rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content .top_footer_content_4_bottom_bottom_content_image {
  height: 40px;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content::after {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content:hover {
  color: #000;
}
.lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center .top_footer_content_4_bottom_top {
    width: calc(96px + 2 * (100vw - 120px) / 4);
  }
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center .top_footer_content_4_bottom_center {
    font-size: 4.5vw;
  }
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
  }
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content .top_footer_content_4_bottom_bottom_content_text {
    font-size: 1.1rem;
  }
  .lp_event_20230223 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content .top_footer_content_4_bottom_bottom_content_image {
    width: 6vw;
  }
}
.lp_event_20230223 .top_footer .top_footer_bottom {
  margin-top: 20rem;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_background {
  width: 100%;
  display: block;
  background-color: #000;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 16px;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_top .top_footer_bottom_top_image {
  width: 140px;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center {
  padding-top: 16px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #ffffff;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_1 {
  padding-right: 32px;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_1 a {
  color: #ffffff;
  display: flex;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_1 a .top_footer_bottom_center_1_text {
  font-family: "Noto Sans JP";
  font-weight: medium;
  font-size: 16px;
  color: #ffffff;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_1 a .top_footer_bottom_center_1_image {
  height: 16px;
  align-self: center;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_2 {
  padding-right: 32px;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_2 a {
  color: #ffffff;
  display: flex;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_2 a .top_footer_bottom_center_2_text {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_2 a .top_footer_bottom_center_2_image {
  height: 16px;
  align-self: center;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_3 {
  padding-right: 32px;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_3 .top_footer_bottom_center_3_image {
  height: 16px;
  align-self: center;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center_4 {
  padding-right: 32px;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center_4 a {
  color: #ffffff;
  display: flex;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center_4 a .top_footer_bottom_center_4_text {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center_4 a .top_footer_bottom_center_4_image {
  height: 16px;
  align-self: center;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_bottom {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_event_20230223 .top_footer .top_footer_bottom .top_footer_bottom_bottom .top_footer_bottom_bottom_text {
  opacity: 0.6;
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer .top_footer_bottom_background .top_footer_bottom_top .top_footer_bottom_top_image {
    width: calc(24px + 2 * (100vw - 120px) / 4);
  }
  .lp_event_20230223 .top_footer .top_footer_bottom_background .top_footer_bottom_center {
    padding-top: 3vw;
  }
  .lp_event_20230223 .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_1 a .top_footer_bottom_center_1_text {
    font-size: 3vw;
  }
  .lp_event_20230223 .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_1 a .top_footer_bottom_center_1_image {
    height: 3vw;
  }
  .lp_event_20230223 .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_2 a .top_footer_bottom_center_2_text {
    font-size: 3vw;
  }
  .lp_event_20230223 .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_2 a .top_footer_bottom_center_2_image {
    height: 3vw;
  }
  .lp_event_20230223 .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_3 a .top_footer_bottom_center_3_text {
    font-size: 3vw;
  }
  .lp_event_20230223 .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_3 a .top_footer_bottom_center_3_image {
    height: 3vw;
  }
  .lp_event_20230223 .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_4 a .top_footer_bottom_center_4_text {
    font-size: 3vw;
  }
  .lp_event_20230223 .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_4 a .top_footer_bottom_center_4_image {
    height: 3vw;
  }
  .lp_event_20230223 .top_footer .top_footer_bottom_background .top_footer_bottom_bottom .top_footer_bottom_bottom_text {
    font-size: 3vw;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230223 .top_footer_bottom {
    margin-top: 25vw;
  }
}
.lp_event_20230223 .header_supplement_title {
  font-size: 28px !important;
  font-weight: 900 !important;
}
.lp_event_20230223 .header_detail_body_1_title,
.lp_event_20230223 .header_detail_body_2_title {
  font-size: 48px !important;
  font-weight: 900 !important;
}
.lp_event_20230223 .shortcourse__title--3 {
  font-size: 18px !important;
  font-weight: 900 !important;
}
.lp_event_20230223 .shortcourse__background {
  position: fixed;
}
.lp_event_20230223 .course-list {
  width: 100%;
  height: 100%;
  margin: 120px 0;
  position: relative;
}
.lp_event_20230223 .course-list__bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 80px);
  top: -40px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.64);
  z-index: 50;
}
.lp_event_20230223 .course-list img {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: calc(100% + 80px);
  object-fit: contain;
  top: -40px;
  left: 0;
  right: 0;
  bottom: -40px;
  transition: 0.3s;
}
.lp_event_20230223 .course-list__mobile-link {
  display: none;
}
.lp_event_20230223 .course-list img.active {
  opacity: 1;
}
.lp_event_20230223 .course-list__image-1.active {
  background-color: #c299ff;
}
.lp_event_20230223 .course-list__image-2.active {
  background-color: #ffcc66;
}
.lp_event_20230223 .course-list__image-3.active {
  background-color: #f5f5f5;
}
.lp_event_20230223 .course-list__image-4.active {
  background-color: #ddffdd;
}
.lp_event_20230223 .detail__link {
  width: calc(75vw - 84px);
  margin: 12vh auto;
  position: relative;
  display: block;
  z-index: 100;
  color: rgb(165, 165, 165);
  transition: 0.3s;
}
.lp_event_20230223 .detail__link.hovered {
  color: #fff;
}
.lp_event_20230223 .detail__link--title {
  font-size: 32px !important;
  font-weight: 900 !important;
}
.lp_event_20230223 .detail__link__text {
  font-size: 16px;
}
.lp_event_20230223 .detail__link--mobile {
  display: none;
}
.lp_event_20230223 .blue-highlight {
  background: linear-gradient(transparent 70%, #1264af 50%);
  font-weight: bold;
}
.lp_event_20230223 .top_footer_bottom_center a {
  display: flex;
  margin: 0 12px;
}
.lp_event_20230223 .top_footer_bottom_center a img {
  margin-left: 4px;
}
.lp_event_20230223 .appearance-animation {
  color: transparent;
  width: max-content;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}
.lp_event_20230223 .appearance-animation::after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 101%);
}
.lp_event_20230223 .appearance-animation.activate {
  color: #000 !important;
}
.lp_event_20230223 .appearance-animation--whitemask.activate {
  background-color: rgba(255, 255, 255, 0.7);
}
.lp_event_20230223 .appearance-animation.activate::after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.lp_event_20230223 .appearance-animation--green {
  color: #000 !important;
}
.lp_event_20230223 .appearance-animation--green::after {
  background: #7eee3e !important;
}
.lp_event_20230223 .appearance-animation--green.activate {
  color: #7eee3e !important;
}
@keyframes mask-bg {
  0% {
    transform: translate(-101%, 0);
  }
  40%, 60% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}
.lp_event_20230223 .fixed-btn-detail__link {
  position: fixed;
  bottom: 12px;
  top: auto;
  right: 16px;
  z-index: 100000;
  background-color: rgb(255, 129, 178);
  padding: 14px 16px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  box-shadow: -8px 9px 0px #000;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
  color: #000;
}
.lp_event_20230223 .fixed-btn-detail__link--underline {
  background: linear-gradient(transparent 70%, #fff 50%);
}
.lp_event_20230223 .fixed-btn-detail__link--biggertext {
  font-size: 22px;
}
.lp_event_20230223 .fixed-btn-detail__link--upperrow {
  position: relative;
  z-index: 1000;
  font-size: 22px;
}
.lp_event_20230223 .fixed-btn-detail__link--bottomrow {
  position: relative;
  z-index: 1000;
  margin-top: 8px;
  display: flex;
}
.lp_event_20230223 .fixed-btn-detail__link--bottomrow img {
  height: 32px;
  margin-left: 8px;
}
.lp_event_20230223 .fixed-btn-detail__link--bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgb(251, 163, 197);
  width: 0;
  transition: 0.2s;
}
.lp_event_20230223 .fixed-btn-detail__link:hover .fixed-btn-detail__link--bg {
  width: 100%;
}
.lp_event_20230223 .fixed-btn-detail__link--mobile {
  display: none;
}
.lp_event_20230223 .fixed-btn-experience__link {
  position: fixed;
  bottom: 24px;
  right: 16px;
  color: #fff !important;
  z-index: 100000;
  background-color: #1264af;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  box-shadow: -8px 9px 0px #000;
}
.lp_event_20230223 .fixed-btn-experience__link--biggertext {
  font-size: 22px;
}
.lp_event_20230223 .fixed-btn-experience__link--upperrow {
  position: relative;
  z-index: 1000;
  font-size: 22px;
}
.lp_event_20230223 .fixed-btn-experience__link--bottomrow {
  position: relative;
  z-index: 1000;
  margin-top: 8px;
  display: flex;
}
.lp_event_20230223 .fixed-btn-experience__link--bottomrow img {
  height: 32px;
  margin-left: 8px;
}
.lp_event_20230223 .fixed-btn-experience__link--bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #5a93c7;
  width: 0;
  transition: 0.2s;
}
.lp_event_20230223 .fixed-btn-experience__link:hover .fixed-btn-experience__link--bg {
  width: 100%;
}
.lp_event_20230223 .shortcourse__background-sp {
  display: none;
}
.lp_event_20230223 .body_1 {
  z-index: 1;
  position: relative;
  margin-top: 200px;
}
.lp_event_20230223 .body_1 .body_1_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_event_20230223 .body_1 .body_1_title .body_1_title_text {
  margin-top: 16px;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230223 .body_1 .body_1_title .body_1_title_image {
  margin-top: 16px;
  width: 76px;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .body_1 .body_1_title .body_1_title_text {
    font-size: 3.5vw;
  }
  .lp_event_20230223 .body_1 .body_1_title .body_1_title_image {
    width: 14vw;
  }
}
.lp_event_20230223 .body_1 .body_1_content_1 {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_event_20230223 .body_1 .body_1_content_1 .body_1_content_1_flex .body_1_content_1_title {
  font-size: calc((100vw - 432px) / 8 / 4);
  font-family: "Noto Sans JP";
  font-weight: 900;
}
.lp_event_20230223 .body_1 .body_1_content_1 .body_1_content_1_flex .body_1_content_1_calender {
  margin-top: 20px;
  width: calc(144px + 4 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .lp_event_20230223 .body_1 .body_1_content_1 .body_1_content_1_flex .body_1_content_1_title {
    width: calc(100vw - 80px);
    font-size: 6vw;
  }
  .lp_event_20230223 .body_1 .body_1_content_1 .body_1_content_1_flex .body_1_content_1_calender {
    margin-top: 20px;
    width: calc(100vw - 80px);
  }
}
@media (max-width: 1023px) {
  .lp_event_20230223 .body_1 {
    margin-top: 150px;
  }
}
.lp_event_20230223 .body_1 .body_1_content_2 {
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_event_20230223 .body_1 .body_1_content_2 .body_1_content_2_flex {
  width: 56vw;
}
.lp_event_20230223 .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_title {
  width: calc((100vw - 432px) / 8);
  font-size: calc((100vw - 432px) / 8 / 4);
  font-family: "Noto Sans JP";
  font-weight: 900;
}
.lp_event_20230223 .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_place {
  position: relative;
  margin-top: 20px;
}
.lp_event_20230223 .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_place iframe {
  width: 56vw;
  height: 400px;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_title {
    width: calc(100vw - 80px);
    font-size: 6vw;
  }
  .lp_event_20230223 .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_place {
    margin-top: 20px;
    width: calc(100vw - 48px);
    height: calc(100vw - 48px);
  }
  .lp_event_20230223 .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_place iframe {
    width: calc(100vw - 80px);
    height: 100%;
  }
}
.lp_event_20230223 .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_supplement {
  margin-top: 16px;
  font-size: 20px;
  margin-bottom: 16px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230223 .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_address {
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_supplement {
    font-size: 3.5vw;
  }
  .lp_event_20230223 .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_address {
    font-size: 3vw;
  }
}
.lp_event_20230223 .body_1 .body_1_content_2 .body_1_content_2_flex .body_1_content_2_flex_title {
  font-size: 26px;
  font-family: "Noto Sans JP";
  font-weight: 900;
  width: max-content;
  margin: 24px 0 12px;
}
.lp_event_20230223 .body_1_content {
  width: 56vw;
  margin: 80px auto;
}
.lp_event_20230223 .body_1_content * {
  max-width: 56vw;
}
.lp_event_20230223 .body_1_content i {
  margin: 0 8px;
}
.lp_event_20230223 .body_1_content a {
  margin-bottom: 8px;
  display: block;
}
.lp_event_20230223 .body_1_content h3 {
  font-size: 26px;
  font-family: "Noto Sans JP";
  font-weight: 900;
  width: max-content;
  margin: 24px 0 12px;
}
.lp_event_20230223 .body_1_content h4 {
  font-size: 22px;
  font-family: "Noto Sans JP";
  font-weight: 900;
  width: max-content;
  margin: 16px 0 4px 8px;
  background: linear-gradient(transparent 80%, #ff81b2 50%);
}
.lp_event_20230223 .body_1_content p {
  margin: 8px 0;
}
.lp_event_20230223 .body_1_content p img {
  margin-right: 8px;
}
.lp_event_20230223 .body_1_content p a {
  text-decoration: underline;
}
.lp_event_20230223 .body_1_content li {
  margin: 12px 0;
  line-height: 1.6;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.lp_event_20230223 .body_1_content li > div {
  display: flex;
}
.lp_event_20230223 .body_1_content li > div > p:first-child {
  font-size: 32px;
  font-weight: 900;
  display: block;
  height: max-content;
  margin: 8px 23px auto 0;
}
.lp_event_20230223 .body_1_content li b {
  font-weight: 900;
}
.lp_event_20230223 #apply-form {
  width: 60vw;
  margin: 240px auto 120px;
  display: block;
  position: relative;
  z-index: 1;
}
.lp_event_20230223 .firstview {
  position: relative;
  height: 100vh;
  width: 100%;
}
.lp_event_20230223 .firstview__content {
  position: absolute;
  z-index: 20;
  height: 100vh;
  width: 100%;
}
.lp_event_20230223 .firstview__content h1 {
  display: inline-block;
  position: absolute;
  bottom: 54vh;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 52px;
  font-weight: 800;
  color: rgb(80, 80, 80);
}
.lp_event_20230223 .firstview__content h1 span {
  font-size: 1.2em;
  color: rgb(120, 120, 120);
}
.lp_event_20230223 .firstview__content__detail {
  position: absolute;
  bottom: 20vh;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  gap: 12px;
}
.lp_event_20230223 .firstview__content__detail__date__date {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.lp_event_20230223 .firstview__content__detail__date__date__month {
  color: rgb(201, 93, 93);
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
.lp_event_20230223 .firstview__content__detail__date__date__weekday {
  color: #fff;
  background-color: rgb(255, 129, 178);
  padding: 2px 6px 3px;
  border-radius: 36px;
  font-size: 14px;
  line-height: 1;
}
.lp_event_20230223 .firstview__content__detail__date__date__day {
  color: rgb(201, 93, 93);
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
}
.lp_event_20230223 .firstview__content__detail__date__time {
  color: rgb(201, 93, 93);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.lp_event_20230223 .firstview__content__detail__place {
  display: flex;
}
.lp_event_20230223 .firstview__content__detail__place__title {
  color: #fff;
  background-color: #787878;
  writing-mode: vertical-rl;
  text-align: center;
  font-weight: 700;
  padding: 0 2px;
  margin-right: 4px;
}
.lp_event_20230223 .firstview__content__detail__place__detail {
  color: #787878;
  font-weight: 700;
}
.lp_event_20230223 .firstview__content__detail__place__detail h5 {
  font-size: 18px;
}
.lp_event_20230223 .firstview__content__detail__place__detail p {
  font-size: 14px;
}
.lp_event_20230223 .firstview__content__paneler {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.lp_event_20230223 .firstview__content__paneler img {
  position: absolute;
  bottom: 0;
}
.lp_event_20230223 .firstview__content__paneler--left {
  left: 0;
}
.lp_event_20230223 .firstview__content__paneler--left img {
  height: 82vh;
  transform: translateX(12vw);
}
.lp_event_20230223 .firstview__content__paneler--right {
  right: 0;
}
.lp_event_20230223 .firstview__content__paneler--right img {
  height: 92vh;
  transform: translateX(-12vw);
}
.lp_event_20230223 .firstview__content__paneler__detail {
  position: absolute;
  bottom: 5vh;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 12px 24px;
  color: #505050;
}
.lp_event_20230223 .firstview__content__paneler__detail--left {
  left: 4vw;
}
.lp_event_20230223 .firstview__content__paneler__detail--right {
  right: 4vw;
}
.lp_event_20230223 .firstview__content__paneler__detail h4 {
  font-size: 36px;
  font-weight: 700;
}
.lp_event_20230223 .firstview__content__paneler__detail h4 span {
  font-size: 20px;
}
.lp_event_20230223 .firstview__content__paneler__detail p {
  font-size: 20px;
  font-weight: 700;
}
.lp_event_20230223 .firstview__content__paneler__detail--sp {
  display: none;
}
.lp_event_20230223 .firstview__content__comment {
  font-size: 18px;
  font-weight: 700;
  padding: 2px 12px;
}
.lp_event_20230223 .firstview__content__comment__wrapper {
  position: absolute;
  top: 2vh;
  left: 2vw;
  display: flex;
  gap: 8px;
}
.lp_event_20230223 .firstview__content__comment--1 {
  background-color: #ebd99e;
  color: #505050;
}
.lp_event_20230223 .firstview__content__comment--2 {
  background-color: #787878;
  color: #fff;
}
.lp_event_20230223 .firstview__bg {
  position: relative;
  z-index: 10;
  height: 100vh;
  width: 100%;
  background-color: #fff;
}
.lp_event_20230223 .firstview__bg__triangle--left {
  border-top: 100vh solid transparent;
  border-left: 40vw solid rgba(255, 191, 187, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
}
.lp_event_20230223 .firstview__bg__triangle--right {
  border-top: 100vh solid transparent;
  border-right: 40vw solid rgba(255, 191, 187, 0.6);
  position: absolute;
  right: 0;
  bottom: 0;
}
.lp_event_20230223 .firstview__bg__centerline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50vh;
  transform: translateY(50%);
  height: max-content;
  width: 100%;
  background-color: rgba(161, 11, 0, 0.7);
}
.lp_event_20230223 .firstview__bg__centerline h2 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 6px 0 8px;
  line-height: 1;
  font-weight: 600;
}
.lp_event_20230223 .firstview__bg__centerline h2 span {
  color: rgb(255, 209, 59);
}
.lp_event_20230223 .firstview__bg__centerline br {
  display: none;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .pc-br {
    display: none !important;
  }
  .lp_event_20230223 .shortcourse__title--2 {
    font-size: 20px !important;
    font-weight: 900 !important;
  }
  .lp_event_20230223 .shortcourse__title--3 {
    font-size: 18px !important;
    font-weight: 900 !important;
  }
  .lp_event_20230223 .header_supplement_title,
  .lp_event_20230223 .header_supplement_explanation,
  .lp_event_20230223 .top_body_1_content_1_text,
  .lp_event_20230223 .top_body_1_content_2_text,
  .lp_event_20230223 .top_body_2_content,
  .lp_event_20230223 .top_footer_content_2_body_1_text,
  .lp_event_20230223 .top_footer_content_2_body_2_text,
  .lp_event_20230223 .top_footer_content_4_body_1_content,
  .lp_event_20230223 .top_footer_content_4_body_1_content_image,
  .lp_event_20230223 .top_footer_content_4_body_2_content_image,
  .lp_event_20230223 .top_footer_content_4_body_2_content,
  .lp_event_20230223 .top_footer_content_4_body_3_content_image,
  .lp_event_20230223 .top_footer_content_4_body_3_content {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .lp_event_20230223 .header_detail_body_1 {
    padding-left: 24px !important;
  }
  .lp_event_20230223 .header_detail_body_1_text {
    margin-right: 0 !important;
    max-width: calc(100vw - 48px) !important;
  }
  .lp_event_20230223 .header_detail_body_2_text {
    margin-left: 24px !important;
    max-width: calc(100vw - 48px) !important;
  }
  .lp_event_20230223 .header_detail_body_2 {
    margin-right: 24px !important;
  }
  .lp_event_20230223 .top_body_1_content_1_text,
  .lp_event_20230223 .top_body_1_content_2_text,
  .lp_event_20230223 .top_footer_content_2_body_1_text,
  .lp_event_20230223 .top_footer_content_2_body_2_text,
  .lp_event_20230223 .top_footer_content_4_body_1_content,
  .lp_event_20230223 .top_footer_content_4_body_2_content,
  .lp_event_20230223 .top_footer_content_4_body_3_content,
  .lp_event_20230223 .top_footer_content_4_body_3_content_1,
  .lp_event_20230223 .top_footer_content_4_body_3_content_2,
  .lp_event_20230223 .top_footer_content_4_body_3_content_3 {
    max-width: calc(100vw - 48px) !important;
  }
  .lp_event_20230223 .top_footer_content_1_title_2,
  .lp_event_20230223 .top_footer_content_2_body_2_text {
    width: calc(100vw - 48px) !important;
  }
  .lp_event_20230223 .top_footer_content_2_body_2_title {
    margin-left: auto !important;
    margin-right: 0 !important;
    width: max-content !important;
  }
  .lp_event_20230223 .top_footer_bottom_center {
    flex-wrap: wrap !important;
  }
  .lp_event_20230223 .top_footer_bottom_center a {
    margin: 0 12px !important;
    width: calc(50% - 36px) !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    font-size: 12px !important;
  }
  .lp_event_20230223 .background_video_color {
    background-color: unset !important;
  }
  .lp_event_20230223 .pc-br {
    display: none !important;
  }
  .lp_event_20230223 .header_supplement_title {
    font-size: 18px !important;
    font-weight: 900 !important;
  }
  .lp_event_20230223 .header_detail_body_1_title,
  .lp_event_20230223 .header_detail_body_2_title {
    font-size: 28px !important;
    font-weight: 900 !important;
  }
  .lp_event_20230223 .shortcourse__title--3 {
    font-size: 18px !important;
    font-weight: 900 !important;
  }
  .lp_event_20230223 .header_supplement_title,
  .lp_event_20230223 .header_supplement_explanation,
  .lp_event_20230223 .top_body_1_content_1_text,
  .lp_event_20230223 .top_body_1_content_2_text,
  .lp_event_20230223 .top_body_2_content,
  .lp_event_20230223 .top_footer_content_2_body_1_text,
  .lp_event_20230223 .top_footer_content_2_body_2_text,
  .lp_event_20230223 .top_footer_content_4_body_1_content,
  .lp_event_20230223 .top_footer_content_4_body_1_content_image,
  .lp_event_20230223 .top_footer_content_4_body_2_content_image,
  .lp_event_20230223 .top_footer_content_4_body_2_content,
  .lp_event_20230223 .top_footer_content_4_body_3_content_image,
  .lp_event_20230223 .top_footer_content_4_body_3_content {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .lp_event_20230223 .header_detail_body_1 {
    padding-left: 24px !important;
  }
  .lp_event_20230223 .header_detail_body_1_text {
    margin-right: 0 !important;
    max-width: calc(100vw - 48px) !important;
  }
  .lp_event_20230223 .header_detail_body_2_text {
    margin-left: 24px !important;
    max-width: calc(100vw - 48px) !important;
  }
  .lp_event_20230223 .header_detail_body_2 {
    margin-right: 24px !important;
  }
  .lp_event_20230223 .top_header_explanation {
    display: none;
  }
  .lp_event_20230223 .top_body_1_content_1_text,
  .lp_event_20230223 .top_body_1_content_2_text,
  .lp_event_20230223 .top_footer_content_2_body_1_text,
  .lp_event_20230223 .top_footer_content_2_body_2_text,
  .lp_event_20230223 .top_footer_content_4_body_1_content,
  .lp_event_20230223 .top_footer_content_4_body_2_content,
  .lp_event_20230223 .top_footer_content_4_body_3_content,
  .lp_event_20230223 .top_footer_content_4_body_3_content_1,
  .lp_event_20230223 .top_footer_content_4_body_3_content_2,
  .lp_event_20230223 .top_footer_content_4_body_3_content_3 {
    max-width: calc(100vw - 48px) !important;
  }
  .lp_event_20230223 .top_footer_content_1_title_2,
  .lp_event_20230223 .top_footer_content_2_body_2_text {
    width: calc(100vw - 48px) !important;
  }
  .lp_event_20230223 .top_footer_content_2_body_2_title {
    margin-left: auto !important;
    margin-right: 0 !important;
    width: max-content !important;
  }
  .lp_event_20230223 .top_footer_bottom_center a:nth-child(even) {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .lp_event_20230223 .top_footer_bottom_center a:nth-child(odd) {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .lp_event_20230223 .top_body_1_content_1_text_image,
  .lp_event_20230223 .top_body_1_content_2_text_image {
    width: 60vw;
  }
  .lp_event_20230223 .fixed-btn-detail__link {
    display: none;
  }
  .lp_event_20230223 .fixed-btn-detail__link--mobile {
    display: block;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: max-content;
    text-align: center;
    opacity: 1;
    pointer-events: all;
  }
  .lp_event_20230223 .fixed-btn-detail__link--bottomrow {
    justify-content: center;
    margin: 0;
  }
  .lp_event_20230223 .fixed-btn-experience__link {
    display: none;
  }
  .lp_event_20230223 .detail__link {
    width: calc(100vw - 48px) !important;
    color: #000 !important;
    margin: 12px auto;
  }
  .lp_event_20230223 .detail__link--title {
    font-size: 26px !important;
  }
  .lp_event_20230223 .detail__link--pc {
    display: none;
  }
  .lp_event_20230223 .detail__link--mobile {
    display: block;
  }
  .lp_event_20230223 .course-list__bg {
    display: none;
  }
  .lp_event_20230223 .course-list img {
    background-color: unset !important;
    height: 0 !important;
    position: relative !important;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    opacity: 1;
    object-fit: cover !important;
    transition: 0.3s;
  }
  .lp_event_20230223 .course-list img.active {
    height: 56.25vw !important;
  }
  .lp_event_20230223 .course-list__mobile-link {
    display: flex;
    margin-left: 24px;
    height: 0;
    opacity: 0;
    transition: 0.3s;
  }
  .lp_event_20230223 .course-list__mobile-link.hovered {
    margin-top: 8px;
    height: auto;
    opacity: 1;
  }
  .lp_event_20230223 .course-list__mobile-link img {
    width: auto;
    height: 22px !important;
  }
  .lp_event_20230223 .appearance-animation--green.activate {
    color: #7eee3e !important;
  }
  .lp_event_20230223 .shortcourse__background-pc {
    display: none;
  }
  .lp_event_20230223 .shortcourse__background-sp {
    display: block;
    transform: translateX(-10%);
  }
  .lp_event_20230223 .top_footer_content_2_body_1_background_image {
    top: 24vw;
  }
  .lp_event_20230223 .top_footer_content_2_body_2_background_image {
    top: 35vw !important;
    right: 0 !important;
    left: unset !important;
  }
  .lp_event_20230223 .body_1_content_1_title,
  .lp_event_20230223 .body_1_content_1_calender,
  .lp_event_20230223 .body_1_content_2_title,
  .lp_event_20230223 .body_1_content_2_place iframe {
    width: calc(100vw - 48px) !important;
  }
  .lp_event_20230223 .body_1_content_1_title,
  .lp_event_20230223 .body_1_content_2_title {
    width: max-content !important;
  }
  .lp_event_20230223 .top_footer_bottom {
    transform: translateY(-60px);
  }
  .lp_event_20230223 #apply-form {
    width: 90vw;
  }
  .lp_event_20230223 .body_1_content {
    width: 90vw;
  }
  .lp_event_20230223 .body_1_content * {
    max-width: 90vw;
  }
  .lp_event_20230223 img.header_detail_body_1_bg-text,
  .lp_event_20230223 img.header_detail_body_2_bg-text {
    top: -30px !important;
    width: 80vw !important;
  }
  .lp_event_20230223 .firstview__content h1 {
    font-size: 28px;
    bottom: 62vh;
  }
  .lp_event_20230223 .firstview__content__paneler__detail {
    display: none;
  }
  .lp_event_20230223 .firstview__content__paneler__detail--sp {
    color: #505050;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    left: 0;
    right: 0;
    width: max-content;
    margin: auto;
    position: absolute;
    bottom: 6vh;
    gap: 8px;
  }
  .lp_event_20230223 .firstview__content__paneler__detail--sp__name {
    text-align: center;
  }
  .lp_event_20230223 .firstview__content__paneler__detail--sp__name h4 {
    font-size: 24px;
    font-weight: 700;
  }
  .lp_event_20230223 .firstview__content__paneler__detail--sp__name h4 span {
    font-size: 14px;
  }
  .lp_event_20230223 .firstview__content__paneler__detail--sp__name p {
    font-size: 14px;
  }
  .lp_event_20230223 .firstview__content__paneler__detail--sp__cross {
    font-size: 24px;
    font-weight: 900;
  }
  .lp_event_20230223 .firstview__content__paneler--left img {
    height: 46vh;
    transform: translateX(18vw);
  }
  .lp_event_20230223 .firstview__content__paneler--right img {
    height: 51vh;
  }
  .lp_event_20230223 .firstview__content__detail {
    bottom: 28vh;
    display: block;
  }
  .lp_event_20230223 .firstview__content__detail__date__date {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .lp_event_20230223 .firstview__content__detail__place {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .lp_event_20230223 .firstview__content__detail__place__title {
    writing-mode: unset;
    font-size: 16px;
    padding: 2px 12px;
    letter-spacing: 4px;
  }
  .lp_event_20230223 .firstview__content__detail__place__detail {
    display: none;
  }
  .lp_event_20230223 .firstview__content__comment__wrapper {
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    width: 90vw;
    margin: auto;
  }
  .lp_event_20230223 .firstview__content__comment--2 {
    margin-top: 12px;
  }
  .lp_event_20230223 .firstview__bg__triangle--left {
    border-top: 80vh solid transparent;
    border-left: 60vw solid rgba(255, 191, 187, 0.6);
  }
  .lp_event_20230223 .firstview__bg__triangle--right {
    border-right: 60vw solid rgba(255, 191, 187, 0.6);
    border-top: 80vh solid transparent;
  }
  .lp_event_20230223 .firstview__bg__centerline {
    transform: none;
    bottom: 52vh;
  }
  .lp_event_20230223 .firstview__bg__centerline br {
    display: block;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .lp_event_20230223 .body_1_content_2_flex_title {
    max-width: 90vw;
  }
  .lp_event_20230223 div.body_1_content_2_flex {
    width: 90vw !important;
  }
}
.lp_event_20230223 .apply-form {
  width: 60vw;
  margin: 120px auto;
  display: block;
}
.lp_event_20230223 .apply-form h2 {
  margin: 3rem auto 1rem auto;
}
.lp_event_20230223 .apply-form .form_container .child_num {
  font-size: 20px;
  margin-bottom: 0.5rem;
}
.lp_event_20230223 .apply-form .form_button_container {
  display: flex;
  justify-content: space-around;
}
.lp_event_20230223 .apply-form .form_button_container .button {
  width: 45%;
}
.lp_event_20230223 .apply-form .form_button_container .button:disabled {
  background-color: rgba(0, 0, 0, 0.3215686275);
  transition: none;
}
.lp_event_20230223 .apply-form .form_button_container .button:disabled:hover {
  font-size: 18px;
}
.lp_event_20230223 .apply-form #id_choiced_course label {
  display: flex;
  align-items: center;
}
.lp_event_20230223 .apply-form #id_choiced_course label input {
  width: 20px;
  margin-right: 10px;
  display: block;
}
.lp_event_20230223 .apply-form .input_checkbox .input_label {
  display: flex;
  align-items: center;
}
.lp_event_20230223 .apply-form .input_checkbox #id_choiced_course {
  color: red;
}
.lp_event_20230223 .apply-form .input_checkbox input[type=checkbox] {
  width: 20px;
  margin-left: 10px;
  display: block;
}
.lp_event_20230223 .apply-form label .active {
  background-color: #0f9b20 !important;
  transition: all 0.3s ease 0s !important;
  cursor: pointer !important;
}
.lp_event_20230223 .apply-form label .active:hover {
  font-size: calc(18px * 1.05) !important;
}
@media (max-width: 1023px) {
  .lp_event_20230223 .apply-form {
    width: 90vw;
  }
}

.lp_event_20230211 .header_content {
  position: relative;
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  height: 100vh;
  margin: 0;
  border: 0;
  z-index: 100000;
}
.lp_event_20230211 .flex_wrapper {
  box-sizing: border-box;
  width: 100%;
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 48px;
  height: 100vh;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .flex_wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.lp_event_20230211 .BeEngineer_logo {
  display: flex;
  width: 12rem;
  position: absolute;
  top: 1.25rem;
  margin-left: 48px;
  z-index: 2;
  position: fixed;
  transition: 0.3s;
}
.lp_event_20230211 #BeEngineer_logo--black {
  opacity: 0;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .BeEngineer_logo {
    width: calc((100vw - 120px) / 4);
    margin-left: 24px;
  }
}
@media (min-width: 1024px) {
  .lp_event_20230211 .button_bottom {
    display: flex;
    width: 410px;
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 1;
    position: fixed;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211 .button_bottom {
    display: none;
  }
}
.lp_event_20230211 .button_top {
  display: flex;
  position: absolute;
  width: 350px;
  z-index: 1;
  position: fixed;
}
@media (min-width: 1024px) {
  .lp_event_20230211 .button_top {
    top: 12px;
    right: 10px;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211 .button_top {
    bottom: 12px;
    width: calc(72px + 4 * (100vw - 120px) / 4);
    height: calc(0.25 * (72px + 4 * (100vw - 120px) / 4));
    margin-left: 24px;
    margin-right: 24px;
    z-index: 1;
    position: absolute;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.lp_event_20230211 .background_video {
  z-index: 1;
  background-position: top center;
  background-size: cover;
  width: calc(100vw - 96px);
  height: calc(100vh - 96px);
  position: relative;
}
.lp_event_20230211 .background_video .background_video_color {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.64);
}
.lp_event_20230211 .background_video .background_image {
  display: none;
}
.lp_event_20230211 .background_video video {
  z-index: -1;
  width: 100%;
  position: absolute;
  min-width: 100%;
  min-width: calc(100vw - 96px);
  height: calc(100vh - 96px);
  background-size: cover;
  object-fit: cover;
}
.lp_event_20230211 .background_video .parallelogram {
  position: absolute;
  right: calc(288px + 6 * (100vw - 432px) / 8);
  top: -48px;
  z-index: 1;
}
.lp_event_20230211 .background_video .top_header_text {
  position: absolute;
  bottom: 12vh;
  left: 10vw;
  z-index: 10;
}
.lp_event_20230211 .background_video .top_header_name {
  text-align: left;
  font-size: 20px;
  letter-spacing: 2px;
  color: #ffffff;
  z-index: 1;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 12px;
}
.lp_event_20230211 .background_video .top_header_title {
  text-align: left;
  font-size: 48px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  font-family: Noto Sans JP;
  font-weight: 900;
  margin-bottom: 12px;
}
.lp_event_20230211 .background_video .top_header_explanation {
  text-align: left;
  letter-spacing: 0px;
  font-size: 1rem;
  color: #ffffff;
  opacity: 1;
  font-family: Noto Sans JP;
  padding-top: 1.5rem;
}
@media (min-width: 1024px) {
  .lp_event_20230211 .parallelogram {
    height: 80vh;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211 .background_video {
    overflow: hidden;
    width: 100vw;
    height: calc(100vh - 40px);
  }
  .lp_event_20230211 .background_video .background_video_margin {
    margin-top: 30px;
  }
  .lp_event_20230211 .background_video .background_video_margin .background_image_to_center {
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5333333333);
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .lp_event_20230211 .background_video .background_video_margin .background_image_to_center .background_image {
    position: absolute;
    z-index: -1;
    opacity: 0.64;
    height: 100vh;
    text-align: center;
    display: flex;
    z-index: -1;
  }
  .lp_event_20230211 .background_video .background_video_margin .background_image_to_center .background_image::after {
    background-color: #000;
  }
  .lp_event_20230211 .background_video video {
    display: none !important;
  }
  .lp_event_20230211 .background_video .parallelogram {
    right: calc(48px + 2 * (100vw - 120px) / 4);
    height: 50vh;
    top: 0;
  }
  .lp_event_20230211 .background_video .top_header_name {
    font-size: 4.5vw;
    padding-top: 8rem;
  }
  .lp_event_20230211 .background_video .top_header_title {
    font-size: 7vw;
    font-weight: bold;
  }
  .lp_event_20230211 .background_video .top_header_explanation {
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 240px;
  }
}
.lp_event_20230211 .header_supplement {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 100px;
  width: 100%;
}
.lp_event_20230211 .header_supplement .header_supplement_above {
  position: absolute;
  left: calc(48px + (100vw - 432px) / 8);
  width: calc(240px + 3 * (100vw - 432px) / 8);
  z-index: 1;
}
.lp_event_20230211 .header_supplement .header_supplement_below {
  position: absolute;
  left: 48px;
  width: calc(240px + 3 * (100vw - 432px) / 8);
  z-index: -1;
  margin-top: 50px;
}
.lp_event_20230211 .header_supplement .header_supplement_title {
  padding-top: 18%;
  margin-left: calc(240px + 4 * (100vw - 432px) / 8);
  font-size: 35px;
  font-weight: 900;
  font-family: Noto Sans JP;
  margin-right: calc(48px + (100vw - 432px) / 8);
}
.lp_event_20230211 .header_supplement .header_supplement_explanation {
  margin-top: 36px;
  margin-left: calc(240px + 4 * (100vw - 432px) / 8);
  font-size: 16px;
  margin-right: calc(48px + 2 * (100vw - 432px) / 8);
  line-height: 1.8rem;
  font-family: Noto Sans JP;
}
.lp_event_20230211 .header_supplement .header_supplement_explanation b {
  font-weight: 900;
}
.lp_event_20230211 .header_supplement .header_supplement_explanation .header_supplement_explanation_line {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.lp_event_20230211 .header_supplement .header_supplement_background {
  margin-top: 32px;
  margin-left: calc(96px + 2 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .lp_event_20230211 .header_supplement {
    margin-top: 20vh;
  }
  .lp_event_20230211 .header_supplement .header_supplement_above {
    margin-left: 7vw;
    width: calc(120px + 3 * (100vw - 120px) / 4);
  }
  .lp_event_20230211 .header_supplement .header_supplement_below {
    z-index: 0;
    left: 3vw;
    width: calc(120px + 3 * (100vw - 120px) / 4);
  }
  .lp_event_20230211 .header_supplement .header_supplement_title {
    padding-top: 100vw;
    margin-left: 50px;
    font-size: 5.5vw;
    margin-right: 50px;
  }
  .lp_event_20230211 .header_supplement .header_supplement_explanation {
    margin-left: 50px;
    margin-right: 50px;
    line-height: 4.5vh;
  }
  .lp_event_20230211 .header_supplement .header_supplement_background {
    margin-left: 70px;
    right: 0;
  }
}
.lp_event_20230211 .top_footer_content_3 {
  margin-top: 120px;
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_title .top_footer_content_3_title_text {
  margin-top: 16px;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_3 .top_footer_content_3_title .top_footer_content_3_title_text {
    font-size: 3.5vw;
  }
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_title .top_footer_content_3_title_image {
  margin-top: 16px;
  width: 76px;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_3 .top_footer_content_3_title .top_footer_content_3_title_image {
    width: 14vw;
  }
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_1 {
  display: flex;
  align-items: flex-start;
  margin-left: calc(144px + (100vw - 432px) / 8);
  margin-right: calc(96px + (100vw - 432px) / 8);
  margin-top: 100px;
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text .top_footer_content_3_body_1_title {
  font-size: 50px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text .top_footer_content_3_body_1_title {
    font-size: 5.5vw;
  }
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text .top_footer_content_3_body_1_content {
  font-size: 20px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text .top_footer_content_3_body_1_supplement {
  font-size: 16px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text .top_footer_content_3_body_1_content {
    font-size: 25px;
  }
  .lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text .top_footer_content_3_body_1_supplement {
    font-size: 16px;
  }
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_1 .top_footer_content_3_body_1_text:hover {
  opacity: 0.64;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_1 {
    margin-top: 25vw;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_2 {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: calc(144px + (100vw - 432px) / 8);
  margin-right: calc(96px + (100vw - 432px) / 8);
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text .top_footer_content_3_body_2_title {
  font-size: 50px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text .top_footer_content_3_body_2_title {
    font-size: 5.5vw;
  }
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text .top_footer_content_3_body_2_content {
  font-size: 20px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text .top_footer_content_3_body_2_supplement {
  font-size: 16px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text .top_footer_content_3_body_2_content {
    font-size: 25px;
  }
  .lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text .top_footer_content_3_body_2_supplement {
    font-size: 16px;
  }
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_2 .top_footer_content_3_body_2_text:hover {
  opacity: 0.64;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_2 {
    margin-top: 10vw;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_3 {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: calc(144px + (100vw - 432px) / 8);
  margin-right: calc(96px + (100vw - 432px) / 8);
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text {
  margin-top: 20px;
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text .top_footer_content_3_body_3_title {
  font-size: 50px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text .top_footer_content_3_body_3_title {
    font-size: 5.5vw;
  }
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text .top_footer_content_3_body_3_content {
  font-size: 20px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text .top_footer_content_3_body_3_supplement {
  font-size: 16px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text .top_footer_content_3_body_3_content {
    font-size: 25px;
  }
  .lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text .top_footer_content_3_body_3_supplement {
    font-size: 16px;
  }
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_3 .top_footer_content_3_body_3_text:hover {
  opacity: 0.64;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_3 {
    margin-top: 10vw;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_4 {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: calc(144px + (100vw - 432px) / 8);
  margin-right: calc(96px + (100vw - 432px) / 8);
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text {
  margin-top: 20px;
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text .top_footer_content_3_body_4_title {
  font-size: 50px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text .top_footer_content_3_body_4_title {
    font-size: 5.5vw;
  }
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text .top_footer_content_3_body_4_content {
  font-size: 20px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text .top_footer_content_3_body_4_supplement {
  font-size: 16px;
  margin-top: 10px;
  font-family: "Noto Sans JP";
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text .top_footer_content_3_body_4_content {
    font-size: 25px;
  }
  .lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text .top_footer_content_3_body_4_supplement {
    font-size: 16px;
  }
}
.lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_4 .top_footer_content_3_body_4_text:hover {
  opacity: 0.64;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_3 .top_footer_content_3_body_4 {
    margin-top: 10vw;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }
}
.lp_event_20230211 .top_footer_content_3_bottom {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 12rem;
  width: 100%;
}
.lp_event_20230211 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lp_event_20230211 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center .top_footer_content_3_bottom_top {
  width: 24rem;
}
.lp_event_20230211 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center .top_footer_content_3_bottom_center {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a {
  color: #000;
  text-decoration: none;
}
.lp_event_20230211 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background {
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem;
  display: block;
}
.lp_event_20230211 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Noto Sans JP";
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.lp_event_20230211 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content .top_footer_content_3_bottom_bottom_content_text {
  font-size: 1.8rem;
}
.lp_event_20230211 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content .top_footer_content_3_bottom_bottom_content_image {
  height: 40px;
}
.lp_event_20230211 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content::after {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.lp_event_20230211 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content:hover {
  color: #000;
}
.lp_event_20230211 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_3_bottom {
    margin-top: 25vw;
  }
  .lp_event_20230211 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center .top_footer_content_3_bottom_top {
    width: calc(96px + 2 * (100vw - 120px) / 4);
  }
  .lp_event_20230211 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center .top_footer_content_3_bottom_center {
    font-size: 4.5vw;
  }
  .lp_event_20230211 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
  }
  .lp_event_20230211 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content .top_footer_content_3_bottom_bottom_content_text {
    font-size: 1.1rem;
  }
  .lp_event_20230211 .top_footer_content_3_bottom .top_footer_content_3_bottom_to_center a .top_footer_content_3_bottom_bottom_background .top_footer_content_3_bottom_bottom_content .top_footer_content_3_bottom_bottom_content_image {
    width: 6vw;
  }
}
.lp_event_20230211 .header_detail {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 200px;
  width: 100%;
}
.lp_event_20230211 .header_detail .header_detail_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_event_20230211 .header_detail .header_detail_title .header_detail_title_text {
  font-size: 20px;
  font-family: Noto Sans JP;
  font-weight: bold;
}
.lp_event_20230211 .header_detail .header_detail_title .header_detail_title_image {
  width: 76px;
}
.lp_event_20230211 .header_detail .header_detail_body_1 {
  display: flex;
  margin-top: 120px;
  padding-left: 3rem;
  align-items: flex-start;
}
.lp_event_20230211 .header_detail .header_detail_body_1 .header_detail_body_1_number {
  width: calc((100vw - 432px) / 8);
  margin-right: 3rem;
}
.lp_event_20230211 .header_detail .header_detail_body_1 .header_detail_body_1_image {
  display: block;
  max-height: 100%;
  width: calc(192px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230211 .header_detail .header_detail_body_1 .header_detail_body_1_text {
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
  margin-right: 3rem;
}
.lp_event_20230211 .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_title {
  font-size: 35px;
  font-weight: 900;
  font-family: Noto Sans JP;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_title {
    font-size: 5.5vw;
  }
}
.lp_event_20230211 .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_subtitle {
  margin-top: 2rem;
  position: relative;
  font-size: 25px;
  font-family: Noto Sans JP;
  font-weight: bold;
}
.lp_event_20230211 .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_content {
  margin-top: 1.5rem;
  line-height: 1.8rem;
  font-size: 16px;
  font-family: Noto Sans JP;
}
.lp_event_20230211 .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_content .header_detail_body_1_content_line {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_content {
    line-height: 4.5vh;
  }
}
.lp_event_20230211 .header_detail .header_detail_body_2 {
  display: flex;
  margin-top: 120px;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-right: 3rem;
}
.lp_event_20230211 .header_detail .header_detail_body_2 .header_detail_body_2_number {
  width: calc((100vw - 432px) / 8);
  margin-left: 3rem;
}
.lp_event_20230211 .header_detail .header_detail_body_2 .header_detail_body_2_image {
  display: block;
  max-height: 100%;
  width: calc(192px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230211 .header_detail .header_detail_body_2 .header_detail_body_2_text {
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
  margin-left: 3rem;
}
.lp_event_20230211 .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_title {
  font-size: 35px;
  font-weight: 900;
  font-family: "Noto Sans JP";
}
@media (max-width: 1023px) {
  .lp_event_20230211 .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_title {
    font-size: 5.5vw;
  }
}
.lp_event_20230211 .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_subtitle {
  margin-top: 2rem;
  position: relative;
  font-size: 25px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211 .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_content {
  margin-top: 1.5rem;
  line-height: 1.8rem;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
.lp_event_20230211 .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_content .header_detail_body_2_content_line {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_content {
    line-height: 4.5vh;
  }
}
.lp_event_20230211 .header_detail_bottom {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 12rem;
  width: 100%;
}
.lp_event_20230211 .header_detail_bottom .header_detail_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lp_event_20230211 .header_detail_bottom .header_detail_bottom_to_center .header_detail_bottom_top {
  width: 24rem;
}
.lp_event_20230211 .header_detail_bottom .header_detail_bottom_to_center .header_detail_bottom_center {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
  font-family: "Noto Sans JP";
}
.lp_event_20230211 .header_detail_bottom .header_detail_bottom_to_center a {
  color: #000;
  text-decoration: none;
}
.lp_event_20230211 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background {
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem;
  display: block;
}
.lp_event_20230211 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.lp_event_20230211 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content .header_detail_bottom_bottom_content_text {
  font-size: 1.8rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content .header_detail_bottom_bottom_content_image {
  height: 40px;
}
.lp_event_20230211 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content::after {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.lp_event_20230211 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content:hover {
  color: #000;
}
.lp_event_20230211 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 1023px) {
  .lp_event_20230211 .header_detail {
    margin-top: 90px;
  }
}
@media (min-width: 1024px) {
  .lp_event_20230211 .header_detail_body_1_text_number {
    display: none;
  }
  .lp_event_20230211 .header_detail_body_1_text_image {
    display: none;
  }
}
@media (min-width: 1023px) {
  .lp_event_20230211 .header_detail_body_2_text_number {
    display: none;
  }
  .lp_event_20230211 .header_detail_body_2_text_image {
    display: none;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211 .header_detail .header_detail_title .header_detail_title_text {
    font-size: 3.5vw;
  }
  .lp_event_20230211 .header_detail .header_detail_title .header_detail_title_image {
    width: 14vw;
  }
  .lp_event_20230211 .header_detail .header_detail_body_1 {
    display: block;
    margin-top: 10vw;
  }
  .lp_event_20230211 .header_detail .header_detail_body_1 .header_detail_body_1_number {
    display: none;
    margin-top: 200px;
  }
  .lp_event_20230211 .header_detail .header_detail_body_1 .header_detail_body_1_text {
    max-width: calc(100vw - 100px);
  }
  .lp_event_20230211 .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_text_number {
    width: calc((100vw - 120px) / 4);
  }
  .lp_event_20230211 .header_detail .header_detail_body_1 .header_detail_body_1_text .header_detail_body_1_text_image {
    max-width: calc(100vw - 80px);
    margin-top: 3vh;
  }
  .lp_event_20230211 .header_detail .header_detail_body_1 .header_detail_body_1_image {
    display: none;
  }
  .lp_event_20230211 .header_detail .header_detail_body_2 {
    display: block;
    margin-top: 15vw;
  }
  .lp_event_20230211 .header_detail .header_detail_body_2 .header_detail_body_2_number {
    display: none;
  }
  .lp_event_20230211 .header_detail .header_detail_body_2 .header_detail_body_2_image {
    display: none;
  }
  .lp_event_20230211 .header_detail .header_detail_body_2 .header_detail_body_2_text {
    max-width: calc(100vw - 100px);
  }
  .lp_event_20230211 .header_detail .header_detail_body_2 .header_detail_body_2_text .header_detail_body_2_text_number {
    width: calc((100vw - 120px) / 4);
  }
  .lp_event_20230211 .header_detail .header_detail_body_2 .header_detail_body_2_text_image {
    max-width: calc(100vw - 80px);
    margin-top: 3vh;
  }
  .lp_event_20230211 .header_detail_bottom {
    margin-top: 30vw;
  }
  .lp_event_20230211 .header_detail_bottom .header_detail_bottom_to_center .header_detail_bottom_top {
    width: calc(96px + 2 * (100vw - 120px) / 4);
  }
  .lp_event_20230211 .header_detail_bottom .header_detail_bottom_to_center .header_detail_bottom_center {
    font-size: 4.5vw;
  }
  .lp_event_20230211 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
    position: relative;
    z-index: 1;
  }
  .lp_event_20230211 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content .header_detail_bottom_bottom_content_text {
    font-size: 1.1rem;
  }
  .lp_event_20230211 .header_detail_bottom .header_detail_bottom_to_center a .header_detail_bottom_bottom_background .header_detail_bottom_bottom_content .header_detail_bottom_bottom_content_image {
    width: 6vw;
  }
}
.lp_event_20230211 .top_footer_content_1 {
  box-sizing: border-box;
  margin-top: 16rem;
}
.lp_event_20230211 .top_footer_content_1 .top_footer_content_1_text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lp_event_20230211 .top_footer_content_1 .top_footer_content_1_text .top_footer_content_1_title {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 35px;
  width: calc(288px + 4 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_1 .top_footer_content_1_text .top_footer_content_1_title {
    display: none;
  }
}
@media (min-width: 1024px) {
  .lp_event_20230211 .top_footer_content_1 .top_footer_content_1_text .top_footer_content_1_title_2 {
    display: none;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_1 .top_footer_content_1_text .top_footer_content_1_title_2 {
    width: calc(100vw - 80px);
    font-family: "Noto Sans JP";
    font-weight: 900;
    font-size: 5.5vw;
  }
}
.lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll {
  margin-top: 5rem;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 14px;
  letter-spacing: -1px;
}
.lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_1 .top_footer_content_1_image_1 {
  margin-right: calc(144px + 4 * (100vw - 432px) / 8);
  width: calc(144px + 2 * (100vw - 432px) / 8);
}
.lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_2 {
  position: absolute;
}
.lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_2 .top_footer_content_1_image_2 {
  width: calc(144px + 2 * (100vw - 432px) / 8);
}
.lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_3 {
  position: absolute;
  margin-left: calc(144px + 4 * (100vw - 432px) / 8);
}
.lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_3 .top_footer_content_1_image_3 {
  width: calc(144px + 2 * (100vw - 432px) / 8);
}
@media (min-width: 1024px) {
  .lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll {
    justify-content: center;
  }
  .lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_1 {
    position: absolute;
  }
  .lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_2 {
    margin-top: 5rem;
  }
  .lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_3 {
    margin-top: 10rem;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll {
    overflow: scroll;
  }
  .lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_1 {
    margin-left: 40px;
    width: calc(100vw - 80px);
  }
  .lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_1 .top_footer_content_1_image_1 {
    width: calc(100vw - 80px);
  }
  .lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_1 .top_footer_content_1_scroll_1_text {
    font-size: 16px;
    width: 60vw;
    font-family: "Noto Sans JP";
  }
  .lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_2 {
    margin-left: calc(100vw - 80px);
    width: calc(100vw - 80px);
  }
  .lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_2 .top_footer_content_1_image_2 {
    width: calc(100vw - 80px);
  }
  .lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_2 .top_footer_content_1_scroll_2_text {
    font-size: 16px;
    width: 60vw;
    font-family: "Noto Sans JP";
  }
  .lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_3 {
    margin-left: calc(200vw - 200px);
    width: calc(100vw - 80px);
  }
  .lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_3 .top_footer_content_1_image_3 {
    width: calc(100vw - 80px);
  }
  .lp_event_20230211 .top_footer_content_1 .top_footer_content_1_scroll .top_footer_content_1_scroll_3 .top_footer_content_1_scroll_3_text {
    font-size: 16px;
    width: 60vw;
    font-family: "Noto Sans JP";
  }
}
.lp_event_20230211 .top_footer_content_2 {
  margin-top: 180px;
}
.lp_event_20230211 .top_footer_content_2 .top_footer_content_2_title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.lp_event_20230211 .top_footer_content_2 .top_footer_content_2_title .top_footer_content_2_title_text {
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_2 .top_footer_content_2_title .top_footer_content_2_title_text {
    font-size: 3.5vw;
  }
}
.lp_event_20230211 .top_footer_content_2 .top_footer_content_2_title .top_footer_content_2_title_image {
  width: 76px;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_2 .top_footer_content_2_title .top_footer_content_2_title_image {
    width: 14vw;
  }
}
.lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body {
  margin-top: 100px;
}
.lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_background_image {
  position: absolute;
  z-index: -1;
  max-width: calc(240px + 4 * (100vw - 432px) / 8);
  margin-top: 13%;
  z-index: 1;
  bottom: -100px;
}
.lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_text .top_footer_content_2_body_1_title {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 35px;
  padding: 2px 6px;
}
.lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_text .top_footer_content_2_body_1_content {
  font-size: 16px;
  margin-top: 25px;
  font-family: "Noto Sans JP";
}
.lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_text .top_footer_content_2_body_1_content .top_footer_content_2_body_1_content_line {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 {
    overflow: hidden;
    display: block;
  }
  .lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_image {
    width: 70vw;
    margin-left: 40vw;
    position: absolute;
    z-index: 0;
  }
  .lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_text {
    max-width: calc(100vw - 80px);
    margin-left: 40px;
    margin-top: 50vw;
    z-index: 2;
    position: relative;
  }
  .lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_text .top_footer_content_2_body_1_title {
    font-size: 5.5vw;
  }
  .lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_text .top_footer_content_2_body_1_content {
    font-size: 16px;
    line-height: 4.5vh;
  }
}
@media (min-width: 1024px) {
  .lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 {
    flex-direction: row-reverse;
  }
  .lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_image {
    margin-right: calc(144px + 2 * (100vw - 432px) / 8);
    width: calc(48px + 2 * (100vw - 432px) / 8);
    z-index: 2;
  }
  .lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_1 .top_footer_content_2_body_1_text {
    margin-right: 48px;
    width: calc(96px + 3 * (100vw - 432px) / 8);
  }
}
.lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 100px;
}
.lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_image {
  margin-left: calc(144px + 2 * (100vw - 432px) / 8);
  width: calc(48px + 2 * (100vw - 432px) / 8);
  z-index: 2;
}
.lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_text {
  margin-left: 48px;
  width: calc(96px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_text .top_footer_content_2_body_2_title {
  font-size: 35px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
.lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_text .top_footer_content_2_body_2_content {
  font-size: 16px;
  margin-top: 25px;
  font-family: "Noto Sans JP";
}
.lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_text .top_footer_content_2_body_2_content .top_footer_content_2_body_2_content_line {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_background_image {
  position: absolute;
  z-index: 5;
  max-width: calc(240px + 4 * (100vw - 432px) / 8);
  top: 20vw;
  left: 0;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 {
    overflow: hidden;
    flex-direction: row-reverse;
    display: block;
  }
  .lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_image {
    width: 70vw;
    position: absolute;
    z-index: 2;
    right: 40vw;
  }
  .lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_text {
    width: calc(100vw - 80px);
    margin-left: 40px;
    margin-top: 50vw;
    z-index: 3;
    position: relative;
  }
  .lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_text .top_footer_content_2_body_2_title {
    font-size: 5.5vw;
    margin-left: calc(40px + (100vw - 120px) / 4);
    padding: 2px 6px;
  }
  .lp_event_20230211 .top_footer_content_2 .top_footer_content_2_body .top_footer_content_2_body_2 .top_footer_content_2_body_2_text .top_footer_content_2_body_2_content {
    font-size: 16px;
    line-height: 4.5vh;
  }
}
.lp_event_20230211 .top_footer_content_2 .top_footer_content_explanation_line {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_2 .top_footer_content_2 {
    margin-top: 30vw;
  }
}
.lp_event_20230211 .top_footer_content_2_2 {
  margin-top: 900px;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_content_2 {
    margin-top: 30vw;
  }
}
.lp_event_20230211 .top_body {
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 2rem;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  position: relative;
}
.lp_event_20230211 .top_body .line_green_1 {
  position: absolute;
  width: calc(96px + 3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: 70vw;
  top: 6%;
  z-index: 0;
}
.lp_event_20230211 .top_body .line_green_2 {
  position: absolute;
  width: calc(96px + 2 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: 8vw;
  top: 14%;
  z-index: 0;
}
.lp_event_20230211 .top_body .line_green_3 {
  position: absolute;
  width: calc(3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: 73vw;
  top: 29%;
  z-index: 0;
}
.lp_event_20230211 .top_body .line_green_4 {
  position: absolute;
  width: calc(96px + 3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: -9vw;
  top: 48%;
  z-index: 0;
}
.lp_event_20230211 .top_body .line_green_5 {
  position: absolute;
  width: calc(96px + 3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: -9vw;
  top: 25%;
  z-index: 0;
}
.lp_event_20230211 .top_body .line_green_6 {
  position: absolute;
  width: calc(96px + 3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: 26vw;
  top: 32%;
  z-index: 0;
}
.lp_event_20230211 .top_body .line_green_7 {
  position: absolute;
  width: calc(96px + 3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: 67vw;
  top: 60%;
  z-index: 0;
}
.lp_event_20230211 .top_body .line_green_8 {
  position: absolute;
  width: calc(96px + 3 * (100vw - 432px) / 8);
  z-index: 3;
  margin-left: -8vw;
  top: 76%;
  z-index: 0;
}
.lp_event_20230211 .top_body .top_body_background {
  width: 100%;
  display: block;
  background: #000;
  margin-top: 15rem;
}
.lp_event_20230211 .top_body .top_body_background .top_body_1_title {
  padding-top: 10rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_event_20230211 .top_body .top_body_background .top_body_1_title .top_body_1_title_text {
  color: #7eee3e;
  font-size: 20px;
  z-index: 2;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_body .top_body_background .top_body_1_title .top_body_1_title_text {
    font-size: 3.5vw;
  }
}
.lp_event_20230211 .top_body .top_body_background .top_body_1_title .top_body_1_title_image {
  width: 76px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_body .top_body_background .top_body_1_title .top_body_1_title_image {
    width: 14vw;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_body .top_body_background .top_body_1_title {
    padding-top: 25vw;
  }
}
.lp_event_20230211 .top_body .top_body_background .top_body_1_content_1 {
  margin-top: 150px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.lp_event_20230211 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_image {
  height: 300px;
  margin-left: calc(144px + 2 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_image {
    display: none;
  }
}
.lp_event_20230211 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text {
  margin-left: 96px;
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230211 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_title {
  font-size: 40px;
  color: #7eee3e;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media (min-width: 1024px) {
  .lp_event_20230211 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_text_image {
    display: none;
  }
}
.lp_event_20230211 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_body {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8rem;
  color: #ffffff;
  font-family: "Noto Sans JP";
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_body .top_body_background .top_body_1_content_1 {
    display: block;
    margin-top: 20vw;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text {
    margin-left: 40px;
    max-width: calc(100vw - 80px);
    margin-right: 40px;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_title {
    font-size: 5.5vw;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_text_image_flex {
    display: flex;
    justify-content: center;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_text_image_flex .top_body_1_content_1_text_image {
    max-width: calc(2 * (100vw - 120px) / 4 + 72px);
    margin-top: 10vw;
    margin-bottom: 50px;
    position: relative;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_1_content_1 .top_body_1_content_1_text .top_body_1_content_1_body {
    line-height: 4.5vh;
    font-size: 16px;
  }
}
.lp_event_20230211 .top_body .top_body_background .top_body_1_content_2 {
  margin-top: 150px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.lp_event_20230211 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text {
  margin-left: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230211 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text .top_body_1_content_2_title {
  margin-top: 3rem;
  font-size: 40px;
  color: #7eee3e;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
.lp_event_20230211 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text .top_body_1_content_2_body {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8rem;
  color: #ffffff;
  font-family: "Noto Sans JP";
}
.lp_event_20230211 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_image {
  height: 460px;
  margin-left: 48px;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2 {
    margin-top: 8vw;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_body .top_body_background .top_body_1_content_2_image {
    display: none;
  }
}
@media (min-width: 1024px) {
  .lp_event_20230211 .top_body .top_body_background .top_body_1_content_2_text_image {
    display: none;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_body .top_body_background .top_body_1_content_2 {
    display: block;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text {
    margin-left: 40px;
    max-width: calc(100vw - 80px);
    margin-right: 40px;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text .top_body_1_content_2_title {
    font-size: 5.5vw;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text .top_body_1_content_2_text_image_flex {
    display: flex;
    justify-content: center;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text .top_body_1_content_2_text_image_flex .top_body_1_content_2_text_image {
    margin: 48px auto;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_1_content_2 .top_body_1_content_2_text .top_body_1_content_2_body {
    line-height: 4.5vh;
    font-size: 16px;
  }
}
.lp_event_20230211 .top_body .top_body_background .top_body_2_title {
  padding-top: 18rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_event_20230211 .top_body .top_body_background .top_body_2_title .top_body_2_title_text {
  color: #7eee3e;
  font-size: 20px;
  z-index: 2;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211 .top_body .top_body_background .top_body_2_title .top_body_2_title_image {
  width: 76px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_body .top_body_background .top_body_2_title .top_body_2_title_image {
    width: 14vw;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_body .top_body_background .top_body_2_title {
    padding-top: 25vw;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_2_title .top_body_2_title_text {
    font-size: 3.5vw;
  }
}
.lp_event_20230211 .top_body .top_body_background .top_body_2_content {
  margin-top: 150px;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  position: relative;
}
.lp_event_20230211 .top_body .top_body_background .top_body_2_content .top_body_2_content_text {
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
  margin-right: calc(96px + (100vw - 432px) / 8);
  color: #ffffff;
}
.lp_event_20230211 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_title_flex .top_body_2_content_title {
  font-size: 40px;
  color: #7eee3e;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_title_flex {
    display: flex;
    justify-content: center;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_title_flex .top_body_2_content_title {
    font-size: 5.5vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
}
.lp_event_20230211 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_position {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_name {
  font-size: 25px;
  margin-top: 16px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_career {
  font-size: 10px;
  margin-top: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
  line-height: 1rem;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_career {
    line-height: 3vh;
  }
}
.lp_event_20230211 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_body {
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
  font-size: 16px;
  margin-top: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
  line-height: 1.8rem;
}
.lp_event_20230211 .top_body .top_body_background .top_body_2_content .top_body_2_content_image {
  margin-right: 48px;
  width: calc(192px + 3 * (100vw - 432px) / 8);
}
@media (min-width: 1024px) {
  .lp_event_20230211 .top_body .top_body_background .top_body_2_content_text_image {
    display: none;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_body .top_body_background .top_body_2_content {
    display: block;
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 15vw;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_2_content .top_body_2_content_text_image {
    max-width: calc(100vw - 48px);
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_2_content .top_body_2_content_text {
    margin-right: 0;
    max-width: 100%;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_body {
    margin-top: 8vw;
    max-width: 100%;
    line-height: 4.5vh;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_position {
    font-size: 16px;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_2_content .top_body_2_content_text .top_body_2_content_name {
    font-size: 18px;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_2_content .top_body_2_content_image {
    display: none;
  }
}
.lp_event_20230211 .top_body .top_body_background .top_body_bottom {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 12rem;
  width: 100%;
}
.lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_top {
  width: 24rem;
}
.lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_center {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background {
  z-index: 3;
}
.lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a {
  color: #ffffff;
  text-decoration: none;
  z-index: 1;
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem white;
  display: block;
  margin-bottom: 20rem;
  z-index: 2;
}
.lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Noto Sans JP";
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content .top_body_bottom_bottom_content_text {
  font-size: 1.8rem;
  color: #000;
}
.lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content .top_body_bottom_bottom_content_image {
  height: 40px;
}
.lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content::after {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content:hover {
  color: #000;
}
.lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
.lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_background_bottom_white {
  margin-top: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  position: absolute;
  height: 38rem;
  width: 800px;
  left: calc(240px + 6 * (100vw - 432px) / 8);
}
.lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_background_bottom_black {
  position: absolute;
  height: 38rem;
  width: 800px;
  right: calc(192px + 6 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_background_bottom_black {
    width: 30vw;
    height: auto;
    bottom: 0;
    transform: translateY(90%);
    left: -8vw;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_body .top_body_background .top_body_bottom {
    margin-top: 25vw;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_top {
    width: calc(72px + 3 * (100vw - 120px) / 4);
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_center {
    font-size: 4.5vw;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background {
    z-index: 3;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
    margin-bottom: 30vw;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content .top_body_bottom_bottom_content_text {
    font-size: 1.1rem;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_bottom_to_center .top_body_bottom_bottom_background .top_body_bottom_bottom_background_url a .top_body_bottom_bottom_content .top_body_bottom_bottom_content_image {
    width: 6vw;
  }
  .lp_event_20230211 .top_body .top_body_background .top_body_bottom .top_body_background_bottom_white {
    width: 30vw;
    height: auto;
    bottom: -1px;
    transform: translateY(20%);
    right: -10vw;
    margin: 0;
    top: unset;
    left: unset;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_body .top_body_background {
    margin-top: 35vw;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_body {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 25vw;
  }
}
.lp_event_20230211 .top_body_background_top_black {
  position: absolute;
  height: 38rem;
  left: 45vw;
  left: calc(288px + 6 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_body_background_top_black {
    position: absolute;
    height: auto;
    margin-left: calc(72px + 3 * (100vw - 120px) / 4);
    top: 3rem;
    width: 38vw;
    left: 0;
  }
}
.lp_event_20230211 .top_body_background_top_white {
  position: absolute;
  height: 34rem;
  width: 800px;
  margin-top: -4rem;
  left: -220px;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_body_background_top_white {
    position: absolute;
    margin-top: 0;
    width: 38vw;
    height: auto;
    right: 70vw;
    top: 1%;
    margin-right: 0;
  }
}
.lp_event_20230211 .top_footer {
  box-sizing: border-box;
  display: block;
  width: 100%;
  position: relative;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_title .top_footer_content_4_title_text {
  margin-top: 16px;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_title .top_footer_content_4_title_image {
  margin-top: 16px;
  width: 76px;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_title .top_footer_content_4_title_text {
    font-size: 3.5vw;
  }
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_title .top_footer_content_4_title_image {
  margin-top: 16px;
  width: 76px;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_title .top_footer_content_4_title_image {
    width: 14vw;
  }
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_1 {
  display: flex;
  align-items: flex-start;
  margin-top: 100px;
  flex-direction: row-reverse;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_1 .top_footer_content_4_body_1_content {
  font-size: 16px;
  font-family: "Noto Sans JP";
  margin-right: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_1 .top_footer_content_4_body_1_content .top_footer_content_4_body_1_content_line {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_1 .top_footer_content_4_body_1_image {
  margin-right: 48px;
  width: calc(48px + 2 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_1 {
    display: block;
  }
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_1 .top_footer_content_4_body_1_content_image {
    margin-right: 40px;
    width: calc(72px + 2 * (100vw - 120px) / 4);
    margin-left: 40px;
  }
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_1 .top_footer_content_4_body_1_content {
    margin-top: 50px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
    margin-left: 40px;
  }
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_1 .top_footer_content_4_body_1_image {
    display: none;
  }
}
@media (min-width: 1024px) {
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_1_content_image {
    display: none;
  }
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_2 {
  display: flex;
  align-items: flex-start;
  margin-top: 70px;
  flex-direction: row-reverse;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_2 .top_footer_content_4_body_2_content {
  font-size: 16px;
  font-family: "Noto Sans JP";
  margin-right: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_2 .top_footer_content_4_body_2_content .top_footer_content_4_body_2_content_line {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_2 .top_footer_content_4_body_2_image {
  margin-right: 48px;
  width: calc(144px + 2 * (100vw - 432px) / 8);
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_2 {
    display: block;
  }
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_2 .top_footer_content_4_body_2_content_image {
    margin-right: 40px;
    width: calc(72px + 3 * (100vw - 120px) / 4);
    margin-left: 40px;
  }
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_2 .top_footer_content_4_body_2_content {
    margin-top: 50px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
    margin-left: 40px;
  }
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_2 .top_footer_content_4_body_2_image {
    display: none;
  }
}
@media (min-width: 1024px) {
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_2_content_image {
    display: none;
  }
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3_title {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  font-family: Video;
  margin: 100px auto 0;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 {
  display: flex;
  align-items: flex-start;
  margin-top: 70px;
  flex-direction: row-reverse;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content {
  display: block;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_1 {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP";
  margin-right: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_2 {
  margin-top: 15px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  margin-right: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_2 .top_footer_content_4_body_3_content_2_line {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_3 {
  margin-top: 15px;
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP";
  margin-right: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_4_flex {
  display: flex;
  margin-right: calc(96px + (100vw - 432px) / 8);
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
  margin-top: 15px;
  border-bottom: solid;
  width: max-content;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_4_flex .top_footer_content_4_body_3_content_4 {
  font-size: 16px;
  font-family: "Noto Sans JP";
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_4_flex .top_footer_content_4_body_3_content_4_image {
  color: #000;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_4_flex {
    margin-right: auto;
    max-width: 70vw;
  }
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_4_flex .top_footer_content_4_body_3_content_4 {
    display: block;
  }
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_image {
  margin-right: 48px;
  width: calc(50px + (144px + 2 * (100vw - 432px) / 8) / 2);
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 {
    display: block;
  }
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content_image {
    margin-right: 40px;
    width: calc(72px + 2 * (100vw - 120px) / 4);
    margin-left: 40px;
  }
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content {
    margin-top: 50px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
    margin-left: 40px;
  }
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_1 {
    margin-right: 0;
    max-width: calc(100vw - 80px);
  }
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_2 {
    margin-right: 0;
    max-width: calc(100vw - 80px);
  }
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_3 {
    margin-right: 0;
    max-width: calc(100vw - 80px);
  }
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_content .top_footer_content_4_body_3_content_4 {
    margin-right: 0;
    max-width: calc(100vw - 80px);
  }
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3 .top_footer_content_4_body_3_image {
    display: none;
  }
}
@media (min-width: 1024px) {
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_body_3_content_image {
    display: none;
  }
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_bottom {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin-top: 20vw;
  width: 100%;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center .top_footer_content_4_bottom_top {
  width: 24rem;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center .top_footer_content_4_bottom_center {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a {
  color: #000;
  text-decoration: none;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background {
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem;
  display: block;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content .top_footer_content_4_bottom_bottom_content_text {
  font-size: 1.8rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content .top_footer_content_4_bottom_bottom_content_image {
  height: 40px;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content::after {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content:hover {
  color: #000;
}
.lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center .top_footer_content_4_bottom_top {
    width: calc(96px + 2 * (100vw - 120px) / 4);
  }
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center .top_footer_content_4_bottom_center {
    font-size: 4.5vw;
  }
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
  }
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content .top_footer_content_4_bottom_bottom_content_text {
    font-size: 1.1rem;
  }
  .lp_event_20230211 .top_footer .top_footer_content_4 .top_footer_content_4_bottom .top_footer_content_4_bottom_to_center a .top_footer_content_4_bottom_bottom_background .top_footer_content_4_bottom_bottom_content .top_footer_content_4_bottom_bottom_content_image {
    width: 6vw;
  }
}
.lp_event_20230211 .top_footer .top_footer_bottom {
  margin-top: 20rem;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_background {
  width: 100%;
  display: block;
  background-color: #000;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 16px;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_top .top_footer_bottom_top_image {
  width: 140px;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center {
  padding-top: 16px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #ffffff;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_1 {
  padding-right: 32px;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_1 a {
  color: #ffffff;
  display: flex;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_1 a .top_footer_bottom_center_1_text {
  font-family: "Noto Sans JP";
  font-weight: medium;
  font-size: 16px;
  color: #ffffff;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_1 a .top_footer_bottom_center_1_image {
  height: 16px;
  align-self: center;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_2 {
  padding-right: 32px;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_2 a {
  color: #ffffff;
  display: flex;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_2 a .top_footer_bottom_center_2_text {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_2 a .top_footer_bottom_center_2_image {
  height: 16px;
  align-self: center;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_3 {
  padding-right: 32px;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_3 .top_footer_bottom_center_3_image {
  height: 16px;
  align-self: center;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center_4 {
  padding-right: 32px;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center_4 a {
  color: #ffffff;
  display: flex;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center_4 a .top_footer_bottom_center_4_text {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_background .top_footer_bottom_center_4 a .top_footer_bottom_center_4_image {
  height: 16px;
  align-self: center;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_bottom {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_event_20230211 .top_footer .top_footer_bottom .top_footer_bottom_bottom .top_footer_bottom_bottom_text {
  opacity: 0.6;
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer .top_footer_bottom_background .top_footer_bottom_top .top_footer_bottom_top_image {
    width: calc(24px + 2 * (100vw - 120px) / 4);
  }
  .lp_event_20230211 .top_footer .top_footer_bottom_background .top_footer_bottom_center {
    padding-top: 3vw;
  }
  .lp_event_20230211 .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_1 a .top_footer_bottom_center_1_text {
    font-size: 3vw;
  }
  .lp_event_20230211 .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_1 a .top_footer_bottom_center_1_image {
    height: 3vw;
  }
  .lp_event_20230211 .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_2 a .top_footer_bottom_center_2_text {
    font-size: 3vw;
  }
  .lp_event_20230211 .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_2 a .top_footer_bottom_center_2_image {
    height: 3vw;
  }
  .lp_event_20230211 .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_3 a .top_footer_bottom_center_3_text {
    font-size: 3vw;
  }
  .lp_event_20230211 .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_3 a .top_footer_bottom_center_3_image {
    height: 3vw;
  }
  .lp_event_20230211 .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_4 a .top_footer_bottom_center_4_text {
    font-size: 3vw;
  }
  .lp_event_20230211 .top_footer .top_footer_bottom_background .top_footer_bottom_center .top_footer_bottom_center_4 a .top_footer_bottom_center_4_image {
    height: 3vw;
  }
  .lp_event_20230211 .top_footer .top_footer_bottom_background .top_footer_bottom_bottom .top_footer_bottom_bottom_text {
    font-size: 3vw;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211 .top_footer_bottom {
    margin-top: 25vw;
    transform: translateY(-60px);
  }
}
.lp_event_20230211 .shortcourse__title--2 {
  font-size: 28px !important;
  font-weight: 900 !important;
}
.lp_event_20230211 .shortcourse__title--3 {
  font-size: 18px !important;
  font-weight: 900 !important;
}
.lp_event_20230211 .shortcourse__background {
  position: fixed;
}
.lp_event_20230211 .course-list {
  width: 100%;
  height: 100%;
  margin: 120px 0;
  position: relative;
}
.lp_event_20230211 .course-list__bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 80px);
  top: -40px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.64);
  z-index: 50;
}
.lp_event_20230211 .course-list img {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: calc(100% + 80px);
  object-fit: contain;
  top: -40px;
  left: 0;
  right: 0;
  bottom: -40px;
  transition: 0.3s;
}
.lp_event_20230211 .course-list__mobile-link {
  display: none;
}
.lp_event_20230211 .course-list img.active {
  opacity: 1;
}
.lp_event_20230211 .course-list__image-1.active {
  background-color: #c299ff;
}
.lp_event_20230211 .course-list__image-2.active {
  background-color: #ffcc66;
}
.lp_event_20230211 .course-list__image-3.active {
  background-color: #f5f5f5;
}
.lp_event_20230211 .course-list__image-4.active {
  background-color: #ddffdd;
}
.lp_event_20230211 .detail__link {
  width: calc(75vw - 84px);
  margin: 12vh auto;
  position: relative;
  display: block;
  z-index: 100;
  color: rgb(165, 165, 165);
  transition: 0.3s;
}
.lp_event_20230211 .detail__link.hovered {
  color: #fff;
}
.lp_event_20230211 .detail__link--title {
  font-size: 32px !important;
  font-weight: 900 !important;
}
.lp_event_20230211 .detail__link__text {
  font-size: 16px;
}
.lp_event_20230211 .detail__link--mobile {
  display: none;
}
.lp_event_20230211 .blue-highlight {
  background: linear-gradient(transparent 70%, #1264af 50%);
  font-weight: bold;
}
.lp_event_20230211 .top_footer_bottom_center a {
  display: flex;
  margin: 0 12px;
}
.lp_event_20230211 .top_footer_bottom_center a img {
  margin-left: 4px;
}
.lp_event_20230211 .appearance-animation {
  color: transparent;
  width: max-content;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}
.lp_event_20230211 .appearance-animation::after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 101%);
}
.lp_event_20230211 .appearance-animation.activate {
  color: #000 !important;
}
.lp_event_20230211 .appearance-animation--whitemask.activate {
  background-color: rgba(255, 255, 255, 0.7);
}
.lp_event_20230211 .appearance-animation.activate::after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.lp_event_20230211 .appearance-animation--green {
  color: #000 !important;
}
.lp_event_20230211 .appearance-animation--green::after {
  background: #7eee3e !important;
}
.lp_event_20230211 .appearance-animation--green.activate {
  color: #7eee3e !important;
}
@keyframes mask-bg {
  0% {
    transform: translate(-101%, 0);
  }
  40%, 60% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}
.lp_event_20230211 .fixed-btn-detail__link {
  position: fixed;
  top: 12px;
  right: 16px;
  z-index: 100000;
  background-color: #7eee3e;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  box-shadow: -8px 9px 0px #000;
}
.lp_event_20230211 .fixed-btn-detail__link--underline {
  background: linear-gradient(transparent 70%, #fff 50%);
}
.lp_event_20230211 .fixed-btn-detail__link--biggertext {
  font-size: 22px;
}
.lp_event_20230211 .fixed-btn-detail__link--upperrow {
  position: relative;
  z-index: 1000;
  font-size: 22px;
}
.lp_event_20230211 .fixed-btn-detail__link--bottomrow {
  position: relative;
  z-index: 1000;
  margin-top: 8px;
  display: flex;
}
.lp_event_20230211 .fixed-btn-detail__link--bottomrow img {
  height: 32px;
  margin-left: 8px;
}
.lp_event_20230211 .fixed-btn-detail__link--bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #b5f6b7;
  width: 0;
  transition: 0.2s;
}
.lp_event_20230211 .fixed-btn-detail__link:hover .fixed-btn-detail__link--bg {
  width: 100%;
}
.lp_event_20230211 .fixed-btn-detail__link--mobile {
  display: none;
}
.lp_event_20230211 .fixed-btn-experience__link {
  position: fixed;
  bottom: 24px;
  right: 16px;
  color: #fff !important;
  z-index: 100000;
  background-color: #1264af;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  box-shadow: -8px 9px 0px #000;
}
.lp_event_20230211 .fixed-btn-experience__link--biggertext {
  font-size: 22px;
}
.lp_event_20230211 .fixed-btn-experience__link--upperrow {
  position: relative;
  z-index: 1000;
  font-size: 22px;
}
.lp_event_20230211 .fixed-btn-experience__link--bottomrow {
  position: relative;
  z-index: 1000;
  margin-top: 8px;
  display: flex;
}
.lp_event_20230211 .fixed-btn-experience__link--bottomrow img {
  height: 32px;
  margin-left: 8px;
}
.lp_event_20230211 .fixed-btn-experience__link--bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #5a93c7;
  width: 0;
  transition: 0.2s;
}
.lp_event_20230211 .fixed-btn-experience__link:hover .fixed-btn-experience__link--bg {
  width: 100%;
}
.lp_event_20230211 .shortcourse__background-sp {
  display: none;
}
@media (max-width: 1023px) {
  .lp_event_20230211 .pc-br {
    display: none !important;
  }
  .lp_event_20230211 .shortcourse__title--2 {
    font-size: 20px !important;
    font-weight: 900 !important;
  }
  .lp_event_20230211 .shortcourse__title--3 {
    font-size: 18px !important;
    font-weight: 900 !important;
  }
  .lp_event_20230211 .header_supplement_title,
  .lp_event_20230211 .header_supplement_explanation,
  .lp_event_20230211 .top_body_1_content_1_text,
  .lp_event_20230211 .top_body_1_content_2_text,
  .lp_event_20230211 .top_body_2_content,
  .lp_event_20230211 .top_footer_content_2_body_1_text,
  .lp_event_20230211 .top_footer_content_2_body_2_text,
  .lp_event_20230211 .top_footer_content_4_body_1_content,
  .lp_event_20230211 .top_footer_content_4_body_1_content_image,
  .lp_event_20230211 .top_footer_content_4_body_2_content_image,
  .lp_event_20230211 .top_footer_content_4_body_2_content,
  .lp_event_20230211 .top_footer_content_4_body_3_content_image,
  .lp_event_20230211 .top_footer_content_4_body_3_content {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .lp_event_20230211 .header_detail_body_1 {
    padding-left: 24px !important;
  }
  .lp_event_20230211 .header_detail_body_1_text {
    margin-right: 0 !important;
    max-width: calc(100vw - 48px) !important;
  }
  .lp_event_20230211 .header_detail_body_2_text {
    margin-left: 24px !important;
    max-width: calc(100vw - 48px) !important;
  }
  .lp_event_20230211 .header_detail_body_2 {
    margin-right: 24px !important;
  }
  .lp_event_20230211 .top_body_1_content_1_text,
  .lp_event_20230211 .top_body_1_content_2_text,
  .lp_event_20230211 .top_footer_content_2_body_1_text,
  .lp_event_20230211 .top_footer_content_2_body_2_text,
  .lp_event_20230211 .top_footer_content_4_body_1_content,
  .lp_event_20230211 .top_footer_content_4_body_2_content,
  .lp_event_20230211 .top_footer_content_4_body_3_content,
  .lp_event_20230211 .top_footer_content_4_body_3_content_1,
  .lp_event_20230211 .top_footer_content_4_body_3_content_2,
  .lp_event_20230211 .top_footer_content_4_body_3_content_3 {
    max-width: calc(100vw - 48px) !important;
  }
  .lp_event_20230211 .top_footer_content_1_title_2,
  .lp_event_20230211 .top_footer_content_2_body_2_text {
    width: calc(100vw - 48px) !important;
  }
  .lp_event_20230211 .top_footer_content_2_body_2_title {
    margin-left: auto !important;
    margin-right: 0 !important;
    width: max-content !important;
  }
  .lp_event_20230211 .top_footer_bottom_center {
    flex-wrap: wrap !important;
  }
  .lp_event_20230211 .top_footer_bottom_center a {
    margin: 0 12px !important;
    width: calc(50% - 36px) !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    font-size: 12px !important;
  }
  .lp_event_20230211 .background_video_color {
    background-color: unset !important;
  }
  .lp_event_20230211 .pc-br {
    display: none !important;
  }
  .lp_event_20230211 .shortcourse__title--2 {
    font-size: 20px !important;
    font-weight: 900 !important;
  }
  .lp_event_20230211 .shortcourse__title--3 {
    font-size: 18px !important;
    font-weight: 900 !important;
  }
  .lp_event_20230211 .header_supplement_title,
  .lp_event_20230211 .header_supplement_explanation,
  .lp_event_20230211 .top_body_1_content_1_text,
  .lp_event_20230211 .top_body_1_content_2_text,
  .lp_event_20230211 .top_body_2_content,
  .lp_event_20230211 .top_footer_content_2_body_1_text,
  .lp_event_20230211 .top_footer_content_2_body_2_text,
  .lp_event_20230211 .top_footer_content_4_body_1_content,
  .lp_event_20230211 .top_footer_content_4_body_1_content_image,
  .lp_event_20230211 .top_footer_content_4_body_2_content_image,
  .lp_event_20230211 .top_footer_content_4_body_2_content,
  .lp_event_20230211 .top_footer_content_4_body_3_content_image,
  .lp_event_20230211 .top_footer_content_4_body_3_content {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .lp_event_20230211 .header_detail_body_1 {
    padding-left: 24px !important;
  }
  .lp_event_20230211 .header_detail_body_1_text {
    margin-right: 0 !important;
    max-width: calc(100vw - 48px) !important;
  }
  .lp_event_20230211 .header_detail_body_2_text {
    margin-left: 24px !important;
    max-width: calc(100vw - 48px) !important;
  }
  .lp_event_20230211 .header_detail_body_2 {
    margin-right: 24px !important;
  }
  .lp_event_20230211 .top_header_explanation {
    display: none;
  }
  .lp_event_20230211 .top_body_1_content_1_text,
  .lp_event_20230211 .top_body_1_content_2_text,
  .lp_event_20230211 .top_footer_content_2_body_1_text,
  .lp_event_20230211 .top_footer_content_2_body_2_text,
  .lp_event_20230211 .top_footer_content_4_body_1_content,
  .lp_event_20230211 .top_footer_content_4_body_2_content,
  .lp_event_20230211 .top_footer_content_4_body_3_content,
  .lp_event_20230211 .top_footer_content_4_body_3_content_1,
  .lp_event_20230211 .top_footer_content_4_body_3_content_2,
  .lp_event_20230211 .top_footer_content_4_body_3_content_3 {
    max-width: calc(100vw - 48px) !important;
  }
  .lp_event_20230211 .top_footer_content_1_title_2,
  .lp_event_20230211 .top_footer_content_2_body_2_text {
    width: calc(100vw - 48px) !important;
  }
  .lp_event_20230211 .top_footer_content_2_body_2_title {
    margin-left: auto !important;
    margin-right: 0 !important;
    width: max-content !important;
  }
  .lp_event_20230211 .top_footer_bottom_center a:nth-child(even) {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .lp_event_20230211 .top_footer_bottom_center a:nth-child(odd) {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .lp_event_20230211 .top_body_1_content_1_text_image,
  .lp_event_20230211 .top_body_1_content_2_text_image {
    width: 60vw;
  }
  .lp_event_20230211 .fixed-btn-detail__link {
    display: none;
  }
  .lp_event_20230211 .fixed-btn-detail__link--mobile {
    display: block;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: max-content;
    text-align: center;
  }
  .lp_event_20230211 .fixed-btn-detail__link--bottomrow {
    justify-content: center;
    margin: 0;
  }
  .lp_event_20230211 .fixed-btn-experience__link {
    display: none;
  }
  .lp_event_20230211 .detail__link {
    width: calc(100vw - 48px) !important;
    color: #000 !important;
    margin: 12px auto;
  }
  .lp_event_20230211 .detail__link--title {
    font-size: 26px !important;
  }
  .lp_event_20230211 .detail__link--pc {
    display: none;
  }
  .lp_event_20230211 .detail__link--mobile {
    display: block;
  }
  .lp_event_20230211 .course-list__bg {
    display: none;
  }
  .lp_event_20230211 .course-list img {
    background-color: unset !important;
    height: 0 !important;
    position: relative !important;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    opacity: 1;
    object-fit: cover !important;
    transition: 0.3s;
  }
  .lp_event_20230211 .course-list img.active {
    height: 56.25vw !important;
  }
  .lp_event_20230211 .course-list__mobile-link {
    display: flex;
    margin-left: 24px;
    height: 0;
    opacity: 0;
    transition: 0.3s;
  }
  .lp_event_20230211 .course-list__mobile-link.hovered {
    margin-top: 8px;
    height: auto;
    opacity: 1;
  }
  .lp_event_20230211 .course-list__mobile-link img {
    width: auto;
    height: 22px !important;
  }
  .lp_event_20230211 .appearance-animation--green.activate {
    color: #7eee3e !important;
  }
  .lp_event_20230211 .shortcourse__background-pc {
    display: none;
  }
  .lp_event_20230211 .shortcourse__background-sp {
    display: block;
    transform: translateX(-10%);
  }
  .lp_event_20230211 .top_footer_content_2_body_1_background_image {
    top: 24vw;
  }
  .lp_event_20230211 .top_footer_content_2_body_2_background_image {
    top: 35vw !important;
    right: 0 !important;
    left: unset !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: 100vw;
}

.lp_event_20230211_detail .detail_header .background_image {
  position: absolute;
  z-index: -10;
  height: 100vh;
}
.lp_event_20230211_detail .detail_header .background_image {
  position: absolute;
  height: 100vh;
  z-index: -1;
  width: 100vw;
}
.lp_event_20230211_detail .detail_header .detail_header_bottom {
  display: flex;
  width: calc(96px + 2 * (100vw - 432px) / 8);
  position: absolute;
  bottom: 12px;
  right: 10px;
  z-index: 1;
  position: fixed;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_header .detail_header_bottom {
    display: none;
  }
}
.lp_event_20230211_detail .detail_header .BeEngineer_logo {
  width: 12rem;
  position: fixed;
  top: 1.25rem;
  left: 48px;
  z-index: 2;
  top: 48px;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_header .BeEngineer_logo {
    width: calc((100vw - 120px) / 4);
  }
}
.lp_event_20230211_detail .detail_header .detail_header_text {
  padding-top: 48px;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  position: fixed;
  top: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: auto;
  right: 48px;
}
.lp_event_20230211_detail .detail_header .detail_header_text .detail_header_text_content {
  color: #000;
  position: relative;
  margin-right: 24px;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0em;
}
.lp_event_20230211_detail .detail_header .detail_header_text .detail_header_text_content::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #1264af;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s;
}
.lp_event_20230211_detail .detail_header .detail_header_text .detail_header_text_content:hover::after {
  transform: scale(1, 1);
  color: #000;
}
.lp_event_20230211_detail .detail_header .detail_header_text .detail_header_text_content:visited {
  color: #000;
}
.lp_event_20230211_detail .detail_header .detail_header_text .detail_header_content.detail_header_text_content:active::after {
  width: 100%;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_header .detail_header_text {
    display: none;
  }
}
.lp_event_20230211_detail .detail_header .detail_header_top {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.lp_event_20230211_detail .detail_header .detail_header_top .detail_header_top_flex {
  width: 100%;
}
.lp_event_20230211_detail .detail_header .detail_header_top .detail_header_top_flex .detail_header_title {
  font-size: 20px;
  text-align: center;
  font-family: "Video";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_header .detail_header_top .detail_header_top_flex .detail_header_title {
    margin-top: 160px;
    font-size: 20px;
  }
}
.lp_event_20230211_detail .detail_header .detail_header_top .detail_header_top_flex .detail_header_content {
  font-size: 70px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 900;
  margin: 16px auto auto;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_header .detail_header_top .detail_header_top_flex .detail_header_content {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .lp_event_20230211_detail .detail_header .detail_header_top {
    margin-top: 200px;
  }
}
@media (min-width: 1024px) {
  .lp_event_20230211_detail .detail_header .detail_header_bottom_sp {
    display: none;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_header .detail_header_text_sp {
    display: block;
    margin-left: 40px;
    margin-top: 100px;
  }
  .lp_event_20230211_detail .detail_header .detail_header_text_sp .detail_header_text_content {
    height: 40px;
    font-size: 3.5vw;
    margin-top: 4vw;
    font-weight: bold;
    display: block;
  }
  .lp_event_20230211_detail .detail_header .detail_header_text_sp .detail_header_text_content .detail_header_text_content_image {
    transform: rotate(90deg);
    padding-left: 15px;
    height: 20px;
    padding-left: 0;
  }
  .lp_event_20230211_detail .detail_header .detail_header_bottom_sp {
    margin-top: 100px;
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100vw - 80px);
  }
}
@media (min-width: 1024px) {
  .lp_event_20230211_detail .detail_header .detail_header_text_sp {
    display: none;
  }
}
.lp_event_20230211_detail .detail_body {
  margin-top: 100px;
}
.lp_event_20230211_detail .detail_body .body_1 .body_1_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_event_20230211_detail .detail_body .body_1 .body_1_title .body_1_title_text {
  margin-top: 16px;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211_detail .detail_body .body_1 .body_1_title .body_1_title_image {
  margin-top: 16px;
  width: 76px;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_1 .body_1_title .body_1_title_text {
    font-size: 3.5vw;
  }
  .lp_event_20230211_detail .detail_body .body_1 .body_1_title .body_1_title_image {
    width: 14vw;
  }
}
.lp_event_20230211_detail .detail_body .body_1_content {
  width: 45vw;
  margin: 80px auto;
}
.lp_event_20230211_detail .detail_body .body_1_content * {
  max-width: 45vw;
}
.lp_event_20230211_detail .detail_body .body_1_content h3 {
  font-size: 26px;
  font-family: "Noto Sans JP";
  font-weight: 900;
  width: max-content;
  margin: 24px 0 12px;
}
.lp_event_20230211_detail .detail_body .body_1_content h4 {
  font-size: 22px;
  font-family: "Noto Sans JP";
  font-weight: 900;
  width: max-content;
  margin: 16px 0 4px 8px;
  background: linear-gradient(transparent 80%, #7eee3e 50%);
}
.lp_event_20230211_detail .detail_body .body_1_content p {
  margin: 8px 0;
}
.lp_event_20230211_detail .detail_body .body_1_content p img {
  margin-right: 8px;
}
.lp_event_20230211_detail .detail_body .body_1_content p a {
  text-decoration: underline;
}
.lp_event_20230211_detail .detail_body .body_1_content li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_event_20230211_detail .detail_body .body_1_content li > div {
  display: flex;
}
.lp_event_20230211_detail .detail_body .body_1_content li > div > p:first-child {
  font-size: 32px;
  font-weight: 900;
  margin-right: 23px;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_1_content {
    width: 90vw;
  }
  .lp_event_20230211_detail .detail_body .body_1_content * {
    max-width: 90vw;
  }
}
.lp_event_20230211_detail .detail_body .body_2 {
  margin-top: 100px;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_title .body_2_title_text {
  margin-top: 16px;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_title .body_2_title_image {
  margin-top: 16px;
  width: 76px;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_title .body_2_title_text {
    font-size: 3.5vw;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_title .body_2_title_image {
    width: 14vw;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top {
  margin-top: 80px;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_background_image {
  background-color: #c299ff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_background_image .body_2_content_1_image {
  width: calc(192px + 4 * (100vw - 432px) / 8);
}
@media (min-width: 1024px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_number_sp {
    display: none;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_number {
  margin-right: calc(144px + 2 * (100vw - 432px) / 8);
  width: calc((100vw - 432px) / 8);
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_title {
  margin-top: 40px;
  font-size: 40px;
  font-family: "Noto Sans JP";
  font-weight: 900;
  max-width: 40vw;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_course {
  margin-top: 35px;
  font-size: 25px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_course .body_2_content_1_title_course_line {
  background: linear-gradient(transparent 70%, #c299ff 50%);
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_requirement {
  margin-top: 15px;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_language {
  margin-top: 10px;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_comment_background_flex {
  display: inline;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_comment_background_flex .body_2_content_1_title_comment_background {
  background: #1264af;
  border-radius: 16px;
  width: 125px;
  height: 38px;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_comment_background_flex .body_2_content_1_title_comment {
  margin-top: -10%;
  font-size: 16px;
  color: #ffffff;
  padding-left: 14px;
  line-height: none;
  position: absolute;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top {
    display: block;
    margin-left: 40px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
    margin-top: 40vw;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_number_sp {
    width: calc((100vw - 120px) / 4);
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_background_image .body_2_content_1_image {
    width: calc(100vw - 80px);
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_number {
    display: none;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_title {
    max-width: calc(100vw - 80px);
    font-size: 22px;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_course {
    line-height: 4.5vh;
    font-size: 18px;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_requirement {
    line-height: 4.5vh;
    font-size: 16px;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_language {
    line-height: 4.5vh;
    font-size: 14px;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top .body_2_content_1_title .body_2_content_1_title_comment {
    line-height: 4.5vh;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text {
  margin-left: calc(96px + (100vw - 432px) / 8);
  margin-right: calc(192px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_supplement {
  margin-top: 35px;
  font-size: 16px;
  line-height: 32px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_supplement {
    line-height: 4vh;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_place {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_place {
    line-height: 5vh;
    font-size: 18px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_place_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_place_detail {
    line-height: 4vh;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_price {
  margin-bottom: 16px;
  font-size: 25px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  margin-top: 35px;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_price {
    line-height: 5vh;
    font-size: 18px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_price_number {
  font-size: 20px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_price_number {
    line-height: 5vh;
    font-size: 16px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_price_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_price_detail {
    line-height: 4vh;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_date {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_date {
    line-height: 5vh;
    font-size: 18px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_date_number {
  font-size: 20px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_date_number {
    line-height: 5vh;
    font-size: 16px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_date_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text .body_2_content_1_top_date_detail {
    line-height: 4vh;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_top_text {
    margin-left: 40px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom {
  display: block;
  position: relative;
  margin-top: 100px;
  width: 100%;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex {
  display: flex;
  justify-content: flex-start;
  margin-left: calc(96px + (100vw - 432px) / 8);
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_top {
  width: 24rem;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_top {
    width: calc(96px + 2 * (100vw - 120px) / 4);
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_center {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background {
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem;
  display: block;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background .body_2_content_1_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background .body_2_content_1_bottom_bottom_content .body_2_content_1_bottom_bottom_content_text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background .body_2_content_1_bottom_bottom_content .body_2_content_1_bottom_bottom_content_text {
    font-size: 4vw;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background .body_2_content_1_bottom_bottom_content .body_2_content_1_bottom_bottom_content_image {
  height: 40px;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background .body_2_content_1_bottom_bottom_content .body_2_content_1_bottom_bottom_content_image {
    width: 6vw;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background .body_2_content_1_bottom_bottom_content::after {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background .body_2_content_1_bottom_bottom_content:hover {
  color: #000;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background .body_2_content_1_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_bottom_background {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex .body_2_content_1_bottom_fix .body_2_content_1_bottom_to_center .body_2_content_1_bottom_center {
    font-size: 4.5vw;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom .body_2_content_1_bottom_flex {
    margin-left: 40px;
    margin-right: 40px;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_1 .body_2_content_1_bottom {
    margin-top: 15vw;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_1_top_supplement span.highlight,
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2_top_supplement span.highlight,
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3_top_supplement span.highlight {
  background: linear-gradient(transparent 80%, #7eee3e 50%);
  margin-top: 12px;
  display: block;
  width: max-content;
  line-height: 1.4;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top {
  margin-top: 20rem;
  display: flex;
  align-items: flex-start;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_background_image {
  background-color: #ffcc66;
  padding-top: 60px;
  padding-bottom: 60px;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_background_image .body_2_content_2_image {
  width: calc(192px + 4 * (100vw - 432px) / 8);
}
@media (min-width: 1024px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_number_sp {
    display: none;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title {
  margin-left: 48px;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_number {
  width: calc((100vw - 432px) / 8);
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_title {
  font-family: "Noto Sans JP";
  font-weight: 900;
  margin-top: 40px;
  font-size: 40px;
  max-width: 40vw;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_course {
  margin-top: 35px;
  font-size: 25px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_course .body_2_content_2_title_course_line {
  background: linear-gradient(transparent 70%, #ffcc66 50%);
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_requirement {
  margin-top: 15px;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_language {
  margin-top: 10px;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top {
    display: block;
    margin-left: 40px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
    margin-top: 40vw;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_number_sp {
    width: calc((100vw - 120px) / 4);
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_background_image .body_2_content_2_image {
    width: calc(100vw - 80px);
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title {
    margin-left: 0;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_number {
    display: none;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_title {
    max-width: calc(100vw - 80px);
    font-size: 22px;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_course {
    line-height: 4.5vh;
    font-size: 18px;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_requirement {
    line-height: 4.5vh;
    font-size: 16px;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_language {
    line-height: 4.5vh;
    font-size: 14px;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top .body_2_content_2_title .body_2_content_2_title_comment {
    line-height: 4.5vh;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text {
  margin-right: calc(96px + (100vw - 432px) / 8);
  margin-left: calc(192px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_supplement {
  margin-top: 35px;
  font-size: 16px;
  line-height: 32px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_supplement {
    line-height: 4vh;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_place {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_place {
    line-height: 5vh;
    font-size: 18px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_place_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_place_detail {
    line-height: 4vh;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_price {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_price {
    line-height: 5vh;
    font-size: 18px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_price_number {
  font-size: 20px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_price_number {
    line-height: 5vh;
    font-size: 16px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_price_detail {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
  line-height: 40px;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_price_detail {
    line-height: 4vh;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_date {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_date {
    line-height: 5vh;
    font-size: 18px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_date_number {
  font-size: 20px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_date_number {
    line-height: 5vh;
    font-size: 16px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_date_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text .body_2_content_2_top_date_detail {
    line-height: 4vh;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_top_text {
    margin-left: 40px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom {
  display: block;
  position: relative;
  margin-top: 100px;
  width: 100%;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex {
  display: flex;
  justify-content: flex-start;
  margin-left: calc(192px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_top {
  width: 24rem;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_center {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_top {
    width: calc(96px + 2 * (100vw - 120px) / 4);
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background {
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem;
  display: block;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background .body_2_content_2_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background .body_2_content_2_bottom_bottom_content .body_2_content_2_bottom_bottom_content_text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background .body_2_content_2_bottom_bottom_content .body_2_content_2_bottom_bottom_content_text {
    font-size: 4vw;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background .body_2_content_2_bottom_bottom_content .body_2_content_2_bottom_bottom_content_image {
  height: 40px;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background .body_2_content_2_bottom_bottom_content .body_2_content_2_bottom_bottom_content_image {
    width: 6vw;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background .body_2_content_2_bottom_bottom_content::after {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background .body_2_content_2_bottom_bottom_content:hover {
  color: #000;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background .body_2_content_2_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_bottom_background {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex .body_2_content_2_bottom_fix .body_2_content_2_bottom_to_center .body_2_content_2_bottom_center {
    font-size: 4.5vw;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom .body_2_content_2_bottom_flex {
    margin-left: 40px;
    margin-right: 40px;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_2 .body_2_content_2_bottom {
    margin-top: 15vw;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top {
  margin-top: 20rem;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media (min-width: 1024px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_number_sp {
    display: none;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_background_image {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_background_image .body_2_content_3_image {
  width: calc(192px + 4 * (100vw - 432px) / 8);
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_number {
  margin-right: calc(144px + 2 * (100vw - 432px) / 8);
  width: calc((100vw - 432px) / 8);
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_title {
  margin-top: 40px;
  font-size: 40px;
  font-family: "Noto Sans JP";
  font-weight: 900;
  max-width: 40vw;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_course {
  margin-top: 35px;
  font-size: 25px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_course .body_2_content_3_title_course_line {
  background: linear-gradient(transparent 70%, #dedcdc 50%);
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_requirement {
  margin-top: 15px;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_language {
  margin-top: 10px;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top {
    display: block;
    margin-left: 40px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
    margin-top: 40vw;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_number_sp {
    width: calc((100vw - 120px) / 4);
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_background_image .body_2_content_3_image {
    width: calc(100vw - 80px);
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_number {
    display: none;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_title {
    max-width: calc(100vw - 80px);
    font-size: 22px;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_course {
    line-height: 4.5vh;
    font-size: 18px;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_requirement {
    line-height: 4.5vh;
    font-size: 16px;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_language {
    line-height: 4.5vh;
    font-size: 14px;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top .body_2_content_3_title .body_2_content_3_title_comment {
    line-height: 4.5vh;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text {
  margin-left: calc(96px + (100vw - 432px) / 8);
  margin-right: calc(192px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_supplement {
  margin-top: 35px;
  font-size: 16px;
  line-height: 32px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_supplement {
    line-height: 4vh;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_place {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_place {
    line-height: 5vh;
    font-size: 18px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_place_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_place_detail {
    line-height: 4vh;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_price {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_price {
    line-height: 5vh;
    font-size: 18px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_price_number {
  font-size: 20px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_price_number {
    line-height: 5vh;
    font-size: 16px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_price_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_price_detail {
    line-height: 4vh;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_date {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_date {
    line-height: 5vh;
    font-size: 18px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_date_number {
  font-size: 20px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_date_number {
    line-height: 5vh;
    font-size: 16px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_date_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text .body_2_content_3_top_date_detail {
    line-height: 4vh;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_top_text {
    margin-left: 40px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom {
  display: block;
  position: relative;
  margin-top: 100px;
  width: 100%;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex {
  display: flex;
  justify-content: flex-start;
  margin-left: calc(96px + (100vw - 432px) / 8);
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_top {
  width: 24rem;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_top {
    width: calc(96px + 2 * (100vw - 120px) / 4);
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_center {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background {
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem;
  display: block;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background .body_2_content_3_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background .body_2_content_3_bottom_bottom_content .body_2_content_3_bottom_bottom_content_text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background .body_2_content_3_bottom_bottom_content .body_2_content_3_bottom_bottom_content_text {
    font-size: 4vw;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background .body_2_content_3_bottom_bottom_content .body_2_content_3_bottom_bottom_content_image {
  height: 40px;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background .body_2_content_3_bottom_bottom_content .body_2_content_3_bottom_bottom_content_image {
    width: 6vw;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background .body_2_content_3_bottom_bottom_content::after {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background .body_2_content_3_bottom_bottom_content:hover {
  color: #000;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background .body_2_content_3_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_bottom_background {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex .body_2_content_3_bottom_fix .body_2_content_3_bottom_to_center .body_2_content_3_bottom_center {
    font-size: 4.5vw;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom .body_2_content_3_bottom_flex {
    margin-left: 40px;
    margin-right: 40px;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_3 .body_2_content_3_bottom {
    margin-top: 15vw;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top {
  margin-top: 20rem;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_number_sp {
    display: none;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_background_image {
  background-color: #ddffdd;
  padding-top: 60px;
  padding-bottom: 60px;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_background_image .body_2_content_4_image {
  width: calc(192px + 4 * (100vw - 432px) / 8);
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title {
  margin-left: 48px;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_number {
  width: calc((100vw - 432px) / 8);
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_title {
  margin-top: 40px;
  font-size: 40px;
  font-family: "Noto Sans JP";
  font-weight: 900;
  max-width: calc(96px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_course {
  margin-top: 35px;
  font-size: 25px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_course .body_2_content_4_title_course_line {
  background: linear-gradient(transparent 70%, #ddffdd 50%);
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_requirement {
  margin-top: 15px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_language {
  margin-top: 10px;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top {
    display: block;
    margin-left: 40px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
    margin-top: 40vw;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_number_sp {
    width: calc((100vw - 120px) / 4);
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_background_image .body_2_content_4_image {
    width: calc(100vw - 80px);
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title {
    margin-left: 0;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_number {
    display: none;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_title {
    max-width: calc(100vw - 80px);
    font-size: 22px;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_course {
    line-height: 4.5vh;
    font-size: 18px;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_requirement {
    line-height: 4.5vh;
    font-size: 16px;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_language {
    line-height: 4.5vh;
    font-size: 14px;
  }
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top .body_2_content_4_title .body_2_content_4_title_comment {
    line-height: 4.5vh;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text {
  margin-right: calc(96px + (100vw - 432px) / 8);
  margin-left: calc(192px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_supplement {
  margin-top: 35px;
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_supplement {
    line-height: 4vh;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_place {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_place {
    line-height: 5vh;
    font-size: 18px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_place_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_place_detail {
    line-height: 4vh;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_price {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_price {
    line-height: 5vh;
    font-size: 18px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_price_number {
  font-size: 20px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_price_number {
    line-height: 5vh;
    font-size: 16px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_price_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_price_detail {
    line-height: 4vh;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_date {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 35px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_date {
    line-height: 5vh;
    font-size: 18px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_date_number {
  font-size: 20px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_date_number {
    line-height: 5vh;
    font-size: 16px;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_date_detail {
  font-size: 16px;
  line-height: 40px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text .body_2_content_4_top_date_detail {
    line-height: 4vh;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_top_text {
    margin-left: 40px;
    margin-right: 40px;
    max-width: calc(100vw - 80px);
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom {
  display: block;
  position: relative;
  margin-top: 100px;
  width: 100%;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex {
  display: flex;
  justify-content: flex-start;
  margin-left: calc(192px + 3 * (100vw - 432px) / 8);
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_top {
  width: 24rem;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_top {
    width: calc(96px + 2 * (100vw - 120px) / 4);
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_center {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background {
  width: calc(144px + 4 * (100vw - 432px) / 8);
  height: calc((144px + 4 * (100vw - 432px) / 8) * 0.16);
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem;
  display: block;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background .body_2_content_4_bottom_bottom_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background .body_2_content_4_bottom_bottom_content .body_2_content_4_bottom_bottom_content_text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background .body_2_content_4_bottom_bottom_content .body_2_content_4_bottom_bottom_content_text {
    font-size: 4vw;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background .body_2_content_4_bottom_bottom_content .body_2_content_4_bottom_bottom_content_image {
  height: 40px;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background .body_2_content_4_bottom_bottom_content .body_2_content_4_bottom_bottom_content_image {
    width: 6vw;
  }
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background .body_2_content_4_bottom_bottom_content::after {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background .body_2_content_4_bottom_bottom_content:hover {
  color: #000;
}
.lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background .body_2_content_4_bottom_bottom_content:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_bottom_background {
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) * 0.16);
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex .body_2_content_4_bottom_fix .body_2_content_4_bottom_to_center .body_2_content_4_bottom_center {
    font-size: 4.5vw;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom .body_2_content_4_bottom_flex {
    margin-left: 40px;
    margin-right: 40px;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body .body_2 .body_2_content_4 .body_2_content_4_bottom {
    margin-top: 15vw;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_body {
    margin-top: 150px;
  }
}
.lp_event_20230211_detail .detail_footer {
  margin-top: 120px;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background {
  width: 100%;
  display: block;
  background-color: #000;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 16px;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_top .detail_footer_bottom_top_image {
  width: 140px;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center {
  padding-top: 16px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #ffffff;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_1 {
  padding-right: 32px;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_1 a {
  display: flex;
  color: #ffffff;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_1 a .detail_footer_bottom_center_1_text {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_1 a .detail_footer_bottom_center_1_text a {
  color: #ffffff;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_1 a .detail_footer_bottom_center_1_image {
  height: 16px;
  align-self: center;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_2 {
  padding-right: 32px;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_2 a {
  color: #ffffff;
  display: flex;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_2 a .top_footer_bottom_center_2_text {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_2 a .top_footer_bottom_center_2_image {
  height: 16px;
  align-self: center;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_3 {
  padding-right: 32px;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_3 a {
  display: flex;
  color: #ffffff;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_3 a .top_footer_bottom_center_3_text {
  font-family: "Noto Sans JP";
  font-weight: medium;
  font-size: 16px;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_3 a .top_footer_bottom_center_3_text a {
  color: #ffffff;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_3 a .top_footer_bottom_center_3_image {
  height: 16px;
  align-self: center;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_4 a {
  display: flex;
  color: #ffffff;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_4 a .detail_footer_bottom_center_4_text {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: medium;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_4 a .detail_footer_bottom_center_4_text a {
  color: #ffffff;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_4 a .detail_footer_bottom_center_4_image {
  height: 16px;
  align-self: center;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_bottom {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_bottom .detail_footer_bottom_bottom_text {
  font-family: "Noto Sans JP";
  font-weight: medium;
  opacity: 0.6;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_top .detail_footer_bottom_top_image {
    width: calc(24px + 2 * (100vw - 120px) / 4);
  }
  .lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center {
    padding-top: 3vw;
  }
  .lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_1 a .detail_footer_bottom_center_1_text {
    font-size: 3vw;
  }
  .lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_1 a .detail_footer_bottom_center_1_image {
    height: 3vw;
  }
  .lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_2 a .detail_footer_bottom_center_2_text {
    font-size: 3vw;
  }
  .lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_2 a .detail_footer_bottom_center_2_image {
    height: 3vw;
  }
  .lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_3 a .detail_footer_bottom_center_3_text {
    font-size: 3vw;
  }
  .lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_3 a .detail_footer_bottom_center_3_image {
    height: 3vw;
  }
  .lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_4 a .detail_footer_bottom_center_4_text {
    font-size: 3vw;
  }
  .lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_center .detail_footer_bottom_center_4 a .detail_footer_bottom_center_4_image {
    height: 3vw;
  }
  .lp_event_20230211_detail .detail_footer .detail_footer_bottom_background .detail_footer_bottom_bottom .detail_footer_bottom_bottom_text {
    font-size: 3vw;
  }
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .detail_footer {
    margin-top: 15vw;
  }
}
.lp_event_20230211_detail .shortcourse__title--2 {
  font-size: 28px !important;
}
.lp_event_20230211_detail .shortcourse__title--3 {
  font-size: 18px !important;
}
.lp_event_20230211_detail .shortcourse_detail__background {
  position: fixed;
  top: 0;
}
.lp_event_20230211_detail .detail_header,
.lp_event_20230211_detail .detail_body,
.lp_event_20230211_detail .detail_footer {
  position: relative;
}
.lp_event_20230211_detail .detail_header {
  z-index: 200;
}
.lp_event_20230211_detail .detail_footer {
  z-index: 100;
}
.lp_event_20230211_detail .body_2_content_1_title_comment,
.lp_event_20230211_detail .body_2_content_3_title_comment {
  background-color: #1264af;
  width: max-content;
  padding: 4px 16px;
  color: #fff;
  border-radius: 16px;
  margin-top: 12px;
}
.lp_event_20230211_detail .detail_header_title {
  letter-spacing: 0.3em;
}
.lp_event_20230211_detail .body_bottom_content_text {
  width: max-content;
  margin: 240px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #f5f5f5;
  padding: 12px 36px;
  border-radius: 8px;
}
.lp_event_20230211_detail .body_bottom_content_text img {
  transform: rotate(-90deg);
  width: 20px;
  margin-left: 12px;
}
.lp_event_20230211_detail .detail_footer_bottom_center a {
  display: flex;
  margin: 0 12px;
}
.lp_event_20230211_detail .detail_footer_bottom_center a img {
  margin-left: 4px;
}
.lp_event_20230211_detail .appearance-animation {
  color: transparent;
  width: max-content;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}
.lp_event_20230211_detail .appearance-animation::after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 101%);
}
.lp_event_20230211_detail .appearance-animation.activate {
  color: #000 !important;
}
.lp_event_20230211_detail .appearance-animation.activate::after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.lp_event_20230211_detail .appearance-animation--green.activate {
  color: #7eee3e !important;
}
@keyframes mask-bg {
  0% {
    transform: translate(-101%, 0);
  }
  40%, 60% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}
.lp_event_20230211_detail .shortcourse__background-sp {
  display: none;
}
.lp_event_20230211_detail .apply-form {
  width: 60vw;
  margin: 120px auto;
  display: block;
}
.lp_event_20230211_detail .apply-form h2 {
  margin: 3rem auto 1rem auto;
}
.lp_event_20230211_detail .apply-form .form_container .child_num {
  font-size: 20px;
  margin-bottom: 0.5rem;
}
.lp_event_20230211_detail .apply-form .form_button_container {
  display: flex;
  justify-content: space-around;
}
.lp_event_20230211_detail .apply-form .form_button_container .button {
  width: 45%;
}
.lp_event_20230211_detail .apply-form .form_button_container .button:disabled {
  background-color: rgba(0, 0, 0, 0.3215686275);
  transition: none;
}
.lp_event_20230211_detail .apply-form .form_button_container .button:disabled:hover {
  font-size: 18px;
}
.lp_event_20230211_detail .apply-form #id_choiced_course label {
  display: flex;
  align-items: center;
}
.lp_event_20230211_detail .apply-form #id_choiced_course label input {
  width: 20px;
  margin-right: 10px;
  display: block;
}
.lp_event_20230211_detail .apply-form .input_checkbox .input_label {
  display: flex;
  align-items: center;
}
.lp_event_20230211_detail .apply-form .input_checkbox #id_choiced_course {
  color: red;
}
.lp_event_20230211_detail .apply-form .input_checkbox input[type=checkbox] {
  width: 20px;
  margin-left: 10px;
  display: block;
}
.lp_event_20230211_detail .apply-form label .active {
  background-color: #0f9b20 !important;
  transition: all 0.3s ease 0s !important;
  cursor: pointer !important;
}
.lp_event_20230211_detail .apply-form label .active:hover {
  font-size: calc(18px * 1.05) !important;
}
@media (max-width: 1023px) {
  .lp_event_20230211_detail .shortcourse__title--2 {
    font-size: 20px !important;
    font-weight: 900 !important;
  }
  .lp_event_20230211_detail .shortcourse__title--3 {
    font-size: 18px !important;
    font-weight: 900 !important;
  }
  .lp_event_20230211_detail .detail_footer_bottom_center {
    flex-wrap: wrap !important;
  }
  .lp_event_20230211_detail .detail_footer_bottom_center a {
    margin: 0 12px !important;
    width: calc(50% - 36px) !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    font-size: 12px !important;
  }
  .lp_event_20230211_detail .detail_footer_bottom_center a:nth-child(even) {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .lp_event_20230211_detail .detail_footer_bottom_center a:nth-child(odd) {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .lp_event_20230211_detail .body_1_content_1_title,
  .lp_event_20230211_detail .body_1_content_1_calender,
  .lp_event_20230211_detail .body_1_content_2_title,
  .lp_event_20230211_detail .body_1_content_2_place iframe,
  .lp_event_20230211_detail .body_2_content_1_image,
  .lp_event_20230211_detail .body_2_content_2_image,
  .lp_event_20230211_detail .body_2_content_3_image,
  .lp_event_20230211_detail .body_2_content_4_image {
    width: calc(100vw - 48px) !important;
  }
  .lp_event_20230211_detail .body_2_content_1_top,
  .lp_event_20230211_detail .body_2_content_1_top_text,
  .lp_event_20230211_detail .body_2_content_1_bottom_flex,
  .lp_event_20230211_detail .body_2_content_2_top,
  .lp_event_20230211_detail .body_2_content_2_top_text,
  .lp_event_20230211_detail .body_2_content_2_bottom_flex,
  .lp_event_20230211_detail .body_2_content_3_top,
  .lp_event_20230211_detail .body_2_content_3_top_text,
  .lp_event_20230211_detail .body_2_content_3_bottom_flex,
  .lp_event_20230211_detail .body_2_content_4_top,
  .lp_event_20230211_detail .body_2_content_4_top_text,
  .lp_event_20230211_detail .body_2_content_4_bottom_flex {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .lp_event_20230211_detail .body_2_content_1_top,
  .lp_event_20230211_detail .body_2_content_1_title_title,
  .lp_event_20230211_detail .body_2_content_1_top_text,
  .lp_event_20230211_detail .body_2_content_2_top,
  .lp_event_20230211_detail .body_2_content_2_title_title,
  .lp_event_20230211_detail .body_2_content_2_top_text,
  .lp_event_20230211_detail .body_2_content_3_top,
  .lp_event_20230211_detail .body_2_content_3_title_title,
  .lp_event_20230211_detail .body_2_content_3_top_text,
  .lp_event_20230211_detail .body_2_content_4_top,
  .lp_event_20230211_detail .body_2_content_4_title_title,
  .lp_event_20230211_detail .body_2_content_4_top_text {
    max-width: calc(100vw - 48px) !important;
  }
  .lp_event_20230211_detail .appearance-animation--green.activate {
    color: #7eee3e !important;
  }
  .lp_event_20230211_detail .shortcourse__background-pc {
    display: none;
  }
  .lp_event_20230211_detail .shortcourse__background-sp {
    display: block;
    transform: translateX(-10%);
  }
  .lp_event_20230211_detail .body_1_content_1_title,
  .lp_event_20230211_detail .body_1_content_2_title {
    width: max-content !important;
  }
  .lp_event_20230211_detail .fixed-btn-experience__link--sp {
    margin: auto;
    width: max-content;
    display: block !important;
    position: relative;
    left: 0;
    right: 0;
    top: unset;
    bottom: -40px;
  }
  .lp_event_20230211_detail .apply-form {
    width: 90vw;
  }
}

@keyframes course-text-1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.4;
  }
}
@keyframes course-text-2 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
@keyframes course-image-1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
}
@keyframes course-image-2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
@keyframes nav_animation {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(1.2, 0.95) translate(-10%, 0%);
  }
  50% {
    transform: scale(0.9, 1.1) translate(5%, 0%);
  }
  60% {
    transform: scale(1.05, 0.95) translate(-3%, 0%);
  }
  70% {
    transform: scale(0.95, 1.05) translate(3%, 0%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.lp_event_20230321 #comment-1,
.lp_event_20230321 #comment-2,
.lp_event_20230321 #comment-3,
.lp_event_20230321 #comment-4,
.lp_event_20230321 #comment-5,
.lp_event_20230321 #course,
.lp_event_20230321 #course-detail,
.lp_event_20230321 #detail,
.lp_event_20230321 #form,
.lp_event_20230321 #notice-1 {
  margin: 180px auto;
}
.lp_event_20230321 #comment-1,
.lp_event_20230321 #comment-2,
.lp_event_20230321 #comment-3,
.lp_event_20230321 #comment-4,
.lp_event_20230321 #comment-5,
.lp_event_20230321 #course,
.lp_event_20230321 #course-detail,
.lp_event_20230321 #detail,
.lp_event_20230321 #form,
.lp_event_20230321 footer,
.lp_event_20230321 .promotion-btn,
.lp_event_20230321 #notice-1 {
  position: relative;
  z-index: 10;
}
.lp_event_20230321 #nav,
.lp_event_20230321 #fixed {
  position: relative;
  z-index: 20;
}
.lp_event_20230321 .highlight--green {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.lp_event_20230321 .bg__image {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}
.lp_event_20230321 .bg__image--pc {
  display: block;
}
.lp_event_20230321 .bg__image--sp {
  display: none;
}
.lp_event_20230321 .fixed__logo {
  display: flex;
  width: 14vw;
  top: 4vh;
  left: 3vw;
  position: fixed;
  transition: 0.3s;
}
.lp_event_20230321 .fixed__logo--white {
  opacity: 1;
}
.lp_event_20230321 .fixed__logo--black {
  opacity: 0;
}
.lp_event_20230321 .nav__menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 6px 7px #777;
  padding: 48px 24px;
  transition: 0.3s;
  transform: translateX(120%);
}
.lp_event_20230321 .nav__menu > img {
  width: 10vw;
  margin: 0 auto 12px;
  display: block;
}
.lp_event_20230321 .nav__menu ul li {
  border-bottom: solid 1px #0f9b20;
  margin-top: 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.lp_event_20230321 .nav__menu ul li a {
  margin-right: 12px;
}
.lp_event_20230321 .nav__menu > p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4vh;
  width: 80%;
  text-align: center;
  display: block;
  margin: auto;
  cursor: pointer;
}
.lp_event_20230321 .nav__menu > p span {
  font-size: 1.2em;
}
.lp_event_20230321 .nav__menu.activate {
  transform: translateX(0);
}
.lp_event_20230321 .nav__menu__btn {
  margin: 32px auto;
}
.lp_event_20230321 .nav__menu__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7eee3e;
  padding: 8px 20px;
  width: max-content;
  margin: 6px auto;
  box-shadow: -8px 8px 0px #000;
  position: relative;
}
.lp_event_20230321 .nav__menu__btn a img {
  height: 24px;
  z-index: 2;
}
.lp_event_20230321 .nav__menu__btn a p {
  z-index: 2;
}
.lp_event_20230321 .nav__menu__btn a > div {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.lp_event_20230321 .nav__menu__btn a:hover > div {
  width: 100%;
}
.lp_event_20230321 .nav__icon {
  background-color: #fff;
  padding: 8px;
  position: fixed;
  line-height: 1;
  font-size: 20px;
  border-radius: 100px 0 0 100px;
  animation: nav_animation 1.2s linear 0.2s 1;
  animation-iteration-count: 3;
  bottom: 10vh;
  right: -60px;
  padding-right: 70px;
  border: solid 2px #000;
  cursor: pointer;
}
.lp_event_20230321 .firstview {
  width: 100%;
  height: 100vh;
  position: relative;
}
.lp_event_20230321 .firstview__video {
  position: absolute;
  width: 90vw;
  height: 88vh;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.lp_event_20230321 .firstview__video__mask {
  position: absolute;
  width: 90vw;
  height: 88vh;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.64);
}
.lp_event_20230321 .firstview__parallelogram {
  position: absolute;
  height: 80vh;
  top: 0;
  left: -28vh;
}
.lp_event_20230321 .firstview__text {
  position: absolute;
  width: 80vw;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 22vh;
}
.lp_event_20230321 .firstview__text h1 {
  margin-bottom: 4vh;
}
.lp_event_20230321 .firstview__text h2 {
  margin-bottom: 2vh;
  font-size: 22px;
}
.lp_event_20230321 .course {
  position: relative;
}
.lp_event_20230321 .course__content {
  position: relative;
  width: 100%;
  height: 75vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: 24vh;
}
.lp_event_20230321 .course__content > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lp_event_20230321 .course__content__imagemask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.lp_event_20230321 .course__content__text {
  position: absolute;
  width: 70vw;
  height: 100%;
  color: #fff;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.lp_event_20230321 .course__content__text a h3 {
  font-size: 32px;
  font-weight: 900;
}
.lp_event_20230321 .course__content__image--1 {
  animation: 12s infinite running course-image-1;
  background-color: #c299ff;
}
.lp_event_20230321 .course__content__image--2 {
  opacity: 0;
  animation: 12s infinite running course-image-2;
  background-color: #ffcc66;
}
.lp_event_20230321 .course__content__link--1 {
  animation: 12s infinite running course-text-1;
}
.lp_event_20230321 .course__content__link--2 {
  opacity: 0.4;
  animation: 12s infinite running course-text-2;
}
.lp_event_20230321 .notice-1 > div {
  position: relative;
}
.lp_event_20230321 .notice-1 > div > img {
  height: 70vh;
  margin: auto;
  display: block;
}
.lp_event_20230321 .notice-1__classroom {
  position: absolute;
}
.lp_event_20230321 .notice-1__classroom--1 {
  top: 22vh;
  left: calc(50vw - 26vh);
  transform: translate3d(-100%, -100%, 0);
  text-align: right;
}
.lp_event_20230321 .notice-1__classroom--2 {
  bottom: 22vh;
  right: calc(50vw - 24vh);
  transform: translate3d(100%, 100%, 0);
}
.lp_event_20230321 .notice-1__classroom h4 {
  font-size: 32px;
  font-weight: 900;
}
.lp_event_20230321 .notice-1__bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: max-content;
  width: max-content;
  margin: auto;
  font-size: 120px;
  line-height: 1;
  font-weight: 900;
  opacity: 0.4;
  font-style: italic;
  color: #1264af;
}
.lp_event_20230321 .notice-1__bg--1 {
  transform: translateX(-30vw);
}
.lp_event_20230321 .notice-1__bg--2 {
  transform: translateX(30vw);
}
.lp_event_20230321 .comment__content--a {
  margin-bottom: 360px;
}
.lp_event_20230321 .comment__content--a__bgimg {
  position: absolute;
  bottom: -12vw;
  width: 80vw;
  right: 0;
  z-index: -1;
}
.lp_event_20230321 .comment__content--c img.comment__content--c__bgnum {
  position: absolute;
  top: 0;
  width: 10vw;
  height: max-content;
}
.lp_event_20230321 .comment__content--c img.comment__content--c__bgnum--right {
  left: 0;
}
.lp_event_20230321 .comment__content--c img.comment__content--c__bgnum--left {
  right: 0;
}
.lp_event_20230321 .comment-4 > p {
  width: 45vw;
  margin: auto;
}
.lp_event_20230321 .comment-4 > p a {
  text-decoration: underline;
}
.lp_event_20230321 .comment-4 > p a img {
  height: 20px;
}
.lp_event_20230321 .comment-5 .comment__content--a {
  margin-bottom: 120px;
}
.lp_event_20230321 .comment-5 h4 {
  font-size: 22px;
  font-weight: 900;
  width: max-content;
  margin: 32px 0 4px 8px;
  background: linear-gradient(transparent 80%, #7eee3e 50%);
}
.lp_event_20230321 .comment-5 a {
  cursor: pointer;
  text-decoration: underline;
}
.lp_event_20230321 .comment-5 a img {
  height: 20px;
}
.lp_event_20230321 .course-detail__content .course-detail__content__image--ai {
  background-color: #ffcc66;
}
.lp_event_20230321 .course-detail__content .course-detail__content__image--game {
  background-color: #c299ff;
}
.lp_event_20230321 .detail__content p a {
  text-decoration: underline;
  margin-right: 8px;
}
.lp_event_20230321 .detail__content__detaillist {
  max-width: 45vw;
}
.lp_event_20230321 .detail__content__detaillist li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_event_20230321 .detail__content__detaillist li div {
  display: flex;
}
.lp_event_20230321 .detail__content__detaillist li div p:nth-child(1) {
  font-size: 32px;
  font-weight: 900;
  margin-right: 23px;
}
.lp_event_20230321 .detail__content__detaillist li div p:nth-child(2) {
  margin: 8px 0;
}
.lp_event_20230321 .form__btn {
  display: flex;
  justify-content: space-evenly;
  width: 40vw;
  margin: 80px auto;
}
.lp_event_20230321 .form__btn p {
  display: block;
  cursor: pointer;
  width: max-content;
  padding: 12px 24px;
  border: solid #0f9b20 2px;
  border-radius: 16px;
}
.lp_event_20230321 .form__btn p.activate {
  color: #fff;
  background-color: #0f9b20;
}
.lp_event_20230321 .form__content {
  width: max-content;
  margin: auto;
}
.lp_event_20230321 .form__content__item {
  width: max-content;
  display: none;
}
.lp_event_20230321 .form__content__item.activate {
  display: block;
}
@media (max-width: 1023px) {
  .lp_event_20230321 #comment-1,
  .lp_event_20230321 #comment-2,
  .lp_event_20230321 #comment-3,
  .lp_event_20230321 #comment-4,
  .lp_event_20230321 #course,
  .lp_event_20230321 #course-detail,
  .lp_event_20230321 #detail,
  .lp_event_20230321 #form {
    margin: 120px auto;
  }
  .lp_event_20230321 .bg__image--pc {
    display: none;
  }
  .lp_event_20230321 .bg__image--sp {
    display: block;
  }
  .lp_event_20230321 .fixed__logo {
    width: 30vw;
  }
  .lp_event_20230321 .nav__menu > img {
    width: 30vw;
  }
  .lp_event_20230321 .firstview__parallelogram {
    height: 48vh;
    left: -24vh;
  }
  .lp_event_20230321 .firstview__text {
    bottom: 12vh;
  }
  .lp_event_20230321 .firstview__text h1 {
    font-size: 28px;
  }
  .lp_event_20230321 .firstview__text h2 {
    font-size: 14px;
  }
  .lp_event_20230321 .comment__content--a {
    margin-bottom: 0;
  }
  .lp_event_20230321 .comment__content--c img.comment__content--c__bgnum {
    width: 20vw;
    left: 0;
    right: unset;
  }
  .lp_event_20230321 .comment-4 > p {
    width: 90vw;
  }
  .lp_event_20230321 .detail__content__detaillist {
    max-width: 90vw;
  }
  .lp_event_20230321 .course__content {
    height: 54vh;
    margin-top: 12vh;
  }
  .lp_event_20230321 .course__content__text {
    width: 90vw;
  }
  .lp_event_20230321 .course__content__text a h3 {
    font-size: 24px;
  }
  .lp_event_20230321 .form__btn {
    width: 90vw;
  }
  .lp_event_20230321 .notice-1 > div > img {
    margin: auto;
    width: 80vw;
    height: auto;
  }
  .lp_event_20230321 .notice-1__classroom--1 {
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, -100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_event_20230321 .notice-1__classroom--2 {
    bottom: -10px;
    left: 0;
    right: 0;
    transform: translate3d(0, 100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_event_20230321 .notice-1__bg {
    opacity: 0.2;
  }
  .lp_event_20230321 .notice-1__bg--1 {
    top: 0;
    bottom: unset;
    transform: translate3d(0, -110%, 0);
  }
  .lp_event_20230321 .notice-1__bg--2 {
    top: unset;
    bottom: 0;
    transform: translate3d(0, 110%, 0);
  }
}

@keyframes course-text-1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.4;
  }
}
@keyframes course-text-2 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
@keyframes course-image-1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
}
@keyframes course-image-2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
@keyframes nav_animation {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(1.2, 0.95) translate(-10%, 0%);
  }
  50% {
    transform: scale(0.9, 1.1) translate(5%, 0%);
  }
  60% {
    transform: scale(1.05, 0.95) translate(-3%, 0%);
  }
  70% {
    transform: scale(0.95, 1.05) translate(3%, 0%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.lp_event_20230331 #comment-1,
.lp_event_20230331 #comment-2,
.lp_event_20230331 #comment-3,
.lp_event_20230331 #comment-4,
.lp_event_20230331 #course,
.lp_event_20230331 #course-detail,
.lp_event_20230331 #detail,
.lp_event_20230331 #form {
  margin: 180px auto;
}
.lp_event_20230331 #comment-1,
.lp_event_20230331 #comment-2,
.lp_event_20230331 #comment-3,
.lp_event_20230331 #comment-4,
.lp_event_20230331 #course,
.lp_event_20230331 #course-detail,
.lp_event_20230331 #detail,
.lp_event_20230331 #form,
.lp_event_20230331 footer,
.lp_event_20230331 .promotion-btn {
  position: relative;
  z-index: 10;
}
.lp_event_20230331 #nav,
.lp_event_20230331 #fixed {
  position: relative;
  z-index: 20;
}
.lp_event_20230331 .highlight--green {
  background: linear-gradient(transparent 70%, #fba3c5 50%);
  font-weight: bold;
}
.lp_event_20230331 .bg__image {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}
.lp_event_20230331 .bg__image--pc {
  display: block;
}
.lp_event_20230331 .bg__image--sp {
  display: none;
}
.lp_event_20230331 .fixed__logo {
  display: flex;
  width: 14vw;
  top: 4vh;
  left: 3vw;
  position: fixed;
  transition: 0.3s;
}
.lp_event_20230331 .fixed__logo--white {
  opacity: 1;
}
.lp_event_20230331 .fixed__logo--black {
  opacity: 0;
}
.lp_event_20230331 .nav__menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 6px 7px #777;
  padding: 48px 24px;
  transition: 0.3s;
  transform: translateX(120%);
}
.lp_event_20230331 .nav__menu > img {
  width: 10vw;
  margin: 0 auto 12px;
  display: block;
}
.lp_event_20230331 .nav__menu ul li {
  border-bottom: solid 1px #ff81b2;
  margin-top: 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.lp_event_20230331 .nav__menu ul li a {
  margin-right: 12px;
}
.lp_event_20230331 .nav__menu > p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4vh;
  width: 80%;
  text-align: center;
  display: block;
  margin: auto;
  cursor: pointer;
}
.lp_event_20230331 .nav__menu > p span {
  font-size: 1.2em;
}
.lp_event_20230331 .nav__menu.activate {
  transform: translateX(0);
}
.lp_event_20230331 .nav__menu__btn {
  margin: 32px auto;
}
.lp_event_20230331 .nav__menu__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff81b2;
  padding: 8px 20px;
  width: max-content;
  margin: 6px auto;
  box-shadow: -8px 8px 0px #000;
  position: relative;
}
.lp_event_20230331 .nav__menu__btn a img {
  height: 24px;
  z-index: 2;
}
.lp_event_20230331 .nav__menu__btn a p {
  z-index: 2;
}
.lp_event_20230331 .nav__menu__btn a > div {
  background: #fba3c5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.lp_event_20230331 .nav__menu__btn a:hover > div {
  width: 100%;
}
.lp_event_20230331 .nav__icon {
  background-color: #fff;
  padding: 8px;
  position: fixed;
  line-height: 1;
  font-size: 20px;
  border-radius: 100px 0 0 100px;
  animation: nav_animation 1.2s linear 0.2s 1;
  animation-iteration-count: 3;
  bottom: 10vh;
  right: -60px;
  padding-right: 70px;
  border: solid 2px #000;
  cursor: pointer;
}
.lp_event_20230331 .promotion-btn a {
  background-color: #ff81b2;
}
.lp_event_20230331 .promotion-btn a > div {
  background: #fba3c5;
}
.lp_event_20230331 .firstview {
  width: 100%;
  height: 100vh;
  position: relative;
}
.lp_event_20230331 .firstview__video {
  position: absolute;
  width: 90vw;
  height: 88vh;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.lp_event_20230331 .firstview__video__mask {
  position: absolute;
  width: 90vw;
  height: 88vh;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.64);
}
.lp_event_20230331 .firstview__parallelogram {
  position: absolute;
  height: 80vh;
  top: 0;
  left: -28vh;
}
.lp_event_20230331 .firstview__text {
  position: absolute;
  width: 80vw;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 22vh;
}
.lp_event_20230331 .firstview__text h1 {
  margin-bottom: 4vh;
}
.lp_event_20230331 .firstview__text h2 {
  margin-bottom: 2vh;
  font-size: 22px;
}
.lp_event_20230331 .course {
  position: relative;
}
.lp_event_20230331 .course__content {
  position: relative;
  width: 100%;
  height: 75vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: 24vh;
}
.lp_event_20230331 .course__content > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lp_event_20230331 .course__content__imagemask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.lp_event_20230331 .course__content__text {
  position: absolute;
  width: 70vw;
  height: 100%;
  color: #fff;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.lp_event_20230331 .course__content__text a h3 {
  font-size: 32px;
  font-weight: 900;
}
.lp_event_20230331 .course__content__image--1 {
  animation: 12s infinite running course-image-1;
  background-color: #c299ff;
}
.lp_event_20230331 .course__content__image--2 {
  opacity: 0;
  animation: 12s infinite running course-image-2;
  background-color: #ffcc66;
}
.lp_event_20230331 .course__content__link--1 {
  animation: 12s infinite running course-text-1;
}
.lp_event_20230331 .course__content__link--2 {
  opacity: 0.4;
  animation: 12s infinite running course-text-2;
}
.lp_event_20230331 .comment__content--a {
  margin-bottom: 360px;
}
.lp_event_20230331 .comment__content--a__bgimg {
  position: absolute;
  bottom: -12vw;
  width: 80vw;
  right: 0;
  z-index: -1;
}
.lp_event_20230331 .comment__content--c img.comment__content--c__bgnum {
  position: absolute;
  top: 0;
  width: 10vw;
  height: max-content;
}
.lp_event_20230331 .comment__content--c img.comment__content--c__bgnum--right {
  left: 0;
}
.lp_event_20230331 .comment__content--c img.comment__content--c__bgnum--left {
  right: 0;
}
.lp_event_20230331 .course-detail__content .course-detail__content__image--ai {
  background-color: #ffcc66;
}
.lp_event_20230331 .course-detail__content .course-detail__content__image--game {
  background-color: #f7acac;
}
.lp_event_20230331 .course-detail__content > div:nth-child(2) h4 {
  background: linear-gradient(transparent 70%, #fba3c5 50%);
}
.lp_event_20230331 .detail__content p a {
  text-decoration: underline;
  margin-right: 8px;
}
.lp_event_20230331 .detail__content h4 {
  background: linear-gradient(transparent 80%, #fba3c5 50%);
}
.lp_event_20230331 .detail__content__detaillist {
  max-width: 45vw;
}
.lp_event_20230331 .detail__content__detaillist li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_event_20230331 .detail__content__detaillist li div {
  display: flex;
}
.lp_event_20230331 .detail__content__detaillist li div p:nth-child(1) {
  font-size: 32px;
  font-weight: 900;
  margin-right: 23px;
}
.lp_event_20230331 .detail__content__detaillist li div p:nth-child(2) {
  margin: 8px 0;
}
.lp_event_20230331 .form__btn {
  display: flex;
  justify-content: space-evenly;
  width: 40vw;
  margin: 80px auto;
}
.lp_event_20230331 .form__btn p {
  display: block;
  cursor: pointer;
  width: max-content;
  padding: 12px 24px;
  border: solid #ff81b2 2px;
  border-radius: 16px;
}
.lp_event_20230331 .form__btn p.activate {
  color: #fff;
  background-color: #ff81b2;
}
.lp_event_20230331 .form__content {
  width: max-content;
  margin: auto;
}
.lp_event_20230331 .form__content__item {
  width: max-content;
  display: none;
}
.lp_event_20230331 .form__content__item.activate {
  display: block;
}
@media (max-width: 1023px) {
  .lp_event_20230331 #comment-1,
  .lp_event_20230331 #comment-2,
  .lp_event_20230331 #comment-3,
  .lp_event_20230331 #comment-4,
  .lp_event_20230331 #course,
  .lp_event_20230331 #course-detail,
  .lp_event_20230331 #detail,
  .lp_event_20230331 #form {
    margin: 120px auto;
  }
  .lp_event_20230331 .bg__image--pc {
    display: none;
  }
  .lp_event_20230331 .bg__image--sp {
    display: block;
  }
  .lp_event_20230331 .fixed__logo {
    width: 30vw;
  }
  .lp_event_20230331 .nav__menu > img {
    width: 30vw;
  }
  .lp_event_20230331 .firstview__parallelogram {
    height: 48vh;
    left: -24vh;
  }
  .lp_event_20230331 .firstview__text {
    bottom: 12vh;
  }
  .lp_event_20230331 .firstview__text h1 {
    font-size: 28px;
  }
  .lp_event_20230331 .firstview__text h2 {
    font-size: 14px;
  }
  .lp_event_20230331 .comment__content--a {
    margin-bottom: 0;
  }
  .lp_event_20230331 .comment__content--c img.comment__content--c__bgnum {
    width: 20vw;
    left: 0;
    right: unset;
  }
  .lp_event_20230331 .detail__content__detaillist {
    max-width: 90vw;
  }
  .lp_event_20230331 .course__content {
    height: 54vh;
    margin-top: 12vh;
  }
  .lp_event_20230331 .course__content__text {
    width: 90vw;
  }
  .lp_event_20230331 .course__content__text a h3 {
    font-size: 24px;
  }
  .lp_event_20230331 .form__btn {
    width: 90vw;
  }
}

@keyframes course-text-1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.4;
  }
}
@keyframes course-text-2 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
@keyframes course-image-1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
}
@keyframes course-image-2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
@keyframes nav_animation {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(1.2, 0.95) translate(-10%, 0%);
  }
  50% {
    transform: scale(0.9, 1.1) translate(5%, 0%);
  }
  60% {
    transform: scale(1.05, 0.95) translate(-3%, 0%);
  }
  70% {
    transform: scale(0.95, 1.05) translate(3%, 0%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.lp_experience_2023 #comment-1,
.lp_experience_2023 #comment-2,
.lp_experience_2023 #comment-3,
.lp_experience_2023 #comment-4,
.lp_experience_2023 #course,
.lp_experience_2023 #course-detail,
.lp_experience_2023 #detail,
.lp_experience_2023 #form,
.lp_experience_2023 #notice-1,
.lp_experience_2023 #review,
.lp_experience_2023 #event {
  margin: 180px auto;
}
.lp_experience_2023 #comment-1,
.lp_experience_2023 #comment-2,
.lp_experience_2023 #comment-3,
.lp_experience_2023 #comment-4,
.lp_experience_2023 #course,
.lp_experience_2023 #course-detail,
.lp_experience_2023 #detail,
.lp_experience_2023 #form,
.lp_experience_2023 footer,
.lp_experience_2023 .promotion-btn,
.lp_experience_2023 #notice-1,
.lp_experience_2023 #review,
.lp_experience_2023 #event {
  position: relative;
  z-index: 10;
}
.lp_experience_2023 #nav,
.lp_experience_2023 #fixed {
  position: relative;
  z-index: 20;
}
.lp_experience_2023 .highlight--green {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.lp_experience_2023 .bg__image {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}
.lp_experience_2023 .bg__image--pc {
  display: block;
}
.lp_experience_2023 .bg__image--sp {
  display: none;
}
.lp_experience_2023 .fixed__logo {
  display: flex;
  width: 14vw;
  top: 4vh;
  left: 3vw;
  position: fixed;
  transition: 0.3s;
}
.lp_experience_2023 .fixed__logo--white {
  opacity: 1;
}
.lp_experience_2023 .fixed__logo--black {
  opacity: 0;
}
.lp_experience_2023 .nav__menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 6px 7px #777;
  padding: 12px 24px;
  transition: 0.3s;
  transform: translateX(120%);
}
.lp_experience_2023 .nav__menu > img {
  width: 10vw;
  margin: 0 auto 12px;
  display: block;
}
.lp_experience_2023 .nav__menu ul li {
  border-bottom: solid 1px #7eee3e;
  margin-top: 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.lp_experience_2023 .nav__menu ul li a {
  margin-right: 12px;
}
.lp_experience_2023 .nav__menu > p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2vh;
  width: 80%;
  text-align: center;
  display: block;
  margin: auto;
  cursor: pointer;
}
.lp_experience_2023 .nav__menu > p span {
  font-size: 1.2em;
}
.lp_experience_2023 .nav__menu.activate {
  transform: translateX(0);
}
.lp_experience_2023 .nav__menu__btn {
  margin: 16px auto;
}
.lp_experience_2023 .nav__menu__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7eee3e;
  padding: 8px 20px;
  width: max-content;
  margin: 6px auto;
  box-shadow: -8px 8px 0px #000;
  position: relative;
}
.lp_experience_2023 .nav__menu__btn a img {
  height: 24px;
  z-index: 2;
}
.lp_experience_2023 .nav__menu__btn a p {
  z-index: 2;
}
.lp_experience_2023 .nav__menu__btn a > div {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.lp_experience_2023 .nav__menu__btn a:hover > div {
  width: 100%;
}
.lp_experience_2023 .nav__menu__btn p {
  text-align: center;
  font-size: 14px;
}
.lp_experience_2023 .nav__icon {
  background-color: #fff;
  padding: 8px;
  position: fixed;
  line-height: 1;
  font-size: 20px;
  border-radius: 100px 0 0 100px;
  animation: nav_animation 1.2s linear 0.2s 1;
  animation-iteration-count: 3;
  bottom: 10vh;
  right: -60px;
  padding-right: 70px;
  border: solid 2px #000;
  cursor: pointer;
}
.lp_experience_2023 .promotion-btn a {
  background-color: #7eee3e;
}
.lp_experience_2023 .promotion-btn a > div {
  background: #b5f6b7;
}
.lp_experience_2023 .firstview {
  width: 100%;
  height: 100vh;
  position: relative;
}
.lp_experience_2023 .firstview__video {
  position: absolute;
  width: 90vw;
  height: 88vh;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.lp_experience_2023 .firstview__video__mask {
  position: absolute;
  width: 90vw;
  height: 88vh;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.64);
}
.lp_experience_2023 .firstview__parallelogram {
  position: absolute;
  height: 80vh;
  top: 0;
  left: -28vh;
}
.lp_experience_2023 .firstview__text {
  position: absolute;
  width: 80vw;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 22vh;
}
.lp_experience_2023 .firstview__text h1 {
  margin-bottom: 4vh;
}
.lp_experience_2023 .firstview__text h2 {
  margin-bottom: 2vh;
  font-size: 22px;
}
.lp_experience_2023 .course {
  position: relative;
}
.lp_experience_2023 .course__content {
  position: relative;
  width: 100%;
  height: 75vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: 24vh;
}
.lp_experience_2023 .course__content > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lp_experience_2023 .course__content__imagemask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.lp_experience_2023 .course__content__text {
  position: absolute;
  width: 70vw;
  height: 100%;
  color: #fff;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.lp_experience_2023 .course__content__text a h3 {
  font-size: 32px;
  font-weight: 900;
}
.lp_experience_2023 .course__content__image--1 {
  animation: 12s infinite running course-image-1;
  background-color: #c299ff;
}
.lp_experience_2023 .course__content__image--2 {
  opacity: 0;
  animation: 12s infinite running course-image-2;
  background-color: #ffcc66;
}
.lp_experience_2023 .course__content__link--1 {
  animation: 12s infinite running course-text-1;
}
.lp_experience_2023 .course__content__link--2 {
  opacity: 0.4;
  animation: 12s infinite running course-text-2;
}
.lp_experience_2023 .comment__content--a {
  margin-bottom: 360px;
}
.lp_experience_2023 .comment__content--a__bgimg {
  position: absolute;
  bottom: -12vw;
  width: 80vw;
  right: 0;
  z-index: -1;
}
.lp_experience_2023 .comment__content--c img.comment__content--c__bgnum {
  position: absolute;
  top: 0;
  width: 10vw;
  height: max-content;
}
.lp_experience_2023 .comment__content--c img.comment__content--c__bgnum--right {
  left: 0;
}
.lp_experience_2023 .comment__content--c img.comment__content--c__bgnum--left {
  right: 0;
}
.lp_experience_2023 .course-detail__content .course-detail__content__image--ai {
  background-color: #ffcc66;
}
.lp_experience_2023 .course-detail__content .course-detail__content__image--game {
  background-color: #f7acac;
}
.lp_experience_2023 .course-detail__content > div:nth-child(2) h4 {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
}
.lp_experience_2023 .detail__content p a {
  text-decoration: underline;
  margin-right: 8px;
}
.lp_experience_2023 .detail__content h4 {
  background: linear-gradient(transparent 80%, #7eee3e 50%);
}
.lp_experience_2023 .detail__content h4 br {
  display: none;
}
.lp_experience_2023 .detail__content__detaillist {
  max-width: 45vw;
}
.lp_experience_2023 .detail__content__detaillist li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_experience_2023 .detail__content__detaillist li div {
  display: flex;
}
.lp_experience_2023 .detail__content__detaillist li div p:nth-child(1) {
  font-size: 32px;
  font-weight: 900;
  margin-right: 23px;
}
.lp_experience_2023 .detail__content__detaillist li div p:nth-child(2) {
  margin: 8px 0;
}
.lp_experience_2023 .detail__content__schedule h4 {
  margin-top: 24px;
}
.lp_experience_2023 .detail__content__schedule h5 {
  font-weight: bold;
  margin-top: 8px;
}
.lp_experience_2023 .detail__content__schedule p {
  margin: 0;
  padding-left: 16px;
}
.lp_experience_2023 .detail__content__schedule__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.lp_experience_2023 .detail__content__schedule__item {
  margin-right: 36px;
  margin-top: 12px;
}
.lp_experience_2023 .detail__notice_text {
  width: 45vw;
  margin: 64px auto 0;
  display: block;
  font-size: 20px;
  line-height: 1.8;
}
.lp_experience_2023 .detail__notice_text span {
  background: linear-gradient(transparent 85%, #7eee3e 50%);
  font-weight: bold;
}
.lp_experience_2023 .detail .apply-flow li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_experience_2023 .detail .apply-flow li b {
  font-weight: 900;
  font-size: 1.5em;
}
.lp_experience_2023 .detail .down-arrow {
  text-align: center;
  font-weight: 900;
  font-size: 1.6em;
  margin: 24px auto;
}
.lp_experience_2023 .form__btn {
  display: flex;
  justify-content: space-evenly;
  width: 40vw;
  margin: 80px auto;
}
.lp_experience_2023 .form__btn p {
  display: block;
  cursor: pointer;
  width: max-content;
  padding: 12px 24px;
  border: solid #7eee3e 2px;
  border-radius: 16px;
}
.lp_experience_2023 .form__btn p.activate {
  color: #fff;
  background-color: #7eee3e;
}
.lp_experience_2023 .form__content {
  width: max-content;
  margin: auto;
}
.lp_experience_2023 .form__content__item {
  width: max-content;
  display: none;
}
.lp_experience_2023 .form__content__item.activate {
  display: block;
}
.lp_experience_2023 .apply-form {
  width: 60vw;
  margin: 120px auto;
  display: block;
}
.lp_experience_2023 .apply-form h2 {
  margin: 3rem auto 1rem auto;
}
.lp_experience_2023 .apply-form .form_container .child_num {
  font-size: 20px;
  margin-bottom: 0.5rem;
}
.lp_experience_2023 .apply-form .form_button_container {
  display: flex;
  justify-content: space-around;
}
.lp_experience_2023 .apply-form .form_button_container .button {
  width: 45%;
}
.lp_experience_2023 .apply-form .form_button_container .button:disabled {
  background-color: rgba(0, 0, 0, 0.3215686275);
  transition: none;
}
.lp_experience_2023 .apply-form .form_button_container .button:disabled:hover {
  font-size: 18px;
}
.lp_experience_2023 .apply-form #id_choiced_course label {
  display: flex;
  align-items: center;
}
.lp_experience_2023 .apply-form #id_choiced_course label input {
  width: 20px;
  margin-right: 10px;
  display: block;
}
.lp_experience_2023 .apply-form .input_checkbox .input_label {
  display: flex;
  align-items: center;
}
.lp_experience_2023 .apply-form .input_checkbox #id_choiced_course {
  color: red;
}
.lp_experience_2023 .apply-form .input_checkbox input[type=checkbox] {
  width: 20px;
  margin-left: 10px;
  display: block;
}
.lp_experience_2023 .apply-form label .active {
  background-color: #0f9b20 !important;
  transition: all 0.3s ease 0s !important;
  cursor: pointer !important;
}
.lp_experience_2023 .apply-form label .active:hover {
  font-size: calc(18px * 1.05) !important;
}
.lp_experience_2023 .apply-form label .submit_button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_experience_2023 .notice-1 > div {
  position: relative;
}
.lp_experience_2023 .notice-1 > div > img {
  height: 70vh;
  margin: auto;
  display: block;
}
.lp_experience_2023 .notice-1__classroom {
  position: absolute;
}
.lp_experience_2023 .notice-1__classroom--1 {
  top: 22vh;
  left: calc(50vw - 26vh);
  transform: translate3d(-100%, -100%, 0);
  text-align: right;
}
.lp_experience_2023 .notice-1__classroom--2 {
  bottom: 22vh;
  right: calc(50vw - 24vh);
  transform: translate3d(100%, 100%, 0);
}
.lp_experience_2023 .notice-1__classroom h4 {
  font-size: 32px;
  font-weight: 900;
}
.lp_experience_2023 .notice-1__bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: max-content;
  width: max-content;
  margin: auto;
  font-size: 120px;
  line-height: 1;
  font-weight: 900;
  opacity: 0.4;
  font-style: italic;
  color: #14af12;
}
.lp_experience_2023 .notice-1__bg--1 {
  transform: translateX(-30vw);
}
.lp_experience_2023 .notice-1__bg--2 {
  transform: translateX(30vw);
}
.lp_experience_2023 .event__content {
  width: 70vw;
  margin: 108px auto;
}
.lp_experience_2023 .event__content img {
  width: 70vw;
}
.lp_experience_2023 .event__content__title--pc {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 24px auto;
  width: max-content;
}
.lp_experience_2023 .event__content__title--sp {
  display: none;
}
.lp_experience_2023 .event__description {
  width: 70vw;
  margin: 108px auto;
}
@media (max-width: 1023px) {
  .lp_experience_2023 #comment-1,
  .lp_experience_2023 #comment-2,
  .lp_experience_2023 #comment-3,
  .lp_experience_2023 #comment-4,
  .lp_experience_2023 #course,
  .lp_experience_2023 #course-detail,
  .lp_experience_2023 #detail,
  .lp_experience_2023 #form {
    margin: 120px auto;
  }
  .lp_experience_2023 .bg__image--pc {
    display: none;
  }
  .lp_experience_2023 .bg__image--sp {
    display: block;
  }
  .lp_experience_2023 .fixed__logo {
    width: 30vw;
  }
  .lp_experience_2023 .nav__menu > img {
    width: 30vw;
  }
  .lp_experience_2023 .firstview__parallelogram {
    height: 48vh;
    left: -24vh;
  }
  .lp_experience_2023 .firstview__text {
    bottom: 12vh;
  }
  .lp_experience_2023 .firstview__text h1 {
    font-size: 28px;
  }
  .lp_experience_2023 .firstview__text h2 {
    font-size: 14px;
  }
  .lp_experience_2023 .comment__content--a {
    margin-bottom: 0;
  }
  .lp_experience_2023 .comment__content--a--left > div:nth-child(1) > img:nth-child(1) {
    transform: translate3d(-48px, 20px, 0);
  }
  .lp_experience_2023 .comment__content--c img.comment__content--c__bgnum {
    width: 20vw;
    left: 0;
    right: unset;
  }
  .lp_experience_2023 #comment-4 .comment__content--b > div {
    margin: calc(75vw - 42px) auto 0;
  }
  .lp_experience_2023 .detail__content h4 {
    font-size: 20px;
  }
  .lp_experience_2023 .detail__content h4 br {
    display: block;
  }
  .lp_experience_2023 .detail__content__detaillist {
    max-width: 90vw;
  }
  .lp_experience_2023 .detail__notice_text {
    width: 90vw;
  }
  .lp_experience_2023 .course__content {
    height: 54vh;
    margin-top: 12vh;
  }
  .lp_experience_2023 .course__content__text {
    width: 90vw;
  }
  .lp_experience_2023 .course__content__text a h3 {
    font-size: 24px;
  }
  .lp_experience_2023 .form__btn {
    width: 90vw;
  }
  .lp_experience_2023 .apply-form {
    width: 90vw;
  }
  .lp_experience_2023 .notice-1 > div > img {
    margin: auto;
    width: 80vw;
    height: auto;
  }
  .lp_experience_2023 .notice-1__classroom--1 {
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, -100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_experience_2023 .notice-1__classroom--2 {
    bottom: -10px;
    left: 0;
    right: 0;
    transform: translate3d(0, 100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_experience_2023 .notice-1__bg {
    opacity: 0.2;
  }
  .lp_experience_2023 .notice-1__bg--1 {
    top: 0;
    bottom: unset;
    transform: translate3d(0, -110%, 0);
  }
  .lp_experience_2023 .notice-1__bg--2 {
    top: unset;
    bottom: 0;
    transform: translate3d(0, 110%, 0);
  }
  .lp_experience_2023 .event__content {
    width: 90vw;
    margin: 60px auto;
  }
  .lp_experience_2023 .event__content img {
    width: 90vw;
    margin-bottom: 24px;
  }
  .lp_experience_2023 .event__content__title--pc {
    display: none;
  }
  .lp_experience_2023 .event__content__title--sp {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: max-content;
  }
  .lp_experience_2023 .event__content p {
    margin-top: 12px;
  }
  .lp_experience_2023 .event__description {
    width: 90vw;
    margin: 60px auto;
  }
}

.lp_summer_2023 #comment-1,
.lp_summer_2023 #comment-2,
.lp_summer_2023 #comment-3,
.lp_summer_2023 #comment-4,
.lp_summer_2023 #content,
.lp_summer_2023 #detail,
.lp_summer_2023 #form,
.lp_summer_2023 #notice-1,
.lp_summer_2023 #review,
.lp_summer_2023 #event,
.lp_summer_2023 #school_info,
.lp_summer_2023 #flow,
.lp_summer_2023 #calendar,
.lp_summer_2023 .introduction__link,
.lp_summer_2023 #catchup_content,
.lp_summer_2023 #overview,
.lp_summer_2023 .section,
.lp_summer_2023 #flow-1,
.lp_summer_2023 #flow-2,
.lp_summer_2023 #flow-3,
.lp_summer_2023 #course-detail,
.lp_summer_2023 #swiper {
  margin: 180px 0 180px 260px;
}
.lp_summer_2023 #comment-1,
.lp_summer_2023 #comment-2,
.lp_summer_2023 #comment-3,
.lp_summer_2023 #comment-4,
.lp_summer_2023 #content,
.lp_summer_2023 #detail,
.lp_summer_2023 #form,
.lp_summer_2023 footer,
.lp_summer_2023 .promotion-btn,
.lp_summer_2023 #notice-1,
.lp_summer_2023 #review,
.lp_summer_2023 #overview,
.lp_summer_2023 #event,
.lp_summer_2023 #school_info,
.lp_summer_2023 #flow,
.lp_summer_2023 #calendar,
.lp_summer_2023 .introduction__link,
.lp_summer_2023 .section,
.lp_summer_2023 #flow-1,
.lp_summer_2023 #flow-2,
.lp_summer_2023 #flow-3,
.lp_summer_2023 #course-detail,
.lp_summer_2023 #catchup_content,
.lp_summer_2023 #swiper {
  position: relative;
  z-index: 10;
}
.lp_summer_2023 .promotion-btn {
  transform: translateX(130px);
}
.lp_summer_2023 footer {
  margin-left: 260px;
}
.lp_summer_2023 .highlight--green {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.lp_summer_2023 .bg__image {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}
.lp_summer_2023 .bg__image--pc {
  display: block;
}
.lp_summer_2023 .bg__image--sp {
  display: none;
}
.lp_summer_2023 .bg__content__wrapper {
  width: auto;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 260px;
  transition: 0.5s;
  opacity: 0;
}
.lp_summer_2023 .bg__content__mask {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
}
.lp_summer_2023 .bg__content--pc {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp_summer_2023 .bg__content--sp {
  display: none;
}
.lp_summer_2023 .fixed__logo {
  display: flex;
  width: 14vw;
  top: 4vh;
  left: 3vw;
  position: absolute;
  transition: 0.3s;
  z-index: 30;
}
.lp_summer_2023 .nav {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 260px;
  height: 100vh;
  z-index: 20;
}
.lp_summer_2023 .nav__menu {
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  padding: 12px 24px;
  transition: 0.3s;
  height: 100%;
  box-shadow: 8px 0 2px -2px rgba(70, 70, 70, 0.6);
}
.lp_summer_2023 .nav__menu > img {
  width: 10vw;
  margin: 0 auto 12px;
  display: block;
}
.lp_summer_2023 .nav__menu ul li {
  border-bottom: solid 1px #7eee3e;
  margin-top: 12px;
  position: relative;
}
.lp_summer_2023 .nav__menu ul li a {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-right: 12px;
}
.lp_summer_2023 .nav__menu ul li::after {
  content: "";
  border-bottom: solid 4px #7eee3e;
  position: absolute;
  width: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  transition: 0.3s;
}
.lp_summer_2023 .nav__menu ul .active::after {
  width: 100%;
}
.lp_summer_2023 .nav__menu > p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2vh;
  width: 80%;
  text-align: center;
  display: block;
  margin: auto;
  cursor: pointer;
}
.lp_summer_2023 .nav__menu > p span {
  font-size: 1.2em;
}
.lp_summer_2023 .nav__menu__btn {
  margin: 16px auto;
}
.lp_summer_2023 .nav__menu__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7eee3e;
  padding: 8px 20px;
  width: max-content;
  margin: 6px auto;
  box-shadow: -8px 8px 0px #000;
  position: relative;
}
.lp_summer_2023 .nav__menu__btn a img {
  height: 24px;
  z-index: 2;
}
.lp_summer_2023 .nav__menu__btn a p {
  z-index: 2;
}
.lp_summer_2023 .nav__menu__btn a > div {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.lp_summer_2023 .nav__menu__btn a:hover > div {
  width: 100%;
}
.lp_summer_2023 .nav__menu__btn p {
  text-align: center;
  font-size: 14px;
}
.lp_summer_2023 #sp-nav {
  display: none;
}
.lp_summer_2023 .introduction__link {
  object-fit: cover;
}
.lp_summer_2023 .introduction__link a {
  display: flex;
  width: 70%;
  margin: auto;
  height: 160px;
  position: relative;
}
.lp_summer_2023 .introduction__link a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.lp_summer_2023 .introduction__link a:hover > .introduction__link__mask {
  background-color: rgba(255, 255, 255, 0.4);
}
.lp_summer_2023 .introduction__link a:hover > .introduction__link__img__wrapper img {
  transform: scale(1.05);
}
.lp_summer_2023 .introduction__link__text {
  display: flex;
  width: 49%;
  margin-left: 1%;
  align-items: center;
}
.lp_summer_2023 .introduction__link__text--question {
  font-size: 72px;
  margin: 0 -6px;
  height: max-content;
  line-height: 1;
}
.lp_summer_2023 .introduction__link__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  cursor: pointer;
}
.lp_summer_2023 .introduction__link__img__wrapper {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.lp_summer_2023 .introduction__link--right a {
  flex-direction: row-reverse;
}
.lp_summer_2023 .promotion-btn a {
  background-color: #7eee3e;
}
.lp_summer_2023 .promotion-btn a > div {
  background: #b5f6b7;
}
.lp_summer_2023 .firstview {
  width: 100%;
  height: 100vh;
  position: relative;
}
.lp_summer_2023 .firstview__video {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.lp_summer_2023 .firstview__video__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.64);
}
.lp_summer_2023 .firstview__parallelogram {
  position: absolute;
  height: 80vh;
  top: 0;
  left: -28vh;
}
.lp_summer_2023 .firstview__text {
  position: absolute;
  width: 80vw;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 16vh;
}
.lp_summer_2023 .firstview__text h1 {
  font-family: video, serif;
  letter-spacing: 0.1em;
  font-size: 4.8vw;
}
.lp_summer_2023 .firstview__text h2 {
  margin-bottom: 0vh;
  font-size: 42px;
}
.lp_summer_2023 .firstview__text h3 {
  margin-bottom: 2vh;
  font-size: 22px;
}
.lp_summer_2023 #overview {
  margin-top: 120px;
}
.lp_summer_2023 #overview h2 {
  font-size: 2vw;
  width: max-content;
  margin: 0 auto 36px;
}
.lp_summer_2023 #overview .overview {
  position: relative;
  height: 90vh;
}
.lp_summer_2023 #overview .overview__content {
  width: 50%;
  height: 50%;
  position: absolute;
  transition: 0.5s;
  opacity: 0;
}
.lp_summer_2023 #overview .overview__content img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.lp_summer_2023 #overview .overview__content__textblock {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.lp_summer_2023 #overview .overview__content__textblock div {
  position: absolute;
  height: max-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  background-color: unset !important;
}
.lp_summer_2023 #overview .overview__content__textblock:hover {
  opacity: 1;
}
.lp_summer_2023 #overview .overview__content__textblock h3 {
  font-size: 32px;
  margin: 4px 8px;
  font-weight: bold;
}
.lp_summer_2023 #overview .overview__content__textblock p {
  font-size: 16px;
  margin: 4px 8px;
}
.lp_summer_2023 #overview .overview__content--web {
  top: -30%;
  left: -50%;
}
.lp_summer_2023 #overview .overview__content--web .overview__content__textblock {
  background-color: rgba(211, 230, 244, 0.9);
}
.lp_summer_2023 #overview .overview__content--ai {
  top: -30%;
  right: -50%;
}
.lp_summer_2023 #overview .overview__content--ai .overview__content__textblock {
  background-color: rgba(199, 238, 222, 0.9);
}
.lp_summer_2023 #overview .overview__content--typing {
  bottom: -30%;
  left: -50%;
}
.lp_summer_2023 #overview .overview__content--typing .overview__content__textblock {
  background-color: rgba(237, 221, 191, 0.9);
}
.lp_summer_2023 #overview .overview__content--game {
  bottom: -30%;
  right: -50%;
  background-color: rgba(169, 131, 238, 0.4);
}
.lp_summer_2023 #overview .overview__content--game .overview__content__textblock {
  background-color: rgba(221, 213, 237, 0.9);
}
.lp_summer_2023 #overview .active .overview__content {
  opacity: 1;
}
.lp_summer_2023 #overview .active .overview__content--web {
  top: 0;
  left: 0;
}
.lp_summer_2023 #overview .active .overview__content--web .overview__content__textblock {
  background-color: rgba(211, 230, 244, 0.9) !important;
}
.lp_summer_2023 #overview .active .overview__content--ai {
  top: 0;
  right: 0;
}
.lp_summer_2023 #overview .active .overview__content--ai .overview__content__textblock {
  background-color: rgba(199, 238, 222, 0.9) !important;
}
.lp_summer_2023 #overview .active .overview__content--typing {
  bottom: 0;
  left: 0;
}
.lp_summer_2023 #overview .active .overview__content--typing .overview__content__textblock {
  background-color: rgba(237, 221, 191, 0.9) !important;
}
.lp_summer_2023 #overview .active .overview__content--game {
  bottom: 0;
  right: 0;
}
.lp_summer_2023 #overview .active .overview__content--game .overview__content__textblock {
  background-color: rgba(221, 213, 237, 0.9) !important;
}
.lp_summer_2023 .section {
  margin-bottom: 48px;
}
.lp_summer_2023 #flow-1 {
  position: relative;
}
.lp_summer_2023 #flow-1 .steptitle {
  margin-left: 64px;
  display: block;
}
.lp_summer_2023 #flow-1 .flow__bg {
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  top: -48px;
  right: 0;
  font-family: video, serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.lp_summer_2023 .content {
  margin-top: 280px;
  position: relative;
}
.lp_summer_2023 .content .steptitle {
  margin-left: 64px;
  display: block;
}
.lp_summer_2023 .content .flow__bg {
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  top: -48px;
  right: 0;
  font-family: video, serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.lp_summer_2023 .content .course_list {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 64px auto 0;
}
.lp_summer_2023 .content .course_list a {
  display: block;
  width: 23%;
  position: relative;
}
.lp_summer_2023 .content .course_list a .course__img__wrapper {
  width: 100%;
  overflow: hidden;
}
.lp_summer_2023 .content .course_list a .course__img__wrapper img {
  width: 100%;
  transition: 0.3s;
}
.lp_summer_2023 .content .course_list a:hover .course__img__wrapper img {
  transform: scale(1.05);
}
.lp_summer_2023 .content .course_list a:hover .course_list__link__mask {
  background-color: rgba(255, 255, 255, 0.4);
}
.lp_summer_2023 .content .course_list__link__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.lp_summer_2023 .content #course_content .content__content {
  width: 90%;
  margin: 240px 5%;
  position: relative;
}
.lp_summer_2023 .content #course_content .content__content:first-child {
  margin-top: 120px;
}
.lp_summer_2023 .content #course_content .content__content h3 {
  font-size: 32px;
  font-weight: 900;
  width: max-content;
}
.lp_summer_2023 .content #course_content .content__content h5 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 8px;
  width: max-content;
  display: block;
}
.lp_summer_2023 .content #course_content .content__content p {
  margin: 8px 0;
}
.lp_summer_2023 .content #course_content .content__content p span.highlight--green {
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_summer_2023 .content #course_content .content__content ul {
  padding-left: 12px;
}
.lp_summer_2023 .content #course_content .content__content li::before {
  content: "✓";
  margin-right: 4px;
}
.lp_summer_2023 .content #course_content .content__content b {
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_summer_2023 .content #course_content .content__content:last-child {
  margin-bottom: 120px;
}
.lp_summer_2023 .content #course_content .content__comment {
  font-weight: 700;
  color: #fff;
  background-color: #1264af;
  border-radius: 16px;
  padding: 8px 12px;
  position: absolute;
  top: -50px;
  left: 0;
}
.lp_summer_2023 .content #course_content .content__school__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 24px 0;
}
.lp_summer_2023 .content #course_content .content__school__list div {
  transition: 0.3s;
  border-radius: 26.4px;
  display: block;
  margin-bottom: 12px;
  position: relative;
}
.lp_summer_2023 .content #course_content .content__school__list div h4 {
  font-size: 18px;
  width: max-content;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 26.4px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 4px;
}
.lp_summer_2023 .content #course_content .content__school__list div h5 {
  background-color: #ff81b2;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 16px;
  position: absolute;
  line-height: 1.1;
  top: -12px;
  margin: 0;
  left: 120px;
}
.lp_summer_2023 .content #course_content .content__school__list div p {
  padding-left: 8px;
  font-weight: 700;
  font-size: 16px;
}
.lp_summer_2023 .content #course_content .content__school__list div .kyoto {
  background-color: rgb(18, 100, 175);
}
.lp_summer_2023 .content #course_content .content__school__list div .umeda {
  background-color: rgb(161, 11, 0);
}
.lp_summer_2023 .content #course_content .content__school__list div .tokyo {
  background-color: rgb(72, 199, 0);
}
.lp_summer_2023 .content #shortcourse__apply__btn {
  transform: none;
}
.lp_summer_2023 .content #shortcourse__apply__btn a {
  background-color: #ff81b2;
  padding: 16px 40px;
}
.lp_summer_2023 .content #shortcourse__apply__btn a div {
  background-color: #ffcadf;
}
.lp_summer_2023 .detail__content {
  width: 90%;
}
.lp_summer_2023 #catchup_content {
  margin-top: 280px;
}
.lp_summer_2023 #catchup_content .steptitle {
  margin-left: 64px;
  display: block;
}
.lp_summer_2023 #catchup_content .flow__bg {
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  top: -48px;
  right: 0;
  font-family: video, serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.lp_summer_2023 #catchup_content .catchup_content {
  display: flex;
  justify-content: space-evenly;
  margin-top: 80px;
}
.lp_summer_2023 #catchup_content .catchup_content > div {
  width: 40%;
}
.lp_summer_2023 #catchup_content .catchup_content > div img {
  width: 100%;
}
.lp_summer_2023 #catchup_content .catchup_content > div h3 {
  font-weight: 700;
  font-size: 22px;
  margin: 18px 0 12px;
}
.lp_summer_2023 #catchup_content .catchup_content > div > p {
  margin-bottom: 12px;
}
.lp_summer_2023 #catchup_content .catchup_content > div i b {
  font-size: 14px;
}
.lp_summer_2023 #catchup_content .catchup_content > div .highlight--green {
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_summer_2023 #catchup_content .catchup_content__school__list div {
  transition: 0.3s;
  border-radius: 26.4px;
  display: block;
  margin-bottom: 12px;
}
.lp_summer_2023 #catchup_content .catchup_content__school__list div h4 {
  font-size: 18px;
  width: max-content;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 26.4px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 4px;
}
.lp_summer_2023 #catchup_content .catchup_content__school__list div p {
  padding-left: 8px;
  font-weight: 700;
  font-size: 16px;
}
.lp_summer_2023 #catchup_content .catchup_content__school__list div .kyoto {
  background-color: rgb(18, 100, 175);
}
.lp_summer_2023 #catchup_content .catchup_content__school__list div .umeda {
  background-color: rgb(161, 11, 0);
}
.lp_summer_2023 #catchup_content .catchup_content__school__list div .tokyo {
  background-color: rgb(72, 199, 0);
}
.lp_summer_2023 #catchup_content > p i b {
  display: block;
  width: max-content;
  max-width: 70%;
  margin: auto;
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_summer_2023 .comment__content--a {
  margin-bottom: 360px;
}
.lp_summer_2023 .comment__content--a__bgimg {
  position: absolute;
  bottom: -12vw;
  width: 80vw;
  right: 0;
  z-index: -1;
}
.lp_summer_2023 .comment__content--c img.comment__content--c__bgnum {
  position: absolute;
  top: 0;
  width: 10vw;
  height: max-content;
}
.lp_summer_2023 .comment__content--c img.comment__content--c__bgnum--right {
  left: 0;
}
.lp_summer_2023 .comment__content--c img.comment__content--c__bgnum--left {
  right: 0;
}
.lp_summer_2023 .flow {
  padding: 0 15vw;
}
.lp_summer_2023 .flow ul {
  margin-top: 64px;
}
.lp_summer_2023 .flow li {
  margin: 6px 0;
  line-height: 1.6;
}
.lp_summer_2023 .flow li b {
  font-weight: 900;
  font-size: 1.5em;
}
.lp_summer_2023 .flow .down-arrow {
  text-align: center;
  font-weight: 900;
  font-size: 1.6em;
  margin: 6px auto;
}
.lp_summer_2023 #calendar {
  font-size: 14px;
}
.lp_summer_2023 #calendar .calendar__wrapper {
  pointer-events: none;
  width: 90%;
  margin: 0 5%;
  position: absolute;
  top: 0;
  transition: 0.5s;
}
.lp_summer_2023 #calendar .calendar__wrapper--jun {
  left: 0;
}
.lp_summer_2023 #calendar .calendar__wrapper--jul {
  left: 100%;
}
.lp_summer_2023 #calendar .calendar__wrapper--aug {
  left: 200%;
}
.lp_summer_2023 #calendar .calendar__schooltab {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 120px auto 24px;
}
.lp_summer_2023 #calendar .calendar__schooltab div {
  width: 20%;
  text-align: center;
  border-radius: 12px;
  transition: 0.3s;
  padding: 4px 0;
  transition: 0.3s;
  cursor: pointer;
}
.lp_summer_2023 #calendar .calendar__schooltab .calendar__schoolbtn--all {
  background-color: rgb(153, 171, 143);
  border: solid 2px rgb(153, 171, 143);
}
.lp_summer_2023 #calendar .calendar__schooltab .calendar__schoolbtn--all.active {
  background-color: rgb(59, 154, 4);
  border-color: rgb(59, 154, 4);
  color: #fff;
}
.lp_summer_2023 #calendar .calendar__schooltab .calendar__schoolbtn--kyoto {
  background-color: rgb(201, 228, 254);
  border: solid 2px rgb(201, 228, 254);
}
.lp_summer_2023 #calendar .calendar__schooltab .calendar__schoolbtn--kyoto.active {
  background-color: rgb(18, 100, 175);
  border-color: rgb(18, 100, 175);
  color: #fff;
}
.lp_summer_2023 #calendar .calendar__schooltab .calendar__schoolbtn--umeda {
  background-color: rgb(255, 211, 208);
  border: solid 2px rgb(255, 211, 208);
}
.lp_summer_2023 #calendar .calendar__schooltab .calendar__schoolbtn--umeda.active {
  background-color: rgb(161, 11, 0);
  border-color: rgb(161, 11, 0);
  color: #fff;
}
.lp_summer_2023 #calendar .calendar__schooltab .calendar__schoolbtn--tokyo {
  background-color: rgb(215, 255, 192);
  border: solid 2px rgb(215, 255, 192);
}
.lp_summer_2023 #calendar .calendar__schooltab .calendar__schoolbtn--tokyo.active {
  background-color: rgb(72, 199, 0);
  border-color: rgb(72, 199, 0);
  color: #fff;
}
.lp_summer_2023 #calendar .calendar__monthtab {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}
.lp_summer_2023 #calendar .calendar__monthtab div {
  width: 24%;
  text-align: center;
  border-radius: 12px;
  transition: 0.3s;
  border: solid 2px #7eee3e;
  padding: 4px 0;
  background-color: #fff;
  cursor: pointer;
}
.lp_summer_2023 #calendar .calendar__monthtab .active {
  background-color: #7eee3e;
}
.lp_summer_2023 #calendar .calendar__tab__wrapper {
  padding: 260px 0;
  height: 100%;
  position: relative;
}
.lp_summer_2023 #calendar .fc-event-time {
  display: none;
}
.lp_summer_2023 #calendar table {
  background-color: #fff;
}
.lp_summer_2023 .lp__swiper {
  width: 100%;
  height: calc(46.875vw - 240px);
}
.lp_summer_2023 .lp__swiper img {
  object-fit: cover;
}
.lp_summer_2023 .detail__content p a {
  text-decoration: underline;
  margin-right: 8px;
}
.lp_summer_2023 .detail__content h4 {
  background: linear-gradient(transparent 80%, #7eee3e 50%);
}
.lp_summer_2023 .detail__content h4 br {
  display: none;
}
.lp_summer_2023 .detail__content__detaillist {
  max-width: 45vw;
}
.lp_summer_2023 .detail__content__detaillist li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_summer_2023 .detail__content__detaillist li div {
  display: flex;
}
.lp_summer_2023 .detail__content__detaillist li div p:nth-child(1) {
  font-size: 32px;
  font-weight: 900;
  margin-right: 23px;
}
.lp_summer_2023 .detail__content__detaillist li div p:nth-child(2) {
  margin: 8px 0;
}
.lp_summer_2023 .detail__content__schedule h4 {
  margin-top: 24px;
}
.lp_summer_2023 .detail__content__schedule h5 {
  font-weight: bold;
  margin-top: 8px;
}
.lp_summer_2023 .detail__content__schedule p {
  margin: 0;
  padding-left: 16px;
}
.lp_summer_2023 .detail__content__schedule__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.lp_summer_2023 .detail__content__schedule__item {
  margin-right: 36px;
  margin-top: 12px;
}
.lp_summer_2023 .detail__notice_text {
  width: 45vw;
  margin: 64px auto 0;
  display: block;
  font-size: 20px;
  line-height: 1.8;
}
.lp_summer_2023 .detail__notice_text span {
  background: linear-gradient(transparent 85%, #7eee3e 50%);
  font-weight: bold;
}
.lp_summer_2023 .detail .apply-flow li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_summer_2023 .detail .apply-flow li b {
  font-weight: 900;
  font-size: 1.5em;
}
.lp_summer_2023 .detail .down-arrow {
  text-align: center;
  font-weight: 900;
  font-size: 1.6em;
  margin: 24px auto;
}
.lp_summer_2023 .notice-1 > div {
  position: relative;
}
.lp_summer_2023 .notice-1 > div > img {
  height: 70vh;
  margin: auto;
  display: block;
}
.lp_summer_2023 .notice-1__classroom {
  position: absolute;
}
.lp_summer_2023 .notice-1__classroom--1 {
  top: 22vh;
  left: calc(50vw - 26vh);
  transform: translate3d(-100%, -100%, 0);
  text-align: right;
}
.lp_summer_2023 .notice-1__classroom--2 {
  bottom: 22vh;
  right: calc(50vw - 24vh);
  transform: translate3d(100%, 100%, 0);
}
.lp_summer_2023 .notice-1__classroom h4 {
  font-size: 32px;
  font-weight: 900;
}
.lp_summer_2023 .notice-1__bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: max-content;
  width: max-content;
  margin: auto;
  font-size: 120px;
  line-height: 1;
  font-weight: 900;
  opacity: 0.4;
  font-style: italic;
  color: #14af12;
}
.lp_summer_2023 .notice-1__bg--1 {
  transform: translateX(-30vw);
}
.lp_summer_2023 .notice-1__bg--2 {
  transform: translateX(30vw);
}
.lp_summer_2023 #form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
  padding: 5vh 10vw;
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.lp_summer_2023 #form form {
  width: 100%;
  margin: 0;
  background-color: #fff;
  overflow: auto;
  padding: 100px 10vw;
  border: solid 2px #000;
  border-radius: 16px;
  height: 100%;
}
.lp_summer_2023 #form form input {
  background-color: #fff;
}
.lp_summer_2023 #form .form__close {
  position: absolute;
  top: 9vh;
  right: 12vw;
  font-size: 20px;
  cursor: pointer;
}
.lp_summer_2023 .course-detail {
  padding: 0 64px;
}
.lp_summer_2023 .course-detail h3 {
  background: linear-gradient(transparent 85%, #7eee3e 50%);
  width: max-content;
  font-size: 24px;
  font-weight: bold;
  margin: 24px auto 8px 4px;
}
.lp_summer_2023 .course-detail ul {
  margin-bottom: 24px;
}
.lp_summer_2023 .course-detail .section__title {
  margin-bottom: 64px;
}
.lp_summer_2023 .apply-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 32px 48px;
  transition: 0.3s;
  display: none;
  opacity: 0;
}
.lp_summer_2023 .apply-modal__close-btn {
  position: absolute;
  top: 8px;
  right: 64px;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  padding: 4px 8px;
  z-index: 10;
}
.lp_summer_2023 .apply-modal__wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: solid 3px #000;
  border-radius: 24px;
  padding: 92px 0 12px;
  position: relative;
}
.lp_summer_2023 .apply-modal__scrollarea {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0 48px;
}
.lp_summer_2023 .apply-modal__btn__list {
  display: flex;
  width: 80%;
  justify-content: space-evenly;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 52px;
  align-items: center;
  margin: 16px auto 24px;
}
.lp_summer_2023 .apply-modal__btn__list h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 24px 12px;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.3s;
  background-color: #d2f3be;
  color: #fff;
}
.lp_summer_2023 .apply-modal__btn__list .active {
  background-color: #14af12;
}
.lp_summer_2023 .apply-modal__table {
  transition: 0.3s;
  border: solid 1px #000;
  margin-bottom: 36px;
}
.lp_summer_2023 .apply-modal__table--master {
  width: 56%;
  min-width: 448px;
}
.lp_summer_2023 .apply-modal__table--master .apply-modal__table__item {
  width: calc(50% - 70px);
}
.lp_summer_2023 .apply-modal__table--master .apply-modal__table__item:first-child {
  width: 140px;
}
.lp_summer_2023 .apply-modal__table--shortcourse {
  width: 100%;
  min-width: 800px;
  display: none;
  opacity: 0;
}
.lp_summer_2023 .apply-modal__table--shortcourse .apply-modal__table__item {
  width: calc(25% - 35px);
}
.lp_summer_2023 .apply-modal__table--shortcourse .apply-modal__table__item:first-child {
  width: 140px;
}
.lp_summer_2023 .apply-modal__table__row {
  display: flex;
}
.lp_summer_2023 .apply-modal__table__row:first-child {
  height: 100px;
}
.lp_summer_2023 .apply-modal__table__item {
  border: solid 1px #000;
  padding: 8px 12px;
  position: relative;
}
.lp_summer_2023 .apply-modal__table__item p {
  font-size: 14px;
}
.lp_summer_2023 .apply-modal__table__item a {
  font-size: 14px;
  background-color: #14af12;
  color: #fff;
  padding: 8px 12px;
  border-radius: 12px;
  display: block;
  width: max-content;
  margin-top: 8px;
}
.lp_summer_2023 .apply-modal__table__item img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}
.lp_summer_2023 .apply-modal__table__header {
  font-weight: bold;
}
.lp_summer_2023 .apply-modal__table__header--kyoto {
  background-color: #c9e4fe;
}
.lp_summer_2023 .apply-modal__table__header--umeda {
  background-color: #ffd3d0;
}
.lp_summer_2023 .apply-modal__table__header--tokyo {
  background-color: #d7ffc0;
}
@media (max-width: 1023px) {
  .lp_summer_2023 #comment-1,
  .lp_summer_2023 #comment-2,
  .lp_summer_2023 #comment-3,
  .lp_summer_2023 #comment-4,
  .lp_summer_2023 #content,
  .lp_summer_2023 #detail,
  .lp_summer_2023 #notice-1,
  .lp_summer_2023 #review,
  .lp_summer_2023 #event,
  .lp_summer_2023 #school_info,
  .lp_summer_2023 #flow,
  .lp_summer_2023 #calendar,
  .lp_summer_2023 .introduction__link,
  .lp_summer_2023 #overview,
  .lp_summer_2023 .section,
  .lp_summer_2023 #flow-1,
  .lp_summer_2023 #flow-2,
  .lp_summer_2023 #flow-3,
  .lp_summer_2023 #catchup_content,
  .lp_summer_2023 #course-detail,
  .lp_summer_2023 #swiper {
    margin: 120px 0;
  }
  .lp_summer_2023 section > .section__title h2 {
    font-size: 18px;
  }
  .lp_summer_2023 #firstview .firstview__text h1 {
    font-size: 9vw;
  }
  .lp_summer_2023 #firstview .firstview__text h2 {
    font-size: 7vw;
  }
  .lp_summer_2023 #firstview .firstview__text h3 {
    font-size: 4vw;
  }
  .lp_summer_2023 .bg__image--pc {
    display: none;
  }
  .lp_summer_2023 .bg__image--sp {
    display: block;
  }
  .lp_summer_2023 .bg__content__wrapper {
    left: 0;
    width: 100%;
  }
  .lp_summer_2023 .fixed__logo {
    width: 40vw;
  }
  .lp_summer_2023 .nav__menu > img {
    width: 30vw;
  }
  .lp_summer_2023 #nav {
    display: none;
  }
  .lp_summer_2023 #sp-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
  }
  .lp_summer_2023 #sp-nav .nav__gauge {
    width: 100%;
    height: 6px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .lp_summer_2023 #sp-nav .nav__gauge div {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #7eee3e;
  }
  .lp_summer_2023 #sp-nav .sp-footer-nav {
    width: 100%;
    height: 36px;
    padding: 0;
    line-height: 1;
    font-size: 20px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
  }
  .lp_summer_2023 #sp-nav .sp-footer-nav li {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
    position: absolute;
    padding: 0 8vw;
    opacity: 0;
  }
  .lp_summer_2023 #sp-nav .sp-footer-nav li * {
    padding: 8px;
  }
  .lp_summer_2023 #sp-nav .sp-footer-nav .active {
    opacity: 1;
  }
  .lp_summer_2023 #sp-nav .sp-nav-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 80px 10vw;
    font-size: 18px;
    display: none;
    opacity: 0;
    transition: 0.3s;
  }
  .lp_summer_2023 #sp-nav .sp-nav-modal ul li {
    border-bottom: solid 1px #7eee3e;
    margin-top: 12px;
    position: relative;
  }
  .lp_summer_2023 #sp-nav .sp-nav-modal ul li a {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-right: 12px;
  }
  .lp_summer_2023 #sp-nav .sp-nav-modal ul li::after {
    content: "";
    border-bottom: solid 4px #7eee3e;
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    transition: 0.3s;
  }
  .lp_summer_2023 #sp-nav .sp-nav-modal ul .active::after {
    width: 100%;
  }
  .lp_summer_2023 #sp-nav .sp-nav-modal > p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2vh;
    width: 80%;
    text-align: center;
    display: block;
    margin: auto;
    cursor: pointer;
  }
  .lp_summer_2023 #sp-nav .sp-nav-modal > p span {
    font-size: 1.2em;
  }
  .lp_summer_2023 #sp-nav .sp-nav-modal #sp-nav-modal__close {
    position: fixed;
    top: 8px;
    right: 24px;
    font-size: 20px;
    color: #fff;
    height: max-content;
    width: max-content;
    bottom: unset;
    left: unset;
  }
  .lp_summer_2023 #sp-nav .sp-nav-modal .nav__menu__btn {
    margin-top: 36px;
  }
  .lp_summer_2023 #sp-nav .sp-nav-modal .nav__menu__btn a {
    color: #000;
  }
  .lp_summer_2023 .firstview__parallelogram {
    height: 48vh;
    left: -24vh;
  }
  .lp_summer_2023 .firstview__text {
    bottom: 12vh;
  }
  .lp_summer_2023 .firstview__text h1 {
    font-size: 28px;
  }
  .lp_summer_2023 .firstview__text h2 {
    font-size: 14px;
  }
  .lp_summer_2023 #overview h2 {
    width: 90vw;
    font-size: 4vw;
  }
  .lp_summer_2023 #overview .overview__content {
    background-color: unset !important;
  }
  .lp_summer_2023 #overview .overview__content img {
    width: 100%;
    height: auto;
    position: relative;
  }
  .lp_summer_2023 #overview .overview__content__textblock {
    opacity: 1;
    position: relative;
    padding: 4px 6px;
    height: calc(45vh - 28.125vw);
  }
  .lp_summer_2023 #overview .overview__content__textblock h3 {
    font-size: 18px;
    margin: 4px 0;
  }
  .lp_summer_2023 #overview .overview__content__textblock p {
    margin: 4px 0;
    font-size: 12px !important;
  }
  .lp_summer_2023 #flow-1 .steptitle {
    font-size: 32px;
    margin-left: 5vw;
  }
  .lp_summer_2023 #flow-1 .flow__bg {
    font-size: 22vw;
  }
  .lp_summer_2023 #catchup_content .steptitle {
    font-size: 32px;
    margin-left: 5vw;
  }
  .lp_summer_2023 #catchup_content .flow__bg {
    font-size: 22vw;
  }
  .lp_summer_2023 .content {
    overflow: visible;
  }
  .lp_summer_2023 .content .steptitle {
    font-size: 32px;
    margin-left: 5vw;
  }
  .lp_summer_2023 .content .flow__bg {
    font-size: 22vw;
  }
  .lp_summer_2023 .content .course_list {
    flex-wrap: wrap;
  }
  .lp_summer_2023 .content .course_list a {
    width: 48%;
    margin-top: 24px;
  }
  .lp_summer_2023 .content #course_content .content__content h3 {
    font-size: 26px;
  }
  .lp_summer_2023 .content #course_content .content__comment {
    top: -42px;
  }
  .lp_summer_2023 .content #course_content .content__school__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 14px 0px;
  }
  .lp_summer_2023 .content #course_content .content__school__item h4 {
    height: max-content;
    font-size: 16px;
    padding: 6px 12px;
  }
  .lp_summer_2023 .content #course_content .content__school__item p {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
  .lp_summer_2023 .content #course_content .content__school__list div h5 {
    font-size: 14px;
  }
  .lp_summer_2023 #catchup_content .catchup_content {
    display: block;
  }
  .lp_summer_2023 #catchup_content .catchup_content > div {
    width: 90%;
    margin: 48px auto;
  }
  .lp_summer_2023 #catchup_content .catchup_content > div .content__school__item {
    display: flex;
    justify-content: space-between;
  }
  .lp_summer_2023 #catchup_content .catchup_content > div .content__school__item h4 {
    font-size: 16px;
    padding: 6px 12px;
  }
  .lp_summer_2023 #catchup_content .catchup_content .catchup_content__title__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }
  .lp_summer_2023 #catchup_content .catchup_content .catchup_content__title__wrapper img {
    width: 40%;
    height: auto;
  }
  .lp_summer_2023 #catchup_content .catchup_content .catchup_content__title__wrapper h3 {
    display: block;
    width: 55%;
  }
  .lp_summer_2023 #calendar .calendar__wrapper {
    width: 98%;
    margin: 0 1%;
    font-size: 12px;
  }
  .lp_summer_2023 #calendar .fc-daygrid-event-dot {
    margin: 0;
  }
  .lp_summer_2023 #calendar .fc-event-title {
    font-weight: 400;
  }
  .lp_summer_2023 .comment__content--a {
    margin-bottom: 0;
  }
  .lp_summer_2023 .comment__content--a--left > div:nth-child(1) > img:nth-child(1) {
    transform: translate3d(-48px, 32px, 0);
  }
  .lp_summer_2023 .comment__content--c img.comment__content--c__bgnum {
    width: 20vw;
    left: 0;
    right: unset;
  }
  .lp_summer_2023 #comment-4 .comment__content--b > div {
    margin: calc(75vw - 42px) auto 0;
  }
  .lp_summer_2023 .detail__content h4 {
    font-size: 20px;
  }
  .lp_summer_2023 .detail__content h4 br {
    display: block;
  }
  .lp_summer_2023 .detail__content__detaillist {
    max-width: 90vw;
  }
  .lp_summer_2023 .detail__notice_text {
    width: 90vw;
  }
  .lp_summer_2023 .flow {
    padding: 0 5vw;
  }
  .lp_summer_2023 #course_content .content__comment {
    top: -48px;
  }
  .lp_summer_2023 .introduction__link {
    margin-bottom: 240px;
  }
  .lp_summer_2023 .introduction__link a {
    display: block;
    width: 90vw;
    position: relative;
    height: 40vw;
  }
  .lp_summer_2023 .introduction__link__text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    color: #fff;
    margin: 0;
  }
  .lp_summer_2023 .introduction__link__text div {
    font-size: 16px;
    margin: auto;
  }
  .lp_summer_2023 .introduction__link__text--question {
    display: none;
  }
  .lp_summer_2023 .introduction__link__img__wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .lp_summer_2023 .form__btn {
    width: 90vw;
  }
  .lp_summer_2023 .notice-1 > div > img {
    margin: auto;
    width: 80vw;
    height: auto;
  }
  .lp_summer_2023 .notice-1__classroom--1 {
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, -100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_summer_2023 .notice-1__classroom--2 {
    bottom: -10px;
    left: 0;
    right: 0;
    transform: translate3d(0, 100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_summer_2023 .notice-1__bg {
    opacity: 0.2;
  }
  .lp_summer_2023 .notice-1__bg--1 {
    top: 0;
    bottom: unset;
    transform: translate3d(0, -110%, 0);
  }
  .lp_summer_2023 .notice-1__bg--2 {
    top: unset;
    bottom: 0;
    transform: translate3d(0, 110%, 0);
  }
  .lp_summer_2023 .lp__swiper {
    height: calc(46.875vw - 28.125px);
  }
  .lp_summer_2023 .event__content {
    width: 90vw;
    margin: 60px auto;
  }
  .lp_summer_2023 .event__content img {
    width: 90vw;
    margin-bottom: 24px;
  }
  .lp_summer_2023 .event__content__title--pc {
    display: none;
  }
  .lp_summer_2023 .event__content__title--sp {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: max-content;
  }
  .lp_summer_2023 .event__content p {
    margin-top: 12px;
  }
  .lp_summer_2023 .event__description {
    width: 90vw;
    margin: 60px auto;
  }
  .lp_summer_2023 .promotion-btn {
    transform: translateX(0);
  }
  .lp_summer_2023 #form {
    padding: 24px 12px;
  }
  .lp_summer_2023 #form form {
    padding: 12px 24px;
  }
  .lp_summer_2023 #form .form__close {
    top: 36px;
    right: 36px;
  }
  .lp_summer_2023 .apply-modal {
    padding: 24px 12px;
  }
  .lp_summer_2023 .apply-modal__close-btn {
    right: 24px;
  }
  .lp_summer_2023 .apply-modal__wrapper {
    padding: 138px 0 12px;
  }
  .lp_summer_2023 .apply-modal__scrollarea {
    padding: 0 18px;
  }
  .lp_summer_2023 .apply-modal__btn__list {
    margin: 36px auto 48px;
  }
  .lp_summer_2023 .apply-modal__btn__list h3 {
    font-size: 18px;
  }
  .lp_summer_2023 .apply-modal__table--master .apply-modal__table__item {
    width: calc(50% - 59px);
  }
  .lp_summer_2023 .apply-modal__table--master .apply-modal__table__item:first-child {
    width: 118px;
  }
  .lp_summer_2023 .apply-modal__table--shortcourse .apply-modal__table__item {
    width: calc(25% - 29.5px);
  }
  .lp_summer_2023 .apply-modal__table--shortcourse .apply-modal__table__item:first-child {
    width: 118px;
  }
  .lp_summer_2023 .apply-modal__table__item {
    padding: 8px 6px;
  }
  .lp_summer_2023 .apply-modal__table__item a {
    padding: 4px 8px;
    font-size: 12px;
  }
  .lp_summer_2023 .course-detail {
    padding: 0 5vw;
  }
  .lp_summer_2023 footer {
    margin-left: 0;
  }
}

.lp_summer_2023_shift_campaign #comment-1,
.lp_summer_2023_shift_campaign #comment-2,
.lp_summer_2023_shift_campaign #comment-3,
.lp_summer_2023_shift_campaign #comment-4,
.lp_summer_2023_shift_campaign #content,
.lp_summer_2023_shift_campaign #detail,
.lp_summer_2023_shift_campaign #form,
.lp_summer_2023_shift_campaign #notice-1,
.lp_summer_2023_shift_campaign #review,
.lp_summer_2023_shift_campaign #event,
.lp_summer_2023_shift_campaign #school_info,
.lp_summer_2023_shift_campaign #flow,
.lp_summer_2023_shift_campaign #calendar,
.lp_summer_2023_shift_campaign .introduction__link,
.lp_summer_2023_shift_campaign #catchup_content,
.lp_summer_2023_shift_campaign #overview,
.lp_summer_2023_shift_campaign .section,
.lp_summer_2023_shift_campaign #flow-1,
.lp_summer_2023_shift_campaign #flow-2,
.lp_summer_2023_shift_campaign #flow-3,
.lp_summer_2023_shift_campaign #shift_campaign,
.lp_summer_2023_shift_campaign #swiper {
  margin: 180px 0 180px 260px;
}
.lp_summer_2023_shift_campaign #comment-1,
.lp_summer_2023_shift_campaign #comment-2,
.lp_summer_2023_shift_campaign #comment-3,
.lp_summer_2023_shift_campaign #comment-4,
.lp_summer_2023_shift_campaign #content,
.lp_summer_2023_shift_campaign #detail,
.lp_summer_2023_shift_campaign #form,
.lp_summer_2023_shift_campaign footer,
.lp_summer_2023_shift_campaign .promotion-btn,
.lp_summer_2023_shift_campaign #notice-1,
.lp_summer_2023_shift_campaign #review,
.lp_summer_2023_shift_campaign #overview,
.lp_summer_2023_shift_campaign #event,
.lp_summer_2023_shift_campaign #school_info,
.lp_summer_2023_shift_campaign #flow,
.lp_summer_2023_shift_campaign #calendar,
.lp_summer_2023_shift_campaign .introduction__link,
.lp_summer_2023_shift_campaign .section,
.lp_summer_2023_shift_campaign #flow-1,
.lp_summer_2023_shift_campaign #flow-2,
.lp_summer_2023_shift_campaign #flow-3,
.lp_summer_2023_shift_campaign #shift_campaign,
.lp_summer_2023_shift_campaign #catchup_content,
.lp_summer_2023_shift_campaign #swiper {
  position: relative;
  z-index: 10;
}
.lp_summer_2023_shift_campaign .promotion-btn {
  transform: translateX(130px);
}
.lp_summer_2023_shift_campaign footer {
  margin-left: 260px;
}
.lp_summer_2023_shift_campaign .highlight--green {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.lp_summer_2023_shift_campaign .bg__image {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}
.lp_summer_2023_shift_campaign .bg__image--pc {
  display: block;
}
.lp_summer_2023_shift_campaign .bg__image--sp {
  display: none;
}
.lp_summer_2023_shift_campaign .bg__content__wrapper {
  width: auto;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 260px;
  transition: 0.5s;
  opacity: 0;
}
.lp_summer_2023_shift_campaign .bg__content__mask {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
}
.lp_summer_2023_shift_campaign .bg__content--pc {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp_summer_2023_shift_campaign .bg__content--sp {
  display: none;
}
.lp_summer_2023_shift_campaign .fixed__logo {
  display: flex;
  width: 14vw;
  top: 4vh;
  left: 3vw;
  position: absolute;
  transition: 0.3s;
  z-index: 30;
}
.lp_summer_2023_shift_campaign .nav {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 260px;
  height: 100vh;
  z-index: 20;
}
.lp_summer_2023_shift_campaign .nav__menu {
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  padding: 12px 24px;
  transition: 0.3s;
  height: 100%;
  box-shadow: 8px 0 2px -2px rgba(70, 70, 70, 0.6);
}
.lp_summer_2023_shift_campaign .nav__menu > img {
  width: 10vw;
  margin: 0 auto 12px;
  display: block;
}
.lp_summer_2023_shift_campaign .nav__menu ul li {
  border-bottom: solid 1px #7eee3e;
  margin-top: 12px;
  position: relative;
}
.lp_summer_2023_shift_campaign .nav__menu ul li a {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-right: 12px;
}
.lp_summer_2023_shift_campaign .nav__menu ul li::after {
  content: "";
  border-bottom: solid 4px #7eee3e;
  position: absolute;
  width: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  transition: 0.3s;
}
.lp_summer_2023_shift_campaign .nav__menu ul .active::after {
  width: 100%;
}
.lp_summer_2023_shift_campaign .nav__menu > p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2vh;
  width: 80%;
  text-align: center;
  display: block;
  margin: auto;
  cursor: pointer;
}
.lp_summer_2023_shift_campaign .nav__menu > p span {
  font-size: 1.2em;
}
.lp_summer_2023_shift_campaign .nav__menu__btn {
  margin: 16px auto;
}
.lp_summer_2023_shift_campaign .nav__menu__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7eee3e;
  padding: 8px 20px;
  width: max-content;
  margin: 6px auto;
  box-shadow: -8px 8px 0px #000;
  position: relative;
}
.lp_summer_2023_shift_campaign .nav__menu__btn a img {
  height: 24px;
  z-index: 2;
}
.lp_summer_2023_shift_campaign .nav__menu__btn a p {
  z-index: 2;
}
.lp_summer_2023_shift_campaign .nav__menu__btn a > div {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.lp_summer_2023_shift_campaign .nav__menu__btn a:hover > div {
  width: 100%;
}
.lp_summer_2023_shift_campaign .nav__menu__btn p {
  text-align: center;
  font-size: 14px;
}
.lp_summer_2023_shift_campaign #sp-nav {
  display: none;
}
.lp_summer_2023_shift_campaign .introduction__link {
  object-fit: cover;
}
.lp_summer_2023_shift_campaign .introduction__link a {
  display: flex;
  width: 70%;
  margin: auto;
  height: 160px;
  position: relative;
}
.lp_summer_2023_shift_campaign .introduction__link a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.lp_summer_2023_shift_campaign .introduction__link a:hover > .introduction__link__mask {
  background-color: rgba(255, 255, 255, 0.4);
}
.lp_summer_2023_shift_campaign .introduction__link a:hover > .introduction__link__img__wrapper img {
  transform: scale(1.05);
}
.lp_summer_2023_shift_campaign .introduction__link__text {
  display: flex;
  width: 49%;
  margin-left: 1%;
  align-items: center;
}
.lp_summer_2023_shift_campaign .introduction__link__text--question {
  font-size: 72px;
  margin: 0 -6px;
  height: max-content;
  line-height: 1;
}
.lp_summer_2023_shift_campaign .introduction__link__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  cursor: pointer;
}
.lp_summer_2023_shift_campaign .introduction__link__img__wrapper {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.lp_summer_2023_shift_campaign .introduction__link--right a {
  flex-direction: row-reverse;
}
.lp_summer_2023_shift_campaign .promotion-btn a {
  background-color: #7eee3e;
}
.lp_summer_2023_shift_campaign .promotion-btn a > div {
  background: #b5f6b7;
}
.lp_summer_2023_shift_campaign .firstview {
  width: 100%;
  height: 100vh;
  position: relative;
}
.lp_summer_2023_shift_campaign .firstview__video {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.lp_summer_2023_shift_campaign .firstview__video__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.64);
}
.lp_summer_2023_shift_campaign .firstview__parallelogram {
  position: absolute;
  height: 80vh;
  top: 0;
  left: -28vh;
}
.lp_summer_2023_shift_campaign .firstview__text {
  position: absolute;
  width: 80vw;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 16vh;
}
.lp_summer_2023_shift_campaign .firstview__text h1 {
  font-family: video, serif;
  letter-spacing: 0.1em;
  font-size: 4.8vw;
}
.lp_summer_2023_shift_campaign .firstview__text h2 {
  margin-bottom: 0vh;
  font-size: 42px;
}
.lp_summer_2023_shift_campaign .firstview__text h3 {
  margin-bottom: 2vh;
  font-size: 22px;
}
.lp_summer_2023_shift_campaign #overview {
  margin-top: 120px;
}
.lp_summer_2023_shift_campaign #overview h2 {
  font-size: 2vw;
  width: max-content;
  margin: 0 auto 36px;
}
.lp_summer_2023_shift_campaign #overview .overview {
  position: relative;
  height: 90vh;
}
.lp_summer_2023_shift_campaign #overview .overview__content {
  width: 50%;
  height: 50%;
  position: absolute;
  transition: 0.5s;
  opacity: 0;
}
.lp_summer_2023_shift_campaign #overview .overview__content img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.lp_summer_2023_shift_campaign #overview .overview__content__textblock {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.lp_summer_2023_shift_campaign #overview .overview__content__textblock div {
  position: absolute;
  height: max-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  background-color: unset !important;
}
.lp_summer_2023_shift_campaign #overview .overview__content__textblock:hover {
  opacity: 1;
}
.lp_summer_2023_shift_campaign #overview .overview__content__textblock h3 {
  font-size: 32px;
  margin: 4px 8px;
  font-weight: bold;
}
.lp_summer_2023_shift_campaign #overview .overview__content__textblock p {
  font-size: 16px;
  margin: 4px 8px;
}
.lp_summer_2023_shift_campaign #overview .overview__content--web {
  top: -30%;
  left: -50%;
}
.lp_summer_2023_shift_campaign #overview .overview__content--web .overview__content__textblock {
  background-color: rgba(211, 230, 244, 0.9);
}
.lp_summer_2023_shift_campaign #overview .overview__content--ai {
  top: -30%;
  right: -50%;
}
.lp_summer_2023_shift_campaign #overview .overview__content--ai .overview__content__textblock {
  background-color: rgba(199, 238, 222, 0.9);
}
.lp_summer_2023_shift_campaign #overview .overview__content--typing {
  bottom: -30%;
  left: -50%;
}
.lp_summer_2023_shift_campaign #overview .overview__content--typing .overview__content__textblock {
  background-color: rgba(237, 221, 191, 0.9);
}
.lp_summer_2023_shift_campaign #overview .overview__content--game {
  bottom: -30%;
  right: -50%;
  background-color: rgba(169, 131, 238, 0.4);
}
.lp_summer_2023_shift_campaign #overview .overview__content--game .overview__content__textblock {
  background-color: rgba(221, 213, 237, 0.9);
}
.lp_summer_2023_shift_campaign #overview .active .overview__content {
  opacity: 1;
}
.lp_summer_2023_shift_campaign #overview .active .overview__content--web {
  top: 0;
  left: 0;
}
.lp_summer_2023_shift_campaign #overview .active .overview__content--web .overview__content__textblock {
  background-color: rgba(211, 230, 244, 0.9) !important;
}
.lp_summer_2023_shift_campaign #overview .active .overview__content--ai {
  top: 0;
  right: 0;
}
.lp_summer_2023_shift_campaign #overview .active .overview__content--ai .overview__content__textblock {
  background-color: rgba(199, 238, 222, 0.9) !important;
}
.lp_summer_2023_shift_campaign #overview .active .overview__content--typing {
  bottom: 0;
  left: 0;
}
.lp_summer_2023_shift_campaign #overview .active .overview__content--typing .overview__content__textblock {
  background-color: rgba(237, 221, 191, 0.9) !important;
}
.lp_summer_2023_shift_campaign #overview .active .overview__content--game {
  bottom: 0;
  right: 0;
}
.lp_summer_2023_shift_campaign #overview .active .overview__content--game .overview__content__textblock {
  background-color: rgba(221, 213, 237, 0.9) !important;
}
.lp_summer_2023_shift_campaign .shift_campaign {
  margin-top: -90px;
  padding-top: 90px;
}
.lp_summer_2023_shift_campaign .shift_campaign__content {
  display: flex;
  width: 90%;
  margin: auto;
  justify-content: space-between;
}
.lp_summer_2023_shift_campaign .shift_campaign__content img {
  width: 45%;
}
.lp_summer_2023_shift_campaign .shift_campaign__content div {
  width: 45%;
}
.lp_summer_2023_shift_campaign .shift_campaign__content div h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 14px;
}
.lp_summer_2023_shift_campaign .shift_campaign > p {
  width: 70%;
  display: block;
  margin: auto;
}
.lp_summer_2023_shift_campaign .shift_campaign #shift_campaign__apply__btn {
  transform: translateX(0);
}
.lp_summer_2023_shift_campaign .shift_campaign #shift_campaign__apply__btn a {
  background-color: #d70027;
  color: #fff;
  padding: 16px 48px;
}
.lp_summer_2023_shift_campaign .shift_campaign #shift_campaign__apply__btn a div {
  background-color: #e27387;
}
.lp_summer_2023_shift_campaign .section {
  margin-bottom: 48px;
}
.lp_summer_2023_shift_campaign #flow-1 {
  position: relative;
}
.lp_summer_2023_shift_campaign #flow-1 .steptitle {
  margin-left: 64px;
  display: block;
}
.lp_summer_2023_shift_campaign #flow-1 .flow__bg {
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  top: -48px;
  right: 0;
  font-family: video, serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.lp_summer_2023_shift_campaign .content {
  margin-top: 280px;
  position: relative;
}
.lp_summer_2023_shift_campaign .content .steptitle {
  margin-left: 64px;
  display: block;
}
.lp_summer_2023_shift_campaign .content .flow__bg {
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  top: -48px;
  right: 0;
  font-family: video, serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.lp_summer_2023_shift_campaign .content .course_list {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 64px auto 0;
}
.lp_summer_2023_shift_campaign .content .course_list a {
  display: block;
  width: 23%;
  position: relative;
}
.lp_summer_2023_shift_campaign .content .course_list a .course__img__wrapper {
  width: 100%;
  overflow: hidden;
}
.lp_summer_2023_shift_campaign .content .course_list a .course__img__wrapper img {
  width: 100%;
  transition: 0.3s;
}
.lp_summer_2023_shift_campaign .content .course_list a:hover .course__img__wrapper img {
  transform: scale(1.05);
}
.lp_summer_2023_shift_campaign .content .course_list a:hover .course_list__link__mask {
  background-color: rgba(255, 255, 255, 0.4);
}
.lp_summer_2023_shift_campaign .content .course_list__link__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.lp_summer_2023_shift_campaign .content #course_content .content__content {
  width: 90%;
  margin: 240px 5%;
  position: relative;
}
.lp_summer_2023_shift_campaign .content #course_content .content__content:first-child {
  margin-top: 120px;
}
.lp_summer_2023_shift_campaign .content #course_content .content__content h3 {
  font-size: 32px;
  font-weight: 900;
  width: max-content;
}
.lp_summer_2023_shift_campaign .content #course_content .content__content h5 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 8px;
  width: max-content;
  display: block;
}
.lp_summer_2023_shift_campaign .content #course_content .content__content p {
  margin: 8px 0;
}
.lp_summer_2023_shift_campaign .content #course_content .content__content p span.highlight--green {
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_summer_2023_shift_campaign .content #course_content .content__content ul {
  padding-left: 12px;
}
.lp_summer_2023_shift_campaign .content #course_content .content__content li::before {
  content: "✓";
  margin-right: 4px;
}
.lp_summer_2023_shift_campaign .content #course_content .content__content b {
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_summer_2023_shift_campaign .content #course_content .content__content:last-child {
  margin-bottom: 120px;
}
.lp_summer_2023_shift_campaign .content #course_content .content__comment {
  font-weight: 700;
  color: #fff;
  background-color: #1264af;
  border-radius: 16px;
  padding: 8px 12px;
  position: absolute;
  top: -50px;
  left: 0;
}
.lp_summer_2023_shift_campaign .content #course_content .content__school__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 24px 0;
}
.lp_summer_2023_shift_campaign .content #course_content .content__school__list div {
  transition: 0.3s;
  border-radius: 26.4px;
  display: block;
  margin-bottom: 12px;
  position: relative;
}
.lp_summer_2023_shift_campaign .content #course_content .content__school__list div h4 {
  font-size: 18px;
  width: max-content;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 26.4px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 4px;
}
.lp_summer_2023_shift_campaign .content #course_content .content__school__list div h5 {
  background-color: #ff81b2;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 16px;
  position: absolute;
  line-height: 1.1;
  top: -12px;
  margin: 0;
  left: 120px;
}
.lp_summer_2023_shift_campaign .content #course_content .content__school__list div p {
  padding-left: 8px;
  font-weight: 700;
  font-size: 16px;
}
.lp_summer_2023_shift_campaign .content #course_content .content__school__list div .kyoto {
  background-color: rgb(18, 100, 175);
}
.lp_summer_2023_shift_campaign .content #course_content .content__school__list div .umeda {
  background-color: rgb(161, 11, 0);
}
.lp_summer_2023_shift_campaign .content #course_content .content__school__list div .tokyo {
  background-color: rgb(72, 199, 0);
}
.lp_summer_2023_shift_campaign .content #shortcourse__apply__btn {
  transform: none;
}
.lp_summer_2023_shift_campaign .content #shortcourse__apply__btn a {
  background-color: #ff81b2;
  padding: 16px 40px;
}
.lp_summer_2023_shift_campaign .content #shortcourse__apply__btn a div {
  background-color: #ffcadf;
}
.lp_summer_2023_shift_campaign .detail__content {
  width: 90%;
}
.lp_summer_2023_shift_campaign #catchup_content {
  margin-top: 280px;
}
.lp_summer_2023_shift_campaign #catchup_content .steptitle {
  margin-left: 64px;
  display: block;
}
.lp_summer_2023_shift_campaign #catchup_content .flow__bg {
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  top: -48px;
  right: 0;
  font-family: video, serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.lp_summer_2023_shift_campaign #catchup_content .catchup_content {
  display: flex;
  justify-content: space-evenly;
  margin-top: 80px;
}
.lp_summer_2023_shift_campaign #catchup_content .catchup_content > div {
  width: 40%;
}
.lp_summer_2023_shift_campaign #catchup_content .catchup_content > div img {
  width: 100%;
}
.lp_summer_2023_shift_campaign #catchup_content .catchup_content > div h3 {
  font-weight: 700;
  font-size: 22px;
  margin: 18px 0 12px;
}
.lp_summer_2023_shift_campaign #catchup_content .catchup_content > div > p {
  margin-bottom: 12px;
}
.lp_summer_2023_shift_campaign #catchup_content .catchup_content > div i b {
  font-size: 14px;
}
.lp_summer_2023_shift_campaign #catchup_content .catchup_content > div .highlight--green {
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_summer_2023_shift_campaign #catchup_content .catchup_content__school__list div {
  transition: 0.3s;
  border-radius: 26.4px;
  display: block;
  margin-bottom: 12px;
}
.lp_summer_2023_shift_campaign #catchup_content .catchup_content__school__list div h4 {
  font-size: 18px;
  width: max-content;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 26.4px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 4px;
}
.lp_summer_2023_shift_campaign #catchup_content .catchup_content__school__list div p {
  padding-left: 8px;
  font-weight: 700;
  font-size: 16px;
}
.lp_summer_2023_shift_campaign #catchup_content .catchup_content__school__list div .kyoto {
  background-color: rgb(18, 100, 175);
}
.lp_summer_2023_shift_campaign #catchup_content .catchup_content__school__list div .umeda {
  background-color: rgb(161, 11, 0);
}
.lp_summer_2023_shift_campaign #catchup_content .catchup_content__school__list div .tokyo {
  background-color: rgb(72, 199, 0);
}
.lp_summer_2023_shift_campaign #catchup_content > p i b {
  display: block;
  width: max-content;
  max-width: 70%;
  margin: auto;
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_summer_2023_shift_campaign .comment__content--a {
  margin-bottom: 360px;
}
.lp_summer_2023_shift_campaign .comment__content--a__bgimg {
  position: absolute;
  bottom: -12vw;
  width: 80vw;
  right: 0;
  z-index: -1;
}
.lp_summer_2023_shift_campaign .comment__content--c img.comment__content--c__bgnum {
  position: absolute;
  top: 0;
  width: 10vw;
  height: max-content;
}
.lp_summer_2023_shift_campaign .comment__content--c img.comment__content--c__bgnum--right {
  left: 0;
}
.lp_summer_2023_shift_campaign .comment__content--c img.comment__content--c__bgnum--left {
  right: 0;
}
.lp_summer_2023_shift_campaign .flow {
  padding: 0 15vw;
}
.lp_summer_2023_shift_campaign .flow ul {
  margin-top: 64px;
}
.lp_summer_2023_shift_campaign .flow li {
  margin: 6px 0;
  line-height: 1.6;
}
.lp_summer_2023_shift_campaign .flow li b {
  font-weight: 900;
  font-size: 1.5em;
}
.lp_summer_2023_shift_campaign .flow .down-arrow {
  text-align: center;
  font-weight: 900;
  font-size: 1.6em;
  margin: 6px auto;
}
.lp_summer_2023_shift_campaign #calendar {
  font-size: 14px;
}
.lp_summer_2023_shift_campaign #calendar .calendar__wrapper {
  pointer-events: none;
  width: 90%;
  margin: 0 5%;
  position: absolute;
  top: 0;
  transition: 0.5s;
}
.lp_summer_2023_shift_campaign #calendar .calendar__wrapper--jun {
  left: 0;
}
.lp_summer_2023_shift_campaign #calendar .calendar__wrapper--jul {
  left: 100%;
}
.lp_summer_2023_shift_campaign #calendar .calendar__wrapper--aug {
  left: 200%;
}
.lp_summer_2023_shift_campaign #calendar .calendar__schooltab {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 120px auto 24px;
}
.lp_summer_2023_shift_campaign #calendar .calendar__schooltab div {
  width: 20%;
  text-align: center;
  border-radius: 12px;
  transition: 0.3s;
  padding: 4px 0;
  transition: 0.3s;
  cursor: pointer;
}
.lp_summer_2023_shift_campaign #calendar .calendar__schooltab .calendar__schoolbtn--all {
  background-color: rgb(153, 171, 143);
  border: solid 2px rgb(153, 171, 143);
}
.lp_summer_2023_shift_campaign #calendar .calendar__schooltab .calendar__schoolbtn--all.active {
  background-color: rgb(59, 154, 4);
  border-color: rgb(59, 154, 4);
  color: #fff;
}
.lp_summer_2023_shift_campaign #calendar .calendar__schooltab .calendar__schoolbtn--kyoto {
  background-color: rgb(201, 228, 254);
  border: solid 2px rgb(201, 228, 254);
}
.lp_summer_2023_shift_campaign #calendar .calendar__schooltab .calendar__schoolbtn--kyoto.active {
  background-color: rgb(18, 100, 175);
  border-color: rgb(18, 100, 175);
  color: #fff;
}
.lp_summer_2023_shift_campaign #calendar .calendar__schooltab .calendar__schoolbtn--umeda {
  background-color: rgb(255, 211, 208);
  border: solid 2px rgb(255, 211, 208);
}
.lp_summer_2023_shift_campaign #calendar .calendar__schooltab .calendar__schoolbtn--umeda.active {
  background-color: rgb(161, 11, 0);
  border-color: rgb(161, 11, 0);
  color: #fff;
}
.lp_summer_2023_shift_campaign #calendar .calendar__schooltab .calendar__schoolbtn--tokyo {
  background-color: rgb(215, 255, 192);
  border: solid 2px rgb(215, 255, 192);
}
.lp_summer_2023_shift_campaign #calendar .calendar__schooltab .calendar__schoolbtn--tokyo.active {
  background-color: rgb(72, 199, 0);
  border-color: rgb(72, 199, 0);
  color: #fff;
}
.lp_summer_2023_shift_campaign #calendar .calendar__monthtab {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}
.lp_summer_2023_shift_campaign #calendar .calendar__monthtab div {
  width: 24%;
  text-align: center;
  border-radius: 12px;
  transition: 0.3s;
  border: solid 2px #7eee3e;
  padding: 4px 0;
  background-color: #fff;
  cursor: pointer;
}
.lp_summer_2023_shift_campaign #calendar .calendar__monthtab .active {
  background-color: #7eee3e;
}
.lp_summer_2023_shift_campaign #calendar .calendar__tab__wrapper {
  padding: 260px 0;
  height: 100%;
  position: relative;
}
.lp_summer_2023_shift_campaign #calendar .fc-event-time {
  display: none;
}
.lp_summer_2023_shift_campaign #calendar table {
  background-color: #fff;
}
.lp_summer_2023_shift_campaign .lp__swiper {
  width: 100%;
  height: calc(46.875vw - 240px);
}
.lp_summer_2023_shift_campaign .lp__swiper img {
  object-fit: cover;
}
.lp_summer_2023_shift_campaign .detail__content p a {
  text-decoration: underline;
  margin-right: 8px;
}
.lp_summer_2023_shift_campaign .detail__content h4 {
  background: linear-gradient(transparent 80%, #7eee3e 50%);
}
.lp_summer_2023_shift_campaign .detail__content h4 br {
  display: none;
}
.lp_summer_2023_shift_campaign .detail__content__detaillist {
  max-width: 45vw;
}
.lp_summer_2023_shift_campaign .detail__content__detaillist li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_summer_2023_shift_campaign .detail__content__detaillist li div {
  display: flex;
}
.lp_summer_2023_shift_campaign .detail__content__detaillist li div p:nth-child(1) {
  font-size: 32px;
  font-weight: 900;
  margin-right: 23px;
}
.lp_summer_2023_shift_campaign .detail__content__detaillist li div p:nth-child(2) {
  margin: 8px 0;
}
.lp_summer_2023_shift_campaign .detail__content__schedule h4 {
  margin-top: 24px;
}
.lp_summer_2023_shift_campaign .detail__content__schedule h5 {
  font-weight: bold;
  margin-top: 8px;
}
.lp_summer_2023_shift_campaign .detail__content__schedule p {
  margin: 0;
  padding-left: 16px;
}
.lp_summer_2023_shift_campaign .detail__content__schedule__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.lp_summer_2023_shift_campaign .detail__content__schedule__item {
  margin-right: 36px;
  margin-top: 12px;
}
.lp_summer_2023_shift_campaign .detail__notice_text {
  width: 45vw;
  margin: 64px auto 0;
  display: block;
  font-size: 20px;
  line-height: 1.8;
}
.lp_summer_2023_shift_campaign .detail__notice_text span {
  background: linear-gradient(transparent 85%, #7eee3e 50%);
  font-weight: bold;
}
.lp_summer_2023_shift_campaign .detail .apply-flow li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_summer_2023_shift_campaign .detail .apply-flow li b {
  font-weight: 900;
  font-size: 1.5em;
}
.lp_summer_2023_shift_campaign .detail .down-arrow {
  text-align: center;
  font-weight: 900;
  font-size: 1.6em;
  margin: 24px auto;
}
.lp_summer_2023_shift_campaign .notice-1 > div {
  position: relative;
}
.lp_summer_2023_shift_campaign .notice-1 > div > img {
  height: 70vh;
  margin: auto;
  display: block;
}
.lp_summer_2023_shift_campaign .notice-1__classroom {
  position: absolute;
}
.lp_summer_2023_shift_campaign .notice-1__classroom--1 {
  top: 22vh;
  left: calc(50vw - 26vh);
  transform: translate3d(-100%, -100%, 0);
  text-align: right;
}
.lp_summer_2023_shift_campaign .notice-1__classroom--2 {
  bottom: 22vh;
  right: calc(50vw - 24vh);
  transform: translate3d(100%, 100%, 0);
}
.lp_summer_2023_shift_campaign .notice-1__classroom h4 {
  font-size: 32px;
  font-weight: 900;
}
.lp_summer_2023_shift_campaign .notice-1__bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: max-content;
  width: max-content;
  margin: auto;
  font-size: 120px;
  line-height: 1;
  font-weight: 900;
  opacity: 0.4;
  font-style: italic;
  color: #14af12;
}
.lp_summer_2023_shift_campaign .notice-1__bg--1 {
  transform: translateX(-30vw);
}
.lp_summer_2023_shift_campaign .notice-1__bg--2 {
  transform: translateX(30vw);
}
.lp_summer_2023_shift_campaign #form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
  padding: 5vh 10vw;
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.lp_summer_2023_shift_campaign #form form {
  width: 100%;
  margin: 0;
  background-color: #fff;
  overflow: auto;
  padding: 100px 10vw;
  border: solid 2px #000;
  border-radius: 16px;
  height: 100%;
}
.lp_summer_2023_shift_campaign #form form input {
  background-color: #fff;
}
.lp_summer_2023_shift_campaign #form .form__close {
  position: absolute;
  top: 9vh;
  right: 12vw;
  font-size: 20px;
  cursor: pointer;
}
.lp_summer_2023_shift_campaign .apply-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 32px 48px;
  transition: 0.3s;
  display: none;
  opacity: 0;
}
.lp_summer_2023_shift_campaign .apply-modal__close-btn {
  position: absolute;
  top: 8px;
  right: 64px;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  padding: 4px 8px;
  z-index: 10;
}
.lp_summer_2023_shift_campaign .apply-modal__wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: solid 3px #000;
  border-radius: 24px;
  padding: 92px 0 12px;
  position: relative;
}
.lp_summer_2023_shift_campaign .apply-modal__scrollarea {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0 48px;
}
.lp_summer_2023_shift_campaign .apply-modal__btn__list {
  display: flex;
  width: 80%;
  justify-content: space-evenly;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 52px;
  align-items: center;
  margin: 16px auto 24px;
}
.lp_summer_2023_shift_campaign .apply-modal__btn__list h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 24px 12px;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.3s;
  background-color: #d2f3be;
  color: #fff;
}
.lp_summer_2023_shift_campaign .apply-modal__btn__list .active {
  background-color: #14af12;
}
.lp_summer_2023_shift_campaign .apply-modal__table {
  transition: 0.3s;
  border: solid 1px #000;
  margin-bottom: 36px;
}
.lp_summer_2023_shift_campaign .apply-modal__table--master {
  width: 56%;
  min-width: 448px;
}
.lp_summer_2023_shift_campaign .apply-modal__table--master .apply-modal__table__item {
  width: calc(50% - 70px);
}
.lp_summer_2023_shift_campaign .apply-modal__table--master .apply-modal__table__item:first-child {
  width: 140px;
}
.lp_summer_2023_shift_campaign .apply-modal__table--shortcourse {
  width: 100%;
  min-width: 800px;
  display: none;
  opacity: 0;
}
.lp_summer_2023_shift_campaign .apply-modal__table--shortcourse .apply-modal__table__item {
  width: calc(25% - 35px);
}
.lp_summer_2023_shift_campaign .apply-modal__table--shortcourse .apply-modal__table__item:first-child {
  width: 140px;
}
.lp_summer_2023_shift_campaign .apply-modal__table__row {
  display: flex;
}
.lp_summer_2023_shift_campaign .apply-modal__table__row:first-child {
  height: 100px;
}
.lp_summer_2023_shift_campaign .apply-modal__table__item {
  border: solid 1px #000;
  padding: 8px 12px;
  position: relative;
}
.lp_summer_2023_shift_campaign .apply-modal__table__item p {
  font-size: 14px;
}
.lp_summer_2023_shift_campaign .apply-modal__table__item a {
  font-size: 14px;
  background-color: #14af12;
  color: #fff;
  padding: 8px 12px;
  border-radius: 12px;
  display: block;
  width: max-content;
  margin-top: 8px;
}
.lp_summer_2023_shift_campaign .apply-modal__table__item img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}
.lp_summer_2023_shift_campaign .apply-modal__table__header {
  font-weight: bold;
}
.lp_summer_2023_shift_campaign .apply-modal__table__header--kyoto {
  background-color: #c9e4fe;
}
.lp_summer_2023_shift_campaign .apply-modal__table__header--umeda {
  background-color: #ffd3d0;
}
.lp_summer_2023_shift_campaign .apply-modal__table__header--tokyo {
  background-color: #d7ffc0;
}
@media (max-width: 1023px) {
  .lp_summer_2023_shift_campaign #comment-1,
  .lp_summer_2023_shift_campaign #comment-2,
  .lp_summer_2023_shift_campaign #comment-3,
  .lp_summer_2023_shift_campaign #comment-4,
  .lp_summer_2023_shift_campaign #content,
  .lp_summer_2023_shift_campaign #detail,
  .lp_summer_2023_shift_campaign #notice-1,
  .lp_summer_2023_shift_campaign #review,
  .lp_summer_2023_shift_campaign #event,
  .lp_summer_2023_shift_campaign #school_info,
  .lp_summer_2023_shift_campaign #flow,
  .lp_summer_2023_shift_campaign #calendar,
  .lp_summer_2023_shift_campaign .introduction__link,
  .lp_summer_2023_shift_campaign #overview,
  .lp_summer_2023_shift_campaign .section,
  .lp_summer_2023_shift_campaign #flow-1,
  .lp_summer_2023_shift_campaign #flow-2,
  .lp_summer_2023_shift_campaign #flow-3,
  .lp_summer_2023_shift_campaign #shift_campaign,
  .lp_summer_2023_shift_campaign #catchup_content,
  .lp_summer_2023_shift_campaign #swiper {
    margin: 120px 0;
  }
  .lp_summer_2023_shift_campaign section > .section__title h2 {
    font-size: 18px;
  }
  .lp_summer_2023_shift_campaign #firstview .firstview__text h1 {
    font-size: 9vw;
  }
  .lp_summer_2023_shift_campaign #firstview .firstview__text h2 {
    font-size: 7vw;
  }
  .lp_summer_2023_shift_campaign #firstview .firstview__text h3 {
    font-size: 4vw;
  }
  .lp_summer_2023_shift_campaign .bg__image--pc {
    display: none;
  }
  .lp_summer_2023_shift_campaign .bg__image--sp {
    display: block;
  }
  .lp_summer_2023_shift_campaign .bg__content__wrapper {
    left: 0;
    width: 100%;
  }
  .lp_summer_2023_shift_campaign .fixed__logo {
    width: 40vw;
  }
  .lp_summer_2023_shift_campaign .nav__menu > img {
    width: 30vw;
  }
  .lp_summer_2023_shift_campaign #nav {
    display: none;
  }
  .lp_summer_2023_shift_campaign #sp-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
  }
  .lp_summer_2023_shift_campaign #sp-nav .nav__gauge {
    width: 100%;
    height: 6px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .lp_summer_2023_shift_campaign #sp-nav .nav__gauge div {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #7eee3e;
  }
  .lp_summer_2023_shift_campaign #sp-nav .sp-footer-nav {
    width: 100%;
    height: 36px;
    padding: 0;
    line-height: 1;
    font-size: 20px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
  }
  .lp_summer_2023_shift_campaign #sp-nav .sp-footer-nav li {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
    position: absolute;
    padding: 0 8vw;
    opacity: 0;
  }
  .lp_summer_2023_shift_campaign #sp-nav .sp-footer-nav li * {
    padding: 8px;
  }
  .lp_summer_2023_shift_campaign #sp-nav .sp-footer-nav .active {
    opacity: 1;
  }
  .lp_summer_2023_shift_campaign #sp-nav .sp-nav-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 80px 10vw;
    font-size: 18px;
    display: none;
    opacity: 0;
    transition: 0.3s;
  }
  .lp_summer_2023_shift_campaign #sp-nav .sp-nav-modal ul li {
    border-bottom: solid 1px #7eee3e;
    margin-top: 12px;
    position: relative;
  }
  .lp_summer_2023_shift_campaign #sp-nav .sp-nav-modal ul li a {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-right: 12px;
  }
  .lp_summer_2023_shift_campaign #sp-nav .sp-nav-modal ul li::after {
    content: "";
    border-bottom: solid 4px #7eee3e;
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    transition: 0.3s;
  }
  .lp_summer_2023_shift_campaign #sp-nav .sp-nav-modal ul .active::after {
    width: 100%;
  }
  .lp_summer_2023_shift_campaign #sp-nav .sp-nav-modal > p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2vh;
    width: 80%;
    text-align: center;
    display: block;
    margin: auto;
    cursor: pointer;
  }
  .lp_summer_2023_shift_campaign #sp-nav .sp-nav-modal > p span {
    font-size: 1.2em;
  }
  .lp_summer_2023_shift_campaign #sp-nav .sp-nav-modal #sp-nav-modal__close {
    position: fixed;
    top: 8px;
    right: 24px;
    font-size: 20px;
    color: #fff;
    height: max-content;
    width: max-content;
    bottom: unset;
    left: unset;
  }
  .lp_summer_2023_shift_campaign #sp-nav .sp-nav-modal .nav__menu__btn {
    margin-top: 36px;
  }
  .lp_summer_2023_shift_campaign #sp-nav .sp-nav-modal .nav__menu__btn a {
    color: #000;
  }
  .lp_summer_2023_shift_campaign .firstview__parallelogram {
    height: 48vh;
    left: -24vh;
  }
  .lp_summer_2023_shift_campaign .firstview__text {
    bottom: 12vh;
  }
  .lp_summer_2023_shift_campaign .firstview__text h1 {
    font-size: 28px;
  }
  .lp_summer_2023_shift_campaign .firstview__text h2 {
    font-size: 14px;
  }
  .lp_summer_2023_shift_campaign #overview h2 {
    width: 90vw;
    font-size: 4vw;
  }
  .lp_summer_2023_shift_campaign #overview .overview__content {
    background-color: unset !important;
  }
  .lp_summer_2023_shift_campaign #overview .overview__content img {
    width: 100%;
    height: auto;
    position: relative;
  }
  .lp_summer_2023_shift_campaign #overview .overview__content__textblock {
    opacity: 1;
    position: relative;
    padding: 4px 6px;
    height: calc(45vh - 28.125vw);
  }
  .lp_summer_2023_shift_campaign #overview .overview__content__textblock h3 {
    font-size: 18px;
    margin: 4px 0;
  }
  .lp_summer_2023_shift_campaign #overview .overview__content__textblock p {
    margin: 4px 0;
    font-size: 12px !important;
  }
  .lp_summer_2023_shift_campaign #flow-1 .steptitle {
    font-size: 32px;
    margin-left: 5vw;
  }
  .lp_summer_2023_shift_campaign #flow-1 .flow__bg {
    font-size: 22vw;
  }
  .lp_summer_2023_shift_campaign #catchup_content .steptitle {
    font-size: 32px;
    margin-left: 5vw;
  }
  .lp_summer_2023_shift_campaign #catchup_content .flow__bg {
    font-size: 22vw;
  }
  .lp_summer_2023_shift_campaign .content {
    overflow: visible;
  }
  .lp_summer_2023_shift_campaign .content .steptitle {
    font-size: 32px;
    margin-left: 5vw;
  }
  .lp_summer_2023_shift_campaign .content .flow__bg {
    font-size: 22vw;
  }
  .lp_summer_2023_shift_campaign .content .course_list {
    flex-wrap: wrap;
  }
  .lp_summer_2023_shift_campaign .content .course_list a {
    width: 48%;
    margin-top: 24px;
  }
  .lp_summer_2023_shift_campaign .content #course_content .content__content h3 {
    font-size: 26px;
  }
  .lp_summer_2023_shift_campaign .content #course_content .content__comment {
    top: -42px;
  }
  .lp_summer_2023_shift_campaign .content #course_content .content__school__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 14px 0px;
  }
  .lp_summer_2023_shift_campaign .content #course_content .content__school__item h4 {
    height: max-content;
    font-size: 16px;
    padding: 6px 12px;
  }
  .lp_summer_2023_shift_campaign .content #course_content .content__school__item p {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
  .lp_summer_2023_shift_campaign .content #course_content .content__school__list div h5 {
    font-size: 14px;
  }
  .lp_summer_2023_shift_campaign #catchup_content .catchup_content {
    display: block;
  }
  .lp_summer_2023_shift_campaign #catchup_content .catchup_content > div {
    width: 90%;
    margin: 48px auto;
  }
  .lp_summer_2023_shift_campaign #catchup_content .catchup_content > div .content__school__item {
    display: flex;
    justify-content: space-between;
  }
  .lp_summer_2023_shift_campaign #catchup_content .catchup_content > div .content__school__item h4 {
    font-size: 16px;
    padding: 6px 12px;
  }
  .lp_summer_2023_shift_campaign #catchup_content .catchup_content .catchup_content__title__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }
  .lp_summer_2023_shift_campaign #catchup_content .catchup_content .catchup_content__title__wrapper img {
    width: 40%;
    height: auto;
  }
  .lp_summer_2023_shift_campaign #catchup_content .catchup_content .catchup_content__title__wrapper h3 {
    display: block;
    width: 55%;
  }
  .lp_summer_2023_shift_campaign #calendar .calendar__wrapper {
    width: 98%;
    margin: 0 1%;
    font-size: 12px;
  }
  .lp_summer_2023_shift_campaign #calendar .fc-daygrid-event-dot {
    margin: 0;
  }
  .lp_summer_2023_shift_campaign #calendar .fc-event-title {
    font-weight: 400;
  }
  .lp_summer_2023_shift_campaign .comment__content--a {
    margin-bottom: 0;
  }
  .lp_summer_2023_shift_campaign .comment__content--a--left > div:nth-child(1) > img:nth-child(1) {
    transform: translate3d(-48px, 32px, 0);
  }
  .lp_summer_2023_shift_campaign .comment__content--c img.comment__content--c__bgnum {
    width: 20vw;
    left: 0;
    right: unset;
  }
  .lp_summer_2023_shift_campaign #comment-4 .comment__content--b > div {
    margin: calc(75vw - 42px) auto 0;
  }
  .lp_summer_2023_shift_campaign .detail__content h4 {
    font-size: 20px;
  }
  .lp_summer_2023_shift_campaign .detail__content h4 br {
    display: block;
  }
  .lp_summer_2023_shift_campaign .detail__content__detaillist {
    max-width: 90vw;
  }
  .lp_summer_2023_shift_campaign .detail__notice_text {
    width: 90vw;
  }
  .lp_summer_2023_shift_campaign .flow {
    padding: 0 5vw;
  }
  .lp_summer_2023_shift_campaign #course_content .content__comment {
    top: -48px;
  }
  .lp_summer_2023_shift_campaign .introduction__link {
    margin-bottom: 240px;
  }
  .lp_summer_2023_shift_campaign .introduction__link a {
    display: block;
    width: 90vw;
    position: relative;
    height: 40vw;
  }
  .lp_summer_2023_shift_campaign .introduction__link__text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    color: #fff;
    margin: 0;
  }
  .lp_summer_2023_shift_campaign .introduction__link__text div {
    font-size: 16px;
    margin: auto;
  }
  .lp_summer_2023_shift_campaign .introduction__link__text--question {
    display: none;
  }
  .lp_summer_2023_shift_campaign .introduction__link__img__wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .lp_summer_2023_shift_campaign .form__btn {
    width: 90vw;
  }
  .lp_summer_2023_shift_campaign .notice-1 > div > img {
    margin: auto;
    width: 80vw;
    height: auto;
  }
  .lp_summer_2023_shift_campaign .notice-1__classroom--1 {
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, -100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_summer_2023_shift_campaign .notice-1__classroom--2 {
    bottom: -10px;
    left: 0;
    right: 0;
    transform: translate3d(0, 100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_summer_2023_shift_campaign .notice-1__bg {
    opacity: 0.2;
  }
  .lp_summer_2023_shift_campaign .notice-1__bg--1 {
    top: 0;
    bottom: unset;
    transform: translate3d(0, -110%, 0);
  }
  .lp_summer_2023_shift_campaign .notice-1__bg--2 {
    top: unset;
    bottom: 0;
    transform: translate3d(0, 110%, 0);
  }
  .lp_summer_2023_shift_campaign .lp__swiper {
    height: calc(46.875vw - 28.125px);
  }
  .lp_summer_2023_shift_campaign .event__content {
    width: 90vw;
    margin: 60px auto;
  }
  .lp_summer_2023_shift_campaign .event__content img {
    width: 90vw;
    margin-bottom: 24px;
  }
  .lp_summer_2023_shift_campaign .event__content__title--pc {
    display: none;
  }
  .lp_summer_2023_shift_campaign .event__content__title--sp {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: max-content;
  }
  .lp_summer_2023_shift_campaign .event__content p {
    margin-top: 12px;
  }
  .lp_summer_2023_shift_campaign .event__description {
    width: 90vw;
    margin: 60px auto;
  }
  .lp_summer_2023_shift_campaign .promotion-btn {
    transform: translateX(0);
  }
  .lp_summer_2023_shift_campaign #form {
    padding: 24px 12px;
  }
  .lp_summer_2023_shift_campaign #form form {
    padding: 12px 24px;
  }
  .lp_summer_2023_shift_campaign #form .form__close {
    top: 36px;
    right: 36px;
  }
  .lp_summer_2023_shift_campaign .apply-modal {
    padding: 24px 12px;
  }
  .lp_summer_2023_shift_campaign .apply-modal__close-btn {
    right: 24px;
  }
  .lp_summer_2023_shift_campaign .apply-modal__wrapper {
    padding: 138px 0 12px;
  }
  .lp_summer_2023_shift_campaign .apply-modal__scrollarea {
    padding: 0 18px;
  }
  .lp_summer_2023_shift_campaign .apply-modal__btn__list {
    margin: 36px auto 48px;
  }
  .lp_summer_2023_shift_campaign .apply-modal__btn__list h3 {
    font-size: 18px;
  }
  .lp_summer_2023_shift_campaign .apply-modal__table--master .apply-modal__table__item {
    width: calc(50% - 59px);
  }
  .lp_summer_2023_shift_campaign .apply-modal__table--master .apply-modal__table__item:first-child {
    width: 118px;
  }
  .lp_summer_2023_shift_campaign .apply-modal__table--shortcourse .apply-modal__table__item {
    width: calc(25% - 29.5px);
  }
  .lp_summer_2023_shift_campaign .apply-modal__table--shortcourse .apply-modal__table__item:first-child {
    width: 118px;
  }
  .lp_summer_2023_shift_campaign .apply-modal__table__item {
    padding: 8px 6px;
  }
  .lp_summer_2023_shift_campaign .apply-modal__table__item a {
    padding: 4px 8px;
    font-size: 12px;
  }
  .lp_summer_2023_shift_campaign .shift_campaign__content {
    display: block;
  }
  .lp_summer_2023_shift_campaign .shift_campaign__content img {
    width: 70%;
    display: block;
    margin: auto auto 36px;
  }
  .lp_summer_2023_shift_campaign .shift_campaign__content div {
    width: 100%;
  }
  .lp_summer_2023_shift_campaign footer {
    margin-left: 0;
  }
}

.school_list_content {
  margin-bottom: 300px;
}

.school_list {
  font-size: 14px;
  margin: auto calc((100% - 13rem) / 12 * 3 + 64px);
}
.school_list li {
  margin: auto;
  margin-bottom: 3rem;
}
.school_list li img {
  width: 100%;
  margin-bottom: 0.5rem;
  aspect-ratio: 25/14;
  object-fit: cover;
}

#display_more {
  margin: auto calc(calc((100% - 13rem) / 12) * 2 + 48px);
  color: #0f9b20;
  font-size: 1.25rem;
  display: inline-block;
  cursor: pointer;
}
#display_more img {
  width: 1.5rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}

@media print, screen and (max-width: 768px) {
  .school_list_content div li {
    padding: 14px;
  }
  .school_list {
    margin: auto 1rem;
    font-size: 0.75rem;
  }
  #display_more {
    margin: auto 1rem;
    font-size: 14px;
  }
  #display_more img {
    width: 1.25rem;
  }
}
.apply_free_lesson_confirmation {
  margin: auto calc(calc((100% - 13rem) / 12) * 2 + 48px);
  padding-bottom: 100px;
}
.apply_free_lesson_confirmation h1 {
  margin-bottom: 1rem;
}
.apply_free_lesson_confirmation h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.apply_free_lesson_confirmation .main_text span {
  color: rgb(18, 15, 184);
  text-decoration: underline;
}
.apply_free_lesson_confirmation .apply_title,
.apply_free_lesson_confirmation .payment_title {
  margin-top: 6rem;
  margin-bottom: 1.5rem;
}
.apply_free_lesson_confirmation form .button {
  background-color: #0f9b20;
  margin-top: 6.75rem;
}
.apply_free_lesson_confirmation form .back_button {
  margin-top: 2rem;
}

@media print, screen and (max-width: 768px) {
  .apply_free_lesson_confirmation {
    margin: auto 1rem;
  }
  .apply_free_lesson_confirmation .payment_title {
    margin-top: 3rem;
    font-size: 32px;
  }
  .apply_free_lesson_confirmation form .button {
    margin-top: 6rem;
  }
  .apply_free_lesson_confirmation form .back_button {
    margin-top: 1.25rem;
    font-size: 14px;
  }
  .apply_free_lesson_confirmation form .back_button img {
    width: 1.25rem;
  }
}
.quiz {
  margin: auto calc(calc((100% - 13rem) / 12) * 2 + 48px);
}
.quiz h2 {
  margin-top: 2rem;
}
.quiz p {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.quiz .quiz_content {
  width: 100%;
  resize: none;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  height: 0;
}
.quiz .radio_box {
  position: relative;
}
.quiz .radio_box span {
  position: absolute;
  top: 16px;
  left: 0px;
  cursor: pointer;
}
.quiz .radio_box .quiz_choice {
  margin-left: 40px;
  width: 100%;
  font-size: 1.25rem;
  border: none;
  cursor: default;
  height: 0;
}
.quiz .input_submit {
  margin-top: 10rem;
}

.quiz_submitted {
  margin: auto calc(calc((100% - 13rem) / 12) * 2 + 48px);
}
.quiz_submitted h1 {
  text-align: center;
  margin-bottom: 10rem;
}

.rank_info {
  margin: auto calc(calc((100% - 13rem) / 12) * 3 + 64px);
}
.rank_info h1 {
  margin-bottom: 5rem;
}
.rank_info h2 {
  margin-bottom: 2rem;
}
.rank_info p {
  font-size: 1.25rem;
  margin-bottom: 5rem;
}
.rank_info .card_file {
  width: 100%;
  margin-bottom: 5rem;
}
.rank_info .link_to_quiz {
  margin-bottom: 5rem;
}
.rank_info table {
  width: 100%;
  font-size: 1.25rem;
  border: 2px solid black;
  border-collapse: collapse;
}
.rank_info table tr {
  border: 2px solid black;
}
.rank_info table tr a {
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
}

.quiz_set_detail {
  margin: auto calc(calc((100% - 13rem) / 12) * 2 + 48px);
}
.quiz_set_detail h1 {
  margin-bottom: 7rem;
}
.quiz_set_detail h2 {
  margin-bottom: 2rem;
}
.quiz_set_detail h2 .pass {
  color: red;
}
.quiz_set_detail h2 .fail {
  color: rgb(44, 44, 255);
}
.quiz_set_detail .quiz_log_list {
  margin-bottom: 7rem;
}
.quiz_set_detail .quiz_log_list h2 {
  margin-bottom: 1rem;
}
.quiz_set_detail .quiz_log_list h2 .correct {
  color: red;
}
.quiz_set_detail .quiz_log_list h2 .incorrect {
  color: rgb(44, 44, 255);
}
.quiz_set_detail .quiz_log_list p {
  font-size: 1.25rem;
}
.quiz_set_detail .quiz_log_list .quiz_content {
  width: 100%;
  resize: none;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  height: 0;
}
.quiz_set_detail .quiz_log_list .choice_container {
  display: flex;
  margin-bottom: 2rem;
  align-items: top;
}
.quiz_set_detail .quiz_log_list .choice_container img {
  margin-top: 3px;
  margin-bottom: 3px;
  height: 1.5rem;
}
.quiz_set_detail .quiz_log_list .choice_container .choice_item {
  padding-left: 1.25rem;
  width: 100%;
  font-size: 1.25rem;
  border: none;
  cursor: default;
  height: 0;
  resize: none;
}
.quiz_set_detail .quiz_log_list .choices {
  margin-top: 1rem;
}
.quiz_set_detail .quiz_log_list .choices li {
  font-size: 1.25rem;
}
.quiz_set_detail .quiz_log_list .choices .correct_answer {
  color: #0f9b20;
}
.quiz_set_detail .quiz_log_list .choices .incorrect_answer {
  color: gray;
}
.quiz_set_detail .quiz_log_list .answer_container {
  font-size: 1.25rem;
  margin-top: 1rem;
}
.quiz_set_detail .quiz_log_list .answer_container .correct_answer {
  color: #0f9b20;
}
.quiz_set_detail .quiz_log_list .answer_container .user_answer {
  color: gray;
}
.quiz_set_detail .quiz_log_list .comment_container {
  margin-top: 3rem;
  margin-bottom: 7rem;
}

.quiz_results {
  margin: auto calc(calc((100% - 13rem) / 12) * 2 + 48px);
}
.quiz_results .search_quiz_set {
  margin-top: 7rem;
}
.quiz_results .search_quiz_set h2 {
  margin-bottom: 2rem;
}
.quiz_results .search_quiz_set button {
  margin-top: 3rem;
}
.quiz_results .quiz_set_table {
  margin-top: 7rem;
  margin-bottom: 10rem;
}
.quiz_results .quiz_set_table table {
  font-size: 1.25rem;
  width: 100%;
  border: 2px solid black;
  border-collapse: collapse;
  padding: 1rem, 1.25rem;
}
.quiz_results .quiz_set_table th,
.quiz_results .quiz_set_table td {
  border: 2px solid black;
  padding: 1rem 1.25rem;
}
.quiz_results .quiz_set_table th {
  text-align: center;
}

.grant_quiz_permission {
  margin: auto calc((100% - 13rem) / 12 * 3 + 64px);
}
.grant_quiz_permission .message {
  background: #a7fa94;
  padding: 10px;
  margin-top: 15px;
  border-radius: 6px;
  margin-bottom: -24px;
}
.grant_quiz_permission h1 {
  margin-top: 5rem;
  margin-bottom: 7rem;
}
.grant_quiz_permission .user_search_form {
  margin-bottom: 7rem;
}
.grant_quiz_permission .user_search_form button {
  margin-top: 3rem;
}
.grant_quiz_permission .target_user_list {
  margin-bottom: 2rem;
}
.grant_quiz_permission .target_user_list h2 {
  margin-bottom: 1rem;
}
.grant_quiz_permission .target_user_list li {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.grant_quiz_permission .grant_permission_form {
  margin-bottom: 10rem;
}

.lp_winter_2023 #comment-1,
.lp_winter_2023 #comment-2,
.lp_winter_2023 #comment-3,
.lp_winter_2023 #comment-4,
.lp_winter_2023 #content,
.lp_winter_2023 #detail,
.lp_winter_2023 #form,
.lp_winter_2023 #notice-1,
.lp_winter_2023 #review,
.lp_winter_2023 #event,
.lp_winter_2023 #school_info,
.lp_winter_2023 #flow,
.lp_winter_2023 #calendar,
.lp_winter_2023 .introduction__link,
.lp_winter_2023 #catchup_content,
.lp_winter_2023 #overview,
.lp_winter_2023 .section,
.lp_winter_2023 #flow-1,
.lp_winter_2023 #flow-2,
.lp_winter_2023 #flow-3,
.lp_winter_2023 #course-detail,
.lp_winter_2023 #for_member,
.lp_winter_2023 #swiper {
  margin: 180px 0 180px 260px;
}
.lp_winter_2023 #comment-1,
.lp_winter_2023 #comment-2,
.lp_winter_2023 #comment-3,
.lp_winter_2023 #comment-4,
.lp_winter_2023 #content,
.lp_winter_2023 #detail,
.lp_winter_2023 #form,
.lp_winter_2023 footer,
.lp_winter_2023 .promotion-btn,
.lp_winter_2023 #notice-1,
.lp_winter_2023 #review,
.lp_winter_2023 #overview,
.lp_winter_2023 #event,
.lp_winter_2023 #school_info,
.lp_winter_2023 #flow,
.lp_winter_2023 #calendar,
.lp_winter_2023 .introduction__link,
.lp_winter_2023 .section,
.lp_winter_2023 #flow-1,
.lp_winter_2023 #flow-2,
.lp_winter_2023 #flow-3,
.lp_winter_2023 #course-detail,
.lp_winter_2023 #catchup_content,
.lp_winter_2023 #for_member,
.lp_winter_2023 #swiper {
  position: relative;
  z-index: 10;
}
.lp_winter_2023 .promotion-btn {
  transform: translateX(130px);
}
.lp_winter_2023 footer {
  margin-left: 260px;
}
.lp_winter_2023 .highlight--green {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.lp_winter_2023 .bg__image {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}
.lp_winter_2023 .bg__image--pc {
  display: block;
}
.lp_winter_2023 .bg__image--sp {
  display: none;
}
.lp_winter_2023 .bg__content__wrapper {
  width: auto;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 260px;
  transition: 0.5s;
  opacity: 0;
}
.lp_winter_2023 .bg__content__mask {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
}
.lp_winter_2023 .bg__content--pc {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp_winter_2023 .bg__content--sp {
  display: none;
}
.lp_winter_2023 .fixed__logo {
  display: flex;
  width: 14vw;
  top: 4vh;
  left: 3vw;
  position: absolute;
  transition: 0.3s;
  z-index: 30;
}
.lp_winter_2023 .nav {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 260px;
  height: 100vh;
  z-index: 20;
}
.lp_winter_2023 .nav__menu {
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  padding: 12px 24px;
  transition: 0.3s;
  height: 100%;
  box-shadow: 8px 0 2px -2px rgba(70, 70, 70, 0.6);
}
.lp_winter_2023 .nav__menu > img {
  width: 10vw;
  margin: 0 auto 12px;
  display: block;
}
.lp_winter_2023 .nav__menu ul li {
  border-bottom: solid 1px #7eee3e;
  margin-top: 12px;
  position: relative;
}
.lp_winter_2023 .nav__menu ul li a {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-right: 12px;
}
.lp_winter_2023 .nav__menu ul li::after {
  content: "";
  border-bottom: solid 4px #7eee3e;
  position: absolute;
  width: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  transition: 0.3s;
}
.lp_winter_2023 .nav__menu ul .active::after {
  width: 100%;
}
.lp_winter_2023 .nav__menu > p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2vh;
  width: 80%;
  text-align: center;
  display: block;
  margin: auto;
  cursor: pointer;
}
.lp_winter_2023 .nav__menu > p span {
  font-size: 1.2em;
}
.lp_winter_2023 .nav__menu__btn {
  margin: 16px auto;
}
.lp_winter_2023 .nav__menu__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7eee3e;
  padding: 8px 20px;
  width: max-content;
  margin: 6px auto;
  box-shadow: -8px 8px 0px #000;
  position: relative;
}
.lp_winter_2023 .nav__menu__btn a img {
  height: 24px;
  z-index: 2;
}
.lp_winter_2023 .nav__menu__btn a p {
  z-index: 2;
}
.lp_winter_2023 .nav__menu__btn a > div {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.lp_winter_2023 .nav__menu__btn a:hover > div {
  width: 100%;
}
.lp_winter_2023 .nav__menu__btn p {
  text-align: center;
  font-size: 14px;
}
.lp_winter_2023 #sp-nav {
  display: none;
}
.lp_winter_2023 .introduction__link {
  object-fit: cover;
}
.lp_winter_2023 .introduction__link a {
  display: flex;
  width: 70%;
  margin: auto;
  height: 160px;
  position: relative;
}
.lp_winter_2023 .introduction__link a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.lp_winter_2023 .introduction__link a:hover > .introduction__link__mask {
  background-color: rgba(255, 255, 255, 0.4);
}
.lp_winter_2023 .introduction__link a:hover > .introduction__link__img__wrapper img {
  transform: scale(1.05);
}
.lp_winter_2023 .introduction__link__text {
  display: flex;
  width: 49%;
  margin-left: 1%;
  align-items: center;
}
.lp_winter_2023 .introduction__link__text--question {
  font-size: 72px;
  margin: 0 -6px;
  height: max-content;
  line-height: 1;
}
.lp_winter_2023 .introduction__link__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  cursor: pointer;
}
.lp_winter_2023 .introduction__link__img__wrapper {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.lp_winter_2023 .introduction__link--right a {
  flex-direction: row-reverse;
}
.lp_winter_2023 .promotion-btn a {
  background-color: #7eee3e;
}
.lp_winter_2023 .promotion-btn a > div {
  background: #b5f6b7;
}
.lp_winter_2023 .firstview {
  width: 100%;
  height: 100vh;
  position: relative;
}
.lp_winter_2023 .firstview__video {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.lp_winter_2023 .firstview__video__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.64);
}
.lp_winter_2023 .firstview__parallelogram {
  position: absolute;
  height: 80vh;
  top: 0;
  left: -28vh;
}
.lp_winter_2023 .firstview__text {
  position: absolute;
  width: 80vw;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 16vh;
}
.lp_winter_2023 .firstview__text h1 {
  font-family: video, serif;
  letter-spacing: 0.1em;
  font-size: 4.8vw;
}
.lp_winter_2023 .firstview__text h2 {
  margin-bottom: 0vh;
  font-size: 42px;
}
.lp_winter_2023 .firstview__text h3 {
  margin-bottom: 2vh;
  font-size: 22px;
}
.lp_winter_2023 #overview {
  margin-top: 120px;
}
.lp_winter_2023 #overview h2 {
  font-size: 2vw;
  width: max-content;
  max-width: 80%;
  margin: 120px auto;
}
.lp_winter_2023 #overview .overview {
  width: 100%;
  height: 66.6666666667vh;
  margin-top: 120px;
}
.lp_winter_2023 #overview .overview__item {
  width: 100%;
  height: 33.3333333333vh;
  position: relative;
}
.lp_winter_2023 #overview .overview__item__img__wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 30%;
}
.lp_winter_2023 #overview .overview__item__img__wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp_winter_2023 #overview .overview__item__img__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.lp_winter_2023 #overview .overview__item__img__mask p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: max-content;
  height: max-content;
  margin: auto;
  color: #fff;
  font-size: 17vh;
  font-family: video, serif;
  line-height: 1;
  transform: translateY(0.08em);
}
.lp_winter_2023 #overview .overview__item__textbox {
  position: absolute;
  width: 70%;
  height: 100%;
  background-color: #fff;
  top: 0;
}
.lp_winter_2023 #overview .overview__item__textbox::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -2px;
}
.lp_winter_2023 #overview .overview__item__textbox h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 24px 30px;
}
.lp_winter_2023 #overview .overview__item__textbox p {
  margin: 12px 48px;
  font-size: 18px;
}
.lp_winter_2023 #overview .overview__item--1 .overview__item__img__wrapper, .lp_winter_2023 #overview .overview__item--3 .overview__item__img__wrapper {
  left: 0;
}
.lp_winter_2023 #overview .overview__item--1 .overview__item__textbox, .lp_winter_2023 #overview .overview__item--3 .overview__item__textbox {
  right: 0;
}
.lp_winter_2023 #overview .overview__item--1 .overview__item__textbox::before, .lp_winter_2023 #overview .overview__item--3 .overview__item__textbox::before {
  border-top: calc(16.6666666667vh + 2px) solid transparent;
  border-right: 34px solid #fff;
  border-bottom: calc(16.6666666667vh + 2px) solid #fff;
  border-left: 34px solid transparent;
  left: -64px;
}
.lp_winter_2023 #overview .overview__item--2 .overview__item__img__wrapper {
  right: 0;
}
.lp_winter_2023 #overview .overview__item--2 .overview__item__textbox {
  left: 0;
}
.lp_winter_2023 #overview .overview__item--2 .overview__item__textbox::before {
  border-bottom: calc(16.6666666667vh + 2px) solid transparent;
  border-left: 34px solid #fff;
  border-top: calc(16.6666666667vh + 2px) solid #fff;
  border-right: 34px solid transparent;
  right: -64px;
}
.lp_winter_2023 #overview .mainevent {
  width: 100%;
  position: relative;
}
.lp_winter_2023 #overview .mainevent__image {
  width: 100%;
  height: 75vh;
  position: relative;
}
.lp_winter_2023 #overview .mainevent img {
  width: 80%;
  height: 75vh;
  object-fit: cover;
  display: block;
  margin: auto;
}
.lp_winter_2023 #overview .mainevent__title {
  font-size: 32px;
  margin: 16px 10%;
  font-weight: bold;
}
.lp_winter_2023 #overview .mainevent__description {
  font-size: 24px;
  margin: 16px 10%;
}
.lp_winter_2023 #overview .mainevent__subtitle {
  font-weight: 700;
  color: #fff;
  background-color: #4338c5;
  border-radius: 16px;
  padding: 8px 12px;
  position: absolute;
  top: 77vh;
  right: 10vw;
}
.lp_winter_2023 #overview .mainevent__text {
  width: 75vh;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  margin: 0 auto auto;
  font-family: video, serif;
  font-size: calc(7.5vw - 16px);
}
.lp_winter_2023 #overview .mainevent__text--left {
  left: 0;
  transform: rotate(-90deg);
}
.lp_winter_2023 #overview .mainevent__text--right {
  transform: rotate(90deg);
  right: 0;
}
.lp_winter_2023 #overview .mainevent__text__wrapper {
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.lp_winter_2023 #overview .mainevent__text__wrapper--left {
  left: 0;
}
.lp_winter_2023 #overview .mainevent__text__wrapper--right {
  right: 0;
}
.lp_winter_2023 #overview .sublp_link {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 48px;
  height: 144px;
  position: relative;
}
.lp_winter_2023 #overview .sublp_link__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.lp_winter_2023 #overview .sublp_link__img__wrapper {
  width: 30%;
  height: 100%;
  overflow: hidden;
}
.lp_winter_2023 #overview .sublp_link p {
  display: block;
  text-align: center;
  width: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 28px;
  font-weight: bold;
  height: max-content;
  transition: 0.3s;
}
.lp_winter_2023 #overview .sublp_link .coming_soon {
  position: absolute;
  top: -5%;
  bottom: -5%;
  left: -2%;
  right: -2%;
  width: 104%;
  height: 110%;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0;
  display: block;
  z-index: 10000;
  color: #fff;
  line-height: 4.4;
  pointer-events: unset;
  text-align: center;
  font-size: 34px;
}
.lp_winter_2023 #overview .sublp_link::before {
  content: "";
  border-top: 74px solid transparent;
  border-right: 34px solid #fff;
  border-bottom: 74px solid #fff;
  border-left: 34px solid transparent;
  left: calc(30% - 64px);
  position: absolute;
  top: -2px;
  bottom: -2px;
  z-index: 100;
}
.lp_winter_2023 #overview .sublp_link::after {
  content: "";
  border-bottom: 74px solid transparent;
  border-left: 34px solid #fff;
  border-top: 74px solid #fff;
  border-right: 34px solid transparent;
  right: calc(30% - 64px);
  position: absolute;
  top: -2px;
  bottom: -2px;
  z-index: 100;
}
.lp_winter_2023 #overview .sublp_link:hover img {
  transform: scale(1.1);
  opacity: 0.7;
}
.lp_winter_2023 #overview .sublp_link:hover p {
  opacity: 0.7;
}
.lp_winter_2023 .section {
  margin-bottom: 48px;
}
.lp_winter_2023 #flow--whole .flow--whole__wrapper {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  width: 70%;
  margin: 64px auto;
}
.lp_winter_2023 #flow--whole .flow--whole__box--1-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  height: max-content;
}
.lp_winter_2023 #flow--whole .flow--whole__box--1-1 p {
  min-width: 70%;
  width: max-content;
  display: block;
  margin: 8px auto;
}
.lp_winter_2023 #flow--whole .flow--whole__box--1-1 p:nth-child(2) {
  height: max-content;
  text-align: center;
  font-size: 2.4em;
  color: #4338c5;
  line-height: 1;
  margin: 0 auto;
}
.lp_winter_2023 #flow--whole .flow--whole__box--1-2 {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  height: max-content;
}
.lp_winter_2023 #flow--whole .flow--whole__box--1-2 p {
  width: max-content;
  display: block;
  margin: 8px auto;
}
.lp_winter_2023 #flow--whole .flow--whole__box--1-2 p:nth-child(2) {
  height: max-content;
  text-align: center;
  font-size: 2.4em;
  color: #4338c5;
  line-height: 1;
  margin: 0 auto;
}
.lp_winter_2023 #flow--whole .flow--whole__box--2 {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
  height: 64px;
}
.lp_winter_2023 #flow--whole .flow--whole__box--2 div {
  background-color: #4338c5;
  display: block;
  width: 100%;
  height: 52px;
  margin: 6px auto;
  position: relative;
  color: #fff;
}
.lp_winter_2023 #flow--whole .flow--whole__box--2 div p {
  width: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  line-height: 1;
  font-size: 24px;
}
.lp_winter_2023 #flow--whole .flow--whole__box--3-1 {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 6;
}
.lp_winter_2023 #flow--whole .flow--whole__box--3-2 {
  text-align: center;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
  height: 40px;
}
.lp_winter_2023 #flow--whole .flow--whole__box--4-2 {
  text-align: center;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 5;
  height: 64px;
}
.lp_winter_2023 #flow--whole .flow--whole__box--4-2 div {
  background-color: #4338c5;
  display: block;
  width: 100%;
  height: 52px;
  margin: 6px auto;
  position: relative;
  color: #fff;
}
.lp_winter_2023 #flow--whole .flow--whole__box--4-2 div p {
  width: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  line-height: 1;
  font-size: 24px;
}
.lp_winter_2023 #flow--whole .flow--whole__box--5-2 {
  text-align: center;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 6;
  height: 40px;
}
.lp_winter_2023 #flow--whole .flow--whole__box--5-3 {
  text-align: center;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 5;
  grid-row-end: 6;
  height: 40px;
}
.lp_winter_2023 #flow--whole .flow--whole__box--6-1 {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 6;
  grid-row-end: 7;
  height: max-content;
}
.lp_winter_2023 #flow--whole .flow--whole__box--6-1 img {
  width: 80%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 6px auto;
}
.lp_winter_2023 #flow--whole .flow--whole__box--6-1 p {
  text-align: center;
}
.lp_winter_2023 #flow--whole .flow--whole__box--6-1 > p:nth-child(3) {
  font-size: 0.8em;
}
.lp_winter_2023 #flow--whole .flow--whole__box--6-2 {
  text-align: center;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 6;
  grid-row-end: 7;
  height: max-content;
}
.lp_winter_2023 #flow--whole .flow--whole__box--6-2 img {
  width: 80%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 6px auto;
}
.lp_winter_2023 #flow--whole .flow--whole__box--6-2 p {
  text-align: center;
}
.lp_winter_2023 #flow--whole .flow--whole__box--6-2 > p:nth-child(3) {
  font-size: 0.8em;
}
.lp_winter_2023 #flow--whole .flow--whole__box--6-3 {
  text-align: center;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 6;
  grid-row-end: 7;
  height: max-content;
}
.lp_winter_2023 #flow--whole .flow--whole__box--6-3 img {
  width: 80%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 6px auto;
}
.lp_winter_2023 #flow--whole .flow--whole__box--6-3 p {
  text-align: center;
}
.lp_winter_2023 #flow--whole .flow--whole__box--6-3 > p:nth-child(3) {
  font-size: 0.8em;
}
.lp_winter_2023 #flow--whole .flow--whole__box__arrow {
  position: relative;
  width: 100%;
  height: 100%;
}
.lp_winter_2023 #flow--whole .flow--whole__box__arrow p {
  font-size: 2.4em;
  font-weight: bold;
  width: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  line-height: 1;
  color: #4338c5;
}
.lp_winter_2023 #flow--whole .flow--whole__caution {
  width: 70%;
  display: block;
  margin: auto;
}
.lp_winter_2023 #flow--whole .school__icon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.lp_winter_2023 #flow--whole .school__icon p {
  font-size: 16px;
  display: block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 4px;
  color: #fff;
  padding: 4px;
  line-height: 1;
}
.lp_winter_2023 #flow--whole .school__icon--kyoto {
  background-color: #4338c5;
}
.lp_winter_2023 #flow--whole .school__icon--umeda {
  background-color: #a10b00;
}
.lp_winter_2023 #flow--whole .school__icon--tokyo {
  background-color: #48c700;
}
.lp_winter_2023 #flow--whole .school__icon--yokohama {
  background-color: #308300;
}
.lp_winter_2023 #flow--whole .school__icon--uehommachi {
  background-color: #db7603;
}
.lp_winter_2023 #flow--whole .school__icon--okayama {
  background-color: #5509ce;
}
.lp_winter_2023 #flow-1 {
  position: relative;
}
.lp_winter_2023 #flow-1 .steptitle {
  margin-left: 64px;
  display: block;
}
.lp_winter_2023 #flow-1 .flow__bg {
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  top: -48px;
  right: 0;
  font-family: video, serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.lp_winter_2023 .content,
.lp_winter_2023 .for_member {
  margin-top: 280px;
  position: relative;
}
.lp_winter_2023 .content .steptitle,
.lp_winter_2023 .for_member .steptitle {
  margin-left: 64px;
  display: block;
}
.lp_winter_2023 .content .flow__bg,
.lp_winter_2023 .for_member .flow__bg {
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  top: -48px;
  right: 0;
  font-family: video, serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.lp_winter_2023 .content .course_list,
.lp_winter_2023 .for_member .course_list {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  margin: 64px auto 0;
}
.lp_winter_2023 .content .course_list a,
.lp_winter_2023 .for_member .course_list a {
  display: block;
  width: 23%;
  position: relative;
}
.lp_winter_2023 .content .course_list a .course__img__wrapper,
.lp_winter_2023 .for_member .course_list a .course__img__wrapper {
  width: 100%;
  overflow: hidden;
}
.lp_winter_2023 .content .course_list a .course__img__wrapper img,
.lp_winter_2023 .for_member .course_list a .course__img__wrapper img {
  width: 100%;
  transition: 0.3s;
}
.lp_winter_2023 .content .course_list a:hover .course__img__wrapper img,
.lp_winter_2023 .for_member .course_list a:hover .course__img__wrapper img {
  transform: scale(1.05);
}
.lp_winter_2023 .content .course_list a:hover .course_list__link__mask,
.lp_winter_2023 .for_member .course_list a:hover .course_list__link__mask {
  background-color: rgba(255, 255, 255, 0.4);
}
.lp_winter_2023 .content .course_list__link__mask,
.lp_winter_2023 .for_member .course_list__link__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.lp_winter_2023 .content #course_content .content__content,
.lp_winter_2023 .content #member_course_content .content__content,
.lp_winter_2023 .for_member #course_content .content__content,
.lp_winter_2023 .for_member #member_course_content .content__content {
  width: 90%;
  margin: 240px 5%;
  position: relative;
}
.lp_winter_2023 .content #course_content .content__content:first-child,
.lp_winter_2023 .content #member_course_content .content__content:first-child,
.lp_winter_2023 .for_member #course_content .content__content:first-child,
.lp_winter_2023 .for_member #member_course_content .content__content:first-child {
  margin-top: 120px;
}
.lp_winter_2023 .content #course_content .content__content h3,
.lp_winter_2023 .content #member_course_content .content__content h3,
.lp_winter_2023 .for_member #course_content .content__content h3,
.lp_winter_2023 .for_member #member_course_content .content__content h3 {
  font-size: 32px;
  font-weight: 900;
  width: max-content;
}
.lp_winter_2023 .content #course_content .content__content h5,
.lp_winter_2023 .content #member_course_content .content__content h5,
.lp_winter_2023 .for_member #course_content .content__content h5,
.lp_winter_2023 .for_member #member_course_content .content__content h5 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 8px;
  width: max-content;
  display: block;
}
.lp_winter_2023 .content #course_content .content__content p,
.lp_winter_2023 .content #member_course_content .content__content p,
.lp_winter_2023 .for_member #course_content .content__content p,
.lp_winter_2023 .for_member #member_course_content .content__content p {
  margin: 8px 0;
}
.lp_winter_2023 .content #course_content .content__content p span.highlight--green,
.lp_winter_2023 .content #member_course_content .content__content p span.highlight--green,
.lp_winter_2023 .for_member #course_content .content__content p span.highlight--green,
.lp_winter_2023 .for_member #member_course_content .content__content p span.highlight--green {
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_winter_2023 .content #course_content .content__content ul,
.lp_winter_2023 .content #member_course_content .content__content ul,
.lp_winter_2023 .for_member #course_content .content__content ul,
.lp_winter_2023 .for_member #member_course_content .content__content ul {
  padding-left: 12px;
}
.lp_winter_2023 .content #course_content .content__content li::before,
.lp_winter_2023 .content #member_course_content .content__content li::before,
.lp_winter_2023 .for_member #course_content .content__content li::before,
.lp_winter_2023 .for_member #member_course_content .content__content li::before {
  content: "✓";
  margin-right: 4px;
}
.lp_winter_2023 .content #course_content .content__content b,
.lp_winter_2023 .content #member_course_content .content__content b,
.lp_winter_2023 .for_member #course_content .content__content b,
.lp_winter_2023 .for_member #member_course_content .content__content b {
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_winter_2023 .content #course_content .content__content:last-child,
.lp_winter_2023 .content #member_course_content .content__content:last-child,
.lp_winter_2023 .for_member #course_content .content__content:last-child,
.lp_winter_2023 .for_member #member_course_content .content__content:last-child {
  margin-bottom: 120px;
}
.lp_winter_2023 .content #course_content .content__comment,
.lp_winter_2023 .content #member_course_content .content__comment,
.lp_winter_2023 .for_member #course_content .content__comment,
.lp_winter_2023 .for_member #member_course_content .content__comment {
  font-weight: 700;
  color: #fff;
  background-color: #4338c5;
  border-radius: 16px;
  padding: 8px 12px;
  position: absolute;
  top: -50px;
  left: 0;
}
.lp_winter_2023 .content #course_content .content__school__list,
.lp_winter_2023 .content #member_course_content .content__school__list,
.lp_winter_2023 .for_member #course_content .content__school__list,
.lp_winter_2023 .for_member #member_course_content .content__school__list {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0;
}
.lp_winter_2023 .content #course_content .content__school__list div,
.lp_winter_2023 .content #member_course_content .content__school__list div,
.lp_winter_2023 .for_member #course_content .content__school__list div,
.lp_winter_2023 .for_member #member_course_content .content__school__list div {
  transition: 0.3s;
  border-radius: 26.4px;
  display: block;
  margin-bottom: 12px;
  margin-right: 18px;
  position: relative;
}
.lp_winter_2023 .content #course_content .content__school__list div h4,
.lp_winter_2023 .content #member_course_content .content__school__list div h4,
.lp_winter_2023 .for_member #course_content .content__school__list div h4,
.lp_winter_2023 .for_member #member_course_content .content__school__list div h4 {
  font-size: 18px;
  width: max-content;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 26.4px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 4px;
}
.lp_winter_2023 .content #course_content .content__school__list div h5,
.lp_winter_2023 .content #member_course_content .content__school__list div h5,
.lp_winter_2023 .for_member #course_content .content__school__list div h5,
.lp_winter_2023 .for_member #member_course_content .content__school__list div h5 {
  background-color: #ff81b2;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 16px;
  position: absolute;
  line-height: 1.1;
  top: -12px;
  margin: 0;
  left: 120px;
}
.lp_winter_2023 .content #course_content .content__school__list div p,
.lp_winter_2023 .content #member_course_content .content__school__list div p,
.lp_winter_2023 .for_member #course_content .content__school__list div p,
.lp_winter_2023 .for_member #member_course_content .content__school__list div p {
  padding-left: 8px;
  font-weight: 700;
  font-size: 16px;
}
.lp_winter_2023 .content #course_content .content__school__list div .kyoto,
.lp_winter_2023 .content #member_course_content .content__school__list div .kyoto,
.lp_winter_2023 .for_member #course_content .content__school__list div .kyoto,
.lp_winter_2023 .for_member #member_course_content .content__school__list div .kyoto {
  background-color: rgb(18, 100, 175);
}
.lp_winter_2023 .content #course_content .content__school__list div .umeda,
.lp_winter_2023 .content #member_course_content .content__school__list div .umeda,
.lp_winter_2023 .for_member #course_content .content__school__list div .umeda,
.lp_winter_2023 .for_member #member_course_content .content__school__list div .umeda {
  background-color: rgb(161, 11, 0);
}
.lp_winter_2023 .content #course_content .content__school__list div .tokyo,
.lp_winter_2023 .content #member_course_content .content__school__list div .tokyo,
.lp_winter_2023 .for_member #course_content .content__school__list div .tokyo,
.lp_winter_2023 .for_member #member_course_content .content__school__list div .tokyo {
  background-color: rgb(72, 199, 0);
}
.lp_winter_2023 .content #course_content .content__school__list div .yokohama,
.lp_winter_2023 .content #member_course_content .content__school__list div .yokohama,
.lp_winter_2023 .for_member #course_content .content__school__list div .yokohama,
.lp_winter_2023 .for_member #member_course_content .content__school__list div .yokohama {
  background-color: #308300;
}
.lp_winter_2023 .content #course_content .content__school__list div .uehommachi,
.lp_winter_2023 .content #member_course_content .content__school__list div .uehommachi,
.lp_winter_2023 .for_member #course_content .content__school__list div .uehommachi,
.lp_winter_2023 .for_member #member_course_content .content__school__list div .uehommachi {
  background-color: #db7603;
}
.lp_winter_2023 .content #course_content .content__school__list div .okayama,
.lp_winter_2023 .content #member_course_content .content__school__list div .okayama,
.lp_winter_2023 .for_member #course_content .content__school__list div .okayama,
.lp_winter_2023 .for_member #member_course_content .content__school__list div .okayama {
  background-color: #5509ce;
}
.lp_winter_2023 .content #shortcourse__apply__btn--2,
.lp_winter_2023 .content #shortcourse__apply__btn--3,
.lp_winter_2023 .for_member #shortcourse__apply__btn--2,
.lp_winter_2023 .for_member #shortcourse__apply__btn--3 {
  transform: none;
}
.lp_winter_2023 .content #shortcourse__apply__btn--2 a,
.lp_winter_2023 .content #shortcourse__apply__btn--3 a,
.lp_winter_2023 .for_member #shortcourse__apply__btn--2 a,
.lp_winter_2023 .for_member #shortcourse__apply__btn--3 a {
  background-color: #ff81b2;
  padding: 16px 40px;
}
.lp_winter_2023 .content #shortcourse__apply__btn--2 a div,
.lp_winter_2023 .content #shortcourse__apply__btn--3 a div,
.lp_winter_2023 .for_member #shortcourse__apply__btn--2 a div,
.lp_winter_2023 .for_member #shortcourse__apply__btn--3 a div {
  background-color: #ffcadf;
}
.lp_winter_2023 .detail__content {
  width: 90%;
}
.lp_winter_2023 #catchup_content {
  margin-top: 280px;
}
.lp_winter_2023 #catchup_content .steptitle {
  margin-left: 64px;
  display: block;
}
.lp_winter_2023 #catchup_content .flow__bg {
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  top: -48px;
  right: 0;
  font-family: video, serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.lp_winter_2023 #catchup_content .catchup_content {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 80px auto 0;
}
.lp_winter_2023 #catchup_content .catchup_content img {
  width: 40%;
  height: max-content;
  display: block;
}
.lp_winter_2023 #catchup_content .catchup_content__textbox {
  width: 55%;
}
.lp_winter_2023 #catchup_content .catchup_content__textbox h3 {
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 12px;
}
.lp_winter_2023 #catchup_content .catchup_content__textbox > p {
  margin-bottom: 12px;
}
.lp_winter_2023 #catchup_content .catchup_content__textbox i b {
  font-size: 14px;
}
.lp_winter_2023 #catchup_content .catchup_content__textbox .highlight--green {
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_winter_2023 #catchup_content .catchup_content__school__list div {
  transition: 0.3s;
  border-radius: 26.4px;
  display: block;
  margin-bottom: 12px;
}
.lp_winter_2023 #catchup_content .catchup_content__school__list div h4 {
  font-size: 18px;
  width: max-content;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 26.4px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 4px;
}
.lp_winter_2023 #catchup_content .catchup_content__school__list div p {
  padding-left: 8px;
  font-weight: 700;
  font-size: 16px;
}
.lp_winter_2023 #catchup_content .catchup_content__school__list div .kyoto {
  background-color: rgb(18, 100, 175);
}
.lp_winter_2023 #catchup_content .catchup_content__school__list div .umeda {
  background-color: rgb(161, 11, 0);
}
.lp_winter_2023 #catchup_content .catchup_content__school__list div .tokyo {
  background-color: rgb(72, 199, 0);
}
.lp_winter_2023 #catchup_content > p i b {
  display: block;
  width: max-content;
  margin: 0 auto 0 5%;
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_winter_2023 #catchup_content #shortcourse__apply__btn--1 {
  transform: none;
}
.lp_winter_2023 #catchup_content #shortcourse__apply__btn--1 a {
  background-color: #ff81b2;
  padding: 16px 40px;
}
.lp_winter_2023 #catchup_content #shortcourse__apply__btn--1 a div {
  background-color: #ffcadf;
}
.lp_winter_2023 .comment__content--a {
  margin-bottom: 360px;
}
.lp_winter_2023 .comment__content--a__bgimg {
  position: absolute;
  bottom: -12vw;
  width: 80vw;
  right: 0;
  z-index: -1;
}
.lp_winter_2023 .comment__content--c img.comment__content--c__bgnum {
  position: absolute;
  top: 0;
  width: 10vw;
  height: max-content;
}
.lp_winter_2023 .comment__content--c img.comment__content--c__bgnum--right {
  left: 0;
}
.lp_winter_2023 .comment__content--c img.comment__content--c__bgnum--left {
  right: 0;
}
.lp_winter_2023 .flow {
  padding: 0 15vw;
}
.lp_winter_2023 .flow ul {
  margin-top: 64px;
}
.lp_winter_2023 .flow li {
  margin: 6px 0;
  line-height: 1.6;
}
.lp_winter_2023 .flow li b {
  font-weight: 900;
  font-size: 1.5em;
}
.lp_winter_2023 .flow .down-arrow {
  text-align: center;
  font-weight: 900;
  font-size: 1.6em;
  margin: 6px auto;
}
.lp_winter_2023 #school_info .school_info__wrapper {
  width: 80%;
  margin: auto;
}
.lp_winter_2023 #school_info .school_info__wrapper h4 {
  font-weight: 900;
  width: max-content;
  margin: 16px 0 4px 8px;
  background: linear-gradient(transparent 80%, #7eee3e 50%);
  font-size: 28px;
}
.lp_winter_2023 #school_info .school_info__wrapper .place__wrapper {
  width: 100%;
  display: flex;
  margin: 24px auto 60px;
  justify-content: space-between;
}
.lp_winter_2023 #school_info .school_info__wrapper .place__wrapper > img {
  width: 48%;
  height: max-content;
}
.lp_winter_2023 #school_info .school_info__wrapper .place__wrapper__item {
  width: 48%;
}
.lp_winter_2023 #school_info .school_info__wrapper .place__wrapper__item iframe {
  max-width: 100%;
  margin: 0 auto 24px;
}
.lp_winter_2023 #calendar {
  font-size: 14px;
}
.lp_winter_2023 #calendar .calendar__wrapper {
  pointer-events: none;
  width: 90%;
  margin: 0 5%;
  position: absolute;
  top: 0;
  transition: 0.5s;
}
.lp_winter_2023 #calendar .calendar__wrapper--jun {
  left: 0;
}
.lp_winter_2023 #calendar .calendar__wrapper--jul {
  left: 100%;
}
.lp_winter_2023 #calendar .calendar__wrapper--aug {
  left: 200%;
}
.lp_winter_2023 #calendar .calendar__schooltab {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 120px auto 24px;
}
.lp_winter_2023 #calendar .calendar__schooltab div {
  width: 20%;
  text-align: center;
  border-radius: 12px;
  transition: 0.3s;
  padding: 4px 0;
  transition: 0.3s;
  cursor: pointer;
}
.lp_winter_2023 #calendar .calendar__schooltab .calendar__schoolbtn--all {
  background-color: rgb(153, 171, 143);
  border: solid 2px rgb(153, 171, 143);
}
.lp_winter_2023 #calendar .calendar__schooltab .calendar__schoolbtn--all.active {
  background-color: rgb(59, 154, 4);
  border-color: rgb(59, 154, 4);
  color: #fff;
}
.lp_winter_2023 #calendar .calendar__schooltab .calendar__schoolbtn--kyoto {
  background-color: rgb(201, 228, 254);
  border: solid 2px rgb(201, 228, 254);
}
.lp_winter_2023 #calendar .calendar__schooltab .calendar__schoolbtn--kyoto.active {
  background-color: rgb(18, 100, 175);
  border-color: rgb(18, 100, 175);
  color: #fff;
}
.lp_winter_2023 #calendar .calendar__schooltab .calendar__schoolbtn--umeda {
  background-color: rgb(255, 211, 208);
  border: solid 2px rgb(255, 211, 208);
}
.lp_winter_2023 #calendar .calendar__schooltab .calendar__schoolbtn--umeda.active {
  background-color: rgb(161, 11, 0);
  border-color: rgb(161, 11, 0);
  color: #fff;
}
.lp_winter_2023 #calendar .calendar__schooltab .calendar__schoolbtn--tokyo {
  background-color: rgb(215, 255, 192);
  border: solid 2px rgb(215, 255, 192);
}
.lp_winter_2023 #calendar .calendar__schooltab .calendar__schoolbtn--tokyo.active {
  background-color: rgb(72, 199, 0);
  border-color: rgb(72, 199, 0);
  color: #fff;
}
.lp_winter_2023 #calendar .calendar__monthtab {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}
.lp_winter_2023 #calendar .calendar__monthtab div {
  width: 24%;
  text-align: center;
  border-radius: 12px;
  transition: 0.3s;
  border: solid 2px #7eee3e;
  padding: 4px 0;
  background-color: #fff;
  cursor: pointer;
}
.lp_winter_2023 #calendar .calendar__monthtab .active {
  background-color: #7eee3e;
}
.lp_winter_2023 #calendar .calendar__tab__wrapper {
  padding: 260px 0;
  height: 100%;
  position: relative;
}
.lp_winter_2023 #calendar .fc-event-time {
  display: none;
}
.lp_winter_2023 #calendar table {
  background-color: #fff;
}
.lp_winter_2023 .lp__swiper {
  width: 100%;
  height: calc(46.875vw - 240px);
}
.lp_winter_2023 .lp__swiper img {
  object-fit: cover;
}
.lp_winter_2023 .detail__content p a {
  text-decoration: underline;
  margin-right: 8px;
}
.lp_winter_2023 .detail__content h4 {
  background: linear-gradient(transparent 80%, #7eee3e 50%);
}
.lp_winter_2023 .detail__content h4 br {
  display: none;
}
.lp_winter_2023 .detail__content__detaillist {
  max-width: 45vw;
}
.lp_winter_2023 .detail__content__detaillist li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_winter_2023 .detail__content__detaillist li div {
  display: flex;
}
.lp_winter_2023 .detail__content__detaillist li div p:nth-child(1) {
  font-size: 32px;
  font-weight: 900;
  margin-right: 23px;
}
.lp_winter_2023 .detail__content__detaillist li div p:nth-child(2) {
  margin: 8px 0;
}
.lp_winter_2023 .detail__content__schedule h4 {
  margin-top: 24px;
}
.lp_winter_2023 .detail__content__schedule h5 {
  font-weight: bold;
  margin-top: 8px;
}
.lp_winter_2023 .detail__content__schedule p {
  margin: 0;
  padding-left: 16px;
}
.lp_winter_2023 .detail__content__schedule__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.lp_winter_2023 .detail__content__schedule__item {
  margin-right: 36px;
  margin-top: 12px;
}
.lp_winter_2023 .detail__notice_text {
  width: 45vw;
  margin: 64px auto 0;
  display: block;
  font-size: 20px;
  line-height: 1.8;
}
.lp_winter_2023 .detail__notice_text span {
  background: linear-gradient(transparent 85%, #7eee3e 50%);
  font-weight: bold;
}
.lp_winter_2023 .detail .apply-flow li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_winter_2023 .detail .apply-flow li b {
  font-weight: 900;
  font-size: 1.5em;
}
.lp_winter_2023 .detail .down-arrow {
  text-align: center;
  font-weight: 900;
  font-size: 1.6em;
  margin: 24px auto;
}
.lp_winter_2023 .notice-1 > div {
  position: relative;
}
.lp_winter_2023 .notice-1 > div > img {
  height: 70vh;
  margin: auto;
  display: block;
}
.lp_winter_2023 .notice-1__classroom {
  position: absolute;
}
.lp_winter_2023 .notice-1__classroom--1 {
  top: 22vh;
  left: calc(50vw - 26vh);
  transform: translate3d(-100%, -100%, 0);
  text-align: right;
}
.lp_winter_2023 .notice-1__classroom--2 {
  bottom: 22vh;
  right: calc(50vw - 24vh);
  transform: translate3d(100%, 100%, 0);
}
.lp_winter_2023 .notice-1__classroom h4 {
  font-size: 32px;
  font-weight: 900;
}
.lp_winter_2023 .notice-1__bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: max-content;
  width: max-content;
  margin: auto;
  font-size: 120px;
  line-height: 1;
  font-weight: 900;
  opacity: 0.4;
  font-style: italic;
  color: #14af12;
}
.lp_winter_2023 .notice-1__bg--1 {
  transform: translateX(-30vw);
}
.lp_winter_2023 .notice-1__bg--2 {
  transform: translateX(30vw);
}
.lp_winter_2023 #form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
  padding: 5vh 10vw;
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.lp_winter_2023 #form form {
  width: 100%;
  margin: 0;
  background-color: #fff;
  overflow: auto;
  padding: 100px 10vw;
  border: solid 2px #000;
  border-radius: 16px;
  height: 100%;
}
.lp_winter_2023 #form form input {
  background-color: #fff;
}
.lp_winter_2023 #form .form__close {
  position: absolute;
  top: 9vh;
  right: 12vw;
  font-size: 20px;
  cursor: pointer;
}
.lp_winter_2023 .course-detail {
  padding: 0 64px;
}
.lp_winter_2023 .course-detail h3 {
  background: linear-gradient(transparent 85%, #7eee3e 50%);
  width: max-content;
  font-size: 24px;
  font-weight: bold;
  margin: 24px auto 8px 4px;
}
.lp_winter_2023 .course-detail h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 24px auto 4px 0;
}
.lp_winter_2023 .course-detail ul {
  margin-bottom: 8px;
}
.lp_winter_2023 .course-detail .section__title {
  margin-bottom: 64px;
}
.lp_winter_2023 .apply-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 32px 48px;
  transition: 0.3s;
  display: none;
  opacity: 0;
}
.lp_winter_2023 .apply-modal__close-btn {
  position: absolute;
  top: 8px;
  right: 64px;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  padding: 4px 8px;
  z-index: 10;
}
.lp_winter_2023 .apply-modal__wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: solid 3px #000;
  border-radius: 24px;
  padding: 92px 0 12px;
  position: relative;
}
.lp_winter_2023 .apply-modal__scrollarea {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0 16px;
}
.lp_winter_2023 .apply-modal__btn__list {
  display: flex;
  width: 80%;
  justify-content: space-evenly;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 52px;
  align-items: center;
  margin: 16px auto 24px;
}
.lp_winter_2023 .apply-modal__btn__list h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 24px 12px;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.3s;
  background-color: #d2f3be;
  color: #fff;
}
.lp_winter_2023 .apply-modal__btn__list .active {
  background-color: #14af12;
}
.lp_winter_2023 .apply-modal__table {
  transition: 0.3s;
  border: solid 1px #000;
  margin-bottom: 36px;
}
.lp_winter_2023 .apply-modal__table--master {
  width: 100%;
  min-width: 448px;
}
.lp_winter_2023 .apply-modal__table--master .apply-modal__table__item {
  width: calc((100% - 140px) / 4);
}
.lp_winter_2023 .apply-modal__table--master .apply-modal__table__item:first-child {
  width: 140px;
}
.lp_winter_2023 .apply-modal__table--shortcourse {
  width: 100%;
  min-width: 800px;
  display: none;
  opacity: 0;
}
.lp_winter_2023 .apply-modal__table--shortcourse .apply-modal__table__item {
  width: calc((100% - 140px) / 5);
}
.lp_winter_2023 .apply-modal__table--shortcourse .apply-modal__table__item:first-child {
  width: 140px;
}
.lp_winter_2023 .apply-modal__table__row {
  display: flex;
}
.lp_winter_2023 .apply-modal__table__row:first-child {
  height: 100px;
}
.lp_winter_2023 .apply-modal__table__item {
  border: solid 1px #000;
  padding: 8px 8px;
  position: relative;
}
.lp_winter_2023 .apply-modal__table__item p {
  font-size: 14px;
}
.lp_winter_2023 .apply-modal__table__item a {
  font-size: 14px;
  background-color: #14af12;
  color: #fff;
  padding: 4px 12px;
  border-radius: 12px;
  display: block;
  width: max-content;
  margin-top: 8px;
}
.lp_winter_2023 .apply-modal__table__item img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}
.lp_winter_2023 .apply-modal__table__header {
  font-weight: bold;
}
.lp_winter_2023 .apply-modal__table__header--kyoto {
  background-color: #c9e4fe;
}
.lp_winter_2023 .apply-modal__table__header--umeda {
  background-color: #ffd3d0;
}
.lp_winter_2023 .apply-modal__table__header--tokyo {
  background-color: #d7ffc0;
}
.lp_winter_2023 .apply-modal__table__header--yokohama {
  background-color: #6ae924;
}
.lp_winter_2023 .apply-modal__table__header--uehommachi {
  background-color: #ffca8e;
}
.lp_winter_2023 .apply-modal__table__header--okayama {
  background-color: #b28cf0;
}
@media (max-width: 1023px) {
  .lp_winter_2023 #comment-1,
  .lp_winter_2023 #comment-2,
  .lp_winter_2023 #comment-3,
  .lp_winter_2023 #comment-4,
  .lp_winter_2023 #content,
  .lp_winter_2023 #detail,
  .lp_winter_2023 #notice-1,
  .lp_winter_2023 #review,
  .lp_winter_2023 #event,
  .lp_winter_2023 #school_info,
  .lp_winter_2023 #flow,
  .lp_winter_2023 #calendar,
  .lp_winter_2023 .introduction__link,
  .lp_winter_2023 #overview,
  .lp_winter_2023 .section,
  .lp_winter_2023 #flow-1,
  .lp_winter_2023 #flow-2,
  .lp_winter_2023 #flow-3,
  .lp_winter_2023 #catchup_content,
  .lp_winter_2023 #course-detail,
  .lp_winter_2023 #for_member,
  .lp_winter_2023 #swiper {
    margin: 120px 0;
  }
  .lp_winter_2023 section > .section__title h2 {
    font-size: 18px;
  }
  .lp_winter_2023 #firstview .firstview__text h1 {
    font-size: 9vw;
  }
  .lp_winter_2023 #firstview .firstview__text h2 {
    font-size: 7vw;
  }
  .lp_winter_2023 #firstview .firstview__text h3 {
    font-size: 4vw;
  }
  .lp_winter_2023 .bg__image--pc {
    display: none;
  }
  .lp_winter_2023 .bg__image--sp {
    display: block;
  }
  .lp_winter_2023 .bg__content__wrapper {
    left: 0;
    width: 100%;
  }
  .lp_winter_2023 .fixed__logo {
    width: 40vw;
  }
  .lp_winter_2023 .nav__menu > img {
    width: 30vw;
  }
  .lp_winter_2023 #nav {
    display: none;
  }
  .lp_winter_2023 #sp-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
  }
  .lp_winter_2023 #sp-nav .nav__gauge {
    width: 100%;
    height: 6px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .lp_winter_2023 #sp-nav .nav__gauge div {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #7eee3e;
  }
  .lp_winter_2023 #sp-nav .sp-footer-nav {
    width: 100%;
    height: 36px;
    padding: 0;
    line-height: 1;
    font-size: 20px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
  }
  .lp_winter_2023 #sp-nav .sp-footer-nav li {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
    position: absolute;
    padding: 0 8vw;
    opacity: 0;
  }
  .lp_winter_2023 #sp-nav .sp-footer-nav li * {
    padding: 8px;
  }
  .lp_winter_2023 #sp-nav .sp-footer-nav .active {
    opacity: 1;
  }
  .lp_winter_2023 #sp-nav .sp-nav-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 80px 10vw;
    font-size: 18px;
    display: none;
    opacity: 0;
    transition: 0.3s;
  }
  .lp_winter_2023 #sp-nav .sp-nav-modal ul li {
    border-bottom: solid 1px #7eee3e;
    margin-top: 12px;
    position: relative;
  }
  .lp_winter_2023 #sp-nav .sp-nav-modal ul li a {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-right: 12px;
  }
  .lp_winter_2023 #sp-nav .sp-nav-modal ul li::after {
    content: "";
    border-bottom: solid 4px #7eee3e;
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    transition: 0.3s;
  }
  .lp_winter_2023 #sp-nav .sp-nav-modal ul .active::after {
    width: 100%;
  }
  .lp_winter_2023 #sp-nav .sp-nav-modal > p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2vh;
    width: 80%;
    text-align: center;
    display: block;
    margin: auto;
    cursor: pointer;
  }
  .lp_winter_2023 #sp-nav .sp-nav-modal > p span {
    font-size: 1.2em;
  }
  .lp_winter_2023 #sp-nav .sp-nav-modal #sp-nav-modal__close {
    position: fixed;
    top: 8px;
    right: 24px;
    font-size: 20px;
    color: #fff;
    height: max-content;
    width: max-content;
    bottom: unset;
    left: unset;
  }
  .lp_winter_2023 #sp-nav .sp-nav-modal .nav__menu__btn {
    margin-top: 36px;
  }
  .lp_winter_2023 #sp-nav .sp-nav-modal .nav__menu__btn a {
    color: #000;
  }
  .lp_winter_2023 .firstview__parallelogram {
    height: 48vh;
    left: -24vh;
  }
  .lp_winter_2023 .firstview__text {
    bottom: 12vh;
  }
  .lp_winter_2023 .firstview__text h1 {
    font-size: 28px;
  }
  .lp_winter_2023 .firstview__text h2 {
    font-size: 14px;
  }
  .lp_winter_2023 #overview h2 {
    width: 90vw;
    font-size: 4vw;
    margin: 64px auto;
  }
  .lp_winter_2023 #overview .overview {
    height: 36vh;
  }
  .lp_winter_2023 #overview .overview__item {
    height: 12vh;
  }
  .lp_winter_2023 #overview .overview__item__img__wrapper {
    width: 40%;
  }
  .lp_winter_2023 #overview .overview__item__img__mask p {
    font-size: 6vh;
  }
  .lp_winter_2023 #overview .overview__item__textbox {
    width: 60%;
  }
  .lp_winter_2023 #overview .overview__item__textbox h3 {
    font-size: 4.8vw;
    margin: auto 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: max-content;
  }
  .lp_winter_2023 #overview .overview__item__textbox p {
    display: none;
  }
  .lp_winter_2023 #overview .overview__item--1 .overview__item__textbox::before, .lp_winter_2023 #overview .overview__item--3 .overview__item__textbox::before {
    border-top: calc(6vh + 2px) solid transparent;
    border-right: 20px solid #fff;
    border-bottom: calc(6vh + 2px) solid #fff;
    border-left: 20px solid transparent;
    left: -36px;
  }
  .lp_winter_2023 #overview .overview__item--2 .overview__item__textbox::before {
    border-bottom: calc(6vh + 2px) solid transparent;
    border-left: 20px solid #fff;
    border-top: calc(6vh + 2px) solid #fff;
    border-right: 20px solid transparent;
    right: -36px;
  }
  .lp_winter_2023 #overview .mainevent__title {
    margin: 16px 5%;
  }
  .lp_winter_2023 #overview .mainevent__subtitle {
    display: none;
  }
  .lp_winter_2023 #overview .mainevent__description {
    margin: 16px 5%;
    font-size: 18px;
  }
  .lp_winter_2023 #overview .mainevent__image {
    height: 45vw;
  }
  .lp_winter_2023 #overview .mainevent__image img {
    width: 80%;
    height: 45vw;
  }
  .lp_winter_2023 #overview .mainevent__text {
    width: 45vw;
    font-size: calc(11.5vw - 16px);
  }
  .lp_winter_2023 #overview .mainevent__text__wrapper--left {
    left: 0;
  }
  .lp_winter_2023 #overview .mainevent__text__wrapper--right {
    right: 0;
  }
  .lp_winter_2023 #overview .sublp_link {
    width: 90%;
    height: 24vw;
  }
  .lp_winter_2023 #overview .sublp_link p {
    font-size: 3vw;
  }
  .lp_winter_2023 #overview .sublp_link .coming_soon {
    font-size: 28px;
    line-height: 3.4;
  }
  .lp_winter_2023 #overview .sublp_link::before {
    border-top: calc(12vw + 2px) solid transparent;
    border-right: 20px solid #fff;
    border-bottom: calc(12vw + 2px) solid #fff;
    border-left: 20px solid transparent;
    left: calc(30% - 36px);
  }
  .lp_winter_2023 #overview .sublp_link::after {
    border-bottom: calc(12vw + 2px) solid transparent;
    border-left: 20px solid #fff;
    border-top: calc(12vw + 2px) solid #fff;
    border-right: 20px solid transparent;
    right: calc(30% - 36px);
  }
  .lp_winter_2023 #flow--whole .flow--whole__wrapper {
    width: 95%;
  }
  .lp_winter_2023 #flow--whole .flow--whole__box--2 div p {
    font-size: 20px;
  }
  .lp_winter_2023 #flow--whole .flow--whole__box--4-2 {
    height: 76px;
  }
  .lp_winter_2023 #flow--whole .flow--whole__box--4-2 div {
    height: 64px;
  }
  .lp_winter_2023 #flow--whole .flow--whole__box--4-2 div p {
    font-size: 20px;
    line-height: 1.4;
  }
  .lp_winter_2023 #flow--whole .flow--whole__box--6-1 img {
    width: 90%;
  }
  .lp_winter_2023 #flow--whole .flow--whole__box--6-2 img {
    width: 90%;
  }
  .lp_winter_2023 #flow--whole .flow--whole__box--6-3 img {
    width: 90%;
  }
  .lp_winter_2023 #flow--whole .flow--whole__caution {
    width: 90%;
  }
  .lp_winter_2023 #flow-1 .steptitle {
    font-size: 32px;
    margin-left: 5vw;
  }
  .lp_winter_2023 #flow-1 .flow__bg {
    font-size: 22vw;
  }
  .lp_winter_2023 #catchup_content .steptitle {
    font-size: 32px;
    margin-left: 5vw;
  }
  .lp_winter_2023 #catchup_content .flow__bg {
    font-size: 22vw;
  }
  .lp_winter_2023 #catchup_content .catchup_content {
    flex-flow: column;
    width: 90%;
  }
  .lp_winter_2023 #catchup_content .catchup_content img {
    width: 70%;
    margin: auto auto 24px;
  }
  .lp_winter_2023 #catchup_content .catchup_content__textbox {
    width: 100%;
  }
  .lp_winter_2023 #catchup_content > p i b {
    width: 100%;
    display: inline;
  }
  .lp_winter_2023 .content {
    overflow: visible;
  }
  .lp_winter_2023 .content .steptitle {
    font-size: 32px;
    margin-left: 5vw;
  }
  .lp_winter_2023 .content .flow__bg {
    font-size: 22vw;
  }
  .lp_winter_2023 .content .course_list {
    flex-wrap: wrap;
  }
  .lp_winter_2023 .content .course_list a {
    width: 48%;
    margin-top: 24px;
  }
  .lp_winter_2023 .content #course_content .content__content h3 {
    font-size: 26px;
  }
  .lp_winter_2023 .content #course_content .content__comment {
    top: -42px;
  }
  .lp_winter_2023 .content #course_content .content__school__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 14px 0px;
  }
  .lp_winter_2023 .content #course_content .content__school__item h4 {
    height: max-content;
    font-size: 16px;
    padding: 6px 12px;
  }
  .lp_winter_2023 .content #course_content .content__school__item p {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
  .lp_winter_2023 .content #course_content .content__school__list div h5 {
    font-size: 14px;
  }
  .lp_winter_2023 #calendar .calendar__wrapper {
    width: 98%;
    margin: 0 1%;
    font-size: 12px;
  }
  .lp_winter_2023 #calendar .fc-daygrid-event-dot {
    margin: 0;
  }
  .lp_winter_2023 #calendar .fc-event-title {
    font-weight: 400;
  }
  .lp_winter_2023 .comment__content--a {
    margin-bottom: 0;
  }
  .lp_winter_2023 .comment__content--a--left > div:nth-child(1) > img:nth-child(1) {
    transform: translate3d(-48px, 32px, 0);
  }
  .lp_winter_2023 .comment__content--c img.comment__content--c__bgnum {
    width: 20vw;
    left: 0;
    right: unset;
  }
  .lp_winter_2023 #comment-4 .comment__content--b > div {
    margin: calc(75vw - 42px) auto 0;
  }
  .lp_winter_2023 .detail__content h4 {
    font-size: 20px;
  }
  .lp_winter_2023 .detail__content h4 br {
    display: block;
  }
  .lp_winter_2023 .detail__content__detaillist {
    max-width: 90vw;
  }
  .lp_winter_2023 .detail__notice_text {
    width: 90vw;
  }
  .lp_winter_2023 .flow {
    padding: 0 5vw;
  }
  .lp_winter_2023 #course_content .content__comment {
    top: -48px;
  }
  .lp_winter_2023 #school_info .school_info__wrapper {
    width: 90vw;
  }
  .lp_winter_2023 #school_info .school_info__wrapper .place__wrapper {
    flex-flow: column;
    justify-content: center;
  }
  .lp_winter_2023 #school_info .school_info__wrapper .place__wrapper__item {
    width: 80%;
    margin: 24px auto 0;
  }
  .lp_winter_2023 #school_info .school_info__wrapper .place__wrapper__item iframe {
    height: 50vw;
  }
  .lp_winter_2023 #school_info .school_info__wrapper .place__wrapper > img {
    width: 80%;
    margin: auto;
  }
  .lp_winter_2023 .introduction__link {
    margin-bottom: 240px;
  }
  .lp_winter_2023 .introduction__link a {
    display: block;
    width: 90vw;
    position: relative;
    height: 40vw;
  }
  .lp_winter_2023 .introduction__link__text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    color: #fff;
    margin: 0;
  }
  .lp_winter_2023 .introduction__link__text div {
    font-size: 16px;
    margin: auto;
  }
  .lp_winter_2023 .introduction__link__text--question {
    display: none;
  }
  .lp_winter_2023 .introduction__link__img__wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .lp_winter_2023 .form__btn {
    width: 90vw;
  }
  .lp_winter_2023 .notice-1 > div > img {
    margin: auto;
    width: 80vw;
    height: auto;
  }
  .lp_winter_2023 .notice-1__classroom--1 {
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, -100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_winter_2023 .notice-1__classroom--2 {
    bottom: -10px;
    left: 0;
    right: 0;
    transform: translate3d(0, 100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_winter_2023 .notice-1__bg {
    opacity: 0.2;
  }
  .lp_winter_2023 .notice-1__bg--1 {
    top: 0;
    bottom: unset;
    transform: translate3d(0, -110%, 0);
  }
  .lp_winter_2023 .notice-1__bg--2 {
    top: unset;
    bottom: 0;
    transform: translate3d(0, 110%, 0);
  }
  .lp_winter_2023 .lp__swiper {
    height: calc(46.875vw - 28.125px);
  }
  .lp_winter_2023 .event__content {
    width: 90vw;
    margin: 60px auto;
  }
  .lp_winter_2023 .event__content img {
    width: 90vw;
    margin-bottom: 24px;
  }
  .lp_winter_2023 .event__content__title--pc {
    display: none;
  }
  .lp_winter_2023 .event__content__title--sp {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: max-content;
  }
  .lp_winter_2023 .event__content p {
    margin-top: 12px;
  }
  .lp_winter_2023 .event__description {
    width: 90vw;
    margin: 60px auto;
  }
  .lp_winter_2023 .promotion-btn {
    transform: translateX(0);
  }
  .lp_winter_2023 #form {
    padding: 24px 12px;
  }
  .lp_winter_2023 #form form {
    padding: 12px 24px;
  }
  .lp_winter_2023 #form .form__close {
    top: 36px;
    right: 36px;
  }
  .lp_winter_2023 .apply-modal {
    padding: 24px 12px;
  }
  .lp_winter_2023 .apply-modal__close-btn {
    right: 24px;
  }
  .lp_winter_2023 .apply-modal__wrapper {
    padding: 138px 0 12px;
  }
  .lp_winter_2023 .apply-modal__scrollarea {
    padding: 0 18px;
  }
  .lp_winter_2023 .apply-modal__btn__list {
    margin: 36px auto 48px;
  }
  .lp_winter_2023 .apply-modal__btn__list h3 {
    font-size: 18px;
  }
  .lp_winter_2023 .apply-modal__table--master .apply-modal__table__item {
    width: calc(50% - 59px);
  }
  .lp_winter_2023 .apply-modal__table--master .apply-modal__table__item:first-child {
    width: 118px;
  }
  .lp_winter_2023 .apply-modal__table--shortcourse .apply-modal__table__item {
    width: calc(25% - 29.5px);
  }
  .lp_winter_2023 .apply-modal__table--shortcourse .apply-modal__table__item:first-child {
    width: 118px;
  }
  .lp_winter_2023 .apply-modal__table__item {
    padding: 8px 6px;
  }
  .lp_winter_2023 .apply-modal__table__item a {
    padding: 4px 8px;
    font-size: 12px;
  }
  .lp_winter_2023 .course-detail {
    padding: 0 5vw;
  }
  .lp_winter_2023 footer {
    margin-left: 0;
  }
}

@keyframes course-text-1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.4;
  }
}
@keyframes course-text-2 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
@keyframes course-image-1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
}
@keyframes course-image-2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
@keyframes nav_animation {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(1.2, 0.95) translate(-10%, 0%);
  }
  50% {
    transform: scale(0.9, 1.1) translate(5%, 0%);
  }
  60% {
    transform: scale(1.05, 0.95) translate(-3%, 0%);
  }
  70% {
    transform: scale(0.95, 1.05) translate(3%, 0%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.lp_winter_2023_capital #comment-1,
.lp_winter_2023_capital #comment-2,
.lp_winter_2023_capital #comment-3,
.lp_winter_2023_capital #comment-4,
.lp_winter_2023_capital #comment-5,
.lp_winter_2023_capital #course,
.lp_winter_2023_capital #course-detail,
.lp_winter_2023_capital #detail,
.lp_winter_2023_capital #form,
.lp_winter_2023_capital #camplp_link,
.lp_winter_2023_capital #overview,
.lp_winter_2023_capital #notice-1 {
  margin: 180px auto;
}
.lp_winter_2023_capital #comment-1,
.lp_winter_2023_capital #comment-2,
.lp_winter_2023_capital #comment-3,
.lp_winter_2023_capital #comment-4,
.lp_winter_2023_capital #comment-5,
.lp_winter_2023_capital #course,
.lp_winter_2023_capital #course-detail,
.lp_winter_2023_capital #detail,
.lp_winter_2023_capital #form,
.lp_winter_2023_capital footer,
.lp_winter_2023_capital .promotion-btn,
.lp_winter_2023_capital #camplp_link,
.lp_winter_2023_capital #overview,
.lp_winter_2023_capital #notice-1 {
  position: relative;
  z-index: 10;
}
.lp_winter_2023_capital #nav,
.lp_winter_2023_capital #fixed {
  position: relative;
  z-index: 20;
}
.lp_winter_2023_capital .highlight--green {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.lp_winter_2023_capital .bg__image {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}
.lp_winter_2023_capital .bg__image--pc {
  display: block;
}
.lp_winter_2023_capital .bg__image--sp {
  display: none;
}
.lp_winter_2023_capital .fixed__logo {
  display: flex;
  width: 14vw;
  top: 4vh;
  left: 3vw;
  position: fixed;
  transition: 0.3s;
}
.lp_winter_2023_capital .nav__menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 6px 7px #777;
  padding: 48px 24px;
  transition: 0.3s;
  transform: translateX(120%);
}
.lp_winter_2023_capital .nav__menu > img {
  width: 10vw;
  margin: 0 auto 12px;
  display: block;
}
.lp_winter_2023_capital .nav__menu ul li {
  border-bottom: solid 1px #0f9b20;
  margin-top: 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.lp_winter_2023_capital .nav__menu ul li a {
  margin-right: 12px;
}
.lp_winter_2023_capital .nav__menu > p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4vh;
  width: 80%;
  text-align: center;
  display: block;
  margin: auto;
  cursor: pointer;
}
.lp_winter_2023_capital .nav__menu > p span {
  font-size: 1.2em;
}
.lp_winter_2023_capital .nav__menu.activate {
  transform: translateX(0);
}
.lp_winter_2023_capital .nav__menu__btn {
  margin: 32px auto;
}
.lp_winter_2023_capital .nav__menu__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7eee3e;
  padding: 8px 20px;
  width: max-content;
  margin: 6px auto;
  box-shadow: -8px 8px 0px #000;
  position: relative;
}
.lp_winter_2023_capital .nav__menu__btn a img {
  height: 24px;
  z-index: 2;
}
.lp_winter_2023_capital .nav__menu__btn a p {
  z-index: 2;
}
.lp_winter_2023_capital .nav__menu__btn a > div {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.lp_winter_2023_capital .nav__menu__btn a:hover > div {
  width: 100%;
}
.lp_winter_2023_capital .nav__icon {
  background-color: #fff;
  padding: 8px;
  position: fixed;
  line-height: 1;
  font-size: 20px;
  border-radius: 100px 0 0 100px;
  animation: nav_animation 1.2s linear 0.2s 1;
  animation-iteration-count: 3;
  bottom: 10vh;
  right: -60px;
  padding-right: 70px;
  border: solid 2px #000;
  cursor: pointer;
}
.lp_winter_2023_capital .firstview {
  width: 100%;
  height: 100vh;
  position: relative;
}
.lp_winter_2023_capital .firstview__video {
  position: absolute;
  width: 90vw;
  height: 88vh;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.lp_winter_2023_capital .firstview__video__mask {
  position: absolute;
  width: 90vw;
  height: 88vh;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.64);
}
.lp_winter_2023_capital .firstview__parallelogram {
  position: absolute;
  height: 80vh;
  top: 0;
  left: -28vh;
}
.lp_winter_2023_capital .firstview__text {
  position: absolute;
  width: 80vw;
  margin: auto;
  left: 0;
  right: 0;
  color: #000;
  bottom: 22vh;
}
.lp_winter_2023_capital .firstview__text h1 {
  margin-bottom: 4vh;
  font-family: video, serif;
  font-size: 5.6vw;
}
.lp_winter_2023_capital .firstview__text h2 {
  margin-bottom: 2vh;
  font-size: 2.6vw;
}
.lp_winter_2023_capital .firstview__text h3 {
  font-size: 18px;
}
.lp_winter_2023_capital #overview {
  margin: 120px auto;
}
.lp_winter_2023_capital #overview .mainevent {
  width: 100%;
  position: relative;
}
.lp_winter_2023_capital #overview .mainevent__image {
  width: 100%;
  height: 80vh;
  position: relative;
}
.lp_winter_2023_capital #overview .mainevent img {
  width: 64%;
  height: 80vh;
  object-fit: cover;
  display: block;
  margin: auto;
}
.lp_winter_2023_capital #overview .mainevent__title {
  font-size: 32px;
  margin: 16px 18%;
  font-weight: bold;
}
.lp_winter_2023_capital #overview .mainevent__description {
  font-size: 24px;
  margin: 16px 18%;
}
.lp_winter_2023_capital #overview .mainevent__subtitle {
  font-weight: 700;
  color: #fff;
  background-color: #4338c5;
  border-radius: 16px;
  padding: 8px 12px;
  position: absolute;
  top: 82vh;
  right: 18vw;
}
.lp_winter_2023_capital #overview .mainevent__text {
  width: 80vh;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  margin: 0 auto auto;
  font-family: video, serif;
  font-size: calc(7.5vw - 16px);
}
.lp_winter_2023_capital #overview .mainevent__text--left {
  left: 0;
  transform: rotate(-90deg);
}
.lp_winter_2023_capital #overview .mainevent__text--right {
  transform: rotate(90deg);
  right: 0;
}
.lp_winter_2023_capital #overview .mainevent__text__wrapper {
  width: 18%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.lp_winter_2023_capital #overview .mainevent__text__wrapper--left {
  left: 8%;
}
.lp_winter_2023_capital #overview .mainevent__text__wrapper--right {
  right: 8%;
}
.lp_winter_2023_capital #overview .collabevent {
  position: relative;
  margin: 180px auto 119px;
}
.lp_winter_2023_capital #overview .collabevent__title {
  font-size: 32px;
  font-weight: bold;
  margin: 24px 18%;
}
.lp_winter_2023_capital #overview .collabevent__text {
  font-size: 24px;
  margin: 24px 18%;
  font-weight: bold;
}
.lp_winter_2023_capital #overview .collabevent__text span {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
}
.lp_winter_2023_capital #overview .collabevent__companyicon {
  position: absolute;
  width: 120px;
  opacity: 0.2;
  top: -86px;
  left: 13%;
  z-index: -1;
}
.lp_winter_2023_capital #overview .collabevent__keyvisual {
  width: 64%;
  margin: 24px auto;
  display: block;
}
.lp_winter_2023_capital #overview .collabevent__description {
  margin: auto 18%;
  font-size: 24px;
}
.lp_winter_2023_capital #camplp_link h2 {
  font-size: 2vw;
  width: max-content;
  max-width: 60vw;
  margin: 0 auto 36px;
}
.lp_winter_2023_capital #camplp_link .camplp_link {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto 48px;
  height: 144px;
  position: relative;
}
.lp_winter_2023_capital #camplp_link .camplp_link__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.lp_winter_2023_capital #camplp_link .camplp_link__img__wrapper {
  width: 30%;
  height: 100%;
  overflow: hidden;
}
.lp_winter_2023_capital #camplp_link .camplp_link p {
  display: block;
  text-align: center;
  width: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2vw;
  font-weight: bold;
  height: max-content;
  transition: 0.3s;
}
.lp_winter_2023_capital #camplp_link .camplp_link::before {
  content: "";
  border-top: 72px solid transparent;
  border-right: 32px solid #fff;
  border-bottom: 72px solid #fff;
  border-left: 32px solid transparent;
  left: calc(30% - 64px);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.lp_winter_2023_capital #camplp_link .camplp_link::after {
  content: "";
  border-bottom: 72px solid transparent;
  border-left: 32px solid #fff;
  border-top: 72px solid #fff;
  border-right: 32px solid transparent;
  right: calc(30% - 64px);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.lp_winter_2023_capital #camplp_link .camplp_link:hover img {
  transform: scale(1.1);
  opacity: 0.7;
}
.lp_winter_2023_capital #camplp_link .camplp_link:hover p {
  opacity: 0.7;
}
.lp_winter_2023_capital .course {
  position: relative;
}
.lp_winter_2023_capital .course__content {
  position: relative;
  width: 100%;
  height: 75vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: 24vh;
}
.lp_winter_2023_capital .course__content > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lp_winter_2023_capital .course__content__imagemask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.lp_winter_2023_capital .course__content__text {
  position: absolute;
  width: 70vw;
  height: 100%;
  color: #fff;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.lp_winter_2023_capital .course__content__text a h3 {
  font-size: 32px;
  font-weight: 900;
}
.lp_winter_2023_capital .course__content__image--1 {
  animation: 12s infinite running course-image-1;
  background-color: #c299ff;
}
.lp_winter_2023_capital .course__content__image--2 {
  opacity: 0;
  animation: 12s infinite running course-image-2;
  background-color: #ffcc66;
}
.lp_winter_2023_capital .course__content__link--1 {
  animation: 12s infinite running course-text-1;
}
.lp_winter_2023_capital .course__content__link--2 {
  opacity: 0.4;
  animation: 12s infinite running course-text-2;
}
.lp_winter_2023_capital .notice-1 > div {
  position: relative;
}
.lp_winter_2023_capital .notice-1 > div > img {
  height: 70vh;
  margin: auto;
  display: block;
}
.lp_winter_2023_capital .notice-1__classroom {
  position: absolute;
}
.lp_winter_2023_capital .notice-1__classroom--1 {
  top: 22vh;
  left: calc(50vw - 26vh);
  transform: translate3d(-100%, -100%, 0);
  text-align: right;
}
.lp_winter_2023_capital .notice-1__classroom--2 {
  bottom: 22vh;
  right: calc(50vw - 24vh);
  transform: translate3d(100%, 100%, 0);
}
.lp_winter_2023_capital .notice-1__classroom h4 {
  font-size: 32px;
  font-weight: 900;
}
.lp_winter_2023_capital .notice-1__bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: max-content;
  width: max-content;
  margin: auto;
  font-size: 120px;
  line-height: 1;
  font-weight: 900;
  opacity: 0.4;
  font-style: italic;
  color: #1264af;
}
.lp_winter_2023_capital .notice-1__bg--1 {
  transform: translateX(-30vw);
}
.lp_winter_2023_capital .notice-1__bg--2 {
  transform: translateX(30vw);
}
.lp_winter_2023_capital .comment__content--a {
  margin-bottom: 360px;
}
.lp_winter_2023_capital .comment__content--a__bgimg {
  position: absolute;
  bottom: -12vw;
  width: 80vw;
  right: 0;
  z-index: -1;
}
.lp_winter_2023_capital .comment__content--c img.comment__content--c__bgnum {
  position: absolute;
  top: 0;
  width: 10vw;
  height: max-content;
}
.lp_winter_2023_capital .comment__content--c img.comment__content--c__bgnum--right {
  left: 0;
}
.lp_winter_2023_capital .comment__content--c img.comment__content--c__bgnum--left {
  right: 0;
}
.lp_winter_2023_capital .comment-4 > p {
  width: 45vw;
  margin: auto;
}
.lp_winter_2023_capital .comment-4 > p a {
  text-decoration: underline;
}
.lp_winter_2023_capital .comment-4 > p a img {
  height: 20px;
}
.lp_winter_2023_capital .comment-5 .comment__content--a {
  margin-bottom: 120px;
}
.lp_winter_2023_capital .comment-5 h4 {
  font-size: 22px;
  font-weight: 900;
  width: max-content;
  margin: 32px 0 4px 8px;
  background: linear-gradient(transparent 80%, #7eee3e 50%);
}
.lp_winter_2023_capital .comment-5 a {
  cursor: pointer;
  text-decoration: underline;
}
.lp_winter_2023_capital .comment-5 a img {
  height: 20px;
}
.lp_winter_2023_capital .course-detail__content p {
  line-height: 1.8;
}
.lp_winter_2023_capital .course-detail__content > div:nth-child(1) > img {
  min-height: unset;
}
.lp_winter_2023_capital .course-detail__content > div:nth-child(1) > div {
  position: relative;
}
.lp_winter_2023_capital .course-detail__content > div:nth-child(2) {
  width: 64vw;
  display: flex;
  margin: 60px auto;
  justify-content: space-between;
}
.lp_winter_2023_capital .course-detail__content > div:nth-child(2) div {
  width: 48%;
}
.lp_winter_2023_capital .course-detail__content h4 {
  font-size: 1.4em;
  font-weight: bold;
  margin: 8px 0 4px;
}
.lp_winter_2023_capital .course-detail__content__caution {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 24px;
  background-color: #4338c5;
  color: #fff;
  border-radius: 12px;
  font-size: 18px;
}
.lp_winter_2023_capital .course-detail h5 {
  font-size: 1.2em;
  font-weight: bold;
}
.lp_winter_2023_capital .detail h4 {
  font-size: 28px;
}
.lp_winter_2023_capital .detail__content {
  width: 64vw;
}
.lp_winter_2023_capital .detail__content p a {
  text-decoration: underline;
  margin-right: 8px;
}
.lp_winter_2023_capital .detail__content__detaillist {
  max-width: 45vw;
}
.lp_winter_2023_capital .detail__content__detaillist li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_winter_2023_capital .detail__content__detaillist li div {
  display: flex;
}
.lp_winter_2023_capital .detail__content__detaillist li div p:nth-child(1) {
  font-size: 32px;
  font-weight: 900;
  margin-right: 23px;
}
.lp_winter_2023_capital .detail__content__detaillist li div p:nth-child(2) {
  margin: 8px 0;
}
.lp_winter_2023_capital .detail__content .place__wrapper {
  width: 100%;
  display: flex;
  margin: 60px auto;
  justify-content: space-between;
}
.lp_winter_2023_capital .detail__content .place__wrapper > img {
  width: 48%;
  height: max-content;
}
.lp_winter_2023_capital .detail__content .place__wrapper__item {
  width: 48%;
}
.lp_winter_2023_capital .detail__content .place__wrapper__item iframe {
  max-width: 100%;
  margin: 0 auto 24px;
}
.lp_winter_2023_capital #form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
  padding: 5vh 10vw;
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.lp_winter_2023_capital #form .form__content {
  width: 100%;
  margin: 0;
  background-color: #fff;
  overflow: auto;
  padding: 48px 6vw;
  border: solid 2px #000;
  border-radius: 16px;
  height: 100%;
}
.lp_winter_2023_capital #form .form__content__wrapper {
  display: flex;
  margin: 24px 0;
}
.lp_winter_2023_capital #form .form__content__item {
  width: 48%;
  margin: 24px 36px;
}
.lp_winter_2023_capital #form .form__content__item p {
  font-size: 18px;
  font-weight: bold;
}
.lp_winter_2023_capital #form .form__content__item a {
  font-size: 14px;
  display: block;
  margin-top: 24px;
}
.lp_winter_2023_capital #form .form__content__item a img {
  width: 100%;
  margin: 12px 0;
}
.lp_winter_2023_capital #form .form__content__item a h5 {
  font-size: 24px;
  font-weight: bold;
}
.lp_winter_2023_capital #form .form__content__item a p {
  background-color: #14af12;
  color: #fff;
  padding: 12px 16px;
  border-radius: 12px;
}
.lp_winter_2023_capital #form .form__content h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 36px;
}
.lp_winter_2023_capital #form .form__content ol {
  list-style: auto;
  padding-left: 24px;
  margin: 12px 0;
}
.lp_winter_2023_capital #form .form__content ol li {
  margin: 4px 0;
}
.lp_winter_2023_capital #form .form__close {
  position: absolute;
  top: 9vh;
  right: 12vw;
  font-size: 20px;
  cursor: pointer;
}
.lp_winter_2023_capital #form .geS5n {
  border: none !important;
}
.lp_winter_2023_capital #apply_form,
.lp_winter_2023_capital #yokohama_form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
  padding: 5vh 10vw;
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.lp_winter_2023_capital #apply_form .apply_form__close,
.lp_winter_2023_capital #yokohama_form .apply_form__close {
  position: absolute;
  top: 9vh;
  right: 12vw;
  font-size: 20px;
  cursor: pointer;
}
.lp_winter_2023_capital #apply_form .apply_form__wrapper,
.lp_winter_2023_capital #yokohama_form .apply_form__wrapper {
  width: 100%;
  background-color: #fff;
  height: 90vh;
  border-radius: 36px;
  border: solid 2px #000;
  overflow: auto;
}
.lp_winter_2023_capital #apply_form .apply_form__wrapper img,
.lp_winter_2023_capital #yokohama_form .apply_form__wrapper img {
  width: 50%;
  display: block;
  margin: 24px auto 36px;
}
.lp_winter_2023_capital #apply_form .yokohama_form__close,
.lp_winter_2023_capital #yokohama_form .yokohama_form__close {
  position: absolute;
  top: 9vh;
  right: 12vw;
  font-size: 20px;
  cursor: pointer;
}
.lp_winter_2023_capital #apply_form .yokohama_form__wrapper,
.lp_winter_2023_capital #yokohama_form .yokohama_form__wrapper {
  width: 100%;
  background-color: #fff;
  height: 90vh;
  border-radius: 36px;
  border: solid 2px #000;
  overflow: auto;
}
.lp_winter_2023_capital #apply_form .yokohama_form__wrapper img,
.lp_winter_2023_capital #yokohama_form .yokohama_form__wrapper img {
  width: 50%;
  display: block;
  margin: 24px auto 36px;
}
.lp_winter_2023_capital #apply_form iframe,
.lp_winter_2023_capital #yokohama_form iframe {
  width: 100%;
}
.lp_winter_2023_capital #apply_form form,
.lp_winter_2023_capital #yokohama_form form {
  width: 100%;
  margin: 0;
  background-color: #fff;
  overflow: auto;
  padding: 100px 10vw;
  border: solid 2px #000;
  border-radius: 16px;
  height: 100%;
}
@media (max-width: 1023px) {
  .lp_winter_2023_capital #comment-1,
  .lp_winter_2023_capital #comment-2,
  .lp_winter_2023_capital #comment-3,
  .lp_winter_2023_capital #comment-4,
  .lp_winter_2023_capital #course,
  .lp_winter_2023_capital #course-detail,
  .lp_winter_2023_capital #detail,
  .lp_winter_2023_capital #camplp_link,
  .lp_winter_2023_capital #overview {
    margin: 120px auto;
  }
  .lp_winter_2023_capital .bg__image--pc {
    display: none;
  }
  .lp_winter_2023_capital .bg__image--sp {
    display: block;
  }
  .lp_winter_2023_capital .fixed__logo {
    width: 30vw;
  }
  .lp_winter_2023_capital .nav__menu > img {
    width: 30vw;
  }
  .lp_winter_2023_capital .firstview__parallelogram {
    height: 48vh;
    left: -24vh;
  }
  .lp_winter_2023_capital .firstview__text {
    bottom: 12vh;
  }
  .lp_winter_2023_capital .firstview__text h1 {
    font-size: 28px;
  }
  .lp_winter_2023_capital .firstview__text h2 {
    font-size: 14px;
  }
  .lp_winter_2023_capital #overview .mainevent__title {
    margin: 16px 5%;
  }
  .lp_winter_2023_capital #overview .mainevent__subtitle {
    display: none;
  }
  .lp_winter_2023_capital #overview .mainevent__description {
    margin: 16px 5%;
    font-size: 18px;
  }
  .lp_winter_2023_capital #overview .mainevent__image {
    height: 45vw;
  }
  .lp_winter_2023_capital #overview .mainevent__image img {
    width: 80%;
    height: 45vw;
  }
  .lp_winter_2023_capital #overview .mainevent__text {
    width: 45vw;
    font-size: calc(11.5vw - 16px);
  }
  .lp_winter_2023_capital #overview .mainevent__text__wrapper--left {
    left: 0;
  }
  .lp_winter_2023_capital #overview .mainevent__text__wrapper--right {
    right: 0;
  }
  .lp_winter_2023_capital #overview .collabevent {
    margin: 24px 5% 120px;
  }
  .lp_winter_2023_capital #overview .collabevent__title {
    margin: 24px 5%;
  }
  .lp_winter_2023_capital #overview .collabevent__text {
    margin: 24px 5%;
  }
  .lp_winter_2023_capital #overview .collabevent__description {
    margin: 24px 5%;
    font-size: 18px;
  }
  .lp_winter_2023_capital #overview .collabevent__keyvisual {
    width: 90%;
  }
  .lp_winter_2023_capital #overview .collabevent__companyicon {
    left: -5%;
  }
  .lp_winter_2023_capital #camplp_link h2 {
    max-width: 90vw;
    font-size: 4vw;
  }
  .lp_winter_2023_capital #camplp_link .camplp_link {
    width: 90%;
    height: 24vw;
  }
  .lp_winter_2023_capital #camplp_link .camplp_link p {
    font-size: 3vw;
  }
  .lp_winter_2023_capital #camplp_link .camplp_link::before {
    border-top: 12vw solid transparent;
    border-right: 18px solid #fff;
    border-bottom: 12vw solid #fff;
    border-left: 18px solid transparent;
    left: calc(30% - 36px);
  }
  .lp_winter_2023_capital #camplp_link .camplp_link::after {
    border-bottom: 12vw solid transparent;
    border-left: 18px solid #fff;
    border-top: 12vw solid #fff;
    border-right: 18px solid transparent;
    right: calc(30% - 36px);
  }
  .lp_winter_2023_capital .comment__content--a {
    margin-bottom: 0;
  }
  .lp_winter_2023_capital .comment__content--c img.comment__content--c__bgnum {
    width: 20vw;
    left: 0;
    right: unset;
  }
  .lp_winter_2023_capital .comment-4 > p {
    width: 90vw;
  }
  .lp_winter_2023_capital .detail__content {
    width: 90vw;
  }
  .lp_winter_2023_capital .detail__content__detaillist {
    max-width: 90vw;
  }
  .lp_winter_2023_capital .detail__content .place__wrapper {
    flex-flow: column;
    justify-content: center;
  }
  .lp_winter_2023_capital .detail__content .place__wrapper__item {
    width: 80%;
    margin: 24px auto 0;
  }
  .lp_winter_2023_capital .detail__content .place__wrapper > img {
    width: 80%;
    margin: auto;
  }
  .lp_winter_2023_capital .course__content {
    height: 54vh;
    margin-top: 12vh;
  }
  .lp_winter_2023_capital .course__content__text {
    width: 90vw;
  }
  .lp_winter_2023_capital .course__content__text a h3 {
    font-size: 24px;
  }
  .lp_winter_2023_capital .course-detail__content__detail__wrapper {
    width: 90vw;
    flex-flow: column;
  }
  .lp_winter_2023_capital .course-detail__content > div:nth-child(2) {
    width: 90vw;
  }
  .lp_winter_2023_capital .course-detail__content > div:nth-child(2) div {
    width: 100%;
  }
  .lp_winter_2023_capital #form {
    padding: 24px 12px;
    margin: 0;
  }
  .lp_winter_2023_capital #form form {
    padding: 12px 24px;
  }
  .lp_winter_2023_capital #form .form__close {
    top: 36px;
    right: 36px;
  }
  .lp_winter_2023_capital #form .form__content__wrapper {
    flex-flow: column;
  }
  .lp_winter_2023_capital #form .form__content__item {
    width: 96%;
    margin: 4px auto;
  }
  .lp_winter_2023_capital #apply_form {
    padding: 5vh 2vw;
  }
  .lp_winter_2023_capital #apply_form .apply_form__wrapper img {
    width: 70%;
    display: block;
    margin: 64px auto 36px;
  }
  .lp_winter_2023_capital #yokohama_form {
    padding: 5vh 2vw;
  }
  .lp_winter_2023_capital #yokohama_form .yokohama_form__wrapper img {
    width: 70%;
    display: block;
    margin: 64px auto 36px;
  }
  .lp_winter_2023_capital .notice-1 > div > img {
    margin: auto;
    width: 80vw;
    height: auto;
  }
  .lp_winter_2023_capital .notice-1__classroom--1 {
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, -100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_winter_2023_capital .notice-1__classroom--2 {
    bottom: -10px;
    left: 0;
    right: 0;
    transform: translate3d(0, 100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_winter_2023_capital .notice-1__bg {
    opacity: 0.2;
  }
  .lp_winter_2023_capital .notice-1__bg--1 {
    top: 0;
    bottom: unset;
    transform: translate3d(0, -110%, 0);
  }
  .lp_winter_2023_capital .notice-1__bg--2 {
    top: unset;
    bottom: 0;
    transform: translate3d(0, 110%, 0);
  }
}

@keyframes course-text-1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.4;
  }
}
@keyframes course-text-2 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
@keyframes course-image-1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
}
@keyframes course-image-2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
@keyframes nav_animation {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(1.2, 0.95) translate(-10%, 0%);
  }
  50% {
    transform: scale(0.9, 1.1) translate(5%, 0%);
  }
  60% {
    transform: scale(1.05, 0.95) translate(-3%, 0%);
  }
  70% {
    transform: scale(0.95, 1.05) translate(3%, 0%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.lp_winter_2023_okayama #comment-1,
.lp_winter_2023_okayama #comment-2,
.lp_winter_2023_okayama #comment-3,
.lp_winter_2023_okayama #comment-4,
.lp_winter_2023_okayama #comment-5,
.lp_winter_2023_okayama #course,
.lp_winter_2023_okayama #course-detail,
.lp_winter_2023_okayama #detail,
.lp_winter_2023_okayama #form,
.lp_winter_2023_okayama #camplp_link,
.lp_winter_2023_okayama #overview,
.lp_winter_2023_okayama #notice-1 {
  margin: 180px auto;
}
.lp_winter_2023_okayama #comment-1,
.lp_winter_2023_okayama #comment-2,
.lp_winter_2023_okayama #comment-3,
.lp_winter_2023_okayama #comment-4,
.lp_winter_2023_okayama #comment-5,
.lp_winter_2023_okayama #course,
.lp_winter_2023_okayama #course-detail,
.lp_winter_2023_okayama #detail,
.lp_winter_2023_okayama #form,
.lp_winter_2023_okayama footer,
.lp_winter_2023_okayama .promotion-btn,
.lp_winter_2023_okayama #camplp_link,
.lp_winter_2023_okayama #overview,
.lp_winter_2023_okayama #notice-1 {
  position: relative;
  z-index: 10;
}
.lp_winter_2023_okayama #nav,
.lp_winter_2023_okayama #fixed {
  position: relative;
  z-index: 20;
}
.lp_winter_2023_okayama .highlight--green {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.lp_winter_2023_okayama .bg__image {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}
.lp_winter_2023_okayama .bg__image--pc {
  display: block;
}
.lp_winter_2023_okayama .bg__image--sp {
  display: none;
}
.lp_winter_2023_okayama .fixed__logo {
  display: flex;
  width: 14vw;
  top: 4vh;
  left: 3vw;
  position: fixed;
  transition: 0.3s;
}
.lp_winter_2023_okayama .nav__menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 6px 7px #777;
  padding: 48px 24px;
  transition: 0.3s;
  transform: translateX(120%);
}
.lp_winter_2023_okayama .nav__menu > img {
  width: 10vw;
  margin: 0 auto 12px;
  display: block;
}
.lp_winter_2023_okayama .nav__menu ul li {
  border-bottom: solid 1px #0f9b20;
  margin-top: 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.lp_winter_2023_okayama .nav__menu ul li a {
  margin-right: 12px;
}
.lp_winter_2023_okayama .nav__menu > p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4vh;
  width: 80%;
  text-align: center;
  display: block;
  margin: auto;
  cursor: pointer;
}
.lp_winter_2023_okayama .nav__menu > p span {
  font-size: 1.2em;
}
.lp_winter_2023_okayama .nav__menu.activate {
  transform: translateX(0);
}
.lp_winter_2023_okayama .nav__menu__btn {
  margin: 32px auto;
}
.lp_winter_2023_okayama .nav__menu__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7eee3e;
  padding: 8px 20px;
  width: max-content;
  margin: 6px auto;
  box-shadow: -8px 8px 0px #000;
  position: relative;
}
.lp_winter_2023_okayama .nav__menu__btn a img {
  height: 24px;
  z-index: 2;
}
.lp_winter_2023_okayama .nav__menu__btn a p {
  z-index: 2;
}
.lp_winter_2023_okayama .nav__menu__btn a > div {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.lp_winter_2023_okayama .nav__menu__btn a:hover > div {
  width: 100%;
}
.lp_winter_2023_okayama .nav__icon {
  background-color: #fff;
  padding: 8px;
  position: fixed;
  line-height: 1;
  font-size: 20px;
  border-radius: 100px 0 0 100px;
  animation: nav_animation 1.2s linear 0.2s 1;
  animation-iteration-count: 3;
  bottom: 10vh;
  right: -60px;
  padding-right: 70px;
  border: solid 2px #000;
  cursor: pointer;
}
.lp_winter_2023_okayama .firstview {
  width: 100%;
  height: 100vh;
  position: relative;
}
.lp_winter_2023_okayama .firstview__video {
  position: absolute;
  width: 90vw;
  height: 88vh;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.lp_winter_2023_okayama .firstview__video__mask {
  position: absolute;
  width: 90vw;
  height: 88vh;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.64);
}
.lp_winter_2023_okayama .firstview__parallelogram {
  position: absolute;
  height: 80vh;
  top: 0;
  left: -28vh;
}
.lp_winter_2023_okayama .firstview__text {
  position: absolute;
  width: 80vw;
  margin: auto;
  left: 0;
  right: 0;
  color: #000;
  bottom: 22vh;
}
.lp_winter_2023_okayama .firstview__text h1 {
  margin-bottom: 4vh;
  font-family: video, serif;
  font-size: 5.6vw;
}
.lp_winter_2023_okayama .firstview__text h2 {
  margin-bottom: 2vh;
  font-size: 2.6vw;
}
.lp_winter_2023_okayama .firstview__text h3 {
  font-size: 18px;
}
.lp_winter_2023_okayama #overview {
  margin: 120px auto;
}
.lp_winter_2023_okayama #overview .mainevent {
  width: 100%;
  position: relative;
  margin-bottom: 178px;
}
.lp_winter_2023_okayama #overview .mainevent__image {
  width: 100%;
  height: 80vh;
  position: relative;
}
.lp_winter_2023_okayama #overview .mainevent img {
  width: 64%;
  height: 80vh;
  object-fit: cover;
  display: block;
  margin: auto;
}
.lp_winter_2023_okayama #overview .mainevent__title {
  font-size: 32px;
  margin: 52px 18% 0;
  font-weight: bold;
}
.lp_winter_2023_okayama #overview .mainevent__description {
  font-size: 24px;
  margin: 16px 18%;
}
.lp_winter_2023_okayama #overview .mainevent__subtitle {
  font-weight: 700;
  color: #fff;
  background-color: #4338c5;
  border-radius: 16px;
  padding: 8px 12px;
  position: absolute;
  top: 82vh;
  right: 18vw;
}
.lp_winter_2023_okayama #overview .mainevent__text {
  width: 80vh;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  margin: 0 auto auto;
  font-family: video, serif;
  font-size: calc(7.2vw - 16px);
}
.lp_winter_2023_okayama #overview .mainevent__text--left {
  left: 0;
  transform: rotate(-90deg);
}
.lp_winter_2023_okayama #overview .mainevent__text--right {
  transform: rotate(90deg);
  right: 0;
}
.lp_winter_2023_okayama #overview .mainevent__text__wrapper {
  width: 18%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.lp_winter_2023_okayama #overview .mainevent__text__wrapper--left {
  left: 8%;
}
.lp_winter_2023_okayama #overview .mainevent__text__wrapper--right {
  right: 8%;
}
.lp_winter_2023_okayama #camplp_link h2 {
  font-size: 2vw;
  width: max-content;
  max-width: 60vw;
  margin: 0 auto 36px;
}
.lp_winter_2023_okayama #camplp_link .camplp_link {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto 48px;
  height: 144px;
  position: relative;
}
.lp_winter_2023_okayama #camplp_link .camplp_link__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.lp_winter_2023_okayama #camplp_link .camplp_link__img__wrapper {
  width: 30%;
  height: 100%;
  overflow: hidden;
}
.lp_winter_2023_okayama #camplp_link .camplp_link p {
  display: block;
  text-align: center;
  width: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2vw;
  font-weight: bold;
  height: max-content;
  transition: 0.3s;
}
.lp_winter_2023_okayama #camplp_link .camplp_link::before {
  content: "";
  border-top: 72px solid transparent;
  border-right: 32px solid #fff;
  border-bottom: 72px solid #fff;
  border-left: 32px solid transparent;
  left: calc(30% - 64px);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.lp_winter_2023_okayama #camplp_link .camplp_link::after {
  content: "";
  border-bottom: 72px solid transparent;
  border-left: 32px solid #fff;
  border-top: 72px solid #fff;
  border-right: 32px solid transparent;
  right: calc(30% - 64px);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.lp_winter_2023_okayama #camplp_link .camplp_link:hover img {
  transform: scale(1.1);
  opacity: 0.7;
}
.lp_winter_2023_okayama #camplp_link .camplp_link:hover p {
  opacity: 0.7;
}
.lp_winter_2023_okayama .course {
  position: relative;
}
.lp_winter_2023_okayama .course__content {
  position: relative;
  width: 100%;
  height: 75vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: 24vh;
}
.lp_winter_2023_okayama .course__content > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lp_winter_2023_okayama .course__content__imagemask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.lp_winter_2023_okayama .course__content__text {
  position: absolute;
  width: 70vw;
  height: 100%;
  color: #fff;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.lp_winter_2023_okayama .course__content__text a h3 {
  font-size: 32px;
  font-weight: 900;
}
.lp_winter_2023_okayama .course__content__image--1 {
  animation: 12s infinite running course-image-1;
  background-color: #c299ff;
}
.lp_winter_2023_okayama .course__content__image--2 {
  opacity: 0;
  animation: 12s infinite running course-image-2;
  background-color: #ffcc66;
}
.lp_winter_2023_okayama .course__content__link--1 {
  animation: 12s infinite running course-text-1;
}
.lp_winter_2023_okayama .course__content__link--2 {
  opacity: 0.4;
  animation: 12s infinite running course-text-2;
}
.lp_winter_2023_okayama .notice-1 > div {
  position: relative;
}
.lp_winter_2023_okayama .notice-1 > div > img {
  height: 70vh;
  margin: auto;
  display: block;
}
.lp_winter_2023_okayama .notice-1__classroom {
  position: absolute;
}
.lp_winter_2023_okayama .notice-1__classroom--1 {
  top: 22vh;
  left: calc(50vw - 26vh);
  transform: translate3d(-100%, -100%, 0);
  text-align: right;
}
.lp_winter_2023_okayama .notice-1__classroom--2 {
  bottom: 22vh;
  right: calc(50vw - 24vh);
  transform: translate3d(100%, 100%, 0);
}
.lp_winter_2023_okayama .notice-1__classroom h4 {
  font-size: 32px;
  font-weight: 900;
}
.lp_winter_2023_okayama .notice-1__bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: max-content;
  width: max-content;
  margin: auto;
  font-size: 120px;
  line-height: 1;
  font-weight: 900;
  opacity: 0.4;
  font-style: italic;
  color: #1264af;
}
.lp_winter_2023_okayama .notice-1__bg--1 {
  transform: translateX(-30vw);
}
.lp_winter_2023_okayama .notice-1__bg--2 {
  transform: translateX(30vw);
}
.lp_winter_2023_okayama .comment__content--a {
  margin-bottom: 360px;
}
.lp_winter_2023_okayama .comment__content--a__bgimg {
  position: absolute;
  bottom: -12vw;
  width: 80vw;
  right: 0;
  z-index: -1;
}
.lp_winter_2023_okayama .comment__content--c img.comment__content--c__bgnum {
  position: absolute;
  top: 0;
  width: 10vw;
  height: max-content;
}
.lp_winter_2023_okayama .comment__content--c img.comment__content--c__bgnum--right {
  left: 0;
}
.lp_winter_2023_okayama .comment__content--c img.comment__content--c__bgnum--left {
  right: 0;
}
.lp_winter_2023_okayama .comment-4 > p {
  width: 45vw;
  margin: auto;
}
.lp_winter_2023_okayama .comment-4 > p a {
  text-decoration: underline;
}
.lp_winter_2023_okayama .comment-4 > p a img {
  height: 20px;
}
.lp_winter_2023_okayama .comment-5 .comment__content--a {
  margin-bottom: 120px;
}
.lp_winter_2023_okayama .comment-5 h4 {
  font-size: 22px;
  font-weight: 900;
  width: max-content;
  margin: 32px 0 4px 8px;
  background: linear-gradient(transparent 80%, #7eee3e 50%);
}
.lp_winter_2023_okayama .comment-5 a {
  cursor: pointer;
  text-decoration: underline;
}
.lp_winter_2023_okayama .comment-5 a img {
  height: 20px;
}
.lp_winter_2023_okayama .course-detail__content h3 span {
  font-size: 0.4em;
}
.lp_winter_2023_okayama .course-detail__content p {
  line-height: 1.8;
}
.lp_winter_2023_okayama .course-detail__content > div:nth-child(1) > img {
  min-height: unset;
}
.lp_winter_2023_okayama .course-detail__content > div:nth-child(2) {
  width: 64vw;
  display: flex;
  margin: 60px auto;
}
.lp_winter_2023_okayama .course-detail__content > div:nth-child(2) div {
  width: 50%;
}
.lp_winter_2023_okayama .course-detail h5 {
  font-size: 1.2em;
  font-weight: bold;
}
.lp_winter_2023_okayama .detail h4 {
  font-size: 28px;
}
.lp_winter_2023_okayama .detail__content {
  width: 64vw;
}
.lp_winter_2023_okayama .detail__content p a {
  text-decoration: underline;
  margin-right: 8px;
}
.lp_winter_2023_okayama .detail__content__detaillist {
  max-width: 45vw;
}
.lp_winter_2023_okayama .detail__content__detaillist li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_winter_2023_okayama .detail__content__detaillist li div {
  display: flex;
}
.lp_winter_2023_okayama .detail__content__detaillist li div p:nth-child(1) {
  font-size: 32px;
  font-weight: 900;
  margin-right: 23px;
}
.lp_winter_2023_okayama .detail__content__detaillist li div p:nth-child(2) {
  margin: 8px 0;
}
.lp_winter_2023_okayama .detail__content .place__wrapper {
  width: 100%;
  display: flex;
  margin: 60px auto;
  justify-content: space-between;
}
.lp_winter_2023_okayama .detail__content .place__wrapper > img {
  width: 48%;
  height: max-content;
}
.lp_winter_2023_okayama .detail__content .place__wrapper__item {
  width: 48%;
}
.lp_winter_2023_okayama .detail__content .place__wrapper__item iframe {
  max-width: 100%;
  margin: 0 auto 24px;
}
.lp_winter_2023_okayama #form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
  padding: 5vh 10vw;
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.lp_winter_2023_okayama #form .form__content {
  width: 100%;
  margin: 0;
  background-color: #fff;
  overflow: auto;
  padding: 48px 6vw;
  border: solid 2px #000;
  border-radius: 16px;
  height: 100%;
}
.lp_winter_2023_okayama #form .form__content__wrapper {
  display: flex;
  margin: 24px 0;
}
.lp_winter_2023_okayama #form .form__content__item {
  min-width: 240px;
  margin: 24px 36px;
  width: 50%;
}
.lp_winter_2023_okayama #form .form__content__item p {
  font-size: 18px;
  font-weight: bold;
}
.lp_winter_2023_okayama #form .form__content__item a {
  font-size: 14px;
  background-color: #14af12;
  color: #fff;
  padding: 4px 12px;
  border-radius: 12px;
  display: block;
  width: max-content;
  margin-top: 8px;
}
.lp_winter_2023_okayama #form .form__content h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 36px;
}
.lp_winter_2023_okayama #form .form__content ol {
  list-style: auto;
  padding-left: 24px;
  margin: 12px 0;
}
.lp_winter_2023_okayama #form .form__content ol li {
  margin: 4px 0;
}
.lp_winter_2023_okayama #form .form__close {
  position: absolute;
  top: 9vh;
  right: 12vw;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .lp_winter_2023_okayama #comment-1,
  .lp_winter_2023_okayama #comment-2,
  .lp_winter_2023_okayama #comment-3,
  .lp_winter_2023_okayama #comment-4,
  .lp_winter_2023_okayama #course,
  .lp_winter_2023_okayama #course-detail,
  .lp_winter_2023_okayama #detail,
  .lp_winter_2023_okayama #camplp_link,
  .lp_winter_2023_okayama #overview {
    margin: 120px auto;
  }
  .lp_winter_2023_okayama .bg__image--pc {
    display: none;
  }
  .lp_winter_2023_okayama .bg__image--sp {
    display: block;
  }
  .lp_winter_2023_okayama .fixed__logo {
    width: 30vw;
  }
  .lp_winter_2023_okayama .nav__menu > img {
    width: 30vw;
  }
  .lp_winter_2023_okayama .firstview__parallelogram {
    height: 48vh;
    left: -24vh;
  }
  .lp_winter_2023_okayama .firstview__text {
    bottom: 12vh;
  }
  .lp_winter_2023_okayama .firstview__text h1 {
    font-size: 28px;
  }
  .lp_winter_2023_okayama .firstview__text h2 {
    font-size: 14px;
  }
  .lp_winter_2023_okayama #overview .mainevent {
    margin-bottom: 144px;
  }
  .lp_winter_2023_okayama #overview .mainevent__title {
    margin: 0 5%;
  }
  .lp_winter_2023_okayama #overview .mainevent__subtitle {
    position: relative;
    top: 0;
    right: 0;
    width: max-content;
    margin: 12px 5% 0;
  }
  .lp_winter_2023_okayama #overview .mainevent__description {
    margin: 16px 5%;
    font-size: 18px;
  }
  .lp_winter_2023_okayama #overview .mainevent__image {
    height: 45vw;
  }
  .lp_winter_2023_okayama #overview .mainevent__image img {
    width: 80%;
    height: 45vw;
  }
  .lp_winter_2023_okayama #overview .mainevent__text {
    width: 45vw;
    font-size: calc(11.5vw - 16px);
  }
  .lp_winter_2023_okayama #overview .mainevent__text__wrapper--left {
    left: 0;
  }
  .lp_winter_2023_okayama #overview .mainevent__text__wrapper--right {
    right: 0;
  }
  .lp_winter_2023_okayama #camplp_link h2 {
    max-width: 90vw;
    font-size: 4vw;
  }
  .lp_winter_2023_okayama #camplp_link .camplp_link {
    width: 90%;
    height: 24vw;
  }
  .lp_winter_2023_okayama #camplp_link .camplp_link p {
    font-size: 3vw;
  }
  .lp_winter_2023_okayama #camplp_link .camplp_link::before {
    border-top: 12vw solid transparent;
    border-right: 18px solid #fff;
    border-bottom: 12vw solid #fff;
    border-left: 18px solid transparent;
    left: calc(30% - 36px);
  }
  .lp_winter_2023_okayama #camplp_link .camplp_link::after {
    border-bottom: 12vw solid transparent;
    border-left: 18px solid #fff;
    border-top: 12vw solid #fff;
    border-right: 18px solid transparent;
    right: calc(30% - 36px);
  }
  .lp_winter_2023_okayama .comment__content--a {
    margin-bottom: 0;
  }
  .lp_winter_2023_okayama .comment__content--c img.comment__content--c__bgnum {
    width: 20vw;
    left: 0;
    right: unset;
  }
  .lp_winter_2023_okayama .comment-4 > p {
    width: 90vw;
  }
  .lp_winter_2023_okayama .detail__content {
    width: 90vw;
  }
  .lp_winter_2023_okayama .detail__content__detaillist {
    max-width: 90vw;
  }
  .lp_winter_2023_okayama .detail__content .place__wrapper {
    flex-flow: column;
    justify-content: center;
  }
  .lp_winter_2023_okayama .detail__content .place__wrapper__item {
    width: 80%;
    margin: 24px auto 0;
  }
  .lp_winter_2023_okayama .detail__content .place__wrapper > img {
    width: 80%;
    margin: auto;
  }
  .lp_winter_2023_okayama .course__content {
    height: 54vh;
    margin-top: 12vh;
  }
  .lp_winter_2023_okayama .course__content__text {
    width: 90vw;
  }
  .lp_winter_2023_okayama .course__content__text a h3 {
    font-size: 24px;
  }
  .lp_winter_2023_okayama .course-detail__content__detail__wrapper {
    width: 90vw;
    flex-flow: column;
  }
  .lp_winter_2023_okayama .course-detail__content > div:nth-child(1) > div h3 {
    margin-top: 0;
  }
  .lp_winter_2023_okayama .course-detail__content > div:nth-child(2) {
    width: 90vw;
  }
  .lp_winter_2023_okayama .course-detail__content > div:nth-child(2) div {
    width: 100%;
  }
  .lp_winter_2023_okayama #form {
    padding: 24px 12px;
    margin: 0;
  }
  .lp_winter_2023_okayama #form form {
    padding: 12px 24px;
  }
  .lp_winter_2023_okayama #form .form__close {
    top: 36px;
    right: 36px;
  }
  .lp_winter_2023_okayama #form .form__content__wrapper {
    flex-flow: column;
  }
  .lp_winter_2023_okayama #form .form__content__item {
    margin: 4px 12px;
  }
  .lp_winter_2023_okayama .notice-1 > div > img {
    margin: auto;
    width: 80vw;
    height: auto;
  }
  .lp_winter_2023_okayama .notice-1__classroom--1 {
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, -100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_winter_2023_okayama .notice-1__classroom--2 {
    bottom: -10px;
    left: 0;
    right: 0;
    transform: translate3d(0, 100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_winter_2023_okayama .notice-1__bg {
    opacity: 0.2;
  }
  .lp_winter_2023_okayama .notice-1__bg--1 {
    top: 0;
    bottom: unset;
    transform: translate3d(0, -110%, 0);
  }
  .lp_winter_2023_okayama .notice-1__bg--2 {
    top: unset;
    bottom: 0;
    transform: translate3d(0, 110%, 0);
  }
}

@keyframes course-text-1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.4;
  }
}
@keyframes course-text-2 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
@keyframes course-image-1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
}
@keyframes course-image-2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
@keyframes nav_animation {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(1.2, 0.95) translate(-10%, 0%);
  }
  50% {
    transform: scale(0.9, 1.1) translate(5%, 0%);
  }
  60% {
    transform: scale(1.05, 0.95) translate(-3%, 0%);
  }
  70% {
    transform: scale(0.95, 1.05) translate(3%, 0%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.lp_new_year_2024 #comment-1,
.lp_new_year_2024 #comment-2,
.lp_new_year_2024 #comment-3,
.lp_new_year_2024 #comment-4,
.lp_new_year_2024 #course,
.lp_new_year_2024 #course-detail,
.lp_new_year_2024 #detail,
.lp_new_year_2024 #form,
.lp_new_year_2024 #notice-1,
.lp_new_year_2024 #review,
.lp_new_year_2024 #event,
.lp_new_year_2024 #free_event__link {
  margin: 15vh auto;
}
.lp_new_year_2024 #comment-1,
.lp_new_year_2024 #comment-2,
.lp_new_year_2024 #comment-3,
.lp_new_year_2024 #comment-4 #course,
.lp_new_year_2024 #course-detail,
.lp_new_year_2024 #detail,
.lp_new_year_2024 #form,
.lp_new_year_2024 footer,
.lp_new_year_2024 .promotion-btn,
.lp_new_year_2024 #notice-1,
.lp_new_year_2024 #review,
.lp_new_year_2024 #event,
.lp_new_year_2024 #free_event__link {
  position: relative;
  z-index: 10;
}
.lp_new_year_2024 #nav,
.lp_new_year_2024 #fixed {
  position: relative;
  z-index: 20;
}
.lp_new_year_2024 .highlight--green {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.lp_new_year_2024 .bg__image {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}
.lp_new_year_2024 .bg__image--pc {
  display: block;
}
.lp_new_year_2024 .bg__image--sp {
  display: none;
}
.lp_new_year_2024 .fixed__logo {
  display: flex;
  width: 14vw;
  top: 4vh;
  left: 3vw;
  position: fixed;
}
.lp_new_year_2024 .fixed__logo--white {
  opacity: 1;
}
.lp_new_year_2024 .fixed__logo--black {
  opacity: 0;
}
.lp_new_year_2024 .nav {
  transition: 0.3s;
}
.lp_new_year_2024 .nav .menu_icon {
  display: none;
}
.lp_new_year_2024 .nav__tri {
  display: none;
}
.lp_new_year_2024 .nav__menu {
  width: 100vw;
  position: fixed;
  display: flex;
  background-color: rgba(255, 255, 255, 0.87);
  padding: 4px 24px;
  justify-content: center;
  transition: top 0.3s;
}
.lp_new_year_2024 .nav__menu > img {
  width: 8vw;
  margin-right: 15%;
  display: block;
}
.lp_new_year_2024 .nav__menu li {
  flex-grow: 1;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  text-align: center;
  align-items: center;
  padding: 0 4px 0 4px;
}
.lp_new_year_2024 .nav__menu li a {
  position: relative;
  text-decoration: none;
  padding-bottom: 0px;
  transition: padding 0.3s ease-in-out;
}
.lp_new_year_2024 .nav__menu li a::before {
  content: "";
  position: absolute;
  bottom: -2;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #7eee3e;
  transition: width 0.2s ease-in-out;
}
.lp_new_year_2024 .nav__menu li:hover a {
  padding-bottom: 0;
}
.lp_new_year_2024 .nav__menu li:hover a::before {
  width: 100%;
}
.lp_new_year_2024 .nav__menu__text {
  display: none;
}
.lp_new_year_2024 .nav__menu__btn {
  margin: 4px auto 8px;
}
.lp_new_year_2024 .nav__menu__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7eee3e;
  padding: 0px 20px;
  width: max-content;
  margin: 4px auto;
  box-shadow: -4px 4px 0px #000;
  position: relative;
}
.lp_new_year_2024 .nav__menu__btn a img {
  height: 32px;
  z-index: 2;
}
.lp_new_year_2024 .nav__menu__btn a p {
  z-index: 2;
  padding: 8px 0 8px 0;
}
.lp_new_year_2024 .nav__menu__btn a > div {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.lp_new_year_2024 .nav__menu__btn a:hover > div {
  width: 100%;
}
.lp_new_year_2024 .nav__menu__btn p {
  text-align: center;
  font-size: 14px;
}
.lp_new_year_2024 .nav__menu__taiken__btn {
  position: fixed;
  bottom: 40px;
  right: 32px;
  z-index: 2147483647;
  display: inline-block;
  width: 298px;
  height: 62px;
  background-color: rgb(25, 115, 193);
}
.lp_new_year_2024 .nav__menu__taiken__btn:hover {
  background-color: rgb(144, 199, 239);
}
.lp_new_year_2024 .nav__menu__taiken__btn a {
  display: flex;
  align-items: center;
  padding: 15px 32px;
  justify-content: center;
  gap: 8px;
  box-shadow: -8px 8px 0px 0px #000;
}
.lp_new_year_2024 .nav__menu__taiken__btn a p {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  letter-spacing: 0.15px;
  color: rgb(255, 255, 255);
}
.lp_new_year_2024 .nav__menu__taiken__btn a img {
  height: 32px;
  z-index: 2;
}
.lp_new_year_2024 .promotion-btn a {
  background-color: #7eee3e;
}
.lp_new_year_2024 .promotion-btn a > div {
  background: #b5f6b7;
}
.lp_new_year_2024 .promotion-btn a > img {
  height: 32px;
}
.lp_new_year_2024 .firstview {
  width: 100%;
  height: 100vh;
  position: relative;
}
.lp_new_year_2024 .firstview__video {
  position: absolute;
  width: 90vw;
  height: 88vh;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.lp_new_year_2024 .firstview__video__mask {
  position: absolute;
  width: 90vw;
  height: 88vh;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.64);
}
.lp_new_year_2024 .firstview__parallelogram {
  position: absolute;
  height: 80vh;
  top: 0;
  left: -28vh;
}
.lp_new_year_2024 .firstview__text {
  position: absolute;
  width: 80vw;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 22vh;
}
.lp_new_year_2024 .firstview__text h1 {
  margin-bottom: 4vh;
}
.lp_new_year_2024 .firstview__text h2 {
  margin-bottom: 2vh;
  font-size: 22px;
}
.lp_new_year_2024 .firstview__promotion-btn {
  display: none;
}
.lp_new_year_2024 .firstview__promotion-btn a {
  background-color: #7eee3e;
}
.lp_new_year_2024 .firstview__promotion-btn a > div {
  background: #b5f6b7;
}
.lp_new_year_2024 .course {
  position: relative;
}
.lp_new_year_2024 .course__content {
  position: relative;
  width: 100%;
  height: 75vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: 24vh;
}
.lp_new_year_2024 .course__content > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lp_new_year_2024 .course__content__imagemask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.lp_new_year_2024 .course__content__text {
  position: absolute;
  width: 70vw;
  height: 100%;
  color: #fff;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.lp_new_year_2024 .course__content__text a h3 {
  font-size: 32px;
  font-weight: 900;
}
.lp_new_year_2024 .course__content__image--1 {
  animation: 12s infinite running course-image-1;
  background-color: #c299ff;
}
.lp_new_year_2024 .course__content__image--2 {
  opacity: 0;
  animation: 12s infinite running course-image-2;
  background-color: #ffcc66;
}
.lp_new_year_2024 .course__content__link--1 {
  animation: 12s infinite running course-text-1;
}
.lp_new_year_2024 .course__content__link--2 {
  opacity: 0.4;
  animation: 12s infinite running course-text-2;
}
.lp_new_year_2024 .comment__content--a {
  margin-bottom: 360px;
}
.lp_new_year_2024 .comment__content--a__bgimg {
  position: absolute;
  bottom: -12vw;
  width: 70vw;
  right: 72px;
  z-index: -1;
}
.lp_new_year_2024 .comment__content--c img.comment__content--c__bgnum {
  position: absolute;
  top: 0;
  width: 10vw;
  height: max-content;
}
.lp_new_year_2024 .comment__content--c img.comment__content--c__bgnum--right {
  left: 0;
}
.lp_new_year_2024 .comment__content--c img.comment__content--c__bgnum--left {
  right: 0;
}
.lp_new_year_2024 .free_event__link .sublp_link {
  display: flex;
  justify-content: space-between;
  width: 90%;
  height: 180px;
  margin: 0 auto 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 8px #888;
  transition: 0.3s;
}
.lp_new_year_2024 .free_event__link .sublp_link:nth-of-type(1) {
  margin: 240px auto 48px;
}
.lp_new_year_2024 .free_event__link .sublp_link__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.lp_new_year_2024 .free_event__link .sublp_link__img__wrapper {
  width: 25%;
  height: 100%;
  overflow: hidden;
}
.lp_new_year_2024 .free_event__link .sublp_link .coming_soon {
  position: absolute;
  top: -5%;
  bottom: -5%;
  left: -2%;
  right: -2%;
  width: 104%;
  height: 110%;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0;
  display: block;
  z-index: 10000;
  color: #fff;
  line-height: 4.4;
  pointer-events: unset;
  text-align: center;
  font-size: 34px;
}
.lp_new_year_2024 .free_event__link .sublp_link::before {
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-top-width: 94px;
  border-bottom-width: 94px;
  border-left-width: 34px;
  border-right-width: 34px;
  border-style: solid;
  left: calc(25% - 64px);
  position: absolute;
  top: -2px;
  bottom: -2px;
  z-index: 100;
}
.lp_new_year_2024 .free_event__link .sublp_link::after {
  content: "";
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-width: 94px;
  border-bottom-width: 94px;
  border-left-width: 34px;
  border-right-width: 34px;
  border-style: solid;
  right: calc(25% - 64px);
  position: absolute;
  top: -2px;
  bottom: -2px;
  z-index: 100;
}
.lp_new_year_2024 .free_event__link .sublp_link:hover {
  box-shadow: 8px 8px 8px #888;
  scale: 1.02;
}
.lp_new_year_2024 .free_event__link .sublp_link:hover img {
  opacity: 0.7;
}
.lp_new_year_2024 .free_event__link .sublp_link:hover p {
  opacity: 0.7;
}
.lp_new_year_2024 .free_event__link .sublp_link--0210 {
  background-color: rgb(25, 115, 193);
}
.lp_new_year_2024 .free_event__link .sublp_link--0210::before {
  border-bottom-color: rgb(25, 115, 193);
  border-right-color: rgb(25, 115, 193);
}
.lp_new_year_2024 .free_event__link .sublp_link--0210::after {
  border-top-color: rgb(25, 115, 193);
  border-left-color: rgb(25, 115, 193);
}
.lp_new_year_2024 .free_event__link .sublp_link--0223 {
  background-color: #047c1c;
}
.lp_new_year_2024 .free_event__link .sublp_link--0223::before {
  border-bottom-color: #047c1c;
  border-right-color: #047c1c;
}
.lp_new_year_2024 .free_event__link .sublp_link--0223::after {
  border-top-color: #047c1c;
  border-left-color: #047c1c;
}
.lp_new_year_2024 .free_event__link .sublp_link--0320 {
  background-color: #4338c5;
}
.lp_new_year_2024 .free_event__link .sublp_link--0320::before {
  border-bottom-color: #4338c5;
  border-right-color: #4338c5;
}
.lp_new_year_2024 .free_event__link .sublp_link--0320::after {
  border-top-color: #4338c5;
  border-left-color: #4338c5;
}
.lp_new_year_2024 .free_event__link__textbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 150;
}
.lp_new_year_2024 .free_event__link__textbox p {
  display: block;
  text-align: center;
  font-weight: bold;
  height: max-content;
  transition: 0.3s;
  color: #fff;
  font-style: italic;
}
.lp_new_year_2024 .free_event__link__textbox__text--bold {
  font-size: 40px;
}
.lp_new_year_2024 .free_event__link__textbox__daybox {
  display: flex;
  justify-content: center;
  line-height: 1;
}
.lp_new_year_2024 .free_event__link__textbox__month {
  font-size: 24px;
}
.lp_new_year_2024 .free_event__link__textbox__day {
  font-size: 52px;
}
.lp_new_year_2024 .free_event__link__textbox__weekday {
  font-size: 16px;
}
.lp_new_year_2024 .free_event__link__textbox__comma {
  font-size: 36px;
  line-height: 2;
}
.lp_new_year_2024 .free_event__link__textbox__place {
  font-size: 22px;
}
.lp_new_year_2024 .free_event__link__textbox__text {
  font-size: 24px;
  margin-left: 24px;
}
.lp_new_year_2024 .course-detail__content .course-detail__content__image--ai {
  background-color: #ffcc66;
}
.lp_new_year_2024 .course-detail__content .course-detail__content__image--game {
  background-color: #f7acac;
}
.lp_new_year_2024 .course-detail__content > div:nth-child(2) h4 {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
}
.lp_new_year_2024 .detail__content p a {
  text-decoration: underline;
  margin-right: 8px;
}
.lp_new_year_2024 .detail__content h4 {
  background: linear-gradient(transparent 80%, #7eee3e 50%);
}
.lp_new_year_2024 .detail__content h4 br {
  display: none;
}
.lp_new_year_2024 .detail__content__detaillist {
  max-width: 45vw;
}
.lp_new_year_2024 .detail__content__detaillist li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_new_year_2024 .detail__content__detaillist li div {
  display: flex;
}
.lp_new_year_2024 .detail__content__detaillist li div p:nth-child(1) {
  font-size: 32px;
  font-weight: 900;
  margin-right: 23px;
}
.lp_new_year_2024 .detail__content__detaillist li div p:nth-child(2) {
  margin: 8px 0;
}
.lp_new_year_2024 .detail__content__schedule h4 {
  margin-top: 24px;
}
.lp_new_year_2024 .detail__content__schedule h5 {
  font-weight: bold;
  margin-top: 8px;
}
.lp_new_year_2024 .detail__content__schedule p {
  margin: 0;
  padding-left: 16px;
}
.lp_new_year_2024 .detail__content__schedule__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.lp_new_year_2024 .detail__content__schedule__item {
  margin-right: 36px;
  margin-top: 12px;
}
.lp_new_year_2024 .detail__notice_text {
  width: 45vw;
  margin: 64px auto 0;
  display: block;
  font-size: 20px;
  line-height: 1.8;
}
.lp_new_year_2024 .detail__notice_text span {
  background: linear-gradient(transparent 85%, #7eee3e 50%);
  font-weight: bold;
}
.lp_new_year_2024 .detail .apply-flow .flexbox {
  display: flex;
  gap: 5%;
}
.lp_new_year_2024 .detail .apply-flow .flexbox .content {
  display: block;
  width: 40vw;
}
.lp_new_year_2024 .detail .apply-flow .flexbox .right-arrow {
  display: flex;
  align-items: center;
}
.lp_new_year_2024 .detail .apply-flow .flexbox .arrow--sp {
  display: none;
}
.lp_new_year_2024 .detail .right-arrow {
  text-align: center;
  font-weight: 900;
  font-size: 1.6em;
  margin: 24px auto;
}
.lp_new_year_2024 .detail__experience_flow {
  display: flex;
  margin-left: 10%;
}
.lp_new_year_2024 .detail__experience_flow .detail__experience_flow_img_sp {
  display: none;
}
.lp_new_year_2024 .detail__experience_flow .text_container {
  display: block;
  width: 70vw;
  margin-left: 5%;
}
.lp_new_year_2024 .detail__experience_flow .text_container h3 {
  font-size: 28px;
  margin-bottom: 5%;
}
.lp_new_year_2024 .detail__experience_flow .text_container h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1%;
}
.lp_new_year_2024 .detail__experience_flow .text_container .text_container_flex {
  margin-top: 5%;
  display: flex;
  gap: 5%;
}
.lp_new_year_2024 .detail__experience_flow .text_container .text_container_flex .flex_content {
  display: block;
  width: 45%;
}
.lp_new_year_2024 .detail__experience_flow .text_container .text_container_flex .flex_content .link {
  margin-top: 5%;
}
.lp_new_year_2024 .detail__location {
  margin-left: -15vw;
}
.lp_new_year_2024 .detail__location .school_location {
  position: relative;
  margin-top: 5vw;
  margin-bottom: 5vw;
}
.lp_new_year_2024 .detail__location .school_location p a {
  text-decoration: underline;
  margin-right: 8px;
}
.lp_new_year_2024 .detail__location .school_location h4 {
  font-size: 34px;
  font-weight: 700;
  background: linear-gradient(transparent 80%, #7eee3e 50%);
}
.lp_new_year_2024 .detail__location .school_location h4 br {
  display: inline;
}
.lp_new_year_2024 .detail__location .school_location .school_image_right {
  position: absolute;
  z-index: -5;
  right: -15vw;
  top: -4vw;
  width: 40vw;
}
.lp_new_year_2024 .detail__location .school_location .description_bold {
  font-weight: bold;
}
.lp_new_year_2024 .detail__location .school_location .location_right {
  align-items: right;
  text-align: right;
  margin-right: -15vw;
  margin-top: 15vw;
  margin-bottom: 10vw;
}
.lp_new_year_2024 .detail__location .school_location .location_right h4 {
  position: absolute;
  right: 0;
  margin-right: -15vw;
  top: -6vw;
}
.lp_new_year_2024 .detail__location .school_location .location_right .school_image_left {
  position: absolute;
  z-index: -5;
  left: 0;
  top: -7vw;
  width: 40vw;
}
.lp_new_year_2024 .detail__location .school_location .bgimg__right {
  position: absolute;
  right: -20vw;
  top: 95%;
  z-index: -10;
}
.lp_new_year_2024 .detail__location .school_location .bgimg__left {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -10;
}
.lp_new_year_2024 .form__btn {
  display: flex;
  justify-content: space-evenly;
  width: 40vw;
  margin: 80px auto;
}
.lp_new_year_2024 .form__btn p {
  display: block;
  cursor: pointer;
  width: max-content;
  padding: 12px 24px;
  border: solid #7eee3e 2px;
  border-radius: 16px;
}
.lp_new_year_2024 .form__btn p.activate {
  color: #fff;
  background-color: #7eee3e;
}
.lp_new_year_2024 .form__content {
  width: max-content;
  margin: auto;
}
.lp_new_year_2024 .form__content__item {
  width: max-content;
  display: none;
}
.lp_new_year_2024 .form__content__item.activate {
  display: block;
}
.lp_new_year_2024 #calendar {
  font-size: 14px;
  z-index: 5;
}
.lp_new_year_2024 #calendar .section__title {
  font-size: 28px;
  font-weight: 900;
  margin-left: -75vw;
}
.lp_new_year_2024 #calendar .calendar__wrapper {
  pointer-events: none;
  width: 80vw;
  margin: 0 5%;
  position: absolute;
  top: 0;
  transition: 0.5s;
}
.lp_new_year_2024 #calendar .calendar__wrapper--apl {
  left: 5%;
  background-color: #fff;
}
.lp_new_year_2024 #calendar .calendar__wrapper--may {
  left: 100vw;
  background-color: #fff;
}
.lp_new_year_2024 #calendar .calendar__schooltab {
  display: flex;
  justify-content: space-between;
  width: 70vw;
  margin: 3vh auto 3vh;
}
.lp_new_year_2024 #calendar .calendar__schooltab div {
  width: 17%;
  text-align: center;
  border-radius: 12px;
  transition: 0.3s;
  padding: 4px 0;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
}
.lp_new_year_2024 #calendar .calendar__schooltab .calendar__schoolbtn--all {
  background-color: #fff;
  border: solid 2px rgb(153, 171, 143);
  z-index: 5;
}
.lp_new_year_2024 #calendar .calendar__schooltab .calendar__schoolbtn--all.active {
  background-color: rgb(59, 154, 4);
  border-color: rgb(59, 154, 4);
  color: #fff;
}
.lp_new_year_2024 #calendar .calendar__schooltab .calendar__schoolbtn--kyoto {
  background-color: #fff;
  border: solid 2px rgb(201, 228, 254);
  z-index: 5;
}
.lp_new_year_2024 #calendar .calendar__schooltab .calendar__schoolbtn--kyoto.active {
  background-color: rgb(18, 100, 175);
  border-color: rgb(18, 100, 175);
  color: #fff;
}
.lp_new_year_2024 #calendar .calendar__schooltab .calendar__schoolbtn--umeda {
  background-color: #fff;
  border: solid 2px #ffd3d0;
  z-index: 5;
}
.lp_new_year_2024 #calendar .calendar__schooltab .calendar__schoolbtn--umeda.active {
  background-color: rgb(161, 11, 0);
  border-color: rgb(161, 11, 0);
  color: #fff;
}
.lp_new_year_2024 #calendar .calendar__schooltab .calendar__schoolbtn--tokyo {
  background-color: #fff;
  border: solid 2px rgb(215, 255, 192);
  z-index: 5;
}
.lp_new_year_2024 #calendar .calendar__schooltab .calendar__schoolbtn--tokyo.active {
  background-color: rgb(72, 199, 0);
  border-color: rgb(72, 199, 0);
  color: #fff;
}
.lp_new_year_2024 #calendar .calendar__schooltab .calendar__schoolbtn--yokohama {
  background-color: #fff;
  border: solid 2px rgb(238, 228, 153);
  z-index: 5;
}
.lp_new_year_2024 #calendar .calendar__schooltab .calendar__schoolbtn--yokohama.active {
  background-color: rgb(180, 191, 104);
  border-color: rgb(180, 191, 104);
  color: #fff;
}
.lp_new_year_2024 #calendar .calendar__monthtab {
  display: flex;
  justify-content: space-between;
  width: 50vw;
  margin: auto;
  margin-top: 3vh;
  margin-bottom: 1vw;
}
.lp_new_year_2024 #calendar .calendar__monthtab div {
  width: 30%;
  text-align: center;
  border-radius: 12px;
  transition: 0.3s;
  border: solid 2px #7eee3e;
  padding: 4px 0;
  background-color: #fff;
  cursor: pointer;
  z-index: 5;
}
.lp_new_year_2024 #calendar .calendar__monthtab .active {
  background-color: #7eee3e;
}
.lp_new_year_2024 #calendar .calendar__tab__wrapper {
  padding: 0;
  height: 800px;
  position: relative;
  z-index: 5;
}
.lp_new_year_2024 #calendar .bgimg__right {
  position: absolute;
  right: 5vw;
  width: 25vw;
  z-index: -10;
  padding-top: 40px;
}
.lp_new_year_2024 .apply-form {
  width: 60vw;
  margin: 120px auto;
  display: block;
}
.lp_new_year_2024 .apply-form h2 {
  margin: 3rem auto 1rem auto;
}
.lp_new_year_2024 .apply-form .form_container .child_num {
  font-size: 20px;
  margin-bottom: 0.5rem;
}
.lp_new_year_2024 .apply-form .form_button_container {
  display: flex;
  justify-content: space-around;
}
.lp_new_year_2024 .apply-form .form_button_container .button {
  width: 45%;
}
.lp_new_year_2024 .apply-form .form_button_container .button:disabled {
  background-color: rgb(158, 158, 158);
  transition: none;
}
.lp_new_year_2024 .apply-form .form_button_container .button:disabled:hover {
  font-size: 18px;
}
.lp_new_year_2024 .apply-form #id_choiced_course label {
  display: flex;
  align-items: center;
}
.lp_new_year_2024 .apply-form #id_choiced_course label input {
  width: 20px;
  margin-right: 10px;
  display: block;
}
.lp_new_year_2024 .apply-form .input_checkbox .input_label {
  display: flex;
  align-items: center;
}
.lp_new_year_2024 .apply-form .input_checkbox #id_choiced_course {
  color: red;
}
.lp_new_year_2024 .apply-form .input_checkbox input[type=checkbox] {
  width: 20px;
  margin-left: 10px;
  display: block;
}
.lp_new_year_2024 .apply-form label .active {
  background-color: #0f9b20 !important;
  transition: all 0.3s ease 0s !important;
  cursor: pointer !important;
}
.lp_new_year_2024 .apply-form label .active:hover {
  font-size: calc(18px * 1.05) !important;
}
.lp_new_year_2024 .apply-form label .submit_button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_new_year_2024 .notice-1 > div {
  position: relative;
}
.lp_new_year_2024 .notice-1 > div > img {
  height: 70vh;
  margin: auto;
  display: block;
}
.lp_new_year_2024 .notice-1__classroom {
  position: absolute;
}
.lp_new_year_2024 .notice-1__classroom--1 {
  top: 22vh;
  left: calc(50vw - 26vh);
  transform: translate3d(-100%, -100%, 0);
  text-align: right;
}
.lp_new_year_2024 .notice-1__classroom--2 {
  bottom: 22vh;
  right: calc(50vw - 24vh);
  transform: translate3d(100%, 100%, 0);
}
.lp_new_year_2024 .notice-1__classroom h4 {
  font-size: 32px;
  font-weight: 900;
}
.lp_new_year_2024 .notice-1__bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: max-content;
  width: max-content;
  margin: auto;
  font-size: 120px;
  line-height: 1;
  font-weight: 900;
  opacity: 0.4;
  font-style: italic;
  color: #14af12;
}
.lp_new_year_2024 .notice-1__bg--1 {
  transform: translateX(-30vw);
}
.lp_new_year_2024 .notice-1__bg--2 {
  transform: translateX(30vw);
}
.lp_new_year_2024 .event__content {
  width: 70vw;
  margin: 108px auto;
}
.lp_new_year_2024 .event__content img {
  width: 70vw;
}
.lp_new_year_2024 .event__content__title--pc {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 24px auto;
  width: max-content;
}
.lp_new_year_2024 .event__content__title--sp {
  display: none;
}
.lp_new_year_2024 .event__description {
  width: 70vw;
  margin: 108px auto;
}
.lp_new_year_2024 .course-info {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
.lp_new_year_2024 .course-info__container {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: flex-end;
  margin-top: 15px;
}
.lp_new_year_2024 .course-info__container--django {
  padding-right: 10%;
}
.lp_new_year_2024 .course-info__container--flutter {
  padding-left: 10%;
  margin-top: 150px;
}
.lp_new_year_2024 .course-info__image {
  width: 50vw;
  position: relative;
  height: 450px;
}
.lp_new_year_2024 .course-info__image img {
  width: auto;
  position: absolute;
  bottom: 0;
}
.lp_new_year_2024 .course-info__image .image1 {
  z-index: 15;
  height: 450px;
}
.lp_new_year_2024 .course-info__image .image2 {
  z-index: 10;
  height: 400px;
}
.lp_new_year_2024 .course-info__image .image3 {
  z-index: 1;
  right: 208px;
  height: 400px;
}
.lp_new_year_2024 .course-info__image--django .image1 {
  right: 0;
}
.lp_new_year_2024 .course-info__image--flutter .image1 {
  left: 0;
}
.lp_new_year_2024 .course-info__image--django .image2 {
  right: 132px;
}
.lp_new_year_2024 .course-info__image--flutter .image2 {
  left: 120px;
}
.lp_new_year_2024 .course-info__image--django .image3 {
  right: 208px;
}
.lp_new_year_2024 .course-info__image--flutter .image3 {
  left: 208px;
}
.lp_new_year_2024 .course-info__info {
  flex: 0 0 auto;
  width: max-content;
  max-width: 40vw;
}
.lp_new_year_2024 .course-info__info--django {
  margin: 10px auto auto 40px;
}
.lp_new_year_2024 .course-info__info--flutter {
  margin: 10px 40px auto auto;
}
.lp_new_year_2024 .course-info__info .square {
  width: 40px;
  height: 40px;
  transform: skewX(-15deg);
  margin-left: 10px;
  margin-bottom: 32px;
}
.lp_new_year_2024 .course-info__info--django > .square {
  background: rgb(2, 91, 18);
}
.lp_new_year_2024 .course-info__info--flutter > .square {
  background: rgb(10, 148, 218);
}
.lp_new_year_2024 .course-info__title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 10px;
}
.lp_new_year_2024 .course-info__detail {
  font-size: 16px;
  font-weight: 900;
  position: relative;
  z-index: 10;
}
.lp_new_year_2024 .course-info__logo {
  margin: 60px 0;
  position: relative;
  z-index: 10;
}
.lp_new_year_2024 .course-info__logo img {
  height: 60px;
}
.lp_new_year_2024 .course-info__caption {
  font-size: 6px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 865px) {
  .lp_new_year_2024 .course-info__container--flutter {
    justify-content: flex-start;
    padding-left: 5vw;
  }
  .lp_new_year_2024 .course-info__info--flutter {
    width: 250px;
    margin-right: 45px;
  }
  .lp_new_year_2024 .course-info__title--flutter {
    width: 40vw;
  }
  .lp_new_year_2024 .course-info__logo--flutter {
    margin: 45px 0;
  }
  .lp_new_year_2024 .course-info__logo--flutter > img {
    height: 45px;
  }
  .lp_new_year_2024 .course-info__container--django {
    justify-content: flex-end;
    padding-right: 5vw;
  }
  .lp_new_year_2024 .course-info__info--django {
    width: 300px;
  }
  .lp_new_year_2024 .course-info__title--django {
    width: 40vw;
  }
  .lp_new_year_2024 .course-info__logo--django {
    margin: 45px 0;
  }
  .lp_new_year_2024 .course-info__logo--django > img {
    height: 45px;
  }
}
@media (max-width: 1023px) {
  .lp_new_year_2024 #comment-1,
  .lp_new_year_2024 #comment-2,
  .lp_new_year_2024 #comment-3,
  .lp_new_year_2024 #comment-4,
  .lp_new_year_2024 #course,
  .lp_new_year_2024 #course-detail,
  .lp_new_year_2024 #detail,
  .lp_new_year_2024 #form,
  .lp_new_year_2024 .free_event__link {
    margin: 120px auto;
  }
  .lp_new_year_2024 .bg__image--pc {
    display: none;
  }
  .lp_new_year_2024 .bg__image--sp {
    display: block;
  }
  .lp_new_year_2024 .fixed__logo {
    width: 30vw;
    display: block;
  }
  .lp_new_year_2024 .fixed__logo--black {
    opacity: 1;
  }
  .lp_new_year_2024 .nav.open {
    position: fixed;
    display: block;
    z-index: 10;
    right: 0;
    top: 0;
  }
  .lp_new_year_2024 .nav {
    display: block;
    right: -100%;
    top: -100%;
    transition: 0.3s ease-in-out;
  }
  .lp_new_year_2024 .nav__tri {
    width: 28vw;
    display: fixed;
  }
  .lp_new_year_2024 .nav__menu {
    position: fixed;
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: rgb(255, 255, 255);
  }
  .lp_new_year_2024 .nav__menu > img {
    margin-top: 8%;
    margin-left: -3%;
    margin-bottom: 5vh;
    width: 30vw;
  }
  .lp_new_year_2024 .nav__menu li {
    height: 4vh;
    margin-left: 3vw;
    margin-bottom: 4vh;
    font-size: 16px;
    border-bottom: solid 2px #7eee3e;
  }
  .lp_new_year_2024 .nav__menu li a {
    text-align: left;
    width: 100%;
    height: 100%;
  }
  .lp_new_year_2024 .nav__menu li a:hover {
    padding-bottom: 2px;
  }
  .lp_new_year_2024 .nav__menu li a:hover::before {
    width: 0;
  }
  .lp_new_year_2024 .nav__menu__text {
    margin-top: 30%;
    display: block;
  }
  .lp_new_year_2024 .nav__menu__text p {
    text-align: center;
  }
  .lp_new_year_2024 .nav__menu__btn {
    margin-top: 0;
  }
  .lp_new_year_2024 .nav__tri {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
  }
  .lp_new_year_2024 .nav .menu-icon {
    display: block;
    position: fixed;
    width: 9vw;
    height: 9vw;
    top: 2vh;
    right: 3vw;
    box-sizing: border-box;
    z-index: 1000;
  }
  .lp_new_year_2024 .nav span {
    width: 80%;
    display: block;
    height: 5%;
    background: #444;
    position: absolute;
    border-radius: 4px;
    left: 10%;
    transition: all 0.5s ease;
  }
  .lp_new_year_2024 .nav .bar1 {
    top: 16%;
    background-color: black;
  }
  .lp_new_year_2024 .nav .bar2 {
    top: 50%;
    background-color: black;
  }
  .lp_new_year_2024 .nav .bar3 {
    bottom: 10%;
    background-color: black;
  }
  .lp_new_year_2024 .nav .bar1.open {
    top: 50%;
    transform: rotate(45deg);
  }
  .lp_new_year_2024 .nav .bar2.open {
    opacity: 0;
  }
  .lp_new_year_2024 .nav .bar3.open {
    top: 50%;
    transform: rotate(-45deg);
  }
  .lp_new_year_2024 .firstview__video {
    position: absolute;
    width: 100vw;
    height: 100vh;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
  }
  .lp_new_year_2024 .firstview__video__mask {
    position: absolute;
    width: 100vw;
    height: 100vh;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.64);
  }
  .lp_new_year_2024 .firstview__parallelogram {
    height: 70vh;
    left: -35vh;
  }
  .lp_new_year_2024 .firstview__text {
    bottom: 40vh;
  }
  .lp_new_year_2024 .firstview__text h1 {
    font-size: 28px;
  }
  .lp_new_year_2024 .firstview__text h2 {
    font-size: 14px;
  }
  .lp_new_year_2024 .firstview__promotion-btn {
    position: absolute;
    display: block;
    bottom: 10vh;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
  }
  .lp_new_year_2024 .comment__content--a {
    margin-bottom: 0;
  }
  .lp_new_year_2024 .comment__content--a--left > div:nth-child(1) > img:nth-child(1) {
    transform: translate3d(-48px, 20px, 0);
  }
  .lp_new_year_2024 .comment__content--c img.comment__content--c__bgnum {
    width: 20vw;
    left: 0;
    right: unset;
  }
  .lp_new_year_2024 .free_event__link .sublp_link {
    width: 90%;
    height: 180px;
  }
  .lp_new_year_2024 .free_event__link .sublp_link .coming_soon {
    font-size: 28px;
    line-height: 3.4;
  }
  .lp_new_year_2024 .free_event__link .sublp_link::before {
    border-top-width: 94px;
    border-right-width: 20px;
    border-bottom-width: 94px;
    border-left-width: 20px;
    left: calc(25% - 36px);
  }
  .lp_new_year_2024 .free_event__link .sublp_link::after {
    border-bottom-width: 94px;
    border-left-width: 20px;
    border-top-width: 94px;
    border-right-width: 20px;
    right: calc(25% - 36px);
  }
  .lp_new_year_2024 .free_event__link__textbox {
    display: block;
  }
  .lp_new_year_2024 .free_event__link__textbox__daybox {
    display: flex;
    justify-content: center;
    line-height: 1;
  }
  .lp_new_year_2024 .free_event__link__textbox__month {
    font-size: 18px;
  }
  .lp_new_year_2024 .free_event__link__textbox__day {
    font-size: 36px;
  }
  .lp_new_year_2024 .free_event__link__textbox__weekday {
    font-size: 12px;
  }
  .lp_new_year_2024 .free_event__link__textbox__comma {
    font-size: 24px;
  }
  .lp_new_year_2024 .free_event__link__textbox__place {
    font-size: 18px;
  }
  .lp_new_year_2024 .free_event__link__textbox__text {
    font-size: 16px;
    margin-left: 0;
    margin-top: 6px;
  }
  .lp_new_year_2024 .free_event__link__textbox__text--bold {
    font-size: 24px;
  }
  .lp_new_year_2024 #comment-2 .comment__content--b {
    display: block;
    margin: 9vh auto 15vh;
  }
  .lp_new_year_2024 #comment-2 .comment__content--b .bgimg__right {
    position: absolute;
    display: block;
    height: 5vh;
    bottom: -5vh;
    left: 35vw;
  }
  .lp_new_year_2024 #comment-2 .comment__content--b .bgimg__left {
    position: absolute;
    display: block;
    height: 5vh;
    left: 0;
    bottom: -5vh;
  }
  .lp_new_year_2024 #comment-2 .comment__content--b .section__title {
    margin-bottom: 15vh;
  }
  .lp_new_year_2024 #comment-2 .comment__content--b .content_img {
    width: 80%;
    position: relative;
    margin: 0 auto 0;
    left: 10vw;
  }
  .lp_new_year_2024 #comment-2 .comment__content--b > div {
    position: relative;
    margin: 5vh auto 5vh;
    top: 0;
  }
  .lp_new_year_2024 #comment-2 .comment__content--b > div h3 {
    position: absolute;
    top: -53vh;
    z-index: 5;
  }
  .lp_new_year_2024 #comment-2 .comment__content--b > div h4 {
    position: relative;
  }
  .lp_new_year_2024 #comment-2 .comment__content--b > div p {
    position: relative;
  }
  .lp_new_year_2024 #comment-2 .comment__content--b__bgnum {
    width: 12vw;
    left: 5vw;
    top: -14vh;
  }
  .lp_new_year_2024 #comment-3 .section__title {
    margin-bottom: 15vh;
  }
  .lp_new_year_2024 #comment-3 .comment__content--c {
    margin: 0 auto 15vh;
  }
  .lp_new_year_2024 #comment-3 .comment__content--c .content_img {
    width: 80%;
    position: relative;
    margin: 0 auto 0;
  }
  .lp_new_year_2024 #comment-3 .comment__content--c > div {
    position: relative;
    margin: 0 auto 5vh;
    top: 0;
  }
  .lp_new_year_2024 #comment-3 .comment__content--c > div h3 {
    position: absolute;
    top: -110vw;
    z-index: 5;
  }
  .lp_new_year_2024 #comment-3 .comment__content--c > div h4 {
    position: relative;
  }
  .lp_new_year_2024 #comment-3 .comment__content--c > div p {
    position: relative;
  }
  .lp_new_year_2024 #comment-3 .comment__content--c__bgnum {
    width: 12vw;
    left: 5vw;
    top: -14vh;
  }
  .lp_new_year_2024 #comment-4 .section__title {
    margin-bottom: 15vh;
  }
  .lp_new_year_2024 #comment-4 .comment__content--b {
    margin: 5vh auto 15vh;
  }
  .lp_new_year_2024 #comment-4 .comment__content--b img {
    width: 80%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
  }
  .lp_new_year_2024 #comment-4 .comment__content--b > div {
    margin: calc(75vw - 42px) auto 10vh;
  }
  .lp_new_year_2024 #comment-4 .comment__content--b > div h3 {
    position: absolute;
    top: -8vh;
  }
  .lp_new_year_2024 #comment-4 .comment__content--b > div p {
    position: relative;
    top: 10vh;
  }
  .lp_new_year_2024 #calendar .calendar__wrapper {
    width: 98%;
    margin: 0 1%;
    font-size: 12px;
  }
  .lp_new_year_2024 #calendar .fc-daygrid-event-dot {
    margin: 0;
  }
  .lp_new_year_2024 #calendar .fc-event-title {
    font-weight: 400;
  }
  .lp_new_year_2024 .detail .section__title {
    margin-bottom: 13vh;
  }
  .lp_new_year_2024 .detail .apply-flow .flexbox {
    display: block;
    gap: 5%;
  }
  .lp_new_year_2024 .detail .apply-flow .flexbox .content {
    display: block;
    width: 100vw;
  }
  .lp_new_year_2024 .detail .apply-flow .flexbox .right-arrow {
    display: none;
    align-items: center;
  }
  .lp_new_year_2024 .detail .apply-flow .flexbox .arrow--sp {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }
  .lp_new_year_2024 .detail__content h4 {
    font-size: 20px;
  }
  .lp_new_year_2024 .detail__content h4 br {
    display: block;
  }
  .lp_new_year_2024 .detail__content__detaillist {
    max-width: 90vw;
  }
  .lp_new_year_2024 .detail__notice_text {
    width: 90vw;
  }
  .lp_new_year_2024 .detail .detail__location {
    padding-top: 10vh;
    margin-left: 0;
  }
  .lp_new_year_2024 .detail .detail__location .school_location {
    margin-bottom: 15vh;
  }
  .lp_new_year_2024 .detail .detail__location .school_location h4 {
    font-size: 20px;
  }
  .lp_new_year_2024 .detail .detail__location .school_location .school_image_right {
    right: -2vw;
    top: -4vh;
    width: 60vw;
  }
  .lp_new_year_2024 .detail .detail__location .school_location .bgimg__right {
    height: 5vh;
    top: 100%;
    right: 0;
  }
  .lp_new_year_2024 .detail .detail__location .school_location .bgimg__left {
    height: 5vh;
    top: 100%;
    left: 0;
  }
  .lp_new_year_2024 .detail .detail__location .location_right {
    margin-right: 0;
    margin-bottom: 15vh;
  }
  .lp_new_year_2024 .detail .detail__location .location_right .school_image_left {
    left: -4vw;
    top: -8vh;
    width: 60vw;
  }
  .lp_new_year_2024 .detail .detail__location .location_right h4 {
    margin-right: 4vw;
    top: -4vh;
  }
  .lp_new_year_2024 .detail .detail__experience_flow {
    margin-left: 5vh;
    margin-right: 3vh;
    margin-top: 3vh;
  }
  .lp_new_year_2024 .detail .detail__experience_flow .detail__experience_flow_img {
    display: none;
  }
  .lp_new_year_2024 .detail .detail__experience_flow .detail__experience_flow_img_sp {
    display: block;
    position: absolute;
    left: 3vw;
  }
  .lp_new_year_2024 .detail .detail__experience_flow .text_container {
    margin-left: 7vh;
    width: 100%;
  }
  .lp_new_year_2024 .detail .detail__experience_flow .text_container h3 {
    position: absolute;
    left: 5vw;
    top: 10vh;
  }
  .lp_new_year_2024 .detail .detail__experience_flow .text_container h4 {
    margin-top: 3vh;
  }
  .lp_new_year_2024 .detail .detail__experience_flow .text_container .text_container_flex {
    display: block;
  }
  .lp_new_year_2024 .detail .detail__experience_flow .text_container .text_container_flex .flex_content {
    width: 100%;
  }
  .lp_new_year_2024 .detail .detail__experience_flow .text_container .text_container_flex .flex_content h4 {
    margin-top: 6vh;
  }
  .lp_new_year_2024 .course__content {
    height: 54vh;
    margin-top: 12vh;
  }
  .lp_new_year_2024 .course__content__text {
    width: 90vw;
  }
  .lp_new_year_2024 .course__content__text a h3 {
    font-size: 24px;
  }
  .lp_new_year_2024 .form__btn {
    width: 90vw;
  }
  .lp_new_year_2024 .apply-form {
    width: 90vw;
  }
  .lp_new_year_2024 .notice-1 > div > img {
    margin: auto;
    width: 80vw;
    height: auto;
  }
  .lp_new_year_2024 .notice-1__classroom--1 {
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, -100%, 0);
    text-align: right;
    width: 90vw;
    margin: auto;
  }
  .lp_new_year_2024 .notice-1__classroom--2 {
    bottom: -10px;
    left: 0;
    right: 0;
    transform: translate3d(0, 100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_new_year_2024 .notice-1__bg {
    opacity: 1;
    color: rgb(75, 216, 0);
    font-size: 10vw;
  }
  .lp_new_year_2024 .notice-1__bg--1 {
    top: 0;
    bottom: unset;
    transform: translate3d(-115%, 0, 0);
  }
  .lp_new_year_2024 .notice-1__bg--2 {
    top: unset;
    bottom: 0;
    transform: translate3d(110%, 0, 0);
  }
  .lp_new_year_2024 .event__content {
    width: 90vw;
    margin: 60px auto;
  }
  .lp_new_year_2024 .event__content img {
    width: 90vw;
    margin-bottom: 24px;
  }
  .lp_new_year_2024 .event__content__title--pc {
    display: none;
  }
  .lp_new_year_2024 .event__content__title--sp {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: max-content;
  }
  .lp_new_year_2024 .event__content p {
    margin-top: 12px;
  }
  .lp_new_year_2024 .event__description {
    width: 90vw;
    margin: 60px auto;
  }
  .lp_new_year_2024 #calendar {
    font-size: 14px;
    z-index: 5;
  }
  .lp_new_year_2024 #calendar .section__title {
    font-size: 28px;
    font-weight: 900;
    margin-left: -75vw;
    margin-bottom: 5vh;
  }
  .lp_new_year_2024 #calendar .calendar__wrapper {
    pointer-events: none;
    width: 80vw;
    margin: 0 5%;
    position: absolute;
    top: 0;
    transition: 0.5s;
  }
  .lp_new_year_2024 #calendar .calendar__wrapper--apl {
    left: 5%;
    background-color: #fff;
  }
  .lp_new_year_2024 #calendar .calendar__wrapper--may {
    left: 100vw;
    background-color: #fff;
  }
  .lp_new_year_2024 #calendar .calendar__schooltab {
    display: flex;
    justify-content: space-between;
    width: 85vw;
    margin: 3vh auto 1vh;
  }
  .lp_new_year_2024 #calendar .calendar__schooltab div {
    width: 20%;
    text-align: center;
    border-radius: 12px;
    transition: 0.3s;
    padding: 4px 0;
    transition: 0.3s;
    cursor: pointer;
  }
  .lp_new_year_2024 #calendar .calendar__monthtab div {
    width: 40%;
  }
  .lp_new_year_2024 #calendar .calendar__tab__wrapper {
    padding: 0;
    height: 700px;
    position: relative;
    z-index: 5;
  }
  .lp_new_year_2024 #calendar .bgimg__right {
    position: absolute;
    right: 5vw;
    width: 30%;
    z-index: -10;
  }
}

input[type=text] {
  background-color: white;
}

.student_grade_form {
  background-color: white;
}

#extra_input {
  background-color: white;
}

.input_box input {
  background-color: #fff;
}

#place {
  background-color: #fff;
}

.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0s 0s;
}

.invisible {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
}

.lp .link-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000000;
}
.lp .link-modal__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60%;
  height: max-content;
  margin: auto;
  background-color: #fff;
  border: solid 3px #000;
  border-radius: 24px;
  padding: 36px;
}
.lp .link-modal__content p {
  font-size: 18px;
}
.lp .link-modal__content a {
  background: #7eee3e;
  box-shadow: -0.5rem 0.5rem;
  display: block;
  margin: 24px auto;
  font-size: 24px;
  text-align: center;
  padding: 16px 36px;
  font-weight: bold;
  width: max-content;
  display: flex;
  align-items: center;
}
.lp .link-modal__content a span {
  padding-bottom: 4px;
}
.lp .link-modal__content a img {
  height: 36px;
}
.lp .link-modal__close {
  position: absolute;
  top: 24px;
  right: 36px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .lp .link-modal__content {
    width: 90%;
  }
  .lp .link-modal__content a {
    font-size: 16px;
    width: 98%;
  }
}

.lp_event_20240210 #comment-1,
.lp_event_20240210 #comment-2,
.lp_event_20240210 #comment-3,
.lp_event_20240210 #comment-4,
.lp_event_20240210 #content,
.lp_event_20240210 #detail,
.lp_event_20240210 #form,
.lp_event_20240210 #notice-1,
.lp_event_20240210 #review,
.lp_event_20240210 #event,
.lp_event_20240210 #school_info,
.lp_event_20240210 #flow,
.lp_event_20240210 #calendar,
.lp_event_20240210 .introduction__link,
.lp_event_20240210 #catchup_content,
.lp_event_20240210 #overview,
.lp_event_20240210 .section,
.lp_event_20240210 #flow-1,
.lp_event_20240210 #flow-2,
.lp_event_20240210 #flow-3,
.lp_event_20240210 #course-detail,
.lp_event_20240210 #for_member,
.lp_event_20240210 #free_event__link,
.lp_event_20240210 #swiper {
  margin: 180px 0 180px 260px;
}
.lp_event_20240210 #comment-1,
.lp_event_20240210 #comment-2,
.lp_event_20240210 #comment-3,
.lp_event_20240210 #comment-4,
.lp_event_20240210 #content,
.lp_event_20240210 #detail,
.lp_event_20240210 #form,
.lp_event_20240210 footer,
.lp_event_20240210 .promotion-btn,
.lp_event_20240210 #notice-1,
.lp_event_20240210 #review,
.lp_event_20240210 #overview,
.lp_event_20240210 #event,
.lp_event_20240210 #school_info,
.lp_event_20240210 #flow,
.lp_event_20240210 #calendar,
.lp_event_20240210 .introduction__link,
.lp_event_20240210 .section,
.lp_event_20240210 #flow-1,
.lp_event_20240210 #flow-2,
.lp_event_20240210 #flow-3,
.lp_event_20240210 #course-detail,
.lp_event_20240210 #catchup_content,
.lp_event_20240210 #for_member,
.lp_event_20240210 #free_event__link,
.lp_event_20240210 #swiper {
  position: relative;
  z-index: 10;
}
.lp_event_20240210 .promotion-btn {
  transform: translateX(130px);
}
.lp_event_20240210 footer {
  margin-left: 260px;
}
.lp_event_20240210 .highlight--green {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.lp_event_20240210 .bg__image {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}
.lp_event_20240210 .bg__image--pc {
  display: block;
}
.lp_event_20240210 .bg__image--sp {
  display: none;
}
.lp_event_20240210 .bg__content__wrapper {
  width: auto;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 260px;
  transition: 0.5s;
  opacity: 0;
}
.lp_event_20240210 .bg__content__mask {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
}
.lp_event_20240210 .bg__content--pc {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp_event_20240210 .bg__content--sp {
  display: none;
}
.lp_event_20240210 .fixed__logo {
  display: flex;
  width: 14vw;
  top: 4vh;
  left: 3vw;
  position: absolute;
  transition: 0.3s;
  z-index: 30;
}
.lp_event_20240210 .nav {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 260px;
  height: 100vh;
  z-index: 20;
}
.lp_event_20240210 .nav__menu {
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  padding: 12px 24px;
  transition: 0.3s;
  height: 100%;
  box-shadow: 8px 0 2px -2px rgba(70, 70, 70, 0.6);
}
.lp_event_20240210 .nav__menu > img {
  width: 10vw;
  margin: 0 auto 12px;
  display: block;
}
.lp_event_20240210 .nav__menu ul li {
  border-bottom: solid 1px #7eee3e;
  margin-top: 12px;
  position: relative;
}
.lp_event_20240210 .nav__menu ul li a {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-right: 12px;
}
.lp_event_20240210 .nav__menu ul li::after {
  content: "";
  border-bottom: solid 4px #7eee3e;
  position: absolute;
  width: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  transition: 0.3s;
}
.lp_event_20240210 .nav__menu ul .active::after {
  width: 100%;
}
.lp_event_20240210 .nav__menu > p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2vh;
  width: 80%;
  text-align: center;
  display: block;
  margin: auto;
  cursor: pointer;
}
.lp_event_20240210 .nav__menu > p span {
  font-size: 1.2em;
}
.lp_event_20240210 .nav__menu__btn {
  margin: 16px auto;
}
.lp_event_20240210 .nav__menu__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7eee3e;
  padding: 8px 20px;
  width: max-content;
  margin: 6px auto;
  box-shadow: -8px 8px 0px #000;
  position: relative;
}
.lp_event_20240210 .nav__menu__btn a img {
  height: 24px;
  z-index: 2;
}
.lp_event_20240210 .nav__menu__btn a p {
  z-index: 2;
}
.lp_event_20240210 .nav__menu__btn a > div {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.lp_event_20240210 .nav__menu__btn a:hover > div {
  width: 100%;
}
.lp_event_20240210 .nav__menu__btn p {
  text-align: center;
  font-size: 14px;
}
.lp_event_20240210 #sp-nav {
  display: none;
}
.lp_event_20240210 .introduction__link {
  object-fit: cover;
}
.lp_event_20240210 .introduction__link a {
  display: flex;
  width: 70%;
  margin: auto;
  height: 160px;
  position: relative;
}
.lp_event_20240210 .introduction__link a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.lp_event_20240210 .introduction__link a:hover > .introduction__link__mask {
  background-color: rgba(255, 255, 255, 0.4);
}
.lp_event_20240210 .introduction__link a:hover > .introduction__link__img__wrapper img {
  transform: scale(1.05);
}
.lp_event_20240210 .introduction__link__text {
  display: flex;
  width: 49%;
  margin-left: 1%;
  align-items: center;
}
.lp_event_20240210 .introduction__link__text--question {
  font-size: 72px;
  margin: 0 -6px;
  height: max-content;
  line-height: 1;
}
.lp_event_20240210 .introduction__link__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  cursor: pointer;
}
.lp_event_20240210 .introduction__link__img__wrapper {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.lp_event_20240210 .introduction__link--right a {
  flex-direction: row-reverse;
}
.lp_event_20240210 .promotion-btn a {
  background-color: #7eee3e;
}
.lp_event_20240210 .promotion-btn a > div {
  background: #b5f6b7;
}
.lp_event_20240210 .promotion-btn__sp {
  display: none;
}
.lp_event_20240210 .firstview {
  width: 100%;
  height: 100vh;
  position: relative;
}
.lp_event_20240210 .firstview__video {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.lp_event_20240210 .firstview__video__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.64);
}
.lp_event_20240210 .firstview__parallelogram {
  position: absolute;
  height: 80vh;
  top: 0;
  left: -28vh;
}
.lp_event_20240210 .firstview__text {
  position: absolute;
  width: 80vw;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 16vh;
}
.lp_event_20240210 .firstview__text h1 {
  font-family: video, serif;
  letter-spacing: 0.1em;
  font-size: 4.8vw;
}
.lp_event_20240210 .firstview__text h2 {
  margin-bottom: 0vh;
  font-size: 42px;
}
.lp_event_20240210 .firstview__text h3 {
  margin-bottom: 2vh;
  font-size: 22px;
}
.lp_event_20240210 #overview {
  margin-top: 120px;
}
.lp_event_20240210 #overview h2 {
  font-size: 2vw;
  width: max-content;
  max-width: 80%;
  margin: 120px auto;
}
.lp_event_20240210 #overview .overview {
  width: 100%;
  height: 66.6666666667vh;
  margin-top: 120px;
}
.lp_event_20240210 #overview .overview__firstmessage {
  font-size: 2.6vw;
  background: linear-gradient(transparent 70%, #7eee3e 50%);
}
.lp_event_20240210 #overview .overview__item {
  width: 100%;
  height: 33.3333333333vh;
  position: relative;
}
.lp_event_20240210 #overview .overview__item__img__wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 30%;
}
.lp_event_20240210 #overview .overview__item__img__wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp_event_20240210 #overview .overview__item__img__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.lp_event_20240210 #overview .overview__item__img__mask p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: max-content;
  height: max-content;
  margin: auto;
  color: #fff;
  font-size: 17vh;
  font-family: video, serif;
  line-height: 1;
  transform: translateY(0.08em);
}
.lp_event_20240210 #overview .overview__item__textbox {
  position: absolute;
  width: 70%;
  height: 100%;
  background-color: #fff;
  top: 0;
}
.lp_event_20240210 #overview .overview__item__textbox::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -2px;
}
.lp_event_20240210 #overview .overview__item__textbox h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 24px 30px;
}
.lp_event_20240210 #overview .overview__item__textbox p {
  margin: 12px 48px;
  font-size: 18px;
}
.lp_event_20240210 #overview .overview__item--1 .overview__item__img__wrapper, .lp_event_20240210 #overview .overview__item--3 .overview__item__img__wrapper {
  left: 0;
}
.lp_event_20240210 #overview .overview__item--1 .overview__item__textbox, .lp_event_20240210 #overview .overview__item--3 .overview__item__textbox {
  right: 0;
}
.lp_event_20240210 #overview .overview__item--1 .overview__item__textbox::before, .lp_event_20240210 #overview .overview__item--3 .overview__item__textbox::before {
  border-top: calc(16.6666666667vh + 2px) solid transparent;
  border-right: 34px solid #fff;
  border-bottom: calc(16.6666666667vh + 2px) solid #fff;
  border-left: 34px solid transparent;
  left: -64px;
}
.lp_event_20240210 #overview .overview__item--2 .overview__item__img__wrapper {
  right: 0;
}
.lp_event_20240210 #overview .overview__item--2 .overview__item__textbox {
  left: 0;
}
.lp_event_20240210 #overview .overview__item--2 .overview__item__textbox::before {
  border-bottom: calc(16.6666666667vh + 2px) solid transparent;
  border-left: 34px solid #fff;
  border-top: calc(16.6666666667vh + 2px) solid #fff;
  border-right: 34px solid transparent;
  right: -64px;
}
.lp_event_20240210 #overview .mainevent {
  width: 100%;
  position: relative;
}
.lp_event_20240210 #overview .mainevent__image {
  width: 100%;
  height: 75vh;
  position: relative;
}
.lp_event_20240210 #overview .mainevent img {
  width: 80%;
  height: 75vh;
  object-fit: cover;
  display: block;
  margin: auto;
}
.lp_event_20240210 #overview .mainevent__title {
  font-size: 32px;
  margin: 16px 10%;
  font-weight: bold;
}
.lp_event_20240210 #overview .mainevent__description {
  font-size: 24px;
  margin: 16px 10%;
}
.lp_event_20240210 #overview .mainevent__subtitle {
  font-weight: 700;
  color: #fff;
  background-color: #4338c5;
  border-radius: 16px;
  padding: 8px 12px;
  position: absolute;
  top: 77vh;
  right: 10vw;
}
.lp_event_20240210 #overview .mainevent__text {
  width: 75vh;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  margin: 0 auto auto;
  font-family: video, serif;
  font-size: calc(7.5vw - 16px);
}
.lp_event_20240210 #overview .mainevent__text--left {
  left: 0;
  transform: rotate(-90deg);
}
.lp_event_20240210 #overview .mainevent__text--right {
  transform: rotate(90deg);
  right: 0;
}
.lp_event_20240210 #overview .mainevent__text__wrapper {
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.lp_event_20240210 #overview .mainevent__text__wrapper--left {
  left: 0;
}
.lp_event_20240210 #overview .mainevent__text__wrapper--right {
  right: 0;
}
.lp_event_20240210 .free_event__link .sublp_link {
  display: flex;
  justify-content: space-between;
  width: 95%;
  height: 180px;
  margin: 0 auto 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 8px #888;
  transition: 0.3s;
}
.lp_event_20240210 .free_event__link .sublp_link:nth-of-type(1) {
  margin: 240px auto 48px;
}
.lp_event_20240210 .free_event__link .sublp_link__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.lp_event_20240210 .free_event__link .sublp_link__img__wrapper {
  width: 25%;
  height: 100%;
  overflow: hidden;
}
.lp_event_20240210 .free_event__link .sublp_link .coming_soon {
  position: absolute;
  top: -5%;
  bottom: -5%;
  left: -2%;
  right: -2%;
  width: 104%;
  height: 110%;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0;
  display: block;
  z-index: 10000;
  color: #fff;
  line-height: 4.4;
  pointer-events: unset;
  text-align: center;
  font-size: 34px;
}
.lp_event_20240210 .free_event__link .sublp_link::before {
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-top-width: 94px;
  border-bottom-width: 94px;
  border-left-width: 34px;
  border-right-width: 34px;
  border-style: solid;
  left: calc(25% - 64px);
  position: absolute;
  top: -2px;
  bottom: -2px;
  z-index: 100;
}
.lp_event_20240210 .free_event__link .sublp_link::after {
  content: "";
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-width: 94px;
  border-bottom-width: 94px;
  border-left-width: 34px;
  border-right-width: 34px;
  border-style: solid;
  right: calc(25% - 64px);
  position: absolute;
  top: -2px;
  bottom: -2px;
  z-index: 100;
}
.lp_event_20240210 .free_event__link .sublp_link:hover {
  box-shadow: 8px 8px 8px #888;
  scale: 1.02;
}
.lp_event_20240210 .free_event__link .sublp_link:hover img {
  opacity: 0.7;
}
.lp_event_20240210 .free_event__link .sublp_link:hover p {
  opacity: 0.7;
}
.lp_event_20240210 .free_event__link .sublp_link--0210 {
  background-color: rgb(25, 115, 193);
}
.lp_event_20240210 .free_event__link .sublp_link--0210::before {
  border-bottom-color: rgb(25, 115, 193);
  border-right-color: rgb(25, 115, 193);
}
.lp_event_20240210 .free_event__link .sublp_link--0210::after {
  border-top-color: rgb(25, 115, 193);
  border-left-color: rgb(25, 115, 193);
}
.lp_event_20240210 .free_event__link .sublp_link--0223 {
  background-color: #a10b00;
}
.lp_event_20240210 .free_event__link .sublp_link--0223::before {
  border-bottom-color: #a10b00;
  border-right-color: #a10b00;
}
.lp_event_20240210 .free_event__link .sublp_link--0223::after {
  border-top-color: #a10b00;
  border-left-color: #a10b00;
}
.lp_event_20240210 .free_event__link .sublp_link--0320 {
  background-color: #4338c5;
}
.lp_event_20240210 .free_event__link .sublp_link--0320::before {
  border-bottom-color: #4338c5;
  border-right-color: #4338c5;
}
.lp_event_20240210 .free_event__link .sublp_link--0320::after {
  border-top-color: #4338c5;
  border-left-color: #4338c5;
}
.lp_event_20240210 .free_event__link .sublp_link--base {
  background-color: #7eee3e;
}
.lp_event_20240210 .free_event__link .sublp_link--base::before {
  border-bottom-color: #7eee3e;
  border-right-color: #7eee3e;
}
.lp_event_20240210 .free_event__link .sublp_link--base::after {
  border-top-color: #7eee3e;
  border-left-color: #7eee3e;
}
.lp_event_20240210 .free_event__link .sublp_link--base .free_event__link__textbox__text {
  color: #000;
}
.lp_event_20240210 .free_event__link__textbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 150;
}
.lp_event_20240210 .free_event__link__textbox p {
  display: block;
  text-align: center;
  font-weight: bold;
  height: max-content;
  transition: 0.3s;
  color: #fff;
  font-style: italic;
}
.lp_event_20240210 .free_event__link__textbox__daybox {
  display: flex;
  justify-content: center;
  line-height: 1;
}
.lp_event_20240210 .free_event__link__textbox__month {
  font-size: 24px;
}
.lp_event_20240210 .free_event__link__textbox__day {
  font-size: 52px;
}
.lp_event_20240210 .free_event__link__textbox__weekday {
  font-size: 16px;
}
.lp_event_20240210 .free_event__link__textbox__comma {
  font-size: 36px;
  line-height: 2;
}
.lp_event_20240210 .free_event__link__textbox__place {
  font-size: 22px;
}
.lp_event_20240210 .free_event__link__textbox__text {
  font-size: 24px;
  margin-left: 24px;
}
.lp_event_20240210 .section {
  margin-bottom: 48px;
}
.lp_event_20240210 #flow--whole .flow--whole__wrapper {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  width: 70%;
  margin: 64px auto;
}
.lp_event_20240210 #flow--whole .flow--whole__box--1-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  height: max-content;
}
.lp_event_20240210 #flow--whole .flow--whole__box--1-1 p {
  min-width: 70%;
  width: max-content;
  display: block;
  margin: 8px auto;
}
.lp_event_20240210 #flow--whole .flow--whole__box--1-1 p:nth-child(2) {
  height: max-content;
  text-align: center;
  font-size: 2.4em;
  color: #4338c5;
  line-height: 1;
  margin: 0 auto;
}
.lp_event_20240210 #flow--whole .flow--whole__box--1-2 {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  height: max-content;
}
.lp_event_20240210 #flow--whole .flow--whole__box--1-2 p {
  width: max-content;
  display: block;
  margin: 8px auto;
}
.lp_event_20240210 #flow--whole .flow--whole__box--1-2 p:nth-child(2) {
  height: max-content;
  text-align: center;
  font-size: 2.4em;
  color: #4338c5;
  line-height: 1;
  margin: 0 auto;
}
.lp_event_20240210 #flow--whole .flow--whole__box--2 {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
  height: 64px;
}
.lp_event_20240210 #flow--whole .flow--whole__box--2 div {
  background-color: #4338c5;
  display: block;
  width: 100%;
  height: 52px;
  margin: 6px auto;
  position: relative;
  color: #fff;
}
.lp_event_20240210 #flow--whole .flow--whole__box--2 div p {
  width: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  line-height: 1;
  font-size: 24px;
}
.lp_event_20240210 #flow--whole .flow--whole__box--3-1 {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 6;
}
.lp_event_20240210 #flow--whole .flow--whole__box--3-2 {
  text-align: center;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
  height: 40px;
}
.lp_event_20240210 #flow--whole .flow--whole__box--4-2 {
  text-align: center;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 5;
  height: 64px;
}
.lp_event_20240210 #flow--whole .flow--whole__box--4-2 div {
  background-color: #4338c5;
  display: block;
  width: 100%;
  height: 52px;
  margin: 6px auto;
  position: relative;
  color: #fff;
}
.lp_event_20240210 #flow--whole .flow--whole__box--4-2 div p {
  width: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  line-height: 1;
  font-size: 24px;
}
.lp_event_20240210 #flow--whole .flow--whole__box--5-2 {
  text-align: center;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 6;
  height: 40px;
}
.lp_event_20240210 #flow--whole .flow--whole__box--5-3 {
  text-align: center;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 5;
  grid-row-end: 6;
  height: 40px;
}
.lp_event_20240210 #flow--whole .flow--whole__box--6-1 {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 6;
  grid-row-end: 7;
  height: max-content;
}
.lp_event_20240210 #flow--whole .flow--whole__box--6-1 img {
  width: 80%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 6px auto;
}
.lp_event_20240210 #flow--whole .flow--whole__box--6-1 p {
  text-align: center;
}
.lp_event_20240210 #flow--whole .flow--whole__box--6-1 > p:nth-child(3) {
  font-size: 0.8em;
}
.lp_event_20240210 #flow--whole .flow--whole__box--6-2 {
  text-align: center;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 6;
  grid-row-end: 7;
  height: max-content;
}
.lp_event_20240210 #flow--whole .flow--whole__box--6-2 img {
  width: 80%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 6px auto;
}
.lp_event_20240210 #flow--whole .flow--whole__box--6-2 p {
  text-align: center;
}
.lp_event_20240210 #flow--whole .flow--whole__box--6-2 > p:nth-child(3) {
  font-size: 0.8em;
}
.lp_event_20240210 #flow--whole .flow--whole__box--6-3 {
  text-align: center;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 6;
  grid-row-end: 7;
  height: max-content;
}
.lp_event_20240210 #flow--whole .flow--whole__box--6-3 img {
  width: 80%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 6px auto;
}
.lp_event_20240210 #flow--whole .flow--whole__box--6-3 p {
  text-align: center;
}
.lp_event_20240210 #flow--whole .flow--whole__box--6-3 > p:nth-child(3) {
  font-size: 0.8em;
}
.lp_event_20240210 #flow--whole .flow--whole__box__arrow {
  position: relative;
  width: 100%;
  height: 100%;
}
.lp_event_20240210 #flow--whole .flow--whole__box__arrow p {
  font-size: 2.4em;
  font-weight: bold;
  width: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  line-height: 1;
  color: #4338c5;
}
.lp_event_20240210 #flow--whole .flow--whole__caution {
  width: 70%;
  display: block;
  margin: auto;
}
.lp_event_20240210 #flow--whole .school__icon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.lp_event_20240210 #flow--whole .school__icon p {
  font-size: 16px;
  display: block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 4px;
  color: #fff;
  padding: 4px;
  line-height: 1;
}
.lp_event_20240210 #flow--whole .school__icon--kyoto {
  background-color: #4338c5;
}
.lp_event_20240210 #flow--whole .school__icon--umeda {
  background-color: #a10b00;
}
.lp_event_20240210 #flow--whole .school__icon--tokyo {
  background-color: #48c700;
}
.lp_event_20240210 #flow--whole .school__icon--yokohama {
  background-color: #308300;
}
.lp_event_20240210 #flow--whole .school__icon--uehommachi {
  background-color: #db7603;
}
.lp_event_20240210 #flow--whole .school__icon--okayama {
  background-color: #5509ce;
}
.lp_event_20240210 #flow-1 {
  position: relative;
}
.lp_event_20240210 #flow-1 .steptitle {
  margin-left: 64px;
  display: block;
}
.lp_event_20240210 #flow-1 .flow__bg {
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  top: -48px;
  right: 0;
  font-family: video, serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.lp_event_20240210 .content,
.lp_event_20240210 .for_member {
  margin-top: 280px;
  position: relative;
}
.lp_event_20240210 .content .steptitle,
.lp_event_20240210 .for_member .steptitle {
  margin-left: 64px;
  display: block;
}
.lp_event_20240210 .content .flow__bg,
.lp_event_20240210 .for_member .flow__bg {
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  top: -48px;
  right: 0;
  font-family: video, serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.lp_event_20240210 .content .course_list,
.lp_event_20240210 .for_member .course_list {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  margin: 64px auto 0;
}
.lp_event_20240210 .content .course_list a,
.lp_event_20240210 .for_member .course_list a {
  display: block;
  width: 23%;
  position: relative;
}
.lp_event_20240210 .content .course_list a .course__img__wrapper,
.lp_event_20240210 .for_member .course_list a .course__img__wrapper {
  width: 100%;
  overflow: hidden;
}
.lp_event_20240210 .content .course_list a .course__img__wrapper img,
.lp_event_20240210 .for_member .course_list a .course__img__wrapper img {
  width: 100%;
  transition: 0.3s;
}
.lp_event_20240210 .content .course_list a:hover .course__img__wrapper img,
.lp_event_20240210 .for_member .course_list a:hover .course__img__wrapper img {
  transform: scale(1.05);
}
.lp_event_20240210 .content .course_list a:hover .course_list__link__mask,
.lp_event_20240210 .for_member .course_list a:hover .course_list__link__mask {
  background-color: rgba(255, 255, 255, 0.4);
}
.lp_event_20240210 .content .course_list__link__mask,
.lp_event_20240210 .for_member .course_list__link__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.lp_event_20240210 .content #course_content .content__content,
.lp_event_20240210 .content #member_course_content .content__content,
.lp_event_20240210 .for_member #course_content .content__content,
.lp_event_20240210 .for_member #member_course_content .content__content {
  width: 90%;
  margin: 240px 5%;
  position: relative;
}
.lp_event_20240210 .content #course_content .content__content:first-child,
.lp_event_20240210 .content #member_course_content .content__content:first-child,
.lp_event_20240210 .for_member #course_content .content__content:first-child,
.lp_event_20240210 .for_member #member_course_content .content__content:first-child {
  margin-top: 120px;
}
.lp_event_20240210 .content #course_content .content__content h3,
.lp_event_20240210 .content #member_course_content .content__content h3,
.lp_event_20240210 .for_member #course_content .content__content h3,
.lp_event_20240210 .for_member #member_course_content .content__content h3 {
  font-size: 32px;
  font-weight: 900;
  width: max-content;
}
.lp_event_20240210 .content #course_content .content__content h5,
.lp_event_20240210 .content #member_course_content .content__content h5,
.lp_event_20240210 .for_member #course_content .content__content h5,
.lp_event_20240210 .for_member #member_course_content .content__content h5 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 8px;
  width: max-content;
  display: block;
}
.lp_event_20240210 .content #course_content .content__content p,
.lp_event_20240210 .content #member_course_content .content__content p,
.lp_event_20240210 .for_member #course_content .content__content p,
.lp_event_20240210 .for_member #member_course_content .content__content p {
  margin: 8px 0;
}
.lp_event_20240210 .content #course_content .content__content p span.highlight--green,
.lp_event_20240210 .content #member_course_content .content__content p span.highlight--green,
.lp_event_20240210 .for_member #course_content .content__content p span.highlight--green,
.lp_event_20240210 .for_member #member_course_content .content__content p span.highlight--green {
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_event_20240210 .content #course_content .content__content ul,
.lp_event_20240210 .content #member_course_content .content__content ul,
.lp_event_20240210 .for_member #course_content .content__content ul,
.lp_event_20240210 .for_member #member_course_content .content__content ul {
  padding-left: 12px;
}
.lp_event_20240210 .content #course_content .content__content li::before,
.lp_event_20240210 .content #member_course_content .content__content li::before,
.lp_event_20240210 .for_member #course_content .content__content li::before,
.lp_event_20240210 .for_member #member_course_content .content__content li::before {
  content: "✓";
  margin-right: 4px;
}
.lp_event_20240210 .content #course_content .content__content b,
.lp_event_20240210 .content #member_course_content .content__content b,
.lp_event_20240210 .for_member #course_content .content__content b,
.lp_event_20240210 .for_member #member_course_content .content__content b {
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_event_20240210 .content #course_content .content__content:last-child,
.lp_event_20240210 .content #member_course_content .content__content:last-child,
.lp_event_20240210 .for_member #course_content .content__content:last-child,
.lp_event_20240210 .for_member #member_course_content .content__content:last-child {
  margin-bottom: 120px;
}
.lp_event_20240210 .content #course_content .content__comment,
.lp_event_20240210 .content #member_course_content .content__comment,
.lp_event_20240210 .for_member #course_content .content__comment,
.lp_event_20240210 .for_member #member_course_content .content__comment {
  font-weight: 700;
  color: #fff;
  background-color: #4338c5;
  border-radius: 16px;
  padding: 8px 12px;
  position: absolute;
  top: -50px;
  left: 0;
}
.lp_event_20240210 .content #course_content .content__school__list,
.lp_event_20240210 .content #member_course_content .content__school__list,
.lp_event_20240210 .for_member #course_content .content__school__list,
.lp_event_20240210 .for_member #member_course_content .content__school__list {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0;
}
.lp_event_20240210 .content #course_content .content__school__list div,
.lp_event_20240210 .content #member_course_content .content__school__list div,
.lp_event_20240210 .for_member #course_content .content__school__list div,
.lp_event_20240210 .for_member #member_course_content .content__school__list div {
  transition: 0.3s;
  border-radius: 26.4px;
  display: block;
  margin-bottom: 12px;
  margin-right: 18px;
  position: relative;
}
.lp_event_20240210 .content #course_content .content__school__list div h4,
.lp_event_20240210 .content #member_course_content .content__school__list div h4,
.lp_event_20240210 .for_member #course_content .content__school__list div h4,
.lp_event_20240210 .for_member #member_course_content .content__school__list div h4 {
  font-size: 18px;
  width: max-content;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 26.4px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 4px;
}
.lp_event_20240210 .content #course_content .content__school__list div h5,
.lp_event_20240210 .content #member_course_content .content__school__list div h5,
.lp_event_20240210 .for_member #course_content .content__school__list div h5,
.lp_event_20240210 .for_member #member_course_content .content__school__list div h5 {
  background-color: #ff81b2;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 16px;
  position: absolute;
  line-height: 1.1;
  top: -12px;
  margin: 0;
  left: 120px;
}
.lp_event_20240210 .content #course_content .content__school__list div p,
.lp_event_20240210 .content #member_course_content .content__school__list div p,
.lp_event_20240210 .for_member #course_content .content__school__list div p,
.lp_event_20240210 .for_member #member_course_content .content__school__list div p {
  padding-left: 8px;
  font-weight: 700;
  font-size: 16px;
}
.lp_event_20240210 .content #course_content .content__school__list div .kyoto,
.lp_event_20240210 .content #member_course_content .content__school__list div .kyoto,
.lp_event_20240210 .for_member #course_content .content__school__list div .kyoto,
.lp_event_20240210 .for_member #member_course_content .content__school__list div .kyoto {
  background-color: rgb(18, 100, 175);
}
.lp_event_20240210 .content #course_content .content__school__list div .umeda,
.lp_event_20240210 .content #member_course_content .content__school__list div .umeda,
.lp_event_20240210 .for_member #course_content .content__school__list div .umeda,
.lp_event_20240210 .for_member #member_course_content .content__school__list div .umeda {
  background-color: rgb(161, 11, 0);
}
.lp_event_20240210 .content #course_content .content__school__list div .tokyo,
.lp_event_20240210 .content #member_course_content .content__school__list div .tokyo,
.lp_event_20240210 .for_member #course_content .content__school__list div .tokyo,
.lp_event_20240210 .for_member #member_course_content .content__school__list div .tokyo {
  background-color: rgb(72, 199, 0);
}
.lp_event_20240210 .content #course_content .content__school__list div .yokohama,
.lp_event_20240210 .content #member_course_content .content__school__list div .yokohama,
.lp_event_20240210 .for_member #course_content .content__school__list div .yokohama,
.lp_event_20240210 .for_member #member_course_content .content__school__list div .yokohama {
  background-color: #308300;
}
.lp_event_20240210 .content #course_content .content__school__list div .uehommachi,
.lp_event_20240210 .content #member_course_content .content__school__list div .uehommachi,
.lp_event_20240210 .for_member #course_content .content__school__list div .uehommachi,
.lp_event_20240210 .for_member #member_course_content .content__school__list div .uehommachi {
  background-color: #db7603;
}
.lp_event_20240210 .content #course_content .content__school__list div .okayama,
.lp_event_20240210 .content #member_course_content .content__school__list div .okayama,
.lp_event_20240210 .for_member #course_content .content__school__list div .okayama,
.lp_event_20240210 .for_member #member_course_content .content__school__list div .okayama {
  background-color: #5509ce;
}
.lp_event_20240210 .content #shortcourse__apply__btn--2,
.lp_event_20240210 .content #shortcourse__apply__btn--3,
.lp_event_20240210 .for_member #shortcourse__apply__btn--2,
.lp_event_20240210 .for_member #shortcourse__apply__btn--3 {
  transform: none;
}
.lp_event_20240210 .content #shortcourse__apply__btn--2 a,
.lp_event_20240210 .content #shortcourse__apply__btn--3 a,
.lp_event_20240210 .for_member #shortcourse__apply__btn--2 a,
.lp_event_20240210 .for_member #shortcourse__apply__btn--3 a {
  background-color: #ff81b2;
  padding: 16px 40px;
}
.lp_event_20240210 .content #shortcourse__apply__btn--2 a div,
.lp_event_20240210 .content #shortcourse__apply__btn--3 a div,
.lp_event_20240210 .for_member #shortcourse__apply__btn--2 a div,
.lp_event_20240210 .for_member #shortcourse__apply__btn--3 a div {
  background-color: #ffcadf;
}
.lp_event_20240210 .detail__content {
  width: 90%;
}
.lp_event_20240210 #catchup_content {
  margin-top: 280px;
}
.lp_event_20240210 #catchup_content .steptitle {
  margin-left: 64px;
  display: block;
}
.lp_event_20240210 #catchup_content .flow__bg {
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  top: -48px;
  right: 0;
  font-family: video, serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.lp_event_20240210 #catchup_content .catchup_content {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 80px auto 0;
}
.lp_event_20240210 #catchup_content .catchup_content img {
  width: 40%;
  height: max-content;
  display: block;
}
.lp_event_20240210 #catchup_content .catchup_content__textbox {
  width: 55%;
}
.lp_event_20240210 #catchup_content .catchup_content__textbox h3 {
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 12px;
}
.lp_event_20240210 #catchup_content .catchup_content__textbox > p {
  margin-bottom: 12px;
}
.lp_event_20240210 #catchup_content .catchup_content__textbox i b {
  font-size: 14px;
}
.lp_event_20240210 #catchup_content .catchup_content__textbox .highlight--green {
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_event_20240210 #catchup_content .catchup_content__school__list div {
  transition: 0.3s;
  border-radius: 26.4px;
  display: block;
  margin-bottom: 12px;
}
.lp_event_20240210 #catchup_content .catchup_content__school__list div h4 {
  font-size: 18px;
  width: max-content;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 26.4px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 4px;
}
.lp_event_20240210 #catchup_content .catchup_content__school__list div p {
  padding-left: 8px;
  font-weight: 700;
  font-size: 16px;
}
.lp_event_20240210 #catchup_content .catchup_content__school__list div .kyoto {
  background-color: rgb(18, 100, 175);
}
.lp_event_20240210 #catchup_content .catchup_content__school__list div .umeda {
  background-color: rgb(161, 11, 0);
}
.lp_event_20240210 #catchup_content .catchup_content__school__list div .tokyo {
  background-color: rgb(72, 199, 0);
}
.lp_event_20240210 #catchup_content > p i b {
  display: block;
  width: max-content;
  margin: 0 auto 0 5%;
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_event_20240210 #catchup_content #shortcourse__apply__btn--1 {
  transform: none;
}
.lp_event_20240210 #catchup_content #shortcourse__apply__btn--1 a {
  background-color: #ff81b2;
  padding: 16px 40px;
}
.lp_event_20240210 #catchup_content #shortcourse__apply__btn--1 a div {
  background-color: #ffcadf;
}
.lp_event_20240210 .comment__content--a {
  margin-bottom: 360px;
}
.lp_event_20240210 .comment__content--a__bgimg {
  position: absolute;
  bottom: -12vw;
  width: 80vw;
  right: 0;
  z-index: -1;
}
.lp_event_20240210 .comment__content--c img.comment__content--c__bgnum {
  position: absolute;
  top: 0;
  width: 10vw;
  height: max-content;
}
.lp_event_20240210 .comment__content--c img.comment__content--c__bgnum--right {
  left: 0;
}
.lp_event_20240210 .comment__content--c img.comment__content--c__bgnum--left {
  right: 0;
}
.lp_event_20240210 .flow {
  padding: 0 15vw;
}
.lp_event_20240210 .flow ul {
  margin-top: 64px;
}
.lp_event_20240210 .flow li {
  margin: 6px 0;
  line-height: 1.6;
}
.lp_event_20240210 .flow li b {
  font-weight: 900;
  font-size: 1.5em;
}
.lp_event_20240210 .flow .down-arrow {
  text-align: center;
  font-weight: 900;
  font-size: 1.6em;
  margin: 6px auto;
}
.lp_event_20240210 #school_info .school_info__wrapper {
  width: 80%;
  margin: auto;
}
.lp_event_20240210 #school_info .school_info__wrapper h4 {
  font-weight: 900;
  width: max-content;
  margin: 16px 0 4px 8px;
  background: linear-gradient(transparent 80%, #7eee3e 50%);
  font-size: 28px;
}
.lp_event_20240210 #school_info .school_info__wrapper .place__wrapper {
  width: 100%;
  display: flex;
  margin: 24px auto 60px;
  justify-content: space-between;
}
.lp_event_20240210 #school_info .school_info__wrapper .place__wrapper > img {
  width: 48%;
  height: max-content;
}
.lp_event_20240210 #school_info .school_info__wrapper .place__wrapper__item {
  width: 48%;
}
.lp_event_20240210 #school_info .school_info__wrapper .place__wrapper__item iframe {
  max-width: 100%;
  margin: 0 auto 24px;
}
.lp_event_20240210 #calendar {
  font-size: 14px;
}
.lp_event_20240210 #calendar .calendar__wrapper {
  pointer-events: none;
  width: 90%;
  margin: 0 5%;
  position: absolute;
  top: 0;
  transition: 0.5s;
}
.lp_event_20240210 #calendar .calendar__wrapper--jun {
  left: 0;
}
.lp_event_20240210 #calendar .calendar__wrapper--jul {
  left: 100%;
}
.lp_event_20240210 #calendar .calendar__wrapper--aug {
  left: 200%;
}
.lp_event_20240210 #calendar .calendar__schooltab {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 120px auto 24px;
}
.lp_event_20240210 #calendar .calendar__schooltab div {
  width: 20%;
  text-align: center;
  border-radius: 12px;
  transition: 0.3s;
  padding: 4px 0;
  transition: 0.3s;
  cursor: pointer;
}
.lp_event_20240210 #calendar .calendar__schooltab .calendar__schoolbtn--all {
  background-color: rgb(153, 171, 143);
  border: solid 2px rgb(153, 171, 143);
}
.lp_event_20240210 #calendar .calendar__schooltab .calendar__schoolbtn--all.active {
  background-color: rgb(59, 154, 4);
  border-color: rgb(59, 154, 4);
  color: #fff;
}
.lp_event_20240210 #calendar .calendar__schooltab .calendar__schoolbtn--kyoto {
  background-color: rgb(201, 228, 254);
  border: solid 2px rgb(201, 228, 254);
}
.lp_event_20240210 #calendar .calendar__schooltab .calendar__schoolbtn--kyoto.active {
  background-color: rgb(18, 100, 175);
  border-color: rgb(18, 100, 175);
  color: #fff;
}
.lp_event_20240210 #calendar .calendar__schooltab .calendar__schoolbtn--umeda {
  background-color: rgb(255, 211, 208);
  border: solid 2px rgb(255, 211, 208);
}
.lp_event_20240210 #calendar .calendar__schooltab .calendar__schoolbtn--umeda.active {
  background-color: rgb(161, 11, 0);
  border-color: rgb(161, 11, 0);
  color: #fff;
}
.lp_event_20240210 #calendar .calendar__schooltab .calendar__schoolbtn--tokyo {
  background-color: rgb(215, 255, 192);
  border: solid 2px rgb(215, 255, 192);
}
.lp_event_20240210 #calendar .calendar__schooltab .calendar__schoolbtn--tokyo.active {
  background-color: rgb(72, 199, 0);
  border-color: rgb(72, 199, 0);
  color: #fff;
}
.lp_event_20240210 #calendar .calendar__monthtab {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}
.lp_event_20240210 #calendar .calendar__monthtab div {
  width: 24%;
  text-align: center;
  border-radius: 12px;
  transition: 0.3s;
  border: solid 2px #7eee3e;
  padding: 4px 0;
  background-color: #fff;
  cursor: pointer;
}
.lp_event_20240210 #calendar .calendar__monthtab .active {
  background-color: #7eee3e;
}
.lp_event_20240210 #calendar .calendar__tab__wrapper {
  padding: 260px 0;
  height: 100%;
  position: relative;
}
.lp_event_20240210 #calendar .fc-event-time {
  display: none;
}
.lp_event_20240210 #calendar table {
  background-color: #fff;
}
.lp_event_20240210 .lp__swiper {
  width: 100%;
  height: calc(46.875vw - 240px);
}
.lp_event_20240210 .lp__swiper img {
  object-fit: cover;
}
.lp_event_20240210 .detail__content p a {
  text-decoration: underline;
  margin-right: 8px;
}
.lp_event_20240210 .detail__content h4 {
  background: linear-gradient(transparent 80%, #7eee3e 50%);
}
.lp_event_20240210 .detail__content h4 br {
  display: none;
}
.lp_event_20240210 .detail__content__detaillist {
  max-width: 45vw;
}
.lp_event_20240210 .detail__content__detaillist li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_event_20240210 .detail__content__detaillist li div {
  display: flex;
}
.lp_event_20240210 .detail__content__detaillist li div p:nth-child(1) {
  font-size: 32px;
  font-weight: 900;
  margin-right: 23px;
}
.lp_event_20240210 .detail__content__detaillist li div p:nth-child(2) {
  margin: 8px 0;
}
.lp_event_20240210 .detail__content__schedule h4 {
  margin-top: 24px;
}
.lp_event_20240210 .detail__content__schedule h5 {
  font-weight: bold;
  margin-top: 8px;
}
.lp_event_20240210 .detail__content__schedule p {
  margin: 0;
  padding-left: 16px;
}
.lp_event_20240210 .detail__content__schedule__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.lp_event_20240210 .detail__content__schedule__item {
  margin-right: 36px;
  margin-top: 12px;
}
.lp_event_20240210 .detail__notice_text {
  width: 45vw;
  margin: 64px auto 0;
  display: block;
  font-size: 20px;
  line-height: 1.8;
}
.lp_event_20240210 .detail__notice_text span {
  background: linear-gradient(transparent 85%, #7eee3e 50%);
  font-weight: bold;
}
.lp_event_20240210 .detail .apply-flow li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_event_20240210 .detail .apply-flow li b {
  font-weight: 900;
  font-size: 1.5em;
}
.lp_event_20240210 .detail .down-arrow {
  text-align: center;
  font-weight: 900;
  font-size: 1.6em;
  margin: 24px auto;
}
.lp_event_20240210 .notice-1 > div {
  position: relative;
}
.lp_event_20240210 .notice-1 > div > img {
  height: 70vh;
  margin: auto;
  display: block;
}
.lp_event_20240210 .notice-1__classroom {
  position: absolute;
}
.lp_event_20240210 .notice-1__classroom--1 {
  top: 22vh;
  left: calc(50vw - 26vh);
  transform: translate3d(-100%, -100%, 0);
  text-align: right;
}
.lp_event_20240210 .notice-1__classroom--2 {
  bottom: 22vh;
  right: calc(50vw - 24vh);
  transform: translate3d(100%, 100%, 0);
}
.lp_event_20240210 .notice-1__classroom h4 {
  font-size: 32px;
  font-weight: 900;
}
.lp_event_20240210 .notice-1__bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: max-content;
  width: max-content;
  margin: auto;
  font-size: 120px;
  line-height: 1;
  font-weight: 900;
  opacity: 0.4;
  font-style: italic;
  color: #14af12;
}
.lp_event_20240210 .notice-1__bg--1 {
  transform: translateX(-30vw);
}
.lp_event_20240210 .notice-1__bg--2 {
  transform: translateX(30vw);
}
.lp_event_20240210 #form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
  padding: 5vh 10vw;
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.lp_event_20240210 #form form {
  width: 100%;
  margin: 0;
  background-color: #fff;
  overflow: auto;
  padding: 100px 10vw;
  border: solid 2px #000;
  border-radius: 16px;
  height: 100%;
}
.lp_event_20240210 #form form input {
  background-color: #fff;
}
.lp_event_20240210 #form .form__close {
  position: absolute;
  top: 9vh;
  right: 12vw;
  font-size: 20px;
  cursor: pointer;
}
.lp_event_20240210 .course-detail {
  padding: 0 64px;
}
.lp_event_20240210 .course-detail h3 {
  background: linear-gradient(transparent 85%, #7eee3e 50%);
  width: max-content;
  font-size: 24px;
  font-weight: bold;
  margin: 24px auto 8px 4px;
}
.lp_event_20240210 .course-detail h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 24px auto 4px 0;
}
.lp_event_20240210 .course-detail ul {
  margin-bottom: 8px;
}
.lp_event_20240210 .course-detail .section__title {
  margin-bottom: 64px;
}
.lp_event_20240210 .course-detail table {
  border-collapse: collapse;
  width: 60vw;
}
.lp_event_20240210 .course-detail table tr td {
  border: solid 2px #000;
  padding: 32px 12px;
  position: relative;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}
.lp_event_20240210 .course-detail table tr td p {
  z-index: 1;
}
.lp_event_20240210 .course-detail table tr td img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
  z-index: 0;
}
.lp_event_20240210 .course-detail table tr td:nth-of-type(1) {
  width: 30%;
  background-color: #fff;
}
.lp_event_20240210 .course-detail table tr td:nth-of-type(2) {
  width: 70%;
}
@media (max-width: 1023px) {
  .lp_event_20240210 #comment-1,
  .lp_event_20240210 #comment-2,
  .lp_event_20240210 #comment-3,
  .lp_event_20240210 #comment-4,
  .lp_event_20240210 #content,
  .lp_event_20240210 #detail,
  .lp_event_20240210 #notice-1,
  .lp_event_20240210 #review,
  .lp_event_20240210 #event,
  .lp_event_20240210 #school_info,
  .lp_event_20240210 #flow,
  .lp_event_20240210 #calendar,
  .lp_event_20240210 .introduction__link,
  .lp_event_20240210 #overview,
  .lp_event_20240210 .section,
  .lp_event_20240210 #flow-1,
  .lp_event_20240210 #flow-2,
  .lp_event_20240210 #flow-3,
  .lp_event_20240210 #catchup_content,
  .lp_event_20240210 #course-detail,
  .lp_event_20240210 #for_member,
  .lp_event_20240210 #free_event__link,
  .lp_event_20240210 #swiper {
    margin: 120px 0;
  }
  .lp_event_20240210 section > .section__title h2 {
    font-size: 18px;
  }
  .lp_event_20240210 #firstview .firstview__text h1 {
    font-size: 9vw;
  }
  .lp_event_20240210 #firstview .firstview__text h2 {
    font-size: 7vw;
  }
  .lp_event_20240210 #firstview .firstview__text h3 {
    font-size: 4vw;
  }
  .lp_event_20240210 .bg__image--pc {
    display: none;
  }
  .lp_event_20240210 .bg__image--sp {
    display: block;
  }
  .lp_event_20240210 .bg__content__wrapper {
    left: 0;
    width: 100%;
  }
  .lp_event_20240210 .fixed__logo {
    width: 40vw;
  }
  .lp_event_20240210 .nav__menu > img {
    width: 30vw;
  }
  .lp_event_20240210 #nav {
    display: none;
  }
  .lp_event_20240210 #sp-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
  }
  .lp_event_20240210 #sp-nav .nav__gauge {
    width: 100%;
    height: 6px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .lp_event_20240210 #sp-nav .nav__gauge div {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #7eee3e;
  }
  .lp_event_20240210 #sp-nav .sp-footer-nav {
    width: 100%;
    height: 36px;
    padding: 0;
    line-height: 1;
    font-size: 20px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
  }
  .lp_event_20240210 #sp-nav .sp-footer-nav li {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
    position: absolute;
    padding: 0 8vw;
    opacity: 0;
  }
  .lp_event_20240210 #sp-nav .sp-footer-nav li * {
    padding: 8px;
  }
  .lp_event_20240210 #sp-nav .sp-footer-nav .active {
    opacity: 1;
  }
  .lp_event_20240210 #sp-nav .sp-nav-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 80px 10vw;
    font-size: 18px;
    display: none;
    opacity: 0;
    transition: 0.3s;
  }
  .lp_event_20240210 #sp-nav .sp-nav-modal ul li {
    border-bottom: solid 1px #7eee3e;
    margin-top: 12px;
    position: relative;
  }
  .lp_event_20240210 #sp-nav .sp-nav-modal ul li a {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-right: 12px;
  }
  .lp_event_20240210 #sp-nav .sp-nav-modal ul li::after {
    content: "";
    border-bottom: solid 4px #7eee3e;
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    transition: 0.3s;
  }
  .lp_event_20240210 #sp-nav .sp-nav-modal ul .active::after {
    width: 100%;
  }
  .lp_event_20240210 #sp-nav .sp-nav-modal > p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2vh;
    width: 80%;
    text-align: center;
    display: block;
    margin: auto;
    cursor: pointer;
  }
  .lp_event_20240210 #sp-nav .sp-nav-modal > p span {
    font-size: 1.2em;
  }
  .lp_event_20240210 #sp-nav .sp-nav-modal #sp-nav-modal__close {
    position: fixed;
    top: 8px;
    right: 24px;
    font-size: 20px;
    color: #fff;
    height: max-content;
    width: max-content;
    bottom: unset;
    left: unset;
  }
  .lp_event_20240210 #sp-nav .sp-nav-modal .nav__menu__btn {
    margin-top: 36px;
  }
  .lp_event_20240210 #sp-nav .sp-nav-modal .nav__menu__btn a {
    color: #000;
  }
  .lp_event_20240210 .firstview__parallelogram {
    height: 48vh;
    left: -24vh;
  }
  .lp_event_20240210 .firstview__text {
    bottom: 12vh;
  }
  .lp_event_20240210 .firstview__text h1 {
    font-size: 28px;
  }
  .lp_event_20240210 .firstview__text h2 {
    font-size: 14px;
  }
  .lp_event_20240210 #overview h2 {
    width: 90vw;
    font-size: 4vw;
    margin: 64px auto;
  }
  .lp_event_20240210 #overview .overview {
    height: 36vh;
  }
  .lp_event_20240210 #overview .overview__firstmessage {
    font-size: 26px;
    text-align: center;
    background: none;
  }
  .lp_event_20240210 #overview .overview__firstmessage span {
    display: inline;
    background: linear-gradient(transparent 70%, #7eee3e 50%);
  }
  .lp_event_20240210 #overview .overview__item {
    height: 12vh;
  }
  .lp_event_20240210 #overview .overview__item__img__wrapper {
    width: 40%;
  }
  .lp_event_20240210 #overview .overview__item__img__mask p {
    font-size: 6vh;
  }
  .lp_event_20240210 #overview .overview__item__textbox {
    width: 60%;
  }
  .lp_event_20240210 #overview .overview__item__textbox h3 {
    font-size: 3.2vw;
    margin: auto 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: max-content;
  }
  .lp_event_20240210 #overview .overview__item__textbox p {
    display: none;
  }
  .lp_event_20240210 #overview .overview__item--1 .overview__item__textbox::before, .lp_event_20240210 #overview .overview__item--3 .overview__item__textbox::before {
    border-top: calc(6vh + 2px) solid transparent;
    border-right: 20px solid #fff;
    border-bottom: calc(6vh + 2px) solid #fff;
    border-left: 20px solid transparent;
    left: -36px;
  }
  .lp_event_20240210 #overview .overview__item--2 .overview__item__textbox::before {
    border-bottom: calc(6vh + 2px) solid transparent;
    border-left: 20px solid #fff;
    border-top: calc(6vh + 2px) solid #fff;
    border-right: 20px solid transparent;
    right: -36px;
  }
  .lp_event_20240210 #overview .mainevent__title {
    margin: 16px 5%;
  }
  .lp_event_20240210 #overview .mainevent__subtitle {
    display: none;
  }
  .lp_event_20240210 #overview .mainevent__description {
    margin: 16px 5%;
    font-size: 18px;
  }
  .lp_event_20240210 #overview .mainevent__image {
    height: 45vw;
  }
  .lp_event_20240210 #overview .mainevent__image img {
    width: 80%;
    height: 45vw;
  }
  .lp_event_20240210 #overview .mainevent__text {
    width: 45vw;
    font-size: calc(11.5vw - 16px);
  }
  .lp_event_20240210 #overview .mainevent__text__wrapper--left {
    left: 0;
  }
  .lp_event_20240210 #overview .mainevent__text__wrapper--right {
    right: 0;
  }
  .lp_event_20240210 .free_event__link .sublp_link {
    width: 90%;
    height: 180px;
  }
  .lp_event_20240210 .free_event__link .sublp_link .coming_soon {
    font-size: 28px;
    line-height: 3.4;
  }
  .lp_event_20240210 .free_event__link .sublp_link::before {
    border-top-width: 94px;
    border-right-width: 20px;
    border-bottom-width: 94px;
    border-left-width: 20px;
    left: calc(30% - 36px);
  }
  .lp_event_20240210 .free_event__link .sublp_link::after {
    border-bottom-width: 94px;
    border-left-width: 20px;
    border-top-width: 94px;
    border-right-width: 20px;
    right: calc(30% - 36px);
  }
  .lp_event_20240210 .free_event__link .sublp_link__img__wrapper {
    width: 30%;
  }
  .lp_event_20240210 .free_event__link__textbox {
    display: block;
  }
  .lp_event_20240210 .free_event__link__textbox__daybox {
    display: flex;
    justify-content: center;
    line-height: 1;
  }
  .lp_event_20240210 .free_event__link__textbox__month {
    font-size: 18px;
  }
  .lp_event_20240210 .free_event__link__textbox__day {
    font-size: 36px;
  }
  .lp_event_20240210 .free_event__link__textbox__weekday {
    font-size: 12px;
  }
  .lp_event_20240210 .free_event__link__textbox__comma {
    font-size: 24px;
  }
  .lp_event_20240210 .free_event__link__textbox__place {
    font-size: 18px;
  }
  .lp_event_20240210 .free_event__link__textbox__text {
    font-size: 16px;
    margin-left: 0;
    margin-top: 14px;
  }
  .lp_event_20240210 #flow--whole .flow--whole__wrapper {
    width: 95%;
  }
  .lp_event_20240210 #flow--whole .flow--whole__box--2 div p {
    font-size: 20px;
  }
  .lp_event_20240210 #flow--whole .flow--whole__box--4-2 {
    height: 76px;
  }
  .lp_event_20240210 #flow--whole .flow--whole__box--4-2 div {
    height: 64px;
  }
  .lp_event_20240210 #flow--whole .flow--whole__box--4-2 div p {
    font-size: 20px;
    line-height: 1.4;
  }
  .lp_event_20240210 #flow--whole .flow--whole__box--6-1 img {
    width: 90%;
  }
  .lp_event_20240210 #flow--whole .flow--whole__box--6-2 img {
    width: 90%;
  }
  .lp_event_20240210 #flow--whole .flow--whole__box--6-3 img {
    width: 90%;
  }
  .lp_event_20240210 #flow--whole .flow--whole__caution {
    width: 90%;
  }
  .lp_event_20240210 #flow-1 .steptitle {
    font-size: 32px;
    margin-left: 5vw;
  }
  .lp_event_20240210 #flow-1 .flow__bg {
    font-size: 22vw;
  }
  .lp_event_20240210 #catchup_content .steptitle {
    font-size: 32px;
    margin-left: 5vw;
  }
  .lp_event_20240210 #catchup_content .flow__bg {
    font-size: 22vw;
  }
  .lp_event_20240210 #catchup_content .catchup_content {
    flex-flow: column;
    width: 90%;
  }
  .lp_event_20240210 #catchup_content .catchup_content img {
    width: 70%;
    margin: auto auto 24px;
  }
  .lp_event_20240210 #catchup_content .catchup_content__textbox {
    width: 100%;
  }
  .lp_event_20240210 #catchup_content > p i b {
    width: 100%;
    display: inline;
  }
  .lp_event_20240210 .content {
    overflow: visible;
  }
  .lp_event_20240210 .content .steptitle {
    font-size: 32px;
    margin-left: 5vw;
  }
  .lp_event_20240210 .content .flow__bg {
    font-size: 22vw;
  }
  .lp_event_20240210 .content .course_list {
    flex-wrap: wrap;
  }
  .lp_event_20240210 .content .course_list a {
    width: 48%;
    margin-top: 24px;
  }
  .lp_event_20240210 .content #course_content .content__content h3 {
    font-size: 26px;
  }
  .lp_event_20240210 .content #course_content .content__comment {
    top: -42px;
  }
  .lp_event_20240210 .content #course_content .content__school__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 14px 0px;
  }
  .lp_event_20240210 .content #course_content .content__school__item h4 {
    height: max-content;
    font-size: 16px;
    padding: 6px 12px;
  }
  .lp_event_20240210 .content #course_content .content__school__item p {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
  .lp_event_20240210 .content #course_content .content__school__list div h5 {
    font-size: 14px;
  }
  .lp_event_20240210 #calendar .calendar__wrapper {
    width: 98%;
    margin: 0 1%;
    font-size: 12px;
  }
  .lp_event_20240210 #calendar .fc-daygrid-event-dot {
    margin: 0;
  }
  .lp_event_20240210 #calendar .fc-event-title {
    font-weight: 400;
  }
  .lp_event_20240210 .comment__content--a {
    margin-bottom: 0;
  }
  .lp_event_20240210 .comment__content--a--left > div:nth-child(1) > img:nth-child(1) {
    transform: translate3d(-48px, 32px, 0);
  }
  .lp_event_20240210 .comment__content--c img.comment__content--c__bgnum {
    width: 20vw;
    left: 0;
    right: unset;
  }
  .lp_event_20240210 #comment-4 .comment__content--b > div {
    margin: calc(75vw - 42px) auto 0;
  }
  .lp_event_20240210 .detail__content h4 {
    font-size: 20px;
  }
  .lp_event_20240210 .detail__content h4 br {
    display: block;
  }
  .lp_event_20240210 .detail__content__detaillist {
    max-width: 90vw;
  }
  .lp_event_20240210 .detail__notice_text {
    width: 90vw;
  }
  .lp_event_20240210 .flow {
    padding: 0 5vw;
  }
  .lp_event_20240210 #course_content .content__comment {
    top: -48px;
  }
  .lp_event_20240210 #school_info .school_info__wrapper {
    width: 90vw;
  }
  .lp_event_20240210 #school_info .school_info__wrapper .place__wrapper {
    flex-flow: column;
    justify-content: center;
  }
  .lp_event_20240210 #school_info .school_info__wrapper .place__wrapper__item {
    width: 80%;
    margin: 24px auto 0;
  }
  .lp_event_20240210 #school_info .school_info__wrapper .place__wrapper__item iframe {
    height: 50vw;
  }
  .lp_event_20240210 #school_info .school_info__wrapper .place__wrapper > img {
    width: 80%;
    margin: auto;
  }
  .lp_event_20240210 .introduction__link {
    margin-bottom: 240px;
  }
  .lp_event_20240210 .introduction__link a {
    display: block;
    width: 90vw;
    position: relative;
    height: 40vw;
  }
  .lp_event_20240210 .introduction__link__text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    color: #fff;
    margin: 0;
  }
  .lp_event_20240210 .introduction__link__text div {
    font-size: 16px;
    margin: auto;
  }
  .lp_event_20240210 .introduction__link__text--question {
    display: none;
  }
  .lp_event_20240210 .introduction__link__img__wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .lp_event_20240210 .form__btn {
    width: 90vw;
  }
  .lp_event_20240210 .notice-1 > div > img {
    margin: auto;
    width: 80vw;
    height: auto;
  }
  .lp_event_20240210 .notice-1__classroom--1 {
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, -100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_event_20240210 .notice-1__classroom--2 {
    bottom: -10px;
    left: 0;
    right: 0;
    transform: translate3d(0, 100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_event_20240210 .notice-1__bg {
    opacity: 0.2;
  }
  .lp_event_20240210 .notice-1__bg--1 {
    top: 0;
    bottom: unset;
    transform: translate3d(0, -110%, 0);
  }
  .lp_event_20240210 .notice-1__bg--2 {
    top: unset;
    bottom: 0;
    transform: translate3d(0, 110%, 0);
  }
  .lp_event_20240210 .lp__swiper {
    height: calc(46.875vw - 28.125px);
  }
  .lp_event_20240210 .event__content {
    width: 90vw;
    margin: 60px auto;
  }
  .lp_event_20240210 .event__content img {
    width: 90vw;
    margin-bottom: 24px;
  }
  .lp_event_20240210 .event__content__title--pc {
    display: none;
  }
  .lp_event_20240210 .event__content__title--sp {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: max-content;
  }
  .lp_event_20240210 .event__content p {
    margin-top: 12px;
  }
  .lp_event_20240210 .event__description {
    width: 90vw;
    margin: 60px auto;
  }
  .lp_event_20240210 .promotion-btn {
    transform: translateX(0);
  }
  .lp_event_20240210 .promotion-btn__sp {
    background-color: #7eee3e;
    display: flex;
    position: fixed;
    bottom: 42px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 40;
    justify-content: center;
    align-items: center;
  }
  .lp_event_20240210 .promotion-btn__sp p {
    font-size: 18px;
    line-height: 1;
    padding: 12px;
    font-weight: bold;
  }
  .lp_event_20240210 .promotion-btn__sp img {
    height: 32px;
  }
  .lp_event_20240210 #form {
    padding: 24px 12px;
  }
  .lp_event_20240210 #form form {
    padding: 12px 24px;
  }
  .lp_event_20240210 #form .form__close {
    top: 36px;
    right: 36px;
  }
  .lp_event_20240210 .apply-modal {
    padding: 24px 12px;
  }
  .lp_event_20240210 .apply-modal__close-btn {
    right: 24px;
  }
  .lp_event_20240210 .apply-modal__wrapper {
    padding: 138px 0 12px;
  }
  .lp_event_20240210 .apply-modal__scrollarea {
    padding: 0 18px;
  }
  .lp_event_20240210 .apply-modal__btn__list {
    margin: 36px auto 48px;
  }
  .lp_event_20240210 .apply-modal__btn__list h3 {
    font-size: 18px;
  }
  .lp_event_20240210 .apply-modal__table--master .apply-modal__table__item {
    width: calc(50% - 59px);
  }
  .lp_event_20240210 .apply-modal__table--master .apply-modal__table__item:first-child {
    width: 118px;
  }
  .lp_event_20240210 .apply-modal__table--shortcourse .apply-modal__table__item {
    width: calc(25% - 29.5px);
  }
  .lp_event_20240210 .apply-modal__table--shortcourse .apply-modal__table__item:first-child {
    width: 118px;
  }
  .lp_event_20240210 .apply-modal__table__item {
    padding: 8px 6px;
  }
  .lp_event_20240210 .apply-modal__table__item a {
    padding: 4px 8px;
    font-size: 12px;
  }
  .lp_event_20240210 .course-detail {
    padding: 0 5vw;
  }
  .lp_event_20240210 .course-detail table {
    width: 100%;
  }
  .lp_event_20240210 .course-detail table tr td {
    padding: 32px 12px;
    font-size: 1.1em;
  }
  .lp_event_20240210 .course-detail table tr td:nth-of-type(1) {
    width: 20%;
    text-align: center;
  }
  .lp_event_20240210 .course-detail table tr td:nth-of-type(2) {
    width: 80%;
  }
  .lp_event_20240210 footer {
    margin-left: 0;
  }
}

.lp_event_20240223 #comment-1,
.lp_event_20240223 #comment-2,
.lp_event_20240223 #comment-3,
.lp_event_20240223 #comment-4,
.lp_event_20240223 #content,
.lp_event_20240223 #detail,
.lp_event_20240223 #form,
.lp_event_20240223 #notice-1,
.lp_event_20240223 #review,
.lp_event_20240223 #event,
.lp_event_20240223 #school_info,
.lp_event_20240223 #flow,
.lp_event_20240223 #calendar,
.lp_event_20240223 .introduction__link,
.lp_event_20240223 #catchup_content,
.lp_event_20240223 #overview,
.lp_event_20240223 .section,
.lp_event_20240223 #flow-1,
.lp_event_20240223 #flow-2,
.lp_event_20240223 #flow-3,
.lp_event_20240223 #course-detail,
.lp_event_20240223 #for_member,
.lp_event_20240223 #free_event__link,
.lp_event_20240223 #swiper {
  margin: 180px 0 180px 260px;
}
.lp_event_20240223 #comment-1,
.lp_event_20240223 #comment-2,
.lp_event_20240223 #comment-3,
.lp_event_20240223 #comment-4,
.lp_event_20240223 #content,
.lp_event_20240223 #detail,
.lp_event_20240223 #form,
.lp_event_20240223 footer,
.lp_event_20240223 .promotion-btn,
.lp_event_20240223 #notice-1,
.lp_event_20240223 #review,
.lp_event_20240223 #overview,
.lp_event_20240223 #event,
.lp_event_20240223 #school_info,
.lp_event_20240223 #flow,
.lp_event_20240223 #calendar,
.lp_event_20240223 .introduction__link,
.lp_event_20240223 .section,
.lp_event_20240223 #flow-1,
.lp_event_20240223 #flow-2,
.lp_event_20240223 #flow-3,
.lp_event_20240223 #course-detail,
.lp_event_20240223 #catchup_content,
.lp_event_20240223 #for_member,
.lp_event_20240223 #free_event__link,
.lp_event_20240223 #swiper {
  position: relative;
  z-index: 10;
}
.lp_event_20240223 .promotion-btn {
  transform: translateX(130px);
}
.lp_event_20240223 footer {
  margin-left: 260px;
}
.lp_event_20240223 .highlight--green {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.lp_event_20240223 .bg__image {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}
.lp_event_20240223 .bg__image--pc {
  display: block;
}
.lp_event_20240223 .bg__image--sp {
  display: none;
}
.lp_event_20240223 .bg__content__wrapper {
  width: auto;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 260px;
  transition: 0.5s;
  opacity: 0;
}
.lp_event_20240223 .bg__content__mask {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
}
.lp_event_20240223 .bg__content--pc {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp_event_20240223 .bg__content--sp {
  display: none;
}
.lp_event_20240223 .fixed__logo {
  display: flex;
  width: 14vw;
  top: 4vh;
  left: 3vw;
  position: absolute;
  transition: 0.3s;
  z-index: 30;
}
.lp_event_20240223 .nav {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 260px;
  height: 100vh;
  z-index: 20;
}
.lp_event_20240223 .nav__menu {
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  padding: 12px 24px;
  transition: 0.3s;
  height: 100%;
  box-shadow: 8px 0 2px -2px rgba(70, 70, 70, 0.6);
}
.lp_event_20240223 .nav__menu > img {
  width: 10vw;
  margin: 0 auto 12px;
  display: block;
}
.lp_event_20240223 .nav__menu ul li {
  border-bottom: solid 1px #7eee3e;
  margin-top: 12px;
  position: relative;
}
.lp_event_20240223 .nav__menu ul li a {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-right: 12px;
}
.lp_event_20240223 .nav__menu ul li::after {
  content: "";
  border-bottom: solid 4px #7eee3e;
  position: absolute;
  width: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  transition: 0.3s;
}
.lp_event_20240223 .nav__menu ul .active::after {
  width: 100%;
}
.lp_event_20240223 .nav__menu > p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2vh;
  width: 80%;
  text-align: center;
  display: block;
  margin: auto;
  cursor: pointer;
}
.lp_event_20240223 .nav__menu > p span {
  font-size: 1.2em;
}
.lp_event_20240223 .nav__menu__btn {
  margin: 16px auto;
}
.lp_event_20240223 .nav__menu__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7eee3e;
  padding: 8px 20px;
  width: max-content;
  margin: 6px auto;
  box-shadow: -8px 8px 0px #000;
  position: relative;
}
.lp_event_20240223 .nav__menu__btn a img {
  height: 24px;
  z-index: 2;
}
.lp_event_20240223 .nav__menu__btn a p {
  z-index: 2;
}
.lp_event_20240223 .nav__menu__btn a > div {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.lp_event_20240223 .nav__menu__btn a:hover > div {
  width: 100%;
}
.lp_event_20240223 .nav__menu__btn p {
  text-align: center;
  font-size: 14px;
}
.lp_event_20240223 #sp-nav {
  display: none;
}
.lp_event_20240223 .introduction__link {
  object-fit: cover;
}
.lp_event_20240223 .introduction__link a {
  display: flex;
  width: 70%;
  margin: auto;
  height: 160px;
  position: relative;
}
.lp_event_20240223 .introduction__link a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.lp_event_20240223 .introduction__link a:hover > .introduction__link__mask {
  background-color: rgba(255, 255, 255, 0.4);
}
.lp_event_20240223 .introduction__link a:hover > .introduction__link__img__wrapper img {
  transform: scale(1.05);
}
.lp_event_20240223 .introduction__link__text {
  display: flex;
  width: 49%;
  margin-left: 1%;
  align-items: center;
}
.lp_event_20240223 .introduction__link__text--question {
  font-size: 72px;
  margin: 0 -6px;
  height: max-content;
  line-height: 1;
}
.lp_event_20240223 .introduction__link__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  cursor: pointer;
}
.lp_event_20240223 .introduction__link__img__wrapper {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.lp_event_20240223 .introduction__link--right a {
  flex-direction: row-reverse;
}
.lp_event_20240223 .promotion-btn a {
  background-color: #7eee3e;
}
.lp_event_20240223 .promotion-btn a > div {
  background: #b5f6b7;
}
.lp_event_20240223 .promotion-btn__sp {
  display: none;
}
.lp_event_20240223 .firstview {
  width: 100%;
  height: 100vh;
  position: relative;
}
.lp_event_20240223 .firstview__video {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.lp_event_20240223 .firstview__video__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.64);
}
.lp_event_20240223 .firstview__parallelogram {
  position: absolute;
  height: 80vh;
  top: 0;
  left: -28vh;
}
.lp_event_20240223 .firstview__text {
  position: absolute;
  width: 80vw;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 16vh;
}
.lp_event_20240223 .firstview__text h1 {
  font-family: video, serif;
  letter-spacing: 0.1em;
  font-size: 4.8vw;
}
.lp_event_20240223 .firstview__text h2 {
  margin-bottom: 0vh;
  font-size: 42px;
}
.lp_event_20240223 .firstview__text h3 {
  margin-bottom: 2vh;
  font-size: 22px;
}
.lp_event_20240223 #overview {
  margin-top: 120px;
}
.lp_event_20240223 #overview h2 {
  font-size: 2vw;
  width: max-content;
  max-width: 80%;
  margin: 120px auto;
}
.lp_event_20240223 #overview .overview {
  width: 100%;
  height: 66.6666666667vh;
  margin-top: 120px;
}
.lp_event_20240223 #overview .overview__firstmessage {
  font-size: 2.6vw;
  background: linear-gradient(transparent 70%, #7eee3e 50%);
}
.lp_event_20240223 #overview .overview__item {
  width: 100%;
  height: 33.3333333333vh;
  position: relative;
}
.lp_event_20240223 #overview .overview__item__img__wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 30%;
}
.lp_event_20240223 #overview .overview__item__img__wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp_event_20240223 #overview .overview__item__img__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.lp_event_20240223 #overview .overview__item__img__mask p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: max-content;
  height: max-content;
  margin: auto;
  color: #fff;
  font-size: 17vh;
  font-family: video, serif;
  line-height: 1;
  transform: translateY(0.08em);
}
.lp_event_20240223 #overview .overview__item__textbox {
  position: absolute;
  width: 70%;
  height: 100%;
  background-color: #fff;
  top: 0;
}
.lp_event_20240223 #overview .overview__item__textbox::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -2px;
}
.lp_event_20240223 #overview .overview__item__textbox h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 24px 30px;
}
.lp_event_20240223 #overview .overview__item__textbox p {
  margin: 12px 48px;
  font-size: 18px;
}
.lp_event_20240223 #overview .overview__item--1 .overview__item__img__wrapper, .lp_event_20240223 #overview .overview__item--3 .overview__item__img__wrapper {
  left: 0;
}
.lp_event_20240223 #overview .overview__item--1 .overview__item__textbox, .lp_event_20240223 #overview .overview__item--3 .overview__item__textbox {
  right: 0;
}
.lp_event_20240223 #overview .overview__item--1 .overview__item__textbox::before, .lp_event_20240223 #overview .overview__item--3 .overview__item__textbox::before {
  border-top: calc(16.6666666667vh + 2px) solid transparent;
  border-right: 34px solid #fff;
  border-bottom: calc(16.6666666667vh + 2px) solid #fff;
  border-left: 34px solid transparent;
  left: -64px;
}
.lp_event_20240223 #overview .overview__item--2 .overview__item__img__wrapper {
  right: 0;
}
.lp_event_20240223 #overview .overview__item--2 .overview__item__textbox {
  left: 0;
}
.lp_event_20240223 #overview .overview__item--2 .overview__item__textbox::before {
  border-bottom: calc(16.6666666667vh + 2px) solid transparent;
  border-left: 34px solid #fff;
  border-top: calc(16.6666666667vh + 2px) solid #fff;
  border-right: 34px solid transparent;
  right: -64px;
}
.lp_event_20240223 #overview .mainevent {
  width: 100%;
  position: relative;
}
.lp_event_20240223 #overview .mainevent__image {
  width: 100%;
  height: 75vh;
  position: relative;
}
.lp_event_20240223 #overview .mainevent img {
  width: 80%;
  height: 75vh;
  object-fit: cover;
  display: block;
  margin: auto;
}
.lp_event_20240223 #overview .mainevent__title {
  font-size: 32px;
  margin: 16px 10%;
  font-weight: bold;
}
.lp_event_20240223 #overview .mainevent__description {
  font-size: 24px;
  margin: 16px 10%;
}
.lp_event_20240223 #overview .mainevent__subtitle {
  font-weight: 700;
  color: #fff;
  background-color: #4338c5;
  border-radius: 16px;
  padding: 8px 12px;
  position: absolute;
  top: 77vh;
  right: 10vw;
}
.lp_event_20240223 #overview .mainevent__text {
  width: 75vh;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  margin: 0 auto auto;
  font-family: video, serif;
  font-size: calc(7.5vw - 16px);
}
.lp_event_20240223 #overview .mainevent__text--left {
  left: 0;
  transform: rotate(-90deg);
}
.lp_event_20240223 #overview .mainevent__text--right {
  transform: rotate(90deg);
  right: 0;
}
.lp_event_20240223 #overview .mainevent__text__wrapper {
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.lp_event_20240223 #overview .mainevent__text__wrapper--left {
  left: 0;
}
.lp_event_20240223 #overview .mainevent__text__wrapper--right {
  right: 0;
}
.lp_event_20240223 .free_event__link .sublp_link {
  display: flex;
  justify-content: space-between;
  width: 95%;
  height: 180px;
  margin: 0 auto 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 8px #888;
  transition: 0.3s;
}
.lp_event_20240223 .free_event__link .sublp_link:nth-of-type(1) {
  margin: 240px auto 48px;
}
.lp_event_20240223 .free_event__link .sublp_link__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.lp_event_20240223 .free_event__link .sublp_link__img__wrapper {
  width: 25%;
  height: 100%;
  overflow: hidden;
}
.lp_event_20240223 .free_event__link .sublp_link .coming_soon {
  position: absolute;
  top: -5%;
  bottom: -5%;
  left: -2%;
  right: -2%;
  width: 104%;
  height: 110%;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0;
  display: block;
  z-index: 10000;
  color: #fff;
  line-height: 4.4;
  pointer-events: unset;
  text-align: center;
  font-size: 34px;
}
.lp_event_20240223 .free_event__link .sublp_link::before {
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-top-width: 94px;
  border-bottom-width: 94px;
  border-left-width: 34px;
  border-right-width: 34px;
  border-style: solid;
  left: calc(25% - 64px);
  position: absolute;
  top: -2px;
  bottom: -2px;
  z-index: 100;
}
.lp_event_20240223 .free_event__link .sublp_link::after {
  content: "";
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-width: 94px;
  border-bottom-width: 94px;
  border-left-width: 34px;
  border-right-width: 34px;
  border-style: solid;
  right: calc(25% - 64px);
  position: absolute;
  top: -2px;
  bottom: -2px;
  z-index: 100;
}
.lp_event_20240223 .free_event__link .sublp_link:hover {
  box-shadow: 8px 8px 8px #888;
  scale: 1.02;
}
.lp_event_20240223 .free_event__link .sublp_link:hover img {
  opacity: 0.7;
}
.lp_event_20240223 .free_event__link .sublp_link:hover p {
  opacity: 0.7;
}
.lp_event_20240223 .free_event__link .sublp_link--0210 {
  background-color: rgb(25, 115, 193);
}
.lp_event_20240223 .free_event__link .sublp_link--0210::before {
  border-bottom-color: rgb(25, 115, 193);
  border-right-color: rgb(25, 115, 193);
}
.lp_event_20240223 .free_event__link .sublp_link--0210::after {
  border-top-color: rgb(25, 115, 193);
  border-left-color: rgb(25, 115, 193);
}
.lp_event_20240223 .free_event__link .sublp_link--0223 {
  background-color: #a10b00;
}
.lp_event_20240223 .free_event__link .sublp_link--0223::before {
  border-bottom-color: #a10b00;
  border-right-color: #a10b00;
}
.lp_event_20240223 .free_event__link .sublp_link--0223::after {
  border-top-color: #a10b00;
  border-left-color: #a10b00;
}
.lp_event_20240223 .free_event__link .sublp_link--0320 {
  background-color: #4338c5;
}
.lp_event_20240223 .free_event__link .sublp_link--0320::before {
  border-bottom-color: #4338c5;
  border-right-color: #4338c5;
}
.lp_event_20240223 .free_event__link .sublp_link--0320::after {
  border-top-color: #4338c5;
  border-left-color: #4338c5;
}
.lp_event_20240223 .free_event__link .sublp_link--base {
  background-color: #7eee3e;
}
.lp_event_20240223 .free_event__link .sublp_link--base::before {
  border-bottom-color: #7eee3e;
  border-right-color: #7eee3e;
}
.lp_event_20240223 .free_event__link .sublp_link--base::after {
  border-top-color: #7eee3e;
  border-left-color: #7eee3e;
}
.lp_event_20240223 .free_event__link .sublp_link--base .free_event__link__textbox__text {
  color: #000;
}
.lp_event_20240223 .free_event__link__textbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 150;
}
.lp_event_20240223 .free_event__link__textbox p {
  display: block;
  text-align: center;
  font-weight: bold;
  height: max-content;
  transition: 0.3s;
  color: #fff;
  font-style: italic;
}
.lp_event_20240223 .free_event__link__textbox__daybox {
  display: flex;
  justify-content: center;
  line-height: 1;
}
.lp_event_20240223 .free_event__link__textbox__month {
  font-size: 24px;
}
.lp_event_20240223 .free_event__link__textbox__day {
  font-size: 52px;
}
.lp_event_20240223 .free_event__link__textbox__weekday {
  font-size: 16px;
}
.lp_event_20240223 .free_event__link__textbox__comma {
  font-size: 36px;
  line-height: 2;
}
.lp_event_20240223 .free_event__link__textbox__place {
  font-size: 22px;
}
.lp_event_20240223 .free_event__link__textbox__text {
  font-size: 24px;
  margin-left: 24px;
}
.lp_event_20240223 .section {
  margin-bottom: 48px;
}
.lp_event_20240223 #flow--whole .flow--whole__wrapper {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  width: 70%;
  margin: 64px auto;
}
.lp_event_20240223 #flow--whole .flow--whole__box--1-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  height: max-content;
}
.lp_event_20240223 #flow--whole .flow--whole__box--1-1 p {
  min-width: 70%;
  width: max-content;
  display: block;
  margin: 8px auto;
}
.lp_event_20240223 #flow--whole .flow--whole__box--1-1 p:nth-child(2) {
  height: max-content;
  text-align: center;
  font-size: 2.4em;
  color: #4338c5;
  line-height: 1;
  margin: 0 auto;
}
.lp_event_20240223 #flow--whole .flow--whole__box--1-2 {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  height: max-content;
}
.lp_event_20240223 #flow--whole .flow--whole__box--1-2 p {
  width: max-content;
  display: block;
  margin: 8px auto;
}
.lp_event_20240223 #flow--whole .flow--whole__box--1-2 p:nth-child(2) {
  height: max-content;
  text-align: center;
  font-size: 2.4em;
  color: #4338c5;
  line-height: 1;
  margin: 0 auto;
}
.lp_event_20240223 #flow--whole .flow--whole__box--2 {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
  height: 64px;
}
.lp_event_20240223 #flow--whole .flow--whole__box--2 div {
  background-color: #4338c5;
  display: block;
  width: 100%;
  height: 52px;
  margin: 6px auto;
  position: relative;
  color: #fff;
}
.lp_event_20240223 #flow--whole .flow--whole__box--2 div p {
  width: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  line-height: 1;
  font-size: 24px;
}
.lp_event_20240223 #flow--whole .flow--whole__box--3-1 {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 6;
}
.lp_event_20240223 #flow--whole .flow--whole__box--3-2 {
  text-align: center;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
  height: 40px;
}
.lp_event_20240223 #flow--whole .flow--whole__box--4-2 {
  text-align: center;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 5;
  height: 64px;
}
.lp_event_20240223 #flow--whole .flow--whole__box--4-2 div {
  background-color: #4338c5;
  display: block;
  width: 100%;
  height: 52px;
  margin: 6px auto;
  position: relative;
  color: #fff;
}
.lp_event_20240223 #flow--whole .flow--whole__box--4-2 div p {
  width: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  line-height: 1;
  font-size: 24px;
}
.lp_event_20240223 #flow--whole .flow--whole__box--5-2 {
  text-align: center;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 6;
  height: 40px;
}
.lp_event_20240223 #flow--whole .flow--whole__box--5-3 {
  text-align: center;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 5;
  grid-row-end: 6;
  height: 40px;
}
.lp_event_20240223 #flow--whole .flow--whole__box--6-1 {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 6;
  grid-row-end: 7;
  height: max-content;
}
.lp_event_20240223 #flow--whole .flow--whole__box--6-1 img {
  width: 80%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 6px auto;
}
.lp_event_20240223 #flow--whole .flow--whole__box--6-1 p {
  text-align: center;
}
.lp_event_20240223 #flow--whole .flow--whole__box--6-1 > p:nth-child(3) {
  font-size: 0.8em;
}
.lp_event_20240223 #flow--whole .flow--whole__box--6-2 {
  text-align: center;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 6;
  grid-row-end: 7;
  height: max-content;
}
.lp_event_20240223 #flow--whole .flow--whole__box--6-2 img {
  width: 80%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 6px auto;
}
.lp_event_20240223 #flow--whole .flow--whole__box--6-2 p {
  text-align: center;
}
.lp_event_20240223 #flow--whole .flow--whole__box--6-2 > p:nth-child(3) {
  font-size: 0.8em;
}
.lp_event_20240223 #flow--whole .flow--whole__box--6-3 {
  text-align: center;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 6;
  grid-row-end: 7;
  height: max-content;
}
.lp_event_20240223 #flow--whole .flow--whole__box--6-3 img {
  width: 80%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 6px auto;
}
.lp_event_20240223 #flow--whole .flow--whole__box--6-3 p {
  text-align: center;
}
.lp_event_20240223 #flow--whole .flow--whole__box--6-3 > p:nth-child(3) {
  font-size: 0.8em;
}
.lp_event_20240223 #flow--whole .flow--whole__box__arrow {
  position: relative;
  width: 100%;
  height: 100%;
}
.lp_event_20240223 #flow--whole .flow--whole__box__arrow p {
  font-size: 2.4em;
  font-weight: bold;
  width: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  line-height: 1;
  color: #4338c5;
}
.lp_event_20240223 #flow--whole .flow--whole__caution {
  width: 70%;
  display: block;
  margin: auto;
}
.lp_event_20240223 #flow--whole .school__icon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.lp_event_20240223 #flow--whole .school__icon p {
  font-size: 16px;
  display: block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 4px;
  color: #fff;
  padding: 4px;
  line-height: 1;
}
.lp_event_20240223 #flow--whole .school__icon--kyoto {
  background-color: #4338c5;
}
.lp_event_20240223 #flow--whole .school__icon--umeda {
  background-color: #a10b00;
}
.lp_event_20240223 #flow--whole .school__icon--tokyo {
  background-color: #48c700;
}
.lp_event_20240223 #flow--whole .school__icon--yokohama {
  background-color: #308300;
}
.lp_event_20240223 #flow--whole .school__icon--uehommachi {
  background-color: #db7603;
}
.lp_event_20240223 #flow--whole .school__icon--okayama {
  background-color: #5509ce;
}
.lp_event_20240223 #flow-1 {
  position: relative;
}
.lp_event_20240223 #flow-1 .steptitle {
  margin-left: 64px;
  display: block;
}
.lp_event_20240223 #flow-1 .flow__bg {
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  top: -48px;
  right: 0;
  font-family: video, serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.lp_event_20240223 .content,
.lp_event_20240223 .for_member {
  margin-top: 280px;
  position: relative;
}
.lp_event_20240223 .content .steptitle,
.lp_event_20240223 .for_member .steptitle {
  margin-left: 64px;
  display: block;
}
.lp_event_20240223 .content .flow__bg,
.lp_event_20240223 .for_member .flow__bg {
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  top: -48px;
  right: 0;
  font-family: video, serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.lp_event_20240223 .content .course_list,
.lp_event_20240223 .for_member .course_list {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  margin: 64px auto 0;
}
.lp_event_20240223 .content .course_list a,
.lp_event_20240223 .for_member .course_list a {
  display: block;
  width: 23%;
  position: relative;
}
.lp_event_20240223 .content .course_list a .course__img__wrapper,
.lp_event_20240223 .for_member .course_list a .course__img__wrapper {
  width: 100%;
  overflow: hidden;
}
.lp_event_20240223 .content .course_list a .course__img__wrapper img,
.lp_event_20240223 .for_member .course_list a .course__img__wrapper img {
  width: 100%;
  transition: 0.3s;
}
.lp_event_20240223 .content .course_list a:hover .course__img__wrapper img,
.lp_event_20240223 .for_member .course_list a:hover .course__img__wrapper img {
  transform: scale(1.05);
}
.lp_event_20240223 .content .course_list a:hover .course_list__link__mask,
.lp_event_20240223 .for_member .course_list a:hover .course_list__link__mask {
  background-color: rgba(255, 255, 255, 0.4);
}
.lp_event_20240223 .content .course_list__link__mask,
.lp_event_20240223 .for_member .course_list__link__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.lp_event_20240223 .content #course_content .content__content,
.lp_event_20240223 .content #member_course_content .content__content,
.lp_event_20240223 .for_member #course_content .content__content,
.lp_event_20240223 .for_member #member_course_content .content__content {
  width: 90%;
  margin: 240px 5%;
  position: relative;
}
.lp_event_20240223 .content #course_content .content__content:first-child,
.lp_event_20240223 .content #member_course_content .content__content:first-child,
.lp_event_20240223 .for_member #course_content .content__content:first-child,
.lp_event_20240223 .for_member #member_course_content .content__content:first-child {
  margin-top: 120px;
}
.lp_event_20240223 .content #course_content .content__content h3,
.lp_event_20240223 .content #member_course_content .content__content h3,
.lp_event_20240223 .for_member #course_content .content__content h3,
.lp_event_20240223 .for_member #member_course_content .content__content h3 {
  font-size: 32px;
  font-weight: 900;
  width: max-content;
}
.lp_event_20240223 .content #course_content .content__content h5,
.lp_event_20240223 .content #member_course_content .content__content h5,
.lp_event_20240223 .for_member #course_content .content__content h5,
.lp_event_20240223 .for_member #member_course_content .content__content h5 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 8px;
  width: max-content;
  display: block;
}
.lp_event_20240223 .content #course_content .content__content p,
.lp_event_20240223 .content #member_course_content .content__content p,
.lp_event_20240223 .for_member #course_content .content__content p,
.lp_event_20240223 .for_member #member_course_content .content__content p {
  margin: 8px 0;
}
.lp_event_20240223 .content #course_content .content__content p span.highlight--green,
.lp_event_20240223 .content #member_course_content .content__content p span.highlight--green,
.lp_event_20240223 .for_member #course_content .content__content p span.highlight--green,
.lp_event_20240223 .for_member #member_course_content .content__content p span.highlight--green {
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_event_20240223 .content #course_content .content__content ul,
.lp_event_20240223 .content #member_course_content .content__content ul,
.lp_event_20240223 .for_member #course_content .content__content ul,
.lp_event_20240223 .for_member #member_course_content .content__content ul {
  padding-left: 12px;
}
.lp_event_20240223 .content #course_content .content__content li::before,
.lp_event_20240223 .content #member_course_content .content__content li::before,
.lp_event_20240223 .for_member #course_content .content__content li::before,
.lp_event_20240223 .for_member #member_course_content .content__content li::before {
  content: "✓";
  margin-right: 4px;
}
.lp_event_20240223 .content #course_content .content__content b,
.lp_event_20240223 .content #member_course_content .content__content b,
.lp_event_20240223 .for_member #course_content .content__content b,
.lp_event_20240223 .for_member #member_course_content .content__content b {
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_event_20240223 .content #course_content .content__content:last-child,
.lp_event_20240223 .content #member_course_content .content__content:last-child,
.lp_event_20240223 .for_member #course_content .content__content:last-child,
.lp_event_20240223 .for_member #member_course_content .content__content:last-child {
  margin-bottom: 120px;
}
.lp_event_20240223 .content #course_content .content__comment,
.lp_event_20240223 .content #member_course_content .content__comment,
.lp_event_20240223 .for_member #course_content .content__comment,
.lp_event_20240223 .for_member #member_course_content .content__comment {
  font-weight: 700;
  color: #fff;
  background-color: #4338c5;
  border-radius: 16px;
  padding: 8px 12px;
  position: absolute;
  top: -50px;
  left: 0;
}
.lp_event_20240223 .content #course_content .content__school__list,
.lp_event_20240223 .content #member_course_content .content__school__list,
.lp_event_20240223 .for_member #course_content .content__school__list,
.lp_event_20240223 .for_member #member_course_content .content__school__list {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0;
}
.lp_event_20240223 .content #course_content .content__school__list div,
.lp_event_20240223 .content #member_course_content .content__school__list div,
.lp_event_20240223 .for_member #course_content .content__school__list div,
.lp_event_20240223 .for_member #member_course_content .content__school__list div {
  transition: 0.3s;
  border-radius: 26.4px;
  display: block;
  margin-bottom: 12px;
  margin-right: 18px;
  position: relative;
}
.lp_event_20240223 .content #course_content .content__school__list div h4,
.lp_event_20240223 .content #member_course_content .content__school__list div h4,
.lp_event_20240223 .for_member #course_content .content__school__list div h4,
.lp_event_20240223 .for_member #member_course_content .content__school__list div h4 {
  font-size: 18px;
  width: max-content;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 26.4px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 4px;
}
.lp_event_20240223 .content #course_content .content__school__list div h5,
.lp_event_20240223 .content #member_course_content .content__school__list div h5,
.lp_event_20240223 .for_member #course_content .content__school__list div h5,
.lp_event_20240223 .for_member #member_course_content .content__school__list div h5 {
  background-color: #ff81b2;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 16px;
  position: absolute;
  line-height: 1.1;
  top: -12px;
  margin: 0;
  left: 120px;
}
.lp_event_20240223 .content #course_content .content__school__list div p,
.lp_event_20240223 .content #member_course_content .content__school__list div p,
.lp_event_20240223 .for_member #course_content .content__school__list div p,
.lp_event_20240223 .for_member #member_course_content .content__school__list div p {
  padding-left: 8px;
  font-weight: 700;
  font-size: 16px;
}
.lp_event_20240223 .content #course_content .content__school__list div .kyoto,
.lp_event_20240223 .content #member_course_content .content__school__list div .kyoto,
.lp_event_20240223 .for_member #course_content .content__school__list div .kyoto,
.lp_event_20240223 .for_member #member_course_content .content__school__list div .kyoto {
  background-color: rgb(18, 100, 175);
}
.lp_event_20240223 .content #course_content .content__school__list div .umeda,
.lp_event_20240223 .content #member_course_content .content__school__list div .umeda,
.lp_event_20240223 .for_member #course_content .content__school__list div .umeda,
.lp_event_20240223 .for_member #member_course_content .content__school__list div .umeda {
  background-color: rgb(161, 11, 0);
}
.lp_event_20240223 .content #course_content .content__school__list div .tokyo,
.lp_event_20240223 .content #member_course_content .content__school__list div .tokyo,
.lp_event_20240223 .for_member #course_content .content__school__list div .tokyo,
.lp_event_20240223 .for_member #member_course_content .content__school__list div .tokyo {
  background-color: rgb(72, 199, 0);
}
.lp_event_20240223 .content #course_content .content__school__list div .yokohama,
.lp_event_20240223 .content #member_course_content .content__school__list div .yokohama,
.lp_event_20240223 .for_member #course_content .content__school__list div .yokohama,
.lp_event_20240223 .for_member #member_course_content .content__school__list div .yokohama {
  background-color: #308300;
}
.lp_event_20240223 .content #course_content .content__school__list div .uehommachi,
.lp_event_20240223 .content #member_course_content .content__school__list div .uehommachi,
.lp_event_20240223 .for_member #course_content .content__school__list div .uehommachi,
.lp_event_20240223 .for_member #member_course_content .content__school__list div .uehommachi {
  background-color: #db7603;
}
.lp_event_20240223 .content #course_content .content__school__list div .okayama,
.lp_event_20240223 .content #member_course_content .content__school__list div .okayama,
.lp_event_20240223 .for_member #course_content .content__school__list div .okayama,
.lp_event_20240223 .for_member #member_course_content .content__school__list div .okayama {
  background-color: #5509ce;
}
.lp_event_20240223 .content #shortcourse__apply__btn--2,
.lp_event_20240223 .content #shortcourse__apply__btn--3,
.lp_event_20240223 .for_member #shortcourse__apply__btn--2,
.lp_event_20240223 .for_member #shortcourse__apply__btn--3 {
  transform: none;
}
.lp_event_20240223 .content #shortcourse__apply__btn--2 a,
.lp_event_20240223 .content #shortcourse__apply__btn--3 a,
.lp_event_20240223 .for_member #shortcourse__apply__btn--2 a,
.lp_event_20240223 .for_member #shortcourse__apply__btn--3 a {
  background-color: #ff81b2;
  padding: 16px 40px;
}
.lp_event_20240223 .content #shortcourse__apply__btn--2 a div,
.lp_event_20240223 .content #shortcourse__apply__btn--3 a div,
.lp_event_20240223 .for_member #shortcourse__apply__btn--2 a div,
.lp_event_20240223 .for_member #shortcourse__apply__btn--3 a div {
  background-color: #ffcadf;
}
.lp_event_20240223 .detail__content {
  width: 90%;
}
.lp_event_20240223 #catchup_content {
  margin-top: 280px;
}
.lp_event_20240223 #catchup_content .steptitle {
  margin-left: 64px;
  display: block;
}
.lp_event_20240223 #catchup_content .flow__bg {
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  top: -48px;
  right: 0;
  font-family: video, serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.lp_event_20240223 #catchup_content .catchup_content {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 80px auto 0;
}
.lp_event_20240223 #catchup_content .catchup_content img {
  width: 40%;
  height: max-content;
  display: block;
}
.lp_event_20240223 #catchup_content .catchup_content__textbox {
  width: 55%;
}
.lp_event_20240223 #catchup_content .catchup_content__textbox h3 {
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 12px;
}
.lp_event_20240223 #catchup_content .catchup_content__textbox > p {
  margin-bottom: 12px;
}
.lp_event_20240223 #catchup_content .catchup_content__textbox i b {
  font-size: 14px;
}
.lp_event_20240223 #catchup_content .catchup_content__textbox .highlight--green {
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_event_20240223 #catchup_content .catchup_content__school__list div {
  transition: 0.3s;
  border-radius: 26.4px;
  display: block;
  margin-bottom: 12px;
}
.lp_event_20240223 #catchup_content .catchup_content__school__list div h4 {
  font-size: 18px;
  width: max-content;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 26.4px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 4px;
}
.lp_event_20240223 #catchup_content .catchup_content__school__list div p {
  padding-left: 8px;
  font-weight: 700;
  font-size: 16px;
}
.lp_event_20240223 #catchup_content .catchup_content__school__list div .kyoto {
  background-color: rgb(18, 100, 175);
}
.lp_event_20240223 #catchup_content .catchup_content__school__list div .umeda {
  background-color: rgb(161, 11, 0);
}
.lp_event_20240223 #catchup_content .catchup_content__school__list div .tokyo {
  background-color: rgb(72, 199, 0);
}
.lp_event_20240223 #catchup_content > p i b {
  display: block;
  width: max-content;
  margin: 0 auto 0 5%;
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_event_20240223 #catchup_content #shortcourse__apply__btn--1 {
  transform: none;
}
.lp_event_20240223 #catchup_content #shortcourse__apply__btn--1 a {
  background-color: #ff81b2;
  padding: 16px 40px;
}
.lp_event_20240223 #catchup_content #shortcourse__apply__btn--1 a div {
  background-color: #ffcadf;
}
.lp_event_20240223 .comment__content--a {
  margin-bottom: 360px;
}
.lp_event_20240223 .comment__content--a__bgimg {
  position: absolute;
  bottom: -12vw;
  width: 80vw;
  right: 0;
  z-index: -1;
}
.lp_event_20240223 .comment__content--c img.comment__content--c__bgnum {
  position: absolute;
  top: 0;
  width: 10vw;
  height: max-content;
}
.lp_event_20240223 .comment__content--c img.comment__content--c__bgnum--right {
  left: 0;
}
.lp_event_20240223 .comment__content--c img.comment__content--c__bgnum--left {
  right: 0;
}
.lp_event_20240223 .flow {
  padding: 0 15vw;
}
.lp_event_20240223 .flow ul {
  margin-top: 64px;
}
.lp_event_20240223 .flow li {
  margin: 6px 0;
  line-height: 1.6;
}
.lp_event_20240223 .flow li b {
  font-weight: 900;
  font-size: 1.5em;
}
.lp_event_20240223 .flow .down-arrow {
  text-align: center;
  font-weight: 900;
  font-size: 1.6em;
  margin: 6px auto;
}
.lp_event_20240223 #school_info .school_info__wrapper {
  width: 80%;
  margin: auto;
}
.lp_event_20240223 #school_info .school_info__wrapper h4 {
  font-weight: 900;
  width: max-content;
  margin: 16px 0 4px 8px;
  background: linear-gradient(transparent 80%, #7eee3e 50%);
  font-size: 28px;
}
.lp_event_20240223 #school_info .school_info__wrapper .place__wrapper {
  width: 100%;
  display: flex;
  margin: 24px auto 60px;
  justify-content: space-between;
}
.lp_event_20240223 #school_info .school_info__wrapper .place__wrapper > img {
  width: 48%;
  height: max-content;
}
.lp_event_20240223 #school_info .school_info__wrapper .place__wrapper__item {
  width: 48%;
}
.lp_event_20240223 #school_info .school_info__wrapper .place__wrapper__item iframe {
  max-width: 100%;
  margin: 0 auto 24px;
}
.lp_event_20240223 #calendar {
  font-size: 14px;
}
.lp_event_20240223 #calendar .calendar__wrapper {
  pointer-events: none;
  width: 90%;
  margin: 0 5%;
  position: absolute;
  top: 0;
  transition: 0.5s;
}
.lp_event_20240223 #calendar .calendar__wrapper--jun {
  left: 0;
}
.lp_event_20240223 #calendar .calendar__wrapper--jul {
  left: 100%;
}
.lp_event_20240223 #calendar .calendar__wrapper--aug {
  left: 200%;
}
.lp_event_20240223 #calendar .calendar__schooltab {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 120px auto 24px;
}
.lp_event_20240223 #calendar .calendar__schooltab div {
  width: 20%;
  text-align: center;
  border-radius: 12px;
  transition: 0.3s;
  padding: 4px 0;
  transition: 0.3s;
  cursor: pointer;
}
.lp_event_20240223 #calendar .calendar__schooltab .calendar__schoolbtn--all {
  background-color: rgb(153, 171, 143);
  border: solid 2px rgb(153, 171, 143);
}
.lp_event_20240223 #calendar .calendar__schooltab .calendar__schoolbtn--all.active {
  background-color: rgb(59, 154, 4);
  border-color: rgb(59, 154, 4);
  color: #fff;
}
.lp_event_20240223 #calendar .calendar__schooltab .calendar__schoolbtn--kyoto {
  background-color: rgb(201, 228, 254);
  border: solid 2px rgb(201, 228, 254);
}
.lp_event_20240223 #calendar .calendar__schooltab .calendar__schoolbtn--kyoto.active {
  background-color: rgb(18, 100, 175);
  border-color: rgb(18, 100, 175);
  color: #fff;
}
.lp_event_20240223 #calendar .calendar__schooltab .calendar__schoolbtn--umeda {
  background-color: rgb(255, 211, 208);
  border: solid 2px rgb(255, 211, 208);
}
.lp_event_20240223 #calendar .calendar__schooltab .calendar__schoolbtn--umeda.active {
  background-color: rgb(161, 11, 0);
  border-color: rgb(161, 11, 0);
  color: #fff;
}
.lp_event_20240223 #calendar .calendar__schooltab .calendar__schoolbtn--tokyo {
  background-color: rgb(215, 255, 192);
  border: solid 2px rgb(215, 255, 192);
}
.lp_event_20240223 #calendar .calendar__schooltab .calendar__schoolbtn--tokyo.active {
  background-color: rgb(72, 199, 0);
  border-color: rgb(72, 199, 0);
  color: #fff;
}
.lp_event_20240223 #calendar .calendar__monthtab {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}
.lp_event_20240223 #calendar .calendar__monthtab div {
  width: 24%;
  text-align: center;
  border-radius: 12px;
  transition: 0.3s;
  border: solid 2px #7eee3e;
  padding: 4px 0;
  background-color: #fff;
  cursor: pointer;
}
.lp_event_20240223 #calendar .calendar__monthtab .active {
  background-color: #7eee3e;
}
.lp_event_20240223 #calendar .calendar__tab__wrapper {
  padding: 260px 0;
  height: 100%;
  position: relative;
}
.lp_event_20240223 #calendar .fc-event-time {
  display: none;
}
.lp_event_20240223 #calendar table {
  background-color: #fff;
}
.lp_event_20240223 .lp__swiper {
  width: 100%;
  height: calc(46.875vw - 240px);
}
.lp_event_20240223 .lp__swiper img {
  object-fit: cover;
}
.lp_event_20240223 .detail__content p a {
  text-decoration: underline;
  margin-right: 8px;
}
.lp_event_20240223 .detail__content h4 {
  background: linear-gradient(transparent 80%, #7eee3e 50%);
}
.lp_event_20240223 .detail__content h4 br {
  display: none;
}
.lp_event_20240223 .detail__content__detaillist {
  max-width: 45vw;
}
.lp_event_20240223 .detail__content__detaillist li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_event_20240223 .detail__content__detaillist li div {
  display: flex;
}
.lp_event_20240223 .detail__content__detaillist li div p:nth-child(1) {
  font-size: 32px;
  font-weight: 900;
  margin-right: 23px;
}
.lp_event_20240223 .detail__content__detaillist li div p:nth-child(2) {
  margin: 8px 0;
}
.lp_event_20240223 .detail__content__schedule h4 {
  margin-top: 24px;
}
.lp_event_20240223 .detail__content__schedule h5 {
  font-weight: bold;
  margin-top: 8px;
}
.lp_event_20240223 .detail__content__schedule p {
  margin: 0;
  padding-left: 16px;
}
.lp_event_20240223 .detail__content__schedule__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.lp_event_20240223 .detail__content__schedule__item {
  margin-right: 36px;
  margin-top: 12px;
}
.lp_event_20240223 .detail__notice_text {
  width: 45vw;
  margin: 64px auto 0;
  display: block;
  font-size: 20px;
  line-height: 1.8;
}
.lp_event_20240223 .detail__notice_text span {
  background: linear-gradient(transparent 85%, #7eee3e 50%);
  font-weight: bold;
}
.lp_event_20240223 .detail .apply-flow li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_event_20240223 .detail .apply-flow li b {
  font-weight: 900;
  font-size: 1.5em;
}
.lp_event_20240223 .detail .down-arrow {
  text-align: center;
  font-weight: 900;
  font-size: 1.6em;
  margin: 24px auto;
}
.lp_event_20240223 .notice-1 > div {
  position: relative;
}
.lp_event_20240223 .notice-1 > div > img {
  height: 70vh;
  margin: auto;
  display: block;
}
.lp_event_20240223 .notice-1__classroom {
  position: absolute;
}
.lp_event_20240223 .notice-1__classroom--1 {
  top: 22vh;
  left: calc(50vw - 26vh);
  transform: translate3d(-100%, -100%, 0);
  text-align: right;
}
.lp_event_20240223 .notice-1__classroom--2 {
  bottom: 22vh;
  right: calc(50vw - 24vh);
  transform: translate3d(100%, 100%, 0);
}
.lp_event_20240223 .notice-1__classroom h4 {
  font-size: 32px;
  font-weight: 900;
}
.lp_event_20240223 .notice-1__bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: max-content;
  width: max-content;
  margin: auto;
  font-size: 120px;
  line-height: 1;
  font-weight: 900;
  opacity: 0.4;
  font-style: italic;
  color: #14af12;
}
.lp_event_20240223 .notice-1__bg--1 {
  transform: translateX(-30vw);
}
.lp_event_20240223 .notice-1__bg--2 {
  transform: translateX(30vw);
}
.lp_event_20240223 #form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
  padding: 5vh 10vw;
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.lp_event_20240223 #form form {
  width: 100%;
  margin: 0;
  background-color: #fff;
  overflow: auto;
  padding: 100px 10vw;
  border: solid 2px #000;
  border-radius: 16px;
  height: 100%;
}
.lp_event_20240223 #form form input {
  background-color: #fff;
}
.lp_event_20240223 #form .form__close {
  position: absolute;
  top: 9vh;
  right: 12vw;
  font-size: 20px;
  cursor: pointer;
}
.lp_event_20240223 .course-detail {
  padding: 0 64px;
}
.lp_event_20240223 .course-detail h3 {
  background: linear-gradient(transparent 85%, #7eee3e 50%);
  width: max-content;
  font-size: 24px;
  font-weight: bold;
  margin: 24px auto 8px 4px;
}
.lp_event_20240223 .course-detail h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 24px auto 4px 0;
}
.lp_event_20240223 .course-detail ul {
  margin-bottom: 8px;
}
.lp_event_20240223 .course-detail .section__title {
  margin-bottom: 64px;
}
.lp_event_20240223 .course-detail table {
  border-collapse: collapse;
  width: 60vw;
}
.lp_event_20240223 .course-detail table tr td {
  border: solid 2px #000;
  padding: 32px 12px;
  position: relative;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}
.lp_event_20240223 .course-detail table tr td p {
  z-index: 1;
}
.lp_event_20240223 .course-detail table tr td img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
  z-index: 0;
}
.lp_event_20240223 .course-detail table tr td:nth-of-type(1) {
  width: 30%;
  background-color: #fff;
}
.lp_event_20240223 .course-detail table tr td:nth-of-type(2) {
  width: 70%;
}
@media (max-width: 1023px) {
  .lp_event_20240223 #comment-1,
  .lp_event_20240223 #comment-2,
  .lp_event_20240223 #comment-3,
  .lp_event_20240223 #comment-4,
  .lp_event_20240223 #content,
  .lp_event_20240223 #detail,
  .lp_event_20240223 #notice-1,
  .lp_event_20240223 #review,
  .lp_event_20240223 #event,
  .lp_event_20240223 #school_info,
  .lp_event_20240223 #flow,
  .lp_event_20240223 #calendar,
  .lp_event_20240223 .introduction__link,
  .lp_event_20240223 #overview,
  .lp_event_20240223 .section,
  .lp_event_20240223 #flow-1,
  .lp_event_20240223 #flow-2,
  .lp_event_20240223 #flow-3,
  .lp_event_20240223 #catchup_content,
  .lp_event_20240223 #course-detail,
  .lp_event_20240223 #for_member,
  .lp_event_20240223 #free_event__link,
  .lp_event_20240223 #swiper {
    margin: 120px 0;
  }
  .lp_event_20240223 section > .section__title h2 {
    font-size: 18px;
  }
  .lp_event_20240223 #firstview .firstview__text h1 {
    font-size: 9vw;
  }
  .lp_event_20240223 #firstview .firstview__text h2 {
    font-size: 7vw;
  }
  .lp_event_20240223 #firstview .firstview__text h3 {
    font-size: 4vw;
  }
  .lp_event_20240223 .bg__image--pc {
    display: none;
  }
  .lp_event_20240223 .bg__image--sp {
    display: block;
  }
  .lp_event_20240223 .bg__content__wrapper {
    left: 0;
    width: 100%;
  }
  .lp_event_20240223 .fixed__logo {
    width: 40vw;
  }
  .lp_event_20240223 .nav__menu > img {
    width: 30vw;
  }
  .lp_event_20240223 #nav {
    display: none;
  }
  .lp_event_20240223 #sp-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
  }
  .lp_event_20240223 #sp-nav .nav__gauge {
    width: 100%;
    height: 6px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .lp_event_20240223 #sp-nav .nav__gauge div {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #7eee3e;
  }
  .lp_event_20240223 #sp-nav .sp-footer-nav {
    width: 100%;
    height: 36px;
    padding: 0;
    line-height: 1;
    font-size: 20px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
  }
  .lp_event_20240223 #sp-nav .sp-footer-nav li {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
    position: absolute;
    padding: 0 8vw;
    opacity: 0;
  }
  .lp_event_20240223 #sp-nav .sp-footer-nav li * {
    padding: 8px;
  }
  .lp_event_20240223 #sp-nav .sp-footer-nav .active {
    opacity: 1;
  }
  .lp_event_20240223 #sp-nav .sp-nav-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 80px 10vw;
    font-size: 18px;
    display: none;
    opacity: 0;
    transition: 0.3s;
  }
  .lp_event_20240223 #sp-nav .sp-nav-modal ul li {
    border-bottom: solid 1px #7eee3e;
    margin-top: 12px;
    position: relative;
  }
  .lp_event_20240223 #sp-nav .sp-nav-modal ul li a {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-right: 12px;
  }
  .lp_event_20240223 #sp-nav .sp-nav-modal ul li::after {
    content: "";
    border-bottom: solid 4px #7eee3e;
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    transition: 0.3s;
  }
  .lp_event_20240223 #sp-nav .sp-nav-modal ul .active::after {
    width: 100%;
  }
  .lp_event_20240223 #sp-nav .sp-nav-modal > p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2vh;
    width: 80%;
    text-align: center;
    display: block;
    margin: auto;
    cursor: pointer;
  }
  .lp_event_20240223 #sp-nav .sp-nav-modal > p span {
    font-size: 1.2em;
  }
  .lp_event_20240223 #sp-nav .sp-nav-modal #sp-nav-modal__close {
    position: fixed;
    top: 8px;
    right: 24px;
    font-size: 20px;
    color: #fff;
    height: max-content;
    width: max-content;
    bottom: unset;
    left: unset;
  }
  .lp_event_20240223 #sp-nav .sp-nav-modal .nav__menu__btn {
    margin-top: 36px;
  }
  .lp_event_20240223 #sp-nav .sp-nav-modal .nav__menu__btn a {
    color: #000;
  }
  .lp_event_20240223 .firstview__parallelogram {
    height: 48vh;
    left: -24vh;
  }
  .lp_event_20240223 .firstview__text {
    bottom: 12vh;
  }
  .lp_event_20240223 .firstview__text h1 {
    font-size: 28px;
  }
  .lp_event_20240223 .firstview__text h2 {
    font-size: 14px;
  }
  .lp_event_20240223 #overview h2 {
    width: 90vw;
    font-size: 4vw;
    margin: 64px auto;
  }
  .lp_event_20240223 #overview .overview {
    height: 36vh;
  }
  .lp_event_20240223 #overview .overview__firstmessage {
    font-size: 26px;
    text-align: center;
    background: none;
  }
  .lp_event_20240223 #overview .overview__firstmessage span {
    display: inline;
    background: linear-gradient(transparent 70%, #7eee3e 50%);
  }
  .lp_event_20240223 #overview .overview__item {
    height: 12vh;
  }
  .lp_event_20240223 #overview .overview__item__img__wrapper {
    width: 40%;
  }
  .lp_event_20240223 #overview .overview__item__img__mask p {
    font-size: 6vh;
  }
  .lp_event_20240223 #overview .overview__item__textbox {
    width: 60%;
  }
  .lp_event_20240223 #overview .overview__item__textbox h3 {
    font-size: 3.2vw;
    margin: auto 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: max-content;
  }
  .lp_event_20240223 #overview .overview__item__textbox p {
    display: none;
  }
  .lp_event_20240223 #overview .overview__item--1 .overview__item__textbox::before, .lp_event_20240223 #overview .overview__item--3 .overview__item__textbox::before {
    border-top: calc(6vh + 2px) solid transparent;
    border-right: 20px solid #fff;
    border-bottom: calc(6vh + 2px) solid #fff;
    border-left: 20px solid transparent;
    left: -36px;
  }
  .lp_event_20240223 #overview .overview__item--2 .overview__item__textbox::before {
    border-bottom: calc(6vh + 2px) solid transparent;
    border-left: 20px solid #fff;
    border-top: calc(6vh + 2px) solid #fff;
    border-right: 20px solid transparent;
    right: -36px;
  }
  .lp_event_20240223 #overview .mainevent__title {
    margin: 16px 5%;
  }
  .lp_event_20240223 #overview .mainevent__subtitle {
    display: none;
  }
  .lp_event_20240223 #overview .mainevent__description {
    margin: 16px 5%;
    font-size: 18px;
  }
  .lp_event_20240223 #overview .mainevent__image {
    height: 45vw;
  }
  .lp_event_20240223 #overview .mainevent__image img {
    width: 80%;
    height: 45vw;
  }
  .lp_event_20240223 #overview .mainevent__text {
    width: 45vw;
    font-size: calc(11.5vw - 16px);
  }
  .lp_event_20240223 #overview .mainevent__text__wrapper--left {
    left: 0;
  }
  .lp_event_20240223 #overview .mainevent__text__wrapper--right {
    right: 0;
  }
  .lp_event_20240223 .free_event__link .sublp_link {
    width: 90%;
    height: 180px;
  }
  .lp_event_20240223 .free_event__link .sublp_link .coming_soon {
    font-size: 28px;
    line-height: 3.4;
  }
  .lp_event_20240223 .free_event__link .sublp_link::before {
    border-top-width: 94px;
    border-right-width: 20px;
    border-bottom-width: 94px;
    border-left-width: 20px;
    left: calc(30% - 36px);
  }
  .lp_event_20240223 .free_event__link .sublp_link::after {
    border-bottom-width: 94px;
    border-left-width: 20px;
    border-top-width: 94px;
    border-right-width: 20px;
    right: calc(30% - 36px);
  }
  .lp_event_20240223 .free_event__link .sublp_link__img__wrapper {
    width: 30%;
  }
  .lp_event_20240223 .free_event__link__textbox {
    display: block;
  }
  .lp_event_20240223 .free_event__link__textbox__daybox {
    display: flex;
    justify-content: center;
    line-height: 1;
  }
  .lp_event_20240223 .free_event__link__textbox__month {
    font-size: 18px;
  }
  .lp_event_20240223 .free_event__link__textbox__day {
    font-size: 36px;
  }
  .lp_event_20240223 .free_event__link__textbox__weekday {
    font-size: 12px;
  }
  .lp_event_20240223 .free_event__link__textbox__comma {
    font-size: 24px;
  }
  .lp_event_20240223 .free_event__link__textbox__place {
    font-size: 18px;
  }
  .lp_event_20240223 .free_event__link__textbox__text {
    font-size: 16px;
    margin-left: 0;
    margin-top: 14px;
  }
  .lp_event_20240223 #flow--whole .flow--whole__wrapper {
    width: 95%;
  }
  .lp_event_20240223 #flow--whole .flow--whole__box--2 div p {
    font-size: 20px;
  }
  .lp_event_20240223 #flow--whole .flow--whole__box--4-2 {
    height: 76px;
  }
  .lp_event_20240223 #flow--whole .flow--whole__box--4-2 div {
    height: 64px;
  }
  .lp_event_20240223 #flow--whole .flow--whole__box--4-2 div p {
    font-size: 20px;
    line-height: 1.4;
  }
  .lp_event_20240223 #flow--whole .flow--whole__box--6-1 img {
    width: 90%;
  }
  .lp_event_20240223 #flow--whole .flow--whole__box--6-2 img {
    width: 90%;
  }
  .lp_event_20240223 #flow--whole .flow--whole__box--6-3 img {
    width: 90%;
  }
  .lp_event_20240223 #flow--whole .flow--whole__caution {
    width: 90%;
  }
  .lp_event_20240223 #flow-1 .steptitle {
    font-size: 32px;
    margin-left: 5vw;
  }
  .lp_event_20240223 #flow-1 .flow__bg {
    font-size: 22vw;
  }
  .lp_event_20240223 #catchup_content .steptitle {
    font-size: 32px;
    margin-left: 5vw;
  }
  .lp_event_20240223 #catchup_content .flow__bg {
    font-size: 22vw;
  }
  .lp_event_20240223 #catchup_content .catchup_content {
    flex-flow: column;
    width: 90%;
  }
  .lp_event_20240223 #catchup_content .catchup_content img {
    width: 70%;
    margin: auto auto 24px;
  }
  .lp_event_20240223 #catchup_content .catchup_content__textbox {
    width: 100%;
  }
  .lp_event_20240223 #catchup_content > p i b {
    width: 100%;
    display: inline;
  }
  .lp_event_20240223 .content {
    overflow: visible;
  }
  .lp_event_20240223 .content .steptitle {
    font-size: 32px;
    margin-left: 5vw;
  }
  .lp_event_20240223 .content .flow__bg {
    font-size: 22vw;
  }
  .lp_event_20240223 .content .course_list {
    flex-wrap: wrap;
  }
  .lp_event_20240223 .content .course_list a {
    width: 48%;
    margin-top: 24px;
  }
  .lp_event_20240223 .content #course_content .content__content h3 {
    font-size: 26px;
  }
  .lp_event_20240223 .content #course_content .content__comment {
    top: -42px;
  }
  .lp_event_20240223 .content #course_content .content__school__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 14px 0px;
  }
  .lp_event_20240223 .content #course_content .content__school__item h4 {
    height: max-content;
    font-size: 16px;
    padding: 6px 12px;
  }
  .lp_event_20240223 .content #course_content .content__school__item p {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
  .lp_event_20240223 .content #course_content .content__school__list div h5 {
    font-size: 14px;
  }
  .lp_event_20240223 #calendar .calendar__wrapper {
    width: 98%;
    margin: 0 1%;
    font-size: 12px;
  }
  .lp_event_20240223 #calendar .fc-daygrid-event-dot {
    margin: 0;
  }
  .lp_event_20240223 #calendar .fc-event-title {
    font-weight: 400;
  }
  .lp_event_20240223 .comment__content--a {
    margin-bottom: 0;
  }
  .lp_event_20240223 .comment__content--a--left > div:nth-child(1) > img:nth-child(1) {
    transform: translate3d(-48px, 32px, 0);
  }
  .lp_event_20240223 .comment__content--c img.comment__content--c__bgnum {
    width: 20vw;
    left: 0;
    right: unset;
  }
  .lp_event_20240223 #comment-4 .comment__content--b > div {
    margin: calc(75vw - 42px) auto 0;
  }
  .lp_event_20240223 .detail__content h4 {
    font-size: 20px;
  }
  .lp_event_20240223 .detail__content h4 br {
    display: block;
  }
  .lp_event_20240223 .detail__content__detaillist {
    max-width: 90vw;
  }
  .lp_event_20240223 .detail__notice_text {
    width: 90vw;
  }
  .lp_event_20240223 .flow {
    padding: 0 5vw;
  }
  .lp_event_20240223 #course_content .content__comment {
    top: -48px;
  }
  .lp_event_20240223 #school_info .school_info__wrapper {
    width: 90vw;
  }
  .lp_event_20240223 #school_info .school_info__wrapper .place__wrapper {
    flex-flow: column;
    justify-content: center;
  }
  .lp_event_20240223 #school_info .school_info__wrapper .place__wrapper__item {
    width: 80%;
    margin: 24px auto 0;
  }
  .lp_event_20240223 #school_info .school_info__wrapper .place__wrapper__item iframe {
    height: 50vw;
  }
  .lp_event_20240223 #school_info .school_info__wrapper .place__wrapper > img {
    width: 80%;
    margin: auto;
  }
  .lp_event_20240223 .introduction__link {
    margin-bottom: 240px;
  }
  .lp_event_20240223 .introduction__link a {
    display: block;
    width: 90vw;
    position: relative;
    height: 40vw;
  }
  .lp_event_20240223 .introduction__link__text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    color: #fff;
    margin: 0;
  }
  .lp_event_20240223 .introduction__link__text div {
    font-size: 16px;
    margin: auto;
  }
  .lp_event_20240223 .introduction__link__text--question {
    display: none;
  }
  .lp_event_20240223 .introduction__link__img__wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .lp_event_20240223 .form__btn {
    width: 90vw;
  }
  .lp_event_20240223 .notice-1 > div > img {
    margin: auto;
    width: 80vw;
    height: auto;
  }
  .lp_event_20240223 .notice-1__classroom--1 {
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, -100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_event_20240223 .notice-1__classroom--2 {
    bottom: -10px;
    left: 0;
    right: 0;
    transform: translate3d(0, 100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_event_20240223 .notice-1__bg {
    opacity: 0.2;
  }
  .lp_event_20240223 .notice-1__bg--1 {
    top: 0;
    bottom: unset;
    transform: translate3d(0, -110%, 0);
  }
  .lp_event_20240223 .notice-1__bg--2 {
    top: unset;
    bottom: 0;
    transform: translate3d(0, 110%, 0);
  }
  .lp_event_20240223 .lp__swiper {
    height: calc(46.875vw - 28.125px);
  }
  .lp_event_20240223 .event__content {
    width: 90vw;
    margin: 60px auto;
  }
  .lp_event_20240223 .event__content img {
    width: 90vw;
    margin-bottom: 24px;
  }
  .lp_event_20240223 .event__content__title--pc {
    display: none;
  }
  .lp_event_20240223 .event__content__title--sp {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: max-content;
  }
  .lp_event_20240223 .event__content p {
    margin-top: 12px;
  }
  .lp_event_20240223 .event__description {
    width: 90vw;
    margin: 60px auto;
  }
  .lp_event_20240223 .promotion-btn {
    transform: translateX(0);
  }
  .lp_event_20240223 .promotion-btn__sp {
    background-color: #7eee3e;
    display: flex;
    position: fixed;
    bottom: 42px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 40;
    justify-content: center;
    align-items: center;
  }
  .lp_event_20240223 .promotion-btn__sp p {
    font-size: 18px;
    line-height: 1;
    padding: 12px;
    font-weight: bold;
  }
  .lp_event_20240223 .promotion-btn__sp img {
    height: 32px;
  }
  .lp_event_20240223 #form {
    padding: 24px 12px;
  }
  .lp_event_20240223 #form form {
    padding: 12px 24px;
  }
  .lp_event_20240223 #form .form__close {
    top: 36px;
    right: 36px;
  }
  .lp_event_20240223 .apply-modal {
    padding: 24px 12px;
  }
  .lp_event_20240223 .apply-modal__close-btn {
    right: 24px;
  }
  .lp_event_20240223 .apply-modal__wrapper {
    padding: 138px 0 12px;
  }
  .lp_event_20240223 .apply-modal__scrollarea {
    padding: 0 18px;
  }
  .lp_event_20240223 .apply-modal__btn__list {
    margin: 36px auto 48px;
  }
  .lp_event_20240223 .apply-modal__btn__list h3 {
    font-size: 18px;
  }
  .lp_event_20240223 .apply-modal__table--master .apply-modal__table__item {
    width: calc(50% - 59px);
  }
  .lp_event_20240223 .apply-modal__table--master .apply-modal__table__item:first-child {
    width: 118px;
  }
  .lp_event_20240223 .apply-modal__table--shortcourse .apply-modal__table__item {
    width: calc(25% - 29.5px);
  }
  .lp_event_20240223 .apply-modal__table--shortcourse .apply-modal__table__item:first-child {
    width: 118px;
  }
  .lp_event_20240223 .apply-modal__table__item {
    padding: 8px 6px;
  }
  .lp_event_20240223 .apply-modal__table__item a {
    padding: 4px 8px;
    font-size: 12px;
  }
  .lp_event_20240223 .course-detail {
    padding: 0 5vw;
  }
  .lp_event_20240223 .course-detail table {
    width: 100%;
  }
  .lp_event_20240223 .course-detail table tr td {
    padding: 32px 12px;
    font-size: 1.1em;
  }
  .lp_event_20240223 .course-detail table tr td:nth-of-type(1) {
    width: 20%;
    text-align: center;
  }
  .lp_event_20240223 .course-detail table tr td:nth-of-type(2) {
    width: 80%;
  }
  .lp_event_20240223 footer {
    margin-left: 0;
  }
}

.lp_event_20240320 #comment-1,
.lp_event_20240320 #comment-2,
.lp_event_20240320 #comment-3,
.lp_event_20240320 #comment-4,
.lp_event_20240320 #content,
.lp_event_20240320 #detail,
.lp_event_20240320 #form,
.lp_event_20240320 #notice-1,
.lp_event_20240320 #review,
.lp_event_20240320 #event,
.lp_event_20240320 #school_info,
.lp_event_20240320 #flow,
.lp_event_20240320 #calendar,
.lp_event_20240320 .introduction__link,
.lp_event_20240320 #catchup_content,
.lp_event_20240320 #overview,
.lp_event_20240320 .section,
.lp_event_20240320 #flow-1,
.lp_event_20240320 #flow-2,
.lp_event_20240320 #flow-3,
.lp_event_20240320 #course-detail,
.lp_event_20240320 #for_member,
.lp_event_20240320 #free_event__link,
.lp_event_20240320 #swiper {
  margin: 180px 0 180px 260px;
}
.lp_event_20240320 #comment-1,
.lp_event_20240320 #comment-2,
.lp_event_20240320 #comment-3,
.lp_event_20240320 #comment-4,
.lp_event_20240320 #content,
.lp_event_20240320 #detail,
.lp_event_20240320 #form,
.lp_event_20240320 footer,
.lp_event_20240320 .promotion-btn,
.lp_event_20240320 #notice-1,
.lp_event_20240320 #review,
.lp_event_20240320 #overview,
.lp_event_20240320 #event,
.lp_event_20240320 #school_info,
.lp_event_20240320 #flow,
.lp_event_20240320 #calendar,
.lp_event_20240320 .introduction__link,
.lp_event_20240320 .section,
.lp_event_20240320 #flow-1,
.lp_event_20240320 #flow-2,
.lp_event_20240320 #flow-3,
.lp_event_20240320 #course-detail,
.lp_event_20240320 #catchup_content,
.lp_event_20240320 #for_member,
.lp_event_20240320 #free_event__link,
.lp_event_20240320 #swiper {
  position: relative;
  z-index: 10;
}
.lp_event_20240320 .promotion-btn {
  transform: translateX(130px);
}
.lp_event_20240320 footer {
  margin-left: 260px;
}
.lp_event_20240320 .highlight--green {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.lp_event_20240320 .bg__image {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}
.lp_event_20240320 .bg__image--pc {
  display: block;
}
.lp_event_20240320 .bg__image--sp {
  display: none;
}
.lp_event_20240320 .bg__content__wrapper {
  width: auto;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 260px;
  transition: 0.5s;
  opacity: 0;
}
.lp_event_20240320 .bg__content__mask {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
}
.lp_event_20240320 .bg__content--pc {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp_event_20240320 .bg__content--sp {
  display: none;
}
.lp_event_20240320 .fixed__logo {
  display: flex;
  width: 14vw;
  top: 4vh;
  left: 3vw;
  position: absolute;
  transition: 0.3s;
  z-index: 30;
}
.lp_event_20240320 .nav {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 260px;
  height: 100vh;
  z-index: 20;
}
.lp_event_20240320 .nav__menu {
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  padding: 12px 24px;
  transition: 0.3s;
  height: 100%;
  box-shadow: 8px 0 2px -2px rgba(70, 70, 70, 0.6);
}
.lp_event_20240320 .nav__menu > img {
  width: 10vw;
  margin: 0 auto 12px;
  display: block;
}
.lp_event_20240320 .nav__menu ul li {
  border-bottom: solid 1px #7eee3e;
  margin-top: 12px;
  position: relative;
}
.lp_event_20240320 .nav__menu ul li a {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-right: 12px;
}
.lp_event_20240320 .nav__menu ul li::after {
  content: "";
  border-bottom: solid 4px #7eee3e;
  position: absolute;
  width: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  transition: 0.3s;
}
.lp_event_20240320 .nav__menu ul .active::after {
  width: 100%;
}
.lp_event_20240320 .nav__menu > p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2vh;
  width: 80%;
  text-align: center;
  display: block;
  margin: auto;
  cursor: pointer;
}
.lp_event_20240320 .nav__menu > p span {
  font-size: 1.2em;
}
.lp_event_20240320 .nav__menu__btn {
  margin: 16px auto;
}
.lp_event_20240320 .nav__menu__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7eee3e;
  padding: 8px 20px;
  width: max-content;
  margin: 6px auto;
  box-shadow: -8px 8px 0px #000;
  position: relative;
}
.lp_event_20240320 .nav__menu__btn a img {
  height: 24px;
  z-index: 2;
}
.lp_event_20240320 .nav__menu__btn a p {
  z-index: 2;
}
.lp_event_20240320 .nav__menu__btn a > div {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.lp_event_20240320 .nav__menu__btn a:hover > div {
  width: 100%;
}
.lp_event_20240320 .nav__menu__btn p {
  text-align: center;
  font-size: 14px;
}
.lp_event_20240320 #sp-nav {
  display: none;
}
.lp_event_20240320 .introduction__link {
  object-fit: cover;
}
.lp_event_20240320 .introduction__link a {
  display: flex;
  width: 70%;
  margin: auto;
  height: 160px;
  position: relative;
}
.lp_event_20240320 .introduction__link a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.lp_event_20240320 .introduction__link a:hover > .introduction__link__mask {
  background-color: rgba(255, 255, 255, 0.4);
}
.lp_event_20240320 .introduction__link a:hover > .introduction__link__img__wrapper img {
  transform: scale(1.05);
}
.lp_event_20240320 .introduction__link__text {
  display: flex;
  width: 49%;
  margin-left: 1%;
  align-items: center;
}
.lp_event_20240320 .introduction__link__text--question {
  font-size: 72px;
  margin: 0 -6px;
  height: max-content;
  line-height: 1;
}
.lp_event_20240320 .introduction__link__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  cursor: pointer;
}
.lp_event_20240320 .introduction__link__img__wrapper {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.lp_event_20240320 .introduction__link--right a {
  flex-direction: row-reverse;
}
.lp_event_20240320 .promotion-btn a {
  background-color: #7eee3e;
}
.lp_event_20240320 .promotion-btn a > div {
  background: #b5f6b7;
}
.lp_event_20240320 .promotion-btn__sp {
  display: none;
}
.lp_event_20240320 .firstview {
  width: 100%;
  height: 100vh;
  position: relative;
}
.lp_event_20240320 .firstview__video {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.lp_event_20240320 .firstview__video__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.64);
}
.lp_event_20240320 .firstview__parallelogram {
  position: absolute;
  height: 80vh;
  top: 0;
  left: -28vh;
}
.lp_event_20240320 .firstview__text {
  position: absolute;
  width: 80vw;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 16vh;
}
.lp_event_20240320 .firstview__text h1 {
  font-family: video, serif;
  letter-spacing: 0.1em;
  font-size: 4.8vw;
}
.lp_event_20240320 .firstview__text h2 {
  margin-bottom: 0vh;
  font-size: 42px;
}
.lp_event_20240320 .firstview__text h3 {
  margin-bottom: 2vh;
  font-size: 22px;
}
.lp_event_20240320 #overview {
  margin-top: 120px;
}
.lp_event_20240320 #overview h2 {
  font-size: 2vw;
  width: max-content;
  max-width: 80%;
  margin: 120px auto;
}
.lp_event_20240320 #overview .overview {
  width: 100%;
  margin-top: 120px;
}
.lp_event_20240320 #overview .overview__firstmessage {
  font-size: 2.6vw;
  background: linear-gradient(transparent 70%, #7eee3e 50%);
}
.lp_event_20240320 #overview .overview__item {
  width: 100%;
  height: 33.3333333333vh;
  position: relative;
}
.lp_event_20240320 #overview .overview__item__img__wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 30%;
}
.lp_event_20240320 #overview .overview__item__img__wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp_event_20240320 #overview .overview__item__img__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.lp_event_20240320 #overview .overview__item__img__mask p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: max-content;
  height: max-content;
  margin: auto;
  color: #fff;
  font-size: 17vh;
  font-family: video, serif;
  line-height: 1;
  transform: translateY(0.08em);
}
.lp_event_20240320 #overview .overview__item__textbox {
  position: absolute;
  width: 70%;
  height: 100%;
  background-color: #fff;
  top: 0;
}
.lp_event_20240320 #overview .overview__item__textbox::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -2px;
}
.lp_event_20240320 #overview .overview__item__textbox h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 24px 30px;
}
.lp_event_20240320 #overview .overview__item__textbox p {
  margin: 12px 48px;
  font-size: 18px;
}
.lp_event_20240320 #overview .overview__item--1 .overview__item__img__wrapper, .lp_event_20240320 #overview .overview__item--3 .overview__item__img__wrapper {
  left: 0;
}
.lp_event_20240320 #overview .overview__item--1 .overview__item__textbox, .lp_event_20240320 #overview .overview__item--3 .overview__item__textbox {
  right: 0;
}
.lp_event_20240320 #overview .overview__item--1 .overview__item__textbox::before, .lp_event_20240320 #overview .overview__item--3 .overview__item__textbox::before {
  border-top: calc(23.3333333333vh + 2px) solid transparent;
  border-right: 34px solid #fff;
  border-bottom: calc(23.3333333333vh + 2px) solid #fff;
  border-left: 34px solid transparent;
  left: -64px;
  transform: translateY(-20px);
}
.lp_event_20240320 #overview .overview__item--2 .overview__item__img__wrapper {
  right: 0;
}
.lp_event_20240320 #overview .overview__item--2 .overview__item__textbox {
  left: 0;
}
.lp_event_20240320 #overview .overview__item--2 .overview__item__textbox::before {
  border-bottom: calc(23.3333333333vh + 2px) solid transparent;
  border-left: 34px solid #fff;
  border-top: calc(23.3333333333vh + 2px) solid #fff;
  border-right: 34px solid transparent;
  right: -64px;
}
.lp_event_20240320 #overview .mainevent {
  width: 100%;
  position: relative;
}
.lp_event_20240320 #overview .mainevent__image {
  width: 100%;
  height: 75vh;
  position: relative;
}
.lp_event_20240320 #overview .mainevent img {
  width: 80%;
  height: 75vh;
  object-fit: cover;
  display: block;
  margin: auto;
}
.lp_event_20240320 #overview .mainevent__title {
  font-size: 32px;
  margin: 16px 10%;
  font-weight: bold;
}
.lp_event_20240320 #overview .mainevent__description {
  font-size: 24px;
  margin: 16px 10%;
}
.lp_event_20240320 #overview .mainevent__subtitle {
  font-weight: 700;
  color: #fff;
  background-color: #4338c5;
  border-radius: 16px;
  padding: 8px 12px;
  position: absolute;
  top: 77vh;
  right: 10vw;
}
.lp_event_20240320 #overview .mainevent__text {
  width: 75vh;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  margin: 0 auto auto;
  font-family: video, serif;
  font-size: calc(7.5vw - 16px);
}
.lp_event_20240320 #overview .mainevent__text--left {
  left: 0;
  transform: rotate(-90deg);
}
.lp_event_20240320 #overview .mainevent__text--right {
  transform: rotate(90deg);
  right: 0;
}
.lp_event_20240320 #overview .mainevent__text__wrapper {
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.lp_event_20240320 #overview .mainevent__text__wrapper--left {
  left: 0;
}
.lp_event_20240320 #overview .mainevent__text__wrapper--right {
  right: 0;
}
.lp_event_20240320 .free_event__link .sublp_link {
  display: flex;
  justify-content: space-between;
  width: 95%;
  height: 180px;
  margin: 0 auto 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 8px #888;
  transition: 0.3s;
}
.lp_event_20240320 .free_event__link .sublp_link:nth-of-type(1) {
  margin: 240px auto 48px;
}
.lp_event_20240320 .free_event__link .sublp_link__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.lp_event_20240320 .free_event__link .sublp_link__img__wrapper {
  width: 25%;
  height: 100%;
  overflow: hidden;
}
.lp_event_20240320 .free_event__link .sublp_link .coming_soon {
  position: absolute;
  top: -5%;
  bottom: -5%;
  left: -2%;
  right: -2%;
  width: 104%;
  height: 110%;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0;
  display: block;
  z-index: 10000;
  color: #fff;
  line-height: 4.4;
  pointer-events: unset;
  text-align: center;
  font-size: 34px;
}
.lp_event_20240320 .free_event__link .sublp_link::before {
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-top-width: 94px;
  border-bottom-width: 94px;
  border-left-width: 34px;
  border-right-width: 34px;
  border-style: solid;
  left: calc(25% - 64px);
  position: absolute;
  top: -2px;
  bottom: -2px;
  z-index: 100;
}
.lp_event_20240320 .free_event__link .sublp_link::after {
  content: "";
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-width: 94px;
  border-bottom-width: 94px;
  border-left-width: 34px;
  border-right-width: 34px;
  border-style: solid;
  right: calc(25% - 64px);
  position: absolute;
  top: -2px;
  bottom: -2px;
  z-index: 100;
}
.lp_event_20240320 .free_event__link .sublp_link:hover {
  box-shadow: 8px 8px 8px #888;
  scale: 1.02;
}
.lp_event_20240320 .free_event__link .sublp_link:hover img {
  opacity: 0.7;
}
.lp_event_20240320 .free_event__link .sublp_link:hover p {
  opacity: 0.7;
}
.lp_event_20240320 .free_event__link .sublp_link--0210 {
  background-color: rgb(25, 115, 193);
}
.lp_event_20240320 .free_event__link .sublp_link--0210::before {
  border-bottom-color: rgb(25, 115, 193);
  border-right-color: rgb(25, 115, 193);
}
.lp_event_20240320 .free_event__link .sublp_link--0210::after {
  border-top-color: rgb(25, 115, 193);
  border-left-color: rgb(25, 115, 193);
}
.lp_event_20240320 .free_event__link .sublp_link--0223 {
  background-color: #a10b00;
}
.lp_event_20240320 .free_event__link .sublp_link--0223::before {
  border-bottom-color: #a10b00;
  border-right-color: #a10b00;
}
.lp_event_20240320 .free_event__link .sublp_link--0223::after {
  border-top-color: #a10b00;
  border-left-color: #a10b00;
}
.lp_event_20240320 .free_event__link .sublp_link--0320 {
  background-color: #4338c5;
}
.lp_event_20240320 .free_event__link .sublp_link--0320::before {
  border-bottom-color: #4338c5;
  border-right-color: #4338c5;
}
.lp_event_20240320 .free_event__link .sublp_link--0320::after {
  border-top-color: #4338c5;
  border-left-color: #4338c5;
}
.lp_event_20240320 .free_event__link .sublp_link--base {
  background-color: #7eee3e;
}
.lp_event_20240320 .free_event__link .sublp_link--base::before {
  border-bottom-color: #7eee3e;
  border-right-color: #7eee3e;
}
.lp_event_20240320 .free_event__link .sublp_link--base::after {
  border-top-color: #7eee3e;
  border-left-color: #7eee3e;
}
.lp_event_20240320 .free_event__link .sublp_link--base .free_event__link__textbox__text {
  color: #000;
}
.lp_event_20240320 .free_event__link__textbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 150;
}
.lp_event_20240320 .free_event__link__textbox p {
  display: block;
  text-align: center;
  font-weight: bold;
  height: max-content;
  transition: 0.3s;
  color: #fff;
  font-style: italic;
}
.lp_event_20240320 .free_event__link__textbox__daybox {
  display: flex;
  justify-content: center;
  line-height: 1;
}
.lp_event_20240320 .free_event__link__textbox__month {
  font-size: 24px;
}
.lp_event_20240320 .free_event__link__textbox__day {
  font-size: 52px;
}
.lp_event_20240320 .free_event__link__textbox__weekday {
  font-size: 16px;
}
.lp_event_20240320 .free_event__link__textbox__comma {
  font-size: 36px;
  line-height: 2;
}
.lp_event_20240320 .free_event__link__textbox__place {
  font-size: 22px;
}
.lp_event_20240320 .free_event__link__textbox__text {
  font-size: 24px;
  margin-left: 24px;
}
.lp_event_20240320 .section {
  margin-bottom: 48px;
}
.lp_event_20240320 #flow--whole .flow--whole__wrapper {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  width: 70%;
  margin: 64px auto;
}
.lp_event_20240320 #flow--whole .flow--whole__box--1-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  height: max-content;
}
.lp_event_20240320 #flow--whole .flow--whole__box--1-1 p {
  min-width: 70%;
  width: max-content;
  display: block;
  margin: 8px auto;
}
.lp_event_20240320 #flow--whole .flow--whole__box--1-1 p:nth-child(2) {
  height: max-content;
  text-align: center;
  font-size: 2.4em;
  color: #4338c5;
  line-height: 1;
  margin: 0 auto;
}
.lp_event_20240320 #flow--whole .flow--whole__box--1-2 {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  height: max-content;
}
.lp_event_20240320 #flow--whole .flow--whole__box--1-2 p {
  width: max-content;
  display: block;
  margin: 8px auto;
}
.lp_event_20240320 #flow--whole .flow--whole__box--1-2 p:nth-child(2) {
  height: max-content;
  text-align: center;
  font-size: 2.4em;
  color: #4338c5;
  line-height: 1;
  margin: 0 auto;
}
.lp_event_20240320 #flow--whole .flow--whole__box--2 {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
  height: 64px;
}
.lp_event_20240320 #flow--whole .flow--whole__box--2 div {
  background-color: #4338c5;
  display: block;
  width: 100%;
  height: 52px;
  margin: 6px auto;
  position: relative;
  color: #fff;
}
.lp_event_20240320 #flow--whole .flow--whole__box--2 div p {
  width: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  line-height: 1;
  font-size: 24px;
}
.lp_event_20240320 #flow--whole .flow--whole__box--3-1 {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 6;
}
.lp_event_20240320 #flow--whole .flow--whole__box--3-2 {
  text-align: center;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
  height: 40px;
}
.lp_event_20240320 #flow--whole .flow--whole__box--4-2 {
  text-align: center;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 5;
  height: 64px;
}
.lp_event_20240320 #flow--whole .flow--whole__box--4-2 div {
  background-color: #4338c5;
  display: block;
  width: 100%;
  height: 52px;
  margin: 6px auto;
  position: relative;
  color: #fff;
}
.lp_event_20240320 #flow--whole .flow--whole__box--4-2 div p {
  width: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  line-height: 1;
  font-size: 24px;
}
.lp_event_20240320 #flow--whole .flow--whole__box--5-2 {
  text-align: center;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 6;
  height: 40px;
}
.lp_event_20240320 #flow--whole .flow--whole__box--5-3 {
  text-align: center;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 5;
  grid-row-end: 6;
  height: 40px;
}
.lp_event_20240320 #flow--whole .flow--whole__box--6-1 {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 6;
  grid-row-end: 7;
  height: max-content;
}
.lp_event_20240320 #flow--whole .flow--whole__box--6-1 img {
  width: 80%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 6px auto;
}
.lp_event_20240320 #flow--whole .flow--whole__box--6-1 p {
  text-align: center;
}
.lp_event_20240320 #flow--whole .flow--whole__box--6-1 > p:nth-child(3) {
  font-size: 0.8em;
}
.lp_event_20240320 #flow--whole .flow--whole__box--6-2 {
  text-align: center;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 6;
  grid-row-end: 7;
  height: max-content;
}
.lp_event_20240320 #flow--whole .flow--whole__box--6-2 img {
  width: 80%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 6px auto;
}
.lp_event_20240320 #flow--whole .flow--whole__box--6-2 p {
  text-align: center;
}
.lp_event_20240320 #flow--whole .flow--whole__box--6-2 > p:nth-child(3) {
  font-size: 0.8em;
}
.lp_event_20240320 #flow--whole .flow--whole__box--6-3 {
  text-align: center;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 6;
  grid-row-end: 7;
  height: max-content;
}
.lp_event_20240320 #flow--whole .flow--whole__box--6-3 img {
  width: 80%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 6px auto;
}
.lp_event_20240320 #flow--whole .flow--whole__box--6-3 p {
  text-align: center;
}
.lp_event_20240320 #flow--whole .flow--whole__box--6-3 > p:nth-child(3) {
  font-size: 0.8em;
}
.lp_event_20240320 #flow--whole .flow--whole__box__arrow {
  position: relative;
  width: 100%;
  height: 100%;
}
.lp_event_20240320 #flow--whole .flow--whole__box__arrow p {
  font-size: 2.4em;
  font-weight: bold;
  width: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  line-height: 1;
  color: #4338c5;
}
.lp_event_20240320 #flow--whole .flow--whole__caution {
  width: 70%;
  display: block;
  margin: auto;
}
.lp_event_20240320 #flow--whole .school__icon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.lp_event_20240320 #flow--whole .school__icon p {
  font-size: 16px;
  display: block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 4px;
  color: #fff;
  padding: 4px;
  line-height: 1;
}
.lp_event_20240320 #flow--whole .school__icon--kyoto {
  background-color: #4338c5;
}
.lp_event_20240320 #flow--whole .school__icon--umeda {
  background-color: #a10b00;
}
.lp_event_20240320 #flow--whole .school__icon--tokyo {
  background-color: #48c700;
}
.lp_event_20240320 #flow--whole .school__icon--yokohama {
  background-color: #308300;
}
.lp_event_20240320 #flow--whole .school__icon--uehommachi {
  background-color: #db7603;
}
.lp_event_20240320 #flow--whole .school__icon--okayama {
  background-color: #5509ce;
}
.lp_event_20240320 #flow-1 {
  position: relative;
}
.lp_event_20240320 #flow-1 .steptitle {
  margin-left: 64px;
  display: block;
}
.lp_event_20240320 #flow-1 .flow__bg {
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  top: -48px;
  right: 0;
  font-family: video, serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.lp_event_20240320 .content,
.lp_event_20240320 .for_member {
  margin-top: 280px;
  position: relative;
}
.lp_event_20240320 .content .steptitle,
.lp_event_20240320 .for_member .steptitle {
  margin-left: 64px;
  display: block;
}
.lp_event_20240320 .content .flow__bg,
.lp_event_20240320 .for_member .flow__bg {
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  top: -48px;
  right: 0;
  font-family: video, serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.lp_event_20240320 .content .course_list,
.lp_event_20240320 .for_member .course_list {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  margin: 64px auto 0;
}
.lp_event_20240320 .content .course_list a,
.lp_event_20240320 .for_member .course_list a {
  display: block;
  width: 23%;
  position: relative;
}
.lp_event_20240320 .content .course_list a .course__img__wrapper,
.lp_event_20240320 .for_member .course_list a .course__img__wrapper {
  width: 100%;
  overflow: hidden;
}
.lp_event_20240320 .content .course_list a .course__img__wrapper img,
.lp_event_20240320 .for_member .course_list a .course__img__wrapper img {
  width: 100%;
  transition: 0.3s;
}
.lp_event_20240320 .content .course_list a:hover .course__img__wrapper img,
.lp_event_20240320 .for_member .course_list a:hover .course__img__wrapper img {
  transform: scale(1.05);
}
.lp_event_20240320 .content .course_list a:hover .course_list__link__mask,
.lp_event_20240320 .for_member .course_list a:hover .course_list__link__mask {
  background-color: rgba(255, 255, 255, 0.4);
}
.lp_event_20240320 .content .course_list__link__mask,
.lp_event_20240320 .for_member .course_list__link__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.lp_event_20240320 .content #course_content .content__content,
.lp_event_20240320 .content #member_course_content .content__content,
.lp_event_20240320 .for_member #course_content .content__content,
.lp_event_20240320 .for_member #member_course_content .content__content {
  width: 90%;
  margin: 240px 5%;
  position: relative;
}
.lp_event_20240320 .content #course_content .content__content:first-child,
.lp_event_20240320 .content #member_course_content .content__content:first-child,
.lp_event_20240320 .for_member #course_content .content__content:first-child,
.lp_event_20240320 .for_member #member_course_content .content__content:first-child {
  margin-top: 120px;
}
.lp_event_20240320 .content #course_content .content__content h3,
.lp_event_20240320 .content #member_course_content .content__content h3,
.lp_event_20240320 .for_member #course_content .content__content h3,
.lp_event_20240320 .for_member #member_course_content .content__content h3 {
  font-size: 32px;
  font-weight: 900;
  width: max-content;
}
.lp_event_20240320 .content #course_content .content__content h5,
.lp_event_20240320 .content #member_course_content .content__content h5,
.lp_event_20240320 .for_member #course_content .content__content h5,
.lp_event_20240320 .for_member #member_course_content .content__content h5 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 8px;
  width: max-content;
  display: block;
}
.lp_event_20240320 .content #course_content .content__content p,
.lp_event_20240320 .content #member_course_content .content__content p,
.lp_event_20240320 .for_member #course_content .content__content p,
.lp_event_20240320 .for_member #member_course_content .content__content p {
  margin: 8px 0;
}
.lp_event_20240320 .content #course_content .content__content p span.highlight--green,
.lp_event_20240320 .content #member_course_content .content__content p span.highlight--green,
.lp_event_20240320 .for_member #course_content .content__content p span.highlight--green,
.lp_event_20240320 .for_member #member_course_content .content__content p span.highlight--green {
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_event_20240320 .content #course_content .content__content ul,
.lp_event_20240320 .content #member_course_content .content__content ul,
.lp_event_20240320 .for_member #course_content .content__content ul,
.lp_event_20240320 .for_member #member_course_content .content__content ul {
  padding-left: 12px;
}
.lp_event_20240320 .content #course_content .content__content li::before,
.lp_event_20240320 .content #member_course_content .content__content li::before,
.lp_event_20240320 .for_member #course_content .content__content li::before,
.lp_event_20240320 .for_member #member_course_content .content__content li::before {
  content: "✓";
  margin-right: 4px;
}
.lp_event_20240320 .content #course_content .content__content b,
.lp_event_20240320 .content #member_course_content .content__content b,
.lp_event_20240320 .for_member #course_content .content__content b,
.lp_event_20240320 .for_member #member_course_content .content__content b {
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_event_20240320 .content #course_content .content__content:last-child,
.lp_event_20240320 .content #member_course_content .content__content:last-child,
.lp_event_20240320 .for_member #course_content .content__content:last-child,
.lp_event_20240320 .for_member #member_course_content .content__content:last-child {
  margin-bottom: 120px;
}
.lp_event_20240320 .content #course_content .content__comment,
.lp_event_20240320 .content #member_course_content .content__comment,
.lp_event_20240320 .for_member #course_content .content__comment,
.lp_event_20240320 .for_member #member_course_content .content__comment {
  font-weight: 700;
  color: #fff;
  background-color: #4338c5;
  border-radius: 16px;
  padding: 8px 12px;
  position: absolute;
  top: -50px;
  left: 0;
}
.lp_event_20240320 .content #course_content .content__school__list,
.lp_event_20240320 .content #member_course_content .content__school__list,
.lp_event_20240320 .for_member #course_content .content__school__list,
.lp_event_20240320 .for_member #member_course_content .content__school__list {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0;
}
.lp_event_20240320 .content #course_content .content__school__list div,
.lp_event_20240320 .content #member_course_content .content__school__list div,
.lp_event_20240320 .for_member #course_content .content__school__list div,
.lp_event_20240320 .for_member #member_course_content .content__school__list div {
  transition: 0.3s;
  border-radius: 26.4px;
  display: block;
  margin-bottom: 12px;
  margin-right: 18px;
  position: relative;
}
.lp_event_20240320 .content #course_content .content__school__list div h4,
.lp_event_20240320 .content #member_course_content .content__school__list div h4,
.lp_event_20240320 .for_member #course_content .content__school__list div h4,
.lp_event_20240320 .for_member #member_course_content .content__school__list div h4 {
  font-size: 18px;
  width: max-content;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 26.4px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 4px;
}
.lp_event_20240320 .content #course_content .content__school__list div h5,
.lp_event_20240320 .content #member_course_content .content__school__list div h5,
.lp_event_20240320 .for_member #course_content .content__school__list div h5,
.lp_event_20240320 .for_member #member_course_content .content__school__list div h5 {
  background-color: #ff81b2;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 16px;
  position: absolute;
  line-height: 1.1;
  top: -12px;
  margin: 0;
  left: 120px;
}
.lp_event_20240320 .content #course_content .content__school__list div p,
.lp_event_20240320 .content #member_course_content .content__school__list div p,
.lp_event_20240320 .for_member #course_content .content__school__list div p,
.lp_event_20240320 .for_member #member_course_content .content__school__list div p {
  padding-left: 8px;
  font-weight: 700;
  font-size: 16px;
}
.lp_event_20240320 .content #course_content .content__school__list div .kyoto,
.lp_event_20240320 .content #member_course_content .content__school__list div .kyoto,
.lp_event_20240320 .for_member #course_content .content__school__list div .kyoto,
.lp_event_20240320 .for_member #member_course_content .content__school__list div .kyoto {
  background-color: rgb(18, 100, 175);
}
.lp_event_20240320 .content #course_content .content__school__list div .umeda,
.lp_event_20240320 .content #member_course_content .content__school__list div .umeda,
.lp_event_20240320 .for_member #course_content .content__school__list div .umeda,
.lp_event_20240320 .for_member #member_course_content .content__school__list div .umeda {
  background-color: rgb(161, 11, 0);
}
.lp_event_20240320 .content #course_content .content__school__list div .tokyo,
.lp_event_20240320 .content #member_course_content .content__school__list div .tokyo,
.lp_event_20240320 .for_member #course_content .content__school__list div .tokyo,
.lp_event_20240320 .for_member #member_course_content .content__school__list div .tokyo {
  background-color: rgb(72, 199, 0);
}
.lp_event_20240320 .content #course_content .content__school__list div .yokohama,
.lp_event_20240320 .content #member_course_content .content__school__list div .yokohama,
.lp_event_20240320 .for_member #course_content .content__school__list div .yokohama,
.lp_event_20240320 .for_member #member_course_content .content__school__list div .yokohama {
  background-color: #308300;
}
.lp_event_20240320 .content #course_content .content__school__list div .uehommachi,
.lp_event_20240320 .content #member_course_content .content__school__list div .uehommachi,
.lp_event_20240320 .for_member #course_content .content__school__list div .uehommachi,
.lp_event_20240320 .for_member #member_course_content .content__school__list div .uehommachi {
  background-color: #db7603;
}
.lp_event_20240320 .content #course_content .content__school__list div .okayama,
.lp_event_20240320 .content #member_course_content .content__school__list div .okayama,
.lp_event_20240320 .for_member #course_content .content__school__list div .okayama,
.lp_event_20240320 .for_member #member_course_content .content__school__list div .okayama {
  background-color: #5509ce;
}
.lp_event_20240320 .content #shortcourse__apply__btn--2,
.lp_event_20240320 .content #shortcourse__apply__btn--3,
.lp_event_20240320 .for_member #shortcourse__apply__btn--2,
.lp_event_20240320 .for_member #shortcourse__apply__btn--3 {
  transform: none;
}
.lp_event_20240320 .content #shortcourse__apply__btn--2 a,
.lp_event_20240320 .content #shortcourse__apply__btn--3 a,
.lp_event_20240320 .for_member #shortcourse__apply__btn--2 a,
.lp_event_20240320 .for_member #shortcourse__apply__btn--3 a {
  background-color: #ff81b2;
  padding: 16px 40px;
}
.lp_event_20240320 .content #shortcourse__apply__btn--2 a div,
.lp_event_20240320 .content #shortcourse__apply__btn--3 a div,
.lp_event_20240320 .for_member #shortcourse__apply__btn--2 a div,
.lp_event_20240320 .for_member #shortcourse__apply__btn--3 a div {
  background-color: #ffcadf;
}
.lp_event_20240320 .detail__content {
  width: 90%;
}
.lp_event_20240320 #catchup_content {
  margin-top: 280px;
}
.lp_event_20240320 #catchup_content .steptitle {
  margin-left: 64px;
  display: block;
}
.lp_event_20240320 #catchup_content .flow__bg {
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  top: -48px;
  right: 0;
  font-family: video, serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.lp_event_20240320 #catchup_content .catchup_content {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 80px auto 0;
}
.lp_event_20240320 #catchup_content .catchup_content img {
  width: 40%;
  height: max-content;
  display: block;
}
.lp_event_20240320 #catchup_content .catchup_content__textbox {
  width: 55%;
}
.lp_event_20240320 #catchup_content .catchup_content__textbox h3 {
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 12px;
}
.lp_event_20240320 #catchup_content .catchup_content__textbox > p {
  margin-bottom: 12px;
}
.lp_event_20240320 #catchup_content .catchup_content__textbox i b {
  font-size: 14px;
}
.lp_event_20240320 #catchup_content .catchup_content__textbox .highlight--green {
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_event_20240320 #catchup_content .catchup_content__school__list div {
  transition: 0.3s;
  border-radius: 26.4px;
  display: block;
  margin-bottom: 12px;
}
.lp_event_20240320 #catchup_content .catchup_content__school__list div h4 {
  font-size: 18px;
  width: max-content;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 26.4px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 4px;
}
.lp_event_20240320 #catchup_content .catchup_content__school__list div p {
  padding-left: 8px;
  font-weight: 700;
  font-size: 16px;
}
.lp_event_20240320 #catchup_content .catchup_content__school__list div .kyoto {
  background-color: rgb(18, 100, 175);
}
.lp_event_20240320 #catchup_content .catchup_content__school__list div .umeda {
  background-color: rgb(161, 11, 0);
}
.lp_event_20240320 #catchup_content .catchup_content__school__list div .tokyo {
  background-color: rgb(72, 199, 0);
}
.lp_event_20240320 #catchup_content > p i b {
  display: block;
  width: max-content;
  margin: 0 auto 0 5%;
  background: linear-gradient(transparent 90%, #7eee3e 50%);
}
.lp_event_20240320 #catchup_content #shortcourse__apply__btn--1 {
  transform: none;
}
.lp_event_20240320 #catchup_content #shortcourse__apply__btn--1 a {
  background-color: #ff81b2;
  padding: 16px 40px;
}
.lp_event_20240320 #catchup_content #shortcourse__apply__btn--1 a div {
  background-color: #ffcadf;
}
.lp_event_20240320 .comment__content--a {
  margin-bottom: 360px;
}
.lp_event_20240320 .comment__content--a__bgimg {
  position: absolute;
  bottom: -12vw;
  width: 80vw;
  right: 0;
  z-index: -1;
}
.lp_event_20240320 .comment__content--c img.comment__content--c__bgnum {
  position: absolute;
  top: 0;
  width: 10vw;
  height: max-content;
}
.lp_event_20240320 .comment__content--c img.comment__content--c__bgnum--right {
  left: 0;
}
.lp_event_20240320 .comment__content--c img.comment__content--c__bgnum--left {
  right: 0;
}
.lp_event_20240320 .flow {
  padding: 0 15vw;
}
.lp_event_20240320 .flow ul {
  margin-top: 64px;
}
.lp_event_20240320 .flow li {
  margin: 6px 0;
  line-height: 1.6;
}
.lp_event_20240320 .flow li b {
  font-weight: 900;
  font-size: 1.5em;
}
.lp_event_20240320 .flow .down-arrow {
  text-align: center;
  font-weight: 900;
  font-size: 1.6em;
  margin: 6px auto;
}
.lp_event_20240320 #school_info .school_info__wrapper {
  width: 80%;
  margin: auto;
}
.lp_event_20240320 #school_info .school_info__wrapper h4 {
  font-weight: 900;
  width: max-content;
  margin: 16px 0 4px 8px;
  background: linear-gradient(transparent 80%, #7eee3e 50%);
  font-size: 28px;
}
.lp_event_20240320 #school_info .school_info__wrapper .place__wrapper {
  width: 100%;
  display: flex;
  margin: 24px auto 60px;
  justify-content: space-between;
}
.lp_event_20240320 #school_info .school_info__wrapper .place__wrapper > img {
  width: 48%;
  height: max-content;
}
.lp_event_20240320 #school_info .school_info__wrapper .place__wrapper__item {
  width: 48%;
}
.lp_event_20240320 #school_info .school_info__wrapper .place__wrapper__item iframe {
  max-width: 100%;
  margin: 0 auto 24px;
}
.lp_event_20240320 #calendar {
  font-size: 14px;
}
.lp_event_20240320 #calendar .calendar__wrapper {
  pointer-events: none;
  width: 90%;
  margin: 0 5%;
  position: absolute;
  top: 0;
  transition: 0.5s;
}
.lp_event_20240320 #calendar .calendar__wrapper--jun {
  left: 0;
}
.lp_event_20240320 #calendar .calendar__wrapper--jul {
  left: 100%;
}
.lp_event_20240320 #calendar .calendar__wrapper--aug {
  left: 200%;
}
.lp_event_20240320 #calendar .calendar__schooltab {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 120px auto 24px;
}
.lp_event_20240320 #calendar .calendar__schooltab div {
  width: 20%;
  text-align: center;
  border-radius: 12px;
  transition: 0.3s;
  padding: 4px 0;
  transition: 0.3s;
  cursor: pointer;
}
.lp_event_20240320 #calendar .calendar__schooltab .calendar__schoolbtn--all {
  background-color: rgb(153, 171, 143);
  border: solid 2px rgb(153, 171, 143);
}
.lp_event_20240320 #calendar .calendar__schooltab .calendar__schoolbtn--all.active {
  background-color: rgb(59, 154, 4);
  border-color: rgb(59, 154, 4);
  color: #fff;
}
.lp_event_20240320 #calendar .calendar__schooltab .calendar__schoolbtn--kyoto {
  background-color: rgb(201, 228, 254);
  border: solid 2px rgb(201, 228, 254);
}
.lp_event_20240320 #calendar .calendar__schooltab .calendar__schoolbtn--kyoto.active {
  background-color: rgb(18, 100, 175);
  border-color: rgb(18, 100, 175);
  color: #fff;
}
.lp_event_20240320 #calendar .calendar__schooltab .calendar__schoolbtn--umeda {
  background-color: rgb(255, 211, 208);
  border: solid 2px rgb(255, 211, 208);
}
.lp_event_20240320 #calendar .calendar__schooltab .calendar__schoolbtn--umeda.active {
  background-color: rgb(161, 11, 0);
  border-color: rgb(161, 11, 0);
  color: #fff;
}
.lp_event_20240320 #calendar .calendar__schooltab .calendar__schoolbtn--tokyo {
  background-color: rgb(215, 255, 192);
  border: solid 2px rgb(215, 255, 192);
}
.lp_event_20240320 #calendar .calendar__schooltab .calendar__schoolbtn--tokyo.active {
  background-color: rgb(72, 199, 0);
  border-color: rgb(72, 199, 0);
  color: #fff;
}
.lp_event_20240320 #calendar .calendar__monthtab {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}
.lp_event_20240320 #calendar .calendar__monthtab div {
  width: 24%;
  text-align: center;
  border-radius: 12px;
  transition: 0.3s;
  border: solid 2px #7eee3e;
  padding: 4px 0;
  background-color: #fff;
  cursor: pointer;
}
.lp_event_20240320 #calendar .calendar__monthtab .active {
  background-color: #7eee3e;
}
.lp_event_20240320 #calendar .calendar__tab__wrapper {
  padding: 260px 0;
  height: 100%;
  position: relative;
}
.lp_event_20240320 #calendar .fc-event-time {
  display: none;
}
.lp_event_20240320 #calendar table {
  background-color: #fff;
}
.lp_event_20240320 .lp__swiper {
  width: 100%;
  height: calc(46.875vw - 240px);
}
.lp_event_20240320 .lp__swiper img {
  object-fit: cover;
}
.lp_event_20240320 .detail__content p a {
  text-decoration: underline;
  margin-right: 8px;
}
.lp_event_20240320 .detail__content h4 {
  background: linear-gradient(transparent 80%, #7eee3e 50%);
}
.lp_event_20240320 .detail__content h4 br {
  display: none;
}
.lp_event_20240320 .detail__content__detaillist {
  max-width: 45vw;
}
.lp_event_20240320 .detail__content__detaillist li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_event_20240320 .detail__content__detaillist li div {
  display: flex;
}
.lp_event_20240320 .detail__content__detaillist li div p:nth-child(1) {
  font-size: 32px;
  font-weight: 900;
  margin-right: 23px;
}
.lp_event_20240320 .detail__content__detaillist li div p:nth-child(2) {
  margin: 8px 0;
}
.lp_event_20240320 .detail__content__schedule h4 {
  margin-top: 24px;
}
.lp_event_20240320 .detail__content__schedule h5 {
  font-weight: bold;
  margin-top: 8px;
}
.lp_event_20240320 .detail__content__schedule p {
  margin: 0;
  padding-left: 16px;
}
.lp_event_20240320 .detail__content__schedule__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.lp_event_20240320 .detail__content__schedule__item {
  margin-right: 36px;
  margin-top: 12px;
}
.lp_event_20240320 .detail__notice_text {
  width: 45vw;
  margin: 64px auto 0;
  display: block;
  font-size: 20px;
  line-height: 1.8;
}
.lp_event_20240320 .detail__notice_text span {
  background: linear-gradient(transparent 85%, #7eee3e 50%);
  font-weight: bold;
}
.lp_event_20240320 .detail .apply-flow li {
  margin: 12px 0;
  line-height: 1.6;
}
.lp_event_20240320 .detail .apply-flow li b {
  font-weight: 900;
  font-size: 1.5em;
}
.lp_event_20240320 .detail .down-arrow {
  text-align: center;
  font-weight: 900;
  font-size: 1.6em;
  margin: 24px auto;
}
.lp_event_20240320 .notice-1 > div {
  position: relative;
}
.lp_event_20240320 .notice-1 > div > img {
  height: 70vh;
  margin: auto;
  display: block;
}
.lp_event_20240320 .notice-1__classroom {
  position: absolute;
}
.lp_event_20240320 .notice-1__classroom--1 {
  top: 22vh;
  left: calc(50vw - 26vh);
  transform: translate3d(-100%, -100%, 0);
  text-align: right;
}
.lp_event_20240320 .notice-1__classroom--2 {
  bottom: 22vh;
  right: calc(50vw - 24vh);
  transform: translate3d(100%, 100%, 0);
}
.lp_event_20240320 .notice-1__classroom h4 {
  font-size: 32px;
  font-weight: 900;
}
.lp_event_20240320 .notice-1__bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: max-content;
  width: max-content;
  margin: auto;
  font-size: 120px;
  line-height: 1;
  font-weight: 900;
  opacity: 0.4;
  font-style: italic;
  color: #14af12;
}
.lp_event_20240320 .notice-1__bg--1 {
  transform: translateX(-30vw);
}
.lp_event_20240320 .notice-1__bg--2 {
  transform: translateX(30vw);
}
.lp_event_20240320 #form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
  padding: 5vh 10vw;
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.lp_event_20240320 #form form {
  width: 100%;
  margin: 0;
  background-color: #fff;
  overflow: auto;
  padding: 100px 10vw;
  border: solid 2px #000;
  border-radius: 16px;
  height: 100%;
}
.lp_event_20240320 #form form input {
  background-color: #fff;
}
.lp_event_20240320 #form .form__close {
  position: absolute;
  top: 9vh;
  right: 12vw;
  font-size: 20px;
  cursor: pointer;
}
.lp_event_20240320 .course-detail {
  padding: 0 64px;
}
.lp_event_20240320 .course-detail h3 {
  background: linear-gradient(transparent 85%, #7eee3e 50%);
  width: max-content;
  font-size: 24px;
  font-weight: bold;
  margin: 24px auto 8px 4px;
}
.lp_event_20240320 .course-detail h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 24px auto 4px 0;
}
.lp_event_20240320 .course-detail ul {
  margin-bottom: 8px;
}
.lp_event_20240320 .course-detail .section__title {
  margin-bottom: 64px;
}
.lp_event_20240320 .course-detail .table1 {
  border-collapse: collapse;
  width: 60vw;
}
.lp_event_20240320 .course-detail .table1 tr td {
  border: solid 2px #000;
  padding: 32px 12px;
  position: relative;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}
.lp_event_20240320 .course-detail .table1 tr td p {
  z-index: 1;
  text-align: left;
}
.lp_event_20240320 .course-detail .table1 tr td img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
  z-index: 0;
}
.lp_event_20240320 .course-detail .table1 tr td:nth-of-type(1) {
  width: 30%;
  background-color: #fff;
}
.lp_event_20240320 .course-detail .table1 tr td:nth-of-type(2) {
  width: 70%;
}
.lp_event_20240320 .course-detail #table2 {
  border-collapse: collapse;
  width: 60vw;
}
.lp_event_20240320 .course-detail #table2 tr td {
  border: solid 2px #000;
  padding: 32px 12px;
  position: relative;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}
.lp_event_20240320 .course-detail #table2 tr td p {
  z-index: 1;
  text-align: left;
}
.lp_event_20240320 .course-detail #table2 tr td img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
  z-index: 0;
}
.lp_event_20240320 .course-detail #table2 tr td:nth-of-type(1) {
  width: 10%;
  background-color: #fff;
}
.lp_event_20240320 .course-detail #table2 tr td:nth-of-type(2) {
  width: 20%;
}
.lp_event_20240320 .course-detail #table2 tr td:nth-of-type(3) {
  width: 70%;
}
.lp_event_20240320 .table__detail {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .lp_event_20240320 #comment-1,
  .lp_event_20240320 #comment-2,
  .lp_event_20240320 #comment-3,
  .lp_event_20240320 #comment-4,
  .lp_event_20240320 #content,
  .lp_event_20240320 #detail,
  .lp_event_20240320 #notice-1,
  .lp_event_20240320 #review,
  .lp_event_20240320 #event,
  .lp_event_20240320 #school_info,
  .lp_event_20240320 #flow,
  .lp_event_20240320 #calendar,
  .lp_event_20240320 .introduction__link,
  .lp_event_20240320 #overview,
  .lp_event_20240320 .section,
  .lp_event_20240320 #flow-1,
  .lp_event_20240320 #flow-2,
  .lp_event_20240320 #flow-3,
  .lp_event_20240320 #catchup_content,
  .lp_event_20240320 #course-detail,
  .lp_event_20240320 #for_member,
  .lp_event_20240320 #free_event__link,
  .lp_event_20240320 #swiper {
    margin: 120px 0;
  }
  .lp_event_20240320 section > .section__title h2 {
    font-size: 18px;
  }
  .lp_event_20240320 #firstview .firstview__text h1 {
    font-size: 9vw;
  }
  .lp_event_20240320 #firstview .firstview__text h2 {
    font-size: 7vw;
  }
  .lp_event_20240320 #firstview .firstview__text h3 {
    font-size: 4vw;
  }
  .lp_event_20240320 .bg__image--pc {
    display: none;
  }
  .lp_event_20240320 .bg__image--sp {
    display: block;
  }
  .lp_event_20240320 .bg__content__wrapper {
    left: 0;
    width: 100%;
  }
  .lp_event_20240320 .fixed__logo {
    width: 40vw;
  }
  .lp_event_20240320 .nav__menu > img {
    width: 30vw;
  }
  .lp_event_20240320 #nav {
    display: none;
  }
  .lp_event_20240320 #sp-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
  }
  .lp_event_20240320 #sp-nav .nav__gauge {
    width: 100%;
    height: 6px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .lp_event_20240320 #sp-nav .nav__gauge div {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #7eee3e;
  }
  .lp_event_20240320 #sp-nav .sp-footer-nav {
    width: 100%;
    height: 36px;
    padding: 0;
    line-height: 1;
    font-size: 20px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
  }
  .lp_event_20240320 #sp-nav .sp-footer-nav li {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
    position: absolute;
    padding: 0 8vw;
    opacity: 0;
  }
  .lp_event_20240320 #sp-nav .sp-footer-nav li * {
    padding: 8px;
  }
  .lp_event_20240320 #sp-nav .sp-footer-nav .active {
    opacity: 1;
  }
  .lp_event_20240320 #sp-nav .sp-nav-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 80px 10vw;
    font-size: 18px;
    display: none;
    opacity: 0;
    transition: 0.3s;
  }
  .lp_event_20240320 #sp-nav .sp-nav-modal ul li {
    border-bottom: solid 1px #7eee3e;
    margin-top: 12px;
    position: relative;
  }
  .lp_event_20240320 #sp-nav .sp-nav-modal ul li a {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-right: 12px;
  }
  .lp_event_20240320 #sp-nav .sp-nav-modal ul li::after {
    content: "";
    border-bottom: solid 4px #7eee3e;
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    transition: 0.3s;
  }
  .lp_event_20240320 #sp-nav .sp-nav-modal ul .active::after {
    width: 100%;
  }
  .lp_event_20240320 #sp-nav .sp-nav-modal > p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2vh;
    width: 80%;
    text-align: center;
    display: block;
    margin: auto;
    cursor: pointer;
  }
  .lp_event_20240320 #sp-nav .sp-nav-modal > p span {
    font-size: 1.2em;
  }
  .lp_event_20240320 #sp-nav .sp-nav-modal #sp-nav-modal__close {
    position: fixed;
    top: 8px;
    right: 24px;
    font-size: 20px;
    color: #fff;
    height: max-content;
    width: max-content;
    bottom: unset;
    left: unset;
  }
  .lp_event_20240320 #sp-nav .sp-nav-modal .nav__menu__btn {
    margin-top: 36px;
  }
  .lp_event_20240320 #sp-nav .sp-nav-modal .nav__menu__btn a {
    color: #000;
  }
  .lp_event_20240320 .firstview__parallelogram {
    height: 48vh;
    left: -24vh;
  }
  .lp_event_20240320 .firstview__text {
    bottom: 12vh;
  }
  .lp_event_20240320 .firstview__text h1 {
    font-size: 28px;
  }
  .lp_event_20240320 .firstview__text h2 {
    font-size: 14px;
  }
  .lp_event_20240320 #overview h2 {
    width: 90vw;
    font-size: 4vw;
    margin: 64px auto;
  }
  .lp_event_20240320 #overview .overview__firstmessage {
    font-size: 26px;
    text-align: center;
    background: none;
  }
  .lp_event_20240320 #overview .overview__firstmessage span {
    display: inline;
    background: linear-gradient(transparent 70%, #7eee3e 50%);
  }
  .lp_event_20240320 #overview .overview__item {
    height: 30vh;
    margin-bottom: 40px;
  }
  .lp_event_20240320 #overview .overview__item__img__wrapper {
    width: 40%;
  }
  .lp_event_20240320 #overview .overview__item__img__mask p {
    font-size: 6vh;
  }
  .lp_event_20240320 #overview .overview__item__textbox {
    width: 60%;
  }
  .lp_event_20240320 #overview .overview__item__textbox h3 {
    font-size: clamp(1px, 3.4vw, 28px);
    margin: 8px 30px;
  }
  .lp_event_20240320 #overview .overview__item__textbox p {
    font-size: clamp(1px, 2.8vw, 16px);
  }
  .lp_event_20240320 #overview .overview__item--1 .overview__item__textbox::before, .lp_event_20240320 #overview .overview__item--3 .overview__item__textbox::before {
    border-top: calc(17.5vh + 2px) solid transparent;
    border-right: 20px solid #fff;
    border-bottom: calc(17.5vh + 2px) solid #fff;
    border-left: 20px solid transparent;
    left: -36px;
    left: -36px;
    transform: translateY(-20px);
  }
  .lp_event_20240320 #overview .overview__item--1 .overview__item__textbox > p, .lp_event_20240320 #overview .overview__item--3 .overview__item__textbox > p {
    margin-left: 30px;
  }
  .lp_event_20240320 #overview .overview__item--2 .overview__item__textbox::before {
    border-bottom: calc(17.5vh + 2px) solid transparent;
    border-left: 20px solid #fff;
    border-top: calc(17.5vh + 2px) solid #fff;
    border-right: 20px solid transparent;
    right: -36px;
  }
  .lp_event_20240320 #overview .overview__item--2 .overview__item__textbox > p {
    margin-left: 30px;
  }
  .lp_event_20240320 #overview .mainevent__title {
    margin: 16px 5%;
  }
  .lp_event_20240320 #overview .mainevent__subtitle {
    display: none;
  }
  .lp_event_20240320 #overview .mainevent__description {
    margin: 16px 5%;
    font-size: 18px;
  }
  .lp_event_20240320 #overview .mainevent__image {
    height: 45vw;
  }
  .lp_event_20240320 #overview .mainevent__image img {
    width: 80%;
    height: 45vw;
  }
  .lp_event_20240320 #overview .mainevent__text {
    width: 45vw;
    font-size: calc(11.5vw - 16px);
  }
  .lp_event_20240320 #overview .mainevent__text__wrapper--left {
    left: 0;
  }
  .lp_event_20240320 #overview .mainevent__text__wrapper--right {
    right: 0;
  }
  .lp_event_20240320 .free_event__link .sublp_link {
    width: 90%;
    height: 180px;
  }
  .lp_event_20240320 .free_event__link .sublp_link .coming_soon {
    font-size: 28px;
    line-height: 3.4;
  }
  .lp_event_20240320 .free_event__link .sublp_link::before {
    border-top-width: 94px;
    border-right-width: 20px;
    border-bottom-width: 94px;
    border-left-width: 20px;
    left: calc(30% - 36px);
  }
  .lp_event_20240320 .free_event__link .sublp_link::after {
    border-bottom-width: 94px;
    border-left-width: 20px;
    border-top-width: 94px;
    border-right-width: 20px;
    right: calc(30% - 36px);
  }
  .lp_event_20240320 .free_event__link .sublp_link__img__wrapper {
    width: 30%;
  }
  .lp_event_20240320 .free_event__link__textbox {
    display: block;
  }
  .lp_event_20240320 .free_event__link__textbox__daybox {
    display: flex;
    justify-content: center;
    line-height: 1;
  }
  .lp_event_20240320 .free_event__link__textbox__month {
    font-size: 18px;
  }
  .lp_event_20240320 .free_event__link__textbox__day {
    font-size: 36px;
  }
  .lp_event_20240320 .free_event__link__textbox__weekday {
    font-size: 12px;
  }
  .lp_event_20240320 .free_event__link__textbox__comma {
    font-size: 24px;
  }
  .lp_event_20240320 .free_event__link__textbox__place {
    font-size: 18px;
  }
  .lp_event_20240320 .free_event__link__textbox__text {
    font-size: 16px;
    margin-left: 0;
    margin-top: 14px;
  }
  .lp_event_20240320 #flow--whole .flow--whole__wrapper {
    width: 95%;
  }
  .lp_event_20240320 #flow--whole .flow--whole__box--2 div p {
    font-size: 20px;
  }
  .lp_event_20240320 #flow--whole .flow--whole__box--4-2 {
    height: 76px;
  }
  .lp_event_20240320 #flow--whole .flow--whole__box--4-2 div {
    height: 64px;
  }
  .lp_event_20240320 #flow--whole .flow--whole__box--4-2 div p {
    font-size: 20px;
    line-height: 1.4;
  }
  .lp_event_20240320 #flow--whole .flow--whole__box--6-1 img {
    width: 90%;
  }
  .lp_event_20240320 #flow--whole .flow--whole__box--6-2 img {
    width: 90%;
  }
  .lp_event_20240320 #flow--whole .flow--whole__box--6-3 img {
    width: 90%;
  }
  .lp_event_20240320 #flow--whole .flow--whole__caution {
    width: 90%;
  }
  .lp_event_20240320 #flow-1 .steptitle {
    font-size: 32px;
    margin-left: 5vw;
  }
  .lp_event_20240320 #flow-1 .flow__bg {
    font-size: 22vw;
  }
  .lp_event_20240320 #catchup_content .steptitle {
    font-size: 32px;
    margin-left: 5vw;
  }
  .lp_event_20240320 #catchup_content .flow__bg {
    font-size: 22vw;
  }
  .lp_event_20240320 #catchup_content .catchup_content {
    flex-flow: column;
    width: 90%;
  }
  .lp_event_20240320 #catchup_content .catchup_content img {
    width: 70%;
    margin: auto auto 24px;
  }
  .lp_event_20240320 #catchup_content .catchup_content__textbox {
    width: 100%;
  }
  .lp_event_20240320 #catchup_content > p i b {
    width: 100%;
    display: inline;
  }
  .lp_event_20240320 .content {
    overflow: visible;
  }
  .lp_event_20240320 .content .steptitle {
    font-size: 32px;
    margin-left: 5vw;
  }
  .lp_event_20240320 .content .flow__bg {
    font-size: 22vw;
  }
  .lp_event_20240320 .content .course_list {
    flex-wrap: wrap;
  }
  .lp_event_20240320 .content .course_list a {
    width: 48%;
    margin-top: 24px;
  }
  .lp_event_20240320 .content #course_content .content__content h3 {
    font-size: 26px;
  }
  .lp_event_20240320 .content #course_content .content__comment {
    top: -42px;
  }
  .lp_event_20240320 .content #course_content .content__school__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 14px 0px;
  }
  .lp_event_20240320 .content #course_content .content__school__item h4 {
    height: max-content;
    font-size: 16px;
    padding: 6px 12px;
  }
  .lp_event_20240320 .content #course_content .content__school__item p {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
  .lp_event_20240320 .content #course_content .content__school__list div h5 {
    font-size: 14px;
  }
  .lp_event_20240320 #calendar .calendar__wrapper {
    width: 98%;
    margin: 0 1%;
    font-size: 12px;
  }
  .lp_event_20240320 #calendar .fc-daygrid-event-dot {
    margin: 0;
  }
  .lp_event_20240320 #calendar .fc-event-title {
    font-weight: 400;
  }
  .lp_event_20240320 .comment__content--a {
    margin-bottom: 0;
  }
  .lp_event_20240320 .comment__content--a--left > div:nth-child(1) > img:nth-child(1) {
    transform: translate3d(-48px, 32px, 0);
  }
  .lp_event_20240320 .comment__content--c img.comment__content--c__bgnum {
    width: 20vw;
    left: 0;
    right: unset;
  }
  .lp_event_20240320 #comment-4 .comment__content--b > div {
    margin: calc(75vw - 42px) auto 0;
  }
  .lp_event_20240320 .detail__content h4 {
    font-size: 20px;
  }
  .lp_event_20240320 .detail__content h4 br {
    display: block;
  }
  .lp_event_20240320 .detail__content__detaillist {
    max-width: 90vw;
  }
  .lp_event_20240320 .detail__notice_text {
    width: 90vw;
  }
  .lp_event_20240320 .flow {
    padding: 0 5vw;
  }
  .lp_event_20240320 #course_content .content__comment {
    top: -48px;
  }
  .lp_event_20240320 #school_info .school_info__wrapper {
    width: 90vw;
  }
  .lp_event_20240320 #school_info .school_info__wrapper .place__wrapper {
    flex-flow: column;
    justify-content: center;
  }
  .lp_event_20240320 #school_info .school_info__wrapper .place__wrapper__item {
    width: 80%;
    margin: 24px auto 0;
  }
  .lp_event_20240320 #school_info .school_info__wrapper .place__wrapper__item iframe {
    height: 50vw;
  }
  .lp_event_20240320 #school_info .school_info__wrapper .place__wrapper > img {
    width: 80%;
    margin: auto;
  }
  .lp_event_20240320 .introduction__link {
    margin-bottom: 240px;
  }
  .lp_event_20240320 .introduction__link a {
    display: block;
    width: 90vw;
    position: relative;
    height: 40vw;
  }
  .lp_event_20240320 .introduction__link__text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    color: #fff;
    margin: 0;
  }
  .lp_event_20240320 .introduction__link__text div {
    font-size: 16px;
    margin: auto;
  }
  .lp_event_20240320 .introduction__link__text--question {
    display: none;
  }
  .lp_event_20240320 .introduction__link__img__wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .lp_event_20240320 .form__btn {
    width: 90vw;
  }
  .lp_event_20240320 .notice-1 > div > img {
    margin: auto;
    width: 80vw;
    height: auto;
  }
  .lp_event_20240320 .notice-1__classroom--1 {
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, -100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_event_20240320 .notice-1__classroom--2 {
    bottom: -10px;
    left: 0;
    right: 0;
    transform: translate3d(0, 100%, 0);
    text-align: left;
    width: 90vw;
    margin: auto;
  }
  .lp_event_20240320 .notice-1__bg {
    opacity: 0.2;
  }
  .lp_event_20240320 .notice-1__bg--1 {
    top: 0;
    bottom: unset;
    transform: translate3d(0, -110%, 0);
  }
  .lp_event_20240320 .notice-1__bg--2 {
    top: unset;
    bottom: 0;
    transform: translate3d(0, 110%, 0);
  }
  .lp_event_20240320 .lp__swiper {
    height: calc(46.875vw - 28.125px);
  }
  .lp_event_20240320 .event__content {
    width: 90vw;
    margin: 60px auto;
  }
  .lp_event_20240320 .event__content img {
    width: 90vw;
    margin-bottom: 24px;
  }
  .lp_event_20240320 .event__content__title--pc {
    display: none;
  }
  .lp_event_20240320 .event__content__title--sp {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: max-content;
  }
  .lp_event_20240320 .event__content p {
    margin-top: 12px;
  }
  .lp_event_20240320 .event__description {
    width: 90vw;
    margin: 60px auto;
  }
  .lp_event_20240320 .promotion-btn {
    transform: translateX(0);
  }
  .lp_event_20240320 .promotion-btn__sp {
    background-color: #7eee3e;
    display: flex;
    position: fixed;
    bottom: 42px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 40;
    justify-content: center;
    align-items: center;
  }
  .lp_event_20240320 .promotion-btn__sp p {
    font-size: 18px;
    line-height: 1;
    padding: 12px;
    font-weight: bold;
  }
  .lp_event_20240320 .promotion-btn__sp img {
    height: 32px;
  }
  .lp_event_20240320 #form {
    padding: 24px 12px;
  }
  .lp_event_20240320 #form form {
    padding: 12px 24px;
  }
  .lp_event_20240320 #form .form__close {
    top: 36px;
    right: 36px;
  }
  .lp_event_20240320 .apply-modal {
    padding: 24px 12px;
  }
  .lp_event_20240320 .apply-modal__close-btn {
    right: 24px;
  }
  .lp_event_20240320 .apply-modal__wrapper {
    padding: 138px 0 12px;
  }
  .lp_event_20240320 .apply-modal__scrollarea {
    padding: 0 18px;
  }
  .lp_event_20240320 .apply-modal__btn__list {
    margin: 36px auto 48px;
  }
  .lp_event_20240320 .apply-modal__btn__list h3 {
    font-size: 18px;
  }
  .lp_event_20240320 .apply-modal__table--master .apply-modal__table__item {
    width: calc(50% - 59px);
  }
  .lp_event_20240320 .apply-modal__table--master .apply-modal__table__item:first-child {
    width: 118px;
  }
  .lp_event_20240320 .apply-modal__table--shortcourse .apply-modal__table__item {
    width: calc(25% - 29.5px);
  }
  .lp_event_20240320 .apply-modal__table--shortcourse .apply-modal__table__item:first-child {
    width: 118px;
  }
  .lp_event_20240320 .apply-modal__table__item {
    padding: 8px 6px;
  }
  .lp_event_20240320 .apply-modal__table__item a {
    padding: 4px 8px;
    font-size: 12px;
  }
  .lp_event_20240320 .course-detail {
    padding: 0 5vw;
  }
  .lp_event_20240320 .course-detail .table1 {
    width: 85vw;
  }
  .lp_event_20240320 .course-detail .table1 tr td:nth-of-type(1) {
    width: 30%;
    text-align: center;
  }
  .lp_event_20240320 .course-detail .table1 tr td:nth-of-type(2) {
    width: 70%;
  }
  .lp_event_20240320 .course-detail #table2 {
    width: 85vw;
  }
  .lp_event_20240320 .course-detail #table2 tr td:nth-of-type(1) {
    width: 10%;
    text-align: center;
  }
  .lp_event_20240320 .course-detail #table2 tr td:nth-of-type(2) {
    width: 20%;
    text-align: center;
  }
  .lp_event_20240320 .course-detail #table2 tr td:nth-of-type(3) {
    width: 70%;
  }
  .lp_event_20240320 .course-detail table {
    width: 100%;
  }
  .lp_event_20240320 .course-detail table tr td {
    padding: 32px 12px;
    font-size: 1.1em;
  }
  .lp_event_20240320 .course-detail table tr td:nth-of-type(1) {
    width: 20%;
    text-align: center;
  }
  .lp_event_20240320 .course-detail table tr td:nth-of-type(2) {
    width: 80%;
  }
  .lp_event_20240320 footer {
    margin-left: 0;
  }
}

@keyframes course-text-1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.4;
  }
}
@keyframes course-text-2 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
@keyframes course-image-1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
}
@keyframes course-image-2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
@keyframes nav_animation {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(1.2, 0.95) translate(-10%, 0%);
  }
  50% {
    transform: scale(0.9, 1.1) translate(5%, 0%);
  }
  60% {
    transform: scale(1.05, 0.95) translate(-3%, 0%);
  }
  70% {
    transform: scale(0.95, 1.05) translate(3%, 0%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.lp_event_2024_gw #comment-1,
.lp_event_2024_gw #comment-2,
.lp_event_2024_gw #comment-3,
.lp_event_2024_gw #comment-4,
.lp_event_2024_gw #course,
.lp_event_2024_gw #course-detail,
.lp_event_2024_gw #detail,
.lp_event_2024_gw #form,
.lp_event_2024_gw #notice-1,
.lp_event_2024_gw #review,
.lp_event_2024_gw #event,
.lp_event_2024_gw #free_event__link {
  margin: 15vh auto;
}
.lp_event_2024_gw #comment-1,
.lp_event_2024_gw #comment-2,
.lp_event_2024_gw #comment-3,
.lp_event_2024_gw #comment-4,
.lp_event_2024_gw #course,
.lp_event_2024_gw #course-detail,
.lp_event_2024_gw #detail,
.lp_event_2024_gw #form,
.lp_event_2024_gw footer,
.lp_event_2024_gw .promotion-btn,
.lp_event_2024_gw #notice-1,
.lp_event_2024_gw #review,
.lp_event_2024_gw #event,
.lp_event_2024_gw #free_event__link {
  position: relative;
  z-index: 10;
}
.lp_event_2024_gw #nav,
.lp_event_2024_gw #fixed {
  position: relative;
  z-index: 20;
}
.lp_event_2024_gw .highlight--green {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.lp_event_2024_gw .bg__image {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}
.lp_event_2024_gw .bg__image--pc {
  display: block;
}
.lp_event_2024_gw .bg__image--sp {
  display: none;
}
.lp_event_2024_gw .fixed__logo {
  display: flex;
  width: 14vw;
  top: 4vh;
  left: 3vw;
  position: fixed;
}
.lp_event_2024_gw .fixed__logo--white {
  opacity: 1;
}
.lp_event_2024_gw .fixed__logo--black {
  opacity: 0;
}
.lp_event_2024_gw .nav {
  transition: 0.3s;
}
.lp_event_2024_gw .nav .menu_icon {
  display: none;
}
.lp_event_2024_gw .nav__tri {
  display: none;
}
.lp_event_2024_gw .nav__menu {
  width: 100vw;
  position: fixed;
  display: flex;
  background-color: rgba(255, 255, 255, 0.87);
  padding: 4px 24px;
  justify-content: center;
  transition: top 0.3s;
  top: 0;
}
.lp_event_2024_gw .nav__menu > img {
  width: 8vw;
  margin-right: 15%;
  display: block;
}
.lp_event_2024_gw .nav__menu li {
  flex-grow: 1;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  text-align: center;
  align-items: center;
  padding: 0 4px 0 4px;
}
.lp_event_2024_gw .nav__menu li a {
  position: relative;
  text-decoration: none;
  padding-bottom: 0px;
  transition: padding 0.3s ease-in-out;
}
.lp_event_2024_gw .nav__menu li a::before {
  content: "";
  position: absolute;
  bottom: -2;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #7eee3e;
  transition: width 0.2s ease-in-out;
}
.lp_event_2024_gw .nav__menu li:hover a {
  padding-bottom: 0;
}
.lp_event_2024_gw .nav__menu li:hover a::before {
  width: 100%;
}
.lp_event_2024_gw .nav__menu__text {
  display: none;
}
.lp_event_2024_gw .nav__menu__btn {
  margin: 4px auto 8px;
}
.lp_event_2024_gw .nav__menu__btn a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #7eee3e;
  padding: 0px 20px;
  width: max-content;
  margin: 4px auto;
  box-shadow: -4px 4px 0px #000;
  position: relative;
}
.lp_event_2024_gw .nav__menu__btn a img {
  height: 32px;
  z-index: 2;
}
.lp_event_2024_gw .nav__menu__btn a p {
  z-index: 2;
  padding: 8px 0 8px 0;
}
.lp_event_2024_gw .nav__menu__btn a > div {
  background: #b5f6b7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.lp_event_2024_gw .nav__menu__btn a:hover > div {
  width: 100%;
}
.lp_event_2024_gw .nav__menu__btn p {
  text-align: center;
  font-size: 14px;
}
.lp_event_2024_gw .nav__menu__taiken__btn {
  position: fixed;
  bottom: 40px;
  right: 32px;
  z-index: 2147483647;
  display: inline-block;
  width: 298px;
  height: 62px;
  background-color: rgb(25, 115, 193);
}
.lp_event_2024_gw .nav__menu__taiken__btn:hover {
  background-color: rgb(144, 199, 239);
}
.lp_event_2024_gw .nav__menu__taiken__btn a {
  display: flex;
  align-items: center;
  padding: 15px 32px;
  justify-content: center;
  gap: 8px;
  box-shadow: -8px 8px 0px 0px #000;
}
.lp_event_2024_gw .nav__menu__taiken__btn a p {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  letter-spacing: 0.15px;
  color: rgb(255, 255, 255);
}
.lp_event_2024_gw .nav__menu__taiken__btn a img {
  height: 32px;
  z-index: 2;
}
.lp_event_2024_gw .promotion-btn a {
  background-color: #7eee3e;
}
.lp_event_2024_gw .promotion-btn a > div {
  background: #b5f6b7;
}
.lp_event_2024_gw .promotion-btn a > img {
  height: 32px;
}
.lp_event_2024_gw .firstview {
  width: 100%;
  height: 100vh;
  position: relative;
}
.lp_event_2024_gw .firstview__video {
  position: absolute;
  width: 90vw;
  height: 88vh;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.lp_event_2024_gw .firstview__video__mask {
  position: absolute;
  width: 90vw;
  height: 88vh;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.64);
}
.lp_event_2024_gw .firstview__parallelogram {
  position: absolute;
  height: 80vh;
  left: 0;
  top: -30px;
}
.lp_event_2024_gw .firstview__parallelogram__bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}
.lp_event_2024_gw .firstview__text {
  position: absolute;
  width: max-content;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 22vh;
  text-align: left;
  margin: auto;
  top: 35%;
}
.lp_event_2024_gw .firstview__text h1 {
  margin-bottom: 4vh;
}
.lp_event_2024_gw .firstview__text h2 {
  margin-bottom: 2vh;
  font-size: 22px;
}
.lp_event_2024_gw .firstview__promotion-btn a {
  top: 65vh;
  padding: 11px 38px;
  width: 280px;
  background-color: #7eee3e;
}
.lp_event_2024_gw .firstview__promotion-btn a > div {
  background: #b5f6b7;
}
.lp_event_2024_gw .firstview__promotion-btn a > p {
  font-size: 14px;
}
.lp_event_2024_gw .comment .section__title {
  position: relative;
  width: max-content;
  margin-left: 5vw;
}
.lp_event_2024_gw .comment .section__title image {
  height: 48px;
  margin-right: 40vw;
}
.lp_event_2024_gw .comment .section__title h2 {
  font-style: italic;
  font-family: Noto Sans JP;
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  text-align: left;
  padding-right: 24px;
}
.lp_event_2024_gw .comment .section__title h3 {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.150000006px;
  text-align: left;
  margin-top: 20px;
}
.lp_event_2024_gw .comment-1 .section__content {
  display: flex;
  text-align: center;
}
.lp_event_2024_gw .comment-1 .section__content__container {
  width: 40vw;
  margin-left: 10vw;
}
.lp_event_2024_gw .comment-1 .section__content__container--left {
  margin: 5vh 0 0 10vw;
}
.lp_event_2024_gw .comment-1 .section__content__container--left h2 {
  font-family: Noto Sans JP;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  text-align: left;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.lp_event_2024_gw .comment-1 .section__content__container--left p {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.5px;
  text-align: left;
}
.lp_event_2024_gw .comment-1 .section__content__container--left .content__info {
  margin-top: 5vh;
  width: 100%;
}
.lp_event_2024_gw .comment-1 .section__content__container--left .content__info .content__info__list > ul {
  width: max-content;
  margin-left: 0;
  display: flex;
  text-align: left;
  justify-content: flex-end;
}
.lp_event_2024_gw .comment-1 .section__content__container--left .content__info .content__info__list > ul li {
  border: 1px solid black;
  border-radius: 8px 8px 0 0;
  width: 132px;
  height: 50px;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
}
.lp_event_2024_gw .comment-1 .section__content__container--left .content__info .content__info__list > ul .active {
  background-color: rgb(126, 238, 62);
}
.lp_event_2024_gw .comment-1 .section__content__container--left .content__info .content__table {
  display: none;
  width: 100%;
}
.lp_event_2024_gw .comment-1 .section__content__container--left .content__info .content__table table {
  border-collapse: collapse;
  border: 1px solid black;
  width: 100%;
}
.lp_event_2024_gw .comment-1 .section__content__container--left .content__info .content__table table th {
  width: 20%;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.5px;
  text-align: left;
  border: 1px solid black;
  height: max-content;
  padding: 14px 14px;
}
.lp_event_2024_gw .comment-1 .section__content__container--left .content__info .content__table table td {
  background: rgba(43, 143, 56, 0.12);
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-align: left;
  width: 80%;
  border: 1px solid black;
  height: 46px;
  padding: 16px 16px;
}
.lp_event_2024_gw .comment-1 .section__content__container--left .content__info .content__table table td .red {
  color: red;
}
.lp_event_2024_gw .comment-1 .section__content__container--left .content__info .active {
  display: block;
}
.lp_event_2024_gw .comment-1 .section__content__container--right {
  height: max-content;
  margin-left: 5vw;
  margin-right: 0;
}
.lp_event_2024_gw .comment-1 .section__content__container--right img {
  overflow: hidden;
  width: 50vw;
  margin: 20% 0 auto auto;
  bottom: 10vh;
}
.lp_event_2024_gw .comment-2 {
  background-color: var(--2024GW, rgb(253, 245, 222));
  position: relative;
  padding-bottom: 60px;
}
.lp_event_2024_gw .comment-2 .schedule__title h1 {
  font-family: Video;
  font-size: 150px;
  font-weight: 700;
  line-height: 60.86px;
  text-align: center;
  color: rgb(255, 255, 255);
  padding-top: 50px;
}
.lp_event_2024_gw .comment-2 .schedule__title h2 {
  font-family: Noto Sans JP;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
  background: linear-gradient(270deg, #9f9f9f 0%, #a09efd 49.97%, #257acd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 50px;
  width: 100%;
}
.lp_event_2024_gw .comment-2 .schedule__content {
  margin-top: 10vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child {
  margin-top: 20px;
  width: 80vw;
  height: max-content;
  display: flex;
  text-align: center;
  justify-content: center;
}
.lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .schedule__arrow {
  height: 146px;
  width: 56;
  background: rgb(25, 115, 193);
  position: relative;
  margin-top: 10px;
}
.lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .schedule__arrow .time {
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.25px;
  text-align: right;
  position: relative;
  z-index: 100;
  color: white;
  top: 20px;
}
.lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .schedule__arrow::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0px;
  border-top: 20px solid var(--2024GW, rgb(253, 245, 222));
  border-bottom: solid 20px transparent;
  border-left: solid 28px transparent;
  border-right: solid 28px transparent;
}
.lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .schedule__arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  border-top: solid 20px rgb(25, 115, 193);
  border-bottom: solid 20px transparent;
  border-left: solid 28px transparent;
  border-right: solid 28px transparent;
  bottom: -40px;
  z-index: 100;
}
.lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .content--body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .content--body .content--left {
  width: 30vw;
  margin: 5px 50px 5px 50px;
  padding: 5px auto;
  min-width: 200px;
}
.lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .content--body .content--left .content__title {
  width: max-content;
  display: flex;
  text-align: left;
  justify-content: flex-end;
}
.lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .content--body .content--left .content__title img {
  width: 40px;
  height: 60px;
}
.lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .content--body .content--left .content__title h2 {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.150000006px;
  text-align: center;
  height: max-content;
  margin: 5px auto;
  padding-top: 10px;
  margin-left: 10px;
}
.lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .content--body .content--left .content__detail {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.400000006px;
  text-align: left;
  height: max-content;
}
.lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .content--body .content--right {
  height: max-content;
  margin-top: 30px;
}
.lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .content--body .content--right img {
  width: 250px;
}
.lp_event_2024_gw .comment-3__title {
  display: flex;
  justify-self: center;
  align-items: center;
  width: max-content;
  margin: 60px auto;
}
.lp_event_2024_gw .comment-3__title h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 36px;
}
.lp_event_2024_gw .comment-3__title img {
  height: 48px;
}
.lp_event_2024_gw .comment-3__wrapper {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  margin: 48px auto 120px;
}
.lp_event_2024_gw .comment-3__content {
  width: 30%;
  margin: 0 auto;
}
.lp_event_2024_gw .comment-3__content__title {
  display: flex;
  align-items: flex-end;
}
.lp_event_2024_gw .comment-3__content__title h3 {
  font-size: 20px;
  font-weight: bold;
}
.lp_event_2024_gw .comment-3__content__title > img {
  width: 84px;
  margin-right: 16px;
}
.lp_event_2024_gw .comment-3__content > img {
  width: 100%;
  height: 24vw;
  margin: 24px auto;
  object-fit: contain;
}
.lp_event_2024_gw .comment-3__content p {
  line-height: 2;
}
.lp_event_2024_gw .comment-3__content a {
  display: flex;
  border: solid 1px #000;
  border-radius: 22px;
  box-shadow: 1px 4px 4px 2px #999;
  background-color: #fff;
  width: max-content;
  margin: 48px auto;
  align-items: center;
  height: 44px;
  padding: 0 24px;
  transition: 0.3s;
}
.lp_event_2024_gw .comment-3__content a:hover {
  background-color: #7eee3e;
}
.lp_event_2024_gw .comment-3__content a img {
  width: 28px;
  height: 28px;
}
.lp_event_2024_gw .comment-3__content a p {
  line-height: 1;
  margin-left: 8px;
}
.lp_event_2024_gw .comment-4 {
  padding-top: 120px;
  z-index: 10000000000;
}
.lp_event_2024_gw .comment-4 .beengineer__wrapper {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-top: 36px;
}
.lp_event_2024_gw .comment-4 .beengineer__wrapper > div {
  width: 50%;
}
.lp_event_2024_gw .comment-4 .beengineer__image {
  width: 60vw;
  position: absolute;
  right: 24px;
  height: 42.4vw;
}
.lp_event_2024_gw .comment-4 .beengineer__image__wrapper {
  overflow: hidden;
  position: relative;
  height: 42.4vw;
}
.lp_event_2024_gw .comment-4 .beengineer__textblock {
  padding: 0 10vw 0 24px;
  width: 40vw;
}
.lp_event_2024_gw .comment-4 .beengineer__textblock h4 {
  font-size: 36px;
  font-weight: bold;
  margin: 48px 0 36px;
}
.lp_event_2024_gw .comment-4 .beengineer__textblock p {
  width: 100%;
  line-height: 2;
}
.lp_event_2024_gw .comment-4 .beengineer__textblock a {
  display: flex;
  border: solid 1px #000;
  border-radius: 22px;
  box-shadow: 1px 4px 4px 2px #999;
  background-color: #fff;
  width: max-content;
  margin-top: 36px;
  align-items: center;
  height: 44px;
  padding: 0 24px;
  transition: 0.3s;
}
.lp_event_2024_gw .comment-4 .beengineer__textblock a:hover {
  background-color: #7eee3e;
}
.lp_event_2024_gw .comment-4 .beengineer__textblock a img {
  width: 28px;
  height: 28px;
}
.lp_event_2024_gw .comment-4 .beengineer__textblock a p {
  line-height: 1;
  margin-left: 8px;
}
@media (max-width: 1023px) {
  .lp_event_2024_gw #comment-1,
  .lp_event_2024_gw #comment-2,
  .lp_event_2024_gw #comment-3,
  .lp_event_2024_gw #comment-4,
  .lp_event_2024_gw #course,
  .lp_event_2024_gw #course-detail,
  .lp_event_2024_gw #detail,
  .lp_event_2024_gw #form,
  .lp_event_2024_gw .free_event__link {
    margin: 120px auto;
  }
  .lp_event_2024_gw .bg__image--pc {
    display: none;
  }
  .lp_event_2024_gw .bg__image--sp {
    display: block;
  }
  .lp_event_2024_gw .fixed__logo {
    width: 30vw;
    display: block;
  }
  .lp_event_2024_gw .fixed__logo--black {
    opacity: 1;
  }
  .lp_event_2024_gw .nav.open {
    position: fixed;
    display: block;
    z-index: 10;
    right: 0;
    top: 0;
  }
  .lp_event_2024_gw .nav {
    display: block;
    right: -100%;
    top: -100%;
    transition: 0.3s ease-in-out;
  }
  .lp_event_2024_gw .nav__tri {
    width: 28vw;
    display: fixed;
  }
  .lp_event_2024_gw .nav__menu {
    position: fixed;
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: rgb(255, 255, 255);
  }
  .lp_event_2024_gw .nav__menu > img {
    margin-top: 8%;
    margin-left: -3%;
    margin-bottom: 5vh;
    width: 30vw;
  }
  .lp_event_2024_gw .nav__menu li {
    height: 4vh;
    margin-left: 3vw;
    margin-bottom: 4vh;
    font-size: 16px;
    border-bottom: solid 2px #7eee3e;
  }
  .lp_event_2024_gw .nav__menu li a {
    text-align: left;
    width: 100%;
    height: 100%;
  }
  .lp_event_2024_gw .nav__menu li a:hover {
    padding-bottom: 2px;
  }
  .lp_event_2024_gw .nav__menu li a:hover::before {
    width: 0;
  }
  .lp_event_2024_gw .nav__menu__text {
    margin-top: 30%;
    display: block;
  }
  .lp_event_2024_gw .nav__menu__text p {
    text-align: center;
  }
  .lp_event_2024_gw .nav__menu__btn {
    margin-top: 0;
  }
  .lp_event_2024_gw .nav__menu__taiken__btn {
    display: none;
  }
  .lp_event_2024_gw .nav__tri {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
  }
  .lp_event_2024_gw .nav .menu-icon {
    display: block;
    position: fixed;
    width: 9vw;
    height: 9vw;
    top: 2vh;
    right: 3vw;
    box-sizing: border-box;
    z-index: 1000;
  }
  .lp_event_2024_gw .nav span {
    width: 80%;
    display: block;
    height: 5%;
    background: #444;
    position: absolute;
    border-radius: 4px;
    left: 10%;
    transition: all 0.5s ease;
  }
  .lp_event_2024_gw .nav .bar1 {
    top: 16%;
    background-color: black;
  }
  .lp_event_2024_gw .nav .bar2 {
    top: 50%;
    background-color: black;
  }
  .lp_event_2024_gw .nav .bar3 {
    bottom: 10%;
    background-color: black;
  }
  .lp_event_2024_gw .nav .bar1.open {
    top: 50%;
    transform: rotate(45deg);
  }
  .lp_event_2024_gw .nav .bar2.open {
    opacity: 0;
  }
  .lp_event_2024_gw .nav .bar3.open {
    top: 50%;
    transform: rotate(-45deg);
  }
  .lp_event_2024_gw .firstview__video {
    position: absolute;
    width: 100vw;
    height: 90vh;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
  }
  .lp_event_2024_gw .firstview__video__mask {
    position: absolute;
    width: 100vw;
    height: 90vh;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.64);
  }
  .lp_event_2024_gw .firstview__parallelogram {
    height: 70vh;
    left: -10vw;
  }
  .lp_event_2024_gw .firstview__parallelogram__bottom {
    display: none;
  }
  .lp_event_2024_gw .firstview__text {
    margin-left: 10vw;
    margin-top: 18vh;
    width: 80vw;
  }
  .lp_event_2024_gw .firstview__text h1 {
    font-size: 28px;
  }
  .lp_event_2024_gw .firstview__text h2 {
    font-size: 14px;
  }
  .lp_event_2024_gw .firstview__promotion-btn {
    width: 100%;
    z-index: 20;
    position: absolute;
    text-align: center;
    bottom: 20vh;
  }
  .lp_event_2024_gw .firstview__promotion-btn a {
    margin: auto;
    top: 13vh;
    padding: 11px 38px;
    width: 280px;
    background-color: #7eee3e;
    height: 80px;
  }
  .lp_event_2024_gw .firstview__promotion-btn a > div {
    background: #b5f6b7;
  }
  .lp_event_2024_gw .firstview__promotion-btn a > p {
    font-size: 14px;
  }
  .lp_event_2024_gw .comment .section__title image {
    width: 51px;
    height: 28px;
    margin-left: 10px;
  }
  .lp_event_2024_gw .comment .section__title h2 {
    font-style: italic;
    font-size: 24px;
    font-weight: 700;
    line-height: 62px;
    text-align: left;
    margin-right: 24px;
  }
  .lp_event_2024_gw .comment .section__title h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: 0.25px;
    text-align: left;
  }
  .lp_event_2024_gw .comment-1 .section__content {
    display: flex;
    flex-direction: column-reverse;
    width: max-content;
  }
  .lp_event_2024_gw .comment-1 .section__content__container {
    width: 80vw;
  }
  .lp_event_2024_gw .comment-1 .section__content__container--left .content__info__list ul > li {
    width: 110px;
    max-width: 25vw;
    background-color: #fff;
  }
  .lp_event_2024_gw .comment-1 .section__content__container--left .content__info .content__table table {
    border: 1px solid black;
    font-size: 14px;
    box-shadow: 0 0 0 2px rgb(126, 238, 62);
  }
  .lp_event_2024_gw .comment-1 .section__content__container--left .content__info .content__table table th {
    text-align: center;
    background: white;
    border: 0;
    font-size: 14px;
    width: 34%;
    position: relative;
  }
  .lp_event_2024_gw .comment-1 .section__content__container--left .content__info .content__table table th::before {
    position: absolute;
    content: "";
    top: 0;
    height: 0;
    width: max-content;
    height: max-content;
    border-radius: 10%;
    background: var(--Schemes-Surface-Variant, rgb(223, 226, 235));
  }
  .lp_event_2024_gw .comment-1 .section__content__container--left .content__info .content__table table th span {
    background-color: var(--Schemes-Surface-Variant, rgb(223, 226, 235));
    border-radius: 4px;
    display: inline-block;
    width: 80px;
    height: 29px;
  }
  .lp_event_2024_gw .comment-1 .section__content__container--left .content__info .content__table table td {
    border: 0;
    background: white;
    width: 80%;
  }
  .lp_event_2024_gw .comment-1 .section__content__container--left .content__info .content__table table td span {
    display: none;
  }
  .lp_event_2024_gw .comment-1 .section__content__container--right {
    margin: initial;
  }
  .lp_event_2024_gw .comment-1 .section__content__container--right img {
    width: 80vw;
    margin-top: 5%;
    margin-left: 8vw;
  }
  .lp_event_2024_gw .comment-1 .form__btn {
    width: 90vw;
  }
  .lp_event_2024_gw .comment-1 .apply-form {
    width: 90vw;
  }
  .lp_event_2024_gw .comment-2 .schedule__title h1 {
    font-size: 14vw;
  }
  .lp_event_2024_gw .comment-2 .schedule__title h2 {
    font-size: 6vw;
  }
  .lp_event_2024_gw .comment-2 .schedule__content {
    margin-right: 0;
  }
  .lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child {
    margin-right: 12vw;
    display: flex;
    justify-content: flex-end;
    height: max-content;
    margin-left: 5vw;
  }
  .lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .schedule__arrow {
    height: 400px;
    width: 56px;
    justify-content: center;
    margin: 10px;
    position: relative;
    z-index: 500;
  }
  .lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .schedule__arrow .time {
    margin: auto;
    font-size: 16px;
  }
  .lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .schedule__arrow .time__1 {
    position: absolute;
    top: 170px;
    left: 20px;
  }
  .lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .schedule__arrow .time__2 {
    position: absolute;
    top: 200px;
    left: 24px;
  }
  .lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .schedule__arrow .time__3 {
    position: absolute;
    top: 230px;
    left: 20px;
  }
  .lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .schedule__arrow .digit__3 {
    position: absolute;
    top: 230px;
    left: 16px;
  }
  .lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .content--body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: max-content;
  }
  .lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .content--body .content--left {
    margin: 0;
  }
  .lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .content--body .content--left .content__detail {
    width: 60vw;
    margin: 0;
    padding-left: 10px;
  }
  .lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .content--body .content--right {
    text-align: left;
    width: max-content;
    margin: 0;
  }
  .lp_event_2024_gw .comment-2 .schedule__content .schedule__content__child .content--body .content--right img {
    width: 60vw;
    margin: 0;
    padding: 10px 10px;
  }
  .lp_event_2024_gw .comment-3__title {
    margin-bottom: 0;
  }
  .lp_event_2024_gw .comment-3__title h2 {
    font-size: 18px;
    margin: 0 12px;
  }
  .lp_event_2024_gw .comment-3__title img {
    height: 18px;
  }
  .lp_event_2024_gw .comment-3__wrapper {
    margin-top: 0;
    flex-direction: column;
  }
  .lp_event_2024_gw .comment-3__content {
    width: 90%;
  }
  .lp_event_2024_gw .comment-3__content__title {
    margin-top: 48px;
  }
  .lp_event_2024_gw .comment-3__content__title h3 {
    font-size: 18px;
  }
  .lp_event_2024_gw .comment-3__content__title > img {
    width: 72px;
  }
  .lp_event_2024_gw .comment-3__content > img {
    width: 100%;
    height: 69vw;
    object-fit: contain;
  }
  .lp_event_2024_gw .comment-3__content p {
    line-height: 1.8;
  }
  .lp_event_2024_gw .comment-3__content a {
    margin: 12px auto 24px;
  }
  .lp_event_2024_gw .comment-4 .beengineer__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .lp_event_2024_gw .comment-4 .beengineer__wrapper > div {
    width: 100%;
    height: max-content;
  }
  .lp_event_2024_gw .comment-4 .beengineer__image {
    height: unset;
    width: 90%;
    position: relative;
    right: unset;
    margin: auto;
    display: block;
  }
  .lp_event_2024_gw .comment-4 .beengineer__image__wrapper {
    width: 95%;
  }
  .lp_event_2024_gw .comment-4 .beengineer__textblock {
    padding: 0 5vw;
  }
  .lp_event_2024_gw .comment-4 .beengineer__textblock h4 {
    font-size: 24px;
    margin: 12px auto 24px;
  }
  .lp_event_2024_gw .comment-4 .beengineer__textblock p {
    line-height: 1.8;
  }
  .lp_event_2024_gw .comment-4 .beengineer__textblock a {
    margin: 24px auto;
  }
}
.lp_event_2024_gw input[type=text] {
  background-color: white;
}
.lp_event_2024_gw .student_grade_form {
  background-color: white;
}
.lp_event_2024_gw #extra_input {
  background-color: white;
}
.lp_event_2024_gw .input_box input {
  background-color: #fff;
}
.lp_event_2024_gw #place {
  background-color: #fff;
}
.lp_event_2024_gw .visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0s 0s;
}
.lp_event_2024_gw .invisible {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
}

@keyframes course-text-1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.4;
  }
}
@keyframes course-text-2 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
@keyframes course-image-1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
}
@keyframes course-image-2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
@keyframes nav_animation {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(1.2, 0.95) translate(-10%, 0%);
  }
  50% {
    transform: scale(0.9, 1.1) translate(5%, 0%);
  }
  60% {
    transform: scale(1.05, 0.95) translate(-3%, 0%);
  }
  70% {
    transform: scale(0.95, 1.05) translate(3%, 0%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation_reverse {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.lp_summer_2024 {
  position: relative;
}
.lp_summer_2024 #comment-1,
.lp_summer_2024 #comment-2,
.lp_summer_2024 #comment-3,
.lp_summer_2024 #comment-4,
.lp_summer_2024 #course,
.lp_summer_2024 #course-detail,
.lp_summer_2024 #detail,
.lp_summer_2024 #form,
.lp_summer_2024 #notice-1,
.lp_summer_2024 #review,
.lp_summer_2024 #event,
.lp_summer_2024 #question_1,
.lp_summer_2024 #question_2,
.lp_summer_2024 #free_event__link #school_room,
.lp_summer_2024 #calendar,
.lp_summer_2024 #school_room {
  margin: 15vh auto;
}
.lp_summer_2024 #comment-1,
.lp_summer_2024 #comment-2,
.lp_summer_2024 #comment-3,
.lp_summer_2024 #comment-4 #course,
.lp_summer_2024 #course-detail,
.lp_summer_2024 #detail,
.lp_summer_2024 #form,
.lp_summer_2024 footer,
.lp_summer_2024 .promotion-btn,
.lp_summer_2024 #notice-1,
.lp_summer_2024 #review,
.lp_summer_2024 #event,
.lp_summer_2024 #question_1,
.lp_summer_2024 #question_2,
.lp_summer_2024 #free_event__link .question_2__underbar .comment-3__wrapper #school_room {
  position: relative;
  z-index: 10;
}
.lp_summer_2024 #nav,
.lp_summer_2024 #fixed {
  position: relative;
  z-index: 120;
}
.lp_summer_2024 .highlight--green {
  background: linear-gradient(transparent 70%, #7eee3e 50%);
  font-weight: bold;
}
.lp_summer_2024 .bg__image {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}
.lp_summer_2024 .bg__image--pc {
  display: block;
}
.lp_summer_2024 .bg__image--sp {
  display: none;
}
.lp_summer_2024 .fixed__logo {
  display: flex;
  width: 14vw;
  top: 4vh;
  left: 3vw;
  position: fixed;
}
.lp_summer_2024 .fixed__logo--white {
  opacity: 1;
}
.lp_summer_2024 .fixed__logo--black {
  opacity: 0;
}
.lp_summer_2024 .nav {
  transition: 0.3s;
}
.lp_summer_2024 .nav .menu_icon {
  display: none;
}
.lp_summer_2024 .nav__tri {
  display: none;
}
.lp_summer_2024 .nav__menu {
  width: 100vw;
  position: fixed;
  display: flex;
  background-color: rgba(255, 255, 255, 0.87);
  padding: 4px 24px;
  justify-content: center;
  transition: top 0.3s;
}
.lp_summer_2024 .nav__menu > img {
  width: 8vw;
  margin-right: 15%;
  display: block;
}
.lp_summer_2024 .nav__menu li {
  flex-grow: 1;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  text-align: center;
  align-items: center;
  padding: 0 4px 0 4px;
}
.lp_summer_2024 .nav__menu li a {
  position: relative;
  text-decoration: none;
  padding-bottom: 0px;
  transition: padding 0.3s ease-in-out;
}
.lp_summer_2024 .nav__menu li a::before {
  content: "";
  position: absolute;
  bottom: -2;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #7eee3e;
  transition: width 0.2s ease-in-out;
}
.lp_summer_2024 .nav__menu li:hover a {
  padding-bottom: 0;
}
.lp_summer_2024 .nav__menu li:hover a::before {
  width: 100%;
}
.lp_summer_2024 .nav__menu__text {
  display: none;
}
.lp_summer_2024 .nav__menu__btn {
  margin: 4px auto 8px;
}
.lp_summer_2024 .nav__menu__btn a {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(25, 115, 193);
  padding: 0px 20px;
  width: max-content;
  margin: 4px auto;
  box-shadow: -4px 4px 0px #000;
  position: relative;
}
.lp_summer_2024 .nav__menu__btn a .img {
  height: 20px;
  z-index: 2;
}
.lp_summer_2024 .nav__menu__btn a .img--white {
  display: flex;
}
.lp_summer_2024 .nav__menu__btn a .img--black {
  display: none;
}
.lp_summer_2024 .nav__menu__btn a #img-black {
  display: none;
}
.lp_summer_2024 .nav__menu__btn a #img-white {
  display: flex;
  height: 25px;
}
.lp_summer_2024 .nav__menu__btn a p {
  z-index: 2;
  padding: 8px 0 8px 0;
}
.lp_summer_2024 .nav__menu__btn a > div {
  background: rgb(144, 199, 239);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.lp_summer_2024 .nav__menu__btn a:hover > div {
  width: 100%;
}
.lp_summer_2024 .nav__menu__btn p {
  text-align: center;
  font-size: 14px;
}
.lp_summer_2024 .nav__menu__taiken__btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 2147483647;
  display: inline-block;
  width: 298px;
  height: max-content;
  background-color: rgb(255, 187, 180);
}
.lp_summer_2024 .nav__menu__taiken__btn a {
  display: flex;
  align-items: center;
  padding: 15px 32px;
  justify-content: center;
  gap: 8px;
  box-shadow: -8px 8px 0px 0px #000;
  padding-right: 0;
}
.lp_summer_2024 .nav__menu__taiken__btn a:hover > div {
  width: 100%;
}
.lp_summer_2024 .nav__menu__taiken__btn a > div {
  background-color: rgb(255, 180, 171);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.lp_summer_2024 .nav__menu__taiken__btn a p {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  letter-spacing: 0.15px;
  color: #000;
  z-index: 2;
}
.lp_summer_2024 .nav__menu__taiken__btn a img {
  height: 32px;
  z-index: 2;
  transform: translate(-45px, 16px);
}
.lp_summer_2024 .promotion-btn {
  margin-top: 30px;
}
.lp_summer_2024 .promotion-btn__after-calendar {
  margin-top: 520px;
}
.lp_summer_2024 .promotion-btn a {
  color: white;
  background-color: rgb(25, 115, 193);
}
.lp_summer_2024 .promotion-btn a > div {
  background: rgb(144, 199, 239);
}
.lp_summer_2024 .promotion-btn a > img {
  height: 32px;
}
.lp_summer_2024 .promotion-btn--price {
  padding: 16px 80px;
}
.lp_summer_2024 .promotion-btn--price a {
  color: black;
  background-color: rgb(255, 187, 180);
}
.lp_summer_2024 .promotion-btn--price a > div {
  background-color: rgb(255, 180, 171);
}
.lp_summer_2024 .firstview {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.lp_summer_2024 .firstview__top {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lp_summer_2024 .firstview__top h1 {
  display: block;
  position: absolute;
  top: 15vh;
  right: 6vw;
  z-index: 100;
}
.lp_summer_2024 .firstview__top h1 span {
  display: block;
  font-size: 56px;
  background-color: #fff;
  padding: 0px 16px;
  margin: 8px 0 8px auto;
  width: max-content;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1450980392);
  font-family: Noto Sans JP;
  font-weight: 300;
}
.lp_summer_2024 .firstview__bg {
  width: 100vw;
  height: 56.25vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 10vh;
  margin: auto;
}
.lp_summer_2024 .firstview__img {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 90vh;
  object-fit: cover;
  z-index: 100;
  opacity: 0;
  transition: 0.5s;
}
.lp_summer_2024 .firstview__img--back {
  top: 100vh;
  left: -100vw;
  transition: 1s;
  object-fit: cover;
}
.lp_summer_2024 .firstview__img__mask {
  position: absolute;
  width: 90vw;
  height: 88vh;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.64);
}
.lp_summer_2024 .firstview__parallelogram {
  position: absolute;
  height: 80vh;
  top: 0;
  left: -28vh;
}
.lp_summer_2024 .firstview__text {
  position: absolute;
  width: 80vw;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 22vh;
}
.lp_summer_2024 .firstview__text h1 {
  margin-bottom: 4vh;
}
.lp_summer_2024 .firstview__text h2 {
  margin-bottom: 2vh;
  font-size: 22px;
}
.lp_summer_2024 .firstview__promotion-btn {
  display: none;
}
.lp_summer_2024 .firstview__promotion-btn a {
  background-color: #7eee3e;
}
.lp_summer_2024 .firstview__promotion-btn a > div {
  background: #b5f6b7;
}
.lp_summer_2024 .firstview__union {
  position: absolute;
  margin: auto;
  transform: translate3d(-700px, 700px, 0);
  transition: 0.5s;
}
.lp_summer_2024 .firstview__union__01 {
  left: 0;
  width: 18vw;
  z-index: 20;
  top: 12vh;
  bottom: 0vh;
}
.lp_summer_2024 .firstview__union__02 {
  bottom: 10vh;
  width: 27vw;
  left: 43vw;
  right: 0;
}
.lp_summer_2024 .firstview__union__03 {
  bottom: 0vh;
  width: 44vw;
  left: 57vw;
  right: 0;
}
.lp_summer_2024 .firstview__union__04 {
  bottom: 10vh;
  width: 43vw;
  z-index: 20;
  left: 20vw;
  right: 0;
}
.lp_summer_2024 .firstview__union__05 {
  width: 52vw;
  z-index: 20;
  bottom: 10vh;
  left: 0;
  right: 0;
}
.lp_summer_2024 .firstview__union__06 {
  width: 60vw;
  left: 0;
  right: 41vw;
  top: 12vh;
  bottom: 0;
}
.lp_summer_2024 .firstview__union__07 {
  left: 0vw;
  width: 23vw;
  top: 0;
  bottom: 33vh;
}
.lp_summer_2024 .firstview__union__08 {
  bottom: 12vh;
  width: 54vw;
  z-index: 10;
  left: 15vw;
  right: 0;
}
.lp_summer_2024 .firstview__union__09 {
  bottom: 5vh;
  left: 0;
  width: 43vw;
}
.lp_summer_2024 .firstview__polygon {
  position: absolute;
  margin: auto;
  transform: translate3d(-900px, 900px, 0);
  transition: 0.5s;
  z-index: 30;
}
.lp_summer_2024 .firstview__polygon__01 {
  width: 10vw;
  top: 0;
  bottom: 60vh;
  right: 0;
}
.lp_summer_2024 .firstview__polygon__02 {
  width: 8vw;
  top: 0;
  bottom: 51vh;
  left: 69vw;
  right: 0;
}
.lp_summer_2024 .firstview__polygon__03 {
  width: 8vw;
  top: 0;
  bottom: 58vh;
  left: 0;
  right: 53vw;
}
.lp_summer_2024 .firstview__polygon__04 {
  width: 9vw;
  top: 0;
  bottom: 28vh;
  right: 0;
}
.lp_summer_2024 .firstview__polygon__05 {
  width: 8vw;
  top: 0;
  bottom: 72vh;
  left: 65vw;
  right: 0;
}
.lp_summer_2024 .firstview__polygon__06 {
  width: 10vw;
  top: 0;
  bottom: 49vh;
  left: 0;
  right: 88vw;
}
.lp_summer_2024 .firstview__polygon__07 {
  width: 4vw;
  top: 0;
  bottom: 34vh;
  left: 47vw;
  right: 0;
}
.lp_summer_2024 .firstview__polygon__08 {
  width: 3vw;
  top: 0;
  bottom: 54vh;
  left: 0;
  right: 67vw;
}
.lp_summer_2024 .firstview__polygon__09 {
  width: 7vw;
  top: 0vh;
  bottom: 57vh;
  left: 38vw;
  right: 0;
}
.lp_summer_2024 .firstview__polygon__10 {
  width: 4vw;
  top: 0;
  bottom: 67vh;
  left: 0;
  right: 73vw;
}
.lp_summer_2024 .firstview__polygon__11 {
  width: 8vw;
  top: 0;
  bottom: 20vh;
  left: 61vw;
  right: 0;
}
.lp_summer_2024 .firstview__polygon.active.firstview__polygon__01 {
  animation: 12s linear infinite rotation;
}
.lp_summer_2024 .firstview__polygon.active.firstview__polygon__02 {
  animation: 13s linear infinite rotation;
}
.lp_summer_2024 .firstview__polygon.active.firstview__polygon__03 {
  animation: 12s linear infinite rotation;
}
.lp_summer_2024 .firstview__polygon.active.firstview__polygon__04 {
  animation: 11s linear infinite rotation;
}
.lp_summer_2024 .firstview__polygon.active.firstview__polygon__05 {
  animation: 12s linear infinite rotation;
}
.lp_summer_2024 .firstview__polygon.active.firstview__polygon__06 {
  animation: 13s linear infinite rotation_reverse;
}
.lp_summer_2024 .firstview__polygon.active.firstview__polygon__07 {
  animation: 12s linear infinite rotation;
}
.lp_summer_2024 .firstview__polygon.active.firstview__polygon__08 {
  animation: 10s linear infinite rotation_reverse;
}
.lp_summer_2024 .firstview__polygon.active.firstview__polygon__09 {
  animation: 12s linear infinite rotation_reverse;
}
.lp_summer_2024 .firstview__polygon.active.firstview__polygon__10 {
  animation: 11s linear infinite rotation_reverse;
}
.lp_summer_2024 .firstview__polygon.active.firstview__polygon__11 {
  animation: 12s linear infinite rotation_reverse;
}
.lp_summer_2024 .firstview__underbar {
  top: 90vh;
  background-color: #90c7ef;
  margin-top: 0;
  width: 100%;
  justify-content: center;
  text-align: center;
  position: absolute;
  height: 10vh;
  z-index: 100;
}
.lp_summer_2024 .firstview__underbar .firstview__underbar--title {
  font-size: 34px;
  font-weight: 700;
  color: white;
  height: max-content;
  width: max-content;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lp_summer_2024 .firstview__underbar--triangle {
  height: 100px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #90C7EF;
  position: absolute;
  top: 100vh;
}
.lp_summer_2024 .section__title {
  margin-top: 100px;
  margin-bottom: 100px;
  font-style: italic;
}
.lp_summer_2024 .section__title img {
  height: 76px;
}
.lp_summer_2024 .section__title--content {
  font-family: Video;
  font-size: 48px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.1800000072px;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}
.lp_summer_2024 #course-info {
  margin-top: 200px;
  margin-bottom: 100px;
}
.lp_summer_2024 #course-info .course-info__title {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.4px;
  text-align: center;
  width: 100%;
}
.lp_summer_2024 #course-info .course-info__title--main {
  font-size: 30px;
  padding-bottom: 5px;
}
.lp_summer_2024 #course-info .course-info__title--main--mobile {
  display: none;
}
.lp_summer_2024 #course-info .course-info__title--detail {
  font-size: 20px;
}
.lp_summer_2024 #course-info .course__detail {
  margin-top: 70px;
}
.lp_summer_2024 #course-info .course__detail--title {
  width: 80vw;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  margin: auto;
  font-size: 28px;
}
.lp_summer_2024 #course-info .course__detail--title--basic {
  background-color: rgb(255, 187, 180);
}
.lp_summer_2024 #course-info .course__detail--title--advance {
  background-color: rgb(188, 247, 153);
}
.lp_summer_2024 #course-info .course__detail--container {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  width: 80vw;
  margin: auto;
  justify-content: space-between;
  transition: 1s;
}
.lp_summer_2024 #course-info .course__detail--container::hover {
  opacity: 0.5;
}
.lp_summer_2024 #course-info .course__detail--container .detail__container {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 38vw;
  border-radius: 23px;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
.lp_summer_2024 #course-info .course__detail--container .detail__container--title {
  font-size: 28px;
  padding-top: 30px;
}
.lp_summer_2024 #course-info .course__detail--container .detail__container--subtitle {
  font-size: 22px;
}
.lp_summer_2024 #course-info .course__detail--container .detail__container--link {
  text-decoration: none;
  color: #1973c1;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.lp_summer_2024 #course-info .course__detail--container .detail__container--img {
  width: 70%;
  margin: auto;
}
.lp_summer_2024 #course-info .course__detail--container .detail__container--img--typing {
  margin: auto auto 0;
}
.lp_summer_2024 #course-info .course__detail--container .detail__container--left {
  margin-right: 2vw;
}
.lp_summer_2024 #course-info .course__detail--container .detail__container--right {
  margin-left: 2vw;
}
.lp_summer_2024 #course-info .course__detail--container .detail__container--basic {
  background-color: rgba(186, 26, 26, 0.12);
}
.lp_summer_2024 #course-info .course__detail--container .detail__container--advanse {
  background-color: rgba(43, 143, 56, 0.12);
}
.lp_summer_2024 #course-info .step_list__step {
  background-color: #fff;
  padding: 80px 0;
}
.lp_summer_2024 #course-info .step_list__step h3 {
  position: relative;
  display: block;
  height: 160px;
  width: 100%;
  margin-bottom: 48px;
}
.lp_summer_2024 #course-info .step_list__step h3 span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: max-content;
  height: max-content;
}
.lp_summer_2024 #course-info .step_list__step h4 {
  font-size: 28px;
  display: block;
  width: 1024px;
  padding: 16px 0;
  text-align: center;
  margin: auto;
  font-weight: bold;
}
.lp_summer_2024 #course-info .step_list__step__title--bg {
  font-size: 120px;
  font-family: video;
  letter-spacing: 12px;
}
.lp_summer_2024 #course-info .step_list__step__title--text {
  font-size: 34px;
  font-weight: bold;
}
.lp_summer_2024 #course-info .step_list__step__box {
  padding: 24px 48px;
  background-color: #fff;
  width: 1024px;
  margin: 36px auto;
  border-width: 9px;
  border-style: solid;
}
.lp_summer_2024 #course-info .step_list__step__box--1 {
  border-color: #90c7ef;
}
.lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__wrapper {
  display: flex;
  width: 600px;
  margin: 0 auto;
  justify-content: space-between;
}
.lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__time_arrow {
  width: 56px;
  background-color: #ffd600;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__time_arrow img {
  width: 24px;
  margin-bottom: 4px;
}
.lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__time_arrow p {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 4px auto;
}
.lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__time_arrow::before {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  right: 0;
  border-color: #fff transparent transparent transparent;
  border-width: 24px 28px 24px 28px;
}
.lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__time_arrow::after {
  content: "";
  position: absolute;
  width: 0;
  bottom: -24px;
  left: 0;
  right: 0;
  border-color: transparent #fff transparent #fff;
  border-width: 24px 28px 24px 28px;
}
.lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__textblock {
  width: 474px;
  margin: 18px 0;
}
.lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__textblock__title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__textblock__title img {
  height: 40px;
  display: block;
  margin-right: 12px;
}
.lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__textblock__title h5 {
  font-size: 20px;
  font-weight: bold;
}
.lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__textblock__title--student {
  margin-top: 24px;
}
.lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__textblock p {
  font-size: 14px;
  line-height: 1.8;
}
.lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__textblock__notes {
  font-size: 12px;
}
.lp_summer_2024 #course-info .step_list__step__box--2 {
  border-color: #ffbbb4;
}
.lp_summer_2024 #course-info .step_list__step__box--3 {
  border-color: #bcf799;
}
.lp_summer_2024 #course-info .step_list__step--1 .step_list__step__title--bg {
  color: #90c7ef;
}
.lp_summer_2024 #course-info .step_list__step--2 .step_list__step__title--bg {
  color: #ffbbb4;
}
.lp_summer_2024 #course-info .step_list__step--2 h4 {
  background-color: #ffbbb4;
}
.lp_summer_2024 #course-info .step_list__step--3 .step_list__step__title--bg {
  color: #bcf799;
}
.lp_summer_2024 #course-info .step_list__step--3 h4 {
  background-color: #bcf799;
}
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--2,
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--2 .step_list__step__box__textbox,
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--3 .step_list__step__box__textbox {
  width: 45%;
}
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--2 .step_list__step__box__textbox__tag,
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--3 .step_list__step__box__textbox__tag {
  border-radius: 8px;
  display: block;
  padding: 4px 12px;
  width: max-content;
  margin-right: 24px;
  font-weight: bold;
}
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--2 .step_list__step__box__textbox__tag__list,
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--3 .step_list__step__box__textbox__tag__list {
  display: flex;
}
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--2 .step_list__step__box__textbox__tag--day,
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--3 .step_list__step__box__textbox__tag--day {
  background-color: #90c7ef;
}
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--2 .step_list__step__box__textbox__tag--type,
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--3 .step_list__step__box__textbox__tag--type {
  background-color: #bcf799;
}
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--2 .step_list__step__box__textbox h5,
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--3 .step_list__step__box__textbox h5 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  margin: 12px 0;
}
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--2 .step_list__step__box__textbox h6,
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--3 .step_list__step__box__textbox h6 {
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0;
}
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--2 .step_list__step__box__textbox__text,
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--3 .step_list__step__box__textbox__text {
  line-height: 2;
  font-size: 16px;
}
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--2 .step_list__step__box__movie,
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--3 .step_list__step__box__movie {
  width: 448px;
  height: 252px;
}
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--2 .step_list__step__box__movie iframe,
.lp_summer_2024 #course-info .step_list__step .step_list__step__box--3 .step_list__step__box__movie iframe {
  width: 100%;
  height: 100%;
}
.lp_summer_2024 #course-info .step_list__step__friends {
  width: 1024px;
  height: 352px;
  margin: auto;
  position: relative;
}
.lp_summer_2024 #course-info .step_list__step__friends img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.lp_summer_2024 #course-info .step_list__step__friends p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: max-content;
  height: max-content;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 48px;
  text-shadow: 0px 0px 4px #888;
}
.lp_summer_2024 #course-info .step_list__step__friends p span {
  font-size: 34px;
}
.lp_summer_2024 .question_2 .beengineer__wrapper {
  display: flex;
  width: max-content;
  overflow: hidden;
  margin-top: 36px;
  text-align: center;
  margin: auto;
}
.lp_summer_2024 .question_2 .beengineer__wrapper > div {
  width: 50%;
}
.lp_summer_2024 .question_2 .beengineer__image {
  width: 50vw;
  position: absolute;
  right: 24px;
  height: 42.4vw;
  object-fit: contain;
}
.lp_summer_2024 .question_2 .beengineer__image__wrapper {
  overflow: hidden;
  position: relative;
  height: 42.4vw;
}
.lp_summer_2024 .question_2 .beengineer__textblock {
  padding: 0 0 0 24px;
  width: 40vw;
}
.lp_summer_2024 .question_2 .beengineer__textblock h4 {
  font-size: 48px;
  font-weight: bold;
  margin: 48px 0 36px;
}
.lp_summer_2024 .question_2 .beengineer__textblock h5 {
  font-size: 20px;
  margin: 0 0 36px 0;
}
.lp_summer_2024 .question_2 .beengineer__textblock p {
  width: 100%;
  line-height: 2;
  text-align: left;
}
.lp_summer_2024 .question_2 .beengineer__textblock a {
  display: flex;
  border: solid 1px #000;
  border-radius: 22px;
  box-shadow: 1px 4px 4px 2px #999;
  background-color: #fff;
  width: 100%;
  margin-top: 36px;
  align-items: center;
  height: 44px;
  text-align: center;
  padding: 0 24px;
  transition: 0.3s;
  justify-content: center;
}
.lp_summer_2024 .question_2 .beengineer__textblock a:hover {
  background-color: #7eee3e;
}
.lp_summer_2024 .question_2 .beengineer__textblock a img {
  width: 28px;
  height: 28px;
}
.lp_summer_2024 .question_2 .beengineer__textblock a p {
  line-height: 1;
  margin-left: 8px;
  width: max-content;
}
.lp_summer_2024 .question_2__underbar {
  top: 90vh;
  background-color: #90c7ef;
  margin-top: 0;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.lp_summer_2024 .question_2__underbar--title {
  font-family: Noto Sans JP;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: white;
  height: 130px;
  margin: auto;
  margin-top: 0;
  padding-top: 50px;
  padding: auto;
  margin-top: 25px;
}
.lp_summer_2024 .question_2__underbar--triangle {
  height: 75px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #90c7ef;
  top: calc(90vh + 155px);
  transform: translateY(-1px);
}
.lp_summer_2024 .question_2 .comment-3__wrapper {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  margin: 48px auto 120px;
}
.lp_summer_2024 .question_2 .comment-3__content {
  width: 30%;
  margin: 0 auto;
}
.lp_summer_2024 .question_2 .comment-3__content__title {
  display: flex;
  align-items: flex-end;
}
.lp_summer_2024 .question_2 .comment-3__content__title h3 {
  font-size: 20px;
  font-weight: bold;
}
.lp_summer_2024 .question_2 .comment-3__content__title > img {
  width: 84px;
  margin-right: 16px;
}
.lp_summer_2024 .question_2 .comment-3__content > img {
  width: 100%;
  height: 24vw;
  margin: 24px auto;
  object-fit: contain;
}
.lp_summer_2024 .question_2 .comment-3__content p {
  line-height: 2;
}
.lp_summer_2024 .question_2 .comment-3__content a {
  display: flex;
  border: solid 1px #000;
  border-radius: 22px;
  box-shadow: 1px 4px 4px 2px #999;
  background-color: #fff;
  width: max-content;
  margin: 48px auto;
  align-items: center;
  height: 44px;
  padding: 0 24px;
  transition: 0.3s;
}
.lp_summer_2024 .question_2 .comment-3__content a:hover {
  background-color: #7eee3e;
}
.lp_summer_2024 .question_2 .comment-3__content a img {
  width: 28px;
  height: 28px;
}
.lp_summer_2024 .question_2 .comment-3__content a p {
  line-height: 1;
  margin-left: 8px;
}
.lp_summer_2024 .form__btn {
  display: flex;
  justify-content: space-evenly;
  width: 40vw;
  margin: 80px auto;
}
.lp_summer_2024 .form__btn p {
  display: block;
  cursor: pointer;
  width: max-content;
  padding: 12px 24px;
  border: solid #7eee3e 2px;
  border-radius: 16px;
}
.lp_summer_2024 .form__btn p.activate {
  color: #fff;
  background-color: #7eee3e;
}
.lp_summer_2024 .form__content {
  width: max-content;
  margin: auto;
}
.lp_summer_2024 .form__content__item {
  width: max-content;
  display: none;
}
.lp_summer_2024 .form__content__item.activate {
  display: block;
}
.lp_summer_2024 #calendar {
  font-size: 14px;
  z-index: 5;
}
.lp_summer_2024 #calendar .section__title {
  margin-top: 50px;
}
.lp_summer_2024 #calendar .section__title img {
  height: 76px;
}
.lp_summer_2024 #calendar .section__title--content {
  font-family: Video;
  font-size: 48px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.1800000072px;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}
.lp_summer_2024 #calendar .calendar__wrapper {
  pointer-events: none;
  width: 80vw;
  margin: 0 5%;
  position: absolute;
  top: 0;
  transition: 0.5s;
}
.lp_summer_2024 #calendar .calendar__wrapper--apl {
  left: 5%;
  background-color: #fff;
}
.lp_summer_2024 #calendar .calendar__wrapper--may {
  left: 100vw;
  background-color: #fff;
}
.lp_summer_2024 #calendar .calendar__schooltab {
  display: flex;
  justify-content: space-between;
  width: 70vw;
  margin: 3vh auto 3vh;
}
.lp_summer_2024 #calendar .calendar__schooltab div {
  width: 17%;
  text-align: center;
  border-radius: 12px;
  transition: 0.3s;
  padding: 4px 0;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.lp_summer_2024 #calendar .calendar__schooltab .calendar__schoolbtn--all {
  background-color: #fff;
  border: solid 2px rgb(75, 216, 0);
  z-index: 5;
}
.lp_summer_2024 #calendar .calendar__schooltab .calendar__schoolbtn--all.active {
  background-color: rgb(75, 216, 0);
  border-color: rgb(75, 216, 0);
  color: black;
}
.lp_summer_2024 #calendar .calendar__schooltab .calendar__schoolbtn--kyoto {
  background-color: #fff;
  border: solid 2px rgb(188, 247, 153);
  z-index: 5;
}
.lp_summer_2024 #calendar .calendar__schooltab .calendar__schoolbtn--kyoto.active {
  background-color: rgb(188, 247, 153);
  border-color: rgb(188, 247, 153);
  color: black;
}
.lp_summer_2024 #calendar .calendar__schooltab .calendar__schoolbtn--umeda {
  background-color: #fff;
  border: solid 2px rgb(255, 187, 180);
  z-index: 5;
}
.lp_summer_2024 #calendar .calendar__schooltab .calendar__schoolbtn--umeda.active {
  background-color: rgb(255, 187, 180);
  border-color: rgb(255, 187, 180);
  color: black;
}
.lp_summer_2024 #calendar .calendar__schooltab .calendar__schoolbtn--tokyo {
  background-color: #fff;
  border: solid 2px rgb(144, 199, 239);
  z-index: 5;
}
.lp_summer_2024 #calendar .calendar__schooltab .calendar__schoolbtn--tokyo.active {
  background-color: rgb(144, 199, 239);
  border-color: rgb(144, 199, 239);
  color: black;
}
.lp_summer_2024 #calendar .calendar__schooltab .calendar__schoolbtn--yokohama {
  background-color: #fff;
  border: solid 2px rgb(255, 214, 0);
  z-index: 5;
}
.lp_summer_2024 #calendar .calendar__schooltab .calendar__schoolbtn--yokohama.active {
  background-color: rgb(255, 214, 0);
  border-color: rgb(255, 214, 0);
  color: black;
}
.lp_summer_2024 #calendar .calendar__school_info {
  display: flex;
  text-align: center;
  width: max-content;
  margin: auto;
}
.lp_summer_2024 #calendar .calendar__school_info a {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.5px;
}
.lp_summer_2024 #calendar .calendar__school_info img {
  height: 14px;
  margin-top: 11px;
  margin-left: 5px;
}
.lp_summer_2024 #calendar .calendar__monthtab {
  display: flex;
  justify-content: space-between;
  width: 50vw;
  margin: auto;
  margin-top: 3vh;
  margin-bottom: 1vw;
}
.lp_summer_2024 #calendar .calendar__monthtab div {
  width: 30%;
  text-align: center;
  border-radius: 12px;
  transition: 0.3s;
  border: solid 2px #7eee3e;
  padding: 4px 0;
  background-color: #fff;
  cursor: pointer;
  z-index: 5;
  display: none;
}
.lp_summer_2024 #calendar .calendar__monthtab .active {
  background-color: #7eee3e;
}
.lp_summer_2024 #calendar .calendar__monthtab2 {
  margin: auto;
  display: flex;
  justify-content: space-between;
  width: 80vw;
  height: 110px;
  padding: 9px 0px 9px 0px;
  border-radius: 10px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  background-color: rgb(223, 226, 235);
  margin-top: 80px;
  margin-bottom: 24px;
}
.lp_summer_2024 #calendar .calendar__monthtab2--arrow {
  width: 40px;
  height: 40px;
  margin-top: 28px;
}
.lp_summer_2024 #calendar .calendar__monthtab2--arrow--left {
  margin-left: 60px;
}
.lp_summer_2024 #calendar .calendar__monthtab2--arrow--right {
  margin-right: 60px;
  transform: rotateY(180deg);
}
.lp_summer_2024 #calendar .calendar__monthtab2--center_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lp_summer_2024 #calendar .calendar__monthtab2--center_container .above_year {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.150000006px;
}
.lp_summer_2024 #calendar .calendar__monthtab2--center_container .bottom_month {
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.150000006px;
}
.lp_summer_2024 #calendar .calendar__monthtab2--center_container .bottom_month__number {
  font-family: Noto Sans JP;
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  text-align: left;
}
.lp_summer_2024 #calendar .calendar__tab__wrapper {
  padding: 0;
  height: 800px;
  position: relative;
  z-index: 5;
}
.lp_summer_2024 #calendar .bgimg__right {
  position: absolute;
  right: 5vw;
  width: 25vw;
  z-index: -10;
  padding-top: 40px;
}
.lp_summer_2024 .school_room .detail__content .detail__location {
  margin-left: -15vw;
}
.lp_summer_2024 .school_room .detail__content .detail__location .school_location {
  position: relative;
  margin-top: 5vw;
  margin-bottom: 5vw;
}
.lp_summer_2024 .school_room .detail__content .detail__location .school_location p a {
  text-decoration: underline;
  margin-right: 8px;
}
.lp_summer_2024 .school_room .detail__content .detail__location .school_location h4 {
  font-size: 34px;
  font-weight: 700;
  background: linear-gradient(transparent 80%, #7eee3e 50%);
}
.lp_summer_2024 .school_room .detail__content .detail__location .school_location h4 br {
  display: inline;
}
.lp_summer_2024 .school_room .detail__content .detail__location .school_location .school_image_right {
  position: absolute;
  z-index: 1;
  right: -15vw;
  top: -4vw;
  width: 40vw;
}
.lp_summer_2024 .school_room .detail__content .detail__location .school_location .description_bold {
  font-weight: bold;
}
.lp_summer_2024 .school_room .detail__content .detail__location .school_location .location_right {
  align-items: right;
  text-align: right;
  margin-right: -15vw;
  margin-top: 15vw;
  margin-bottom: 10vw;
}
.lp_summer_2024 .school_room .detail__content .detail__location .school_location .location_right h4 {
  position: absolute;
  right: 0;
  margin-right: -15vw;
  top: -6vw;
}
.lp_summer_2024 .school_room .detail__content .detail__location .school_location .location_right .school_image_left {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -7vw;
  width: 40vw;
}
.lp_summer_2024 .school_room .detail__content .detail__location .school_location .bgimg__right {
  position: absolute;
  right: -20vw;
  top: 95%;
  z-index: -10;
}
.lp_summer_2024 .school_room .detail__content .detail__location .school_location .bgimg__left {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -10;
}
.lp_summer_2024 .detail__info {
  margin-left: 10vw;
  margin-top: 50px;
}
.lp_summer_2024 .detail__info h3 {
  font-size: 26px;
  font-weight: 900;
  text-align: left;
  padding-left: 40px;
}
.lp_summer_2024 .detail__info h3::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-color: rgb(255, 214, 0);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.lp_summer_2024 .detail__info h4 {
  text-align: left;
  font-size: 22px;
  font-weight: 900;
}
.lp_summer_2024 .review .review__container {
  display: flex;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  width: max-content;
}
.lp_summer_2024 .review .review__container--rightside {
  flex-direction: row;
}
.lp_summer_2024 .review .review__container--leftside {
  flex-direction: row-reverse;
}
.lp_summer_2024 .review .review__container img {
  width: 20vw;
  border-radius: 8px;
  object-fit: contain;
}
.lp_summer_2024 .review .review__container .review__detail {
  width: 45vw;
}
.lp_summer_2024 .review .review__container .review__detail--right {
  margin-left: 3vw;
}
.lp_summer_2024 .review .review__container .review__detail--left {
  margin-right: 3vw;
}
.lp_summer_2024 .review .review__container .review__detail--title {
  text-align: left;
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
}
.lp_summer_2024 .review .review__container .review__detail h3 {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding-left: 30px;
  padding-bottom: 10px;
  position: relative;
}
.lp_summer_2024 .review .review__container .review__detail h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: rgb(126, 238, 62);
  left: 0;
  top: 5px;
  bottom: 0;
  border-radius: 3px;
}
.lp_summer_2024 .review .review__container .review__detail--content {
  text-align: left;
}
.lp_summer_2024 .apply-form {
  width: 60vw;
  margin: 120px auto;
  display: block;
}
.lp_summer_2024 .apply-form h2 {
  margin: 3rem auto 1rem auto;
}
.lp_summer_2024 .apply-form .form_container .child_num {
  font-size: 20px;
  margin-bottom: 0.5rem;
}
.lp_summer_2024 .apply-form .form_button_container {
  display: flex;
  justify-content: space-around;
}
.lp_summer_2024 .apply-form .form_button_container .button {
  width: 45%;
}
.lp_summer_2024 .apply-form .form_button_container .button:disabled {
  background-color: rgb(158, 158, 158);
  transition: none;
}
.lp_summer_2024 .apply-form .form_button_container .button:disabled:hover {
  font-size: 18px;
}
.lp_summer_2024 .apply-form #id_choiced_course label {
  display: flex;
  align-items: center;
}
.lp_summer_2024 .apply-form #id_choiced_course label input {
  width: 20px;
  margin-right: 10px;
  display: block;
}
.lp_summer_2024 .apply-form .input_checkbox .input_label {
  display: flex;
  align-items: center;
}
.lp_summer_2024 .apply-form .input_checkbox #id_choiced_course {
  color: red;
}
.lp_summer_2024 .apply-form .input_checkbox input[type=checkbox] {
  width: 20px;
  margin-left: 10px;
  display: block;
}
.lp_summer_2024 .apply-form .input_checkbox #id_has_experienced {
  display: inline;
  margin-left: 10px;
}
.lp_summer_2024 .apply-form .input_checkbox #id_will_join {
  display: inline;
  margin-left: 10px;
}
.lp_summer_2024 .apply-form label .active {
  background-color: #0f9b20 !important;
  transition: all 0.3s ease 0s !important;
  cursor: pointer !important;
}
.lp_summer_2024 .apply-form label .active:hover {
  font-size: calc(18px * 1.05) !important;
}
.lp_summer_2024 .apply-form label .submit_button {
  display: flex;
  justify-content: center;
  width: 30vw;
  margin: auto;
  align-items: center;
}
.lp_summer_2024 #question_1 {
  background-color: #fdf5de;
  padding: 80px 0;
}
.lp_summer_2024 #question_1 .question_1__section {
  margin: 120px 0;
}
.lp_summer_2024 #question_1 .question_1__section__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 809px;
  margin: 0 auto 48px;
}
.lp_summer_2024 #question_1 .question_1__section__title--num {
  display: block;
  font-size: 60px;
  height: 60px;
  line-height: 1;
  font-weight: bold;
  margin-right: 24px;
}
.lp_summer_2024 #question_1 .question_1__section__title--text {
  display: block;
  font-size: 34px;
}
.lp_summer_2024 #question_1 .question_1__section__content {
  margin: 0 auto 48px;
  width: 809px;
}
.lp_summer_2024 #question_1 .question_1__section__content__img {
  width: 100%;
  border: solid 1px #000;
}
.lp_summer_2024 #question_1 .question_1__section__content a {
  width: max-content;
  display: block;
  margin: 8px 0 8px auto;
  font-size: 12px;
}
.lp_summer_2024 #question_1 .question_1__section__content__topic {
  display: flex;
  align-items: center;
  margin: 24px 0;
}
.lp_summer_2024 #question_1 .question_1__section__content__topic__title {
  display: flex;
  align-items: center;
  background-color: #90c7ef;
  padding: 4px 4px;
  border-radius: 22px;
  height: max-content;
  margin-right: 24px;
}
.lp_summer_2024 #question_1 .question_1__section__content__topic__title--num {
  font-size: 20px;
  background-color: #fff;
  height: 36px;
  width: 36px;
  border-radius: 18px;
  text-align: center;
  line-height: 32px;
  margin: 0;
}
.lp_summer_2024 #question_1 .question_1__section__content__topic__title--text {
  display: block;
  width: 300px;
  text-align: center;
  font-size: 20px;
  margin: 0;
}
.lp_summer_2024 #question_1 .question_1__section__content__topic__text {
  font-size: 14px;
}
.lp_summer_2024 #question_1 .question_1__section__content > p {
  line-height: 1.8;
  margin: 48px 0;
}
.lp_summer_2024 #question_1 .question_1__section__content > p span.yellow_line {
  background: linear-gradient(transparent 80%, #ffd600 50%);
}
.lp_summer_2024 #question_1 .question_1__section__content > p span.red_font {
  color: #f00;
}
.lp_summer_2024 #question_1 .question_1__section__but {
  background-color: #fff;
  border: solid 1px #000;
  width: 809px;
  margin: 0 auto;
  padding: 26px;
}
.lp_summer_2024 #question_1 .question_1__section__but__title {
  border-bottom: solid 1px #000;
  display: flex;
  align-items: center;
  padding: 26px;
}
.lp_summer_2024 #question_1 .question_1__section__but__title img {
  display: block;
  margin-right: 24px;
  width: 93px;
  object-fit: contain;
  height: max-content;
}
.lp_summer_2024 #question_1 .question_1__section__but__title h3 {
  font-size: 20px;
  letter-spacing: 0px;
}
.lp_summer_2024 #question_1 .question_1__section__but__title h3 span {
  font-size: 28px;
  background: linear-gradient(transparent 60%, #ffd600 50%);
}
.lp_summer_2024 #question_1 .question_1__section__but__text {
  padding: 26px;
  line-height: 1.8;
}
.lp_summer_2024 #question_1 .question_1__section__but__text span {
  font-weight: bold;
  background: linear-gradient(transparent 80%, #90c7ef 50%);
}
.lp_summer_2024 #question_1 .question_1__section__wrapper {
  width: 100%;
  height: max-content;
  position: relative;
}
.lp_summer_2024 #question_1 .question_1__section__wrapper__polygon {
  position: absolute;
  z-index: -1;
}
.lp_summer_2024 #question_1 .question_1__section__wrapper__polygon--13 {
  top: -170px;
  right: 0;
}
.lp_summer_2024 #question_1 .question_1__section__wrapper__polygon--15 {
  top: -50px;
  right: 0;
}
.lp_summer_2024 #question_1 .question_1__section__wrapper__polygon--16 {
  bottom: 200px;
  left: 0;
}
.lp_summer_2024 #question_1 .question_1__section__wrapper__polygon--17 {
  bottom: 160px;
  left: 100px;
}
.lp_summer_2024 #question_1 .question_1__section__wrapper__polygon--18 {
  bottom: 450px;
  left: 120px;
}
.lp_summer_2024 #question_1 .question_1__section__wrapper__polygon--19 {
  top: 500px;
  right: 0px;
}
.lp_summer_2024 #question_1 .question_1__section__wrapper__polygon--21 {
  top: 300px;
  right: 0;
}
.lp_summer_2024 #question_1 .question_1__section__wrapper__polygon--20 {
  top: -100px;
  left: 0px;
}
.lp_summer_2024 #question_1 .question_1__section__wrapper__polygon--22 {
  bottom: -200px;
  left: 0px;
}
.lp_summer_2024 #step_list {
  padding: 80px 0;
}
.lp_summer_2024 #step_list h2 {
  background-color: #ffd600;
  font-family: video;
  font-style: italic;
  font-size: 48px;
  padding: 48px 0;
  width: 100%;
  text-align: center;
}
.lp_summer_2024 #step_list .step_list__step {
  background-color: #fdf5de;
  padding: 80px 0;
}
.lp_summer_2024 #step_list .step_list__step h3 {
  position: relative;
  display: block;
  height: 160px;
  width: 100%;
  margin-bottom: 48px;
}
.lp_summer_2024 #step_list .step_list__step h3 span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: max-content;
  height: max-content;
}
.lp_summer_2024 #step_list .step_list__step h4 {
  font-size: 28px;
  display: block;
  width: 1024px;
  padding: 16px 0;
  text-align: center;
  margin: auto;
  font-weight: bold;
}
.lp_summer_2024 #step_list .step_list__step__title--bg {
  font-size: 120px;
  font-family: video;
  letter-spacing: 12px;
}
.lp_summer_2024 #step_list .step_list__step__title--text {
  font-size: 34px;
  font-weight: bold;
}
.lp_summer_2024 #step_list .step_list__step__box {
  padding: 24px 48px;
  background-color: #fff;
  width: 1024px;
  margin: 36px auto;
  border-width: 9px;
  border-style: solid;
}
.lp_summer_2024 #step_list .step_list__step__box--1 {
  border-color: #90c7ef;
}
.lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__wrapper {
  display: flex;
  width: 600px;
  margin: 0 auto;
  justify-content: space-between;
}
.lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__time_arrow {
  width: 56px;
  background-color: #ffd600;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__time_arrow img {
  width: 24px;
  margin-bottom: 4px;
}
.lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__time_arrow p {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 4px auto;
}
.lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__time_arrow::before {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  right: 0;
  border-color: #fff transparent transparent transparent;
  border-width: 24px 28px 24px 28px;
}
.lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__time_arrow::after {
  content: "";
  position: absolute;
  width: 0;
  bottom: -24px;
  left: 0;
  right: 0;
  border-color: transparent #fff transparent #fff;
  border-width: 24px 28px 24px 28px;
}
.lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__textblock {
  width: 474px;
  margin: 18px 0;
}
.lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__textblock__title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__textblock__title img {
  height: 40px;
  display: block;
  margin-right: 12px;
}
.lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__textblock__title h5 {
  font-size: 20px;
  font-weight: bold;
}
.lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__textblock__title--student {
  margin-top: 24px;
}
.lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__textblock p {
  font-size: 14px;
  line-height: 1.8;
}
.lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__textblock__notes {
  font-size: 12px;
}
.lp_summer_2024 #step_list .step_list__step__box--2 {
  border-color: #ffbbb4;
}
.lp_summer_2024 #step_list .step_list__step__box--3 {
  border-color: #bcf799;
}
.lp_summer_2024 #step_list .step_list__step--1 .step_list__step__title--bg {
  color: #90c7ef;
}
.lp_summer_2024 #step_list .step_list__step--2 .step_list__step__title--bg {
  color: #ffbbb4;
}
.lp_summer_2024 #step_list .step_list__step--2 h4 {
  background-color: #ffbbb4;
}
.lp_summer_2024 #step_list .step_list__step--2 .course__detail {
  margin-top: 70px;
}
.lp_summer_2024 #step_list .step_list__step--2 .course__detail--title {
  width: 80vw;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  margin: auto;
  font-size: 28px;
  height: auto;
  margin-bottom: auto;
}
.lp_summer_2024 #step_list .step_list__step--2 .course__detail--title--basic {
  background-color: rgb(255, 187, 180);
}
.lp_summer_2024 #step_list .step_list__step--2 .course__detail--title--advance {
  background-color: rgb(188, 247, 153);
}
.lp_summer_2024 #step_list .step_list__step--2 .course__detail--container {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  width: 80vw;
  margin: auto;
  justify-content: space-between;
}
.lp_summer_2024 #step_list .step_list__step--2 .course__detail--container .detail__container {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 38vw;
  border-radius: 23px;
  margin-top: 2vw;
  margin-bottom: 2vw;
  transition: 0.5s;
}
.lp_summer_2024 #step_list .step_list__step--2 .course__detail--container .detail__container--title {
  font-size: 28px;
  padding-top: 30px;
  height: auto;
  margin-bottom: auto;
}
.lp_summer_2024 #step_list .step_list__step--2 .course__detail--container .detail__container h4 {
  background-color: transparent;
  font-size: 22px;
}
.lp_summer_2024 #step_list .step_list__step--2 .course__detail--container .detail__container--link {
  text-decoration: none;
  color: #1973c1;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.lp_summer_2024 #step_list .step_list__step--2 .course__detail--container .detail__container--img {
  width: 70%;
  margin: auto;
}
.lp_summer_2024 #step_list .step_list__step--2 .course__detail--container .detail__container--img--typing {
  margin: auto auto 0;
}
.lp_summer_2024 #step_list .step_list__step--2 .course__detail--container .detail__container--left {
  margin-right: 2vw;
}
.lp_summer_2024 #step_list .step_list__step--2 .course__detail--container .detail__container--right {
  margin-left: 2vw;
}
.lp_summer_2024 #step_list .step_list__step--2 .course__detail--container .detail__container--basic {
  background-color: rgba(186, 26, 26, 0.12);
}
.lp_summer_2024 #step_list .step_list__step--2 .course__detail--container .detail__container--advanse {
  background-color: rgba(43, 143, 56, 0.12);
}
.lp_summer_2024 #step_list .step_list__step--2 .course__detail--container .detail__container:hover {
  background-color: #ffbbb4;
}
.lp_summer_2024 #step_list .step_list__step--3 .step_list__step__title--bg {
  color: #bcf799;
}
.lp_summer_2024 #step_list .step_list__step--3 h4 {
  background-color: #bcf799;
}
.lp_summer_2024 #step_list .step_list__step--3 .course__detail {
  margin-top: 70px;
}
.lp_summer_2024 #step_list .step_list__step--3 .course__detail--title {
  width: 80vw;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  margin: auto;
  font-size: 28px;
}
.lp_summer_2024 #step_list .step_list__step--3 .course__detail--title--basic {
  background-color: rgb(255, 187, 180);
}
.lp_summer_2024 #step_list .step_list__step--3 .course__detail--title--advance {
  background-color: rgb(188, 247, 153);
}
.lp_summer_2024 #step_list .step_list__step--3 .course__detail--container {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  width: 80vw;
  margin: auto;
  justify-content: space-between;
  transition: 1s;
}
.lp_summer_2024 #step_list .step_list__step--3 .course__detail--container .detail__container {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 38vw;
  border-radius: 23px;
  margin-top: 2vw;
  margin-bottom: 2vw;
  transition: 0.5s;
}
.lp_summer_2024 #step_list .step_list__step--3 .course__detail--container .detail__container--title {
  font-size: 28px;
  padding-top: 30px;
  height: auto;
  margin-bottom: auto;
}
.lp_summer_2024 #step_list .step_list__step--3 .course__detail--container .detail__container--subtitle {
  font-size: 22px;
  width: auto;
}
.lp_summer_2024 #step_list .step_list__step--3 .course__detail--container .detail__container--link {
  text-decoration: none;
  color: #1973c1;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.lp_summer_2024 #step_list .step_list__step--3 .course__detail--container .detail__container--img {
  width: 70%;
  margin: auto;
}
.lp_summer_2024 #step_list .step_list__step--3 .course__detail--container .detail__container--img--typing {
  margin: auto auto 0;
}
.lp_summer_2024 #step_list .step_list__step--3 .course__detail--container .detail__container--left {
  margin-right: 2vw;
}
.lp_summer_2024 #step_list .step_list__step--3 .course__detail--container .detail__container--right {
  margin-left: 2vw;
}
.lp_summer_2024 #step_list .step_list__step--3 .course__detail--container .detail__container--basic {
  background-color: rgba(186, 26, 26, 0.12);
}
.lp_summer_2024 #step_list .step_list__step--3 .course__detail--container .detail__container--advanse {
  background-color: rgba(43, 143, 56, 0.12);
}
.lp_summer_2024 #step_list .step_list__step--3 .course__detail--container .detail__container:hover {
  background-color: #97E295;
}
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--2,
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--2 .step_list__step__box__textbox,
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--3 .step_list__step__box__textbox {
  width: 45%;
}
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--2 .step_list__step__box__textbox__tag,
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--3 .step_list__step__box__textbox__tag {
  border-radius: 8px;
  display: block;
  padding: 4px 12px;
  width: max-content;
  margin-right: 24px;
  font-weight: bold;
}
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--2 .step_list__step__box__textbox__tag__list,
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--3 .step_list__step__box__textbox__tag__list {
  display: flex;
}
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--2 .step_list__step__box__textbox__tag--day,
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--3 .step_list__step__box__textbox__tag--day {
  background-color: #90c7ef;
}
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--2 .step_list__step__box__textbox__tag--type,
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--3 .step_list__step__box__textbox__tag--type {
  background-color: #bcf799;
}
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--2 .step_list__step__box__textbox h5,
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--3 .step_list__step__box__textbox h5 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  margin: 12px 0;
}
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--2 .step_list__step__box__textbox h6,
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--3 .step_list__step__box__textbox h6 {
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0;
}
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--2 .step_list__step__box__textbox__text,
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--3 .step_list__step__box__textbox__text {
  line-height: 2;
  font-size: 16px;
}
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--2 .step_list__step__box__movie,
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--3 .step_list__step__box__movie {
  width: 448px;
  height: 252px;
}
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--2 .step_list__step__box__movie iframe,
.lp_summer_2024 #step_list .step_list__step .step_list__step__box--3 .step_list__step__box__movie iframe {
  width: 100%;
  height: 100%;
}
.lp_summer_2024 #step_list .step_list__step__friends {
  width: 1024px;
  height: 352px;
  margin: auto;
  position: relative;
}
.lp_summer_2024 #step_list .step_list__step__friends img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.lp_summer_2024 #step_list .step_list__step__friends p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: max-content;
  height: max-content;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 48px;
  text-shadow: 0px 0px 4px #888;
}
.lp_summer_2024 #step_list .step_list__step__friends p span {
  font-size: 34px;
}
.lp_summer_2024 #step_list .promotion-btn {
  margin: 80px auto;
}
.lp_summer_2024 .lp__swiper {
  width: 100%;
  height: calc(56.25vw - 240px);
  margin-bottom: 120px;
}
.lp_summer_2024 .lp__swiper img {
  object-fit: cover;
}
@media (max-width: 1023px) {
  .lp_summer_2024 .lp_summer_2024 {
    position: relative;
    overflow: hidden;
  }
  .lp_summer_2024 .section__title--content {
    font-size: 36px;
  }
  .lp_summer_2024 .section__title img {
    height: 42px !important;
    width: 42px !important;
  }
  .lp_summer_2024 .promotion-btn--price {
    padding: 0;
  }
  .lp_summer_2024 .bg__image--pc {
    display: none;
  }
  .lp_summer_2024 .bg__image--sp {
    display: block;
  }
  .lp_summer_2024 .fixed__logo {
    width: 30vw;
    display: block;
  }
  .lp_summer_2024 .fixed__logo--black {
    opacity: 1;
  }
  .lp_summer_2024 .nav.open {
    position: fixed;
    display: block;
    z-index: 10;
    right: 0;
    top: 0;
  }
  .lp_summer_2024 .nav {
    display: block;
    right: -100%;
    top: -100%;
    transition: 0.3s ease-in-out;
  }
  .lp_summer_2024 .nav__tri {
    width: 28vw;
    display: fixed;
  }
  .lp_summer_2024 .nav__menu {
    position: fixed;
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: rgb(255, 255, 255);
  }
  .lp_summer_2024 .nav__menu > img {
    margin-top: 8%;
    margin-left: -3%;
    margin-bottom: 5vh;
    width: 30vw;
  }
  .lp_summer_2024 .nav__menu li {
    height: 4vh;
    margin-left: 3vw;
    margin-bottom: 4vh;
    font-size: 16px;
    border-bottom: solid 2px #7eee3e;
  }
  .lp_summer_2024 .nav__menu li a {
    text-align: left;
    width: 100%;
    height: 100%;
  }
  .lp_summer_2024 .nav__menu li a:hover {
    padding-bottom: 2px;
  }
  .lp_summer_2024 .nav__menu li a:hover::before {
    width: 0;
  }
  .lp_summer_2024 .nav__menu__text {
    margin-top: 30%;
    display: block;
  }
  .lp_summer_2024 .nav__menu__text p {
    text-align: center;
  }
  .lp_summer_2024 .nav__menu__btn {
    position: absolute;
    bottom: 10vh;
  }
  .lp_summer_2024 .nav__menu__btn a {
    background-color: rgb(126, 238, 62);
    height: 100px;
    width: 80vw;
    margin-left: calc(10vw - 20px);
  }
  .lp_summer_2024 .nav__menu__btn a img {
    width: 40px;
    height: 32px;
    transform: translateY(2px);
  }
  .lp_summer_2024 .nav__menu__btn a #img-black {
    display: flex;
  }
  .lp_summer_2024 .nav__menu__btn a #img-white {
    display: none;
  }
  .lp_summer_2024 .nav__menu__btn a p {
    color: black;
    z-index: 2;
    font-size: 20px;
  }
  .lp_summer_2024 .nav__menu__btn a > div {
    background: #b5f6b7;
  }
  .lp_summer_2024 .nav__menu__btn a:hover > div {
    width: 100%;
  }
  .lp_summer_2024 .nav__menu__taiken__btn {
    margin: auto;
    bottom: 2vh;
    display: block;
    left: 50%;
    transform: translateX(-50%);
  }
  .lp_summer_2024 .nav__tri {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
  }
  .lp_summer_2024 .nav .menu-icon {
    display: block;
    position: fixed;
    width: 9vw;
    height: 9vw;
    top: 2vh;
    right: 3vw;
    box-sizing: border-box;
    z-index: 1000;
  }
  .lp_summer_2024 .nav span {
    width: 80%;
    display: block;
    height: 5%;
    background: #444;
    position: absolute;
    border-radius: 4px;
    left: 10%;
    transition: all 0.5s ease;
  }
  .lp_summer_2024 .nav .bar1 {
    top: 16%;
    background-color: black;
  }
  .lp_summer_2024 .nav .bar2 {
    top: 50%;
    background-color: black;
  }
  .lp_summer_2024 .nav .bar3 {
    bottom: 10%;
    background-color: black;
  }
  .lp_summer_2024 .nav .bar1.open {
    top: 50%;
    transform: rotate(45deg);
  }
  .lp_summer_2024 .nav .bar2.open {
    opacity: 0;
  }
  .lp_summer_2024 .nav .bar3.open {
    top: 50%;
    transform: rotate(-45deg);
  }
  .lp_summer_2024 .firstview__img {
    object-fit: cover;
    height: 56vh;
    top: unset;
    bottom: 10vh;
  }
  .lp_summer_2024 .firstview__parallelogram {
    height: 70vh;
    left: -35vh;
  }
  .lp_summer_2024 .firstview__text {
    bottom: 40vh;
  }
  .lp_summer_2024 .firstview__text h1 {
    font-size: 28px;
  }
  .lp_summer_2024 .firstview__text h2 {
    font-size: 14px;
  }
  .lp_summer_2024 .firstview__promotion-btn {
    position: absolute;
    display: block;
    bottom: 10vh;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
  }
  .lp_summer_2024 .firstview__underbar .firstview__underbar--title {
    font-size: 26px;
  }
  .lp_summer_2024 .firstview__top h1 {
    right: unset;
    left: 5vw;
    top: 12vh;
  }
  .lp_summer_2024 .firstview__top h1 span {
    margin: 8px auto 8px 0;
    font-size: 42PX;
  }
  .lp_summer_2024 .firstview__union__01 {
    display: none;
  }
  .lp_summer_2024 .firstview__union__02 {
    bottom: 0vh;
    width: 78vw;
    left: 41vw;
    right: 0;
    top: 22vh;
  }
  .lp_summer_2024 .firstview__union__03 {
    bottom: 7vh;
    width: 90vw;
    left: -5vw;
    right: 0;
    top: 0;
  }
  .lp_summer_2024 .firstview__union__04 {
    bottom: 0vh;
    width: 120vw;
    z-index: 20;
    left: 0vw;
    right: 0;
    top: 6vh;
  }
  .lp_summer_2024 .firstview__union__05 {
    width: 157vw;
    z-index: 20;
    bottom: -20vh;
    left: -66vw;
    right: 0;
  }
  .lp_summer_2024 .firstview__union__06 {
    width: 169vw;
    left: -36vw;
    right: 0vw;
    top: 49vh;
    bottom: 0;
  }
  .lp_summer_2024 .firstview__union__07 {
    left: -4vw;
    width: 53vw;
    top: 0;
    bottom: 18vh;
  }
  .lp_summer_2024 .firstview__union__08 {
    bottom: -62vh;
    width: 160vw;
    z-index: 10;
    left: 5vw;
    right: 0;
    top: 0;
  }
  .lp_summer_2024 .firstview__union__09 {
    bottom: 7vh;
    left: -91vw;
    width: 144vw;
    top: 0vh;
  }
  .lp_summer_2024 .firstview__polygon__01 {
    display: none;
  }
  .lp_summer_2024 .firstview__polygon__02 {
    display: none;
  }
  .lp_summer_2024 .firstview__polygon__03 {
    width: 22vw;
    top: -17vh;
    bottom: 58vh;
    left: 80vw;
    right: 0px;
  }
  .lp_summer_2024 .firstview__polygon__04 {
    display: none;
  }
  .lp_summer_2024 .firstview__polygon__05 {
    display: none;
  }
  .lp_summer_2024 .firstview__polygon__06 {
    display: none;
  }
  .lp_summer_2024 .firstview__polygon__07 {
    width: 11vw;
    top: -40vh;
    bottom: 34vh;
    left: 0;
    right: 24vw;
  }
  .lp_summer_2024 .firstview__polygon__08 {
    display: none;
  }
  .lp_summer_2024 .firstview__polygon__09 {
    width: 12vw;
    top: -50vh;
    left: 57vw;
    right: 0;
    bottom: 30vh;
  }
  .lp_summer_2024 .firstview__polygon__10 {
    width: 19vw;
    top: -15vh;
    bottom: 25vh;
    left: 80vw;
    right: 0;
  }
  .lp_summer_2024 .firstview__polygon__11 {
    width: 27vw;
    top: -39vh;
    bottom: 34vh;
    left: 19vw;
    right: 0;
  }
  .lp_summer_2024 #course-info .course-info__title--main--pc {
    display: none;
  }
  .lp_summer_2024 #course-info .course-info__title--main--mobile {
    display: block;
  }
  .lp_summer_2024 #course-info .course-info__title--main {
    font-size: 24px;
  }
  .lp_summer_2024 #course-info .course-info__title--detail {
    font-size: 16px;
  }
  .lp_summer_2024 #course-info .course__detail--title {
    margin-bottom: 40px;
    width: 90vw;
    font-size: 20px;
  }
  .lp_summer_2024 #course-info .course__detail--title--advance {
    margin-top: 40px;
  }
  .lp_summer_2024 #course-info .course__detail--container {
    width: 90vw;
  }
  .lp_summer_2024 #course-info .course__detail--container .detail__container {
    width: 90vw;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
  }
  .lp_summer_2024 #course-info .course__detail--container .detail__container--right {
    margin-left: 0;
  }
  .lp_summer_2024 #course-info .course__detail--container .detail__container--left {
    margin-right: 0;
  }
  .lp_summer_2024 #course-info .course__detail--container .detail__container--title {
    font-weight: 700;
    font-size: 20px;
    padding-top: 12px;
  }
  .lp_summer_2024 #course-info .course__detail--container .detail__container--link {
    letter-spacing: 1.5px;
    font-size: 18px;
    padding: 8px 0;
  }
  .lp_summer_2024 #course-info .course__detail--container .detail__container--subtitle {
    font-size: 16px;
  }
  .lp_summer_2024 #course-info .step_list__step h3 {
    height: 80px;
  }
  .lp_summer_2024 #course-info .step_list__step h4 {
    width: 90vw;
    font-size: 18px;
    padding: 8px 0;
  }
  .lp_summer_2024 #course-info .step_list__step__title--bg {
    font-size: 80px;
  }
  .lp_summer_2024 #course-info .step_list__step__title--text {
    font-size: 24px;
  }
  .lp_summer_2024 #course-info .step_list__step__box {
    width: 90vw;
  }
  .lp_summer_2024 #course-info .step_list__step__box--1 {
    border: none;
    width: 90vw;
    padding: 0;
    background-color: transparent;
  }
  .lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__wrapper {
    width: 100%;
  }
  .lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__time_arrow::before {
    border-color: #fdf5de transparent transparent transparent;
  }
  .lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__time_arrow::after {
    border-color: transparent #fdf5de transparent #fdf5de;
  }
  .lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__textblock {
    width: calc(90vw - 80px);
  }
  .lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__textblock__title img {
    height: 24px;
    margin-right: 8px;
  }
  .lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__textblock__title h5 {
    font-size: 16px;
  }
  .lp_summer_2024 #course-info .step_list__step__box--1 .step_list__step__box__textblock p {
    font-size: 14px;
  }
  .lp_summer_2024 #course-info .step_list__step--2 {
    padding: 60px 0 30px;
  }
  .lp_summer_2024 #course-info .step_list__step--3 {
    padding: 30px 0 60px;
  }
  .lp_summer_2024 #course-info .step_list__step .step_list__step__box--2,
  .lp_summer_2024 #course-info .step_list__step .step_list__step__box--3 {
    flex-flow: column;
    padding: 16px;
  }
  .lp_summer_2024 #course-info .step_list__step .step_list__step__box--2 .step_list__step__box__textbox,
  .lp_summer_2024 #course-info .step_list__step .step_list__step__box--3 .step_list__step__box__textbox {
    width: 100%;
  }
  .lp_summer_2024 #course-info .step_list__step .step_list__step__box--2 .step_list__step__box__textbox__tag,
  .lp_summer_2024 #course-info .step_list__step .step_list__step__box--3 .step_list__step__box__textbox__tag {
    margin-right: 12px;
  }
  .lp_summer_2024 #course-info .step_list__step .step_list__step__box--2 .step_list__step__box__textbox h5,
  .lp_summer_2024 #course-info .step_list__step .step_list__step__box--3 .step_list__step__box__textbox h5 {
    font-size: 20px;
  }
  .lp_summer_2024 #course-info .step_list__step .step_list__step__box--2 .step_list__step__box__textbox h6,
  .lp_summer_2024 #course-info .step_list__step .step_list__step__box--3 .step_list__step__box__textbox h6 {
    font-size: 16px;
  }
  .lp_summer_2024 #course-info .step_list__step .step_list__step__box--2 .step_list__step__box__textbox__text,
  .lp_summer_2024 #course-info .step_list__step .step_list__step__box--3 .step_list__step__box__textbox__text {
    font-size: 14px;
  }
  .lp_summer_2024 #course-info .step_list__step .step_list__step__box--2 .step_list__step__box__movie,
  .lp_summer_2024 #course-info .step_list__step .step_list__step__box--3 .step_list__step__box__movie {
    width: calc(90vw - 40px);
    height: calc(50.625vw - 22.5px);
    margin-top: 24px;
  }
  .lp_summer_2024 #course-info .step_list__step__friends {
    width: 80vw;
    height: 60vw;
    margin: auto;
    position: relative;
  }
  .lp_summer_2024 #course-info .step_list__step__friends p {
    font-size: 20px;
  }
  .lp_summer_2024 #course-info .step_list__step__friends p span {
    font-size: 16px;
  }
  .lp_summer_2024 .lp__swiper {
    height: 46vw;
  }
  .lp_summer_2024 .question_2 .beengineer__wrapper {
    margin-top: 0;
    flex-direction: column;
    margin: auto;
    width: auto;
    align-items: center;
  }
  .lp_summer_2024 .question_2 .beengineer__wrapper > div {
    width: 90vw;
  }
  .lp_summer_2024 .question_2 .beengineer__image {
    height: unset;
    width: 90%;
    position: relative;
    right: unset;
    margin: auto;
    display: block;
  }
  .lp_summer_2024 .question_2 .beengineer__image__wrapper {
    width: 95%;
    height: auto;
  }
  .lp_summer_2024 .question_2 .beengineer__textblock {
    padding: 0 5vw;
  }
  .lp_summer_2024 .question_2 .beengineer__textblock h4 {
    font-size: 24px;
    margin: 12px auto 24px;
  }
  .lp_summer_2024 .question_2 .beengineer__textblock h5 {
    font-size: 18px;
  }
  .lp_summer_2024 .question_2 .beengineer__textblock p {
    line-height: 1.8;
    font-size: 16px;
  }
  .lp_summer_2024 .question_2 .beengineer__textblock a {
    margin: 24px auto;
  }
  .lp_summer_2024 .question_2 .comment-3__wrapper {
    margin-top: 0;
    flex-direction: column;
  }
  .lp_summer_2024 .question_2 .comment-3__content {
    width: 90%;
  }
  .lp_summer_2024 .question_2 .comment-3__content__title {
    margin-top: 48px;
  }
  .lp_summer_2024 .question_2 .comment-3__content__title h3 {
    font-size: 18px;
  }
  .lp_summer_2024 .question_2 .comment-3__content__title > img {
    width: 72px;
  }
  .lp_summer_2024 .question_2 .comment-3__content > img {
    width: 100%;
    height: 69vw;
    object-fit: contain;
  }
  .lp_summer_2024 .question_2 .comment-3__content p {
    line-height: 1.8;
    font-size: 16px;
  }
  .lp_summer_2024 .question_2 .comment-3__content a {
    margin: 12px auto 24px;
    width: 100%;
    justify-content: center;
  }
  .lp_summer_2024 .question_2__underbar--title {
    font-size: 24px;
    height: max-content;
    padding: 24px 0;
  }
  .lp_summer_2024 .question_2__underbar--triangle {
    height: 54px;
  }
  .lp_summer_2024 .form__btn {
    width: 90vw;
  }
  .lp_summer_2024 .apply-form {
    width: 90vw;
  }
  .lp_summer_2024 #calendar {
    font-size: 14px;
    z-index: 5;
  }
  .lp_summer_2024 #calendar .calendar__wrapper {
    width: 98%;
    margin: 0 0cqi;
    font-size: 12px;
  }
  .lp_summer_2024 #calendar .fc-daygrid-event-dot {
    margin: 0;
  }
  .lp_summer_2024 #calendar .fc-event-title {
    font-weight: 400;
  }
  .lp_summer_2024 #calendar .section__title {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 5vh;
  }
  .lp_summer_2024 #calendar .calendar__wrapper {
    pointer-events: none;
    width: 95vw;
    position: absolute;
    top: 0;
    transition: 0.5s;
  }
  .lp_summer_2024 #calendar .calendar__wrapper--apl {
    left: 5%;
    background-color: #fff;
  }
  .lp_summer_2024 #calendar .calendar__wrapper--may {
    left: 100vw;
    background-color: #fff;
  }
  .lp_summer_2024 #calendar .calendar__schooltab {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 85vw;
    margin: 3vh auto 1vh;
  }
  .lp_summer_2024 #calendar .calendar__schooltab div {
    width: 100%;
    text-align: center;
    border-radius: 12px;
    transition: 0.3s;
    padding: 4px 0;
    transition: 0.3s;
    cursor: pointer;
    margin-bottom: 24px;
  }
  .lp_summer_2024 #calendar .calendar__schooltab:last-child {
    margin: 0;
  }
  .lp_summer_2024 #calendar .calendar__monthtab div {
    width: 40%;
  }
  .lp_summer_2024 #calendar .calendar__tab__wrapper {
    padding: 0;
    height: 700px;
    position: relative;
    z-index: 5;
  }
  .lp_summer_2024 #calendar .bgimg__right {
    position: absolute;
    right: 5vw;
    width: 30%;
    z-index: -10;
  }
  .lp_summer_2024 #calendar .calendar__monthtab2 {
    width: 95vw;
    height: max-content;
  }
  .lp_summer_2024 #calendar .calendar__monthtab2--arrow--left {
    margin: auto 0 auto 8px;
  }
  .lp_summer_2024 #calendar .calendar__monthtab2--arrow--right {
    margin: auto 8px auto 0;
  }
  .lp_summer_2024 #calendar .calendar__monthtab2--center_container .above_year {
    font-size: 12px;
    line-height: 1;
  }
  .lp_summer_2024 #calendar .calendar__monthtab2--center_container .bottom_month {
    font-size: 18px;
  }
  .lp_summer_2024 #calendar .calendar__monthtab2--center_container .bottom_month__number {
    line-height: 1;
    font-size: 20px;
  }
  .lp_summer_2024 .school_room .detail__content .detail__location {
    padding-top: 10vh;
    margin-left: 0;
  }
  .lp_summer_2024 .school_room .detail__content .detail__location .school_location {
    margin-bottom: 15vh;
  }
  .lp_summer_2024 .school_room .detail__content .detail__location .school_location h4 {
    font-size: 20px;
    display: inline;
  }
  .lp_summer_2024 .school_room .detail__content .detail__location .school_location .school_image_right {
    right: -3vw;
    top: -18vw;
    width: 67vw;
  }
  .lp_summer_2024 .school_room .detail__content .detail__location .school_location .bgimg__right {
    height: 5vh;
    top: 100%;
    right: 0;
  }
  .lp_summer_2024 .school_room .detail__content .detail__location .school_location .bgimg__left {
    left: -3vw;
    top: -27vw;
    width: 67vw;
  }
  .lp_summer_2024 .school_room .detail__content .detail__location .school_location .location_right {
    margin-right: 0;
    margin-bottom: 15vh;
  }
  .lp_summer_2024 .school_room .detail__content .detail__location .school_location .location_right .school_image_right {
    right: -4vw;
    top: -8vh;
    width: 60vw;
  }
  .lp_summer_2024 .school_room .detail__content .detail__location .school_location .location_right h4 {
    margin-right: 0;
    top: -4vh;
  }
  .lp_summer_2024 .school_room .detail__content .detail__location .school_location .location_right {
    margin-right: 0;
    margin-bottom: 15vh;
  }
  .lp_summer_2024 .school_room .detail__content .detail__location .school_location .location_right .school_image_left {
    left: -4vw;
    top: -8vh;
    width: 60vw;
  }
  .lp_summer_2024 .school_room .detail__content .detail__location .school_location .location_right h4 {
    top: -6vh;
  }
  .lp_summer_2024 .review .review__container {
    flex-direction: column;
  }
  .lp_summer_2024 .review .review__container img {
    width: 86vw;
    height: 43vw;
    object-fit: cover;
  }
  .lp_summer_2024 .review .review__container .review__detail {
    width: 86vw;
  }
  .lp_summer_2024 .review .review__container .review__detail--title {
    font-size: 14px;
  }
  .lp_summer_2024 .review .review__container .review__detail h3 {
    font-size: 14px;
    font-weight: 900;
    padding-left: 44px;
  }
  .lp_summer_2024 .review .review__container .review__detail h3::before {
    width: 28px;
    height: 28px;
    top: 2px;
  }
  .lp_summer_2024 .review .review__container .review__detail p {
    font-family: Noto Sans JP;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: 0.25px;
    text-align: left;
  }
  .lp_summer_2024 .apply-form label .submit_button {
    width: 100%;
  }
  .lp_summer_2024 .apply-form label .submit_button span {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.150000006px;
  }
  .lp_summer_2024 #question_1 .question_1__section {
    width: 80vw;
    margin: 80px auto;
  }
  .lp_summer_2024 #question_1 .question_1__section__title--num {
    font-size: 34px;
    height: 34px;
    margin-right: 8px;
  }
  .lp_summer_2024 #question_1 .question_1__section__title--text {
    font-size: 17px;
  }
  .lp_summer_2024 #question_1 .question_1__section__content {
    width: 100%;
    font-size: 16px;
  }
  .lp_summer_2024 #question_1 .question_1__section__content__topic {
    flex-flow: column;
  }
  .lp_summer_2024 #question_1 .question_1__section__content__topic__title {
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
  }
  .lp_summer_2024 #question_1 .question_1__section__content__topic__title--num {
    font-size: 16px;
  }
  .lp_summer_2024 #question_1 .question_1__section__content__topic__title--text {
    font-size: 20px;
  }
  .lp_summer_2024 #question_1 .question_1__section__content__topic__text {
    font-size: 16px;
  }
  .lp_summer_2024 #question_1 .question_1__section__content > img {
    width: 100%;
  }
  .lp_summer_2024 #question_1 .question_1__section__but {
    width: 80vw;
    padding: 8px;
  }
  .lp_summer_2024 #question_1 .question_1__section__but__title {
    padding: 8px;
  }
  .lp_summer_2024 #question_1 .question_1__section__but__title img {
    width: 60px;
    margin-right: 12px;
  }
  .lp_summer_2024 #question_1 .question_1__section__but__title h3 {
    font-size: 17px;
  }
  .lp_summer_2024 #question_1 .question_1__section__but__title h3 span {
    font-size: 16px;
  }
  .lp_summer_2024 #question_1 .question_1__section__but__text {
    padding: 8px;
    font-size: 16px;
  }
  .lp_summer_2024 #question_1 .question_1__section__wrapper__polygon--13 {
    right: -10vw;
  }
  .lp_summer_2024 #question_1 .question_1__section__wrapper__polygon--19 {
    right: -10vw;
  }
  .lp_summer_2024 #question_1 .question_1__section__wrapper__polygon--21 {
    right: -10vw;
  }
  .lp_summer_2024 #question_1 .question_1__section__wrapper__polygon--22 {
    bottom: -160px;
    left: -10vw;
  }
  .lp_summer_2024 #step_list h2 {
    font-size: 36px;
    padding: 24px 0;
  }
  .lp_summer_2024 #step_list .step_list__step h3 {
    height: 80px;
  }
  .lp_summer_2024 #step_list .step_list__step h4 {
    width: 90vw;
    font-size: 18px;
    padding: 8px 0;
  }
  .lp_summer_2024 #step_list .step_list__step__title--bg {
    font-size: 80px;
  }
  .lp_summer_2024 #step_list .step_list__step__title--text {
    font-size: 24px;
  }
  .lp_summer_2024 #step_list .step_list__step__box {
    width: 90vw;
  }
  .lp_summer_2024 #step_list .step_list__step__box--1 {
    border: none;
    width: 90vw;
    padding: 0;
    background-color: transparent;
  }
  .lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__wrapper {
    width: 100%;
  }
  .lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__time_arrow::before {
    border-color: #fdf5de transparent transparent transparent;
  }
  .lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__time_arrow::after {
    border-color: transparent #fdf5de transparent #fdf5de;
  }
  .lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__textblock {
    width: calc(90vw - 80px);
  }
  .lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__textblock__title img {
    height: 24px;
    margin-right: 8px;
  }
  .lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__textblock__title h5 {
    font-size: 16px;
  }
  .lp_summer_2024 #step_list .step_list__step__box--1 .step_list__step__box__textblock p {
    font-size: 14px;
  }
  .lp_summer_2024 #step_list .step_list__step--2 {
    padding: 60px 0 30px;
  }
  .lp_summer_2024 #step_list .step_list__step--3 {
    padding: 30px 0 60px;
  }
  .lp_summer_2024 #step_list .step_list__step .step_list__step__box--2,
  .lp_summer_2024 #step_list .step_list__step .step_list__step__box--3 {
    flex-flow: column;
    padding: 16px;
  }
  .lp_summer_2024 #step_list .step_list__step .step_list__step__box--2 .step_list__step__box__textbox,
  .lp_summer_2024 #step_list .step_list__step .step_list__step__box--3 .step_list__step__box__textbox {
    width: 100%;
  }
  .lp_summer_2024 #step_list .step_list__step .step_list__step__box--2 .step_list__step__box__textbox__tag,
  .lp_summer_2024 #step_list .step_list__step .step_list__step__box--3 .step_list__step__box__textbox__tag {
    margin-right: 12px;
  }
  .lp_summer_2024 #step_list .step_list__step .step_list__step__box--2 .step_list__step__box__textbox h5,
  .lp_summer_2024 #step_list .step_list__step .step_list__step__box--3 .step_list__step__box__textbox h5 {
    font-size: 20px;
  }
  .lp_summer_2024 #step_list .step_list__step .step_list__step__box--2 .step_list__step__box__textbox h6,
  .lp_summer_2024 #step_list .step_list__step .step_list__step__box--3 .step_list__step__box__textbox h6 {
    font-size: 16px;
  }
  .lp_summer_2024 #step_list .step_list__step .step_list__step__box--2 .step_list__step__box__textbox__text,
  .lp_summer_2024 #step_list .step_list__step .step_list__step__box--3 .step_list__step__box__textbox__text {
    font-size: 14px;
  }
  .lp_summer_2024 #step_list .step_list__step .step_list__step__box--2 .step_list__step__box__movie,
  .lp_summer_2024 #step_list .step_list__step .step_list__step__box--3 .step_list__step__box__movie {
    width: calc(90vw - 40px);
    height: calc(50.625vw - 22.5px);
    margin-top: 24px;
  }
  .lp_summer_2024 #step_list .step_list__step__friends {
    width: 80vw;
    height: 60vw;
    margin: auto;
    position: relative;
  }
  .lp_summer_2024 #step_list .step_list__step__friends p {
    font-size: 20px;
  }
  .lp_summer_2024 #step_list .step_list__step__friends p span {
    font-size: 16px;
  }
  .lp_summer_2024 #step_list .step_list__step .course__detail--title {
    margin-bottom: 40px;
    width: 90vw;
    font-size: 20px;
  }
  .lp_summer_2024 #step_list .step_list__step .course__detail--title--advance {
    margin-top: 40px;
  }
  .lp_summer_2024 #step_list .step_list__step .course__detail--container {
    width: 90vw;
  }
  .lp_summer_2024 #step_list .step_list__step .course__detail--container .detail__container {
    width: 90vw;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
  }
  .lp_summer_2024 #step_list .step_list__step .course__detail--container .detail__container--right {
    margin-left: 0;
  }
  .lp_summer_2024 #step_list .step_list__step .course__detail--container .detail__container--left {
    margin-right: 0;
  }
  .lp_summer_2024 #step_list .step_list__step .course__detail--container .detail__container--title {
    font-weight: 700;
    font-size: 20px;
    padding-top: 12px;
  }
  .lp_summer_2024 #step_list .step_list__step .course__detail--container .detail__container--link {
    letter-spacing: 1.5px;
    font-size: 18px;
    padding: 8px 0;
  }
  .lp_summer_2024 #step_list .step_list__step .course__detail--container .detail__container--subtitle {
    font-size: 16px;
  }
}

input[type=text] {
  background-color: white;
}

.student_grade_form {
  background-color: white;
}

#extra_input {
  background-color: white;
}

.input_box input {
  background-color: #fff;
}

#place {
  background-color: #fff;
}

.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0s 0s;
}

.invisible {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
}

.appearance-animation {
  color: transparent;
  width: max-content;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}

.appearance-animation::after {
  background: rgb(255, 214, 0);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 101%);
}

.appearance-animation.activate {
  color: #000 !important;
}

.appearance-animation.activate::after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}

.appearance-animation--green.activate {
  color: #7eee3e !important;
}

@keyframes mask-bg {
  0% {
    transform: translate(-101%, 0);
  }
  40%, 60% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}
.lp_summer_2024_apply header,
.lp_summer_2024_apply footer,
.lp_summer_2024_apply #firstview,
.lp_summer_2024_apply #simulation,
.lp_summer_2024_apply #selectedlist,
.lp_summer_2024_apply #discount,
.lp_summer_2024_apply #sum,
.lp_summer_2024_apply #apply {
  position: relative;
  z-index: 10;
}
.lp_summer_2024_apply header,
.lp_summer_2024_apply #simulation,
.lp_summer_2024_apply #selectedlist,
.lp_summer_2024_apply #discount,
.lp_summer_2024_apply #sum,
.lp_summer_2024_apply #apply {
  margin: 15vh auto;
}
.lp_summer_2024_apply footer {
  margin: 15vh auto 0;
}
.lp_summer_2024_apply .section__title {
  margin-top: 100px;
  margin-bottom: 50px;
  font-style: italic;
}
.lp_summer_2024_apply .section__title img {
  height: 76px;
}
.lp_summer_2024_apply .section__title--content {
  font-family: Video, "Noto Sans JP";
  font-size: 48px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.1800000072px;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}
.lp_summer_2024_apply #firstview .firstview__content {
  background-color: #FDF5DE;
  height: 60vh;
  width: 100%;
  position: relative;
  padding-top: 10px;
}
.lp_summer_2024_apply #firstview .firstview__content__title {
  position: relative;
  height: 20vh;
  width: 90vw;
  object-fit: contain;
  left: 0;
  right: 0;
  margin: 24px auto;
  display: block;
}
.lp_summer_2024_apply #firstview .firstview__content__polygon {
  position: absolute;
}
.lp_summer_2024_apply #firstview .firstview__content__polygon--1 {
  top: 10vh;
  left: -2vw;
  width: 12vw;
}
.lp_summer_2024_apply #firstview .firstview__content__polygon--2 {
  left: 12vw;
  top: 22vh;
  width: 5vw;
}
.lp_summer_2024_apply #firstview .firstview__content__polygon--3 {
  top: 4vh;
  left: 2vw;
  width: 6vw;
}
.lp_summer_2024_apply #firstview .firstview__content__polygon--4 {
  left: 13vw;
  top: 5vh;
  width: 16vw;
}
.lp_summer_2024_apply #firstview .firstview__content h2 {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: max-content;
  height: max-content;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  background-color: #FFD600;
  padding: 12px 48px;
  line-height: 1.4;
  border-radius: 40px;
}
.lp_summer_2024_apply #firstview .firstview__content p {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: max-content;
  height: max-content;
  font-size: 20px;
  font-weight: bold;
}
.lp_summer_2024_apply #firstview .firstview__bluetriangle {
  background-color: #90C7EF;
  height: 10vh;
  width: 100%;
  position: relative;
  margin-bottom: 240px;
}
.lp_summer_2024_apply #firstview .firstview__bluetriangle h3 {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 32px;
  font-weight: bold;
  width: max-content;
  height: max-content;
}
.lp_summer_2024_apply #firstview .firstview__bluetriangle::after {
  content: "";
  height: 10vh;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #90C7EF;
  position: absolute;
  bottom: -10vh;
}
.lp_summer_2024_apply #simulation_pc .simulation__title {
  position: relative;
  display: block;
  height: 160px;
  width: 100%;
  margin-bottom: 48px;
}
.lp_summer_2024_apply #simulation_pc .simulation__title p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: max-content;
  height: max-content;
  text-align: center;
}
.lp_summer_2024_apply #simulation_pc .simulation__title--bg {
  font-size: 120px;
  font-family: video, "Noto Sans JP";
  letter-spacing: 12px;
}
.lp_summer_2024_apply #simulation_pc .simulation__title--text {
  font-size: 34px;
  font-weight: bold;
}
.lp_summer_2024_apply #simulation_pc .simulation__title--text span {
  font-size: 28px;
}
.lp_summer_2024_apply #simulation_pc .simulation__title--1 .simulation__title--bg {
  color: #90C7EF;
}
.lp_summer_2024_apply #simulation_pc .simulation__title--2 {
  margin-top: 120px;
}
.lp_summer_2024_apply #simulation_pc .simulation__title--2 .simulation__title--bg {
  color: #FFBBB4;
}
.lp_summer_2024_apply #simulation_pc .simulation__title--3 {
  margin-top: 120px;
}
.lp_summer_2024_apply #simulation_pc .simulation__title--3 .simulation__title--bg {
  color: #BCF799;
}
.lp_summer_2024_apply #simulation_pc .simulation__description {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.lp_summer_2024_apply #simulation_pc .simulation__content {
  width: 86%;
  margin: 60px auto;
}
.lp_summer_2024_apply #simulation_pc .simulation__content h4 {
  width: 100%;
  height: 76px;
  position: relative;
}
.lp_summer_2024_apply #simulation_pc .simulation__content h4 span {
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  height: max-content;
  width: max-content;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 {
  background-color: rgba(255, 212, 220, 0.2666666667);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 h4 {
  background-color: #FFBBB4;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__row {
  width: 100%;
  padding: 12px 12px;
  display: flex;
  justify-content: space-between;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data img {
  max-width: 200px;
  width: 80%;
  margin: 8px auto;
  display: block;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__price {
  font-weight: bold;
  font-size: 14px;
  width: max-content;
  display: block;
  margin: auto;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__price span {
  display: inline-block;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__price .title {
  width: 110px;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__price .price {
  width: 80px;
  text-align: right;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data--1 {
  width: 176px;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data--2 {
  width: calc(50% - 110px);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data--3 {
  width: calc(50% - 110px);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__school {
  border-radius: 8px;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__school p {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  display: block;
  width: max-content;
  height: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  letter-spacing: -1px;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__school p span {
  font-size: 20px;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__school p span:last-child {
  font-style: Noto Sans JP;
  font-size: 16px;
  display: inline-block;
  transform: translateY(10px);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__school--1 {
  background-color: #7EEE3E;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__school--2 {
  background-color: rgba(255, 0, 92, 0.2);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__school--3 {
  background-color: #90C7EF;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__school--4 {
  background-color: #FFD600;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class {
  background-color: #fff;
  border-width: 8px;
  border-style: solid;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1450980392);
  padding: 4px 0;
  margin: 16px 0;
  cursor: pointer;
  position: relative;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class__text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class__text span {
  display: block;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class__text .date {
  font-size: 20px;
  font-weight: bold;
  padding: 4px 8px;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class__text .weekday {
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 12px;
  line-height: 1.4;
  letter-spacing: 0;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class__memo {
  font-size: 14px;
  text-align: center;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class--1 {
  border-color: #7EEE3E;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class--1 .weekday {
  background-color: #7EEE3E;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class--2 {
  border-color: rgba(255, 0, 92, 0.2);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class--2 .weekday {
  background-color: rgba(255, 0, 92, 0.2);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class--3 {
  border-color: #90C7EF;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class--3 .weekday {
  background-color: #90C7EF;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class--4 {
  border-color: #FFD600;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class--4 .weekday {
  background-color: #FFD600;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.nearperiod .simulation__data__class__text::before {
  content: "期限間近";
  color: #BA1A1A;
  font-size: 14px;
  padding: 0 8px;
  font-weight: bold;
  display: block;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.narrow .simulation__data__class__text::before {
  content: "定員間近";
  color: #BA1A1A;
  font-size: 14px;
  padding: 0 8px;
  font-weight: bold;
  display: block;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.period {
  pointer-events: none;
  background-color: #DFE2EB;
  border: none;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.1450980392);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.period .date {
  color: #fff;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.period .weekday {
  color: #DFE2EB;
  background-color: #fff;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.period .simulation__data__class__memo {
  color: #fff;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.full {
  pointer-events: none;
  background-color: #DFE2EB;
  border: none;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.1450980392);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.full .date {
  color: #fff;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.full .weekday {
  color: #DFE2EB;
  background-color: #fff;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.full .simulation__data__class__memo {
  color: #fff;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.full::before {
  content: "満席";
  display: block;
  color: #BA1A1A;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: max-content;
  width: max-content;
  margin: auto;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.selected .date {
  color: #ccc;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.selected .simulation__data__class__memo {
  color: #ccc;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.selected.simulation__data__class--1 {
  border-color: #d4ffbb;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.selected.simulation__data__class--1 .weekday {
  background-color: #d4ffbb;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.selected.simulation__data__class--2 {
  border-color: rgba(255, 193, 215, 0.2);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.selected.simulation__data__class--2 .weekday {
  background-color: rgba(255, 193, 215, 0.2);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.selected.simulation__data__class--3 {
  border-color: #d7eeff;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.selected.simulation__data__class--3 .weekday {
  background-color: #d7eeff;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.selected.simulation__data__class--4 {
  border-color: #ffe97b;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.selected.simulation__data__class--4 .weekday {
  background-color: #ffe97b;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--2 .simulation__data__class.selected::before {
  content: "選択中";
  display: block;
  color: #266401;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: max-content;
  width: max-content;
  margin: auto;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 {
  background-color: rgba(188, 247, 153, 0.2666666667);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 h4 {
  background-color: #BCF799;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__row {
  width: 100%;
  padding: 12px 12px;
  display: flex;
  justify-content: space-between;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data h5 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -1px;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data img {
  max-width: 200px;
  width: 80%;
  margin: 8px auto;
  display: block;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__price {
  font-weight: bold;
  font-size: 14px;
  width: max-content;
  display: block;
  margin: auto;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__price span {
  display: inline-block;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__price .title {
  width: 110px;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__price .price {
  width: 80px;
  text-align: right;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data--1 {
  width: 176px;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data--2 {
  width: calc(25% - 56px);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data--3 {
  width: calc(25% - 56px);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data--4 {
  width: calc(25% - 56px);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data--5 {
  width: calc(25% - 56px);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data--null {
  width: calc(25% - 56px);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__school {
  border-radius: 8px;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__school p {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  display: block;
  width: max-content;
  height: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  letter-spacing: -1px;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__school p span {
  font-size: 20px;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__school p span:last-child {
  font-size: 16px;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__school--1 {
  background-color: #7EEE3E;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__school--2 {
  background-color: rgba(255, 0, 92, 0.2);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__school--3 {
  background-color: #90C7EF;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__school--4 {
  background-color: #FFD600;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class {
  background-color: #fff;
  border-width: 8px;
  border-style: solid;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1450980392);
  padding: 4px 0;
  margin: 16px 0;
  cursor: pointer;
  position: relative;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class__text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class__text span {
  display: block;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class__text .date {
  font-size: 20px;
  font-weight: bold;
  padding: 4px 8px;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class__text .weekday {
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 12px;
  line-height: 1.4;
  letter-spacing: 0;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class__memo {
  font-size: 14px;
  text-align: center;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class--1 {
  border-color: #7EEE3E;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class--1 .weekday {
  background-color: #7EEE3E;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class--2 {
  border-color: rgba(255, 0, 92, 0.2);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class--2 .weekday {
  background-color: rgba(255, 0, 92, 0.2);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class--3 {
  border-color: #90C7EF;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class--3 .weekday {
  background-color: #90C7EF;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class--4 {
  border-color: #FFD600;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class--4 .weekday {
  background-color: #FFD600;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.nearperiod .simulation__data__class__memo::before {
  content: "期限間近";
  color: #BA1A1A;
  font-size: 14px;
  padding: 0 8px;
  font-weight: bold;
  display: block;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.narrow .simulation__data__class__memo::before {
  content: "定員間近";
  color: #BA1A1A;
  font-size: 14px;
  padding: 0 8px;
  font-weight: bold;
  display: block;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.period {
  pointer-events: none;
  background-color: #DFE2EB;
  border: none;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.1450980392);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.period .date {
  color: #fff;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.period .weekday {
  color: #DFE2EB;
  background-color: #fff;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.period .simulation__data__class__memo {
  color: #fff;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.full {
  pointer-events: none;
  background-color: #DFE2EB;
  border: none;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.1450980392);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.full .date {
  color: #fff;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.full .weekday {
  color: #DFE2EB;
  background-color: #fff;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.full .simulation__data__class__memo {
  color: #fff;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.full::before {
  content: "満席";
  display: block;
  color: #BA1A1A;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: max-content;
  width: max-content;
  margin: auto;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.selected .date {
  color: #ccc;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.selected .simulation__data__class__memo {
  color: #ccc;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.selected.simulation__data__class--1 {
  border-color: #d4ffbb;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.selected.simulation__data__class--1 .weekday {
  background-color: #d4ffbb;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.selected.simulation__data__class--2 {
  border-color: rgba(255, 193, 215, 0.2);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.selected.simulation__data__class--2 .weekday {
  background-color: rgba(255, 193, 215, 0.2);
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.selected.simulation__data__class--3 {
  border-color: #d7eeff;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.selected.simulation__data__class--3 .weekday {
  background-color: #d7eeff;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.selected.simulation__data__class--4 {
  border-color: #ffe97b;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.selected.simulation__data__class--4 .weekday {
  background-color: #ffe97b;
}
.lp_summer_2024_apply #simulation_pc .simulation__content--3 .simulation__data__class.selected::before {
  content: "選択中";
  display: block;
  color: #266401;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: max-content;
  width: max-content;
  margin: auto;
}
.lp_summer_2024_apply #simulation_pc .promotion-btn a {
  color: #fff;
  background-color: #1264af;
}
.lp_summer_2024_apply #simulation_pc .promotion-btn div {
  background-color: #5a93c7;
}
.lp_summer_2024_apply #simulation_pc .promotion-btn > p {
  margin-top: 36px;
}
.lp_summer_2024_apply #simulation_mobile {
  display: none;
}
.lp_summer_2024_apply #selectedlist .selectedlist__wrapper {
  display: flex;
  overflow-x: auto;
  width: 86%;
  margin: 60px auto;
  height: max-content;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item {
  width: 25%;
  min-width: 25%;
  margin: 0 12px;
  height: max-content;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__detail {
  padding: 12px 0;
  text-align: center;
  margin-bottom: 24px;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__detail--1 {
  background-color: #FFDAD6;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__detail--2 {
  background-color: #BCF799;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__detail h5 {
  font-size: 16px;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__detail img {
  width: 80%;
  display: block;
  margin: 8px auto;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__price {
  font-size: 14px;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__price .title {
  width: 110px;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__price .price {
  width: 80px;
  text-align: right;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__date {
  background-color: #fff;
  border-width: 8px;
  border-style: solid;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1450980392);
  padding: 4px 0;
  margin: 16px 0;
  cursor: pointer;
  position: relative;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__date--1 {
  border-color: #7EEE3E;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__date--1 .weekday {
  background-color: #7EEE3E;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__date--2 {
  border-color: rgba(255, 0, 92, 0.2);
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__date--2 .weekday {
  background-color: rgba(255, 0, 92, 0.2);
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__date--3 {
  border-color: #90C7EF;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__date--3 .weekday {
  background-color: #90C7EF;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__date--4 {
  border-color: #FFD600;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__date--4 .weekday {
  background-color: #FFD600;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__date--5 {
  border-color: #FFD600;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__date--5 .weekday {
  background-color: #FFD600;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__class {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__class span {
  display: block;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__class .date {
  font-size: 20px;
  font-weight: bold;
  padding: 4px 8px;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__class .weekday {
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 12px;
  line-height: 1.4;
  letter-spacing: 0;
}
.lp_summer_2024_apply #selectedlist .selectedlist__item__school {
  text-align: center;
}
.lp_summer_2024_apply #sum h3 {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}
.lp_summer_2024_apply #sum .sum__text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 48px;
}
.lp_summer_2024_apply #sum form button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFB4AB;
  width: max-content;
  margin: 24px auto 0;
  box-shadow: -8px 8px 0px #000;
  position: relative;
  color: #000;
  font-size: 24px;
  padding: 32px 100px;
}
.lp_summer_2024_apply #sum form button div {
  background: #ffd5d1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.lp_summer_2024_apply #sum form button p {
  z-index: 2;
}
.lp_summer_2024_apply #sum form button img {
  height: 24px;
  z-index: 2;
  margin-left: 12px;
}
.lp_summer_2024_apply #sum form button:hover {
  scale: 1;
}
.lp_summer_2024_apply #sum form button:hover div {
  width: 100%;
}
.lp_summer_2024_apply .apply_float {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  width: 100%;
  background-color: #DFE2EB;
  padding: 16px 0;
  z-index: 100;
  transition: 0.3s;
  opacity: 0;
  display: none;
}
.lp_summer_2024_apply .apply_float__wrapper {
  width: 90%;
  min-width: 800px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 24px;
  padding: 12px 36px;
}
.lp_summer_2024_apply .apply_float__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 6px #FFD600;
  padding: 12px 36px;
  width: 64%;
}
.lp_summer_2024_apply .apply_float__price__title {
  text-align: center;
  width: max-content;
}
.lp_summer_2024_apply .apply_float__price__title p:nth-child(1) {
  font-size: 14px;
}
.lp_summer_2024_apply .apply_float__price__title p:nth-child(1) span {
  font-size: 20px;
  font-weight: bold;
  color: #BA1A1A;
}
.lp_summer_2024_apply .apply_float__price__title p:nth-child(2) {
  font-size: 28px;
}
.lp_summer_2024_apply .apply_float__price__button {
  font-size: 16px;
  height: 64px;
  width: 86px;
  border: solid 1px #044590;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  margin: 0 auto 0 12px;
}
.lp_summer_2024_apply .apply_float__price__button p {
  display: block;
  height: max-content;
  width: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.lp_summer_2024_apply .apply_float__price__button.active {
  background-color: rgba(126, 238, 62, 0.1215686275);
}
.lp_summer_2024_apply .apply_float__price__button--mobile {
  display: none;
}
.lp_summer_2024_apply .apply_float__price > p {
  font-size: 28px;
}
.lp_summer_2024_apply .apply_float__price > p span {
  font-size: 48px;
}
.lp_summer_2024_apply .apply_float form {
  width: calc(36% - 12px);
  padding: 0 0 0 24px;
  border-left: solid 4px #DFE2EB;
}
.lp_summer_2024_apply .apply_float form button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFB4AB;
  box-shadow: -8px 8px 0px #000;
  position: relative;
  color: #000;
  font-size: 24px;
  width: 100%;
  margin: 12px 0 16px;
}
.lp_summer_2024_apply .apply_float form button div {
  background: #ffd5d1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.lp_summer_2024_apply .apply_float form button p {
  z-index: 2;
  font-size: 20px;
}
.lp_summer_2024_apply .apply_float form button img {
  height: 20px;
  z-index: 2;
  margin-left: 0px;
}
.lp_summer_2024_apply .apply_float form button:hover {
  scale: 1;
}
.lp_summer_2024_apply .apply_float form button:hover div {
  width: 100%;
}
.lp_summer_2024_apply .apply_float__list {
  width: 90%;
  background-color: #fff;
  border-radius: 24px;
  margin: 0 auto 24px;
  padding: 8px;
  opacity: 0;
  display: none;
  transition: 0.3s;
}
.lp_summer_2024_apply .apply_float__list__wrapper {
  display: flex;
  overflow-x: auto;
  margin: 0 12px;
  height: max-content;
}
.lp_summer_2024_apply .apply_float__list__item {
  min-width: 28%;
  width: 28%;
  margin: 0 12px;
  height: max-content;
}
.lp_summer_2024_apply .apply_float__list__item__detail {
  padding: 12px 0;
  text-align: center;
  margin-bottom: 24px;
}
.lp_summer_2024_apply .apply_float__list__item__detail--1 {
  background-color: #FFDAD6;
}
.lp_summer_2024_apply .apply_float__list__item__detail--2 {
  background-color: #BCF799;
}
.lp_summer_2024_apply .apply_float__list__item__detail h5 {
  font-size: 14px;
}
.lp_summer_2024_apply .apply_float__list__item__detail img {
  height: 80px;
  display: block;
  margin: 8px auto;
}
.lp_summer_2024_apply .apply_float__list__item__detail p {
  font-size: 12px;
}
.lp_summer_2024_apply .apply_float__list__item__price {
  font-size: 14px;
}
.lp_summer_2024_apply .apply_float__list__item__price .title {
  width: 110px;
}
.lp_summer_2024_apply .apply_float__list__item__price .price {
  width: 80px;
  text-align: right;
}
.lp_summer_2024_apply .apply_float__list__item__date {
  background-color: #fff;
  border-width: 8px;
  border-style: solid;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1450980392);
  padding: 4px 0;
  margin: 8px 0 16px;
  cursor: pointer;
  position: relative;
}
.lp_summer_2024_apply .apply_float__list__item__date--1 {
  border-color: #7EEE3E;
}
.lp_summer_2024_apply .apply_float__list__item__date--1 .weekday {
  background-color: #7EEE3E;
}
.lp_summer_2024_apply .apply_float__list__item__date--2 {
  border-color: rgba(255, 0, 92, 0.2);
}
.lp_summer_2024_apply .apply_float__list__item__date--2 .weekday {
  background-color: rgba(255, 0, 92, 0.2);
}
.lp_summer_2024_apply .apply_float__list__item__date--3 {
  border-color: #90C7EF;
}
.lp_summer_2024_apply .apply_float__list__item__date--3 .weekday {
  background-color: #90C7EF;
}
.lp_summer_2024_apply .apply_float__list__item__date--4 {
  border-color: #FFD600;
}
.lp_summer_2024_apply .apply_float__list__item__date--4 .weekday {
  background-color: #FFD600;
}
.lp_summer_2024_apply .apply_float__list__item__date--5 {
  border-color: #FFD600;
}
.lp_summer_2024_apply .apply_float__list__item__date--5 .weekday {
  background-color: #FFD600;
}
.lp_summer_2024_apply .apply_float__list__item__class {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_summer_2024_apply .apply_float__list__item__class span {
  display: block;
}
.lp_summer_2024_apply .apply_float__list__item__class .date {
  font-size: 16px;
  font-weight: bold;
  padding: 4px 8px;
}
.lp_summer_2024_apply .apply_float__list__item__class .weekday {
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 10px;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 14px;
}
.lp_summer_2024_apply .apply_float__list__item__school {
  text-align: center;
  font-size: 14px;
}
@media (max-width: 1023px) {
  .lp_summer_2024_apply #firstview .firstview__content {
    height: 50vh;
    padding-top: 50px;
  }
  .lp_summer_2024_apply #firstview .firstview__content__title {
    top: 0;
    display: block;
  }
  .lp_summer_2024_apply #firstview .firstview__content__polygon {
    position: absolute;
  }
  .lp_summer_2024_apply #firstview .firstview__content__polygon--1 {
    top: 10vh;
    left: -2vw;
    width: 12vw;
  }
  .lp_summer_2024_apply #firstview .firstview__content__polygon--2 {
    left: 12vw;
    top: 22vh;
    width: 5vw;
  }
  .lp_summer_2024_apply #firstview .firstview__content__polygon--3 {
    top: 4vh;
    left: 2vw;
    width: 6vw;
  }
  .lp_summer_2024_apply #firstview .firstview__content__polygon--4 {
    left: 13vw;
    top: 5vh;
    width: 16vw;
  }
  .lp_summer_2024_apply #firstview .firstview__content h2 {
    font-size: 17px;
    top: 0;
    bottom: 75%;
    margin: auto;
  }
  .lp_summer_2024_apply #firstview .firstview__content p {
    text-align: center;
    top: 0;
  }
  .lp_summer_2024_apply #firstview .firstview__bluetriangle {
    margin-bottom: 120px;
  }
  .lp_summer_2024_apply #firstview .firstview__bluetriangle h3 {
    font-size: 20px;
    text-align: center;
  }
  .lp_summer_2024_apply #firstview .firstview__bluetriangle::after {
    height: 6vh;
    bottom: -6vh;
  }
  .lp_summer_2024_apply .section__title img {
    width: 36px !important;
    height: 50px !important;
  }
  .lp_summer_2024_apply .section__title--content {
    font-size: 20px;
  }
  .lp_summer_2024_apply #simulation_pc {
    display: none;
  }
  .lp_summer_2024_apply #simulation_mobile {
    display: block;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__title {
    position: relative;
    display: block;
    height: 160px;
    width: 100%;
    margin-bottom: 48px;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__title p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: max-content;
    height: max-content;
    text-align: center;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__title--bg {
    font-size: 80px;
    font-family: video, "Noto Sans JP";
    letter-spacing: 12px;
    transform: translateX(8px);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__title--text {
    font-size: 24px;
    font-weight: bold;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__title--text span {
    font-size: 28px;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__title--1 .simulation__title--bg {
    color: #90C7EF;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__title--2 {
    margin-top: 120px;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__title--2 .simulation__title--bg {
    color: #FFBBB4;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__title--3 {
    margin-top: 120px;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__title--3 .simulation__title--bg {
    color: #BCF799;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__description {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: 90%;
    margin: auto;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content {
    width: 100%;
    margin: 60px auto;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content h4 {
    width: 100%;
    height: 64px;
    position: relative;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content h4 span {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: max-content;
    width: max-content;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 {
    background-color: rgba(255, 212, 220, 0.2666666667);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 h4 {
    background-color: #FFBBB4;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__row {
    width: 100%;
    padding: 12px 12px;
    display: flex;
    justify-content: space-between;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data h5 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data img {
    max-width: 200px;
    width: 80%;
    margin: 8px auto;
    display: block;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__price {
    font-weight: bold;
    font-size: 14px;
    width: max-content;
    display: block;
    margin: auto;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__price span {
    display: inline-block;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__price .title {
    width: 110px;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__price .price {
    width: 80px;
    text-align: right;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data--1 {
    width: 132px;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data--2 {
    width: calc(100% - 132px);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data--3 {
    width: calc(100% - 132px);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__school {
    border-radius: 8px;
    height: 100%;
    cursor: pointer;
    position: relative;
    width: 110px;
    min-height: 80px;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__school p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: max-content;
    height: max-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: -1px;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__school p span {
    font-weight: normal;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__school p span:last-child {
    font-size: 13px;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__school--1 {
    background-color: #7EEE3E;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__school--2 {
    background-color: rgba(255, 0, 92, 0.2);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__school--3 {
    background-color: #90C7EF;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__school--4 {
    background-color: #FFD600;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class {
    background-color: #fff;
    border-width: 8px;
    border-style: solid;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1450980392);
    padding: 4px 0;
    margin: 16px 0;
    cursor: pointer;
    position: relative;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class__text {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class__text span {
    display: block;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class__text .date {
    font-size: 20px;
    font-weight: bold;
    padding: 4px 8px;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class__text .weekday {
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 12px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class__memo {
    font-size: 12px;
    text-align: center;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class--1 {
    border-color: #7EEE3E;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class--1 .weekday {
    background-color: #7EEE3E;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class--2 {
    border-color: rgba(255, 0, 92, 0.2);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class--2 .weekday {
    background-color: rgba(255, 0, 92, 0.2);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class--3 {
    border-color: #90C7EF;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class--3 .weekday {
    background-color: #90C7EF;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class--4 {
    border-color: #FFD600;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class--4 .weekday {
    background-color: #FFD600;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.nearperiod .simulation__data__class__memo::before {
    content: "期限間近";
    color: #BA1A1A;
    font-size: 14px;
    padding: 0 8px;
    font-weight: bold;
    display: block;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.narrow .simulation__data__class__memo::before {
    content: "定員間近";
    color: #BA1A1A;
    font-size: 14px;
    padding: 0 8px;
    font-weight: bold;
    display: block;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.period {
    pointer-events: none;
    background-color: #DFE2EB;
    border: none;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.1450980392);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.period .date {
    color: #fff;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.period .weekday {
    color: #DFE2EB;
    background-color: #fff;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.period .simulation__data__class__memo {
    color: #fff;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.full {
    pointer-events: none;
    background-color: #DFE2EB;
    border: none;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.1450980392);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.full .date {
    color: #fff;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.full .weekday {
    color: #DFE2EB;
    background-color: #fff;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.full .simulation__data__class__memo {
    color: #fff;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.full::before {
    content: "満席";
    display: block;
    color: #BA1A1A;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: max-content;
    width: max-content;
    margin: auto;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.selected .date {
    color: #ccc;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.selected .simulation__data__class__memo {
    color: #ccc;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.selected.simulation__data__class--1 {
    border-color: #d4ffbb;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.selected.simulation__data__class--1 .weekday {
    background-color: #d4ffbb;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.selected.simulation__data__class--2 {
    border-color: rgba(255, 193, 215, 0.2);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.selected.simulation__data__class--2 .weekday {
    background-color: rgba(255, 193, 215, 0.2);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.selected.simulation__data__class--3 {
    border-color: #d7eeff;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.selected.simulation__data__class--3 .weekday {
    background-color: #d7eeff;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.selected.simulation__data__class--4 {
    border-color: #ffe97b;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.selected.simulation__data__class--4 .weekday {
    background-color: #ffe97b;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--2 .simulation__data__class.selected::before {
    content: "選択中";
    display: block;
    color: #266401;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: max-content;
    width: max-content;
    margin: auto;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 {
    background-color: rgba(188, 247, 153, 0.2666666667);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 h4 {
    background-color: #BCF799;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__row {
    width: 100%;
    padding: 12px 12px;
    display: flex;
    justify-content: space-between;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data h5 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data img {
    max-width: 200px;
    width: 80%;
    margin: 8px auto;
    display: block;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__price {
    font-weight: bold;
    font-size: 14px;
    width: max-content;
    display: block;
    margin: auto;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__price span {
    display: inline-block;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__price .title {
    width: 110px;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__price .price {
    width: 80px;
    text-align: right;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data--1 {
    width: 132px;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data--2 {
    width: calc(100% - 132px);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data--3 {
    width: calc(100% - 132px);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data--4 {
    width: calc(100% - 132px);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data--5 {
    width: calc(100% - 132px);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__school {
    border-radius: 8px;
    height: 100%;
    cursor: pointer;
    position: relative;
    width: 110px;
    min-height: 80px;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__school p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: max-content;
    height: max-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: -1px;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__school p span {
    font-weight: normal;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__school p span:last-child {
    font-size: 13px;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__school--1 {
    background-color: #7EEE3E;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__school--2 {
    background-color: rgba(255, 0, 92, 0.2);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__school--3 {
    background-color: #90C7EF;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__school--4 {
    background-color: #FFD600;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class {
    background-color: #fff;
    border-width: 8px;
    border-style: solid;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1450980392);
    padding: 4px 0;
    margin: 16px 0;
    cursor: pointer;
    position: relative;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class__text {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class__text span {
    display: block;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class__text .date {
    font-size: 20px;
    font-weight: bold;
    padding: 4px 8px;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class__text .weekday {
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 12px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class__memo {
    font-size: 12px;
    text-align: center;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class--1 {
    border-color: #7EEE3E;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class--1 .weekday {
    background-color: #7EEE3E;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class--2 {
    border-color: rgba(255, 0, 92, 0.2);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class--2 .weekday {
    background-color: rgba(255, 0, 92, 0.2);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class--3 {
    border-color: #90C7EF;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class--3 .weekday {
    background-color: #90C7EF;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class--4 {
    border-color: #FFD600;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class--4 .weekday {
    background-color: #FFD600;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.nearperiod .simulation__data__class__memo::before {
    content: "期限間近";
    color: #BA1A1A;
    font-size: 14px;
    padding: 0 8px;
    font-weight: bold;
    display: block;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.narrow .simulation__data__class__memo::before {
    content: "定員間近";
    color: #BA1A1A;
    font-size: 14px;
    padding: 0 8px;
    font-weight: bold;
    display: block;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.period {
    pointer-events: none;
    background-color: #DFE2EB;
    border: none;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.1450980392);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.period .date {
    color: #fff;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.period .weekday {
    color: #DFE2EB;
    background-color: #fff;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.period .simulation__data__class__memo {
    color: #fff;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.full {
    pointer-events: none;
    background-color: #DFE2EB;
    border: none;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.1450980392);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.full .date {
    color: #fff;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.full .weekday {
    color: #DFE2EB;
    background-color: #fff;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.full .simulation__data__class__memo {
    color: #fff;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.full::before {
    content: "満席";
    display: block;
    color: #BA1A1A;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: max-content;
    width: max-content;
    margin: auto;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.selected .date {
    color: #ccc;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.selected .simulation__data__class__memo {
    color: #ccc;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.selected.simulation__data__class--1 {
    border-color: #d4ffbb;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.selected.simulation__data__class--1 .weekday {
    background-color: #d4ffbb;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.selected.simulation__data__class--2 {
    border-color: rgba(255, 193, 215, 0.2);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.selected.simulation__data__class--2 .weekday {
    background-color: rgba(255, 193, 215, 0.2);
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.selected.simulation__data__class--3 {
    border-color: #d7eeff;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.selected.simulation__data__class--3 .weekday {
    background-color: #d7eeff;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.selected.simulation__data__class--4 {
    border-color: #ffe97b;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.selected.simulation__data__class--4 .weekday {
    background-color: #ffe97b;
  }
  .lp_summer_2024_apply #simulation_mobile .simulation__content--3 .simulation__data__class.selected::before {
    content: "選択中";
    display: block;
    color: #266401;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: max-content;
    width: max-content;
    margin: auto;
  }
  .lp_summer_2024_apply #simulation_mobile .promotion-btn {
    width: 100%;
  }
  .lp_summer_2024_apply #simulation_mobile .promotion-btn a {
    color: #fff;
    background-color: #1264af;
  }
  .lp_summer_2024_apply #simulation_mobile .promotion-btn div {
    background-color: #5a93c7;
  }
  .lp_summer_2024_apply #simulation_mobile .promotion-btn > p {
    margin-top: 36px;
    width: 90%;
    margin: 36px auto 0;
  }
  .lp_summer_2024_apply #selectedlist .selectedlist__wrapper {
    width: 90%;
  }
  .lp_summer_2024_apply #selectedlist .selectedlist__item {
    min-width: 82%;
    width: 82%;
  }
  .lp_summer_2024_apply #sum h3 {
    font-size: 24px;
  }
  .lp_summer_2024_apply #sum form button {
    padding: 32px 36px;
  }
  .lp_summer_2024_apply #sum form button p {
    font-size: 16px;
  }
  .lp_summer_2024_apply #sum .sum__text {
    font-size: 20px;
  }
  .lp_summer_2024_apply .apply_float {
    padding: 8px 0;
  }
  .lp_summer_2024_apply .apply_float__wrapper {
    min-width: unset;
    width: 95%;
    padding: 4px 12px;
    flex-direction: column;
  }
  .lp_summer_2024_apply .apply_float__price {
    width: 100%;
    padding: 0 4px;
  }
  .lp_summer_2024_apply .apply_float__price__title p:nth-child(1) {
    font-size: 14px;
  }
  .lp_summer_2024_apply .apply_float__price__title p:nth-child(1) span {
    font-size: 16px;
  }
  .lp_summer_2024_apply .apply_float__price__title p:nth-child(2) {
    font-size: 20px;
  }
  .lp_summer_2024_apply .apply_float__price__button {
    font-size: 14px;
    height: 42px;
    width: 54px;
    margin: 0;
  }
  .lp_summer_2024_apply .apply_float__price__button--pc {
    display: none;
  }
  .lp_summer_2024_apply .apply_float__price__button--mobile {
    display: block;
  }
  .lp_summer_2024_apply .apply_float__price > p {
    font-size: 20px;
  }
  .lp_summer_2024_apply .apply_float__price > p span {
    font-size: 24px;
  }
  .lp_summer_2024_apply .apply_float__list {
    width: 95%;
  }
  .lp_summer_2024_apply .apply_float__list__item {
    min-width: 80%;
    width: 80%;
  }
  .lp_summer_2024_apply .apply_float form {
    width: 90%;
    border: none;
  }
  .lp_summer_2024_apply .apply_float form button p {
    font-size: 16px;
  }
}

.element_detail--school {
  display: flex;
  flex-direction: column;
  width: 50vw;
  margin: auto;
}
.element_detail--school h1 {
  margin: 0 auto 40px;
  width: max-content;
}
.element_detail--school .main_content .school__swiper {
  height: 45vh;
  width: 100% !important;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.element_detail--school .main_content .school__swiper .swiper-wrapper .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.element_detail--school .main_content .school__swiper .swiper-slide > .swiper-slide__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.element_detail--school .main_content .school__swiper .swiper-scrollbar {
  opacity: 0;
}
.element_detail--school .main_content .school__swiper .swiper-button-prev {
  opacity: 0;
}
.element_detail--school .main_content .school__swiper .swiper-button-next {
  opacity: 0;
}
.element_detail--school .main_content .swiper-pagination {
  position: relative;
  margin-top: 24px;
}
.element_detail--school .main_content .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.element_detail--school .main_content .swiper-pagination-bullet-active {
  background: #2b8f38;
}
.element_detail--school .main_content .content_box .event__swiper {
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.element_detail--school .main_content .content_box .event__swiper .swiper-slide {
  display: block;
}
.element_detail--school .main_content .content_box .event__swiper .swiper-slide::before {
  content: "Read More";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #2b8f38;
  transition: 0.6s;
  display: flex;
  text-align: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  line-height: 120px;
}
.element_detail--school .main_content .content_box .event__swiper .swiper-slide > img {
  height: 120px;
  width: 100%;
  object-fit: cover;
  position: relative;
  transition: 0.6s;
  z-index: 2;
}
.element_detail--school .main_content .content_box .event__swiper .swiper-slide > img:hover {
  opacity: 0.4;
}
.element_detail--school .main_content .content_box .event__swiper .swiper-slide > p {
  font-size: 18px;
  color: black;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.element_detail--school .main_content .content_box .event__swiper .swiper-button-prev {
  opacity: 0;
}
.element_detail--school .main_content .content_box .event__swiper .swiper-button-next {
  opacity: 0;
}
@media (max-width: 1023px) {
  .element_detail--school {
    width: 90vw;
  }
  .element_detail--school .main_content .school__swiper {
    height: 35vh;
  }
  .element_detail--school .main_content .swiper-pagination {
    position: relative;
    margin-top: 24px;
  }
  .element_detail--school .main_content .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .element_detail--school .main_content .swiper-pagination-bullet-active {
    background: #2b8f38;
  }
}

.lp_winter_2024 {
  width: 100%;
  overflow-y: hidden;
}
.lp_winter_2024 .fixed_button__container {
  position: fixed;
  display: flex;
  gap: 15px;
  width: max-content;
  z-index: 10;
  top: 15px;
  right: 15px;
  transition: 0.5s;
}
.lp_winter_2024 .fixed_button__container.hidden {
  transform: translateY(-200%);
}
.lp_winter_2024 .fixed_button__container .fixed_button {
  cursor: pointer;
  top: 20px;
  right: 30px;
  background-color: rgb(25, 115, 193);
  display: flex;
  width: 200px;
  height: 45px;
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  padding: 10px auto;
}
.lp_winter_2024 .fixed_button__container .fixed_button > span {
  display: block;
  color: white;
  margin-right: 10px;
  font-size: 24px;
}
.lp_winter_2024 .fixed_button__container .fixed_button > div {
  position: relative;
  display: flex;
  box-sizing: inherit !important;
}
.lp_winter_2024 .fixed_button__container .fixed_button > div > .front {
  font-size: 14px;
  font-weight: 700;
  color: white;
  z-index: 2;
  transition: 0.5s;
}
.lp_winter_2024 .fixed_button__container .fixed_button > div > .back {
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  color: white;
  top: 100%;
  transition: 0.5s;
  opacity: 0;
}
.lp_winter_2024 .fixed_button__container .fixed_button:hover > div > .front {
  z-index: 1;
  opacity: 0;
  top: -100%;
  transform: translateY(-100%);
}
.lp_winter_2024 .fixed_button__container .fixed_button:hover > div > .back {
  top: 0%;
  z-index: 2;
  opacity: 1;
}
.lp_winter_2024 .firstview {
  width: 100%;
  height: 100vh;
  position: relative;
  background: linear-gradient(180deg, #F8F9FF 0%, #D2E4FF 67.5%);
  padding-top: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp_winter_2024 .firstview .motion-block {
  position: absolute;
  z-index: 1;
  width: 400px;
}
.lp_winter_2024 .firstview .motion-block-1 {
  top: -50px;
  left: -50px;
}
.lp_winter_2024 .firstview .motion-block-2 {
  top: 133px;
  right: -40px;
}
.lp_winter_2024 .firstview .motion-block-3 {
  top: 470px;
  left: 495px;
}
.lp_winter_2024 .firstview__logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 120px;
  height: auto;
  z-index: 2;
}
.lp_winter_2024 .firstview__title {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 96vw;
}
.lp_winter_2024 .firstview__title--header {
  color: rgb(0, 78, 137);
  align-self: flex-start;
  font-size: 3vw;
  font-weight: 700;
}
.lp_winter_2024 .firstview__title--main {
  font-weight: 700;
  color: rgb(0, 78, 137);
  font-size: 7.5vw;
  margin-top: -30px;
  margin-bottom: -10px;
}
.lp_winter_2024 .firstview__title--footer {
  color: rgb(0, 78, 137);
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.lp_winter_2024 .firstview__title--footer--date {
  font-size: 26px;
  font-weight: 700;
}
.lp_winter_2024 .firstview__title--footer--date span {
  color: white;
  background-color: #004E89;
  border-radius: 100%;
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 1.45;
  font-size: 22px;
  transform: translateY(-11%);
}
.lp_winter_2024 .firstview__title--footer--school {
  color: rgb(0, 78, 137);
  font-size: 16px;
  font-weight: 700;
}
.lp_winter_2024 .firstview__main-image {
  position: absolute;
  z-index: 2;
  bottom: 4vh;
  left: 0;
  object-fit: cover;
  object-position: center top;
  width: 60vw;
  height: auto;
  border-radius: 0 40px 40px 0;
  max-height: 63vh;
}
.lp_winter_2024 .firstview__sub-image {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  object-fit: cover;
  width: 30vw;
  height: auto;
  border-radius: 0 20px 20px 0;
}

@media (max-width: 1023px) {
  .lp_winter_2024 {
    width: 100%;
    overflow-y: hidden;
  }
  .lp_winter_2024 .fixed_button__container {
    position: fixed;
    display: flex;
    gap: 15px;
    width: max-content;
    z-index: 10;
    top: 15px;
    right: 15px;
    transition: 0.1s;
  }
  .lp_winter_2024 .fixed_button__container.hidden {
    top: -150%;
  }
  .lp_winter_2024 .fixed_button__container .fixed_button {
    top: 20px;
    right: 30px;
    background-color: rgb(25, 115, 193);
    display: flex;
    width: 40vw;
    height: 39px;
    border-radius: 17px;
    justify-content: center;
    align-items: center;
    padding: 10px auto;
  }
  .lp_winter_2024 .fixed_button__container .fixed_button#to_trialform {
    width: 44vw;
  }
  .lp_winter_2024 .fixed_button__container .fixed_button > span {
    display: block;
    color: white;
    margin-right: 10px;
    font-size: 24px;
  }
  .lp_winter_2024 .fixed_button__container .fixed_button > div {
    position: relative;
    display: flex;
    box-sizing: inherit !important;
  }
  .lp_winter_2024 .fixed_button__container .fixed_button > div > .front {
    font-size: 14px;
    font-weight: 700;
    color: white;
    z-index: 2;
    transition: 0.5s;
  }
  .lp_winter_2024 .fixed_button__container .fixed_button > div > .back {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    color: white;
    top: 100%;
    transition: 0.5s;
    opacity: 0;
  }
  .lp_winter_2024 .fixed_button__container .fixed_button:hover > div > .front {
    z-index: 1;
    opacity: 0;
    top: -100%;
    transform: translateY(-100%);
  }
  .lp_winter_2024 .fixed_button__container .fixed_button:hover > div > .back {
    top: 0%;
    z-index: 2;
    opacity: 1;
  }
  .lp_winter_2024 .firstview {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
  }
  .lp_winter_2024 .firstview__logo {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 120px;
    height: auto;
  }
  .lp_winter_2024 .firstview__title {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 96vw;
  }
  .lp_winter_2024 .firstview__title--header {
    color: rgb(0, 78, 137);
    align-self: flex-start;
    font-size: 24px;
    font-weight: 700;
  }
  .lp_winter_2024 .firstview__title--main {
    font-weight: 700;
    color: rgb(0, 78, 137);
    font-size: 13.5vw;
    margin-top: 0px;
    margin-bottom: -10px;
    line-height: 1.2;
    margin-top: 7px;
    margin-bottom: 11px;
  }
  .lp_winter_2024 .firstview__title--footer {
    color: rgb(0, 78, 137);
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .lp_winter_2024 .firstview__title--footer--date {
    font-size: 26px;
    font-weight: 700;
  }
  .lp_winter_2024 .firstview__title--footer--date span {
    color: white;
    background-color: #004E89;
    border-radius: 100%;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 1.45;
    font-size: 22px;
    transform: translateY(-11%);
  }
  .lp_winter_2024 .firstview__title--footer--school {
    color: rgb(0, 78, 137);
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px;
  }
  .lp_winter_2024 .firstview__main-image {
    position: relative;
    z-index: 1;
    bottom: 4vh;
    left: 0;
    object-fit: cover;
    object-position: center top;
    width: 84vw;
    height: auto;
    border-radius: 0 40px 40px 0;
    max-height: 63vh;
    margin: 100px auto auto 0;
  }
  .lp_winter_2024 .firstview__sub-image {
    position: relative;
    z-index: 2;
    bottom: 0;
    right: 0;
    object-fit: cover;
    width: 60vw;
    height: auto;
    border-radius: 0 20px 20px 0;
    margin: 0 0 0 auto;
  }
}
.lp_winter_2024 {
  background-color: #F8F9FF;
  overflow-x: hidden;
}
.lp_winter_2024 .motion-block {
  max-width: 22vw !important;
}
.lp_winter_2024 .what-you-like {
  background-color: rgb(210, 228, 255);
  height: max-content;
  position: relative;
}
.lp_winter_2024 .what-you-like .motion-block {
  position: absolute;
  z-index: 1;
  width: 400px;
}
.lp_winter_2024 .what-you-like .motion-block-1 {
  top: 65px;
  left: -50px;
}
.lp_winter_2024 .what-you-like .motion-block-2 {
  top: 133px;
  right: 63px;
  width: 300px;
}
.lp_winter_2024 .what-you-like .motion-block-3 {
  top: 242px;
  left: 612px;
}
.lp_winter_2024 .what-you-like .motion-block-4 {
  top: 753px;
  left: -62px;
}
.lp_winter_2024 .what-you-like__margin {
  background-color: rgb(210, 228, 255);
  width: 100%;
  position: absolute;
}
.lp_winter_2024 .what-you-like__margin--top {
  height: 20vh;
  top: 0;
}
.lp_winter_2024 .what-you-like__margin--bottom {
  height: 20vh;
  top: 100%;
}
.lp_winter_2024 .what-you-like__title {
  color: rgb(30, 78, 0);
  font-size: 20px;
  background-color: white;
  width: 550px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 13px 13px 0;
  position: relative;
  z-index: 2;
}
.lp_winter_2024 .what-you-like__title--body {
  z-index: 1;
}
.lp_winter_2024 .what-you-like__title--detail {
  z-index: 1;
}
.lp_winter_2024 .what-you-like__title--back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 0;
  border-radius: 0 13px 13px 0;
}
.lp_winter_2024 .what-you-like__title--shadow {
  position: absolute;
  top: 10%;
  left: 0;
  width: 102%;
  height: 100%;
  background-color: rgba(152, 249, 96, 0.62);
  border-radius: 0 13px 13px 0;
}
.lp_winter_2024 .what-you-like__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 80vw;
  margin: auto;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.lp_winter_2024 .what-you-like__container > .item {
  cursor: pointer;
  background-color: white;
  width: 30%;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  border-radius: 46px;
  min-height: 355px;
  transition: 0.5s;
}
.lp_winter_2024 .what-you-like__container > .item > .item__img {
  width: 90%;
  height: 240px;
}
.lp_winter_2024 .what-you-like__container > .item > .item__img > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.lp_winter_2024 .what-you-like__container > .item > h2 {
  margin-top: 20px;
  width: 90%;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}
.lp_winter_2024 .what-you-like__container > .item:hover {
  transform: scale(1.03);
}

@media (max-width: 1023px) {
  .lp_winter_2024 .motion-block {
    max-width: 40vw !important;
  }
  .lp_winter_2024 .what-you-like__margin--top {
    height: 12vh;
  }
  .lp_winter_2024 .what-you-like__title {
    color: rgb(30, 78, 0);
    font-size: 20px;
    background-color: white;
    width: 79vw;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0 13px 13px 0;
    position: relative;
    z-index: 2;
    margin-top: 100px;
  }
  .lp_winter_2024 .what-you-like__title--body {
    z-index: 1;
  }
  .lp_winter_2024 .what-you-like__title--detail {
    z-index: 1;
    font-size: 13px;
  }
  .lp_winter_2024 .what-you-like__title--back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 0;
    border-radius: 0 13px 13px 0;
  }
  .lp_winter_2024 .what-you-like__title--shadow {
    position: absolute;
    top: 10%;
    left: 0;
    width: 106%;
    height: 106%;
    background-color: rgba(152, 249, 96, 0.62);
    border-radius: 0 13px 13px 0;
  }
  .lp_winter_2024 .what-you-like__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5%;
    width: 90vw;
    margin: auto;
    margin-top: 30px;
  }
  .lp_winter_2024 .what-you-like__container > .item {
    width: 47%;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.15);
    margin-top: 20px;
    border-radius: 13px;
    min-height: 156px;
    min-width: 0;
  }
  .lp_winter_2024 .what-you-like__container > .item > .item__img {
    width: 90%;
    height: 100px;
  }
  .lp_winter_2024 .what-you-like__container > .item > .item__img > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .lp_winter_2024 .what-you-like__container > .item > h2 {
    margin-top: 20px;
    width: 90%;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px auto;
    display: inline;
  }
}
.lp_winter_2024 .event-intro {
  background-color: rgb(210, 228, 255);
  position: relative;
}
.lp_winter_2024 .event-intro .motion-block {
  position: absolute;
  z-index: 1;
  width: 400px;
}
.lp_winter_2024 .event-intro .motion-block-1 {
  top: 490px;
  left: -50px;
}
.lp_winter_2024 .event-intro .motion-block-2 {
  top: 133px;
  right: -40px;
}
.lp_winter_2024 .event-intro__title {
  width: 80vw;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px auto;
  border-radius: 14px;
  background-color: white;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.lp_winter_2024 .event-intro__title--header {
  font-weight: 700;
  font-size: 28px;
  margin-top: 10px;
}
.lp_winter_2024 .event-intro__title--header span {
  color: rgb(61, 25, 5);
}
.lp_winter_2024 .event-intro__title--header--tag {
  color: white !important;
  padding: 2px 23px;
  background-color: rgb(161, 201, 255);
  border-radius: 20px;
  display: none;
}
.lp_winter_2024 .event-intro__title--header--suffix {
  display: none;
}
.lp_winter_2024 .event-intro__title--body {
  color: rgb(61, 25, 5);
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 10px;
  display: none;
}
.lp_winter_2024 .event-intro__title .event-intro__default {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lp_winter_2024 .event-intro__title .event-intro__default img {
  margin: 10px auto 5px auto;
}
.lp_winter_2024 .event-intro__title .event-intro__default--title {
  font-size: 33px;
}
.lp_winter_2024 .event-intro__container {
  display: flex;
  flex-wrap: wrap;
  gap: 0%;
  width: 90vw;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  z-index: 2;
}
.lp_winter_2024 .event-intro__container .item {
  position: relative;
  width: max-content;
  background-color: white;
  border-radius: 46px;
  padding: 20px;
  box-shadow: 1px 1px 5px 1px #999;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  width: 40%;
  margin: 16px 20px;
  transition: 0.5s;
}
.lp_winter_2024 .event-intro__container .item__icon {
  color: rgb(105, 0, 5);
  width: 90px;
  height: 90px;
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: rgb(255, 218, 214);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_winter_2024 .event-intro__container .item__img {
  display: flex;
  justify-content: center;
}
.lp_winter_2024 .event-intro__container .item__img > img {
  display: block;
  justify-self: center;
  width: 204px;
  border-radius: 25px;
}
.lp_winter_2024 .event-intro__container .item__body {
  font-size: 20px;
  font-weight: 700;
}
.lp_winter_2024 .event-intro__container .item__body--header {
  display: flex;
  gap: 10px;
}
.lp_winter_2024 .event-intro__container .item__body--header > div {
  font-weight: 500;
  color: white;
  padding: 3px 16px;
  border-radius: 15px;
  font-size: 20px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp_winter_2024 .event-intro__container .item__body--header--1 {
  background-color: rgb(126, 238, 62);
}
.lp_winter_2024 .event-intro__container .item__body--header--2 {
  background-color: rgb(161, 201, 255);
}
.lp_winter_2024 .event-intro__container .item__body--title {
  margin-top: 10px;
  margin-bottom: -1px;
  font-size: 20px;
}
.lp_winter_2024 .event-intro__container .item__body--subtitle {
  font-size: 16px;
}
.lp_winter_2024 .event-intro__container .item__body--detail {
  font-size: 16px;
  font-weight: 500;
}
.lp_winter_2024 .event-intro__container .item:hover {
  transform: scale(1.03);
}

@media (max-width: 1023px) {
  .lp_winter_2024 .event-intro__title {
    border: 0px solid #717782;
    width: 87vw;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px auto;
    border-radius: 14px;
    background-color: white;
    margin-bottom: 20px;
  }
  .lp_winter_2024 .event-intro__title--header {
    font-weight: 700;
    font-size: 13px;
    margin-top: 10px;
  }
  .lp_winter_2024 .event-intro__title--header span {
    color: rgb(61, 25, 5);
  }
  .lp_winter_2024 .event-intro__title--header--tag {
    color: white !important;
    padding: 2px 23px;
    background-color: rgb(161, 201, 255);
    border-radius: 20px;
    display: none;
  }
  .lp_winter_2024 .event-intro__title--header--suffix {
    display: none;
  }
  .lp_winter_2024 .event-intro__title--body {
    color: rgb(61, 25, 5);
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 10px;
    display: none;
    width: 90%;
    text-align: center;
  }
  .lp_winter_2024 .event-intro__title .event-intro__default {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 27px;
  }
  .lp_winter_2024 .event-intro__title .event-intro__default img {
    margin: 10px auto 5px auto;
    height: 34px;
  }
  .lp_winter_2024 .event-intro__title .event-intro__default--title {
    font-size: 20px;
    width: 90%;
    text-align: center;
  }
  .lp_winter_2024 .event-intro__container {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    width: 90vw;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .lp_winter_2024 .event-intro__container .item {
    position: relative;
    width: max-content;
    background-color: white;
    border-radius: 20px;
    padding: 17px;
    box-shadow: 1px 1px 5px 1px #999;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    width: 87%;
    margin: 20px auto;
  }
  .lp_winter_2024 .event-intro__container .item__icon {
    color: rgb(105, 0, 5);
    width: 76px;
    height: 76px;
    position: absolute;
    top: -33px;
    left: -23px;
    background-color: rgb(255, 218, 214);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lp_winter_2024 .event-intro__container .item__img {
    display: flex;
    justify-content: center;
    align-self: center;
  }
  .lp_winter_2024 .event-intro__container .item__img > img {
    display: block;
    justify-self: center;
    border-radius: 25px;
    width: 37vw;
    max-width: 180px;
  }
  .lp_winter_2024 .event-intro__container .item__body {
    font-size: 20px;
    font-weight: 700;
  }
  .lp_winter_2024 .event-intro__container .item__body--header {
    display: flex;
    gap: 10px;
  }
  .lp_winter_2024 .event-intro__container .item__body--header > div {
    font-weight: 500;
    color: white;
    padding: 3px 4px;
    border-radius: 15px;
    font-size: 14px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lp_winter_2024 .event-intro__container .item__body--header--1 {
    background-color: rgb(126, 238, 62);
  }
  .lp_winter_2024 .event-intro__container .item__body--header--2 {
    background-color: rgb(161, 201, 255);
  }
  .lp_winter_2024 .event-intro__container .item__body--title {
    margin-top: 10px;
    margin-bottom: -1px;
    font-size: 20px;
  }
  .lp_winter_2024 .event-intro__container .item__body--subtitle {
    font-size: 13px;
  }
  .lp_winter_2024 .event-intro__container .item__body--detail {
    font-size: 11px;
    font-weight: 500;
  }
}
.lp_winter_2024 .benefit {
  width: 100%;
  height: 110vh;
  position: relative;
}
.lp_winter_2024 .benefit__top {
  width: 100%;
  position: absolute;
  top: 0;
}
.lp_winter_2024 .benefit__top--wave--pc {
  display: flex;
  width: 100%;
}
.lp_winter_2024 .benefit__top--wave--mobile {
  display: none;
  width: 180%;
}
.lp_winter_2024 .benefit__title {
  position: absolute;
  top: 10%;
  left: 60%;
}
.lp_winter_2024 .benefit__title--body {
  color: #0069b6;
  font-size: 9vw;
  font-weight: 700;
  line-height: 1;
}
.lp_winter_2024 .benefit__title--footer {
  width: 30vw;
  padding: 5px 10px;
  font-weight: 300;
  font-size: 1.2vw;
}
.lp_winter_2024 .benefit__pentagon {
  z-index: 2;
  width: 40%;
  height: auto;
  position: absolute;
}
.lp_winter_2024 .benefit__pentagon img {
  width: 100%;
  height: 100％;
}
.lp_winter_2024 .benefit__pentagon-1 {
  top: 21%;
  left: 9%;
}
.lp_winter_2024 .benefit__pentagon-2 {
  top: 46%;
  left: 50%;
}
.lp_winter_2024 .benefit__footer {
  position: absolute;
  top: 91%;
  width: 33%;
  left: 9%;
  font-weight: 300;
  font-size: 1.2vw;
}

@media (max-width: 1023px) {
  .lp_winter_2024 .benefit {
    width: 100%;
    height: 335vw;
    position: relative;
  }
  .lp_winter_2024 .benefit__top {
    width: 162%;
    position: absolute;
    top: 0;
  }
  .lp_winter_2024 .benefit__top--wave--pc {
    display: none;
    width: 100%;
  }
  .lp_winter_2024 .benefit__top--wave--mobile {
    display: flex;
    width: 100vw;
  }
  .lp_winter_2024 .benefit__title {
    position: absolute;
    top: 29vw;
    left: 6%;
  }
  .lp_winter_2024 .benefit__title--header {
    margin-bottom: 6px;
    font-size: 17px;
  }
  .lp_winter_2024 .benefit__title--body {
    color: #0069b6;
    font-size: 71px;
    font-weight: 700;
    line-height: 1;
  }
  .lp_winter_2024 .benefit__title--footer {
    width: 80vw;
    padding: 5px 10px;
    font-weight: 300;
    font-size: 17px;
    margin-top: 20px;
  }
  .lp_winter_2024 .benefit__pentagon {
    z-index: 2;
    width: 100%;
    height: auto;
    position: absolute;
  }
  .lp_winter_2024 .benefit__pentagon img {
    width: 100%;
    height: 100vw;
  }
  .lp_winter_2024 .benefit__pentagon-1 {
    top: 105vw;
    left: 0%;
  }
  .lp_winter_2024 .benefit__pentagon-2 {
    top: 206vw;
    left: 1%;
    width: 98%;
  }
  .lp_winter_2024 .benefit__footer {
    position: absolute;
    top: 307vw;
    width: 90%;
    left: 5%;
    font-weight: 300;
    font-size: 17px;
  }
}
.lp_winter_2024 .back_cross__container {
  position: relative;
}
.lp_winter_2024 .back_cross__container .back_cross_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  object-fit: cover;
}
.lp_winter_2024 .back_cross__container .past-events {
  z-index: 2;
  position: relative;
  display: flex;
  margin: 60px auto;
  margin-bottom: 300px;
  margin-top: 30vh;
}
.lp_winter_2024 .back_cross__container .past-events .motion-block {
  position: absolute;
  z-index: 1;
  width: 400px;
}
.lp_winter_2024 .back_cross__container .past-events .motion-block-1 {
  top: -250px;
  left: -50px;
}
.lp_winter_2024 .back_cross__container .past-events .motion-block-2 {
  top: 750px;
  right: -40px;
}
.lp_winter_2024 .back_cross__container .past-events__backcolor {
  position: absolute;
  width: 90vw;
  height: 93vh;
  background-color: rgba(152, 249, 96, 0.6196078431);
  top: 10vh;
  left: 0;
  border-radius: 0 100px 100px 0;
  z-index: 1;
}
.lp_winter_2024 .back_cross__container .past-events__title {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 4;
}
.lp_winter_2024 .back_cross__container .past-events__title--body {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: rgb(0, 105, 182);
  font-size: 128px;
  font-weight: 700;
  height: max-content;
  margin-left: 2vw;
}
.lp_winter_2024 .back_cross__container .past-events__title--sub {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  width: max-content;
  margin-top: 10px;
  margin-left: -10px;
}
.lp_winter_2024 .back_cross__container .past-events__title--sub::after {
  width: 5px;
  height: 230px;
  top: -210%;
  left: 43%;
  background-color: rgb(126, 238, 62);
  position: absolute;
}
.lp_winter_2024 .back_cross__container .past-events__detail {
  width: 480px;
  line-height: 30px;
  height: max-content;
  margin: 201px 3px 35px 41px;
  z-index: 3;
  position: relative;
}
.lp_winter_2024 .back_cross__container .past-events__image-main {
  margin: 20px 0 auto auto;
  position: relative;
  z-index: 3;
}
.lp_winter_2024 .back_cross__container .past-events__image-main img {
  width: 50vw;
  height: auto;
  border-radius: 40px 0 0 40px;
}
.lp_winter_2024 .back_cross__container .past-events__image-sub {
  position: absolute;
  bottom: -28%;
  width: 500px;
  height: max-content;
  z-index: 3;
}
.lp_winter_2024 .back_cross__container .past-events__image-sub img {
  width: 420px;
  height: auto;
  border-radius: 0 40px 40px 0;
}

@media (max-width: 1023px) {
  .lp_winter_2024 .back_cross__container {
    position: relative;
  }
  .lp_winter_2024 .back_cross__container .back_cross_img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    object-fit: cover;
  }
  .lp_winter_2024 .back_cross__container .past-events {
    z-index: 1;
    position: relative;
    display: flex;
    margin: 60px auto;
    margin-bottom: 0;
    margin-top: 30vh;
    height: 203vw;
  }
  .lp_winter_2024 .back_cross__container .past-events__backcolor {
    position: absolute;
    width: 82vw;
    height: 153vw;
    background-color: rgba(152, 249, 96, 0.6196078431);
    top: 10vh;
    left: 0;
    border-radius: 0 100px 100px 0;
    z-index: 1;
  }
  .lp_winter_2024 .back_cross__container .past-events__title {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  .lp_winter_2024 .back_cross__container .past-events__title--body {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: rgb(0, 105, 182);
    font-size: 70px;
    font-weight: 700;
    height: max-content;
  }
  .lp_winter_2024 .back_cross__container .past-events__title--sub {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    width: max-content;
    margin-top: 10px;
    margin-left: -10px;
  }
  .lp_winter_2024 .back_cross__container .past-events__title--sub::after {
    width: 5px;
    height: 230px;
    top: -210%;
    left: 43%;
    background-color: rgb(126, 238, 62);
    position: absolute;
  }
  .lp_winter_2024 .back_cross__container .past-events__detail {
    position: absolute;
    width: 57vw;
    line-height: 30px;
    height: max-content;
    margin: 0;
    right: 0;
    top: 30vw;
    margin-right: 20px;
  }
  .lp_winter_2024 .back_cross__container .past-events__image-main {
    width: 71vw;
    position: absolute;
    right: 0;
    top: 62vw;
  }
  .lp_winter_2024 .back_cross__container .past-events__image-main img {
    width: 100%;
    height: auto;
    border-radius: 40px 0 0 40px;
  }
  .lp_winter_2024 .back_cross__container .past-events__image-sub {
    position: absolute;
    bottom: -40%;
    width: 260px;
    height: max-content;
    z-index: 3;
    top: 131vw;
  }
  .lp_winter_2024 .back_cross__container .past-events__image-sub img {
    width: 100%;
    height: auto;
    border-radius: 0 40px 40px 0;
  }
}
.lp_winter_2024 .back_cross__container .about-us {
  margin-top: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}
.lp_winter_2024 .back_cross__container .about-us__back-img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
}
.lp_winter_2024 .back_cross__container .about-us__back-img img {
  width: 100%;
  height: auto;
  border-radius: 100% 100% 0 0;
}
.lp_winter_2024 .back_cross__container .about-us__title {
  position: relative;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: 60px;
}
.lp_winter_2024 .back_cross__container .about-us__title--header {
  font-size: 16px;
  position: relative;
  width: max-content;
  margin-left: 14px;
  margin-bottom: -24px;
}
.lp_winter_2024 .back_cross__container .about-us__title--header::before {
  width: 160px;
  height: 4px;
  position: absolute;
  background-color: rgb(126, 238, 62);
  top: 10px;
  left: -174px;
}
.lp_winter_2024 .back_cross__container .about-us__title--body {
  color: rgb(0, 105, 182);
  font-size: 128px;
  font-weight: 700;
}
.lp_winter_2024 .back_cross__container .about-us__title--detail {
  width: 934px;
  font-size: 16px;
}
.lp_winter_2024 .back_cross__container .about-us__footer {
  align-self: flex-end;
  margin-top: 470px;
  margin-bottom: 50px;
  position: relative;
}
.lp_winter_2024 .back_cross__container .about-us__footer img {
  position: absolute;
  top: -78px;
  left: -50px;
  width: 520px;
  height: auto;
  z-index: 1;
}
.lp_winter_2024 .back_cross__container .about-us__footer div {
  width: 400px;
  position: relative;
  z-index: 2;
  width: 385px;
  margin-right: 79px;
}

@media (max-width: 1023px) {
  .lp_winter_2024 .back_cross__container .about-us {
    margin-top: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    height: 177vw;
  }
  .lp_winter_2024 .back_cross__container .about-us__back-img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 108vw;
  }
  .lp_winter_2024 .back_cross__container .about-us__back-img img {
    width: 100%;
    height: auto;
    border-radius: 100% 100% 0 0;
  }
  .lp_winter_2024 .back_cross__container .about-us__title {
    position: absolute;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    top: 0;
    width: 100vw;
    left: 5vw;
    transform: translateY(-10px);
  }
  .lp_winter_2024 .back_cross__container .about-us__title--header {
    font-size: 16px;
    position: relative;
    width: max-content;
    margin-left: 0px;
    margin-bottom: -7px;
    font-weight: 500;
  }
  .lp_winter_2024 .back_cross__container .about-us__title--header::before {
    width: 160px;
    height: 4px;
    position: absolute;
    background-color: rgb(126, 238, 62);
    top: 10px;
    left: -174px;
  }
  .lp_winter_2024 .back_cross__container .about-us__title--body {
    color: rgb(0, 105, 182);
    font-size: 60px;
    font-weight: 700;
  }
  .lp_winter_2024 .back_cross__container .about-us__title--detail {
    width: 90vw;
    font-size: 16px;
    font-weight: 400;
  }
  .lp_winter_2024 .back_cross__container .about-us__footer {
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 66vw;
    width: 90vw;
    margin: auto;
    left: 5vw;
  }
  .lp_winter_2024 .back_cross__container .about-us__footer img {
    position: absolute;
    top: -78px;
    left: -50px;
    width: 520px;
    height: auto;
    z-index: 1;
    display: none;
  }
  .lp_winter_2024 .back_cross__container .about-us__footer div {
    position: absolute;
    z-index: 2;
    width: 100%;
    margin-right: 79px;
    font-size: 17px;
    font-weight: 400;
  }
}
.lp_winter_2024 .event__container {
  width: 100%;
}
.lp_winter_2024 .event__container .event-road {
  position: relative;
  display: flex;
  flex-direction: column;
}
.lp_winter_2024 .event__container .event-road__top--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.lp_winter_2024 .event__container .event-road__title {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 364px;
  z-index: 1;
  position: relative;
}
.lp_winter_2024 .event__container .event-road__title--body {
  color: rgb(0, 105, 182);
  font-weight: 700;
  font-size: 9vw;
}
.lp_winter_2024 .event__container .event-road__title--footer {
  position: relative;
  align-self: flex-end;
  font-size: 17px;
  margin: auto;
}
.lp_winter_2024 .event__container .event-road__title--footer::after {
  top: 39%;
  right: 156px;
  position: absolute;
  width: 164px;
  height: 5px;
  background-color: rgb(126, 238, 62);
}
.lp_winter_2024 .event__container .event-road__back {
  width: 100%;
  height: 100%;
  background-color: rgba(152, 249, 96, 0.62);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.lp_winter_2024 .event__container .event-road__body {
  width: 70vw;
  margin: auto;
  gap: 23px;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
  margin-top: 85px;
  z-index: 2;
}
.lp_winter_2024 .event__container .event-road__body--step {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 37px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
}
.lp_winter_2024 .event__container .event-road__body--step .subtitle {
  font-weight: 700;
  font-size: 34px;
  padding: 40px 20px;
  border-radius: 25px;
  margin: 2px 0 2px 25%;
}
.lp_winter_2024 .event__container .event-road__body--step .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: -14px;
}
.lp_winter_2024 .event__container .event-road__body--step .title__body {
  font-weight: 700;
  font-size: 40px;
}
.lp_winter_2024 .event__container .event-road__body--step .title__detail {
  width: 400px;
  font-size: 18px;
  font-weight: 500;
}
.lp_winter_2024 .event__container .event-road__body--step--1 {
  margin-top: 110px;
}
.lp_winter_2024 .event__container .event-road__body--step--1 .subtitle {
  background-color: rgba(152, 249, 96, 0.62);
}
.lp_winter_2024 .event__container .event-road__body--step--2 .subtitle {
  background-color: rgb(254, 255, 199);
}
.lp_winter_2024 .event__container .event-road__body--step--3 .subtitle {
  background-color: rgb(210, 228, 255);
}
.lp_winter_2024 .event__container .event-road__body .arrow--down {
  width: 46px;
  height: 20px;
  clip-path: polygon(0 20%, 100% 20%, 50% 100%);
  background-color: black;
  margin: 22px auto;
  margin-bottom: -9px;
}
.lp_winter_2024 .event__container .event_detail {
  width: 100%;
  height: 100vh;
  position: relative;
}
.lp_winter_2024 .event__container .event_detail--tag {
  display: flex;
  gap: 15px;
  position: absolute;
  z-index: 2;
}
.lp_winter_2024 .event__container .event_detail--tag div {
  font-size: 20px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 16px;
}
.lp_winter_2024 .event__container .event_detail--tag div.yellow {
  background-color: rgb(254, 255, 199);
}
.lp_winter_2024 .event__container .event_detail--tag div.blue {
  background: rgb(161, 201, 255);
}
.lp_winter_2024 .event__container .event_detail--tag div.green {
  background: rgba(152, 249, 96, 0.62);
}
.lp_winter_2024 .event__container .event_detail--explain {
  display: flex;
  flex-direction: column;
  width: 40vw;
  position: absolute;
  z-index: 2;
}
.lp_winter_2024 .event__container .event_detail--explain .title {
  display: flex;
  justify-content: start;
  gap: 10px;
  margin-bottom: 5px;
}
.lp_winter_2024 .event__container .event_detail--explain .title__body {
  font-size: 2.5vw;
  font-weight: 500;
}
.lp_winter_2024 .event__container .event_detail--explain .body {
  width: 100%;
}
.lp_winter_2024 .event__container .event_detail--explain .body__explain {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
}
.lp_winter_2024 .event__container .event_detail--explain .body__school {
  display: flex;
  gap: 10px;
  margin-top: 50px;
  margin-bottom: 10px;
}
.lp_winter_2024 .event__container .event_detail--explain .body__school div {
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 900;
}
.lp_winter_2024 .event__container .event_detail--explain .body__school--kyoto {
  background-color: rgb(126, 238, 62);
}
.lp_winter_2024 .event__container .event_detail--explain .body__school--umeda {
  background-color: rgb(255, 218, 214);
}
.lp_winter_2024 .event__container .event_detail--explain .body__school--tokyo {
  background-color: rgb(161, 201, 255);
}
.lp_winter_2024 .event__container .event_detail--explain .body__school--yokohama {
  background-color: rgb(250, 145, 86);
}
.lp_winter_2024 .event__container .event_detail--explain .body__price {
  margin-top: 10px;
  margin-bottom: 10px;
}
.lp_winter_2024 .event__container .event_detail--explain .body__price--item {
  font-size: 20px;
  font-weight: 700;
}
.lp_winter_2024 .event__container .event_detail--explain .body__price--item span {
  font-size: 16px;
}
.lp_winter_2024 .event__container .event_detail--explain .body__link {
  display: flex;
  gap: 10px;
}
.lp_winter_2024 .event__container .event_detail--explain .body__link--name {
  font-size: 16px;
}
.lp_winter_2024 .event__container .event_detail--explain .body__link img {
  width: 17px;
}
.lp_winter_2024 .event__container .event_detail--bottom-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(98%);
}
.lp_winter_2024 .event__container .event_detail--bottom-img--mobile {
  display: none;
}
.lp_winter_2024 .event__container .event_detail-traial {
  background-color: rgba(152, 249, 96, 0.62);
  height: 130vh;
}
.lp_winter_2024 .event__container .event_detail-traial .motion-block {
  position: absolute;
  z-index: 1;
  width: 400px;
}
.lp_winter_2024 .event__container .event_detail-traial .motion-block-1 {
  top: 50px;
  right: 0;
}
.lp_winter_2024 .event__container .event_detail-traial .motion-block-2 {
  top: 433px;
  left: -40px;
}
.lp_winter_2024 .event__container .event_detail-traial .motion-block-3 {
  top: 681px;
  right: 341px;
}
.lp_winter_2024 .event__container .event_detail-traial--tag {
  top: 20%;
  left: 10%;
}
.lp_winter_2024 .event__container .event_detail-traial--explain {
  top: 33%;
  right: 5%;
}
.lp_winter_2024 .event__container .event_detail-traial--img-1 {
  position: absolute;
  top: 30%;
  width: 43%;
  left: 5%;
  z-index: 2;
}
.lp_winter_2024 .event__container .event_detail-traial--img-2 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 40%;
  border-radius: 50px 0 0 50px;
  z-index: 2;
}
.lp_winter_2024 .event__container .event_detail-python {
  background-color: rgb(254, 255, 199);
  height: 122vh;
}
.lp_winter_2024 .event__container .event_detail-python .motion-block {
  position: absolute;
  z-index: 1;
  width: 400px;
}
.lp_winter_2024 .event__container .event_detail-python .motion-block-1 {
  top: -50px;
  left: 550px;
}
.lp_winter_2024 .event__container .event_detail-python .motion-block-2 {
  top: 533px;
  left: -40px;
}
.lp_winter_2024 .event__container .event_detail-python .motion-block-3 {
  top: 433px;
  right: -40px;
}
.lp_winter_2024 .event__container .event_detail-python--tag {
  top: 23%;
  right: 8%;
}
.lp_winter_2024 .event__container .event_detail-python--explain {
  top: 56%;
  left: 14%;
}
.lp_winter_2024 .event__container .event_detail-python--img-1 {
  position: absolute;
  width: 22%;
  top: 19%;
  left: 2%;
  z-index: 2;
}
.lp_winter_2024 .event__container .event_detail-python--img-2 {
  position: absolute;
  right: 5%;
  width: 40%;
  top: 30%;
  z-index: 2;
}
.lp_winter_2024 .event__container .event_detail-python--img-3 {
  position: absolute;
  top: 68%;
  left: 36%;
  width: 22%;
  z-index: 2;
}
.lp_winter_2024 .event__container .event_detail-js {
  background-color: rgb(210, 228, 255);
  height: 130vh;
}
.lp_winter_2024 .event__container .event_detail-js .motion-block {
  position: absolute;
  z-index: 1;
  width: 400px;
}
.lp_winter_2024 .event__container .event_detail-js .motion-block-1 {
  top: 250px;
  right: -50px;
}
.lp_winter_2024 .event__container .event_detail-js--tag {
  top: 8%;
  left: 8%;
}
.lp_winter_2024 .event__container .event_detail-js--explain {
  top: 44%;
  left: 43%;
}
.lp_winter_2024 .event__container .event_detail-js--img-1 {
  position: absolute;
  width: 43%;
  top: 12%;
  z-index: 2;
}
.lp_winter_2024 .event__container .event_detail-js--img-2 {
  position: absolute;
  right: 5%;
  width: 25%;
  top: 3%;
  z-index: 2;
}
.lp_winter_2024 .event__container .event_detail-js--img-3 {
  position: absolute;
  width: 34%;
  top: 62%;
  right: 3%;
  z-index: 2;
}
.lp_winter_2024 .event__container .event_detail-socket {
  background-color: rgb(210, 228, 255);
  height: 130vh;
}
.lp_winter_2024 .event__container .event_detail-socket .motion-block {
  position: absolute;
  z-index: 1;
  width: 400px;
}
.lp_winter_2024 .event__container .event_detail-socket .motion-block-1 {
  top: -50px;
  left: 450px;
}
.lp_winter_2024 .event__container .event_detail-socket .motion-block-2 {
  top: 33px;
  right: -40px;
}
.lp_winter_2024 .event__container .event_detail-socket .motion-block-3 {
  top: 633px;
  right: 440px;
}
.lp_winter_2024 .event__container .event_detail-socket--tag {
  top: 14%;
  left: 7%;
}
.lp_winter_2024 .event__container .event_detail-socket--explain {
  z-index: 2;
  top: 51%;
  left: 5%;
}
.lp_winter_2024 .event__container .event_detail-socket--img {
  position: absolute;
}
.lp_winter_2024 .event__container .event_detail-socket--img-1 {
  position: absolute;
  width: 50%;
  left: 44%;
  top: 9vw;
  z-index: 3;
}
.lp_winter_2024 .event__container .event_detail-socket--img-2 {
  position: absolute;
  width: 31%;
  left: 3%;
  top: 23%;
  z-index: 2;
}
.lp_winter_2024 .event__container .event_detail-socket--img-3 {
  position: absolute;
  left: 77%;
  width: 22%;
  top: 51%;
  z-index: 2;
}
.lp_winter_2024 .event__container .event_detail-ai {
  background-color: rgb(210, 228, 255);
  height: 130vh;
}
.lp_winter_2024 .event__container .event_detail-ai .motion-block {
  position: absolute;
  z-index: 1;
  width: 400px;
}
.lp_winter_2024 .event__container .event_detail-ai .motion-block-1 {
  top: -50px;
  left: -50px;
}
.lp_winter_2024 .event__container .event_detail-ai .motion-block-2 {
  top: 333px;
  right: -40px;
}
.lp_winter_2024 .event__container .event_detail-ai .motion-block-3 {
  top: 633px;
  left: 40px;
}
.lp_winter_2024 .event__container .event_detail-ai .motion-block-4 {
  top: 633px;
  left: 540px;
}
.lp_winter_2024 .event__container .event_detail-ai--tag {
  top: 0%;
  left: 78%;
}
.lp_winter_2024 .event__container .event_detail-ai--explain {
  top: 7%;
  left: 55%;
}
.lp_winter_2024 .event__container .event_detail-ai--img-1 {
  position: absolute;
  width: 52%;
  top: 13%;
  left: 2%;
  z-index: 2;
}
.lp_winter_2024 .event__container .event_detail-ai--img-2 {
  position: absolute;
  width: 28%;
  top: 47%;
  left: 67%;
  z-index: 2;
}
.lp_winter_2024 .event__container .event_detail-taiko {
  background-color: rgb(210, 228, 255);
  height: 130vh;
}
.lp_winter_2024 .event__container .event_detail-taiko .motion-block {
  position: absolute;
  z-index: 1;
  width: 400px;
}
.lp_winter_2024 .event__container .event_detail-taiko .motion-block-1 {
  top: -50px;
  left: -50px;
}
.lp_winter_2024 .event__container .event_detail-taiko .motion-block-2 {
  top: 133px;
  right: -40px;
}
.lp_winter_2024 .event__container .event_detail-taiko .motion-block-3 {
  top: 533px;
  right: 640px;
}
.lp_winter_2024 .event__container .event_detail-taiko--tag {
  top: 8%;
  left: 6%;
}
.lp_winter_2024 .event__container .event_detail-taiko--explain {
  top: 40%;
  left: 46%;
}
.lp_winter_2024 .event__container .event_detail-taiko--img-1 {
  position: absolute;
  width: 36%;
  left: 5%;
  top: 17%;
  z-index: 2;
}
.lp_winter_2024 .event__container .event_detail-taiko--img-2 {
  position: absolute;
  width: 42%;
  top: -12%;
  left: 46%;
  z-index: 2;
}
.lp_winter_2024 .event__container .event_detail-taiko--img-3 {
  position: absolute;
  left: 70%;
  top: 63%;
  width: 30%;
  z-index: 2;
}
.lp_winter_2024 .event__container .event_detail-aws {
  background-color: rgb(210, 228, 255);
  height: 130vh;
}
.lp_winter_2024 .event__container .event_detail-aws .motion-block {
  position: absolute;
  z-index: 1;
  width: 400px;
}
.lp_winter_2024 .event__container .event_detail-aws .motion-block-1 {
  top: -50px;
  left: -50px;
}
.lp_winter_2024 .event__container .event_detail-aws .motion-block-2 {
  top: 533px;
  right: 440px;
}
.lp_winter_2024 .event__container .event_detail-aws .motion-block-3 {
  top: 933px;
  right: -140px;
}
.lp_winter_2024 .event__container .event_detail-aws--tag {
  top: 13%;
  left: 79%;
}
.lp_winter_2024 .event__container .event_detail-aws--explain {
  top: 20%;
  left: 50%;
}
.lp_winter_2024 .event__container .event_detail-aws--img-1 {
  position: absolute;
  width: 40%;
  left: 5%;
  top: 20%;
  z-index: 2;
}
.lp_winter_2024 .event__container .event_detail-aws--img-2 {
  position: absolute;
  top: 47%;
  width: 37%;
  left: 64%;
  z-index: 2;
}
.lp_winter_2024 .event__container .event_detail-aws--img-3 {
  position: absolute;
  z-index: 2;
}

@media (max-width: 1023px) {
  .lp_winter_2024 .event__container {
    height: max-content;
  }
  .lp_winter_2024 .event__container .event {
    /* event-road終わり */
  }
  .lp_winter_2024 .event__container .event-road {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .lp_winter_2024 .event__container .event-road__title {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 364px;
    z-index: 1;
    position: relative;
  }
  .lp_winter_2024 .event__container .event-road__title--body {
    color: #0069b6;
    font-weight: 700;
    font-size: 74px;
    width: max-content;
    margin: auto;
  }
  .lp_winter_2024 .event__container .event-road__title--footer {
    position: relative;
    align-self: flex-end;
    font-size: 17px;
  }
  .lp_winter_2024 .event__container .event-road__title--footer::after {
    top: 39%;
    right: 156px;
    position: absolute;
    width: 101px;
    height: 5px;
    background-color: #7eee3e;
  }
  .lp_winter_2024 .event__container .event-road__back {
    width: 100%;
    height: 100%;
    background-color: rgba(152, 249, 96, 0.62);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .lp_winter_2024 .event__container .event-road__body {
    width: 90vw;
    margin: auto;
    gap: 23px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: relative;
    margin-top: 35px;
  }
  .lp_winter_2024 .event__container .event-road__body--step {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    flex-direction: column;
  }
  .lp_winter_2024 .event__container .event-road__body--step .subtitle {
    font-weight: 700;
    font-size: 18px;
    padding: 3px 20px;
    border-radius: 10px;
    margin: 9px 0 0 0;
    width: 80%;
    text-align: center;
    line-height: 20px;
    height: 20px;
  }
  .lp_winter_2024 .event__container .event-road__body--step .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: -14px;
    width: 100%;
  }
  .lp_winter_2024 .event__container .event-road__body--step .title__body {
    font-weight: 600;
    font-size: 33px;
  }
  .lp_winter_2024 .event__container .event-road__body--step .title__detail {
    width: 87%;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
  .lp_winter_2024 .event__container .event-road__body--step--1 {
    margin-top: 11px;
  }
  .lp_winter_2024 .event__container .event-road__body--step--1 .subtitle {
    background-color: rgba(152, 249, 96, 0.62);
  }
  .lp_winter_2024 .event__container .event-road__body--step--2 .subtitle {
    background-color: rgb(254, 255, 199);
  }
  .lp_winter_2024 .event__container .event-road__body--step--3 .subtitle {
    background-color: rgb(210, 228, 255);
  }
  .lp_winter_2024 .event__container .event-road__body .arrow--down {
    width: 46px;
    height: 20px;
    clip-path: polygon(0 20%, 100% 20%, 50% 100%);
    background-color: black;
    margin: 0 auto;
    margin-bottom: -9px;
  }
  .lp_winter_2024 .event__container .event_detail {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .lp_winter_2024 .event__container .event_detail--tag {
    display: flex;
    gap: 15px;
    position: absolute;
    z-index: 2;
  }
  .lp_winter_2024 .event__container .event_detail--tag div {
    font-size: 18px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 16px;
  }
  .lp_winter_2024 .event__container .event_detail--tag div.yellow {
    background-color: rgb(254, 255, 199);
  }
  .lp_winter_2024 .event__container .event_detail--tag div.blue {
    background: rgb(161, 201, 255);
  }
  .lp_winter_2024 .event__container .event_detail--tag div.green {
    background: #7EEE3E;
  }
  .lp_winter_2024 .event__container .event_detail--explain {
    display: flex;
    flex-direction: column;
    width: 90vw;
    position: absolute;
    z-index: 2;
  }
  .lp_winter_2024 .event__container .event_detail--explain .title {
    display: flex;
    justify-content: start;
    gap: 10px;
    margin-bottom: 5px;
  }
  .lp_winter_2024 .event__container .event_detail--explain .title__body {
    font-size: 25px;
    font-weight: 500;
  }
  .lp_winter_2024 .event__container .event_detail--explain .body {
    width: 100%;
  }
  .lp_winter_2024 .event__container .event_detail--explain .body__explain {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
  }
  .lp_winter_2024 .event__container .event_detail--explain .body__school {
    display: flex;
    gap: 10px;
    margin-top: 13px;
    margin-bottom: 10px;
  }
  .lp_winter_2024 .event__container .event_detail--explain .body__school div {
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 900;
  }
  .lp_winter_2024 .event__container .event_detail--explain .body__school--kyoto {
    background-color: rgb(126, 238, 62);
  }
  .lp_winter_2024 .event__container .event_detail--explain .body__school--umeda {
    background-color: rgb(255, 218, 214);
  }
  .lp_winter_2024 .event__container .event_detail--explain .body__school--tokyo {
    background-color: rgb(161, 201, 255);
  }
  .lp_winter_2024 .event__container .event_detail--explain .body__school--yokohama {
    background-color: rgb(250, 145, 86);
  }
  .lp_winter_2024 .event__container .event_detail--explain .body__price {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .lp_winter_2024 .event__container .event_detail--explain .body__price--item {
    font-size: 20px;
    font-weight: 700;
  }
  .lp_winter_2024 .event__container .event_detail--explain .body__price--item span {
    font-size: 16px;
  }
  .lp_winter_2024 .event__container .event_detail--explain .body__link {
    display: flex;
    gap: 10px;
  }
  .lp_winter_2024 .event__container .event_detail--explain .body__link--name {
    font-size: 16px;
  }
  .lp_winter_2024 .event__container .event_detail--explain .body__link img {
    width: 17px;
  }
  .lp_winter_2024 .event__container .event_detail--bottom-img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transform: translateY(98%);
    width: 158%;
  }
  .lp_winter_2024 .event__container .event_detail-traial {
    background-color: rgba(152, 249, 96, 0.62);
    height: 305vw;
  }
  .lp_winter_2024 .event__container .event_detail-traial--tag {
    top: 20%;
    left: 4%;
  }
  .lp_winter_2024 .event__container .event_detail-traial--explain {
    top: 150vw;
    left: 5%;
  }
  .lp_winter_2024 .event__container .event_detail-traial--img-1 {
    position: absolute;
    top: 24%;
    width: 87vw;
    left: 25%;
  }
  .lp_winter_2024 .event__container .event_detail-traial--img-2 {
    position: absolute;
    right: 0%;
    width: 69vw;
    border-radius: 50px 0 0 50px;
    top: 245vw;
  }
  .lp_winter_2024 .event__container .event_detail-python {
    background-color: rgb(254, 255, 199);
    height: 280vw;
  }
  .lp_winter_2024 .event__container .event_detail-python--tag {
    top: 10vw;
    left: 5vw;
  }
  .lp_winter_2024 .event__container .event_detail-python--tag div.green {
    background-color: #7EEE3E;
  }
  .lp_winter_2024 .event__container .event_detail-python--explain {
    top: 115vw;
    left: 5%;
  }
  .lp_winter_2024 .event__container .event_detail-python--img-1 {
    position: absolute;
    width: 22%;
    top: 19%;
    left: 2%;
    display: none;
  }
  .lp_winter_2024 .event__container .event_detail-python--img-2 {
    position: absolute;
    right: -1vw;
    width: 99vw;
    top: 32vw;
  }
  .lp_winter_2024 .event__container .event_detail-python--img-3 {
    position: absolute;
    top: 176vw;
    left: 36%;
    width: 85vw;
  }
  .lp_winter_2024 .event__container .event_detail-python .event_detail--bottom-img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transform: translateY(98%);
    width: 158%;
    display: none;
  }
  .lp_winter_2024 .event__container .event_detail-python .event_detail--bottom-img--mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transform: translateY(98%);
    width: 158%;
    display: flex;
    width: 100%;
  }
  .lp_winter_2024 .event__container .event_detail-js {
    background-color: rgb(210, 228, 255);
    height: 342vw;
  }
  .lp_winter_2024 .event__container .event_detail-js--tag {
    top: 24vw;
    left: 4vw;
  }
  .lp_winter_2024 .event__container .event_detail-js--explain {
    top: 147vw;
    left: 6vw;
  }
  .lp_winter_2024 .event__container .event_detail-js--img-1 {
    position: absolute;
    width: 94vw;
    top: 36vw;
    left: 3vw;
  }
  .lp_winter_2024 .event__container .event_detail-js--img-2 {
    position: absolute;
    right: 5%;
    width: 25%;
    top: 3%;
    display: none;
  }
  .lp_winter_2024 .event__container .event_detail-js--img-3 {
    position: absolute;
    width: 68vw;
    top: 241vw;
    right: 0vw;
  }
  .lp_winter_2024 .event__container .event_detail-socket {
    background-color: rgb(210, 228, 255);
    height: 300vw;
  }
  .lp_winter_2024 .event__container .event_detail-socket--tag {
    top: 14vw;
    left: 5vw;
  }
  .lp_winter_2024 .event__container .event_detail-socket--explain {
    z-index: 2;
    top: 97vw;
    left: 5%;
  }
  .lp_winter_2024 .event__container .event_detail-socket--img {
    position: absolute;
  }
  .lp_winter_2024 .event__container .event_detail-socket--img-1 {
    position: absolute;
    width: 73vw;
    left: -2vw;
    top: 25vw;
  }
  .lp_winter_2024 .event__container .event_detail-socket--img-2 {
    position: absolute;
    width: 79vw;
    left: 20vw;
    top: 203vw;
  }
  .lp_winter_2024 .event__container .event_detail-socket--img-3 {
    position: absolute;
    left: 57vw;
    width: 44vw;
    top: 42vw;
  }
  .lp_winter_2024 .event__container .event_detail-ai {
    background-color: rgb(210, 228, 255);
    height: 301vw;
  }
  .lp_winter_2024 .event__container .event_detail-ai--tag {
    top: 0%;
    left: 5vw;
  }
  .lp_winter_2024 .event__container .event_detail-ai--explain {
    top: 95vw;
    left: 5%;
  }
  .lp_winter_2024 .event__container .event_detail-ai--img-1 {
    position: absolute;
    width: 107vw;
    top: 183vw;
    left: -11vw;
  }
  .lp_winter_2024 .event__container .event_detail-ai--img-2 {
    position: absolute;
    width: 70vw;
    top: 17vw;
    left: 37vw;
  }
  .lp_winter_2024 .event__container .event_detail-taiko {
    background-color: rgb(210, 228, 255);
    height: 300vw;
  }
  .lp_winter_2024 .event__container .event_detail-taiko--tag {
    top: 8%;
    left: 5vw;
  }
  .lp_winter_2024 .event__container .event_detail-taiko--explain {
    top: 148vw;
    left: 5vw;
  }
  .lp_winter_2024 .event__container .event_detail-taiko--img-1 {
    position: absolute;
    width: 82vw;
    left: 24vw;
    top: 48vw;
  }
  .lp_winter_2024 .event__container .event_detail-taiko--img-2 {
    position: absolute;
    width: 88vw;
    top: 71vw;
    left: -31vw;
  }
  .lp_winter_2024 .event__container .event_detail-taiko--img-3 {
    position: absolute;
    left: 70%;
    top: 63%;
    width: 30%;
    display: none;
  }
  .lp_winter_2024 .event__container .event_detail-aws {
    background-color: rgb(210, 228, 255);
    height: 300vw;
  }
  .lp_winter_2024 .event__container .event_detail-aws--tag {
    top: 0%;
    left: 5vw;
  }
  .lp_winter_2024 .event__container .event_detail-aws--explain {
    top: 109vw;
    left: 5%;
  }
  .lp_winter_2024 .event__container .event_detail-aws--img-1 {
    position: absolute;
    width: 88vw;
    left: 11vw;
    top: 19vw;
  }
  .lp_winter_2024 .event__container .event_detail-aws--img-2 {
    position: absolute;
    top: 187vw;
    width: 69vw;
    left: 33%;
  }
  .lp_winter_2024 .event__container .event_detail-aws--img-3 {
    position: absolute;
  }
}
.lp_winter_2024 .review {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  gap: 30px;
  margin-top: 40vh;
  position: relative;
}
.lp_winter_2024 .review__backcolor {
  position: absolute;
  width: 80vw;
  height: 90vh;
  top: 10vh;
  left: 10vw;
  border-radius: 100px;
  background-color: #D2E4FF;
}
.lp_winter_2024 .review__title {
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
}
.lp_winter_2024 .review__title--header {
  font-size: 16px;
  position: relative;
  width: max-content;
  margin-left: 170px;
  margin-bottom: -24px;
  align-self: center;
}
.lp_winter_2024 .review__title--header::before {
  width: 160px;
  height: 4px;
  position: absolute;
  background-color: rgb(126, 238, 62);
  top: 10px;
  left: -174px;
}
.lp_winter_2024 .review__title--body {
  color: rgb(0, 105, 182);
  font-size: 8vw;
  font-weight: 700;
  width: max-content;
  margin: auto;
}
.lp_winter_2024 .review__content {
  width: 27%;
}
.lp_winter_2024 .review__content > div {
  overflow-x: hidden;
  width: 100%;
  border-radius: 50px;
  height: max-content;
  position: relative;
  z-index: 3;
  background-color: white;
}
.lp_winter_2024 .review__content > div .swiper-wrapper {
  width: 100%;
  position: relative;
}
.lp_winter_2024 .review__content > div .swiper-wrapper .swiper-slide {
  width: 100% !important;
  overflow: hidden;
  height: max-content;
  background-color: white;
}
.lp_winter_2024 .review__content > div .swiper-wrapper .swiper-slide .header {
  width: 100%;
  height: 300px;
  background-color: rgb(209, 237, 187);
}
.lp_winter_2024 .review__content > div .swiper-wrapper .swiper-slide .header img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.lp_winter_2024 .review__content > div .swiper-wrapper .swiper-slide .body {
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 10px;
}
.lp_winter_2024 .review__content > div .swiper-wrapper .swiper-slide .body__title {
  font-weight: 700;
  font-size: 23px;
  margin: 15px auto;
}
.lp_winter_2024 .review__content > div .swiper-wrapper .swiper-slide .body__question--title {
  width: 100%;
  color: white;
  background-color: rgb(25, 115, 193);
  border-radius: 7px;
  font-weight: 900;
  font-size: 14px;
  padding: 3px;
  text-align: center;
  margin: 10px auto;
}
.lp_winter_2024 .review__content > div .swiper-wrapper .swiper-slide .body__question--detail {
  width: 100%;
  font-size: 16px;
  aspect-ratio: 17/3;
}
.lp_winter_2024 .review__content > div .swiper-wrapper .swiper-slide .body__question--detail span {
  color: #1973c1;
}
.lp_winter_2024 .review__content--1 {
  margin-bottom: 250px;
}
.lp_winter_2024 .review__content--1 .swiper-pagination-1 {
  margin-top: 37px;
  background-color: rgba(255, 255, 255, 0);
}
.lp_winter_2024 .review__content--2 {
  margin-top: 250px;
}
.lp_winter_2024 .review__content--2 .swiper-pagination-2 {
  background-color: rgba(255, 255, 255, 0);
}
.lp_winter_2024 .swiper-pagination-bullets {
  /* transform: translateY(-500px); */
  position: relative;
  /* margin-top: 30px; */
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.lp_winter_2024 .swiper-pagination-bullets > span {
  width: 15px;
  height: 15px;
  margin: 0 20px;
}
.lp_winter_2024 .swiper-pagination-bullet-active {
  background: rgb(25, 115, 193);
}

@media (max-width: 1023px) {
  .lp_winter_2024 .review {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    gap: 30px;
    margin-top: -4vh;
  }
  .lp_winter_2024 .review__backcolor {
    position: absolute;
    width: 88vw;
    height: 66%;
    top: 25%;
    left: 6vw;
    border-radius: 100px;
    background-color: #D2E4FF;
  }
  .lp_winter_2024 .review__title {
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 2;
  }
  .lp_winter_2024 .review__title--header {
    font-size: 16px;
    position: relative;
    width: max-content;
    margin-left: 0px;
    margin-bottom: 0px;
    align-self: center;
  }
  .lp_winter_2024 .review__title--header::before {
    width: 160px;
    height: 4px;
    position: absolute;
    background-color: rgb(126, 238, 62);
    top: 10px;
    left: -174px;
  }
  .lp_winter_2024 .review__title--body {
    color: rgb(0, 105, 182);
    font-size: 82px;
    font-weight: 700;
    width: max-content;
    margin: auto;
  }
  .lp_winter_2024 .review__content {
    width: 85%;
    margin: auto;
  }
  .lp_winter_2024 .review__content > div {
    overflow-x: hidden;
    width: 100%;
    border-radius: 50px;
    max-width: 500px;
    margin: auto;
    position: relative;
    z-index: 3;
  }
  .lp_winter_2024 .review__content > div .swiper-wrapper {
    width: 100%;
    position: relative;
    transition-timing-function: linear;
  }
  .lp_winter_2024 .review__content > div .swiper-wrapper .swiper-slide {
    width: 100% !important;
    overflow: hidden;
    height: max-content;
  }
  .lp_winter_2024 .review__content > div .swiper-wrapper .swiper-slide .header {
    width: 100%;
    height: 230px;
  }
  .lp_winter_2024 .review__content > div .swiper-wrapper .swiper-slide .header img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .lp_winter_2024 .review__content > div .swiper-wrapper .swiper-slide .body {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-bottom: 10px;
  }
  .lp_winter_2024 .review__content > div .swiper-wrapper .swiper-slide .body__title {
    font-weight: 700;
    font-size: 19px;
    margin: 15px auto;
  }
  .lp_winter_2024 .review__content > div .swiper-wrapper .swiper-slide .body__question--title {
    width: 100%;
    color: white;
    background-color: rgb(25, 115, 193);
    border-radius: 7px;
    font-weight: 900;
    font-size: 14px;
    padding: 3px;
    text-align: center;
    margin: 4px auto;
  }
  .lp_winter_2024 .review__content > div .swiper-wrapper .swiper-slide .body__question--detail {
    width: 100%;
    font-size: 14px;
  }
  .lp_winter_2024 .review__content--1 {
    order: 1;
  }
  .lp_winter_2024 .review__content--2 {
    order: 2;
  }
  .lp_winter_2024 .review__content--2 .swiper-pagination-2 {
    margin-top: 40px;
  }
  .lp_winter_2024 .swiper-pagination-bullets {
    /* transform: translateY(-500px); */
    position: relative;
    /* margin-top: 30px; */
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  .lp_winter_2024 .swiper-pagination-bullets > span {
    width: 15px;
    height: 15px;
    margin: 0 20px;
  }
  .lp_winter_2024 .swiper-pagination-bullet-active {
    background: rgb(25, 115, 193);
  }
}
.lp_winter_2024 .calendar {
  display: flex;
}
.lp_winter_2024 .calendar__container {
  margin: 0;
  width: 60vw;
  margin-left: 5vw;
  margin-top: 10vh;
}
.lp_winter_2024 .calendar__sidebar {
  width: 30vw;
}
.lp_winter_2024 #ec {
  width: 60vw;
}
.lp_winter_2024 .calendar__container .button__container {
  display: flex;
  justify-content: space-around;
  background-color: rgb(25, 115, 193);
  width: 100%;
  border-radius: 13px 13px 0 0;
}
.lp_winter_2024 .calendar__container .button__container .event_btns {
  width: 80%;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.lp_winter_2024 .calendar__container .button__container .event_btns button.event_btn {
  padding: 0;
  color: black;
  border-radius: 13px;
  width: 20.5% !important;
  margin-top: 10px;
  display: block;
  height: 50px;
  font-weight: 700;
  font-size: 20px;
  background-color: white;
  white-space: nowrap;
  overflow: hidden;
}
.lp_winter_2024 .calendar__container .button__container .event_btns button.event_btn#kyoto_display {
  border: 5px solid rgb(126, 238, 62);
}
.lp_winter_2024 .calendar__container .button__container .event_btns button.event_btn#kyoto_display.active {
  background-color: rgb(126, 238, 62);
  color: white;
}
.lp_winter_2024 .calendar__container .button__container .event_btns button.event_btn#umeda_display {
  border: 5px solid rgba(255, 0, 92, 0.3);
}
.lp_winter_2024 .calendar__container .button__container .event_btns button.event_btn#umeda_display.active {
  background-color: rgb(255, 178, 206);
  color: white;
  /* 透過色のため追加処理 */
  border: none;
  border: 5px solid rgba(255, 0, 92, 0);
}
.lp_winter_2024 .calendar__container .button__container .event_btns button.event_btn#tokyo_display {
  border: 5px solid rgb(210, 228, 255);
}
.lp_winter_2024 .calendar__container .button__container .event_btns button.event_btn#tokyo_display.active {
  background-color: rgb(161, 201, 255);
  border: 5px solid rgb(161, 201, 255);
  color: white;
}
.lp_winter_2024 .calendar__container .button__container .event_btns button.event_btn#yokohama_display {
  border: 5px solid rgb(250, 145, 86);
}
.lp_winter_2024 .calendar__container .button__container .event_btns button.event_btn#yokohama_display.active {
  background-color: rgb(250, 145, 86);
  color: white;
}
.lp_winter_2024 .calendar__container .button__container #all_display {
  margin-top: 13px;
  border-radius: 13px 0 0 13px;
  color: rgb(25, 115, 193);
  font-weight: 700;
  font-size: 20px;
  background-color: white;
  border: none;
  height: 35px;
  width: 115px;
  margin-right: 10px;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .lp_winter_2024 .calendar__container .button__container {
    width: 90vw;
    align-items: center;
  }
  .lp_winter_2024 .calendar__container .button__container .event_btns {
    display: flex;
    margin-left: 10px;
    column-gap: 3%;
    row-gap: 0px;
    width: 80%;
  }
  .lp_winter_2024 .calendar__container .button__container .event_btns button.event_btn {
    border-radius: 5px;
    font-size: 14px;
    width: 43% !important;
    height: 36px;
  }
  .lp_winter_2024 .calendar__container .button__container .event_btns button.event_btn#kyoto_display {
    color: #7EEE3E;
  }
  .lp_winter_2024 .calendar__container .button__container .event_btns button.event_btn#umeda_display {
    color: rgba(255, 0, 92, 0.3);
  }
  .lp_winter_2024 .calendar__container .button__container .event_btns button.event_btn#tokyo_display {
    color: #A1C9FF;
  }
  .lp_winter_2024 .calendar__container .button__container .event_btns button.event_btn#yokohama_display {
    color: #FA9156;
  }
  .lp_winter_2024 .calendar__container .button__container #all_display {
    margin-left: 10px;
    height: 72px;
    margin-right: 2px;
    width: 30%;
    font-size: 14px;
  }
}

.lp_winter_2024 {
  /* カレンダ−のフォーマットを編集する */
  /* カレンダー境界線 */
}
.lp_winter_2024 .ec-all-day,
.lp_winter_2024 .ec-body,
.lp_winter_2024 .ec-day,
.lp_winter_2024 .ec-day-head,
.lp_winter_2024 .ec-days,
.lp_winter_2024 .ec-header {
  border: none;
}
.lp_winter_2024 .ec {
  /* top */
  /* header */
}
.lp_winter_2024 .ec-toolbar {
  background-color: rgb(25, 115, 193);
  border-radius: 0 0 15px 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.lp_winter_2024 .ec-toolbar > .ec-start {
  margin-left: 20px;
}
.lp_winter_2024 .ec-toolbar > .ec-start > button.ec-prev {
  margin-right: 20px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: 4px solid white;
  box-sizing: border-box;
}
.lp_winter_2024 .ec-toolbar > .ec-start > button.ec-prev:hover {
  background-color: rgb(25, 115, 193);
}
.lp_winter_2024 .ec-toolbar > .ec-start > button.ec-prev > i {
  position: relative;
  color: white;
}
.lp_winter_2024 .ec-toolbar > .ec-start > button.ec-prev > i::after {
  content: "";
  transform: translate(-13px, -22px);
  clip-path: polygon(60% 25%, 35% 50%, 60% 75%);
  position: absolute;
  top: 7px;
  left: 10%;
  width: 30px;
  height: 30px;
  background-color: white;
}
.lp_winter_2024 .ec-toolbar > .ec-center > h2 {
  color: white;
  white-space: pre-line;
  /* jsによるformat後の形式に対応 */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp_winter_2024 .ec-toolbar > .ec-center > h2 > .ec-title-year {
  font-size: 13px;
}
.lp_winter_2024 .ec-toolbar > .ec-center > h2 > .ec-title-month {
  margin-top: -4px;
}
.lp_winter_2024 .ec-toolbar > .ec-end > button.ec-next {
  margin-right: 20px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: 4px solid white;
  box-sizing: border-box;
}
.lp_winter_2024 .ec-toolbar > .ec-end > button.ec-next:hover {
  background-color: rgb(25, 115, 193);
}
.lp_winter_2024 .ec-toolbar > .ec-end > button.ec-next > i {
  position: relative;
  color: white;
}
.lp_winter_2024 .ec-toolbar > .ec-end > button.ec-next > i::after {
  content: "";
  transform: translate(-13px, -22px);
  clip-path: polygon(40% 25%, 65% 50%, 40% 75%);
  position: absolute;
  top: 7px;
  left: 10%;
  width: 30px;
  height: 30px;
  background-color: white;
}
.lp_winter_2024 .ec-header .ec-days > div {
  color: rgb(25, 115, 193);
  font-weight: 700;
  font-family: "Noto Sans JP ";
  font-size: 20px;
}
.lp_winter_2024 .ec-header .ec-days .ec-sun {
  color: rgb(186, 26, 26);
}
.lp_winter_2024 .ec-body {
  height: max-content;
}
.lp_winter_2024 .ec-body .ec-content {
  /* 日付1行分 */
}
.lp_winter_2024 .ec-body .ec-content .ec-days .ec-day {
  /* 別の月の日付 */
  border-radius: 13px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 5px;
  width: 100%;
  border: 5px solid rgba(210, 228, 255, 0);
}
.lp_winter_2024 .ec-body .ec-content .ec-days .ec-day.ec-other-month {
  background-color: rgb(217, 217, 217);
  box-shadow: none;
}
.lp_winter_2024 .ec-body .ec-content .ec-days .ec-day.ec-other-month > time {
  opacity: 0;
}
.lp_winter_2024 .ec-body .ec-content .ec-days .ec-day.ec-other-month > .ec-events {
  display: none;
}
.lp_winter_2024 .ec-body .ec-content .ec-days .ec-day.ec-sun {
  color: rgb(186, 26, 26);
}
.lp_winter_2024 .ec-body .ec-content .ec-days .ec-day.ec-sat {
  color: rgb(25, 115, 193);
}
.lp_winter_2024 .ec-body .ec-content .ec-days .ec-day.ec-select {
  box-shadow: none;
  border: 5px solid rgb(210, 228, 255);
}
.lp_winter_2024 .ec-body .ec-content .ec-days .ec-day > time {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.lp_winter_2024 .ec-body .ec-content .ec-days .ec-day > .ec-events {
  width: 90% !important;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: 10px;
}
.lp_winter_2024 .ec-body .ec-content .ec-days .ec-day > .ec-events > .ec-event {
  border-radius: 8px;
  height: max-content;
  min-height: auto;
  margin-bottom: 1.5px;
  margin-left: 1.2%;
  /* 背景を画像で扱う場合 */
  width: 32% !important;
  aspect-ratio: 1/1;
  background-size: 80%;
  background-position: 50%;
  background-repeat: no-repeat;
  /* イベントごとに設定する例(クラスをイベントごとにつける
  実際にはイベントを指定するクラスだが例として校舎指定のクラスを利用 */
  /* 例終わり */
}
.lp_winter_2024 .ec-body .ec-content .ec-days .ec-day > .ec-events > .ec-event > .ec-event-body {
  width: max-content;
  margin: auto;
}
.lp_winter_2024 .ec-body .ec-content .ec-days .ec-day > .ec-events > .ec-event > .ec-event-body > time.ec-event-time {
  display: none;
}
.lp_winter_2024 .ec-body .ec-content .ec-days .ec-day > .ec-events > .ec-event > .ec-event-body > h4.ec-event-title {
  font-weight: 900;
  font-size: 14px;
  /* テキストの折り返し関連 */
  text-overflow: inherit;
  white-space: normal;
  word-break: break-all;
  white-space: pre-line;
  /* 背景を画像で扱う場合 */
  display: none;
}
@media (max-width: 1023px) {
  .lp_winter_2024 #ec {
    width: 90vw;
    margin-top: -1px;
  }
  .lp_winter_2024 #ec .ec-toolbar .ec-center {
    display: flex;
    justify-content: center;
  }
  .lp_winter_2024 #ec .ec-toolbar .ec-center h2 {
    width: 70%;
    text-align: center;
  }
  .lp_winter_2024 #ec .ec-body {
    height: 50vh;
    scrollbar-width: none;
  }
  .lp_winter_2024 #ec .ec-body .ec-content .ec-day {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: white;
    padding: 2px 10px;
    border: 2px solid black;
    border-bottom-width: 0px;
  }
  .lp_winter_2024 #ec .ec-body .ec-content .ec-day:last-child {
    border-bottom-width: 2px;
  }
  .lp_winter_2024 #ec .ec-body .ec-content .ec-day .ec-day-head {
    border-bottom: none;
    border-top: none;
    display: flex;
    flex-direction: row-reverse;
    width: 92%;
    justify-content: start;
  }
  .lp_winter_2024 #ec .ec-body .ec-content .ec-day .ec-event {
    box-shadow: none;
    padding: 2px 4px;
  }
  .lp_winter_2024 #ec .ec-body .ec-content .ec-day .ec-event .ec-event-tag {
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 8px;
    /* 背景を画像で扱う場合 */
    aspect-ratio: 1/1;
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .lp_winter_2024 #ec .ec-body .ec-content .ec-day .ec-event .ec-event-body {
    display: none;
  }
  .lp_winter_2024 #ec .ec-body .ec-content .ec-day .ec-event .ec-event-body .ec-event-time {
    display: none;
  }
  .lp_winter_2024 #ec .ec-body .ec-content .ec-day .ec-event .ec-event-body .ec-event-title {
    display: none;
  }
}

.lp_winter_2024 .calendar__sidebar {
  padding-top: 40px;
  width: 28vw;
  background-color: rgb(210, 228, 255);
  border-radius: 10px;
  margin: 10vh auto 0 50px;
}
.lp_winter_2024 .calendar__sidebar--close-btn {
  display: none;
}
.lp_winter_2024 .calendar__sidebar--title {
  display: flex;
  font-size: 34px;
  align-items: center;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}
.lp_winter_2024 .calendar__sidebar--title > #sidebar_date {
  margin-right: 10px;
  display: block;
}
.lp_winter_2024 .calendar__sidebar--title > #sidebar_day_of_week {
  color: white;
  background-color: rgb(25, 115, 193);
  border-radius: 100%;
  font-size: 26px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.lp_winter_2024 .calendar__sidebar--title > #sidebar_day_of_week.date-sun {
  background-color: red;
}
.lp_winter_2024 .calendar__sidebar .card__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  height: 87%;
  margin-bottom: 20px;
}
.lp_winter_2024 .calendar__sidebar .card__container::-webkit-scrollbar {
  display: none;
}
.lp_winter_2024 .calendar__sidebar .card__container .card {
  background-color: white;
  width: 80%;
  margin: 15px auto;
  border-radius: 16px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 20px;
  transition: 0.5s;
}
.lp_winter_2024 .calendar__sidebar .card__container .card__header {
  font-weight: 900;
  font-size: 14px;
  border-radius: 14px;
  width: max-content;
  padding: 2px 12px;
}
.lp_winter_2024 .calendar__sidebar .card__container .card__header.kyoto {
  background-color: rgb(126, 238, 62);
}
.lp_winter_2024 .calendar__sidebar .card__container .card__header.umeda {
  background-color: rgba(255, 0, 92, 0.3);
}
.lp_winter_2024 .calendar__sidebar .card__container .card__header.tokyo {
  background-color: rgb(161, 201, 255);
}
.lp_winter_2024 .calendar__sidebar .card__container .card__header.yokohama {
  background-color: rgb(250, 145, 86);
}
.lp_winter_2024 .calendar__sidebar .card__container .card__body {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
  flex-wrap: wrap;
}
.lp_winter_2024 .calendar__sidebar .card__container .card__body--title {
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  margin-right: 20px;
}
.lp_winter_2024 .calendar__sidebar .card__container .card__body--time {
  font-size: 14px;
  font-weight: 900;
  line-height: 30px;
}
.lp_winter_2024 .calendar__sidebar .card__container .card__footer {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
}
.lp_winter_2024 .calendar__sidebar .card__container .card:hover {
  background-color: rgb(226, 226, 226);
  box-shadow: none;
}

@media (max-width: 1023px) {
  .lp_winter_2024 .calendar__sidebar {
    display: none;
    position: fixed;
    top: 2%;
    left: 5vw;
    width: 90vw;
    height: 90% !important;
    z-index: 12;
    margin: 0;
  }
  .lp_winter_2024 .calendar__sidebar--close-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: -15px;
    margin-bottom: 10px;
  }
  .lp_winter_2024 .calendar__sidebar--close-btn > span {
    margin-right: 20px;
    font-size: 25px;
    padding: 10px;
    background-color: rgb(25, 115, 193);
    border-radius: 100%;
    color: white;
  }
  .lp_winter_2024 .calendar__sidebar--title {
    font-size: 26px;
  }
  .lp_winter_2024 .calendar__sidebar--title span#sidebar_day_of_week {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
  .lp_winter_2024 .calendar__sidebar .card__container {
    height: 79%;
  }
  .lp_winter_2024 .calendar__sidebar .card__container .card {
    margin: 5px auto;
    box-shadow: none;
    border-radius: 5px;
  }
  .lp_winter_2024 .calendar__sidebar .card__container .card--header {
    margin-top: -5px;
    margin-bottom: -4px;
  }
}
.lp_winter_2024 .form {
  width: 100%;
  margin: 100px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp_winter_2024 .form__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 300px;
  border-radius: 410px 410px 0 0;
  width: 100%;
  background-color: rgb(25, 115, 193);
}
.lp_winter_2024 .form__title div {
  color: white;
}
.lp_winter_2024 .form__title--header {
  font-size: 26px;
}
.lp_winter_2024 .form__title--body {
  font-size: 46px;
}
.lp_winter_2024 .form__title--shadow {
  font-size: 100px;
  color: rgba(161, 201, 255, 0.2) !important;
  font-family: Video;
  font-weight: 700;
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
}
.lp_winter_2024 .form__body {
  width: 100%;
  background-color: rgb(25, 115, 193);
  box-sizing: border-box;
}
.lp_winter_2024 .form__body--tab {
  display: flex;
  width: 100%;
  background-color: rgb(25, 115, 193);
  justify-content: center;
}
.lp_winter_2024 .form__body--tab > div {
  cursor: pointer;
  font-size: 30px;
  font-weight: 700;
  width: 35vw;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  background-color: rgb(217, 217, 217);
  color: rgb(139, 145, 156);
  border-radius: 57px 57px 0 0;
  border: 5px solid rgba(126, 238, 62, 0);
  border-bottom-width: 0;
  transform: translateY(5px);
  padding: 28px 0 0 0;
}
.lp_winter_2024 .form__body--tab--traial {
  position: relative;
}
.lp_winter_2024 .form__body--tab--traial::before {
  content: "\\ どの講座か迷ってる君はこっち！/";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
}
.lp_winter_2024 .form__body--tab--traial::after {
  content: "";
  width: calc(100% + 10px);
  height: 5px;
  top: 100%;
  left: 0;
  background-color: rgb(254, 255, 199);
  position: absolute;
}
.lp_winter_2024 .form__body--tab--traial.active {
  border: 5px solid rgb(126, 238, 62);
  background-color: white;
  color: black;
  border-bottom: none;
}
.lp_winter_2024 .form__body--tab--traial.active::after {
  content: "";
  width: calc(100% + 10px);
  height: 5px;
  top: 100%;
  left: 0;
  background-color: white;
  position: absolute;
}
.lp_winter_2024 .form__body--tab--event {
  position: relative;
}
.lp_winter_2024 .form__body--tab--event::before {
  content: "\\ 受ける講座を決めた君はこっち！/";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
}
.lp_winter_2024 .form__body--tab--event::after {
  content: "";
  width: calc(100% + 10px);
  height: 5px;
  top: 100%;
  left: -10px;
  background-color: rgb(126, 238, 62);
  position: absolute;
}
.lp_winter_2024 .form__body--tab--event.active {
  border: 5px solid rgb(254, 255, 199);
  background-color: white;
  color: black;
  border-bottom-color: white;
  border-bottom: none;
}
.lp_winter_2024 .form__body--tab--event.active::after {
  content: "";
  width: 100%;
  height: 5px;
  top: 100%;
  left: 0;
  background-color: white;
  position: absolute;
}
.lp_winter_2024 .form__body .form__container {
  width: calc(70vw + 10px);
  margin: auto;
  background-color: white;
  border-top: none;
  padding: 30px auto;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 50px 50px;
}
.lp_winter_2024 .form__body .form__container.active-traial {
  border: 5px solid #7eee3e;
  border-top-width: 0;
}
.lp_winter_2024 .form__body .form__container.active-event {
  border: 5px solid #feffc7;
  border-top-width: 0;
}
.lp_winter_2024 .form__body .form__container .form__friend-intro {
  display: flex;
  width: 80%;
  border: 3px solid rgb(25, 115, 193);
  border-radius: 14px;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
  justify-content: space-around;
  margin-top: 60px;
  margin-bottom: 10px;
}
.lp_winter_2024 .form__body .form__container .form__friend-intro .detail {
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-align: center;
  width: 70%;
  height: max-content;
  align-self: center;
}
.lp_winter_2024 .form__body .form__container .form__friend-intro .detail span {
  color: red;
}
.lp_winter_2024 .form__body .form__container .form__friend-intro .image {
  margin-right: -10px;
}
.lp_winter_2024 .form__body .form__container .form__friend-intro .image img {
  height: 150px;
  border-radius: 0 14px 14px 0;
  transform: translateX(1px);
}
.lp_winter_2024 .form__body .form__container .form__container--footnote {
  display: flex;
  justify-content: center;
  width: 100%;
}
.lp_winter_2024 .form__body .form__container .form__traial {
  display: flex;
  width: 80%;
  margin: auto;
  margin-top: 100px;
  flex-direction: column;
}
.lp_winter_2024 .form__body .form__container .form__traial--title {
  position: relative;
  font-size: 34px;
  font-weight: 700;
  margin-left: 50px;
  margin-bottom: 40px;
}
.lp_winter_2024 .form__body .form__container .form__traial--title::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  left: -55px;
  background-color: rgb(25, 115, 193);
  border-radius: 13px;
}
.lp_winter_2024 .form__body .form__container .form__traial .form_container .form_child_information .input_box {
  display: flex;
  width: 100%;
}
.lp_winter_2024 .form__body .form__container .form__traial .form_container .form_child_information .input_box .input_label {
  width: 200px;
  align-self: center;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.lp_winter_2024 .form__body .form__container .form__traial .form_container .form_child_information .input_box .input_label::before {
  position: absolute;
  content: "必須";
  top: -16px;
  left: 0;
  color: rgb(25, 115, 193);
  font-size: 12px;
  font-weight: 400;
}
.lp_winter_2024 .form__body .form__container .form__traial .form_container .form_child_information .input_box > input {
  width: 100%;
  height: 40px;
  background-color: rgba(210, 210, 213, 0.7);
  padding: 10px;
  font-size: 20px;
  border-radius: 12px;
  outline: none;
  border: none;
  caret-color: rgba(209, 177, 20, 0.9);
  transition: 0.4s;
  border: 4px solid #fff;
}
.lp_winter_2024 .form__body .form__container .form__traial .form_container .form_child_information .input_box > input:focus {
  border: 4px solid rgb(25, 115, 193);
}
.lp_winter_2024 .form__body .form__container .form__traial .form_container .form_child_information .input_box > select {
  width: 103%;
  background-color: rgba(210, 210, 213, 0.7);
  padding: 0;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 20px;
  border-radius: 12px;
  outline: none;
  border: none;
  caret-color: rgba(209, 177, 20, 0.9);
  transition: 0.4s;
  border: 4px solid #fff;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 40px auto;
  /* 画像のサイズ（幅 高さ）*/
  background-position: right 12px center;
  /* 画像の位置 */
}
.lp_winter_2024 .form__body .form__container .form__traial .form_container .form_child_information .input_box > select:focus {
  background-color: rgb(210, 210, 213);
  border: 4px solid rgb(25, 115, 193);
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box {
  display: flex;
  width: 100%;
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box .input_label {
  width: 200px;
  align-self: center;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  display: flex;
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box .input_label::before {
  position: absolute;
  content: "必須";
  top: -16px;
  left: 0;
  color: rgb(25, 115, 193);
  font-size: 12px;
  font-weight: 400;
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box .input_label.is_not_required::before {
  content: "";
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box .input_label.people_num_caption::after {
  position: absolute;
  content: "＊保護者を含む合計人数";
  top: 100%;
  left: 0;
  color: red;
  font-size: 8px;
  font-weight: 400;
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box .input_label.friend_name_caption::before {
  content: "";
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box .input_label.friend_name_caption::after {
  position: absolute;
  content: "＊友人紹介をされる場合のみ";
  top: 100%;
  left: 0;
  color: red;
  font-size: 8px;
  font-weight: 400;
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box > input {
  width: 100%;
  height: 40px;
  background-color: rgba(210, 210, 213, 0.7);
  padding: 10px;
  font-size: 20px;
  border-radius: 12px;
  outline: none;
  border: none;
  caret-color: rgba(209, 177, 20, 0.9);
  border: 4px solid #fff;
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box > input:not(:placeholder-shown) {
  background-color: rgba(210, 210, 213, 0.7);
  /* 入力済みの背景色 */
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box > input:focus {
  background-color: rgb(210, 210, 213);
  border: 4px solid rgb(25, 115, 193);
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box > select {
  width: 103%;
  background-color: rgba(210, 210, 213, 0.7) !important;
  padding: 0px;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 20px;
  border-radius: 12px;
  outline: none;
  border: none;
  caret-color: rgba(209, 177, 20, 0.9);
  border: 4px solid #fff;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 40px auto;
  /* 画像のサイズ（幅 高さ）*/
  background-position: right 12px center;
  /* 画像の位置 */
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box > select:focus {
  background-color: rgb(210, 210, 213);
  border: 4px solid rgb(25, 115, 193);
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box.input_checkbox {
  display: flex;
  align-items: center;
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box.input_checkbox > input {
  width: 30px;
  height: 30px;
  margin-left: 0;
  accent-color: rgb(25, 115, 193);
  border-color: rgb(113, 119, 130);
  border-width: 20px;
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box.input_checkbox > label {
  font-size: 20px;
  width: 100%;
  margin-left: 20px;
  margin-bottom: 0;
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box.input_checkbox > label::before {
  content: "";
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box.input_checkbox > label::after {
  content: "";
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box#extra_input {
  display: flex;
  flex-direction: column;
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box#extra_input .input_label {
  margin-bottom: 10px;
  align-self: flex-start;
  font-size: 20px;
  width: auto;
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box#extra_input .input_label::before {
  content: "";
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box#extra_input .input_label::after {
  content: "";
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box#extra_input > textarea {
  width: auto;
  height: 75px;
  background-color: rgba(210, 210, 213, 0.7);
  padding: 15px;
  font-size: 20px;
  border-radius: 12px;
  outline: none;
  border: none;
  caret-color: rgba(209, 177, 20, 0.9);
  border: 4px solid #fff;
}
.lp_winter_2024 .form__body .form__container .form__traial .input_box#extra_input > textarea:focus {
  background-color: rgb(210, 210, 213);
  border: 4px solid rgb(25, 115, 193);
}
.lp_winter_2024 .form__body .form__container .form__traial .container__button {
  margin: 30px auto;
  width: 100%;
  justify-content: center;
}
.lp_winter_2024 .form__body .form__container .form__traial .container__button button {
  height: 37px;
  display: flex;
  background-color: rgb(25, 115, 193);
  border-radius: 20px;
  width: 100%;
  border: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 50px;
}
.lp_winter_2024 .form__body .form__container .form__traial .container__button button > img {
  width: 24px;
  height: 24px;
  line-height: 30px;
}
.lp_winter_2024 .form__body .form__container .form__traial .container__button button > div {
  color: white;
  font-size: 22px;
  margin-left: 10px;
}
.lp_winter_2024 .form__body .form__container .form__event {
  width: 80%;
  margin: auto;
  margin-top: 100px;
  display: none;
  flex-direction: column;
}
.lp_winter_2024 .form__body .form__container .form__event--title {
  position: relative;
  font-size: 34px;
  font-weight: 700;
  margin-left: 55px;
  margin-bottom: 20px;
}
.lp_winter_2024 .form__body .form__container .form__event--title::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  top: 4px;
  left: -55px;
  background-color: rgb(25, 115, 193);
  border-radius: 13px;
}
.lp_winter_2024 .form__body .form__container .form__event--body .container {
  display: flex;
}
.lp_winter_2024 .form__body .form__container .form__event--body .container > label {
  width: 200px;
  align-self: center;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.lp_winter_2024 .form__body .form__container .form__event--body .container > label::before {
  position: absolute;
  content: "必須";
  top: -16px;
  left: 0;
  color: rgb(25, 115, 193);
  font-size: 12px;
  font-weight: 400;
}
.lp_winter_2024 .form__body .form__container .form__event--body .container > input {
  width: 500px;
  margin: 15px;
  background-color: rgba(210, 210, 213, 0.7);
  padding: 15px;
  font-size: 20px;
  border-radius: 12px;
  outline: none;
  border: none;
  caret-color: rgba(209, 177, 20, 0.9);
  transition: 0.4s;
  border: 4px solid #fff;
}
.lp_winter_2024 .form__body .form__container .form__event--body .container > input:hover {
  background-color: rgb(210, 210, 213);
  border: 4px solid rgb(25, 115, 193);
}
.lp_winter_2024 .form__body .form__container .form__event--body .container > select {
  width: 100%;
  margin: 15px;
  background-color: rgba(210, 210, 213, 0.7);
  padding: 15px;
  font-size: 20px;
  border-radius: 12px;
  outline: none;
  border: none;
  caret-color: rgba(209, 177, 20, 0.9);
  transition: 0.4s;
  border: 4px solid #fff;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 24px auto;
  /* 画像のサイズ（幅 高さ）*/
  background-position: right 12px center;
  margin: 15px 0 15px 15px;
  transition: 0.5s;
  padding-right: 40px;
  /* 画像の位置 */
}
.lp_winter_2024 .form__body .form__container .form__event--body .container > select:hover {
  background-color: rgb(210, 210, 213);
  border: 4px solid rgb(25, 115, 193);
}
.lp_winter_2024 .form__body .form__container .form__event--body .container__button {
  margin: 30px auto;
  width: 100%;
  justify-content: center;
}
.lp_winter_2024 .form__body .form__container .form__event--body .container__button button {
  cursor: pointer;
  height: 37px;
  display: flex;
  background-color: rgb(25, 115, 193);
  border-radius: 20px;
  width: 100%;
  border: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 50px;
}
.lp_winter_2024 .form__body .form__container .form__event--body .container__button button > img {
  width: 24px;
  height: 24px;
  line-height: 30px;
}
.lp_winter_2024 .form__body .form__container .form__event--body .container__button button > div {
  color: white;
  font-size: 22px;
  margin-left: 10px;
}
.lp_winter_2024 .form__body .form__container .form__event--count--container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp_winter_2024 .form__body .form__container .form__event--count--container .table__content {
  display: flex;
}
.lp_winter_2024 .form__body .form__container .form__event--count--container .table__content--red {
  color: #F22B2B;
}
.lp_winter_2024 .form__body .form__container .form__event--count--container .table__content > div {
  font-weight: 700;
  font-size: 20px;
}
.lp_winter_2024 .form__body .form__container .form__event--count--container .table__content--price {
  margin: auto 20px auto auto;
}
.lp_winter_2024 .form__body .form__container .form__event--count--container > hr {
  border-top-width: 2px !important;
}
.lp_winter_2024 .form__body .form__container .form__event--add-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(210, 228, 255);
  height: 50px;
  border-radius: 20px;
  margin-top: 20px;
  transition: 0.5s;
  margin-bottom: 60px;
}
.lp_winter_2024 .form__body .form__container .form__event--add-btn:hover {
  background-color: rgb(161, 201, 255);
}

@media (max-width: 1023px) {
  .lp_winter_2024 .form {
    width: 100%;
    margin: 100px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .lp_winter_2024 .form__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 159px;
    border-radius: 97px 97px 0 0;
    width: 100%;
    background-color: #1973c1;
  }
  .lp_winter_2024 .form__title div {
    color: white;
  }
  .lp_winter_2024 .form__title--header {
    font-size: 13px;
  }
  .lp_winter_2024 .form__title--body {
    font-size: 20px;
  }
  .lp_winter_2024 .form__title--shadow {
    font-size: 39px;
    color: rgba(161, 201, 255, 0.2) !important;
    font-family: Video;
    font-weight: 700;
    position: absolute;
    bottom: 27px;
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
  }
  .lp_winter_2024 .form__body {
    width: 100%;
    background-color: rgb(25, 115, 193);
    box-sizing: border-box;
  }
  .lp_winter_2024 .form__body--tab {
    display: flex;
    width: 100%;
    background-color: rgb(25, 115, 193);
    justify-content: center;
  }
  .lp_winter_2024 .form__body--tab > div {
    font-size: 16px;
    font-weight: 700;
    width: 45vw;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px 18px 0 0;
    transform: translateY(5px);
    padding: 20px 0 0 0;
  }
  .lp_winter_2024 .form__body--tab--traial {
    position: relative;
  }
  .lp_winter_2024 .form__body--tab--traial::before {
    content: "\\ どの講座か迷ってる君はこっち！/";
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 8px;
    width: max-content;
  }
  .lp_winter_2024 .form__body--tab--traial::after {
    content: "";
    width: calc(100% + 10px);
    height: 5px;
    top: 100%;
    left: 0;
    background-color: rgb(254, 255, 199);
    position: absolute;
  }
  .lp_winter_2024 .form__body--tab--traial.active {
    border: 5px solid rgb(126, 238, 62);
    background-color: white;
    color: black;
    border-bottom: none;
  }
  .lp_winter_2024 .form__body--tab--traial.active::after {
    content: "";
    width: calc(100% + 10px);
    height: 5px;
    top: 100%;
    left: 0;
    background-color: white;
    position: absolute;
  }
  .lp_winter_2024 .form__body--tab--event {
    position: relative;
  }
  .lp_winter_2024 .form__body--tab--event::before {
    content: "\\ 受ける講座を決めた君はこっち！/";
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 9px;
    width: max-content;
  }
  .lp_winter_2024 .form__body--tab--event::after {
    content: "";
    width: calc(100% + 10px);
    height: 5px;
    top: 100%;
    left: -10px;
    background-color: rgb(126, 238, 62);
    position: absolute;
  }
  .lp_winter_2024 .form__body--tab--event.active {
    border: 5px solid rgb(254, 255, 199);
    background-color: white;
    color: black;
    border-bottom-color: white;
    border-bottom: none;
  }
  .lp_winter_2024 .form__body--tab--event.active::after {
    content: "";
    width: 100%;
    height: 5px;
    top: 100%;
    left: 0;
    background-color: white;
    position: absolute;
  }
  .lp_winter_2024 .form__body .form__container {
    width: calc(90vw + 10px);
    margin: auto;
    background-color: white;
    border-top: none;
    padding: 30px auto;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 50px 50px;
  }
  .lp_winter_2024 .form__body .form__container.active-traial {
    border: 5px solid #7eee3e;
    border-top-width: 0;
  }
  .lp_winter_2024 .form__body .form__container.active-event {
    border: 5px solid #feffc7;
    border-top-width: 0;
  }
  .lp_winter_2024 .form__body .form__container .form__friend-intro {
    display: flex;
    width: 91%;
    border: 3px solid #1973c1;
    border-radius: 14px;
    margin: 30px auto;
    overflow: hidden;
    position: relative;
    justify-content: space-around;
    margin-top: 60px;
    margin-bottom: 10px;
  }
  .lp_winter_2024 .form__body .form__container .form__friend-intro .detail {
    font-size: 15px;
    text-align: center;
    width: 70%;
    height: max-content;
    align-self: center;
  }
  .lp_winter_2024 .form__body .form__container .form__friend-intro .detail span {
    color: red;
  }
  .lp_winter_2024 .form__body .form__container .form__friend-intro .image {
    margin-right: -10px;
  }
  .lp_winter_2024 .form__body .form__container .form__friend-intro .image img {
    height: 98px;
    border-radius: 0 14px 14px 0;
    transform: translateX(1px);
  }
  .lp_winter_2024 .form__body .form__container .form__container--footnote {
    display: flex;
    justify-content: center;
    width: 90%;
    font-size: 12px;
    margin: auto;
  }
  .lp_winter_2024 .form__body .form__container .form__traial {
    display: flex;
    width: 90%;
    margin: auto;
    margin-top: 37px;
    flex-direction: column;
  }
  .lp_winter_2024 .form__body .form__container .form__traial--title {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    margin-left: 46px;
    margin-bottom: 40px;
  }
  .lp_winter_2024 .form__body .form__container .form__traial--title::before {
    content: "";
    position: absolute;
    width: 33px;
    height: 33px;
    top: 3px;
    left: -42px;
    background-color: #1973c1;
    border-radius: 13px;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .form_container .form_child_information .input_box {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .form_container .form_child_information .input_box .input_label {
    width: 124px;
    align-self: flex-start;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin-left: 18px;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .form_container .form_child_information .input_box .input_label::before {
    position: absolute;
    content: "必須";
    top: -16px;
    left: 0;
    color: rgb(25, 115, 193);
    font-size: 12px;
    font-weight: 400;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .form_container .form_child_information .input_box > input {
    width: 94%;
    height: 30px;
    background-color: rgba(210, 210, 213, 0.7);
    padding: 10px;
    font-size: 20px;
    border-radius: 12px;
    outline: none;
    border: none;
    caret-color: rgba(209, 177, 20, 0.9);
    transition: 0.4s;
    border: 4px solid #fff;
    font-size: 15px;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .form_container .form_child_information .input_box > input:focus {
    border: 4px solid rgb(25, 115, 193);
  }
  .lp_winter_2024 .form__body .form__container .form__traial .form_container .form_child_information .input_box > select {
    width: 96%;
    background-color: rgba(210, 210, 213, 0.7);
    padding: 0;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 15px;
    border-radius: 12px;
    outline: none;
    border: none;
    caret-color: rgba(209, 177, 20, 0.9);
    transition: 0.4s;
    border: 4px solid #fff;
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 27px auto;
    /* 画像のサイズ（幅 高さ）*/
    background-position: right 6px center;
    /* 画像の位置 */
  }
  .lp_winter_2024 .form__body .form__container .form__traial .form_container .form_child_information .input_box > select:focus {
    background-color: rgb(210, 210, 213);
    border: 4px solid rgb(25, 115, 193);
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box .input_label {
    width: 124px;
    align-self: flex-start;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    display: flex;
    margin-left: 7px;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box .input_label::before {
    position: absolute;
    content: "必須";
    top: -16px;
    left: 0;
    color: rgb(25, 115, 193);
    font-size: 12px;
    font-weight: 400;
    width: 62px;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box .input_label.is_not_required::before {
    content: "";
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box .input_label.people_num_caption::after {
    position: absolute;
    content: "＊保護者を含む合計人数";
    top: 100%;
    left: 0;
    color: red;
    font-size: 8px;
    font-weight: 400;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box .input_label.friend_name_caption::before {
    content: "";
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box .input_label.friend_name_caption::after {
    position: absolute;
    content: "＊友人紹介をされる場合のみ";
    top: 100%;
    left: 0;
    color: red;
    font-size: 8px;
    font-weight: 400;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box > input {
    width: 95%;
    height: 30px;
    background-color: rgba(210, 210, 213, 0.7);
    padding: 10px;
    font-size: 15px;
    border-radius: 12px;
    outline: none;
    border: none;
    caret-color: rgba(209, 177, 20, 0.9);
    border: 4px solid #fff;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box > input:focus {
    background-color: rgb(210, 210, 213);
    border: 4px solid rgb(25, 115, 193);
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box > select {
    width: 97%;
    height: 50px;
    background-color: rgba(210, 210, 213, 0.7) !important;
    padding: 0px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 20px;
    border-radius: 12px;
    outline: none;
    border: none;
    caret-color: rgba(209, 177, 20, 0.9);
    border: 4px solid #fff;
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 27px auto;
    /* 画像のサイズ（幅 高さ）*/
    background-position: right 6px center;
    font-size: 15px;
    /* 画像の位置 */
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box > select:focus {
    background-color: rgb(210, 210, 213);
    border: 4px solid rgb(25, 115, 193);
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box.input_checkbox {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box.input_checkbox > input {
    width: 15px;
    height: 15px;
    margin-left: 0;
    accent-color: rgb(25, 115, 193);
    border-color: rgb(113, 119, 130);
    border-width: 10px;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box.input_checkbox > label {
    font-size: 15px;
    width: 100%;
    margin-left: 14px;
    margin-bottom: 0;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box.input_checkbox > label::before {
    content: "";
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box.input_checkbox > label::after {
    content: "";
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box#extra_input {
    display: flex;
    flex-direction: column;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box#extra_input .input_label {
    margin-bottom: 10px;
    align-self: flex-start;
    font-size: 15px;
    width: auto;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box#extra_input .input_label::before {
    content: "";
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box#extra_input .input_label::after {
    content: "";
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box#extra_input > textarea {
    width: auto;
    height: 75px;
    background-color: rgba(210, 210, 213, 0.7);
    padding: 15px;
    font-size: 20px;
    border-radius: 12px;
    outline: none;
    border: none;
    caret-color: rgba(209, 177, 20, 0.9);
    border: 4px solid #fff;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .input_box#extra_input > textarea:focus {
    background-color: rgb(210, 210, 213);
    border: 4px solid rgb(25, 115, 193);
  }
  .lp_winter_2024 .form__body .form__container .form__traial .container__button {
    margin: 30px auto;
    width: 100%;
    justify-content: center;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .container__button button {
    height: 18px;
    display: flex;
    background-color: rgb(25, 115, 193);
    border-radius: 11px;
    width: 100%;
    border: none;
    justify-content: center;
    align-items: center;
    margin-top: -13px;
    margin-bottom: 16px;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .container__button button > img {
    width: 14px;
    height: auto;
    line-height: 30px;
  }
  .lp_winter_2024 .form__body .form__container .form__traial .container__button button > div {
    color: white;
    font-size: 17px;
    margin-left: 10px;
  }
  .lp_winter_2024 .form__body .form__container .form__event {
    width: 90%;
    margin: auto;
    margin-top: 28px;
    display: none;
    flex-direction: column;
  }
  .lp_winter_2024 .form__body .form__container .form__event--title {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    margin-left: 46px;
    margin-bottom: 30px;
  }
  .lp_winter_2024 .form__body .form__container .form__event--title::before {
    content: "";
    position: absolute;
    width: 33px;
    height: 33px;
    top: 3px;
    left: -42px;
    background-color: #1973c1;
    border-radius: 13px;
  }
  .lp_winter_2024 .form__body .form__container .form__event--body .container {
    flex-direction: column;
    display: flex;
  }
  .lp_winter_2024 .form__body .form__container .form__event--body .container > label {
    width: 84%;
    align-self: flex-start;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    margin-left: 10px;
  }
  .lp_winter_2024 .form__body .form__container .form__event--body .container > label::before {
    position: absolute;
    content: "必須";
    top: -16px;
    left: 0;
    color: rgb(25, 115, 193);
    font-size: 12px;
    font-weight: 400;
  }
  .lp_winter_2024 .form__body .form__container .form__event--body .container > input {
    width: 500px;
    margin: 15px;
    background-color: rgba(210, 210, 213, 0.7);
    padding: 15px;
    font-size: 15px;
    border-radius: 12px;
    outline: none;
    border: none;
    caret-color: rgba(209, 177, 20, 0.9);
    transition: 0.4s;
    border: 4px solid #fff;
    margin-left: 10px;
  }
  .lp_winter_2024 .form__body .form__container .form__event--body .container > input:hover {
    background-color: rgb(210, 210, 213);
    border: 4px solid rgb(25, 115, 193);
  }
  .lp_winter_2024 .form__body .form__container .form__event--body .container > select {
    width: 83%;
    margin: 15px;
    background-color: rgba(210, 210, 213, 0.7);
    padding: 13px;
    font-size: 15px;
    border-radius: 12px;
    outline: none;
    border: none;
    caret-color: rgba(209, 177, 20, 0.9);
    transition: 0.4s;
    border: 4px solid #fff;
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 18px auto;
    /* 画像のサイズ（幅 高さ）*/
    background-position: right 10px center;
    margin: 15px 0 15px 15px;
    transition: 0.5s;
    padding-right: 40px;
    margin: 15px 0;
    height: 22px;
    /* 画像の位置 */
  }
  .lp_winter_2024 .form__body .form__container .form__event--body .container > select:hover {
    background-color: rgb(210, 210, 213);
    border: 4px solid rgb(25, 115, 193);
  }
  .lp_winter_2024 .form__body .form__container .form__event--body .container__button {
    margin: 30px auto;
    width: 100%;
    justify-content: center;
  }
  .lp_winter_2024 .form__body .form__container .form__event--body .container__button button {
    height: 20px;
    display: flex;
    background-color: rgb(25, 115, 193);
    border-radius: 13px;
    width: 100%;
    border: none;
    justify-content: center;
    align-items: center;
    margin-top: -3px;
    margin-bottom: 9px;
  }
  .lp_winter_2024 .form__body .form__container .form__event--body .container__button button > img {
    width: 19px;
    height: 19px;
    line-height: 30px;
  }
  .lp_winter_2024 .form__body .form__container .form__event--body .container__button button > div {
    color: white;
    font-size: 18px;
    margin-left: 10px;
  }
  .lp_winter_2024 .form__body .form__container .form__event--count--container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .lp_winter_2024 .form__body .form__container .form__event--count--container .table__content {
    display: flex;
  }
  .lp_winter_2024 .form__body .form__container .form__event--count--container .table__content--red {
    color: #F22B2B;
  }
  .lp_winter_2024 .form__body .form__container .form__event--count--container .table__content > div {
    font-weight: 700;
    font-size: 17px;
  }
  .lp_winter_2024 .form__body .form__container .form__event--count--container .table__content--price {
    margin: auto 20px auto auto;
  }
  .lp_winter_2024 .form__body .form__container .form__event--count--container > hr {
    border-top-width: 2px !important;
  }
  .lp_winter_2024 .form__body .form__container .form__event--add-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(210, 228, 255);
    height: 39px;
    border-radius: 20px;
    margin-top: 20px;
    transition: 0.5s;
    margin-bottom: 60px;
  }
  .lp_winter_2024 .form__body .form__container .form__event--add-btn:hover {
    background-color: rgb(161, 201, 255);
  }
}
.lp_winter_2024 .mask_display {
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  background-color: rgba(97, 109, 139, 0.6);
  position: fixed;
  z-index: 11;
}
.lp_winter_2024 .menubar {
  width: 0;
  margin-right: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 15;
  background-color: rgb(248, 249, 255);
  height: 100vh;
  margin-top: 0;
  border-radius: 120px 0 0 120px;
  transition: 0.4s;
}
.lp_winter_2024 .menubar__close-btn {
  cursor: pointer;
  width: 200px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20%;
  margin-left: auto;
  margin: 40px 7% 20px auto;
  background-color: rgb(126, 238, 62);
  border-radius: 23px;
}
.lp_winter_2024 .menubar__close-btn > span {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-right: 2px;
}
.lp_winter_2024 .menubar__close-btn > div {
  position: relative;
  display: flex;
}
.lp_winter_2024 .menubar__close-btn > div > .front {
  font-size: 14px;
  font-weight: 700;
  transition: 0.5s;
}
.lp_winter_2024 .menubar__close-btn > div > .back {
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(50%);
}
.lp_winter_2024 .menubar__close-btn:hover > div > .front {
  position: absolute;
  opacity: 0;
  transform: translateY(-50%);
}
.lp_winter_2024 .menubar__close-btn:hover > div > .back {
  position: relative;
  opacity: 1;
  transform: translateY(0%);
}
.lp_winter_2024 .menubar__body {
  display: flex;
  justify-content: space-around;
}
.lp_winter_2024 .menubar__body--left {
  margin-left: 50px;
}
.lp_winter_2024 .menubar__body--right {
  margin-left: 50px;
}
.lp_winter_2024 .menubar__body--right .item__title {
  width: 260px !important;
}
.lp_winter_2024 .menubar__body .item {
  display: flex;
  flex-direction: row;
  width: max-content;
  margin-bottom: 30px;
}
.lp_winter_2024 .menubar__body .item__title {
  position: relative;
  width: 350px;
  opacity: 0;
  transition: 0.4s;
  font-size: 20px;
}
.lp_winter_2024 .menubar__body .item__title--en {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 70px;
}
.lp_winter_2024 .menubar__body .item__title--en > .front {
  position: absolute;
  z-index: 1;
  display: block;
  font-size: 50px;
  font-weight: 700;
  top: 0;
  transition: 0.5s;
}
.lp_winter_2024 .menubar__body .item__title--en > .front > span {
  color: rgb(25, 115, 193);
}
.lp_winter_2024 .menubar__body .item__title--en > .back {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: block;
  font-size: 50px;
  font-weight: 700;
  opacity: 0;
  transition: 0.5s;
}
.lp_winter_2024 .menubar__body .item__title--en > .back > span {
  color: rgb(25, 115, 193);
}
.lp_winter_2024 .menubar__body .item__title--ja {
  font-weight: 700;
  font-size: 20px;
  transition: 0.5s;
}
.lp_winter_2024 .menubar__body .item > span {
  font-size: 56px;
  margin-left: 10px;
  margin-top: 15px;
  transition: 0.5s;
}
.lp_winter_2024 .menubar__body .item:hover .item__title--en > .front {
  opacity: 0;
  top: -50%;
}
.lp_winter_2024 .menubar__body .item:hover .item__title--en > .back {
  color: rgb(25, 115, 193);
  opacity: 1;
  top: 0%;
}
.lp_winter_2024 .menubar__body .item:hover .item__title--ja {
  color: rgb(25, 115, 193);
}
.lp_winter_2024 .menubar__body .item:hover .material-symbols-outlined {
  color: rgb(25, 115, 193);
}
.lp_winter_2024 .menubar__footer {
  display: flex;
  justify-content: space-between;
  margin-left: 76px;
  margin-bottom: 80px;
  margin: auto;
  width: 80%;
}
.lp_winter_2024 .menubar__footer--item {
  display: flex;
}
.lp_winter_2024 .menubar__footer--item > h2 {
  margin: 0 auto;
  font-size: 26px;
  font-weight: 700;
  margin-right: 15px;
}
.lp_winter_2024 .menubar__footer--item > img {
  width: 26px;
  height: 26px;
  margin-top: 6px;
}

@media (max-width: 1023px) {
  .lp_winter_2024 .mask_display {
    width: 100%;
    height: 0%;
    bottom: 0;
    left: 0;
    background-color: rgba(97, 109, 139, 0.6);
    position: fixed;
    z-index: 10;
  }
  .lp_winter_2024 .menubar {
    width: 90vw;
    overflow: hidden;
    margin-right: 0;
    right: 5vw;
    bottom: 0%;
    position: fixed;
    z-index: 15;
    background-color: rgb(248, 249, 255);
    height: 0;
    margin-top: 0;
    border-radius: 12px;
    transition: 0.4s;
  }
  .lp_winter_2024 .menubar__close-btn {
    width: 154px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20%;
    margin-left: auto;
    margin: 20px 7% 10px auto;
    background-color: rgb(25, 115, 193);
    border-radius: 23px;
  }
  .lp_winter_2024 .menubar__close-btn > span {
    font-size: 19px;
    font-weight: 700;
    display: block;
    margin-right: 2px;
    color: white;
  }
  .lp_winter_2024 .menubar__close-btn > div {
    position: relative;
    display: flex;
    color: white;
  }
  .lp_winter_2024 .menubar__close-btn > div > .front {
    font-size: 14px;
    font-weight: 700;
    transition: 0.5s;
  }
  .lp_winter_2024 .menubar__close-btn > div > .back {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    opacity: 0;
    transition: 0.5s;
    transform: translateY(50%);
  }
  .lp_winter_2024 .menubar__close-btn:hover > div > .front {
    position: absolute;
    opacity: 0;
    transform: translateY(-50%);
  }
  .lp_winter_2024 .menubar__close-btn:hover > div > .back {
    position: relative;
    opacity: 1;
    transform: translateY(0%);
  }
  .lp_winter_2024 .menubar__body {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  .lp_winter_2024 .menubar__body--left {
    margin-left: 50px;
  }
  .lp_winter_2024 .menubar__body--right {
    margin-left: 50px;
  }
  .lp_winter_2024 .menubar__body--right .item__title {
    width: 194px !important;
  }
  .lp_winter_2024 .menubar__body .item {
    display: flex;
    flex-direction: row;
    width: max-content;
    margin-bottom: -7px;
  }
  .lp_winter_2024 .menubar__body .item__title {
    position: relative;
    width: 194px;
    opacity: 0;
    transition: 0.4s;
    font-size: 20px;
  }
  .lp_winter_2024 .menubar__body .item__title--en {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 41px;
  }
  .lp_winter_2024 .menubar__body .item__title--en > .front {
    position: absolute;
    z-index: 1;
    display: block;
    font-size: 30px;
    font-weight: 700;
    top: 0;
    transition: 0.5s;
  }
  .lp_winter_2024 .menubar__body .item__title--en > .front > span {
    color: rgb(25, 115, 193);
  }
  .lp_winter_2024 .menubar__body .item__title--en > .back {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: block;
    font-size: 30px;
    font-weight: 700;
    opacity: 0;
    transition: 0.5s;
  }
  .lp_winter_2024 .menubar__body .item__title--en > .back > span {
    color: rgb(25, 115, 193);
  }
  .lp_winter_2024 .menubar__body .item__title--ja {
    font-weight: 700;
    font-size: 14px;
    transition: 0.5s;
  }
  .lp_winter_2024 .menubar__body .item > span {
    font-size: 56px;
    margin-left: 10px;
    margin-top: 5px;
    transition: 0.5s;
    margin-bottom: 7px;
  }
  .lp_winter_2024 .menubar__body .item:hover .item__title--en > .front {
    opacity: 0;
    top: -50%;
  }
  .lp_winter_2024 .menubar__body .item:hover .item__title--en > .back {
    color: rgb(25, 115, 193);
    opacity: 1;
    top: 0%;
  }
  .lp_winter_2024 .menubar__body .item:hover .item__title--ja {
    color: rgb(25, 115, 193);
  }
  .lp_winter_2024 .menubar__body .item:hover .material-symbols-outlined {
    color: rgb(25, 115, 193);
  }
  .lp_winter_2024 .menubar__footer {
    display: flex;
    justify-content: space-between;
    margin-left: 51px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 80%;
    flex-direction: column;
    align-items: flex-start;
  }
  .lp_winter_2024 .menubar__footer--item {
    display: flex;
  }
  .lp_winter_2024 .menubar__footer--item > h2 {
    margin: 0 auto;
    font-size: 15px;
    font-weight: 700;
    margin-right: 15px;
  }
  .lp_winter_2024 .menubar__footer--item > img {
    width: 15px;
    height: 15px;
    margin-top: 4px;
  }
}
.lp_winter_2024 .footer {
  height: max-content;
  background-color: rgb(25, 115, 193);
  display: flex;
  justify-content: space-between;
}
.lp_winter_2024 .footer__top--blue-back {
  width: 100%;
  height: 100px;
  background-color: rgb(25, 115, 193);
}
.lp_winter_2024 .footer--left {
  margin-top: 50px;
  margin-left: 60px;
}
.lp_winter_2024 .footer--left > img {
  width: 258px;
  height: 103px;
  margin-bottom: 20px;
}
.lp_winter_2024 .footer--left__tel {
  color: white;
  display: block;
}
.lp_winter_2024 .footer--left__tel a {
  color: white;
}
.lp_winter_2024 .footer--left__mail {
  color: white !important;
  display: block;
}
.lp_winter_2024 .footer--left .link__container {
  margin: 40px auto 20px 0;
  display: flex;
}
.lp_winter_2024 .footer--left .link__container--item {
  display: flex;
  align-items: center;
}
.lp_winter_2024 .footer--left .link__container--item:nth-child(n+2) {
  margin-left: 40px;
}
.lp_winter_2024 .footer--left .link__container--item__name {
  color: white;
  margin-right: 5px;
}
.lp_winter_2024 .footer--left .link__container--item > img {
  display: block;
  width: 16px;
  height: 16px;
}
.lp_winter_2024 .footer--right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-right: 60px;
  margin-bottom: 10px;
}
.lp_winter_2024 .footer--right > a {
  display: block;
}
.lp_winter_2024 .footer--right > a > img {
  width: 82px;
  height: 82px;
}

@media (max-width: 1023px) {
  .lp_winter_2024 .footer {
    height: max-content;
    background-color: #1973c1;
    display: flex;
    padding-bottom: 40px;
    justify-content: space-between;
  }
  .lp_winter_2024 .footer__top--blue-back {
    width: 100%;
    height: 100px;
    background-color: rgb(25, 115, 193);
    margin: -1px auto;
  }
  .lp_winter_2024 .footer--left {
    margin-top: 50px;
    margin-left: 25px;
  }
  .lp_winter_2024 .footer--left > img {
    width: auto;
    height: 77px;
    margin-bottom: 20px;
  }
  .lp_winter_2024 .footer--left__tel {
    color: white;
  }
  .lp_winter_2024 .footer--left__mail {
    color: white;
  }
  .lp_winter_2024 .footer--left .link__container {
    margin: 40px auto 20px 0;
    display: flex;
    flex-direction: column;
  }
  .lp_winter_2024 .footer--left .link__container--item {
    display: flex;
    align-items: center;
    margin-left: -1px;
  }
  .lp_winter_2024 .footer--left .link__container--item:nth-child(n+2) {
    margin-left: -1px;
  }
  .lp_winter_2024 .footer--left .link__container--item__name {
    color: white;
    margin-right: 5px;
  }
  .lp_winter_2024 .footer--left .link__container--item > img {
    display: block;
    width: 16px;
    height: 16px;
  }
  .lp_winter_2024 .footer--right {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-right: 25px;
    margin-bottom: 18px;
  }
  .lp_winter_2024 .footer--right > a {
    display: block;
  }
  .lp_winter_2024 .footer--right > a > img {
    width: 67px;
    height: 67px;
  }
}
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(-10%, 0);
  }
  15% {
    transform: scale(0.9, 0.98) translate(-10%, 0%);
  }
  30% {
    transform: scale(1.3, 0.94) translate(0%, 0%);
  }
  50% {
    transform: scale(0.8, 1.02) translate(-20%, 0%);
  }
  70% {
    transform: scale(1.1, 0.98) translate(-10%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(-10%, 0);
  }
}
@keyframes poyon-mobile {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.95, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.05, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.95, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.05, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.lp_winter_2024 .event_mapbar {
  height: 100vh;
  position: fixed;
  z-index: 8;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  transition: 0.5s;
  transform: translateX(-170px);
}
.lp_winter_2024 .event_mapbar__body {
  height: 100%;
  background-color: rgb(248, 249, 255);
  display: flex;
  flex-direction: column;
  gap: 2%;
  width: 170px;
  align-items: center;
  border-radius: 0 0 20px 0;
}
.lp_winter_2024 .event_mapbar__body .event_container {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 66%;
}
.lp_winter_2024 .event_mapbar__body .event_container .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  height: 100%;
  transition: 0.5s;
}
.lp_winter_2024 .event_mapbar__body .event_container-1 {
  margin-top: 10px;
}
.lp_winter_2024 .event_mapbar__body .event_container-1 .item {
  background-color: rgba(152, 249, 96, 0.62);
  color: rgb(30, 78, 0);
}
.lp_winter_2024 .event_mapbar__body .event_container-1 .item:hover {
  background-color: rgba(137, 203, 98, 0.62);
}
.lp_winter_2024 .event_mapbar__body .event_container-2 .item {
  background-color: rgb(254, 255, 199);
  color: rgb(64, 65, 0);
}
.lp_winter_2024 .event_mapbar__body .event_container-2 .item:hover {
  background-color: rgb(213, 213, 171);
}
.lp_winter_2024 .event_mapbar__body .event_container-3 .item {
  background-color: rgb(210, 228, 255);
  color: rgb(50, 0, 70);
}
.lp_winter_2024 .event_mapbar__body .event_container-3 .item:hover {
  background-color: rgb(167, 186, 214);
}
.lp_winter_2024 .event_mapbar__stickynote {
  writing-mode: vertical-rl;
  background-color: rgb(248, 249, 255);
  height: max-content;
  padding: 24px 15px 38px 15px;
  letter-spacing: 5.1px;
  border-radius: 0 10px 10px 0;
  position: relative;
  cursor: grab;
}
.lp_winter_2024 .event_mapbar__stickynote::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: black;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  top: 85%;
  left: 38%;
  transition: 0.5s;
}
.lp_winter_2024 .event_mapbar__stickynote.active::after {
  transform: rotate(63deg);
}
.lp_winter_2024 .event_mapbar__stickynote.animate {
  animation: poyon 1.2s infinite;
}
.lp_winter_2024 .event_mapbar-mobile {
  display: none;
}

@media (max-width: 1023px) {
  .lp_winter_2024 .event_mapbar__stickynote {
    display: none;
  }
  .lp_winter_2024 .event_mapbar-mobile {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    transition: 0.5s;
  }
  .lp_winter_2024 .event_mapbar-mobile.hidden {
    transform: translateY(72%);
  }
  .lp_winter_2024 .event_mapbar-mobile.hidden .event_mapbar-mobile__stickynote {
    transition: 0.5s;
  }
  .lp_winter_2024 .event_mapbar-mobile.hidden .event_mapbar-mobile__stickynote::after {
    clip-path: polygon(50% 0%, 100% 50%, 0% 50%);
  }
  .lp_winter_2024 .event_mapbar-mobile.overhidden {
    transform: translateY(110%);
  }
  .lp_winter_2024 .event_mapbar-mobile__stickynote {
    background-color: rgb(248, 249, 255);
    width: max-content;
    padding: 5px 30px 5px 20px;
    border-radius: 10px 10px 0 0;
    margin: 0 0 auto 20px;
    position: relative;
  }
  .lp_winter_2024 .event_mapbar-mobile__stickynote::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
    background-color: #f8f9ff;
  }
  .lp_winter_2024 .event_mapbar-mobile__stickynote::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: black;
    clip-path: polygon(0% 0%, 100% 0%, 50% 50%);
    top: 45%;
    left: 83%;
    transition: 0.5s;
  }
  .lp_winter_2024 .event_mapbar-mobile__stickynote.active::after {
    transform: rotate(63deg);
  }
  .lp_winter_2024 .event_mapbar-mobile__stickynote.animate {
    animation: poyon-mobile 1.2s infinite;
  }
  .lp_winter_2024 .event_mapbar-mobile__body {
    background-color: rgb(248, 249, 255);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: max-content;
    gap: 15px;
    padding: 11px 0;
    border-radius: 10px 10px 0 0;
  }
  .lp_winter_2024 .event_mapbar-mobile__body--top .item {
    width: 27%;
  }
  .lp_winter_2024 .event_mapbar-mobile__body--bottom .item {
    width: 19.1%;
  }
  .lp_winter_2024 .event_mapbar-mobile__body div {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 2%;
  }
  .lp_winter_2024 .event_mapbar-mobile__body div .item {
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    height: max-content;
    padding: 8px 5px;
    display: flex;
    justify-content: center;
  }
  .lp_winter_2024 .event_mapbar-mobile__body div .item-1 {
    background-color: rgba(152, 249, 96, 0.62);
  }
  .lp_winter_2024 .event_mapbar-mobile__body div .item-1:hover {
    background-color: rgba(137, 203, 98, 0.62);
  }
  .lp_winter_2024 .event_mapbar-mobile__body div .item-2 {
    background-color: rgb(254, 255, 199);
  }
  .lp_winter_2024 .event_mapbar-mobile__body div .item-2:hover {
    background-color: rgb(213, 213, 171);
  }
  .lp_winter_2024 .event_mapbar-mobile__body div .item-3 {
    background-color: rgb(161, 201, 255);
  }
  .lp_winter_2024 .event_mapbar-mobile__body div .item-3:hover {
    background-color: rgb(167, 186, 214);
  }
}
.lp_winter_2024 body {
  margin: 0;
  overflow-x: hidden;
}
.lp_winter_2024 a {
  text-decoration: none;
  color: black;
}
.lp_winter_2024 * {
  box-sizing: content-box;
}

.trial_lesson_application .gray {
  color: #999;
}
.trial_lesson_application select:disabled {
  opacity: 1;
}
.trial_lesson_application .fit_content_btn {
  height: fit-content;
  display: flex;
  justify-content: center;
}
.trial_lesson_application .fit_content_btn img {
  width: 1.2em;
}
.trial_lesson_application .fit_content_btn img + div {
  margin-left: 0.5em;
}
.trial_lesson_application .input_box.input_checkbox {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.trial_lesson_application .input_box.input_checkbox > input {
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.5em;
  margin-bottom: 0.5rem;
}
.trial_lesson_application .input_box.input_checkbox label {
  width: 100%;
  margin-left: 1em;
}

.apply_free_lesson_confirmation .info_label_sibling + div {
  margin-bottom: 0.5rem;
}

.lp_event_application .gray {
  color: #999;
}
.lp_event_application .fit_content_btn {
  height: fit-content;
  display: flex;
  justify-content: center;
}
.lp_event_application .fit_content_btn img {
  width: 1.2em;
}
.lp_event_application .fit_content_btn img + div {
  margin-left: 0.5em;
}
.lp_event_application .form__event--add-btn {
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  background-color: #0f9b20;
  height: 39px;
  margin-top: 40px;
}
.lp_event_application .form__event--add-btn.gray {
  background-color: #999;
}
.lp_event_application .form__event--add-btn span {
  pointer-events: none;
}
.lp_event_application .form__event--count--container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 50px 0;
}
.lp_event_application .form__event--count--container .table__content {
  display: flex;
  font-weight: 700;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .lp_event_application .form__event--count--container .table__content {
    font-size: 1rem;
  }
}
.lp_event_application .form__event--count--container .table__content .table__content--price {
  margin: auto 20px auto auto;
}
.lp_event_application .form__event--count--container .table__content--red {
  color: red;
}

/*# sourceMappingURL=main.css.acdbca735fe0.map */
