/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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;
  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 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6667vw;
  }
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #000;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0;
  min-width: 0;
  font-feature-settings: "palt";
}

a {
  text-decoration: none;
  color: #000;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

[data-device=sp] {
  display: none !important;
}
@media screen and (max-width: 767px) {
  [data-device=sp] {
    display: block !important;
  }
}

@media screen and (min-width: 1001px) {
  [data-device=tbsp] {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  [data-device=pc] {
    display: none !important;
  }
}

[data-fit=true] {
  overflow: hidden;
}
[data-fit=true] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.scroll-lock {
  overflow: hidden;
}

.font-en {
  font-family: "Cooper Std", sans-serif;
}

@keyframes fadeIn {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes fadeOut {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
[data-fadein=true] {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.6s ease-out;
}

[data-fadein=true][data-inview=true] {
  opacity: 1;
  transform: translateY(0);
}

[data-fadein=up] {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity cubic-bezier(0.23, 0.6, 0.43, 0.99) 1.1s, transform cubic-bezier(0.23, 0.6, 0.43, 0.99) 1.1s;
}

[data-fadein=up][data-inview=true] {
  opacity: 1;
  transform: translateY(0);
}

.u-txt__sky {
  color: #00B4C3;
}

.l-header {
  position: fixed;
  top: 0;
  right: 19.5rem;
  z-index: 1000;
  width: 100%;
  padding-top: 1.8rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .l-header {
    right: 0;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2.3rem;
  }
}
.l-header__logo {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 7.4rem;
  }
}
.l-header__inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
}
.l-header__nav {
  display: flex;
  column-gap: 3rem;
}
@media screen and (max-width: 1000px) {
  .l-header__nav {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    flex-direction: column;
    top: 0;
    width: 33.5rem;
    right: -33.5rem;
    padding-top: 9.2rem;
    padding-bottom: 5rem;
    padding-left: 3.5rem;
    padding-right: 3.6rem;
    border-radius: 0 0 0 5rem;
    transition: transform 0.3s ease-out;
  }
}
.l-header__nav.is-open {
  transform: translateX(-100%);
}
.l-header__nav__list {
  display: flex;
  align-items: center;
  column-gap: 4rem;
}
@media screen and (max-width: 1000px) {
  .l-header__nav__list {
    flex-direction: column;
    row-gap: 2.5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__nav__item {
    width: 19.8rem;
  }
}
.l-header__nav__item a {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}
@media screen and (max-width: 1000px) {
  .l-header__nav__item a {
    font-size: 2rem;
    justify-content: space-between;
    column-gap: 1rem;
    width: 100%;
  }
}
.l-header__nav__item a::after {
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 0.6rem;
  height: 0.6rem;
  transform: rotate(45deg);
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1000px) {
  .l-header__nav__item a::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.l-header__btn {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.5rem 4.4rem;
  min-height: 4.4rem;
  color: #fff;
  background-color: #BA5189;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
@media screen and (max-width: 1000px) {
  .l-header__btn {
    width: 100%;
    font-size: 1.8rem;
    justify-content: center;
    padding: 2rem 3rem;
    column-gap: 1.5rem;
  }
}
.l-header__btn.-line {
  background-color: #005784;
  padding: 0.5rem 2.4rem 0.5rem 3.5rem;
}
@media screen and (max-width: 1000px) {
  .l-header__btn.-line {
    padding: 2rem 3rem;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .l-header__btn.-line {
    padding: 1.6rem 3rem;
  }
}
.l-header__btn.-line::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url(../images/icon_line.svg);
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .l-header__btn.-line::after {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.l-header__btn__list {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .l-header__btn__list {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.l-header__drawer {
  appearance: none;
  display: block;
  width: 4rem;
  height: 3rem;
  position: relative;
  margin-top: 1.2rem;
}
@media screen and (min-width: 1001px) {
  .l-header__drawer {
    display: none;
  }
}
.l-header__drawer.is-open span {
  transform: rotate(-45deg);
  width: 4rem;
  top: 1.4rem;
}
.l-header__drawer.is-open::before {
  transform: rotate(45deg);
  top: 1.4rem;
}
.l-header__drawer span {
  display: block;
  position: absolute;
  width: 2.8rem;
  height: 0.2rem;
  background-color: #000;
  border-radius: 50rem;
  top: 1.2rem;
  right: 0;
  transition: transform 0.3s;
}
.l-header__drawer::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background-color: #000;
  border-radius: 50rem;
  top: 0;
  left: 0;
  transition: transform 0.3s;
}
.l-header__overlay {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 980;
}
.l-header__overlay.visible {
  display: block;
}
.l-header a {
  transition: opacity 0.3s ease-out;
}
.l-header a:hover {
  opacity: 0.7;
}
.l-header__sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
}
@media screen and (max-width: 1000px) {
  .l-header__sns__list {
    margin-top: 3rem;
    column-gap: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__sns__list img {
    width: 4.1rem;
  }
}

.l-footer {
  background-color: #000;
  color: #fff;
  padding: 8rem 9.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 4.5rem 2rem 8rem;
  }
}
.l-footer a {
  transition: opacity 0.3s ease-out;
  color: #fff;
}
.l-footer a:hover {
  opacity: 0.7;
}
.l-footer__inner {
  display: flex;
  align-items: center;
  column-gap: 4rem;
}
@media screen and (max-width: 1000px) {
  .l-footer__inner {
    flex-direction: column;
  }
}
.l-footer__logo {
  padding-right: 3.6rem;
  border-right: 2px solid #fff;
  padding-top: 1.5rem;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 1000px) {
  .l-footer__logo {
    border-right: none;
    border-bottom: 2px solid #fff;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    padding-top: 0;
    width: 15.2rem;
  }
}
.l-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
  column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    flex-direction: column;
    padding-top: 2rem;
    row-gap: 4rem;
  }
}
.l-footer__txt h2 {
  font-weight: 500;
  font-size: 1.9rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__txt h2 {
    font-size: 1.6rem;
    letter-spacing: -0.01em;
  }
}
.l-footer__txt address {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-footer__txt address {
    margin-bottom: 1.3rem;
  }
}
.l-footer__txt small {
  display: inline-block;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
.l-footer__email {
  font-size: 1.6rem;
  line-height: 1.6;
  display: flex;
  align-items: center;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__email {
    margin-bottom: 1.4rem;
  }
}
.l-footer__email img {
  margin-top: 0.2rem;
}
.l-footer__copy {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    text-align: center;
    width: 100%;
  }
}
.l-footer__copy small {
  margin-top: 0.6rem;
  display: block;
  white-space: nowrap;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-footer__copy small {
    text-align: center;
    margin-top: 1rem;
  }
}
.l-footer__sns {
  display: flex;
  justify-content: flex-end;
  column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    justify-content: center;
    column-gap: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__sns img {
    width: 3rem;
  }
}

.l-section__container {
  width: 104rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.1rem;
}
.l-section__head {
  column-gap: 6.7rem;
  margin-bottom: 5rem;
  display: grid;
  grid-template-areas: "title image" "desc image";
  grid-template-columns: 49rem 1fr;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 767px) {
  .l-section__head {
    display: block;
    margin-bottom: 5.5rem;
  }
}
.l-section__head.-reverse {
  grid-template-areas: "image title" "image desc";
  grid-template-columns: 1fr 49rem;
}
@media screen and (max-width: 767px) {
  .l-section__head.-reverse {
    display: block;
  }
}
.l-section__head__txt {
  max-width: 49rem;
  grid-area: title;
}
.l-section__head__en {
  line-height: 1;
  margin-bottom: 3.1rem;
}
@media screen and (max-width: 767px) {
  .l-section__head__en {
    height: 6.4rem;
    margin-bottom: 2.6rem;
  }
  .l-section__head__en img {
    height: 100%;
  }
}
.l-section__head__ja {
  font-weight: bold;
  font-size: 2rem;
  color: #3E64A0;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .l-section__head__ja {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.l-section__head__subtitle {
  font-weight: bold;
  font-size: 4rem;
  color: #3E64A0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .l-section__head__subtitle {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
.l-section__head__desc {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2;
  grid-area: desc;
}
.l-section__head__figure {
  grid-area: image;
}
@media screen and (max-width: 767px) {
  .l-section__head__figure {
    margin-bottom: 2rem;
  }
}
.l-section__head__figure img {
  border-radius: 1rem;
}
.l-section__index__inner {
  background-color: #7A9BD0;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .l-section__index__inner {
    padding: 3.6rem 1rem;
  }
}
.l-section__index__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(38.2rem, 1fr));
  column-gap: 3rem;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-section__index__list {
    grid-template-columns: 1fr;
  }
}
.l-section__index__item {
  background-color: #fff;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1rem 1.1rem 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-section__index__item {
    padding: 0.9rem 1rem 0.9rem 1.8rem;
    height: 6.5rem;
  }
}
.l-section__index__txt {
  display: flex;
  align-items: center;
  column-gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-section__index__txt {
    column-gap: 1rem;
  }
}
.l-section__index__title {
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .l-section__index__title {
    font-size: 1.6rem;
  }
}
.l-section__index__click {
  display: flex;
  font-weight: 900;
  font-style: italic;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  color: #00B4C3;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .l-section__index__click {
    font-size: 1.6rem;
  }
}
.l-section__index__click .font-en {
  margin-top: 1rem;
}
.l-section__index__click:hover {
  animation: flash 0.9s infinite;
}
.l-section__index__plus {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  position: relative;
  background-color: #00B4C3;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .l-section__index__plus {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.l-section__index__plus::before, .l-section__index__plus::after {
  content: "";
  position: absolute;
  width: 2.2rem;
  height: 0.3rem;
  background-color: #fff;
  inset: 0;
  margin: auto;
  transition: transform 0.3s ease-out;
}
.l-section__index__plus::after {
  transform: rotate(90deg);
}
.l-section__index small {
  display: block;
  text-align: right;
  font-size: 1.3rem;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-section__index small {
    font-size: 1.1rem;
    margin-top: 1rem;
    text-align: left;
  }
}
.l-section__video {
  max-width: 65.9rem;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-section__video {
    margin-top: 4rem;
  }
}
.l-section__video__inner {
  position: relative;
  cursor: pointer;
  padding-top: 56.0606060606%;
  height: 0;
}
.l-section__video__dummy {
  position: absolute;
  top: 0;
  border-radius: 2rem;
  overflow: hidden;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .l-section__video__dummy {
    border-radius: 1rem;
  }
}
.l-section__video__dummy::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  top: 0;
  background-color: rgba(49, 49, 49, 0.45);
}
.l-section__video__dummy:hover {
  opacity: 0.7;
}
.l-section__video__btn {
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-section__video__btn {
    width: 3.9rem;
  }
}
.l-section__video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.l-section__title {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-section__title {
    font-size: 2rem;
  }
}
.l-section__title .font-en {
  font-weight: 900;
  font-style: italic;
  font-size: 5.4rem;
  letter-spacing: 0.05em;
  color: #60D8DD;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-section__title .font-en {
    font-size: 4.6rem;
  }
}

