@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////
Common
//////////////////////////////////////////////////////////////////////////////*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
::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 */
  -webkit-text-decoration: underline dotted;
          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;
  -moz-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;
}

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

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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;
}

html {
  font-size: min(10px, 2.42vw);
  scroll-padding-top: 250px;
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0;
}

img,
embed,
object,
iframe {
  display: block;
  max-width: 100%;
}

a {
  transition: all 0.2s;
}
a:hover {
  opacity: 0.85;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  html {
    font-size: min(10px, 2.67vw);
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
.container {
  width: 96%;
  max-width: 160rem;
  margin: 0 auto;
}

.ic-sidebar {
  position: fixed;
  top: 4.5rem;
  right: 0;
  z-index: 11;
}

.title-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title-main p {
  font-family: "Bebas Neue", sans-serif;
  font-size: 10.1rem;
  font-weight: 700;
  line-height: 1;
  color: #ff4da8;
  text-align: center;
}
.title-main span {
  font-size: 2rem;
  line-height: 1;
}

.btn-primary {
  font-size: 3rem;
  font-weight: 700;
  color: #00b7e5;
  border: 0.6rem solid #00b7e5;
  background: #fff;
  border-radius: 3.2rem;
  padding: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .container {
    width: 92%;
    max-width: initial;
    margin: 0 auto;
  }
  .ic-sidebar {
    position: fixed;
    top: 4.5rem;
    right: 0;
    z-index: 11;
  }
  .title-main {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .title-main p {
    font-size: 5rem;
    text-align: center;
  }
  .title-main span {
    font-size: 1rem;
    line-height: 1;
  }
  .btn-primary {
    font-size: 1.5rem;
    border: 0.3rem solid #00b7e5;
    background: #fff;
    border-radius: 3.6rem;
    padding: 1.2rem;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 3% 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.5);
}

.header-inner {
  width: 90%;
  margin-left: 3.125%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 18.572%;
}

.header-nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-nav-item {
  width: -moz-fit-content;
  width: fit-content;
}

.header-nav-item a {
  padding: 0 clamp(1rem, -0.8462rem + 3.8462vw, 3rem);
  font-size: 20px;
  border-right: 1px solid #000;
  display: block;
  box-sizing: border-box;
}

.header-nav-item:last-of-type a {
  border-right: none;
}

.hamburger-menu {
  display: none;
}

.cta {
  position: fixed;
  right: 0;
  top: 40px;
  background: linear-gradient(to bottom, #53b6e3, #eb4baa);
  padding: 25px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px 0 0 10px;
  z-index: 1000;
}

.cta-document-logo {
  width: 32.58px;
  margin-bottom: 18px;
}

.cta-text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  writing-mode: vertical-rl;
}

@media (max-width: 768px) {
  html {
    font-size: min(10px, 2.67vw);
  }
  header {
    padding: 0;
  }
  .header-inner {
    width: 96%;
    margin-left: 4%;
  }
  .header-logo {
    width: 166px;
  }
  .hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: -moz-fit-content;
    width: fit-content;
    background: none;
    border: none;
    cursor: pointer;
    padding: 19px 16.75px;
    z-index: 1000;
    background-color: #000;
    gap: 4.5px;
  }
  .hamburger-menu span {
    display: block;
    width: 22.75px;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .hamburger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .hamburger-menu.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .header-nav {
    position: fixed;
    top: 56px;
    right: -100%;
    width: -moz-fit-content;
    width: fit-content;
    height: calc(100vh - 56px);
    background: #000;
    transition: right 0.3s ease;
    z-index: 999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: scroll;
    border-radius: 20px 0 0 20px;
  }
  .header-nav.active {
    right: 0;
  }
  .header-nav-list {
    flex-direction: column;
    width: 100%;
    padding: 35px 0;
    margin: 0;
  }
  .header-nav-item {
    width: 100%;
    border-right: none;
  }
  .header-nav-item:last-child {
    border-bottom: none;
  }
  .header-nav-item a {
    padding: 10px 20px;
    font-size: 1.2rem;
    color: #fff;
    text-align: right;
    border-right: none;
    transition: background-color 0.3s ease;
  }
  .header-nav-right {
    display: flex;
  }
  .cta {
    top: 0;
    right: 0;
    border-radius: 0;
    padding: 15.95px 13.95px;
    position: initial;
  }
  .cta-document-logo {
    width: 22px;
    margin-bottom: 10px;
  }
  .cta-text {
    font-size: 12px;
    writing-mode: initial;
    line-height: 1;
  }
}
footer {
  position: relative;
  z-index: 2;
  background-color: #3c3c3c;
  padding-top: 44.7px;
  padding-bottom: 43.5px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 95.25%;
  margin: 0 auto;
}

.footer-inner-left {
  width: 22%;
}

.footer-inner-left-sns {
  display: none;
}

.footer-inner-left-logo {
  width: 51.575%;
}

.footer-inner-left-text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 34px;
  margin-top: 45.4px;
}

.footer-inner-right {
  flex: 1;
}

.footer-inner-right-sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32.6px;
  margin-bottom: 68px;
}

.footer-inner-right-sns-item1 {
  width: 58.56px;
}

.footer-inner-right-sns-item2 {
  width: 42px;
}

.footer-inner-right-nav.sp {
  display: none;
}

.footer-inner-right-nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.footer-inner-right-nav-item {
  display: flex;
  flex-direction: column;
  padding-right: 3.5064%;
  margin-right: 3.5064%;
  border-right: 1px solid #fff;
}

.footer-inner-right-nav-item:last-of-type {
  padding-right: 0;
  border-right: none;
}

.footer-inner-right-nav-item > a {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  footer {
    padding-top: 33.5px;
    padding-bottom: 22.9px;
  }
  .footer-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .footer-inner-left {
    width: initial;
  }
  .footer-inner-left-sns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 88px;
    margin-bottom: 23.917%;
  }
  .footer-inner-left-sns-item1 {
    width: 18.743%;
  }
  .footer-inner-left-sns-item2 {
    width: 13.53%;
  }
  .footer-inner-left-logo {
    width: 45.86%;
    margin: 0 auto;
    display: block;
  }
  .footer-inner-left-text {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 37px;
  }
  .footer-inner-right {
    flex: initial;
    width: 100%;
    padding-left: 5.228%;
  }
  .footer-inner-right-sns {
    display: none;
  }
  .footer-inner-right-nav.pc {
    display: none;
  }
  .footer-inner-right-nav.sp {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 12px;
    margin-top: 14.89%;
  }
  .footer-inner-right-nav-item {
    display: flex;
    flex-direction: column;
    padding-right: 7.543%;
    margin-right: 11.347%;
  }
  .footer-inner-right-nav-item:last-of-type {
    padding-right: 0;
    border-right: none;
  }
  .footer-inner-right-nav-item > a {
    margin-bottom: 20px;
  }
}
.front-page {
  position: relative;
}
.front-page img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.front-page .background-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.front-page .background-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-page .catch-copy1 {
  margin-top: 19.82%;
  text-align: center;
  margin-bottom: 12.961%;
}
.front-page .catch-copy1-title {
  font-size: 165px;
  font-weight: 900;
  color: #000;
  margin-bottom: 40px;
}
.front-page .catch-copy1-title-small {
  font-size: 0.57988em;
}
.front-page .catch-copy1-title-blue {
  color: #53b7e4;
}
.front-page .catch-copy1-title-img {
  width: 212px;
  margin-left: -30px;
  margin-bottom: 10px;
  display: inline-block;
}
.front-page .catch-copy1-text {
  font-size: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 86.8px;
}
.front-page .catch-copy1-text-blue {
  color: #53b7e4;
}
.front-page .catch-copy1-text-pink {
  color: #eb4baa;
}
.front-page .catch-copy1-btn {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(to left, #eb4dad, #57bfe4);
  padding: 17.5px 115px;
  border-radius: 30px;
  position: relative;
}
.front-page .catch-copy1-btn::after {
  content: ">";
  margin-left: 8px;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.front-page .catch-copy-video-section {
  margin-bottom: 15.5%;
}
.front-page .catch-copy-video {
  width: 80%;
  margin: 0 auto;
  position: relative;
  border-radius: 30px;
  padding-bottom: 20px;
}
.front-page .catch-copy-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 30px;
  box-shadow: 20px 10px 0px 7px #eb4aa7;
}
.front-page .catch-copy-video-text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50.35px;
  text-align: center;
  font-weight: 900;
  color: #000;
  background-color: #eb4aa7;
  padding: 50px 30px;
  border-radius: 30px;
  position: relative;
}
.front-page .catch-copy-video-text-wrapper {
  position: absolute;
  top: -60px;
  left: -80px;
}
.front-page .catch-copy-video-text::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 40%;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 10px solid transparent;
  border-top: 60px solid #eb4aa7;
  transform: rotate(-10deg);
}
.front-page .catch-copy2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10%;
}
.front-page .catch-copy2-title {
  font-size: 96.74px;
  line-height: 1.4;
  font-weight: 900;
  color: #000;
}
.front-page .catch-copy2-title-small {
  font-size: 0.572em;
  line-height: 0.4;
  display: inline-block;
}
.front-page .catch-copy2-title-small2 {
  font-size: 0.8517em;
  line-height: 1;
  display: block;
  text-align: right;
}
.front-page .catch-copy2-title-gradient {
  position: relative;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 122.39px;
}
.front-page .catch-copy2-title-gradient::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 94%;
  height: 90%;
  background: linear-gradient(to right, #eb4aa7, #57bfe4);
  z-index: -1;
}
.front-page .topics {
  margin-bottom: 12.125%;
}
.front-page .topics-title {
  font-size: 101.07px;
  font-weight: 900;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}
