@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat&family=Roboto:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
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] {
  -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;
}

/* 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 */
  -moz-appearance: none;
  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 */
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  font-size: 62.5%;
  min-width: 1280px;
}
@media (max-width: 767px) {
  html {
    min-width: auto;
  }
}
html.is-fixed {
  overflow-y: hidden;
  overflow-x: auto;
}

body {
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #223562;
  background: #f8f7ee url(../images/common/bg_beige.png) repeat center center;
  background-size: 100px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  overflow-x: auto;
}
body::before {
  content: "";
  width: 100%;
  height: 36.666vw;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #D7EAF9 0%, #F5FAFC 50%, rgba(248, 247, 238, 0) 100%);
  pointer-events: none;
}
@media (max-width: 767px) {
  body::before {
    height: 48vw;
  }
}

h1, h2, h3, h4, h5, h6,
p, li, dt, dd, a, span {
  letter-spacing: -0.02em;
}

img, svg {
  width: 100%;
  max-width: 100%;
}

html.is-fixed,
html.is-fixed body {
  overflow: hidden;
  touch-action: none;
}

#fullpage {
  overflow-x: hidden;
}

@-webkit-keyframes chart {
  0% {
    scale: 1 0;
  }
  100% {
    scale: 1 1;
  }
}

@keyframes chart {
  0% {
    scale: 1 0;
  }
  100% {
    scale: 1 1;
  }
}
.is-pc {
  display: block;
}
@media (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 24px;
  background: #3749c2;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  position: relative;
  text-align: center;
  overflow: hidden;
  transition: color 0.4s ease;
}
.btn--newgrad {
  background: #3749c2;
}
@media (min-width: 1024px) {
  .btn--newgrad {
    position: relative;
    overflow: hidden;
  }
  .btn--newgrad::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 0%;
    height: 100%;
    background: #1F2DA2;
    z-index: -1;
    transition: width 0.4s ease;
  }
  .btn--newgrad:hover::before {
    width: 100%;
  }
}
.btn--career {
  background: #3242a9;
}
@media (min-width: 1024px) {
  .btn--career {
    position: relative;
    overflow: hidden;
  }
  .btn--career::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 0%;
    height: 100%;
    background: #1D2886;
    z-index: -1;
    transition: width 0.4s ease;
  }
  .btn--career:hover::before {
    width: 100%;
  }
}
.btn--header {
  padding: 0 58px 0 30px;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 0;
  position: relative;
}
.btn--header .btn__icon {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.btn--header .btn__icon::before, .btn--header .btn__icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  background-image: url(../images/common/icon_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.btn--header .btn__icon::before {
  transform: translate(0, 0);
}
.btn--header .btn__icon::after {
  transform: translate(-12px, 12px);
}
@media (max-width: 767px) {
  .btn--header .btn__icon {
    width: 12px;
    height: 12px;
  }
  .btn--header .btn__icon::before, .btn--header .btn__icon::after {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 1024px) {
  .btn--header:hover .btn__icon::before {
    transform: translate(12px, -12px);
  }
  .btn--header:hover .btn__icon::after {
    transform: translate(0, 0);
  }
}
@media (max-width: 767px) {
  .btn--header {
    width: 80px;
    height: 50px;
    flex-direction: column;
    padding: 0;
  }
  .btn--header::after {
    display: none;
  }
}
.btn--header [class*=btn__label] {
  letter-spacing: inherit;
}
.btn--header .btn__label-en {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .btn--header .btn__label-en {
    font-size: 1rem;
  }
}
.btn--header .btn__label-ja {
  font-size: 1.2rem;
  padding-bottom: 1px;
}
@media (max-width: 767px) {
  .btn--header .btn__label-ja {
    font-size: 1rem;
    padding-bottom: 0;
    margin-top: 4px;
  }
}
.btn--header .btn__label-ja::before {
  content: "/";
}
@media (max-width: 767px) {
  .btn--header .btn__label-ja::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .btn--header .btn__icon {
    display: none;
  }
}
.btn__label-en {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.btn__label-ja {
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.btn--footer {
  width: 100%;
  height: 140px;
  font-size: 1.8rem;
  line-height: 1.3;
  position: relative;
  z-index: 0;
  position: relative;
}
.btn--footer .btn__icon {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.btn--footer .btn__icon::before, .btn--footer .btn__icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  background-image: url(../images/common/icon_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.btn--footer .btn__icon::before {
  transform: translate(0, 0);
}
.btn--footer .btn__icon::after {
  transform: translate(-12px, 12px);
}
@media (max-width: 767px) {
  .btn--footer .btn__icon {
    width: 12px;
    height: 12px;
  }
  .btn--footer .btn__icon::before, .btn--footer .btn__icon::after {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 1024px) {
  .btn--footer:hover .btn__icon::before {
    transform: translate(12px, -12px);
  }
  .btn--footer:hover .btn__icon::after {
    transform: translate(0, 0);
  }
}
@media (max-width: 767px) {
  .btn--footer {
    height: 80px;
    font-size: 1.4rem;
    padding-left: 12px;
    position: relative;
  }
  .btn--footer .btn__icon {
    position: absolute;
    width: 12px;
    height: 12px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
  }
  .btn--footer .btn__icon::before, .btn--footer .btn__icon::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 0;
    background-image: url(../images/common/icon_arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
  }
  .btn--footer .btn__icon::before {
    transform: translate(0, 0);
  }
  .btn--footer .btn__icon::after {
    transform: translate(-12px, 12px);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .btn--footer .btn__icon {
    width: 12px;
    height: 12px;
  }
  .btn--footer .btn__icon::before, .btn--footer .btn__icon::after {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) and (min-width: 1024px) {
  .btn--footer:hover .btn__icon::before {
    transform: translate(12px, -12px);
  }
  .btn--footer:hover .btn__icon::after {
    transform: translate(0, 0);
  }
}
.btn--disabled {
  background: #d4d7e5;
}
.btn--disabled:hover::before {
  display: none;
}
.btn--disabled .btn__icon::before,
.btn--disabled .btn__icon::after {
  transition: none;
}

.oval {
  position: relative;
  width: 96px;
  height: 60px;
  background: #3749c2;
  border-radius: 50%;
  display: block;
}
@media (max-width: 767px) {
  .oval {
    width: 56px;
    height: 35px;
  }
}

.oval-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
@media (max-width: 767px) {
  .oval-icon {
    width: 9px;
    height: 9px;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header__inner {
  display: flex;
  gap: 8px 15px;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  padding: 27px 35px 28px 30px;
  background: #ffffff;
  display: flex;
  gap: 8px 15px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header__logo {
    padding: 15px 16px 15px 10px;
    flex-direction: column;
  }
}
.header__logo-main {
  width: 140px;
  line-height: 1;
}
@media (max-width: 767px) {
  .header__logo-main {
    width: 100px;
  }
}
.header__logo-sub {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #000;
}
@media (max-width: 767px) {
  .header__logo-sub {
    font-size: 0.9rem;
  }
}
.header__contents {
  padding-right: 30px;
  display: flex;
  gap: 0 15px;
  align-items: center;
}
@media (max-width: 767px) {
  .header__contents {
    padding-right: 10px;
    gap: 0 8px;
  }
}
.header__btn-list {
  display: flex;
  gap: 0 5px;
  align-items: center;
}
@media (max-width: 767px) {
  .header__btn-list {
    gap: 0 2px;
  }
}
.header__nav-list {
  width: 100%;
  background: #ebf1fa url(../images/common/bg_light-blue.png) repeat center center;
  background-size: 100px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  display: none;
  min-width: 1280px;
}
@media (max-width: 767px) {
  .header__nav-list {
    height: 100dvh;
    min-width: auto;
  }
}

.h-menu-btn {
  width: 60px;
  height: 60px;
  display: block;
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .h-menu-btn {
    width: 50px;
    height: 50px;
  }
}
.h-menu-btn span {
  width: 16px;
  height: 2px;
  background: #223562;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), width 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease-in-out;
}
.h-menu-btn span:nth-child(1) {
  transform: translate(-50%, -7px);
}
.h-menu-btn span:nth-child(2) {
  transform: translate(calc((50% + 5px) * -1), 0);
}
.h-menu-btn span:nth-child(3) {
  transform: translate(-50%, 7px);
}
.h-menu-btn.is-open span {
  width: 20px;
}
.h-menu-btn.is-open span:nth-child(1) {
  transform: translate(-50%, 0) rotate(45deg);
}
.h-menu-btn.is-open span:nth-child(2) {
  opacity: 0;
}
.h-menu-btn.is-open span:nth-child(3) {
  transform: translate(-50%, 0) rotate(-45deg);
}
@media (min-width: 1024px) {
  .h-menu-btn:hover.is-open span {
    width: 20px;
  }
  .h-menu-btn:hover.is-open span:nth-child(1) {
    transform: translate(-50%, 0) rotate(30deg);
  }
  .h-menu-btn:hover.is-open span:nth-child(2) {
    opacity: 0;
  }
  .h-menu-btn:hover.is-open span:nth-child(3) {
    transform: translate(-50%, 0) rotate(-30deg);
  }
}
@media (min-width: 1024px) {
  .h-menu-btn:hover span:nth-child(1) {
    transform: translate(-50%, -7px);
  }
  .h-menu-btn:hover span:nth-child(2) {
    transform: translate(-50%, 0);
  }
  .h-menu-btn:hover span:nth-child(3) {
    transform: translate(-50%, 7px);
  }
  .h-menu-btn:hover.is-open span {
    width: 20px;
  }
  .h-menu-btn:hover.is-open span:nth-child(1) {
    transform: translate(-50%, 0) rotate(30deg);
  }
  .h-menu-btn:hover.is-open span:nth-child(2) {
    opacity: 0;
  }
  .h-menu-btn:hover.is-open span:nth-child(3) {
    transform: translate(-50%, 0) rotate(-30deg);
  }
}

.footer__btn-list {
  width: 100%;
  max-width: 1440px;
  padding: 0 120px;
  display: flex;
  margin: 0 auto -70px;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer__btn-list {
    margin-bottom: -40px;
    max-width: 100%;
    padding: 0 10px;
  }
}
.footer__btn-item {
  flex: 1;
}
.footer__inner {
  background: #ebf1fa url(../images/common/bg_light-blue.png) repeat center center;
  background-size: 100px;
  padding: 150px 120px 60px;
}
@media (max-width: 767px) {
  .footer__inner {
    padding: 80px 25px 60px;
  }
}
.footer__container {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer__container {
    max-width: 100%;
  }
}
.footer__bottom {
  padding-top: 40px;
  margin-top: 60px;
  border-top: 1px solid rgba(34, 53, 98, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__bottom {
    padding-top: 0;
    border-top: none;
    flex-direction: column;
  }
}
.footer__logo {
  width: 160px;
  display: block;
}
.footer__link-list {
  display: flex;
  justify-content: flex-end;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .footer__link-list {
    margin-top: 40px;
    justify-content: center;
  }
}
.footer__link-item a {
  line-height: 1.5;
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
}
@media (min-width: 1024px) {
  .footer__link-item a:hover {
    color: #3749c2;
  }
}
.footer__copy {
  margin-top: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  color: rgba(34, 53, 98, 0.5);
  line-height: 1;
}

.g-nav--header {
  padding: 150px 120px 90px;
}
@media (max-width: 767px) {
  .g-nav--header {
    height: 100dvh;
    padding: 112px 25px 40px;
  }
}
.g-nav--header .g-nav__inner {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .g-nav--header .g-nav__inner {
    max-width: 100%;
  }
}
.g-nav__inner {
  display: flex;
  justify-content: center;
  gap: 0 160px;
}
@media (max-width: 767px) {
  .g-nav__inner {
    flex-direction: column;
    overflow-y: auto;
    height: 100%;
    justify-content: flex-start;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .g-nav__group {
    border-bottom: 1px dashed rgba(34, 53, 98, 0.2);
  }
}
.g-nav__group + .g-nav__group {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .g-nav__group + .g-nav__group {
    margin-top: 0;
  }
}
.g-nav__group-title {
  position: relative;
}
@media (max-width: 767px) {
  .g-nav__group-title {
    padding: 20px 24px 20px 0;
    /* openアイコン（初期表示） */
    /* closeアイコン（初期は非表示） */
  }
  .g-nav__group-title::before, .g-nav__group-title::after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    transition: opacity 0.3s ease;
  }
  .g-nav__group-title::before {
    background-image: url(../images/common/icon_open.svg);
    opacity: 1;
  }
  .g-nav__group-title::after {
    background-image: url(../images/common/icon_close.svg);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .g-nav__group-title.is-open::before {
    opacity: 0;
  }
  .g-nav__group-title.is-open::after {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .g-nav__group-title--movie::before, .g-nav__group-title--movie::after {
    display: none;
  }
}
.g-nav__group-title-main {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  transition: all 0.4s ease;
}
.g-nav__group-title-sub {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  margin-top: 10px;
  color: rgba(34, 53, 98, 0.5);
  line-height: 1;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .g-nav__group-title-sub {
    margin-top: 8px;
  }
}
@media (min-width: 1024px) {
  .g-nav__group-title:hover .g-nav__group-title-main {
    color: #3749c2;
  }
  .g-nav__group-title:hover .g-nav__group-title-sub {
    color: rgba(55, 73, 194, 0.5);
  }
}
.g-nav__sub-list {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .g-nav__sub-list {
    margin-top: 0;
    padding-bottom: 20px;
    display: none;
  }
}
.g-nav__sub-item {
  line-height: 1.5;
  font-size: 1.3rem;
  font-weight: 500;
}
.g-nav__sub-item + .g-nav__sub-item {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .g-nav__sub-item + .g-nav__sub-item {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .g-nav__sub-item--sp-only {
    display: none;
  }
}
@media (min-width: 1024px) {
  .g-nav__sub-item a:hover {
    color: #3749c2;
  }
}
@media (max-width: 767px) {
  .g-nav__sub-item a {
    padding: 10px 0;
    display: block;
  }
}

.section-title {
  /* デフォルト値 */
  --st-main-color: #3749c2;
  --st-sub-color: #223562;
  --st-main-size: 1.6rem;
  --st-sub-size: 12rem;
  --st-sub-gap: 15px;
  /* 色を反転したいとき */
  /* 小さいパターン */
}
@media (max-width: 767px) {
  .section-title {
    --st-main-size: 1.2rem;
    --st-sub-size: 7.8rem;
    --st-sub-gap: 5px;
  }
}
.section-title__main {
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--st-main-color);
  font-size: var(--st-main-size);
}
.section-title__sub {
  margin-top: var(--st-sub-gap);
  font-weight: 400;
  font-family: "Caveat", cursive;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--st-sub-color);
  font-size: var(--st-sub-size);
}
@media (max-width: 767px) {
  .section-title__sub {
    line-height: 0.9;
    margin-left: -5px;
  }
}
.section-title--dark {
  --st-main-color: #96a4ff;
  --st-sub-color: #ffffff;
}
.section-title--small {
  --st-sub-size: 9.6rem;
  --st-sub-gap: 10px;
}
@media (max-width: 767px) {
  .section-title--small {
    --st-sub-size: 7.8rem;
    --st-sub-gap: 5px;
  }
}
.section-title--large {
  --st-main-size: 1.4rem;
  --st-sub-size: 14rem;
  --st-sub-gap: 0;
}

.page-head {
  padding: 40px 40px 0;
  position: relative;
}
@media (max-width: 767px) {
  .page-head {
    padding: 0;
  }
}
.page-head-kv img {
  width: 100%;
}
.page-head__inner {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .page-head__inner {
    padding: 0 20px;
  }
}
.page-head__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .page-head__header {
    flex-direction: column;
    align-items: flex-end;
    margin-top: -20px;
    gap: 15px 0;
  }
}
@media (max-width: 767px) {
  .page-head__title {
    width: 100%;
  }
}
.page-head__title-sub {
  font-weight: 400;
  font-family: "Caveat", cursive;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #223562;
  font-size: 16rem;
}
@media (max-width: 767px) {
  .page-head__title-sub {
    font-size: 8.4rem;
    line-height: 0.9;
  }
}
.page-head__title-main {
  margin-top: 5px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #3749c2;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .page-head__title-main {
    font-size: 1.4rem;
    padding-left: 5px;
  }
}
.page-head__lead {
  margin-top: 60px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page-head__lead {
    font-size: 1.4rem;
  }
}

.breadcrumbs {
  display: flex;
  gap: 0 26px;
  font-size: 1.2rem;
  letter-spacing: -0.2em;
  line-height: 1;
  flex-wrap: nowrap;
  align-items: center;
  min-width: 0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 1rem;
  }
}
.breadcrumbs--white .breadcrumbs__item {
  color: #ffffff;
}
.breadcrumbs--white .breadcrumbs__item + .breadcrumbs__item::before {
  background: url(../images/common/icon_arrow_breadcrumb_white.svg) no-repeat center center;
  background-size: 6px 10px;
}
.breadcrumbs__item {
  position: relative;
  flex: 0 0 auto;
  white-space: nowrap;
  min-width: 0;
}
.breadcrumbs__item a {
  opacity: 0.6;
}
@media (min-width: 1024px) {
  .breadcrumbs__item a:hover {
    text-decoration: underline;
  }
}
.breadcrumbs__item + .breadcrumbs__item::before {
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  background: url(../images/common/icon_arrow_breadcrumb.svg) no-repeat center center;
  background-size: 6px 10px;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumbs__item:last-child {
  flex: 1 1 auto;
  min-width: 0;
}
.breadcrumbs__item:last-child a,
.breadcrumbs__item:last-child span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-contents {
  padding: 120px 120px 160px;
}
@media (max-width: 767px) {
  .page-contents {
    padding: 60px 25px 100px;
  }
}
.page-contents__inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .page-contents__inner {
    max-width: 100%;
  }
}

.back-link__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 120px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .back-link__link {
    flex-direction: column;
    margin-top: 80px;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .back-link__link span:not(.oval) {
    order: 1;
  }
}
@media (max-width: 767px) {
  .back-link .oval {
    order: 0;
  }
}
.back-link .oval-icon {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  background-image: url(../images/common/icon_index.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .back-link .oval-icon {
    width: 9px;
    height: 9px;
  }
}
@media (min-width: 1024px) {
  .back-link__link:hover .oval-icon {
    transform: translate(-50%, -50%) scale(1.15);
  }
}

.text-link {
  color: #3749c2;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .text-link:hover {
    text-decoration: none;
  }
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(34, 53, 98, 0.85);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal.is-open .modal__overlay {
  opacity: 1;
}
.modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  width: min(90%, 960px);
}
.modal.is-open .modal__wrap {
  opacity: 1;
}
.modal__inner {
  max-height: 80vh;
  background: #fff;
  padding: 60px 60px 72px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .modal__inner {
    max-height: calc(100svh - 120px);
    padding: 0;
  }
}
.modal__content {
  display: flex;
  gap: 0 40px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .modal__content {
    flex-direction: column;
  }
}
.modal__img {
  width: 360px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .modal__img {
    width: 100%;
  }
}
.modal__img img {
  width: 100%;
  height: auto;
  max-height: 40vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal__body {
  flex: 1;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .modal__body {
    padding: 30px 25px;
  }
}
.modal__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #3749c2;
}
@media (max-width: 767px) {
  .modal__title {
    font-size: 2rem;
  }
}
.modal__text {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .modal__text {
    font-size: 1.4rem;
    line-height: 1.9;
    margin-top: 10px;
  }
}
.modal__close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(calc(-100% - 20px));
  background: url(../images/common/icon_modal_close.svg) no-repeat center center;
  border: none;
  font-size: 30px;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: block;
  width: 29px;
  height: 29px;
}
@media (max-width: 767px) {
  .modal__close {
    transform: translateY(calc(-100% - 12px));
  }
}
.modal.is-open .modal__close {
  opacity: 1;
}