.l-mv__logo {
  display: block;
  width: 10.2rem;
  position: absolute;
  left: 2.5rem;
  top: 1.8rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .l-mv__logo {
    left: 2rem;
    top: 2rem;
    width: 8.8rem;
  }
}
.l-mv__logo-action {
  display: block;
  width: 15.2rem;
  position: absolute;
  right: 3rem;
  top: 2rem;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .l-mv__logo-action {
    left: 16rem;
    top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-mv__logo-action {
    width: 13.3rem;
    left: 13rem;
  }
}
.l-mv__inner {
  position: relative;
  height: 100svh;
  overflow: hidden;
  background: url(../images/bg_main.png) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-mv__inner {
    background: url(../images/bg_main_sp.png) center no-repeat;
    background-size: cover;
    height: auto;
    aspect-ratio: 15/25;
  }
}
.l-mv__inner h2 {
  width: 68.4rem;
  margin: 16rem auto 0;
}
@media screen and (max-width: 767px) {
  .l-mv__inner h2 {
    width: 27.7rem;
    margin-top: 14.5rem;
  }
}
.l-mv__inner h2 img {
  width: 100%;
}
.l-mv__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-mv__label {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .l-mv__label {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .l-mv__label img {
    width: 100%;
  }
}
.l-mv__scroll {
  position: absolute;
  bottom: 0;
  right: 9rem;
  margin: auto;
  display: flex;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
  z-index: 3;
}
.l-mv__scroll::after {
  content: "";
  width: 1px;
  height: 4rem;
  background-color: #000;
}
.l-mv__scroll::before {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #000;
  border-radius: 50%;
  bottom: 0;
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(-4rem);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  90% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
.l-main__content {
  background: #DFE8F7;
}
.l-main a {
  transition: opacity 0.3s ease-out;
}
.l-main a:hover {
  opacity: 0.7;
}

.l-intro {
  position: relative;
  overflow: hidden;
}
.l-intro__inner {
  position: relative;
  z-index: 2;
}
.l-intro__title {
  font-size: 4.4rem;
  line-height: 2.04;
  text-align: center;
  font-weight: 700;
  background-image: url(../images/intro_bg.png);
  background-size: cover;
  padding: 13rem 0;
}
.l-intro__title span {
  color: #3E64A0;
}
@media screen and (max-width: 767px) {
  .l-intro__title {
    font-size: 2.8rem;
    line-height: 1.75;
    background-image: url(../images/intro_bg_sp.png);
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
}
.l-intro__liberal__arts {
  padding-top: 14.7rem;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .l-intro__liberal__arts {
    padding-top: 5.2rem;
  }
}
.l-intro__liberal__arts h3 {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  color: #3E64A0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .l-intro__liberal__arts h3 {
    font-size: 1.8rem;
    margin: 0 auto 3rem;
  }
}
.l-intro__liberal__arts h3 span {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-intro__liberal__arts h3 span {
    width: 29.7rem;
  }
}
.l-intro__liberal__arts > p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-intro__liberal__arts > p {
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
    letter-spacing: -0.05em;
  }
}
.l-intro__liberal__arts > p + p {
  color: #3E64A0;
  margin-top: 1.2rem;
}
.l-intro__liberal__arts__program {
  padding: 3.7rem 0 18.7rem;
}
@media screen and (max-width: 767px) {
  .l-intro__liberal__arts__program {
    padding: 3rem 0 13.2rem;
  }
}
.l-intro__liberal__arts__program__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 5.8rem;
}
.l-intro__liberal__arts__program ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.2rem -1.8rem;
}
@media screen and (max-width: 767px) {
  .l-intro__liberal__arts__program ul {
    display: block;
    margin: 0;
  }
}
.l-intro__liberal__arts__program ul li {
  width: 32%;
  border-radius: 1.9rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-intro__liberal__arts__program ul li {
    width: auto;
    min-height: 26rem;
  }
}
.l-intro__liberal__arts__program__red {
  background: #FCE2D8;
  border: 0.2rem solid #BA5189;
}
.l-intro__liberal__arts__program__red > p {
  background: #BA5189;
}
.l-intro__liberal__arts__program__red dt {
  color: #BA5189;
}
.l-intro__liberal__arts__program__blue {
  background: #E0F1F4;
  border: 0.2rem solid #3F64A1;
}
.l-intro__liberal__arts__program__blue > p {
  background: #3F64A1;
}
.l-intro__liberal__arts__program__blue dt {
  color: #3F64A1;
}
.l-intro__liberal__arts__program__green {
  background: #DAEDE6;
  border: 0.2rem solid #2D966C;
}
.l-intro__liberal__arts__program__green > p {
  background: #2D966C;
}
.l-intro__liberal__arts__program__green dt {
  color: #2D966C;
}
.l-intro__liberal__arts__program dl {
  margin: 2rem 2.3rem 1.9rem;
}
.l-intro__liberal__arts__program dl dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.38;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .l-intro__liberal__arts__program dl dt {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.l-intro__liberal__arts__program dl dt span {
  font-size: 1.6rem;
  border: 0.1rem solid #3F64A1;
  border-radius: 1rem;
  padding: 0.4rem 1.25rem 0.5rem;
  margin-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .l-intro__liberal__arts__program dl dt span {
    font-size: 1.5rem;
    border-radius: 0.7rem;
    padding: 0.2rem 1.25rem 0.3rem;
  }
}
.l-intro__liberal__arts__program dl dd {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-intro__liberal__arts__program dl dd {
    font-size: 1.4rem;
  }
}
.l-intro__arrow {
  display: block;
  width: 3.6rem;
  margin: 2rem auto;
}
.l-intro__team {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1.9rem;
  background: #ffffff;
  padding: 3.5rem 4.3rem 3.7rem 5.1rem;
}
@media screen and (max-width: 767px) {
  .l-intro__team {
    display: block;
    padding: 5rem 3rem 4rem;
  }
}
.l-intro__team dl {
  margin: 0;
}
.l-intro__team dl dt {
  display: block;
  text-align: left;
  font-size: 2.6rem;
  font-weight: 700;
  color: #3E64A0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .l-intro__team dl dt {
    font-size: 2rem;
    margin-bottom: 1.8rem;
  }
}
.l-intro__team dl dd {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-intro__team dl dd {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
.l-intro__team figure {
  max-width: 16.7rem;
  width: 18.453038674%;
}
@media screen and (max-width: 767px) {
  .l-intro__team figure {
    width: auto;
    margin: 0 auto;
  }
}
.l-intro__outcome {
  border-radius: 1.9rem;
  background: #ffffff;
  padding: 3.7rem 6rem 3.3rem;
}
@media screen and (max-width: 767px) {
  .l-intro__outcome {
    padding: 4rem 1.2rem;
  }
}
.l-intro__outcome p {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-intro__outcome p {
    width: 16.2rem;
    margin: 0 auto 2rem;
  }
}
.l-intro__outcome ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-intro__outcome ul {
    flex-direction: column;
  }
}
.l-intro__outcome ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #ffffff;
  width: 43.4rem;
  height: 6rem;
  background: #BA5189;
  border-radius: 1.9rem;
}
@media screen and (max-width: 767px) {
  .l-intro__outcome ul li {
    font-size: 2rem;
    width: 31.1rem;
    height: 5.1rem;
    min-height: auto;
  }
}

.section-head__ttl {
  text-align: center;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .section-head__ttl {
    margin-bottom: -2rem;
  }
}
.section-head__ttl span {
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 8.7rem;
  color: #ffffff;
  background: #3E64A0;
  border-radius: 4.4rem;
  padding: 0 5.8rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .section-head__ttl span {
    font-size: 2.8rem;
    line-height: 3.6rem;
    border-radius: 5.9rem;
    width: 33.5rem;
    padding: 1.3rem 0 1.5rem;
  }
}

.l-al {
  padding-bottom: 15rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-al {
    padding-bottom: 7.8rem;
  }
}

.l-co {
  padding-bottom: 15rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l-co {
    padding-bottom: 7.9rem;
  }
}

.l-pbl {
  padding-bottom: 19.3rem;
}
@media screen and (max-width: 767px) {
  .l-pbl {
    padding-bottom: 11.3rem;
  }
}
.l-pbl .l-section__head {
  margin-bottom: 3rem;
}

.l-skill {
  background: rgba(255, 255, 255, 0.6);
  padding-bottom: 14.7rem;
}
@media screen and (max-width: 767px) {
  .l-skill {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-skill .section-head__ttl {
    margin-bottom: 1.7rem;
  }
}
.l-skill .section-head__ttl span {
  background: #BA5189;
}
.l-skill .l-section__head__ja {
  color: #BA5189;
}
.l-skill .l-section__head__subtitle {
  color: #BA5189;
}

.l-dx {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-dx {
    padding-bottom: 2.5rem;
  }
}

.l-cm {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-cm {
    padding-bottom: 2.5rem;
  }
}

.l-su {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-su {
    padding-bottom: 0;
  }
}

.l-partners {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-partners {
    width: 33.5rem;
    margin: 0 auto;
  }
}

.l-schedule {
  padding-top: 7.4rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .l-schedule {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.l-schedule__inner {
  background-color: #fff;
  padding: 4.4rem 4rem 3.2rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .l-schedule__inner {
    padding: 3rem 1.5rem 4rem;
  }
}
.l-schedule__en {
  margin-bottom: 1.5rem;
}
.l-schedule__figure {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-schedule__figure {
    margin-top: 1.6rem;
  }
}

.l-outline {
  background-image: url(../images/outline_bg.jpg);
  background-size: cover;
  padding-top: 13rem;
  padding-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .l-outline {
    padding-top: 4rem;
    padding-bottom: 4.3rem;
    background-image: url(../images/outline_bg_sp.jpg);
  }
}
.l-outline__inner {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 6rem 8rem 7rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .l-outline__inner {
    padding: 3.6rem 1.5rem 5.5rem 2rem;
    border-radius: 1rem;
  }
}
.l-outline__en {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-outline__en {
    width: 15.2rem;
    margin-bottom: 1.4rem;
  }
}
.l-outline__content dl {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #D6D6D6;
  display: flex;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-outline__content dl {
    flex-direction: column;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    row-gap: 0.5rem;
  }
}
.l-outline__content dl dt {
  min-width: 12rem;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-outline__content dl dt {
    font-size: 1.6rem;
  }
}
.l-outline__content dl dd {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.75;
}

.l-download {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-image: url(../images/download_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-download {
    background-image: url(../images/download_bg_sp.jpg);
    padding-bottom: 7rem;
  }
}
.l-download__en {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-download__en {
    width: 21.4rem;
  }
}
.l-download__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 8.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-download__list {
    grid-template-columns: 1fr;
    padding-right: 2.8rem;
    padding-left: 2.8rem;
    row-gap: 4rem;
  }
}
.l-download__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.l-download__name {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
}
.l-download__image {
  display: block;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .l-download__image {
    margin-bottom: 2rem;
  }
}
.l-download__link {
  display: block;
  width: fit-content;
  min-width: 23.2rem;
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 3rem 1rem 5.5rem;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 10rem;
}
.l-download__link::after {
  content: "";
  width: 2.1rem;
  height: 2.1rem;
  background-image: url(../images/icon_download.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom 0.2rem center;
}

.l-contact {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding-top: 2.8rem;
    padding-bottom: 4rem;
  }
}
.l-contact__title {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .l-contact__title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
.l-contact__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 5.2rem;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-contact__list {
    row-gap: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.l-contact__btn {
  background-color: #BA5189;
  border-radius: 50rem;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.5rem;
  min-width: 37.2rem;
  min-height: 7.9rem;
}
@media screen and (max-width: 767px) {
  .l-contact__btn {
    min-width: 33.5rem;
    min-height: 5.7rem;
    font-size: 1.8rem;
  }
}
.l-contact__btn.-line {
  background-color: #005784;
  padding-left: 8rem;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .l-contact__btn.-line {
    padding-left: 10rem;
  }
}
.l-contact__btn.-line::after {
  content: "";
  width: 4.2rem;
  height: 4.2rem;
  background-image: url(../images/icon_line.svg);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .l-contact__btn.-line::after {
    width: 3.5rem;
    height: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-teaser__header__sns__list {
    margin-top: 0;
    column-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-teaser__header__sns__list img {
    width: 30px;
  }
}

.l-teaser {
  text-align: center;
  margin-top: 184px;
}
.l-teaser .-line::after {
  width: 2rem;
  height: 2rem;
}
.l-teaser .l-teaser__btn {
  background-color: #000 !important;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 80px;
  font-size: 14px;
  min-width: 240px;
  min-height: 50px;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .l-teaser .l-teaser__btn {
    min-width: 200px;
  }
}
.l-teaser .l-teaser__btn:hover {
  opacity: 0.7;
}

.l-teaser__title {
  color: #00B4C3;
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-teaser__title {
    font-size: 4rem;
  }
}

.l-teaser__text {
  font-size: 2rem;
  margin-top: 40px;
  letter-spacing: 0.1em;
}

.c-banner {
  position: fixed;
  right: 3.8rem;
  bottom: 3rem;
  padding: 4rem 3rem;
  background-color: rgba(231, 56, 13, 0.87);
  z-index: 5;
  border-radius: 0.6rem;
  transition: opacity 0.3s;
  transition-delay: display 0.3s;
}
.c-banner.is-hidden {
  animation: fadeOut 0.3s forwards;
}
.c-banner p {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  margin-bottom: 1.5rem;
}
.c-banner__button {
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  top: -1.8rem;
  right: -1.8rem;
  background-color: #fff;
  border-radius: 50%;
}
.c-banner__button::before, .c-banner__button::after {
  content: "";
  width: 1.5rem;
  height: 0.1rem;
  background-color: #000;
  position: absolute;
  inset: 0;
  margin: auto;
  transform: rotate(45deg);
}
.c-banner__button::after {
  transform: rotate(-45deg);
}/*# sourceMappingURL=style.css.map */