.front-page .topics-title span:first-of-type {
  padding: 5px 5px 5px 10px;
  border-radius: 0 30px 30px 0;
  background-color: #53b6e3;
}
.front-page .topics-title span:last-of-type {
  font-size: 0.218em;
  background-color: #fff;
  color: #53b6e3;
  text-align: right;
  display: block;
  margin-right: 20px;
  padding-right: 15px;
  padding-bottom: 19px;
  border-radius: 0 0 30px 0;
}
.front-page .topics-list {
  width: 90%;
  max-width: 1270px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.front-page .topics-swiper-container {
  display: none;
}
.front-page .topics-item {
  width: 31.631%;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  border-radius: 82.69px;
}
.front-page .topics-item:first-of-type {
  margin-top: 5%;
}
.front-page .topics-item:last-of-type {
  margin-top: -5%;
}
.front-page .topics-item a {
  width: 100%;
  padding: 13.6px 14.1px 33.5px;
  display: block;
}
.front-page .topics-item img {
  width: 100%;
  border-radius: 76.67px;
  margin-bottom: 28.9px;
}
.front-page .topics-item-title {
  font-size: 34px;
  margin-bottom: 9.6px;
  font-weight: 900;
  color: #000;
}
.front-page .topics-item-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin-bottom: 30px;
}
.front-page .topics-item-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #ff4da8;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}
.front-page .catch-copy3 {
  text-align: center;
  font-size: 144.14px;
  font-weight: 900;
  color: #000;
  line-height: 1;
  margin-bottom: 9.894%;
}
.front-page .catch-copy3-blue {
  color: #53b6e3;
  font-size: 0.5716em;
  line-height: 1.4;
  display: block;
}
.front-page .catch-copy3-pink {
  color: #eb4baa;
  font-size: 0.5716em;
  line-height: 1.4;
  display: block;
}
.front-page .version-system-guide {
  margin-bottom: 8.3692%;
}
.front-page .version-system-guide-title {
  font-size: 101.07px;
  font-weight: 900;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  margin: 0 0 4.0376% auto;
}
.front-page .version-system-guide-title span:first-of-type {
  padding: 5px 5px 5px 10px;
  border-radius: 30px 0 0 30px;
  background-color: #53b6e3;
}
.front-page .version-system-guide-title span:last-of-type {
  font-size: 0.218em;
  background-color: #fff;
  color: #53b6e3;
  text-align: left;
  display: block;
  margin-left: 20px;
  padding-left: 15px;
  padding-bottom: 19px;
  border-radius: 0 0 0 30px;
}
.front-page .version-system-guide-img {
  width: 100%;
  margin-bottom: 3.219%;
}
.front-page .version-system-guide-text {
  text-align: center;
  font-size: 66.3px;
  font-weight: 900;
  margin-bottom: 3.125%;
}
.front-page .version-system-guide-btn {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(to left, #eb4dad, #57bfe4);
  padding: 17.5px 115px;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.front-page .version-system-guide-btn::after {
  content: ">";
  margin-left: 8px;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.front-page .curriculum-overview {
  margin-bottom: 10%;
}
.front-page .curriculum-overview-title {
  font-size: 101.07px;
  font-weight: 900;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  margin-bottom: 6.587%;
}
.front-page .curriculum-overview-title span:first-of-type {
  padding: 5px 5px 5px 10px;
  border-radius: 0 30px 30px 0;
  background-color: #53b6e3;
}
.front-page .curriculum-overview-title span:last-of-type {
  font-size: 0.218em;
  background-color: #fff;
  color: #53b6e3;
  text-align: right;
  display: block;
  margin-right: 20px;
  padding-right: 15px;
  padding-bottom: 19px;
  border-radius: 0 0 30px 0;
}
.front-page .curriculum-overview-list {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.front-page .curriculum-overview-item {
  width: 14.2%;
}
.front-page .curriculum-overview-text {
  font-size: 144.14px;
  font-weight: 900;
  color: #000;
  line-height: 179px;
  margin-bottom: 3.125%;
  text-align: center;
}
.front-page .curriculum-overview-text span {
  color: #ff4da8;
}
.front-page .curriculum-overview-text2 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  text-align: center;
  margin-top: 3%;
}
.front-page .departments-courses {
  margin-bottom: 12.0879%;
}
.front-page .departments-courses-title {
  font-size: 101.07px;
  font-weight: 900;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  margin: 0 0 6% auto;
}
.front-page .departments-courses-title span:first-of-type {
  padding: 5px 5px 5px 10px;
  border-radius: 30px 0 0 30px;
  background-color: #53b6e3;
}
.front-page .departments-courses-title span:last-of-type {
  font-size: 0.218em;
  background-color: #fff;
  color: #53b6e3;
  text-align: left;
  display: block;
  margin-left: 20px;
  padding-left: 15px;
  padding-bottom: 19px;
  border-radius: 0 0 0 30px;
}
.front-page .departments-courses-text {
  font-size: 66.3px;
  font-weight: 900;
  color: #000;
  line-height: 1;
  margin-bottom: 18.225%;
  text-align: center;
}
.front-page .departments-courses-text span:first-of-type {
  background-image: radial-gradient(circle at center, #ff4da8 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.2em;
}
.front-page .departments-courses-text span:last-of-type {
  color: #ff4da8;
}
.front-page .departments-courses-img-wrapper {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.front-page .departments-courses-img-left {
  width: 44%;
  height: auto;
  left: 8%;
  top: -19%;
  display: block;
  z-index: 3;
  position: absolute;
}
.front-page .departments-courses-img-right {
  width: 44%;
  height: auto;
  position: absolute;
  right: 8%;
  bottom: -19%;
  display: block;
  z-index: 2;
}
.front-page .departments-courses-img-link {
  width: 37.253%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 101.01px;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.front-page .departments-courses-img-link-blue {
  background-color: #00b7e5;
  justify-content: flex-end;
  bottom: 9.5%;
  left: 0;
  padding-bottom: 33px;
}
.front-page .departments-courses-img-link-red {
  background-color: #ff4da8;
  justify-content: flex-start;
  top: 9.5%;
  right: 0;
  padding-top: 33px;
}
.front-page .departments-courses-img-link > span {
  width: 52.05px;
  height: 52.05px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 24px;
  font-weight: 900;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.front-page .departments-courses-img-link-blue > span {
  color: #00b7e5;
}
.front-page .departments-courses-img-link-red > span {
  color: #ff4da8;
}
.front-page .catch-copy4 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10%;
}
.front-page .catch-copy4-title {
  font-size: 144.14px;
  line-height: 1.4;
  font-weight: 900;
  color: #000;
  text-align: center;
}
.front-page .catch-copy4-title-gradient {
  position: relative;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 122.39px;
}
.front-page .catch-copy4-title-gradient::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 90%;
  background: linear-gradient(to right, #eb4aa7, #57bfe4);
  z-index: -1;
}
.front-page .news {
  margin-bottom: 8.263%;
}
.front-page .news-title {
  font-size: 101.07px;
  font-weight: 900;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}
.front-page .news-title span:first-of-type {
  padding: 5px 5px 5px 10px;
  border-radius: 0 30px 30px 0;
  background-color: #53b6e3;
}
.front-page .news-title span:last-of-type {
  font-size: 0.218em;
  background-color: #fff;
  color: #53b6e3;
  text-align: right;
  display: block;
  margin-right: 20px;
  padding-right: 15px;
  padding-bottom: 19px;
  border-radius: 0 0 30px 0;
}
.front-page .news-list {
  width: 90%;
  max-width: 1270px;
  margin: 0 auto 3.8003%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: none; /* PCでもスライダーを使用するため非表示 */
}
.front-page .news-swiper-container {
  width: 90%;
  max-width: 1270px;
  margin: 0 auto 3.8003%;
  display: block;
  position: relative;
}
.front-page .news-swiper {
  width: 100%;
  overflow: hidden;
}
.front-page .news-swiper .swiper-slide {
  transition: all 0.6s ease;
  height: auto;
  margin-top: 5%;
}
.front-page .news-swiper .news-item {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  border-radius: 82.69px;
  margin-bottom: 0;
  height: 100%;
}
.front-page .news-item {
  width: 31.631%;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  border-radius: 82.69px;
}
.front-page .news-item-inner {
  width: 100%;
  padding: 13.6px 14.1px 33.5px;
  display: block;
}
.front-page .news-item-inner a {
  text-decoration: underline;
}
.front-page .news-item img {
  width: 100%;
  border-radius: 76.67px;
  margin-bottom: 28.9px;
}
.front-page .news-item-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  text-align: left;
  margin-bottom: 30px;
}
.front-page .news-item-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #ff4da8;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}
.front-page .news-btn {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(to left, #eb4dad, #57bfe4);
  padding: 17.5px 115px;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.front-page .news-btn::after {
  content: ">";
  margin-left: 8px;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.front-page .swiper-button-prev {
  left: -30px;
}
.front-page .swiper-button-next {
  right: -30px;
}
.front-page .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: initial;
}

@media screen and (max-width: 1010px) {
  .front-page .catch-copy1-title {
    font-size: 110px;
  }
  .front-page .catch-copy-video-text {
    left: 20px;
    font-size: 30px;
    padding: 10px;
  }
  .front-page .catch-copy2-title-gradient {
    font-size: 92.39px;
  }
  .front-page .topics-list {
    width: 95%;
  }
  .front-page .topics-item-title {
    font-size: 24px;
  }
  .front-page .topics-item-text {
    font-size: 14px;
  }
  .front-page .catch-copy3 {
    font-size: 84px;
  }
  .front-page .version-system-guide-title {
    font-size: 60px;
  }
  .front-page .curriculum-overview-title {
    font-size: 60px;
  }
  .front-page .curriculum-overview-text {
    font-size: 100px;
    line-height: 1.2;
  }
  .front-page .departments-courses-title {
    font-size: 55px;
  }
  .front-page .departments-courses-img-link {
    width: 48%;
  }
  .front-page .catch-copy4-title {
    font-size: 60px;
  }
  .front-page .catch-copy4-title-gradient {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .front-page {
    position: relative;
    padding-bottom: 50px;
    /* Topics Swiper Styles */
  }
  .front-page .catch-copy1 {
    margin-top: 28.267%;
    margin-bottom: 24.867%;
  }
  .front-page .catch-copy1-title {
    font-size: 64px;
    margin-bottom: 10px;
  }
  .front-page .catch-copy1-title-small {
    font-size: 0.5625em;
  }
  .front-page .catch-copy1-title-img {
    width: 82px;
    margin-left: -10px;
    margin-bottom: 20px;
  }
  .front-page .catch-copy1-text {
    font-size: 17px;
    margin-bottom: 40px;
  }
  .front-page .catch-copy1-btn {
    font-size: 18px;
    padding: 12px 88px;
    border-radius: 50px;
    position: relative;
  }
  .front-page .catch-copy1-btn::after {
    right: 15px;
  }
  .front-page .catch-copy-video-section {
    margin-bottom: 62px;
  }
  .front-page .catch-copy-video {
    width: 92.267%;
    margin: 0 auto;
  }
  .front-page .catch-copy-video-text {
    position: absolute;
    top: -10%;
    left: 20%;
    font-size: 19px;
    padding: 26px 8px;
    border-radius: 35px;
    width: 100%;
  }
  .front-page .catch-copy-video-text-wrapper {
    top: -11%;
    left: -11%;
    width: 50%;
  }
  .front-page .catch-copy-video-text::after {
    bottom: -15px;
    right: 30%;
    border-left: 10px solid transparent;
    border-right: 5px solid transparent;
    border-top: 20px solid #eb4aa7;
    transform: rotate(-10deg);
  }
  .front-page .catch-copy-video iframe {
    border-radius: 38.4px;
    aspect-ratio: 692/963;
    box-shadow: 9px 11px 0px 2px #eb4aa7;
  }
  .front-page .catch-copy2 {
    margin-bottom: 15.4%;
  }
  .front-page .catch-copy2-title {
    font-size: 39px;
    line-height: 1.2;
  }
  .front-page .catch-copy2-title-small {
    font-size: 0.58em;
  }
  .front-page .catch-copy2-title-gradient {
    font-size: 46px;
  }
  .front-page .topics {
    margin-bottom: 19%;
  }
  .front-page .topics-title {
    font-size: 50px;
    line-height: 1.4;
  }
  .front-page .topics-title span:first-of-type {
    padding: 0px 5px 0px 10px;
    border-radius: 0 15px 15px 0;
  }
  .front-page .topics-title span:last-of-type {
    margin-right: 9.25px;
    padding-right: 9.5px;
    padding-bottom: 7.75px;
    font-size: 11px;
  }
  .front-page .topics-list {
    width: 90%;
    max-width: 1270px;
    margin: 30px auto 0;
    flex-direction: column;
    display: none;
  }
  .front-page .topics-item {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .front-page .topics-item:first-of-type {
    margin-top: 0;
  }
  .front-page .topics-item:last-of-type {
    margin-top: 0;
  }
  .front-page .topics-swiper-container {
    width: 100%;
    margin-top: 30px;
    padding: 0;
    display: block;
  }
  .front-page .topics-swiper {
    width: 100%;
    overflow: hidden;
  }
  .front-page .topics-swiper .swiper-slide {
    transition: all 0.6s ease;
    height: auto;
  }
  .front-page .topics-swiper .swiper-slide-prev,
  .front-page .topics-swiper .swiper-slide-next {
    transform: scale(0.95);
    opacity: 0.8;
  }
  .front-page .topics-swiper .topics-item {
    margin-bottom: 0;
    height: 100%;
    border-radius: 50px;
  }
  .front-page .topics-item a {
    width: 100%;
    padding: 9px;
    padding-bottom: 22.3px;
  }
  .front-page .topics-item img {
    width: 100%;
    border-radius: 51px;
    margin-bottom: 19.25px;
  }
  .front-page .topics-item-title {
    font-size: 22px;
    margin-bottom: 6.25px;
  }
  .front-page .topics-item-text {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .front-page .topics-item-btn {
    width: 34.7px;
    height: 34.7px;
    border-radius: 50%;
    font-size: 16px;
  }
  .front-page .catch-copy3 {
    font-size: 51px;
    margin-bottom: 16.803%;
  }
  .front-page .catch-copy3-blue {
    font-size: 0.6471em;
  }
  .front-page .catch-copy3-pink {
    font-size: 0.6471em;
  }
  .front-page .version-system-guide {
    margin-bottom: 30.4%;
  }
  .front-page .version-system-guide-title {
    font-size: 29px;
    line-height: 1.7;
    margin: 0 0 4.535% auto;
  }
  .front-page .version-system-guide-title span:first-of-type {
    padding: 5px 5px 5px 10px;
    border-radius: 15px 0 0 15px;
  }
  .front-page .version-system-guide-title span:last-of-type {
    font-size: 0.218em;
    border-radius: 0 0 0 15px;
    margin-left: 9.25px;
    padding-left: 9.5px;
    padding-bottom: 7.75px;
  }
  .front-page .version-system-guide-img {
    width: 92%;
    margin: 0 auto 17.5208%;
  }
  .front-page .version-system-guide-text {
    font-size: 33px;
    margin-bottom: 9.441%;
  }
  .front-page .version-system-guide-btn {
    font-size: 18px;
    padding: 12px 88px;
    border-radius: 50px;
    position: relative;
  }
  .front-page .version-system-guide-btn::after {
    content: ">";
    margin-left: 8px;
    font-weight: bold;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .front-page .curriculum-overview {
    margin-bottom: 10%;
  }
  .front-page .curriculum-overview-title {
    font-size: 29px;
    line-height: 1.7;
    margin: 0 auto 4.535% 0;
  }
  .front-page .curriculum-overview-title span:first-of-type {
    padding: 5px 5px 5px 10px;
    border-radius: 0 15px 15px 0;
  }
  .front-page .curriculum-overview-title span:last-of-type {
    font-size: 0.218em;
    border-radius: 0 0 15px 0;
    margin-right: 9.25px;
    padding-right: 9.5px;
    padding-bottom: 7.75px;
  }
  .front-page .curriculum-overview-list {
    width: 91.2%;
  }
  .front-page .curriculum-overview-item {
    width: 14.2%;
  }
  .front-page .curriculum-overview-text {
    font-size: 58px;
    line-height: 1.2;
    margin-bottom: 3.734%;
  }
  .front-page .curriculum-overview-text2 {
    font-size: 18px;
    margin-top: 5%;
  }
  .front-page .departments-courses {
    margin-bottom: 12.0879%;
  }
  .front-page .departments-courses-title {
    font-size: 26px;
    line-height: 1.7;
    margin: 0 0 25.6% auto;
  }
  .front-page .departments-courses-title span:first-of-type {
    padding: 5px 5px 5px 10px;
    border-radius: 15px 0 0 15px;
  }
  .front-page .departments-courses-title span:last-of-type {
    font-size: 0.218em;
    border-radius: 0 0 0 15px;
    margin-left: 9.25px;
    padding-left: 9.5px;
    padding-bottom: 7.75px;
  }
  .front-page .departments-courses-text {
    font-size: 33px;
    margin-bottom: 20.6%;
  }
  .front-page .departments-courses-text span:first-of-type {
    background-image: radial-gradient(circle at center, #ff4da8 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0.2em;
  }
  .front-page .departments-courses-img-wrapper {
    width: 82.134%;
  }
  .front-page .departments-courses-img-left {
    left: -3%;
    top: -38%;
    width: 55%;
  }
  .front-page .departments-courses-img-right {
    right: -3%;
    bottom: 2%;
    width: 55%;
  }
  .front-page .departments-courses-img-link {
    width: 43.053%;
    border-radius: 35px;
    font-size: 15px;
  }
  .front-page .departments-courses-img-link-blue {
    padding-bottom: 15px;
  }
  .front-page .departments-courses-img-link-red {
    padding-top: 15px;
    margin-top: -32%;
  }
  .front-page .departments-courses-img-link > span {
    width: 22.5px;
    height: 22.5px;
    font-size: 12px;
    margin-top: 7px;
  }
  .front-page .catch-copy4 {
    margin-bottom: 26.24%;
  }
  .front-page .catch-copy4-title {
    font-size: 56.5px;
    line-height: 1.2;
  }
  .front-page .catch-copy4-title-gradient {
    font-size: 48px;
  }
  .front-page .news {
    margin-bottom: 0;
  }
  .front-page .news-title {
    font-size: 50px;
    line-height: 1.7;
  }
  .front-page .news-title span:first-of-type {
    padding: 5px 5px 5px 10px;
    border-radius: 0 15px 15px 0;
  }
  .front-page .news-title span:last-of-type {
    font-size: 0.218em;
    border-radius: 0 0 15px 0;
    margin-right: 9.25px;
    padding-right: 9.5px;
    padding-bottom: 7.75px;
  }
  .front-page .news-list {
    width: 90%;
    max-width: 1270px;
    margin: 0 auto 3.8003%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: none; /* SPではスライダーを使用 */
  }
  .front-page .news-swiper-container {
    width: 100%;
    margin-top: 9.067%;
    margin-bottom: 15.6%;
    padding: 0;
    display: block;
  }
  .front-page .news-swiper {
    width: 100%;
    overflow: hidden;
  }
  .front-page .news-swiper .swiper-slide {
    transition: all 0.6s ease;
    height: auto;
  }
  .front-page .news-swiper .news-item {
    margin-bottom: 0;
    height: 100%;
    border-radius: 50px;
  }
  .front-page .news-item {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
    border-radius: 55px;
  }
  .front-page .news-item:first-of-type {
    margin-top: 0;
  }
  .front-page .news-item:last-of-type {
    margin-top: 0;
  }
  .front-page .news-item-inner {
    width: 100%;
    padding: 9px;
    padding-bottom: 21.3px;
  }
  .front-page .news-item img {
    width: 100%;
    border-radius: 51px;
    margin-bottom: 17.2px;
  }
  .front-page .news-item-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 4%;
    padding-right: 4%;
  }
  .front-page .news-item-btn {
    width: 34.7px;
    height: 34.7px;
    border-radius: 50%;
    background-color: #ff4da8;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
  }
  .front-page .news-btn {
    font-size: 18px;
    padding: 12px 77px;
    border-radius: 50px;
  }
  .front-page .swiper-button-prev {
    display: none;
  }
  .front-page .swiper-button-next {
    display: none;
  }
  .front-page .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
}
.page-overview .sec-banner-top .container {
  width: 100%;
  max-width: 100%;
}
.page-overview .sec-banner-top .group-content img {
  width: 100%;
}
.page-overview .sec-overview {
  overflow: hidden;
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  gap: 12rem;
  padding-bottom: 6rem;
}
.page-overview .sec-overview .group-over {
  position: relative;
  padding: 2rem 0;
  width: 100%;
  max-width: 160rem;
  margin: 0 auto;
}
.page-overview .sec-overview .group-over.v1 .container {
  max-width: 111rem;
}
.page-overview .sec-overview .group-over.v1 .bg-a {
  left: -30rem;
  bottom: 12rem;
  width: 70%;
}
.page-overview .sec-overview .group-over.v1 .bg-b {
  right: 6.6rem;
  bottom: 4rem;
  width: 70%;
}
.page-overview .sec-overview .group-over.v2 .group-content .content {
  margin-left: unset;
  margin-right: auto;
  max-width: 50rem;
}
.page-overview .sec-overview .group-over.v2 .bg-a {
  right: -19rem;
  top: 10rem;
  width: 60%;
}
.page-overview .sec-overview .group-over.v2 .bg-b {
  left: 3%;
  top: -6rem;
  width: 100%;
}
.page-overview .sec-overview .group-over.v3 {
  margin-top: 20rem;
}
.page-overview .sec-overview .group-over.v3 .group-content .content {
  margin-top: 5rem;
  max-width: 60rem;
}
.page-overview .sec-overview .group-over.v3 .group-content .content span {
  color: #ff4da8;
}
.page-overview .sec-overview .group-over.v3 .bg-a {
  left: -17rem;
  bottom: -8rem;
  width: 53%;
}
.page-overview .sec-overview .group-over.v3 .bg-b {
  right: 14.5rem;
  bottom: -6rem;
  width: 60%;
}
.page-overview .sec-overview .group-over .container {
  max-width: 104rem;
}
.page-overview .sec-overview .group-over .bg-a,
.page-overview .sec-overview .group-over .bg-b {
  position: absolute;
}
.page-overview .sec-overview .group-over .bg-a {
  z-index: -1;
}
.page-overview .sec-overview .group-over .bg-b {
  z-index: -2;
}
.page-overview .sec-overview .group-over .group-content .content {
  display: flex;
  margin-left: auto;
  width: 100%;
  max-width: 60rem;
  margin-top: 10rem;
}
.page-overview .sec-other {
  padding: 15.5rem 0 35rem;
  background: url(../images/overview/bg-other.png) no-repeat top center/cover;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.page-overview .sec-other .bg {
  position: absolute;
}
.page-overview .sec-other .bg:nth-child(1) {
  top: 5%;
  right: -17.6rem;
}
.page-overview .sec-other .bg:nth-child(2) {
  top: 24%;
  left: -17.6rem;
}
.page-overview .sec-other .bg:nth-child(3) {
  top: 41%;
  right: 3.5rem;
}
.page-overview .sec-other .bg:nth-child(4) {
  top: 60%;
  left: 3.5rem;
}
.page-overview .sec-other .title-main {
  position: relative;
}
.page-overview .sec-other .group-content .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
  margin-top: 6rem;
}
.page-overview .sec-other .group-content .list .item {
  width: 100%;
  max-width: 100rem;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  padding: 5.5rem 6rem;
  border-radius: 6.4rem;
  min-height: 27.5rem;
  position: relative;
  background: url(../images/overview/bg-item-other-1.png) no-repeat center center/100% 100% rgba(255, 255, 255, 0.8);
}
.page-overview .sec-other .group-content .list .item.v2 {
  background: url(../images/overview/bg-item-other-2.png) no-repeat center center/100% 100% rgba(255, 255, 255, 0.8);
}
.page-overview .sec-other .group-content .list .item .num {
  position: absolute;
  bottom: 0;
  right: 5rem;
}
.page-overview .sec-other .group-content .list .item .num p {
  opacity: 0.1;
  color: #00b7e5;
  font-size: 28rem;
  font-weight: 700;
  line-height: 0.65;
  font-family: "Bebas Neue", sans-serif;
}
.page-overview .sec-other .group-content .list .item .title {
  position: relative;
}
.page-overview .sec-other .group-content .list .item .title p {
  font-size: 4.1rem;
}
.page-overview .sec-other .group-content .list .item .title p span {
  color: #ff4da8;
}
.page-overview .sec-other .group-content .list .item .text {
  position: relative;
}
.page-overview .sec-other .group-content .list .item .group-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.7rem;
}
.page-overview .sec-other .group-content .list .item .group-btn .btn {
  width: 100%;
  max-width: 38.8rem;
  background-color: #ff4da8;
  border-radius: 3rem;
  padding: 1.4rem 6rem;
  position: relative;
}
.page-overview .sec-other .group-content .list .item .group-btn .btn span {
  line-height: 1;
  font-size: 2.4rem;
  color: #fff;
}
.page-overview .sec-other .group-content .list .item .group-btn .btn .ic {
  position: absolute;
  top: 50%;
  right: 1.7rem;
  transform: translateY(-50%);
}
.page-overview .sec-about {
  background: url(../images/overview/bg-about.png) no-repeat top center/cover;
  position: relative;
  margin-top: -30rem;
}
.page-overview .sec-about .group-content {
  position: relative;
  padding: 30rem 0 50%;
  width: 100%;
  max-width: 160rem;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .page-overview .sec-about .group-content {
    padding: 10rem 0 60%;
  }
}
.page-overview .sec-about .group-content .title-main p {
  color: #fff;
}
.page-overview .sec-about .group-content .list {
  margin-top: 11rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-overview .sec-about .group-content .list .item {
  width: 100%;
  max-width: 100rem;
}
.page-overview .sec-about .group-content .list .item.mess {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 4.36rem 3.2rem 4.36rem 3.6rem;
  display: flex;
  align-items: center;
  gap: 3.9rem;
  border-radius: 6rem;
  position: relative;
}
.page-overview .sec-about .group-content .list .item.mess::after {
  position: absolute;
  bottom: -4.6rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border-top: 4.6rem solid rgba(255, 255, 255, 0.2);
  border-left: 2.5rem solid transparent;
  border-right: 2.5rem solid transparent;
}
.page-overview .sec-about .group-content .list .item.mess .logo {
  width: 100%;
  max-width: 18.6rem;
}
.page-overview .sec-about .group-content .list .item.mess .group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.page-overview .sec-about .group-content .list .item.mess .group .title p {
  font-size: 4.1rem;
  line-height: 1.1;
}
.page-overview .sec-about .group-content .list .item.mess .group .text p {
  font-size: 2rem;
}
.page-overview .sec-about .group-content .list .item.verb {
  background-color: #fff;
  border-radius: 6rem;
  padding: 3.1rem 3.4rem 6.2rem 6.1rem;
  margin-top: 7.5rem;
}
.page-overview .sec-about .group-content .list .item.verb .above {
  display: flex;
  align-items: flex-end;
  gap: 5rem;
}
.page-overview .sec-about .group-content .list .item.verb .above .left {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.page-overview .sec-about .group-content .list .item.verb .above .left .logo {
  max-width: 7.5rem;
}
.page-overview .sec-about .group-content .list .item.verb .above .left .title p {
  font-size: 10.1rem;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  color: #fff;
}
.page-overview .sec-about .group-content .list .item.verb .above span {
  font-size: 2.2rem;
}
.page-overview .sec-about .group-content .list .item.verb .below {
  margin-top: 1.4rem;
}
.page-overview .sec-about .group-content .list .item.verb .below .text p span {
  color: #ff4da8;
}
.page-overview .sec-about .group-content .list .item.verb .below .group {
  margin-top: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.page-overview .sec-about .group-content .list .item.verb .below .group .text {
  width: 100%;
  max-width: 38rem;
}
.page-overview .sec-about .group-content .list .item.ques {
  max-width: 108rem;
  color: #fff;
  position: relative;
  transform: translateX(-4rem);
  margin-top: 5.4rem;
}
.page-overview .sec-about .group-content .list .item.ques .group {
  position: absolute;
  width: 100%;
  max-width: 74rem;
  top: 47%;
  left: 56%;
  transform: translate(-50%, -50%);
}
.page-overview .sec-about .group-content .list .item.ques .group .title {
  padding-bottom: 3rem;
  border-bottom: 1px solid #fff;
}
.page-overview .sec-about .group-content .list .item.ques .group .title p {
  font-size: 4.1rem;
}
.page-overview .sec-about .group-content .list .item.ques .group .title-v2 p {
  font-size: 5.7rem;
  line-height: 1.2;
}
.page-overview .sec-about .group-content .list .item.ques .group .text {
  margin-top: 2.8rem;
}
.page-overview .sec-about .group-content .list .item.tb {
  padding: 6.3rem 5.9rem 6.9rem 6.3rem;
  background-color: #fff;
  border-radius: 6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 5rem;
}
.page-overview .sec-about .group-content .list .item.tb .title p {
  font-size: 4.1rem;
}
.page-overview .sec-about .group-content .list .item.tb .table {
  margin-top: 5rem;
  width: 100%;
}
.page-overview .sec-about .group-content .list .item.tb .table table {
  width: 100%;
}
.page-overview .sec-about .group-content .list .item.tb .table table thead {
  background-color: #cccccc;
}
.page-overview .sec-about .group-content .list .item.tb .table table thead tr th {
  text-align: center;
  border: 1px solid #000;
}
.page-overview .sec-about .group-content .list .item.tb .table table tbody tr {
  border-bottom: 1px solid #000;
}
.page-overview .sec-about .group-content .list .item.tb .table table tbody tr td {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.page-overview .sec-about .group-content .list .item.tb .table table tr th,
.page-overview .sec-about .group-content .list .item.tb .table table tr td {
  padding: 2.4rem;
  text-align: center;
}
.page-overview .sec-about .group-content .item-bottom {
  position: absolute;
  bottom: -42rem;
  left: -10%;
}
@media (max-width: 1280px) {
  .page-overview .sec-about .group-content .item-bottom {
    bottom: -28rem;
  }
}
@media (max-width: 930px) {
  .page-overview .sec-about .group-content .item-bottom {
    bottom: -20rem;
  }
}
.page-overview .sec-about .group-content .item-bottom .content {
  position: relative;
}
.page-overview .sec-about .group-content .item-bottom .content .group {
  position: absolute;
  top: 40%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 115.6rem;
}
@media (max-width: 1280px) {
  .page-overview .sec-about .group-content .item-bottom .content .group {
    width: 70%;
  }
}
@media (max-width: 930px) {
  .page-overview .sec-about .group-content .item-bottom .content .group {
    width: 80%;
    left: 55%;
  }
}
.page-overview .sec-about .group-content .item-bottom .content .group .title {
  width: 100%;
}
.page-overview .sec-about .group-content .item-bottom .content .group .title p {
  font-size: 8.4rem;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 1280px) {
  .page-overview .sec-about .group-content .item-bottom .content .group .title p {
    font-size: 5.5rem;
  }
}
@media (max-width: 930px) {
  .page-overview .sec-about .group-content .item-bottom .content .group .title p {
    font-size: 4.5rem;
  }
}
.page-overview .sec-about .group-content .item-bottom .content .group .text {
  width: 100%;
  margin-top: 3.3rem;
}
.page-overview .sec-about .group-content .item-bottom .content .group .text p {
  font-size: 3.6rem;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}
.page-overview .sec-matsumi {
  padding: 15% 0 8%;
  background: url(../images/overview/matsumi__bg.webp) no-repeat center;
  background-size: cover;
}
@media (max-width: 768px) {
  .page-overview .sec-matsumi {
    padding-top: 80px;
  }
}
.page-overview .sec-matsumi .content-image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}
.page-overview .sec-matsumi .content-image figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66%;
}
@media (max-width: 768px) {
  .page-overview .sec-matsumi .content-image figure {
    width: 100%;
  }
}
.page-overview .sec-matsumi .content-text {
  margin-top: 5rem;
}
.page-overview .sec-matsumi .content-text p {
  font-size: 3.4rem;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 768px) {
  .page-overview .sec-matsumi .content-text p {
    font-size: 1.7rem;
  }
}
.page-overview .sec-matsumi .content-text-btn {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(to left, #eb4dad, #57bfe4);
  padding: 17.5px 80px;
  border-radius: 30px;
  position: relative;
  margin: 5rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media (max-width: 768px) {
  .page-overview .sec-matsumi .content-text-btn {
    font-size: 18px;
    padding: 12px 50px;
    border-radius: 50px;
    position: relative;
  }
}
.page-overview .sec-matsumi .content-text-btn:after {
  content: ">";
  margin-left: 8px;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .page-overview .sec-matsumi .content-text-btn:after {
    right: 15px;
  }
}

@media (max-width: 768px) {
  .page-overview .sec-overview {
    margin-top: 8.3468%;
    gap: 0;
    padding-bottom: 0;
  }
  .page-overview .sec-overview .group-over {
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 160rem;
    margin: 0 auto;
  }
  .page-overview .sec-overview .group-over.v1 {
    padding-bottom: 29.1rem;
  }
  .page-overview .sec-overview .group-over.v1 .container {
    max-width: 111rem;
  }
  .page-overview .sec-overview .group-over.v1 .bg-a {
    left: 0;
    right: -7rem;
    bottom: 1.8rem;
    width: 120%;
  }
  .page-overview .sec-overview .group-over.v1 .bg-b {
    right: 3.6rem;
    bottom: 22.7rem;
    width: 126%;
  }
  .page-overview .sec-overview .group-over.v2 {
    padding-bottom: 28.4rem;
  }
  .page-overview .sec-overview .group-over.v2 .group-content .content {
    margin-left: unset;
    margin-right: auto;
    max-width: 50rem;
  }
  .page-overview .sec-overview .group-over.v2 .bg-a {
    right: initial;
    left: -4.8rem;
    top: initial;
    bottom: 0;
    width: 100%;
  }
  .page-overview .sec-overview .group-over.v2 .bg-b {
    left: -14rem;
    top: 4rem;
    width: 130%;
  }
  .page-overview .sec-overview .group-over.v3 {
    margin-top: 3rem;
    padding-bottom: 35rem;
  }
  .page-overview .sec-overview .group-over.v3 .group-content .content {
    margin-top: 2.2rem;
    max-width: 60rem;
  }
  .page-overview .sec-overview .group-over.v3 .bg-a {
    left: initial;
    right: -10rem;
    bottom: 0rem;
  }
  .page-overview .sec-overview .group-over.v3 .bg-b {
    right: initial;
    width: 120%;
    left: -4rem;
    bottom: 14rem;
  }
  .page-overview .sec-overview .group-over.v3 .title-main p {
    font-size: 4.3rem;
  }
  .page-overview .sec-overview .group-over .container {
    max-width: 104rem;
  }
  .page-overview .sec-overview .group-over .bg-a,
  .page-overview .sec-overview .group-over .bg-b {
    position: absolute;
  }
  .page-overview .sec-overview .group-over .bg-a {
    z-index: -1;
  }
  .page-overview .sec-overview .group-over .bg-b {
    z-index: -2;
  }
  .page-overview .sec-overview .group-over .group-content .content {
    display: flex;
    margin-left: auto;
    width: 100%;
    max-width: initial;
    margin-top: 13.612%;
  }
  .page-overview .sec-other {
    padding: 5.3rem 0 35rem;
    background: url(../images/overview/bg-other.png) no-repeat top center/cover;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .page-overview .sec-other .bg {
    position: absolute;
  }
  .page-overview .sec-other .bg:nth-child(1) {
    top: 5%;
    right: -17.6rem;
  }
  .page-overview .sec-other .bg:nth-child(2) {
    top: 24%;
    left: -17.6rem;
  }
  .page-overview .sec-other .bg:nth-child(3) {
    top: 41%;
    right: 3.5rem;
  }
  .page-overview .sec-other .bg:nth-child(4) {
    top: 60%;
    left: 3.5rem;
  }
  .page-overview .sec-other .title-main {
    position: relative;
  }
  .page-overview .sec-other .group-content .list {
    gap: 1.7rem;
    margin-top: 4.4rem;
  }
  .page-overview .sec-other .group-content .list .item {
    gap: 1.9rem;
    padding: 2.7rem 2rem;
    border-radius: 3.6rem;
    min-height: initial;
    position: relative;
    background: url(../images/overview/sp/bg-item-other-1.png) no-repeat center center/100% 100% rgba(255, 255, 255, 0.8);
  }
  .page-overview .sec-other .group-content .list .item.v2 {
    background: url(../images/overview/sp/bg-item-other-2.png) no-repeat center center/100% 100% rgba(255, 255, 255, 0.8);
  }
  .page-overview .sec-other .group-content .list .item .num {
    position: absolute;
    bottom: 0;
    right: 2.5rem;
  }
  .page-overview .sec-other .group-content .list .item .num p {
    font-size: 14rem;
  }
  .page-overview .sec-other .group-content .list .item .title {
    position: relative;
  }
  .page-overview .sec-other .group-content .list .item .title p {
    font-size: 1.45rem;
  }
  .page-overview .sec-other .group-content .list .item .text {
    position: relative;
  }
  .page-overview .sec-other .group-content .list .item .group-btn {
    margin-top: 0;
  }
  .page-overview .sec-other .group-content .list .item .group-btn .btn {
    border-radius: 6rem;
    padding: 1.4rem 6rem;
    position: relative;
  }
  .page-overview .sec-other .group-content .list .item .group-btn .btn span {
    font-size: 1.6rem;
  }
  .page-overview .sec-other .group-content .list .item .group-btn .btn .ic {
    position: absolute;
    top: 50%;
    right: 1.7rem;
    transform: translateY(-50%);
  }
  .page-overview .sec-about {
    background: url(../images/overview/sp/bg-about.png) no-repeat top center/cover;
    position: relative;
    margin-top: -30rem;
  }
  .page-overview .sec-about .group-content {
    position: relative;
    padding: 9rem 0 26rem;
    width: 100%;
    max-width: 160rem;
    margin: 0 auto;
  }
  .page-overview .sec-about .group-content .title-main p {
    font-size: 4.3rem;
  }
  .page-overview .sec-about .group-content .list {
    margin-top: 3.7rem;
  }
  .page-overview .sec-about .group-content .list .item {
    width: 100%;
    max-width: 100rem;
  }
  .page-overview .sec-about .group-content .list .item.mess {
    padding: 2.5rem 0.8rem 2.8rem 2.5rem;
    flex-wrap: wrap;
    gap: 0;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    border-radius: 6rem;
    width: 90%;
  }
  .page-overview .sec-about .group-content .list .item.mess::after {
    bottom: -2.3rem;
    border-top: 2.3rem solid rgba(255, 255, 255, 0.2);
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
  }
  .page-overview .sec-about .group-content .list .item.mess .logo {
    width: 4.8rem;
    max-width: initial;
  }
  .page-overview .sec-about .group-content .list .item.mess .group {
    gap: 0;
  }
  .page-overview .sec-about .group-content .list .item.mess .group .title p {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .page-overview .sec-about .group-content .list .item.mess .group .text p {
    font-size: 1.2rem;
  }
  .page-overview .sec-about .group-content .list .item.verb {
    background-color: #fff;
    border-radius: 6rem;
    padding: 2.2rem 1rem 3rem 2.3rem;
    margin-top: 6rem;
    width: 90%;
  }
  .page-overview .sec-about .group-content .list .item.verb .above {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
  .page-overview .sec-about .group-content .list .item.verb .above .left {
    gap: 1rem;
  }
  .page-overview .sec-about .group-content .list .item.verb .above .left .logo {
    width: 3.6rem;
  }
  .page-overview .sec-about .group-content .list .item.verb .above .left .title p {
    display: none;
    font-size: 4rem;
    color: #000;
  }
  .page-overview .sec-about .group-content .list .item.verb .above span {
    font-size: 1.1rem;
  }
  .page-overview .sec-about .group-content .list .item.verb .below {
    margin-top: 1.5rem;
  }
  .page-overview .sec-about .group-content .list .item.verb .below .group {
    margin-top: 0.5rem;
    flex-direction: column;
    gap: 2.6rem;
  }
  .page-overview .sec-about .group-content .list .item.verb .below .group .text {
    width: 90%;
    max-width: initial;
  }
  .page-overview .sec-about .group-content .list .item.ques {
    max-width: 108rem;
    width: 90%;
    margin: 3rem auto 0;
    transform: initial;
    border: 0.5rem solid #fff;
    border-radius: 3rem;
    padding: 2.9rem 1rem;
  }
  .page-overview .sec-about .group-content .list .item.ques .bg {
    display: none;
  }
  .page-overview .sec-about .group-content .list .item.ques .group {
    position: initial;
    width: 100%;
    max-width: 74rem;
    transform: initial;
  }
  .page-overview .sec-about .group-content .list .item.ques .group .title {
    padding-bottom: 1.4rem;
    border-bottom: none;
    position: relative;
  }
  .page-overview .sec-about .group-content .list .item.ques .group .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 1px;
    background-color: #fff;
  }
  .page-overview .sec-about .group-content .list .item.ques .group .title p {
    font-size: 1.6rem;
  }
  .page-overview .sec-about .group-content .list .item.ques .group .title-v2 {
    padding-top: 1.4rem;
    position: relative;
  }
  .page-overview .sec-about .group-content .list .item.ques .group .title-v2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/overview/sp/question-mark.png) no-repeat center center/100% 100%;
    width: 5.8rem;
    height: auto;
    aspect-ratio: 115/144;
  }
  .page-overview .sec-about .group-content .list .item.ques .group .title-v2 p {
    font-size: 2.3rem;
  }
  .page-overview .sec-about .group-content .list .item.ques .group .text {
    margin-top: 1.7rem;
  }
  .page-overview .sec-about .group-content .list .item.tb {
    padding: 3rem 2rem;
    width: 90%;
    border-radius: 3rem;
    margin-top: 3rem;
  }
  .page-overview .sec-about .group-content .list .item.tb .title p {
    font-size: 1.5rem;
  }
  .page-overview .sec-about .group-content .list .item.tb .table {
    margin-top: 2.5rem;
  }
  .page-overview .sec-about .group-content .list .item.tb .table table tr th {
    padding: 1rem 2.5rem;
  }
  .page-overview .sec-about .group-content .list .item.tb .table table tr td {
    padding: 2rem 1.5rem;
    text-align: center;
  }
  .page-overview .sec-about .group-content .item-bottom {
    overflow: hidden;
    bottom: -12rem;
    left: -13rem;
  }
  .page-overview .sec-about .group-content .item-bottom .content .bg {
    width: 110%;
  }
  .page-overview .sec-about .group-content .item-bottom .content .group {
    top: 40%;
    left: 64%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 115.6rem;
  }
  .page-overview .sec-about .group-content .item-bottom .content .group .title {
    width: 100%;
  }
  .page-overview .sec-about .group-content .item-bottom .content .group .title p {
    font-size: 2.9rem;
  }
  .page-overview .sec-about .group-content .item-bottom .content .group .text {
    margin-top: 2.5rem;
  }
  .page-overview .sec-about .group-content .item-bottom .content .group .text p {
    font-size: 1.8rem;
  }
}
.page-curriculum .sec-banner-top {
  margin-top: 15rem;
}
.page-curriculum .sec-banner-top .container {
  width: 100%;
  max-width: 100%;
}
.page-curriculum .sec-banner-top .container .group {
  position: relative;
}
.page-curriculum .sec-banner-top .container .group .group-content img {
  width: 100%;
}
.page-curriculum .sec-banner-top .container .group .group-text {
  position: absolute;
  bottom: -5%;
  text-align: center;
  width: 100%;
}
.page-curriculum .sec-banner-top .container .group .group-text p {
  font-family: "Bebas Neue", sans-serif;
  font-size: 10.1rem;
  color: #00b7e5;
  font-weight: bold;
  line-height: 1;
}
.page-curriculum .sec-banner-top .container .group .group-text span {
  font-size: 2rem;
  color: #000000;
}
.page-curriculum .sec-phases {
  margin-top: 12rem;
}
.page-curriculum .sec-phases .container {
  width: 100%;
}
.page-curriculum .sec-phases .group-phases .bg-left {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: -5rem;
  position: relative;
}
.page-curriculum .sec-phases .group-phases .bg-left .bg-text {
  top: 1.5rem;
  right: 6rem;
  position: absolute;
  color: #ffffff;
  display: flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
}
.page-curriculum .sec-phases .group-phases .bg-left .bg-text span {
  font-size: 5.7rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: bold;
}
.page-curriculum .sec-phases .group-phases .bg-left .bg-text p {
  font-family: "Bebas Neue", sans-serif;
  font-weight: bold;
  font-size: 11.4rem;
}
.page-curriculum .sec-phases .group-phases .bg-right {
  max-width: 123rem;
  width: 73%;
  position: relative;
  left: 27vw;
  bottom: 13rem;
}
.page-curriculum .sec-phases .group-phases .bg-right .text {
  display: flex;
  align-items: center;
  gap: 2.7rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #000000;
}
.page-curriculum .sec-phases .group-phases .bg-right .text span:first-child {
  font-size: 4rem;
  color: #000000;
}
.page-curriculum .sec-phases .group-phases .bg-right .text span:last-child {
  font-size: 6.6rem;
  color: #ff4da8;
}
.page-curriculum .sec-phases .group-phases .bg-right .txt {
  margin-top: 4.5rem;
}
.page-curriculum .sec-phases .group-phases .bg-right .txt span {
  font-size: 3rem;
  color: #000000;
}
.page-curriculum .sec-phases .group-phases .bg-right .list-checkbox {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 3.7rem;
}
.page-curriculum .sec-phases .group-phases .bg-right .list-checkbox .item-checkbox {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  cursor: pointer;
  line-height: 1;
}
.page-curriculum .sec-phases .group-phases .bg-right .list-checkbox .item-checkbox .custom-checkbox {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 0.3rem;
  background-color: #ff4da8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-curriculum .sec-phases .group-phases .bg-right .list-checkbox .item-checkbox .custom-checkbox::after {
  content: "";
  width: 14px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  left: 4px;
}
.page-curriculum .sec-phases .group-phases .bg-right .list-checkbox .item-checkbox .checkbox-text span {
  font-size: 1.8rem;
  color: #000000;
}
.page-curriculum .sec-phases .group-phases .bg-right .list-checkbox .course {
  display: flex;
  margin-left: 3.5rem;
  gap: 5.8rem;
}
.page-curriculum .sec-phases .group-phases .bg-right .list-checkbox .course .course-item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.page-curriculum .sec-phases .group-phases .bg-right .list-checkbox .course .course-item .course-item__title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.page-curriculum .sec-phases .group-phases .bg-right .list-checkbox .course .course-item .course-item__title .course-item__title__text span {
  font-size: 2.4rem;
  color: #00b7e5;
}
.page-curriculum .sec-phases .group-phases .bg-right .list-checkbox .course .course-item .course-item__text span {
  color: #000000;
}
.page-curriculum .sec-phases .group-phases .bg-right .group-text {
  margin-top: 7.8rem;
}
.page-curriculum .sec-phases .group-phases .bg-right .group-text span {
  font-size: 3rem;
  color: #ff4da8;
}
.page-curriculum .sec-phase-goal {
  padding: 6.9rem 0;
  background: url(../images/curriculum/bg.png) no-repeat center center/cover;
}
.page-curriculum .sec-phase-goal .container {
  max-width: 99.9rem;
}
.page-curriculum .sec-phase-goal .container .content .phase-goal__inner {
  background-color: #ffffff;
  border-radius: 3rem;
  padding: 5.2rem 5rem;
}
.page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}
.page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__title::before, .page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #000000;
}
.page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__title span {
  font-size: 3rem;
  color: #000000;
  padding: 0 4rem;
}
.page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__steps {
  display: flex;
  gap: 4.4rem;
  width: 100%;
  margin: 0 auto;
  max-width: 72.1rem;
  align-items: center;
}
.page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__steps .phase-goal__steps__item {
  width: 100%;
  max-width: 21.1rem;
  height: 21.1rem;
  background-color: #00b7e5;
  display: flex;
  align-items: center;
  border-radius: 50%;
  position: relative;
  justify-content: center;
}
.page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__steps .phase-goal__steps__item span {
  font-size: 5.5rem;
  color: #ffffff;
}
.page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__steps .phase-goal__steps__item::after {
  content: "";
  position: absolute;
  left: 22rem;
  border-top: 2.5rem solid transparent;
  border-bottom: 2.5rem solid transparent;
  border-left: 2.5rem solid #00b7e5;
}
.page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__steps .phase-goal__steps__item:last-child::after {
  display: none;
}
.page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__text {
  text-align: center;
  margin-top: 1.1rem;
}
.page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__text span {
  font-size: 3.7rem;
  color: #000000;
}
.page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__group__text {
  margin-top: 5rem;
  font-size: 3.7rem;
  text-align: center;
}
.page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__group__text p {
  color: #000000;
}
.page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__group__text span {
  color: #ff4da8;
}
.page-curriculum .required {
  margin-top: 11.5rem;
}
.page-curriculum .required .container {
  max-width: 99.932rem;
}
.page-curriculum .required .container .content .required-title {
  text-align: center;
}
.page-curriculum .required .container .content .required-title p {
  font-size: 10.1rem;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
  color: #00b7e5;
  line-height: 1;
}
.page-curriculum .required .container .content .required-title span {
  font-size: 2rem;
  color: #000000;
}
.page-curriculum .required .container .content .required-group-text {
  margin-top: 8.5rem;
  display: flex;
  flex-direction: column;
  gap: 5.7rem;
}
.page-curriculum .required .container .content .required-group-text .required-group-text__subtitle p {
  text-align: center;
  font-size: 3rem;
  color: #000000;
}
.page-curriculum .required .container .content .required-group-text .required-group-text__txt span {
  font-size: 1.8rem;
  color: #000000;
}
.page-curriculum .required .container .content .list {
  margin-top: 3.6rem;
  gap: 1.56rem;
  display: flex;
  flex-direction: column;
}
.page-curriculum .required .container .content .list .item {
  border-radius: 5rem;
  border: 0.8rem solid #00b7e5;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #00b7e5;
}
.page-curriculum .required .container .content .list .item .item__label {
  padding: 2.2rem;
  background-color: #00b7e5;
  width: 100%;
  text-align: center;
  max-width: 28.5rem;
}
.page-curriculum .required .container .content .list .item .item__label p {
  font-size: 2.6rem;
  color: #ffffff;
}
.page-curriculum .required .container .content .list .item .item__content {
  padding: 2.5rem;
  background-color: #ffffff;
  flex: 1;
}
.page-curriculum .required .container .content .list .item .item__content p {
  font-size: 2.2rem;
  color: #000000;
}
.page-curriculum .required .container .content .required-group-txt {
  margin-top: 4.9rem;
  text-align: center;
}
.page-curriculum .required .container .content .required-group-txt .txt p {
  font-size: 1.8rem;
  color: #000000;
}
.page-curriculum .required .container .content .required-group-txt .txt p span {
  color: #ff4da8;
}
.page-curriculum .required .container .content .required-group-txt .txt-title {
  margin-top: 1.5rem;
}
.page-curriculum .required .container .content .required-group-txt .txt-title p {
  font-size: 3.4rem;
  color: #000000;
}
.page-curriculum .required .container .content .required-group-txt .text {
  margin-top: 2.5rem;
}
.page-curriculum .required .container .content .required-group-txt .text span {
  font-size: 1.8rem;
}
.page-curriculum .hands {
  overflow: hidden;
  margin-top: 14.2rem;
}
.page-curriculum .hands .hands-group {
  position: relative;
}
.page-curriculum .hands .hands-group .bg-a {
  position: absolute;
  z-index: -1;
  left: -7vw;
  top: 17rem;
}
.page-curriculum .hands .hands-group .bg-b {
  position: absolute;
  z-index: -2;
  right: 2vw;
  top: 21rem;
}
.page-curriculum .hands .hands-group .container {
  max-width: 111rem;
}
.page-curriculum .hands .hands-group .container .group-content .title-main p {
  color: #00b7e5;
}
.page-curriculum .hands .hands-group .container .group-content .content {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  width: 100%;
  max-width: 37.735rem;
  margin-top: 22rem;
  gap: 3.55rem;
}
.page-curriculum .hands .hands-group .container .group-content .content p {
  font-size: 5rem;
  white-space: nowrap;
}
.page-curriculum .hands .hands-list {
  margin-top: 7rem;
  display: flex;
  gap: 4.55rem;
  margin-left: -10rem;
  margin-right: -10rem;
}
.page-curriculum .hands .hands-list .hands-item {
  display: flex;
  flex-direction: column;
}
.page-curriculum .hands .hands-list-text {
  padding-top: 5.2rem;
  display: flex;
  gap: 4.7rem;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
}
.page-curriculum .hands .hands-list-text .hands-item__group-text {
  display: flex;
  gap: 1.3rem;
  flex-direction: column;
  width: 33%;
}
.page-curriculum .hands .hands-list-text .hands-item__group-text .hands-item__text span {
  font-size: 3rem;
  color: #00b7e5;
}
.page-curriculum .reasons {
  margin-top: 9rem;
}
.page-curriculum .reasons .container {
  max-width: 128rem;
}
.page-curriculum .reasons .container .content .reasons__header {
  display: block;
  position: relative;
  background-color: #00b7e5;
  padding: 2.6rem;
  font-size: 4.103rem;
  margin: 0 auto;
  color: #000000;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20rem;
}
.page-curriculum .reasons .container .content .reasons__header::after {
  content: "";
  position: absolute;
  bottom: -3.8rem;
  left: 70%;
  width: 0;
  height: 0;
  border-left: 3rem solid transparent;
  border-right: 0 solid transparent;
  border-top: 4rem solid #00b7e5;
  transform: skewX(-54deg);
}
.page-curriculum .reasons .container .content .reasons-list {
  margin-top: 3rem;
  display: flex;
  gap: 5.08rem;
}
.page-curriculum .reasons .container .content .reasons-list .reasons-item {
  position: relative;
}
.page-curriculum .reasons .container .content .reasons-list .reasons-item .reasons-item__images img {
  width: 39.2rem;
}
.page-curriculum .reasons .container .content .reasons-list .reasons-item .reasons-item__one {
  position: absolute;
  display: flex;
  line-height: 1;
  align-items: baseline;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-curriculum .reasons .container .content .reasons-list .reasons-item .reasons-item__one .text span {
  font-size: 16.342rem;
  font-weight: bold;
  color: #00b7e5;
  font-family: "Bebas Neue", sans-serif;
}
.page-curriculum .reasons .container .content .reasons-list .reasons-item .reasons-item__text {
  position: absolute;
  text-align: center;
  transform: translate(3%, -50%);
}
.page-curriculum .reasons .container .content .reasons-list .reasons-item .reasons-item__text span {
  font-size: 3rem;
  color: #000000;
}
.page-curriculum .required-curriculum {
  margin-top: 4.89rem;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 17.9rem;
}
.page-curriculum .required-curriculum .required-curriculum__group {
  position: relative;
}
.page-curriculum .required-curriculum .required-curriculum__group .bg-a {
  z-index: -1;
  position: absolute;
  left: -7.4rem;
  top: -10rem;
}
.page-curriculum .required-curriculum .required-curriculum__group .bg-b {
  z-index: -2;
  position: absolute;
  top: -10rem;
  right: -4.2rem;
}
.page-curriculum .required-curriculum .required-curriculum__group .container {
  max-width: 120rem;
}
.page-curriculum .required-curriculum .required-curriculum__group .container .group-content {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  max-width: 50rem;
  width: 100%;
  gap: 3.9rem;
  margin-top: 22rem;
}
.page-curriculum .required-curriculum .required-curriculum__group .container .group-content .content {
  gap: 3.9rem;
  display: flex;
  flex-direction: column;
}
.page-curriculum .required-curriculum .required-curriculum__group .container .group-content .content p {
  font-size: 4.1rem;
  color: #000000;
  line-height: 1.1;
}
.page-curriculum .required-curriculum .required-curriculum__group.v2 {
  padding-bottom: 7rem;
}
.page-curriculum .required-curriculum .required-curriculum__group.v2 .bg-b {
  z-index: -2;
  position: absolute;
  top: 14rem;
  right: -30rem;
}
.page-curriculum .required-curriculum .required-curriculum__group.v2 .container .group-content {
  margin-left: unset;
  margin-right: auto;
  max-width: none;
}
.page-curriculum .required-curriculum .required-curriculum__group.v2 .container .group-content .title-main p {
  color: #00b7e5;
}
.page-curriculum .required-curriculum .required-curriculum__group.v2 .container .group-content .content {
  max-width: 50rem;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .page-curriculum .sec-banner-top {
    margin-top: 0;
  }
  .page-curriculum .sec-banner-top .container .group .group-text {
    bottom: -25%;
  }
  .page-curriculum .sec-banner-top .container .group .group-text p {
    font-size: 4.5rem;
  }
  .page-curriculum .sec-banner-top .container .group .group-text span {
    font-size: 1rem;
  }
  .page-curriculum .sec-phases {
    margin-top: 8rem;
  }
  .page-curriculum .sec-phases .group-phases .bg-left {
    max-width: initial;
    width: 53.334%;
    margin-left: -9rem;
  }
  .page-curriculum .sec-phases .group-phases .bg-left .bg-text {
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
  }
  .page-curriculum .sec-phases .group-phases .bg-left .bg-text span {
    font-size: 2rem;
  }
  .page-curriculum .sec-phases .group-phases .bg-left .bg-text p {
    font-size: 4rem;
  }
  .page-curriculum .sec-phases .group-phases .bg-right {
    max-width: initial;
    width: 90%;
    position: relative;
    left: 50%;
    top: -6rem;
    transform: translateX(-50%);
  }
  .page-curriculum .sec-phases .group-phases .bg-right .text {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 2rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
  }
  .page-curriculum .sec-phases .group-phases .bg-right .text span:first-child {
    font-size: 2rem;
    margin-left: 10rem;
  }
  .page-curriculum .sec-phases .group-phases .bg-right .text span:last-child {
    font-size: 3.3rem;
    margin-left: 10rem;
  }
  .page-curriculum .sec-phases .group-phases .bg-right .txt {
    margin-top: 2rem;
  }
  .page-curriculum .sec-phases .group-phases .bg-right .txt span {
    font-size: 1.5rem;
  }
  .page-curriculum .sec-phases .group-phases .bg-right .list-checkbox {
    margin-top: 2.4rem;
    gap: 1.7rem;
  }
  .page-curriculum .sec-phases .group-phases .bg-right .list-checkbox .item-checkbox {
    gap: 1rem;
    align-items: flex-start;
    line-height: 1;
  }
  .page-curriculum .sec-phases .group-phases .bg-right .list-checkbox .item-checkbox .custom-checkbox {
    width: 1.5rem;
    height: 1.5rem;
    aspect-ratio: 1/1;
    border-radius: 0.3rem;
    margin-top: 0.3rem;
  }
  .page-curriculum .sec-phases .group-phases .bg-right .list-checkbox .item-checkbox .custom-checkbox::after {
    width: 1rem;
    height: 0.6rem;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .page-curriculum .sec-phases .group-phases .bg-right .list-checkbox .item-checkbox .checkbox-text span {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .page-curriculum .sec-phases .group-phases .bg-right .list-checkbox .course {
    flex-direction: column;
    margin-left: 0;
    gap: 0.9rem;
  }
  .page-curriculum .sec-phases .group-phases .bg-right .list-checkbox .course .course-item {
    gap: 1.6rem;
  }
  .page-curriculum .sec-phases .group-phases .bg-right .list-checkbox .course .course-item .course-item__title .course-item__title__img {
    width: 14.94%;
  }
  .page-curriculum .sec-phases .group-phases .bg-right .list-checkbox .course .course-item .course-item__title .course-item__title__text span {
    font-size: 1.4rem;
  }
  .page-curriculum .sec-phases .group-phases .bg-right .group-text {
    margin-top: 2.4rem;
  }
  .page-curriculum .sec-phases .group-phases .bg-right .group-text span {
    font-size: 1.5rem;
  }
  .page-curriculum .sec-phase-goal {
    padding: 3.4rem 0;
  }
  .page-curriculum .sec-phase-goal .container {
    max-width: 99.9rem;
  }
  .page-curriculum .sec-phase-goal .container .content .phase-goal__inner {
    border-radius: 3rem;
    padding: 3rem 2.1rem;
  }
  .page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.6rem;
  }
  .page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__title span {
    font-size: 1.5rem;
    padding: 0 1rem;
  }
  .page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__steps {
    display: flex;
    gap: 1.8rem;
    max-width: initial;
  }
  .page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__steps .phase-goal__steps__item {
    width: 28.72%;
    max-width: initial;
    height: auto;
    aspect-ratio: 1/1;
  }
  .page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__steps .phase-goal__steps__item span {
    font-size: 2.25rem;
  }
  .page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__steps .phase-goal__steps__item::after {
    content: "";
    position: absolute;
    left: 105%;
    border-top: 1.25rem solid transparent;
    border-bottom: 1.25rem solid transparent;
    border-left: 1.25rem solid #00b7e5;
  }
  .page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__text {
    text-align: center;
    margin-top: 0.5rem;
  }
  .page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__text span {
    font-size: 1.85rem;
  }
  .page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__group__text {
    margin-top: 2.5rem;
    font-size: 1.85rem;
  }
  .page-curriculum .sec-phase-goal .container .content .phase-goal__inner .phase-goal__group__text p {
    font-size: 1.85rem;
  }
  .page-curriculum .required {
    margin-top: 4.5rem;
  }
  .page-curriculum .required .container {
    max-width: initial;
  }
  .page-curriculum .required .container .content .required-title p {
    font-size: 4.5rem;
  }
  .page-curriculum .required .container .content .required-title span {
    font-size: 1rem;
  }
  .page-curriculum .required .container .content .required-group-text {
    margin-top: 4.7rem;
    gap: 2.7rem;
  }
  .page-curriculum .required .container .content .required-group-text .required-group-text__subtitle p {
    font-size: 1.5rem;
  }
  .page-curriculum .required .container .content .required-group-text .required-group-text__txt span {
    font-size: 1.2rem;
  }
  .page-curriculum .required .container .content .list {
    margin-top: 1.7rem;
    gap: 0.9rem;
  }
  .page-curriculum .required .container .content .list .item {
    border-radius: 4rem;
  }
  .page-curriculum .required .container .content .list .item .item__label {
    padding: 1.1rem;
    width: 30.397%;
    max-width: initial;
  }
  .page-curriculum .required .container .content .list .item .item__label p {
    font-size: 1.2rem;
  }
  .page-curriculum .required .container .content .list .item .item__content {
    padding: 1.25rem;
  }
  .page-curriculum .required .container .content .list .item .item__content p {
    font-size: 1.2rem;
  }
  .page-curriculum .required .container .content .required-group-txt {
    margin-top: 2.3rem;
  }
  .page-curriculum .required .container .content .required-group-txt .txt p {
    font-size: 1.2rem;
  }
  .page-curriculum .required .container .content .required-group-txt .txt-title {
    margin-top: 1rem;
  }
  .page-curriculum .required .container .content .required-group-txt .txt-title p {
    font-size: 1.7rem;
  }
  .page-curriculum .required .container .content .required-group-txt .text {
    margin-top: 2rem;
  }
  .page-curriculum .required .container .content .required-group-txt .text span {
    font-size: 1.2rem;
  }
  .page-curriculum .hands {
    margin-top: 6.3rem;
  }
  .page-curriculum .hands .hands-group .bg-a {
    z-index: -2;
    left: 50%;
    width: 90%;
    top: 17%;
    transform: translateX(-50%);
  }
  .page-curriculum .hands .hands-group .bg-b {
    right: initial;
    left: -54%;
    width: 120%;
    top: 60%;
  }
  .page-curriculum .hands .hands-group .container .group-content .content {
    max-width: initial;
    margin-top: 23.7rem;
    gap: 2.2rem;
  }
  .page-curriculum .hands .hands-group .container .group-content .content p {
    font-size: 2.5rem;
  }
  .page-curriculum .hands .hands-list {
    margin-top: 1.73rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-left: -8rem;
    margin-right: 0;
  }
  .page-curriculum .hands .hands-list .hands-item {
    display: flex;
    flex-direction: row;
    gap: 1.79rem;
  }
  .page-curriculum .hands .hands-list .hands-item .hands-item__images {
    width: 43.01%;
  }
  .page-curriculum .hands .hands-list .hands-item .hands-item__group-text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 50%;
  }
  .page-curriculum .hands .hands-list .hands-item .hands-item__group-text .hands-item__text span {
    font-size: 1.5rem;
    color: #00b7e5;
  }
  .page-curriculum .hands .hands-list .hands-item:nth-of-type(2) {
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: -10rem;
  }
  .page-curriculum .hands .hands-list .hands-item:nth-of-type(2) .hands-item__group-text {
    width: 37.66%;
  }
  .page-curriculum .hands .hands-list .hands-item:nth-of-type(2) .hands-item__images {
    width: 43.01%;
  }
  .page-curriculum .hands .hands-list .hands-item:nth-of-type(3) .hands-item__group-text {
    width: 50%;
  }
  .page-curriculum .hands .hands-list .hands-item:nth-of-type(3) .hands-item__images {
    width: 43.01%;
  }
  .page-curriculum .hands .hands-list-text {
    display: none;
  }
  .page-curriculum .reasons {
    margin-top: 3.5rem;
  }
  .page-curriculum .reasons .container .content .reasons__header {
    padding: 1.3rem;
    font-size: 1.7rem;
  }
  .page-curriculum .reasons .container .content .reasons__header::after {
    content: "";
    bottom: -1.9rem;
    border-left: 1.5rem solid transparent;
    border-top: 2rem solid #00b7e5;
  }
  .page-curriculum .reasons .container .content .reasons-list {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.1rem;
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
  }
  .page-curriculum .reasons .container .content .reasons-list .reasons-item {
    width: 48%;
  }
  .page-curriculum .reasons .container .content .reasons-list .reasons-item .reasons-item__images img {
    width: 100%;
  }
  .page-curriculum .reasons .container .content .reasons-list .reasons-item .reasons-item__one {
    justify-content: center;
  }
  .page-curriculum .reasons .container .content .reasons-list .reasons-item .reasons-item__one .images {
    width: 40%;
  }
  .page-curriculum .reasons .container .content .reasons-list .reasons-item .reasons-item__one .text span {
    font-size: 6.3rem;
  }
  .page-curriculum .reasons .container .content .reasons-list .reasons-item .reasons-item__text {
    transform: translate(5%, -50%);
  }
  .page-curriculum .reasons .container .content .reasons-list .reasons-item .reasons-item__text span {
    font-size: 1.25rem;
    white-space: nowrap;
  }
  .page-curriculum .reasons .container .content .reasons-list .reasons-item:nth-of-type(2) {
    width: 46%;
  }
  .page-curriculum .reasons .container .content .reasons-list .reasons-item:nth-of-type(3) {
    width: 46%;
  }
  .page-curriculum .required-curriculum {
    overflow: hidden;
    width: 100%;
    margin: 0 auto 0;
  }
  .page-curriculum .required-curriculum .required-curriculum__group {
    padding-top: 42rem;
  }
  .page-curriculum .required-curriculum .required-curriculum__group .bg-a {
    left: -3.4rem;
    top: 7%;
    width: 104%;
  }
  .page-curriculum .required-curriculum .required-curriculum__group .bg-b {
    top: 28rem;
    right: -8.2rem;
    width: 105%;
  }
  .page-curriculum .required-curriculum .required-curriculum__group .container .group-content {
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
    width: 100%;
    gap: 3.9rem;
    margin-top: 0;
  }
  .page-curriculum .required-curriculum .required-curriculum__group .container .group-content .content {
    gap: 2.7rem;
  }
  .page-curriculum .required-curriculum .required-curriculum__group .container .group-content .content p {
    font-size: 2rem;
  }
  .page-curriculum .required-curriculum .required-curriculum__group.v2 {
    padding-top: 4.8rem;
    padding-bottom: 23.4rem;
  }
  .page-curriculum .required-curriculum .required-curriculum__group.v2 .bg-b {
    top: initial;
    bottom: 4.8rem;
    right: 50%;
    transform: translateX(50%);
    width: 90%;
  }
  .page-curriculum .required-curriculum .required-curriculum__group.v2 .container .group-content {
    margin-left: unset;
    margin-right: auto;
    max-width: none;
    gap: 4.3rem;
  }
  .page-curriculum .required-curriculum .required-curriculum__group.v2 .container .group-content .title-main p {
    font-size: 4.5rem;
  }
  .page-curriculum .required-curriculum .required-curriculum__group.v2 .container .group-content .content {
    max-width: initial;
    margin-top: 0;
  }
}
.content-title p {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
}

.sec-about-top {
  background: url(../images/about/top-bg.png);
  background-size: cover;
  background-position: bottom;
  padding-bottom: 6.4rem;
}
.sec-about-top .container {
  max-width: 100%;
  width: 100%;
}
.sec-about-top .container .content .ft {
  display: flex;
  justify-content: center;
}
.sec-about-top .container .content .ft iframe {
  width: 95%;
  height: auto;
  max-width: 1000px;
  aspect-ratio: 16/9;
}

.sec-about-mvp {
  margin-top: 12.6rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.sec-about-mvp .container {
  max-width: 110rem;
}
.sec-about-mvp .container .content {
  display: flex;
  flex-direction: column;
  gap: 22rem;
}
.sec-about-mvp .container .content .title-main p {
  color: #00b7e5;
}
.sec-about-mvp .container .content .group .group-txt {
  max-width: 52rem;
  width: 100%;
  position: relative;
  z-index: 2;
}
.sec-about-mvp .container .content .group .group-txt .title {
  font-size: 4.1rem;
  font-weight: 900;
  margin-bottom: 4rem;
  line-height: 1.3;
}
.sec-about-mvp .container .content .group .group-txt span {
  color: #ff4da8;
  font-weight: 700;
}
.sec-about-mvp .container .content .group:first-child .group-txt {
  margin-top: 7.5rem;
  margin-left: auto;
}
.sec-about-mvp .container .content .group:last-child .group-txt {
  margin-top: 10.5rem;
}
.sec-about-mvp .container .btn {
  margin-top: 21rem;
  display: flex;
  justify-content: center;
}
.sec-about-mvp .pos {
  position: absolute;
  z-index: 1;
}
.sec-about-mvp .what-img {
  top: 9vw;
  left: -21vw;
  width: 69vw;
}
.sec-about-mvp .what-cloud {
  top: -3.5vw;
  left: 5vw;
  width: 69vw;
  z-index: -1;
}
.sec-about-mvp .who-img {
  bottom: 9vw;
  right: -21vw;
  width: 69vw;
}
.sec-about-mvp .who-cloud {
  bottom: 25vw;
  right: -31vw;
  width: 69vw;
  z-index: -1;
}

.sec-tool {
  margin-top: 5rem;
}
.sec-tool .container {
  max-width: 110rem;
}
.sec-tool .container .content .content-title p {
  text-align: left;
}
.sec-tool .container .content .content-title span {
  margin-top: 0.5rem;
  display: block;
}
.sec-tool .container .content .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
  gap: 4.5rem;
  margin-top: 5rem;
}
.sec-tool .container .content .list .item {
  padding-right: 4.5rem;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
  border-right: 0.1rem solid #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-tool .container .content .list .item .img {
  min-height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-tool .container .content .list .item .name {
  font-size: 2rem;
  text-align: center;
  margin-top: 3rem;
  line-height: 1;
  font-weight: 700;
}
.sec-tool .container .content .list .item .txt {
  margin-top: 2rem;
  flex: 1;
}
.sec-tool .container .content .list .item .txt span {
  color: #ff4da8;
  font-weight: 700;
}
.sec-tool .container .content .list .item:nth-child(2) img {
  width: 20rem;
}
.sec-tool .container .content .list .item:last-child {
  border: 0;
  padding: 0;
}
.sec-tool .container .content .group-content {
  margin-top: 10rem;
}
.sec-tool .container .content .group-content .item {
  min-height: 28.5rem;
  border-top: 0.1rem dashed #000;
  align-content: center;
}
.sec-tool .container .content .group-content .item .txt {
  margin-top: 1rem;
}
.sec-tool .container .content .group-content .item .txt span {
  color: #ff4da8;
  font-weight: 700;
}
.sec-tool .container .content .group-content .item .txt-grid {
  display: grid;
  grid-template-columns: repeat(2, 40rem);
}
.sec-tool .container .content .group-content .item .txt-grid .grid {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.sec-tool .container .content .group-content .item .txt-grid .grid span {
  color: #00b7e5;
  font-size: 1.1rem;
}

.sec-highschool {
  margin-top: 5rem;
}
.sec-highschool .container {
  max-width: 110rem;
}
.sec-highschool .container .content .content-head {
  margin-top: 4.5rem;
}
.sec-highschool .container .content .content-head .title {
  font-size: 3rem;
  color: #00b7e5;
  text-align: center;
}
.sec-highschool .container .content .content-head .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 3rem;
  margin-top: 3.5rem;
}
.sec-highschool .container .content .content-head .list .item .img {
  border-radius: 8rem;
  padding: 3rem;
  width: 23rem;
  height: 23rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-highschool .container .content .content-head .list .item .img--1 {
  background: linear-gradient(to right, #f351aa, #d55db1);
}
.sec-highschool .container .content .content-head .list .item .img--1 img {
  width: 9rem;
}
.sec-highschool .container .content .content-head .list .item .img--2 {
  background: linear-gradient(to right, #bc67b7, #907ac2);
}
.sec-highschool .container .content .content-head .list .item .img--2 img {
  width: 10rem;
}
.sec-highschool .container .content .content-head .list .item .img--3 {
  background: linear-gradient(to right, #7585c8, #4f95d1);
}
.sec-highschool .container .content .content-head .list .item .img--3 img {
  width: 10rem;
}
.sec-highschool .container .content .content-head .list .item .img--4 {
  background: linear-gradient(to right, #33a2d9, #07b3e3);
}
.sec-highschool .container .content .content-head .list .item .img--4 img {
  width: 7rem;
}
.sec-highschool .container .content .content-head .list .item .title {
  font-size: 2.2rem;
  margin-top: 2rem;
}
.sec-highschool .container .content .content-head .list .item .txt {
  margin-top: 2.5rem;
}
.sec-highschool .container .content .content-body {
  margin-top: 8rem;
  border-top: 0.1rem dashed #000;
  padding-top: 7rem;
}
.sec-highschool .container .content .content-body .wrap {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.sec-highschool .container .content .content-body .wrap .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.sec-highschool .container .content .content-body .wrap .list .item {
  background: #00b7e5;
  border-radius: 2.4rem;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0.7rem 2rem;
}
.sec-highschool .container .content .content-ft {
  margin-top: 9rem;
  border-top: 0.1rem dashed #000;
  padding-top: 7rem;
}
.sec-highschool .container .content .content-ft .wrap {
  margin-top: 6.5rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
.sec-highschool .container .content .content-ft .wrap .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  gap: 3.5rem;
}
.sec-highschool .container .content .content-ft .wrap .list .item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.sec-highschool .container .content .content-ft .wrap .list .item .img {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
.sec-highschool .container .content .content-ft .wrap .list .item .img--1 img {
  width: 5.6rem;
}
.sec-highschool .container .content .content-ft .wrap .list .item .img--2 img {
  width: 6.8rem;
}
.sec-highschool .container .content .content-ft .wrap .list .item .img--3 img {
  width: 4.5rem;
}
.sec-highschool .container .content .content-ft .wrap .list .item .txt {
  flex: 1;
}
.sec-highschool .container .content .content-ft .wrap .list .item .txt span {
  color: #00b7e5;
  font-size: 2.2rem;
  font-weight: 700;
}
.sec-highschool .container .content .content-ft .wrap .list .item .txt p {
  margin-top: 1rem;
}
.sec-highschool .container .content .content-sc {
  margin-top: 7rem;
  border-top: 0.1rem dashed #000;
  padding-top: 7rem;
}
.sec-highschool .container .content .content-sc .group {
  margin-top: 5.5rem;
  display: flex;
  align-items: flex-start;
  gap: 3.4rem;
}
.sec-highschool .container .content .content-sc .group .img {
  max-width: 56rem;
  width: 100%;
}
.sec-highschool .container .content .btn {
  margin-top: 14rem;
}

.sec-mental {
  margin-top: 5rem;
}
.sec-mental .container {
  max-width: 110rem;
}
.sec-mental .container .content .content-head .txt {
  margin-top: 1.5rem;
}
.sec-mental .container .content .content-head .txt span {
  color: #ff4da8;
  font-weight: 700;
}
.sec-mental .container .content .content-body {
  margin-top: 4rem;
  padding-top: 6.5rem;
  border-top: 0.1rem dashed #000;
}
.sec-mental .container .content .content-body .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
  gap: 4rem;
  margin-top: 3.5rem;
}
.sec-mental .container .content .content-body .list .item {
  padding-right: 4rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  border-right: 0.1rem solid #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-mental .container .content .content-body .list .item .img {
  min-height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-mental .container .content .content-body .list .item .img img {
  width: 9rem;
}
.sec-mental .container .content .content-body .list .item .name {
  font-size: 2.2rem;
  text-align: left;
  margin-top: 1.5rem;
  font-weight: 700;
}
.sec-mental .container .content .content-body .list .item .txt {
  margin-top: 2rem;
  flex: 1;
}
.sec-mental .container .content .content-body .list .item .txt span {
  color: #ff4da8;
  font-weight: 700;
}
.sec-mental .container .content .content-body .list .item:last-child {
  border: 0;
  padding: 0;
}
.sec-mental .container .content .content-ft {
  margin-top: 7.5rem;
}
.sec-mental .container .content .btn {
  margin-top: 11rem;
}

.sec-youth {
  margin-top: 5rem;
  margin-bottom: 12rem;
}
.sec-youth .container {
  max-width: 110rem;
}
.sec-youth .container .content .content-head {
  margin-top: 4rem;
}
.sec-youth .container .content .content-head .content-title p {
  text-align: left;
}
.sec-youth .container .content .content-head .txt {
  margin-top: 1.5rem;
}
.sec-youth .container .content .content-head .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}
.sec-youth .container .content .content-head .list .item .txt {
  margin-top: 1.5rem;
}
.sec-youth .container .content .content-body {
  margin-top: 5rem;
}
.sec-youth .container .content .content-body .title {
  font-size: 3.4rem;
  font-weight: 900;
  text-align: center;
}
.sec-youth .container .content .content-body .title span {
  color: #ff4da8;
}
.sec-youth .container .content .content-body .btn {
  margin-top: 6rem;
}
.sec-youth .container .content .content-ft {
  margin-top: 4rem;
}
.sec-youth .container .content .content-ft .list {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.sec-youth .container .content .content-ft .list .item {
  padding-bottom: 5rem;
  border-bottom: 0.1rem dashed #000;
}
.sec-youth .container .content .content-ft .list .item .content-title p {
  text-align: left;
}
.sec-youth .container .content .content-ft .list .item .group-txt {
  margin-top: 1.5rem;
}
.sec-youth .container .content .content-ft .list .item .group-txt .txt {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.sec-youth .container .content .content-ft .list .item .group-txt .txt small {
  font-size: 1.1rem;
  color: #00b7e5;
}
.sec-youth .container .content .content-ft .list .item .group-txt .txt span {
  color: #ff4da8;
  font-weight: 700;
}
.sec-youth .container .content .content-wrap {
  margin-top: 7.7rem;
}
.sec-youth .container .content .content-wrap .content-title {
  color: #00b7e5;
}
.sec-youth .container .content .content-wrap .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
  gap: 4rem;
  margin-top: 4rem;
}
.sec-youth .container .content .content-wrap .list .item {
  padding-right: 4rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  border-right: 0.1rem solid #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-youth .container .content .content-wrap .list .item .img {
  min-height: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-youth .container .content .content-wrap .list .item .name {
  font-size: 2.2rem;
  text-align: center;
  margin-top: 1.5rem;
  font-weight: 700;
}
.sec-youth .container .content .content-wrap .list .item .txt {
  margin-top: 2rem;
  flex: 1;
}
.sec-youth .container .content .content-wrap .list .item .txt span {
  color: #ff4da8;
  font-weight: 700;
}
.sec-youth .container .content .content-wrap .list .item:nth-child(1) img {
  width: 9.5rem;
}
.sec-youth .container .content .content-wrap .list .item:nth-child(2) img {
  width: 9rem;
}
.sec-youth .container .content .content-wrap .list .item:last-child {
  border: 0;
  padding: 0;
}
.sec-youth .container .content .content-wrap .list .item:last-child img {
  width: 10rem;
}

@media (max-width: 768px) {
  .content-title p {
    font-size: 1.5rem;
  }
  .sec-about-top {
    padding-bottom: 2.2rem;
  }
  .sec-about-top .container .content .ft {
    width: 91.734%;
    margin: 0 auto;
  }
  .sec-about-top .container .content .ft iframe {
    width: 100%;
  }
  .sec-about-mvp {
    margin-top: 5rem;
  }
  .sec-about-mvp .container .content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .sec-about-mvp .container .content .group:first-of-type {
    padding-bottom: 90%;
    position: relative;
  }
  .sec-about-mvp .container .content .group:first-of-type .what-img {
    top: initial;
    bottom: 2%;
    left: -14vw;
    width: 95vw;
    display: block;
  }
  .sec-about-mvp .container .content .group:first-of-type .what-cloud {
    top: initial;
    bottom: 8%;
    left: 15vw;
    width: 106vw;
    display: block;
  }
  .sec-about-mvp .container .content .group .group-txt {
    max-width: initial;
    width: 96%;
  }
  .sec-about-mvp .container .content .group .group-txt .title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .sec-about-mvp .container .content .group:first-child .group-txt {
    margin-top: 4rem;
    margin-right: auto;
  }
  .sec-about-mvp .container .content .group:last-child .group-txt {
    margin-top: 5rem;
  }
  .sec-about-mvp .container .btn {
    margin-top: 35rem;
  }
  .sec-about-mvp .what-img {
    display: none;
  }
  .sec-about-mvp .what-cloud {
    display: none;
  }
  .sec-about-mvp .who-img {
    bottom: 11rem;
    right: -9vw;
    width: 95vw;
  }
  .sec-about-mvp .who-cloud {
    bottom: 16rem;
    right: initial;
    left: -9rem;
    width: 130%;
  }
  .sec-tool {
    margin-top: 2.16rem;
  }
  .sec-tool .container .content .content-title span {
    margin-top: 0.75rem;
  }
  .sec-tool .container .content .list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
    gap: 4.5rem;
    margin-top: 3.8rem;
  }
  .sec-tool .container .content .list .item {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 2.5rem;
    border-right: none;
    border-bottom: 1px solid #000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .sec-tool .container .content .list .item .img {
    min-height: initial;
    width: 43.606%;
  }
  .sec-tool .container .content .list .item .name {
    font-size: 1.2rem;
    text-align: left;
    margin-top: 0;
    width: 50%;
  }
  .sec-tool .container .content .list .item .txt {
    flex-basis: 100%;
    width: 100%;
    margin-top: 2rem;
  }
  .sec-tool .container .content .list .item:nth-child(2) img {
    width: initial;
  }
  .sec-tool .container .content .list .item:last-child {
    border: 0;
    padding: 0;
  }
  .sec-tool .container .content .group-content {
    margin-top: 0;
  }
  .sec-tool .container .content .group-content .item {
    min-height: initial;
    border-top: 0.1rem dashed #000;
    align-content: center;
    padding-top: 2.9rem;
    margin-top: 1rem;
    padding-bottom: 2rem;
  }
  .sec-tool .container .content .group-content .item .txt {
    margin-top: 1rem;
  }
  .sec-tool .container .content .group-content .item .txt-grid {
    display: block;
    margin-bottom: 2rem;
  }
  .sec-tool .container .content .group-content .item .txt-grid .grid {
    gap: 0.3rem;
  }
  .sec-tool .container .content .group-content .item .txt-grid .grid span {
    font-size: 0.6rem;
  }
  .sec-highschool {
    margin-top: 2rem;
  }
  .sec-highschool .container .content .content-head {
    margin-top: 2rem;
  }
  .sec-highschool .container .content .content-head .title {
    font-size: 1.5rem;
  }
  .sec-highschool .container .content .content-head .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 1.9rem;
  }
  .sec-highschool .container .content .content-head .list .item {
    width: 47.83%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .sec-highschool .container .content .content-head .list .item .img {
    border-radius: 4rem;
    padding: 3rem;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .sec-highschool .container .content .content-head .list .item .img--1 {
    width: initial;
  }
  .sec-highschool .container .content .content-head .list .item .img--1 img {
    width: 70%;
  }
  .sec-highschool .container .content .content-head .list .item .img--2 img {
    width: 70%;
  }
  .sec-highschool .container .content .content-head .list .item .img--3 img {
    width: 70%;
  }
  .sec-highschool .container .content .content-head .list .item .img--4 img {
    width: 70%;
  }
  .sec-highschool .container .content .content-head .list .item .title {
    font-size: 1.4rem;
    margin-top: 1.7rem;
  }
  .sec-highschool .container .content .content-head .list .item .txt {
    margin-top: 1.4rem;
  }
  .sec-highschool .container .content .content-body {
    margin-top: 3.35rem;
    padding-top: 3.2rem;
  }
  .sec-highschool .container .content .content-body .wrap {
    margin-top: 2rem;
    gap: 1rem;
  }
  .sec-highschool .container .content .content-body .wrap .list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2rem;
  }
  .sec-highschool .container .content .content-body .wrap .list .item {
    border-radius: 1.2rem;
    font-size: 1.1rem;
    padding: 0.64rem 0.5rem;
  }
  .sec-highschool .container .content .content-ft {
    margin-top: 3.8rem;
    border-top: 0.1rem dashed #000;
    padding-top: 3.3rem;
  }
  .sec-highschool .container .content .content-ft .wrap {
    margin-top: 2.5rem;
    gap: 1.7rem;
  }
  .sec-highschool .container .content .content-ft .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.7rem;
  }
  .sec-highschool .container .content .content-ft .wrap .list .item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .sec-highschool .container .content .content-ft .wrap .list .item .img {
    width: 8.12%;
  }
  .sec-highschool .container .content .content-ft .wrap .list .item .img--1 img {
    width: 100%;
  }
  .sec-highschool .container .content .content-ft .wrap .list .item .img--2 img {
    width: 100%;
  }
  .sec-highschool .container .content .content-ft .wrap .list .item .img--3 img {
    width: 100%;
  }
  .sec-highschool .container .content .content-ft .wrap .list .item .txt {
    flex: 1;
  }
  .sec-highschool .container .content .content-ft .wrap .list .item .txt span {
    font-size: 1.3rem;
  }
  .sec-highschool .container .content .content-ft .wrap .list .item .txt p {
    margin-top: 0.6rem;
  }
  .sec-highschool .container .content .content-sc {
    margin-top: 3.9rem;
    padding-top: 4.2rem;
  }
  .sec-highschool .container .content .content-sc .group {
    margin-top: 2.58rem;
    flex-direction: column-reverse;
    gap: 0.8rem;
  }
  .sec-highschool .container .content .content-sc .group .img {
    max-width: initial;
    width: 80%;
    margin: 0 auto;
  }
  .sec-highschool .container .content .btn {
    margin-top: 4.45rem;
  }
  .sec-mental {
    margin-top: 2.9rem;
  }
  .sec-mental .container .content .content-head .txt {
    margin-top: 2.5rem;
  }
  .sec-mental .container .content .content-body {
    margin-top: 3.1rem;
    padding-top: 3.3rem;
  }
  .sec-mental .container .content .content-body .list {
    display: flex;
    flex-direction: column;
    gap: 1.79rem;
    margin-top: 2.8rem;
  }
  .sec-mental .container .content .content-body .list .item {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 1.79rem;
    border-right: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }
  .sec-mental .container .content .content-body .list .item .img {
    min-height: initial;
    width: 13.045%;
  }
  .sec-mental .container .content .content-body .list .item .img img {
    width: 100%;
  }
  .sec-mental .container .content .content-body .list .item .name {
    font-size: 1.2rem;
    margin-top: 0;
  }
  .sec-mental .container .content .content-body .list .item .txt {
    margin-top: 1rem;
    flex-basis: 100%;
  }
  .sec-mental .container .content .content-body .list .item:last-child {
    border: 0;
    padding: 0;
  }
  .sec-mental .container .content .content-ft {
    margin-top: 4.25rem;
  }
  .sec-mental .container .content .btn {
    margin-top: 1.5rem;
  }
  .sec-youth {
    margin-top: 2.8rem;
    margin-bottom: 4rem;
  }
  .sec-youth .container .content .content-head {
    margin-top: 2.8rem;
  }
  .sec-youth .container .content .content-head .txt {
    margin-top: 0.9rem;
  }
  .sec-youth .container .content .content-head .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 2rem;
    margin-top: 1.6rem;
  }
  .sec-youth .container .content .content-head .list .item {
    width: 46.38%;
  }
  .sec-youth .container .content .content-head .list .item .txt {
    margin-top: 1.5rem;
  }
  .sec-youth .container .content .content-head .list .item .img {
    width: 91.25%;
    margin: 0 auto 1.375rem;
  }
  .sec-youth .container .content .content-body {
    margin-top: 3.47rem;
  }
  .sec-youth .container .content .content-body .title {
    font-size: 1.7rem;
    font-weight: 900;
    text-align: center;
  }
  .sec-youth .container .content .content-body .title span {
    color: #ff4da8;
  }
  .sec-youth .container .content .content-body .btn {
    margin-top: 3.56rem;
  }
  .sec-youth .container .content .content-ft {
    margin-top: 1.13rem;
  }
  .sec-youth .container .content .content-ft .list {
    margin-top: 3.33rem;
    gap: 3.68rem;
  }
  .sec-youth .container .content .content-ft .list .item {
    padding-bottom: 2.72rem;
  }
  .sec-youth .container .content .content-ft .list .item .group-txt {
    margin-top: 0.9rem;
  }
  .sec-youth .container .content .content-ft .list .item .group-txt .txt {
    gap: 0.5rem;
    align-items: flex-start;
  }
  .sec-youth .container .content .content-ft .list .item .group-txt .txt small {
    font-size: 0.6rem;
    margin-top: 0.5rem;
  }
  .sec-youth .container .content .content-wrap {
    margin-top: 4rem;
  }
  .sec-youth .container .content .content-wrap .list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
    gap: 2.86rem;
    margin-top: 3.6rem;
  }
  .sec-youth .container .content .content-wrap .list .item {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 2.8rem;
    border-right: none;
    border-bottom: 0.1rem solid #000;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2rem;
  }
  .sec-youth .container .content .content-wrap .list .item .img {
    min-height: initial;
    width: 14%;
    display: flex;
    flex-direction: column;
    row-gap: 0.6rem;
  }
  .sec-youth .container .content .content-wrap .list .item .name {
    font-size: 1.4rem;
    margin-top: 0;
    width: 100%;
  }
  .sec-youth .container .content .content-wrap .list .item .txt {
    order: 2;
    margin-top: 0;
    flex: 1;
  }
  .sec-youth .container .content .content-wrap .list .item:nth-child(1) img {
    width: 9.5rem;
  }
  .sec-youth .container .content .content-wrap .list .item:nth-child(2) img {
    width: 9rem;
  }
  .sec-youth .container .content .content-wrap .list .item:last-child {
    border: 0;
    padding: 0;
  }
  .sec-youth .container .content .content-wrap .list .item:last-child img {
    width: 10rem;
  }
}
.page-faq {
  margin-top: 28rem;
  margin-bottom: 16rem;
}
.page-faq .container {
  max-width: 100rem;
}
.page-faq .group-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
.page-faq .title p {
  font-size: 4rem;
}
.page-faq .list .item {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  padding: 4rem 0;
  border-bottom: 1px dashed #000;
}
.page-faq .list .item .q {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.page-faq .list .item .q .mask {
  width: 5.7rem;
  height: 5.7rem;
  background-color: #00b7e5;
  border-radius: 1.89rem 1.89rem 0 1.89rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-faq .list .item .q .mask span {
  font-size: 3.6rem;
  color: #fff;
  position: relative;
  transform: translateY(-0.4rem);
}
.page-faq .list .item .q p {
  font-size: 3rem;
}
.page-faq .list .item .a {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.page-faq .list .item .a .mask {
  width: 5.7rem;
  height: 5.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-faq .list .item .a .mask span {
  font-size: 3.6rem;
  color: #ff4da8;
  transform: translateY(-0.4rem);
}
.page-faq .list .item .a p {
  font-size: 1.8rem;
  flex: 1;
}
.page-faq .list .item .a p span {
  font-size: 1.8rem;
  color: #ff4da8;
}

@media (max-width: 768px) {
  .page-faq {
    margin-top: 32.8%;
    margin-bottom: 16%;
  }
  .page-faq .container {
    width: 91.734%;
    max-width: initial;
  }
  .page-faq .group-content {
    gap: 35.9px;
  }
  .page-faq .title p {
    font-size: 2rem;
  }
  .page-faq .list .item {
    gap: 1.1rem;
    padding: 1.8rem 0;
  }
  .page-faq .list .item .q {
    gap: 1.17rem;
  }
  .page-faq .list .item .q .mask {
    width: auto;
    height: 2.8rem;
    aspect-ratio: 1/1;
    border-radius: 0.9rem 0.9rem 0 0.9rem;
    padding: 0.9rem 0;
  }
  .page-faq .list .item .q .mask span {
    font-size: 1.8rem;
    transform: translateY(-0.4rem);
    line-height: 1;
  }
  .page-faq .list .item .q p {
    font-size: 1.5rem;
  }
  .page-faq .list .item .a {
    gap: 1.17rem;
  }
  .page-faq .list .item .a .mask {
    width: auto;
    height: 2.8rem;
    aspect-ratio: 1/1;
    border-radius: 0.9rem 0.9rem 0 0.9rem;
    padding: 0.9rem 0;
  }
  .page-faq .list .item .a .mask span {
    font-size: 1.8rem;
    line-height: 1;
  }
  .page-faq .list .item .a p {
    font-size: 1.2rem;
  }
  .page-faq .list .item .a p span {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */