@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
  scrollbar-gutter: stable;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-feature-settings: "palt";
  background-color: #ffffff;
}
body.front-page {
  background: #8bbaf4;
}

.wrapper {
  overflow-x: clip;
}

a,
button {
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease, text-decoration-color 0.15s ease;
}

a {
  color: #5e81d9;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.15em;
}

@media (hover: hover) {
  a:hover {
    text-decoration-color: currentColor;
    opacity: 0.8;
  }
}
a:focus-visible {
  text-decoration-color: currentColor;
  opacity: 0.8;
}

@media (prefers-reduced-motion: reduce) {
  a,
  button {
    transition: none;
  }
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:root {
  --header-h: 20.5128205128vw;
}
@media (min-width: 768px) {
  :root {
    --header-h: calc(0.0677083333 * min(100vw, 1920px));
  }
}

.l-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.8461538462vw 2.8205128205vw;
  color: #ffffff;
  background: #8bbaf4;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 768px) {
  .l-header {
    padding: 1.71875vw 2.3958333333vw;
  }
}

[id] {
  scroll-margin-block-start: var(--header-h);
}

.l-header__brand {
  display: flex;
  align-items: center;
  gap: 3.3333333333vw;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .l-header__brand {
    gap: 1.4583333333vw;
  }
}

.l-header__logo {
  width: 32.5641025641vw;
  height: auto;
}
@media (min-width: 768px) {
  .l-header__logo {
    width: 11.1125vw;
  }
}

.l-header__tagline {
  font-weight: 500;
  letter-spacing: 0.1384615385vw;
}
@media (min-width: 768px) {
  .l-header__tagline {
    letter-spacing: 0.028125vw;
    white-space: nowrap;
  }
}

.l-header__tag1,
.l-header__tag2 {
  display: block;
  font-size: 3.5897435897vw;
  line-height: 1.2857142857;
}
@media (min-width: 768px) {
  .l-header__tag1,
  .l-header__tag2 {
    display: inline;
  }
}

@media (min-width: 768px) {
  .l-header__tag1 {
    font-size: 1.1458333333vw;
    line-height: 1.6818181818;
  }
}

@media (min-width: 768px) {
  .l-header__tag2 {
    font-size: 1.25vw;
  }
}

.l-header__tag-num {
  font-size: 4.1025641026vw;
}
@media (min-width: 768px) {
  .l-header__tag-num {
    font-size: 1.40625vw;
  }
}

.l-header__menu {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 12.8205128205vw;
  height: 2.3076923077vw;
}
@media (min-width: 768px) {
  .l-header__menu {
    width: 5.2083333333vw;
    height: 0.78125vw;
  }
}

.l-header__menu-bar {
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
}
@media (min-width: 768px) {
  .l-header__menu-bar {
    height: 2px;
  }
}

.front-page .l-header {
  background: transparent;
}

.front-page.is-header-solid .l-header {
  background: #8bbaf4;
}

.page-template-template-dept .l-header {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

body.is-menu-open {
  overflow: hidden;
}

.l-nav {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  color: #ffffff;
  background: #8bbaf4;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
body.is-menu-open .l-nav {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.l-nav__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.l-nav__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-nav__deco {
  position: absolute;
  top: calc(-1 * var(--nav-bar-h, 0px));
  left: 0;
  right: 0;
  height: calc(var(--nav-content-h, 100%) + var(--nav-bar-h, 0px));
  z-index: 0;
  pointer-events: none;
}

.l-nav__deco-blob {
  position: absolute;
  width: auto;
  height: auto;
}

.l-nav__deco-blob--l {
  top: 18.7179487179vw;
  left: -2%;
  width: 14.358974359vw;
}
@media (min-width: 768px) {
  .l-nav__deco-blob--l {
    top: calc(0.0609375 * min(100vw, 1920px));
    left: calc(-0.0161458333 * min(100vw, 1920px));
    width: calc(0.0973958333 * min(100vw, 1920px));
  }
}

.l-nav__deco-blob--tr {
  top: 38.4615384615vw;
  right: -2%;
  width: 13.5897435897vw;
}
@media (min-width: 768px) {
  .l-nav__deco-blob--tr {
    top: auto;
    bottom: calc(-0.0213541667 * min(100vw, 1920px));
    right: calc(-0.0177083333 * min(100vw, 1920px));
    width: calc(0.1354166667 * min(100vw, 1920px));
  }
}

.l-nav__bar {
  position: relative;
  z-index: 1;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.8461538462vw 2.8205128205vw;
  background: #ffffff;
  color: #3e4046;
}
@media (min-width: 768px) {
  .l-nav__bar {
    padding: 1.71875vw 2.3958333333vw;
  }
}

.l-nav__brand {
  display: flex;
  align-items: center;
  gap: 3.3333333333vw;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .l-nav__brand {
    gap: 1.4583333333vw;
  }
}

.l-nav__logo-mark {
  width: 32.5641025641vw;
  height: auto;
}
@media (min-width: 768px) {
  .l-nav__logo-mark {
    width: 11.1979166667vw;
  }
}

.l-nav__tagline {
  font-weight: 500;
  letter-spacing: 0.1384615385vw;
}
@media (min-width: 768px) {
  .l-nav__tagline {
    letter-spacing: 0.028125vw;
    white-space: nowrap;
  }
}

.l-nav__tag1,
.l-nav__tag2 {
  display: block;
  font-size: 3.5897435897vw;
  line-height: 1.2857142857;
}
@media (min-width: 768px) {
  .l-nav__tag1,
  .l-nav__tag2 {
    display: inline;
  }
}

@media (min-width: 768px) {
  .l-nav__tag1 {
    font-size: 1.1458333333vw;
  }
}

@media (min-width: 768px) {
  .l-nav__tag2 {
    font-size: 1.25vw;
  }
}

.l-nav__tag-num {
  font-size: 4.1025641026vw;
}
@media (min-width: 768px) {
  .l-nav__tag-num {
    font-size: 1.40625vw;
  }
}

.l-nav__close {
  flex: none;
  position: relative;
  width: 12.8205128205vw;
  height: 2.3076923077vw;
  color: #3e4046;
}
@media (min-width: 768px) {
  .l-nav__close {
    width: 5.2083333333vw;
    height: 0.78125vw;
  }
}

.l-nav__close-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: transform 0.3s ease;
}
.l-nav__close-bar:first-child {
  top: 0;
}
.l-nav__close-bar:last-child {
  bottom: 0;
}

body.is-menu-open .l-nav__close-bar:first-child {
  transform: translateY(0.9935897436vw) rotate(10deg);
}
body.is-menu-open .l-nav__close-bar:last-child {
  transform: translateY(-0.9935897436vw) rotate(-10deg);
}
@media (min-width: 768px) {
  body.is-menu-open .l-nav__close-bar:first-child {
    transform: translateY(0.3580729167vw) rotate(10deg);
  }
  body.is-menu-open .l-nav__close-bar:last-child {
    transform: translateY(-0.3580729167vw) rotate(-10deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .l-nav__close-bar {
    transition: none;
  }
}
.l-nav__scroll {
  position: relative;
  z-index: 1;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.l-nav__inner {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
  padding-inline: 1.25rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .l-nav__inner {
    max-width: calc(0.7458333333 * min(100vw, 1920px));
    margin: 0 auto;
    padding: 2.5vw 0;
  }
}

.l-nav__catch {
  margin-left: 0.7em;
  font-weight: 500;
  font-size: 6.9230769231vw;
  line-height: 1.3703703704;
  letter-spacing: 0.1384615385vw;
  text-align: center;
}
@media (min-width: 768px) {
  .l-nav__catch {
    margin-left: 0;
    font-size: 3.75vw;
    line-height: 1.3625;
    letter-spacing: 0.0625vw;
    text-align: left;
    white-space: nowrap;
  }
}

.l-nav__nav {
  margin-top: 10.2564102564vw;
}
@media (min-width: 768px) {
  .l-nav__nav {
    margin-top: 1.7708333333vw;
  }
}

.l-nav__group + .l-nav__group {
  margin-top: 6.6666666667vw;
}
@media (min-width: 768px) {
  .l-nav__group + .l-nav__group {
    margin-top: 1.4583333333vw;
  }
}

.l-nav__gtitle {
  display: flex;
  align-items: center;
  gap: 2.0512820513vw;
  width: fit-content;
  margin-bottom: 2.5641025641vw;
  color: #ffffff;
  font-weight: 700;
  font-size: 4.6153846154vw;
  letter-spacing: 0.0923076923vw;
  text-decoration: none;
}
@media (min-width: 768px) {
  .l-nav__gtitle {
    gap: 0.4166666667vw;
    margin-bottom: 0.625vw;
    font-size: 1.25vw;
    letter-spacing: 0.025vw;
  }
}

.l-nav__gtitle--coming {
  cursor: default;
}

.l-nav__coming {
  margin-inline-start: 2.5641025641vw;
  padding-block: 0.5128205128vw;
  padding-inline: 2.5641025641vw;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-weight: 500;
  font-size: 3.0769230769vw;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .l-nav__coming {
    margin-inline-start: 0.625vw;
    padding-block: 0.1041666667vw;
    padding-inline: 0.625vw;
    font-size: 0.78125vw;
  }
}

.l-nav__circle {
  flex: none;
  width: 5.641025641vw;
  height: auto;
}
@media (min-width: 768px) {
  .l-nav__circle {
    width: 1.1458333333vw;
  }
}

.l-nav__card {
  margin-inline: -5.1282051282vw;
  padding: 3.5897435897vw 5.1282051282vw;
  background: #83b4f3;
}
@media (min-width: 768px) {
  .l-nav__card {
    margin-inline: 0;
    padding: 1.25vw 1.25vw 1.4583333333vw;
    border-radius: 0.4166666667vw;
  }
}
.l-nav__card ul {
  position: relative;
  margin: 0;
  padding-left: 3.0769230769vw;
  list-style: none;
}
@media (min-width: 768px) {
  .l-nav__card ul {
    padding-left: 0.8333333333vw;
  }
}
.l-nav__card ul::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: currentColor;
}
@media (min-width: 768px) {
  .l-nav__card ul::before {
    width: 2px;
  }
}

.l-nav__link {
  display: flex;
  align-items: center;
  padding: 1.5384615385vw 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 3.8461538462vw;
  line-height: 1.6;
  letter-spacing: 0.0769230769vw;
  text-decoration: none;
}
@media (min-width: 768px) {
  .l-nav__link {
    padding: 0.3645833333vw 0;
    font-size: 0.9375vw;
    letter-spacing: 0.01875vw;
  }
}

.l-nav__chev {
  flex: none;
  width: 0.4em;
  height: auto;
  margin-left: auto;
  color: currentColor;
}
@media (min-width: 768px) {
  .l-nav__chev {
    width: 0.4em;
    margin-left: 1em;
  }
}

@media (min-width: 768px) {
  .l-nav__depts {
    display: flex;
    gap: 1.0416666667vw;
  }
}

@media (min-width: 768px) {
  .l-nav__card--dept {
    flex: 1;
    min-width: 0;
  }
}

.l-nav__card--dept + .l-nav__card--dept {
  margin-top: 2.0512820513vw;
}
@media (min-width: 768px) {
  .l-nav__card--dept + .l-nav__card--dept {
    margin-top: 0;
  }
}

.l-nav__dtitle {
  display: flex;
  align-items: center;
  gap: 2.0512820513vw;
  width: fit-content;
  margin-bottom: 1.5384615385vw;
  color: #ffffff;
  font-weight: 500;
  font-size: 4.6153846154vw;
  letter-spacing: 0.0923076923vw;
  text-decoration: none;
}
@media (min-width: 768px) {
  .l-nav__dtitle {
    gap: 0.4166666667vw;
    margin-bottom: 0.4166666667vw;
    font-size: 1.25vw;
  }
}

@media (min-width: 768px) {
  .l-nav__group:first-child .l-nav__card ul {
    columns: 2;
    column-gap: 2.0833333333vw;
  }
}

.l-nav__footer {
  margin-top: 12.3076923077vw;
  text-align: center;
}
@media (min-width: 768px) {
  .l-nav__footer {
    display: flex;
    align-items: center;
    gap: 1.875vw;
    margin-top: 2.9166666667vw;
    text-align: left;
  }
}

.l-nav__logo {
  width: 55.1282051282vw;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-nav__logo {
    flex: none;
    width: 12.9166666667vw;
    margin: 0;
  }
}

.l-nav__ext {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.1794871795vw;
  margin-top: 5.1282051282vw;
  font-weight: 500;
  font-size: 4.1025641026vw;
}
@media (min-width: 768px) {
  .l-nav__ext {
    gap: 1.4583333333vw;
    margin-top: 0;
    font-size: 0.9375vw;
  }
}
.l-nav__ext a {
  color: #ffffff;
  text-decoration: none;
}

.l-nav__copy {
  margin-top: 4.1025641026vw;
  font-weight: 500;
  font-size: 3.5897435897vw;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .l-nav__copy {
    margin-top: 0;
    margin-left: 0.625vw;
    font-size: 0.875rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .l-nav {
    transition: none;
  }
}
.l-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 14.358974359vw 4.1025641026vw 2.5641025641vw;
  background: #83b4f3;
  color: #ffffff;
}
@media (min-width: 768px) {
  .l-footer {
    padding: 2.9166666667vw 2.0833333333vw 2.0833333333vw;
  }
}

.l-footer__deco {
  display: block;
  width: 100%;
  height: 10.7692307692vw;
  margin-top: 16.4102564103vw;
  margin-bottom: -1px;
  background: url(../images/common/footer-deco-sp.svg) no-repeat bottom center/100% 100%;
}
@media (min-width: 768px) {
  .l-footer__deco {
    margin-top: 7.6041666667vw;
    height: 10.78125vw;
    background-image: url(../images/common/footer-deco.svg);
  }
}

.front-page .l-footer__deco {
  display: none;
}

.l-footer__inner {
  position: relative;
}
@media (min-width: 768px) {
  .l-footer__inner {
    max-width: 86.7708333333vw;
    margin: 0 auto;
    min-height: 21.3020833333vw;
  }
}

.l-footer__en {
  font-weight: 700;
  font-size: 4.6153846154vw;
  line-height: 1.2222222222;
  letter-spacing: 0.4615384615vw;
}
@media (min-width: 768px) {
  .l-footer__en {
    font-size: 1.3541666667vw;
    line-height: 1.5;
    letter-spacing: 0.1354166667vw;
  }
}

.l-footer__title {
  margin-top: 0.2564102564vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-footer__title {
    white-space: nowrap;
  }
}

.l-footer__row {
  display: block;
  white-space: nowrap;
  font-size: 12.5641025641vw;
  line-height: 1.3469387755;
  letter-spacing: 0.2512820513vw;
}
@media (min-width: 768px) {
  .l-footer__row {
    font-size: 4.375vw;
    line-height: 1.3571428571;
    letter-spacing: 0.0875vw;
  }
}

.l-footer__row--year {
  display: flex;
  align-items: baseline;
}

@media (min-width: 768px) {
  .l-footer__row--a,
  .l-footer__row--b {
    display: inline;
  }
}

.l-footer__num {
  font-size: 14.1025641026vw;
  letter-spacing: 0.2820512821vw;
}
@media (min-width: 768px) {
  .l-footer__num {
    font-size: 4.9479166667vw;
    letter-spacing: 0.0989583333vw;
  }
}

.l-footer__yr {
  font-size: 9.7435897436vw;
  letter-spacing: 0.1948717949vw;
}
@media (min-width: 768px) {
  .l-footer__yr {
    font-size: 3.4895833333vw;
    letter-spacing: 0.0697916667vw;
  }
}

.l-footer__cm {
  font-size: 11.0256410256vw;
  letter-spacing: 0.2205128205vw;
}
@media (min-width: 768px) {
  .l-footer__cm {
    font-size: 3.6979166667vw;
    letter-spacing: 0.0739583333vw;
  }
}

.l-footer__pd {
  font-size: 11.2820512821vw;
  letter-spacing: 0.2256410256vw;
}
@media (min-width: 768px) {
  .l-footer__pd {
    font-size: 3.90625vw;
    letter-spacing: 0.078125vw;
  }
}

.l-footer__illust {
  position: relative;
  width: 92.3076923077vw;
  margin: 5.1282051282vw auto 7.1794871795vw;
}
@media (min-width: 768px) {
  .l-footer__illust {
    position: absolute;
    top: 0;
    right: 0;
    width: 22.03125vw;
    margin: 0;
  }
}

.l-footer__illust-art {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .l-footer__info {
    display: flex;
    align-items: center;
    gap: 2.5vw;
    margin-top: 3.3333333333vw;
  }
}

.l-footer__logo-link {
  text-decoration: none;
}

.l-footer__logo {
  width: 55.1282051282vw;
  height: auto;
}
@media (min-width: 768px) {
  .l-footer__logo {
    width: 12.9166666667vw;
  }
}

.l-footer__nav {
  display: flex;
  gap: 4.1025641026vw;
  margin-top: 3.5897435897vw;
  font-weight: 500;
  font-size: 4.1025641026vw;
}
@media (min-width: 768px) {
  .l-footer__nav {
    gap: 2.0833333333vw;
    margin-top: 0;
    font-size: 1.0416666667vw;
  }
}
.l-footer__nav a {
  color: inherit;
}

.l-footer__copyright {
  margin-top: 10.2564102564vw;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 768px) {
  .l-footer__copyright {
    margin-top: 0;
  }
}

.l-footer .c-pagetop {
  position: absolute;
  right: 5.1282051282vw;
  bottom: 17.4358974359vw;
}
@media (min-width: 768px) {
  .l-footer .c-pagetop {
    right: 1.5625vw;
    bottom: 17.6041666667vw;
  }
}

.u-skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 8px 16px;
  color: #fff;
  background: #091a3a;
  transform: translateY(-120%);
  transition: transform 0.2s;
}
.u-skip-link:focus {
  transform: translateY(0);
}

.u-text-sm {
  font-size: 0.8em;
}

@media (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

.u-pc-only {
  display: none;
}
@media (min-width: 768px) {
  .u-pc-only {
    display: inline;
  }
}

@media (min-width: 768px) {
  .u-br-sp {
    display: none;
  }
}

.u-br-pc {
  display: none;
}
@media (min-width: 768px) {
  .u-br-pc {
    display: inline;
  }
}

.reveal-ready .js-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 768px) {
  .reveal-ready .js-reveal {
    transform: translateY(40px);
  }
}
.reveal-ready .js-reveal.is-visible {
  opacity: 1;
  transform: none;
}
.reveal-ready .js-reveal-group > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--i, 0) * 0.12s);
}
.reveal-ready .js-reveal-group.is-visible > * {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready .js-reveal,
  .reveal-ready .js-reveal-group > * {
    transform: none;
    transition: opacity 0.8s ease;
  }
}
.c-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 9.7435897436vw;
  padding-inline: 1.0256410256vw;
  border: 1px solid currentColor;
  border-radius: 1.0256410256vw;
  background: #ffffff;
  font-weight: 500;
  font-size: 0.8em;
  line-height: 1.6428571429;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-badge {
    min-width: 1.9791666667vw;
    padding-inline: 0.2083333333vw;
    border-radius: 0.2083333333vw;
  }
}

.c-badge--new {
  color: #a54528;
}

.c-badge--expand {
  color: #4e73d1;
}

.c-badge--required {
  color: #2e7d32;
}

.c-breadcrumb {
  overflow-x: auto;
  padding-block-start: 17.9487179487vw;
  padding-inline: 5.1282051282vw;
  scrollbar-width: none;
}
.c-breadcrumb::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .c-breadcrumb {
    padding-block-start: 6.7708333333vw;
    padding-inline: 4.53125vw;
  }
}

.c-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 1.5384615385vw;
  width: max-content;
  white-space: nowrap;
  color: #3e4046;
}
@media (min-width: 768px) {
  .c-breadcrumb__list {
    gap: 0.3125vw;
  }
}

.c-breadcrumb__item {
  font-size: 3.8461538462vw;
  line-height: 1.6666666667;
}
.c-breadcrumb__item:not(:first-child)::before {
  content: "＞";
  display: inline-block;
  margin-right: 1.5384615385vw;
  font-size: 3.5897435897vw;
}
@media (min-width: 768px) {
  .c-breadcrumb__item {
    font-size: 0.78125vw;
  }
  .c-breadcrumb__item:not(:first-child)::before {
    margin-right: 0.3125vw;
    font-size: 0.7291666667vw;
  }
}

.c-breadcrumb__home {
  display: flex;
  align-items: center;
  color: inherit;
}

.c-breadcrumb__home-icon {
  display: block;
  width: 4.358974359vw;
  height: 3.5897435897vw;
  background: currentColor;
  mask: url(../images/common/icon/home.svg) no-repeat center/contain;
  -webkit-mask: url(../images/common/icon/home.svg) no-repeat center/contain;
}
@media (min-width: 768px) {
  .c-breadcrumb__home-icon {
    width: 0.8854166667vw;
    height: 0.7291666667vw;
  }
}

.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 89.7435897436vw;
  height: 16.4102564103vw;
  margin: 8.7179487179vw auto 0;
  border-radius: 1.0256410256vw;
  overflow: hidden;
  background: url(../images/common/btn-texture.avif) center/cover no-repeat;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 4.6153846154vw;
  letter-spacing: 0.0923076923vw;
}
@media (min-width: 768px) {
  .c-btn {
    max-width: calc(0.4223958333 * min(100vw, 1920px));
    height: calc(0.0625 * min(100vw, 1920px));
    margin-top: calc(0.025 * min(100vw, 1920px));
    border-radius: calc(0.0041666667 * min(100vw, 1920px));
    font-size: max(21.3333333333px, calc(0.0166666667 * min(100vw, 1920px)));
    letter-spacing: calc(0.0003333333 * min(100vw, 1920px));
  }
}
.c-btn:hover, .c-btn:focus-visible {
  opacity: 1;
}

.c-btn--coming {
  background: #9e9e9e;
  pointer-events: none;
  cursor: default;
}

.c-btn__label {
  position: relative;
}
.c-btn__label::after {
  content: "";
  position: absolute;
  inset: auto 0 -1.5384615385vw;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-btn__label::after {
    inset: auto 0 calc(-0.003125 * min(100vw, 1920px));
  }
}

.c-btn__arrow {
  position: absolute;
  top: 50%;
  right: 4.1025641026vw;
  width: 4.1025641026vw;
  height: auto;
  transform: translateY(-50%);
  transition: transform 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-btn__arrow {
    right: calc(0.015625 * min(100vw, 1920px));
    width: calc(0.0197916667 * min(100vw, 1920px));
  }
}

@media (hover: hover) {
  .c-btn:hover .c-btn__label::after {
    opacity: 1;
  }
  .c-btn:hover .c-btn__arrow {
    transform: translate(0.5rem, -50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-btn__label::after,
  .c-btn__arrow {
    transition: none;
  }
}
.c-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  color: #5e81d9;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-label {
    font-size: 1.25vw;
  }
}

.c-label__mark {
  flex: none;
  width: 0.7em;
  aspect-ratio: 26/35;
  background: currentColor;
  mask: url(../images/front-page/anniversary/anniversary-mark-left.svg) no-repeat center/contain;
  -webkit-mask: url(../images/front-page/anniversary/anniversary-mark-left.svg) no-repeat center/contain;
}

.c-label__mark--r {
  mask-image: url(../images/front-page/anniversary/anniversary-mark-right.svg);
  -webkit-mask-image: url(../images/front-page/anniversary/anniversary-mark-right.svg);
}

.c-event-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.0512820513vw;
  width: 33.0769230769vw;
  height: 9.7435897436vw;
  padding-right: 2.8205128205vw;
  border-radius: 2.5641025641vw 0 0 0;
  background: #5e81d9;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 3.8461538462vw;
  line-height: 1;
  letter-spacing: 0.0769230769vw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(110%);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}
.c-event-btn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .c-event-btn {
    gap: 0.5208333333vw;
    width: 8.5416666667vw;
    height: 2.7083333333vw;
    padding-right: 0.9296875vw;
    border-radius: 1.0416666667vw 0 0 0;
    font-size: 0.9375vw;
    letter-spacing: 0.01875vw;
  }
}

.c-event-btn__icon {
  flex-shrink: 0;
  width: 1.2820512821vw;
  height: auto;
  transition: transform 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-event-btn__icon {
    width: 0.3645833333vw;
  }
}

.c-event-btn__label {
  position: relative;
}
.c-event-btn__label::after {
  content: "";
  position: absolute;
  inset: auto 0 -0.15em;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

@media (hover: hover) {
  .c-event-btn:hover .c-event-btn__label::after {
    opacity: 1;
  }
  .c-event-btn:hover .c-event-btn__icon {
    transform: translateX(0.5rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-event-btn,
  .c-event-btn.is-visible {
    transform: none;
  }
  .c-event-btn__label::after,
  .c-event-btn__icon {
    transition: none;
  }
}
.c-pagetop {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5641025641vw;
  padding-block: 0;
  padding-inline: 0;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-pagetop {
    gap: 0.625vw;
  }
}

.c-pagetop__icon {
  flex: none;
  width: 1.7948717949vw;
  height: 8.9743589744vw;
  transition: transform 0.2s ease-out;
}
@media (min-width: 768px) {
  .c-pagetop__icon {
    width: 0.4166666667vw;
    height: 2.1875vw;
  }
}
.c-pagetop__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.c-pagetop__text {
  writing-mode: vertical-rl;
  font-weight: 700;
  font-size: 3.5897435897vw;
  line-height: 1;
  letter-spacing: 0.2564102564vw;
}
@media (min-width: 768px) {
  .c-pagetop__text {
    font-size: 0.8333333333vw;
    letter-spacing: 0.0625vw;
  }
}

@media (hover: hover) {
  .c-pagetop:hover {
    opacity: 1;
  }
  .c-pagetop:hover .c-pagetop__icon {
    transform: translateY(-0.25rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-pagetop__icon {
    transition: none;
  }
}
.front-page .c-wrapper-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 390/1034;
  pointer-events: none;
}
@media (min-width: 1280px) {
  .front-page .c-wrapper-bg {
    aspect-ratio: 1920/1612;
  }
}

.c-wrapper-bg {
  display: none;
}

.p-fv {
  position: relative;
  width: 100%;
  min-height: 223.5897435897vw;
  overflow: hidden;
  color: #ffffff;
}
@media (min-width: 768px) {
  .p-fv {
    min-height: 56.1979166667vw;
  }
}

.p-fv__copy {
  position: absolute;
  top: 20.4vw;
  left: 4.1025641026vw;
  width: 90.7692307692vw;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-fv__copy {
    top: 15.9375vw;
    left: 7.2395833333vw;
    width: 65.5729166667vw;
  }
}

.p-fv__en {
  font-weight: 700;
  font-size: 5.3846153846vw;
  line-height: 1.2857142857;
  letter-spacing: 0.5384615385vw;
  animation: p-fv-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}
@media (min-width: 768px) {
  .p-fv__en {
    margin-bottom: -0.5208333333vw;
    font-size: 2.0833333333vw;
    line-height: 1.5;
    letter-spacing: 0.2083333333vw;
  }
}

.p-fv__title {
  font-weight: 500;
  text-shadow: 0 0 0.641025641vw rgba(9, 16, 58, 0.2);
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-fv__title {
    margin-top: 0;
    white-space: nowrap;
    text-shadow: 0 0 0.2604166667vw rgba(9, 16, 58, 0.2);
  }
}

.js .p-fv__title {
  visibility: hidden;
}

.js .p-fv__title.is-ready {
  visibility: visible;
}

.p-fv__char {
  display: inline-block;
  animation: p-fv-char-in 2s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(0.4s + var(--i) * 0.045s);
}

.p-fv__title-row {
  display: block;
  font-size: 14.8717948718vw;
  letter-spacing: 0.2974358974vw;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-fv__title-row {
    display: inline;
    font-size: 6.6666666667vw;
    line-height: 1.3515625;
    letter-spacing: 0.1333333333vw;
  }
}

.p-fv__title-row--year {
  display: flex;
  align-items: baseline;
}
@media (min-width: 768px) {
  .p-fv__title-row--year {
    display: flex;
  }
}

.p-fv__num {
  font-size: 16.6666666667vw;
  letter-spacing: 0.3333333333vw;
}
@media (min-width: 768px) {
  .p-fv__num {
    font-size: 7.5vw;
    letter-spacing: 0.15vw;
  }
}

.p-fv__year {
  font-size: 11.5384615385vw;
  letter-spacing: 0.2307692308vw;
}
@media (min-width: 768px) {
  .p-fv__year {
    font-size: 5.3645833333vw;
    letter-spacing: 0.1072916667vw;
  }
}

.p-fv__comma {
  font-size: 13.0769230769vw;
  letter-spacing: 0.2615384615vw;
}
@media (min-width: 768px) {
  .p-fv__comma {
    font-size: 5.7291666667vw;
    letter-spacing: 0.1145833333vw;
  }
}

.p-fv__period {
  font-size: 13.3333333333vw;
  letter-spacing: 0.2666666667vw;
}
@media (min-width: 768px) {
  .p-fv__period {
    font-size: 5.9375vw;
    letter-spacing: 0.11875vw;
  }
}

.p-fv__slider {
  position: absolute;
  top: 93.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 94.5746153846vw;
  height: 92.8205128205vw;
  z-index: 1;
  animation: p-fv-fade 1s ease 0.55s both;
}
@media (min-width: 768px) {
  .p-fv__slider {
    top: 7.0833333333vw;
    left: 50.0166666667vw;
    width: 48.2161979167vw;
    height: 47.321875vw;
    transform: none;
  }
}

.p-fv__slider-ring {
  position: absolute;
  top: 4.5974358974vw;
  left: 8.3692307692vw;
  width: 81.2902564103vw;
  height: 82.2897435897vw;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-fv__slider-ring {
    top: 2.34375vw;
    left: 4.2666666667vw;
    width: 41.4435416667vw;
    height: 41.9530208333vw;
  }
}

.p-fv__slider-window {
  position: absolute;
  top: 0.5102564103vw;
  left: 4.258974359vw;
  width: 80.9107692308vw;
  height: 78.1002564103vw;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-fv__slider-window {
    top: 0.2604166667vw;
    left: 2.1708333333vw;
    width: 41.25vw;
    height: 39.8170833333vw;
  }
}

.p-fv__slider-track {
  position: absolute;
  inset: 0;
}

.p-fv__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.p-fv__slide.is-active {
  opacity: 1;
}

.p-fv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-fv__deco {
  position: absolute;
  pointer-events: none;
  user-select: none;
  --fv-amp: 1.2;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  will-change: transform;
}
@media (min-width: 768px) {
  .p-fv__deco {
    --fv-amp: 1;
  }
}

.p-fv__deco--a4 {
  top: 9.6692307692vw;
  left: 0;
  width: 17.1992307692vw;
  height: 15.3338461538vw;
  z-index: 1;
  animation-name: p-fv-float-a;
  animation-duration: 7.5s;
  animation-delay: -1s;
}
@media (min-width: 768px) {
  .p-fv__deco--a4 {
    top: 4.9286458333vw;
    left: 0;
    width: 8.7684895833vw;
    height: 7.8175vw;
  }
}

.p-fv__deco--b2 {
  top: 6.2717948718vw;
  left: 12.0820512821vw;
  width: 9.2135897436vw;
  height: 7.1782051282vw;
  z-index: 1;
  animation-name: p-fv-float-b;
  animation-duration: 6.5s;
  animation-delay: -3s;
}
@media (min-width: 768px) {
  .p-fv__deco--b2 {
    top: 3.1979166667vw;
    left: 6.159375vw;
    width: 4.69734375vw;
    height: 3.6595833333vw;
  }
}

.p-fv__deco--b6 {
  top: 0;
  left: 72.5vw;
  width: 15.4315384615vw;
  height: 16.6587179487vw;
  z-index: 3;
  animation-name: p-fv-float-c;
  animation-duration: 8s;
  animation-delay: -2s;
}
@media (min-width: 768px) {
  .p-fv__deco--b6 {
    top: 0;
    left: 36.9625vw;
    width: 7.86734375vw;
    height: 8.49296875vw;
  }
}

.p-fv__deco--a5 {
  top: 0.2923076923vw;
  left: 80.2179487179vw;
  width: 9.7833333333vw;
  height: 8.6105128205vw;
  z-index: 3;
  animation-name: p-fv-float-a;
  animation-duration: 7s;
  animation-delay: -4s;
}
@media (min-width: 768px) {
  .p-fv__deco--a5 {
    top: 0.1489583333vw;
    left: 40.8963541667vw;
    width: 4.9877604167vw;
    height: 4.3897395833vw;
  }
}

.p-fv__deco--a2 {
  top: 76.7538461538vw;
  left: 59.5461538462vw;
  width: 24.1402564103vw;
  height: 16.0669230769vw;
  z-index: 3;
  animation-name: p-fv-float-b;
  animation-duration: 8.5s;
  animation-delay: -1.5s;
}
@media (min-width: 768px) {
  .p-fv__deco--a2 {
    top: 39.1307291667vw;
    left: 30.3583333333vw;
    width: 12.3072395833vw;
    height: 8.1911979167vw;
  }
}

.p-fv__deco--a3 {
  top: 56.6512820513vw;
  left: 72.3974358974vw;
  width: 22.1758974359vw;
  height: 21.9576923077vw;
  z-index: 3;
  animation-name: p-fv-float-c;
  animation-duration: 6.8s;
  animation-delay: -3.5s;
}
@media (min-width: 768px) {
  .p-fv__deco--a3 {
    top: 28.8822916667vw;
    left: 36.9104166667vw;
    width: 11.30578125vw;
    height: 11.1944791667vw;
  }
}

.p-fv__deco--b3 {
  top: 67.6307692308vw;
  left: 63.6230769231vw;
  width: 14.2264102564vw;
  height: 13.4843589744vw;
  z-index: 3;
  animation-name: p-fv-float-a;
  animation-duration: 7.8s;
  animation-delay: -0.5s;
}
@media (min-width: 768px) {
  .p-fv__deco--b3 {
    top: 34.4791666667vw;
    left: 32.4369791667vw;
    width: 7.2529166667vw;
    height: 6.8745833333vw;
  }
}

.p-fv__lead {
  position: absolute;
  top: 185.1282051282vw;
  left: 5.1282051282vw;
  width: 89.7435897436vw;
  z-index: 2;
  font-weight: 700;
  font-size: 4.6153846154vw;
  line-height: 1.7777777778;
  letter-spacing: 0.0923076923vw;
  word-break: break-word;
  animation: p-fv-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.9s both;
}
@media (min-width: 768px) {
  .p-fv__lead {
    top: 39.5833333333vw;
    left: 7.2395833333vw;
    width: 46.875vw;
    font-size: 1.4583333333vw;
    line-height: 1.6428571429;
    letter-spacing: 0.0291666667vw;
  }
}

@keyframes p-fv-rise {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes p-fv-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes p-fv-char-in {
  from {
    opacity: 0;
    transform: translateY(0.6em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes p-fv-char-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes p-fv-float-a {
  from {
    transform: translate(0, 0) rotate(0deg);
  }
  to {
    transform: translate(calc(-15px * var(--fv-amp, 1)), calc(-34px * var(--fv-amp, 1))) rotate(-6deg);
  }
}
@keyframes p-fv-float-b {
  from {
    transform: translate(0, 0) rotate(0deg);
  }
  to {
    transform: translate(calc(19px * var(--fv-amp, 1)), calc(-27px * var(--fv-amp, 1))) rotate(6deg);
  }
}
@keyframes p-fv-float-c {
  from {
    transform: translate(0, 0) rotate(0deg);
  }
  to {
    transform: translate(calc(-12px * var(--fv-amp, 1)), calc(-22px * var(--fv-amp, 1))) rotate(5deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-fv__en,
  .p-fv__lead {
    animation-name: p-fv-fade;
  }
  .p-fv__char {
    animation-name: p-fv-char-fade;
  }
  .p-fv__deco {
    animation: none;
  }
}
.p-whatsnew {
  position: relative;
  overflow: hidden;
  padding: 5.1282051282vw 4.1025641026vw 18.4615384615vw;
  color: #ffffff;
}
@media (min-width: 768px) {
  .p-whatsnew {
    padding: calc(0.0625 * min(100vw, 1920px)) calc(0.0208333333 * min(100vw, 1920px)) calc(0.0729166667 * min(100vw, 1920px));
  }
}

@media (min-width: 768px) {
  .p-whatsnew__inner {
    max-width: calc(0.8541666667 * min(100vw, 1920px));
    margin: 0 auto;
  }
}

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

.p-whatsnew__lead {
  font-weight: 500;
}

.p-whatsnew__lead-sm {
  display: block;
  font-size: 5.641025641vw;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-whatsnew__lead-sm {
    font-size: max(40px, calc(0.03125 * min(100vw, 1920px)));
  }
}

.p-whatsnew__lead-num {
  font-size: 7.6923076923vw;
}
@media (min-width: 768px) {
  .p-whatsnew__lead-num {
    font-size: max(44px, calc(0.034375 * min(100vw, 1920px)));
    letter-spacing: 0.02em;
  }
}

.p-whatsnew__lead-lg {
  display: block;
  margin-top: 0.2em;
  font-size: 8.2051282051vw;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-whatsnew__lead-lg {
    margin-top: 0.5em;
    font-size: max(80px, calc(0.0625 * min(100vw, 1920px)));
    line-height: 1.2;
  }
}

.p-whatsnew__lead-bracket {
  margin-right: -0.4em;
}

.p-whatsnew__watermark {
  margin-top: 0.5em;
  font-weight: 700;
  font-size: 15.3846153846vw;
  line-height: 1;
  letter-spacing: 0.3076923077vw;
  color: rgba(255, 255, 255, 0.051);
  -webkit-text-stroke: 0.75px rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .p-whatsnew__watermark {
    margin-top: 0.6em;
    font-size: calc(0.09375 * min(100vw, 1920px));
    letter-spacing: calc(0.001875 * min(100vw, 1920px));
    -webkit-text-stroke-width: 1.5px;
  }
}

.p-whatsnew__list {
  margin-top: 2.0512820513vw;
}
@media (min-width: 768px) {
  .p-whatsnew__list {
    margin-top: calc(0.0208333333 * min(100vw, 1920px));
  }
}

.p-whatsnew__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-whatsnew__item + .p-whatsnew__item {
  margin-top: 12.3076923077vw;
}
@media (min-width: 768px) {
  .p-whatsnew__item {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: calc(0.0208333333 * min(100vw, 1920px));
  }
  .p-whatsnew__item + .p-whatsnew__item {
    margin-top: calc(0.0333333333 * min(100vw, 1920px));
  }
  .p-whatsnew__item:nth-child(even) {
    flex-direction: row;
  }
}

.p-whatsnew__img {
  position: relative;
  width: 88.4615384615vw;
}
@media (min-width: 768px) {
  .p-whatsnew__img {
    flex: none;
    width: calc(0.2916666667 * min(100vw, 1920px));
  }
}

.p-whatsnew__el {
  position: absolute;
  display: block;
  height: auto;
  pointer-events: none;
}

.p-whatsnew__img--c1 {
  aspect-ratio: 563.5/448.23;
}

.p-whatsnew__img--c2 {
  aspect-ratio: 560.6/509.63;
}

.p-whatsnew__img--c3 {
  aspect-ratio: 528.21/458.89;
}

.p-whatsnew__img--c4 {
  aspect-ratio: 508.96/517.35;
}

.p-whatsnew__img--c5 {
  aspect-ratio: 527.12/472.71;
}

.p-whatsnew__el--c1-1 {
  left: 17.48%;
  top: 8.94%;
  width: 73.94%;
  z-index: 1;
}

.p-whatsnew__el--c1-2 {
  left: 5.59%;
  top: 2.9%;
  width: 40.58%;
  z-index: 2;
}

.p-whatsnew__el--c1-3 {
  left: 0%;
  top: 23.92%;
  width: 40.59%;
  z-index: 3;
}

.p-whatsnew__el--c1-4 {
  left: 17.48%;
  top: 0%;
  width: 73.94%;
  z-index: 4;
}

.p-whatsnew__el--c1-5 {
  left: 78.93%;
  top: 68.24%;
  width: 21.07%;
  z-index: 5;
}

.p-whatsnew__el--c2-1 {
  left: 12.4%;
  top: 20.65%;
  width: 79.15%;
  z-index: 1;
}

.p-whatsnew__el--c2-2 {
  left: 21.41%;
  top: 15.31%;
  width: 28.34%;
  z-index: 2;
}

.p-whatsnew__el--c2-3 {
  left: 0%;
  top: 35.71%;
  width: 37%;
  z-index: 3;
}

.p-whatsnew__el--c2-4 {
  left: 12.4%;
  top: 0%;
  width: 79.15%;
  z-index: 4;
}

.p-whatsnew__el--c2-5 {
  left: 70.2%;
  top: 77.46%;
  width: 29.8%;
  z-index: 5;
}

.p-whatsnew__el--c3-1 {
  left: 9.11%;
  top: 11.06%;
  width: 78.88%;
  z-index: 1;
}

.p-whatsnew__el--c3-2 {
  left: 17.74%;
  top: 19.15%;
  width: 26.15%;
  z-index: 2;
}

.p-whatsnew__el--c3-3 {
  left: 0%;
  top: 12.18%;
  width: 32.57%;
  z-index: 3;
}

.p-whatsnew__el--c3-4 {
  left: 9.11%;
  top: 0%;
  width: 78.88%;
  z-index: 4;
}

.p-whatsnew__el--c3-5 {
  left: 76.05%;
  top: 69.48%;
  width: 23.95%;
  z-index: 5;
}

.p-whatsnew__el--c4-1 {
  left: 7.4%;
  top: 21.83%;
  width: 87.18%;
  z-index: 1;
}

.p-whatsnew__el--c4-2 {
  left: 67.85%;
  top: 39.4%;
  width: 32.15%;
  z-index: 2;
}

.p-whatsnew__el--c4-3 {
  left: 0%;
  top: 30.78%;
  width: 36.86%;
  z-index: 3;
}

.p-whatsnew__el--c4-4 {
  left: 7.4%;
  top: 0%;
  width: 87.18%;
  z-index: 4;
}

.p-whatsnew__el--c4-5 {
  left: 6.22%;
  top: 78%;
  width: 21.65%;
  z-index: 5;
}

.p-whatsnew__el--c5-1 {
  left: 12.33%;
  top: 13.66%;
  width: 79.05%;
  z-index: 1;
}

.p-whatsnew__el--c5-2 {
  left: 0%;
  top: 28.66%;
  width: 31.45%;
  z-index: 2;
}

.p-whatsnew__el--c5-3 {
  left: 45.56%;
  top: 13.65%;
  width: 35.42%;
  z-index: 3;
}

.p-whatsnew__el--c5-4 {
  left: 12.33%;
  top: 0%;
  width: 79.05%;
  z-index: 4;
}

.p-whatsnew__el--c5-5 {
  left: 67.36%;
  top: 70.96%;
  width: 32.64%;
  z-index: 5;
}

.p-whatsnew__el--c5-3 {
  left: 17%;
}
@media (min-width: 768px) {
  .p-whatsnew__el--c5-3 {
    left: 15%;
    top: 10.3%;
  }
}

.p-whatsnew__body {
  width: 100%;
  margin-top: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-whatsnew__body {
    flex: none;
    width: calc(0.4947916667 * min(100vw, 1920px));
    margin-top: 0;
  }
}

.p-whatsnew__badge {
  display: flex;
  align-items: center;
  width: 66.6666666667vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-whatsnew__badge {
    width: auto;
    margin-inline: 0;
  }
}
.p-whatsnew__badge::before, .p-whatsnew__badge::after {
  content: "";
  flex: 1;
  height: 1px;
  background: currentColor;
}

.p-whatsnew__badge-pill {
  flex: none;
  border-radius: 999px;
  padding: 1.2820512821vw 4.1025641026vw;
  background: #ffffff;
  color: #d171c6;
  font-weight: 700;
  font-size: 3.8461538462vw;
  line-height: 1;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-whatsnew__badge-pill {
    padding: calc(0.0041666667 * min(100vw, 1920px)) calc(0.0125 * min(100vw, 1920px));
    font-size: max(15px, calc(0.0104166667 * min(100vw, 1920px)));
  }
}

.p-whatsnew__badge-num {
  font-size: 4.1025641026vw;
}
@media (min-width: 768px) {
  .p-whatsnew__badge-num {
    font-size: max(15px, calc(0.0114583333 * min(100vw, 1920px)));
  }
}

.p-whatsnew__title {
  margin-top: 4.1025641026vw;
  font-weight: 500;
  font-size: 9.7435897436vw;
  line-height: 1.2;
  letter-spacing: 0.1948717949vw;
}
@media (min-width: 768px) {
  .p-whatsnew__title {
    margin-top: calc(0.0145833333 * min(100vw, 1920px));
    font-size: max(53.3333333333px, calc(0.0416666667 * min(100vw, 1920px)));
    letter-spacing: calc(0.0008333333 * min(100vw, 1920px));
  }
}

.p-whatsnew__title-shift {
  position: relative;
  left: 0.2em;
}

.p-whatsnew__title-dot {
  margin-left: -0.15em;
}

.p-whatsnew__title-sub {
  display: block;
  margin-top: 1.0256410256vw;
  font-size: 3.5897435897vw;
}
@media (min-width: 768px) {
  .p-whatsnew__title-sub {
    margin-top: calc(0.0041666667 * min(100vw, 1920px));
    font-size: max(15px, calc(0.0083333333 * min(100vw, 1920px)));
  }
}

.p-whatsnew__desc {
  margin-top: 3.5897435897vw;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
@media (min-width: 768px) {
  .p-whatsnew__desc {
    margin-top: calc(0.0125 * min(100vw, 1920px));
    font-size: max(18.6666666667px, calc(0.0145833333 * min(100vw, 1920px)));
    line-height: 1.6428571429;
  }
}

.p-feature {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  padding: 25.8974358974vw 5.1282051282vw 20vw;
  background: #f5f5f5;
  color: #3e4046;
  text-align: center;
}
@media (min-width: 768px) {
  .p-feature {
    padding: calc(0.1208333333 * min(100vw, 1920px)) calc(0.0208333333 * min(100vw, 1920px)) calc(0.0869791667 * min(100vw, 1920px));
  }
}

.p-feature--curriculum {
  padding-top: 37.1794871795vw;
}
@media (min-width: 768px) {
  .p-feature--curriculum {
    padding-top: calc(0.103125 * min(100vw, 1920px));
  }
}

.p-feature--license {
  padding-top: 29.4871794872vw;
}
@media (min-width: 768px) {
  .p-feature--license {
    padding-top: calc(0.115625 * min(100vw, 1920px));
  }
}

.p-feature--jpteacher {
  padding-top: 34.1025641026vw;
}
@media (min-width: 768px) {
  .p-feature--jpteacher {
    padding-top: calc(0.1192708333 * min(100vw, 1920px));
  }
}

.p-feature--building {
  padding-top: 33.5897435897vw;
}
@media (min-width: 768px) {
  .p-feature--building {
    padding-top: calc(0.1088541667 * min(100vw, 1920px));
  }
}

.p-feature__deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  background-position: top center;
  background-size: 100% calc(100% + 1px);
  background-repeat: no-repeat;
  pointer-events: none;
}

.p-feature--info .p-feature__deco {
  height: 16.6666666667vw;
  background-image: url(../images/front-page/feature/feature-deco-sp.svg);
}
@media (min-width: 768px) {
  .p-feature--info .p-feature__deco {
    height: calc(0.1369791667 * min(100vw, 1920px));
    background-image: url(../images/front-page/feature/feature-deco-pc.svg);
  }
}

.p-feature--hgu .p-feature__deco {
  height: 17.1794871795vw;
  background-image: url(../images/front-page/feature/feature-hgu-deco-sp.svg);
}
@media (min-width: 768px) {
  .p-feature--hgu .p-feature__deco {
    height: calc(0.1088541667 * min(100vw, 1920px));
    background-image: url(../images/front-page/feature/feature-hgu-deco-pc.svg);
  }
}

.p-feature--license .p-feature__deco {
  height: 17.6923076923vw;
  background-image: url(../images/front-page/feature/feature-license-deco-sp.svg);
}
@media (min-width: 768px) {
  .p-feature--license .p-feature__deco {
    height: calc(0.1369791667 * min(100vw, 1920px));
    background-image: url(../images/front-page/feature/feature-license-deco-pc.svg);
  }
}

.p-feature--jpteacher .p-feature__deco {
  height: 16.1538461538vw;
  background-image: url(../images/front-page/feature/feature-jpteacher-deco-sp.svg);
}
@media (min-width: 768px) {
  .p-feature--jpteacher .p-feature__deco {
    height: calc(0.1364583333 * min(100vw, 1920px));
    background-image: url(../images/front-page/feature/feature-jpteacher-deco-pc.svg);
  }
}

.p-feature--building .p-feature__deco {
  height: 17.1794871795vw;
  background-image: url(../images/front-page/feature/feature-building-deco-sp.svg);
}
@media (min-width: 768px) {
  .p-feature--building .p-feature__deco {
    height: calc(0.1375 * min(100vw, 1920px));
    background-image: url(../images/front-page/feature/feature-building-deco-pc.svg);
  }
}

.p-feature--curriculum .p-feature__deco {
  height: 16.4102564103vw;
  background-image: url(../images/front-page/feature/feature-curriculum-deco-sp.svg);
}
@media (min-width: 768px) {
  .p-feature--curriculum .p-feature__deco {
    height: calc(0.1359375 * min(100vw, 1920px));
    background-image: url(../images/front-page/feature/feature-curriculum-deco-pc.svg);
  }
}

.p-feature--on-blue {
  margin-top: -4.1025641026vw;
}
@media (min-width: 768px) {
  .p-feature--on-blue {
    margin-top: calc(-0.0427083333 * min(100vw, 1920px));
  }
}
.p-feature--on-blue .p-feature__deco {
  background-color: #83b4f3;
}
.p-feature--on-blue .p-feature__deco::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #f5f5f5;
}

.p-feature__blob {
  position: absolute;
  z-index: 2;
  top: 8.2051282051vw;
  left: 50%;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
}

.p-feature--info .p-feature__blob {
  width: 25.641025641vw;
}
@media (min-width: 768px) {
  .p-feature--info .p-feature__blob {
    top: calc(0.0385416667 * min(100vw, 1920px));
    left: calc(0.0088541667 * min(100vw, 1920px));
    width: calc(0.2255208333 * min(100vw, 1920px));
    transform: none;
  }
}

.p-feature--hgu .p-feature__blob {
  width: 23.0769230769vw;
}
@media (min-width: 768px) {
  .p-feature--hgu .p-feature__blob {
    top: calc(0.021875 * min(100vw, 1920px));
    right: calc(0.0078125 * min(100vw, 1920px));
    left: auto;
    width: calc(0.1734375 * min(100vw, 1920px));
    transform: none;
  }
}

.p-feature--curriculum .p-feature__blob {
  top: 11.7948717949vw;
  width: 20.7692307692vw;
}
@media (min-width: 768px) {
  .p-feature--curriculum .p-feature__blob {
    top: calc(0.0484375 * min(100vw, 1920px));
    left: calc(0.0182291667 * min(100vw, 1920px));
    width: calc(0.1692708333 * min(100vw, 1920px));
    transform: none;
  }
}

.p-feature--license .p-feature__blob {
  top: 10.7692307692vw;
  width: 25.641025641vw;
}
@media (min-width: 768px) {
  .p-feature--license .p-feature__blob {
    top: calc(0.0510416667 * min(100vw, 1920px));
    right: calc(0.0083333333 * min(100vw, 1920px));
    left: auto;
    width: calc(0.2083333333 * min(100vw, 1920px));
    transform: none;
  }
}

.p-feature--jpteacher .p-feature__blob {
  top: 11.0256410256vw;
  width: 20.5128205128vw;
}
@media (min-width: 768px) {
  .p-feature--jpteacher .p-feature__blob {
    top: calc(0.0484375 * min(100vw, 1920px));
    left: calc(0.0286458333 * min(100vw, 1920px));
    width: calc(0.1364583333 * min(100vw, 1920px));
    transform: none;
  }
}

.p-feature--building .p-feature__blob {
  top: 10.2564102564vw;
  width: 24.358974359vw;
}
@media (min-width: 768px) {
  .p-feature--building .p-feature__blob {
    top: calc(0.0364583333 * min(100vw, 1920px));
    right: calc(0.0276041667 * min(100vw, 1920px));
    left: auto;
    width: calc(0.146875 * min(100vw, 1920px));
    transform: none;
  }
}

.p-feature__inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-feature__inner {
    max-width: calc(0.7114583333 * min(100vw, 1920px));
    margin: 0 auto;
  }
}

.p-feature--hgu .p-feature__inner {
  margin-top: 1rem;
}

.p-feature--building .p-feature__inner {
  margin-top: 1rem;
}

.p-feature__badge {
  font-weight: 700;
  font-size: 5.641025641vw;
  line-height: 1.4090909091;
  letter-spacing: 0.2256410256vw;
}
@media (min-width: 768px) {
  .p-feature__badge {
    font-size: max(40px, calc(0.03125 * min(100vw, 1920px)));
    line-height: 1.0666666667;
    letter-spacing: calc(0.00125 * min(100vw, 1920px));
  }
}

.p-feature__badge-num {
  margin-left: -0.2em;
  font-size: 6.6666666667vw;
}
@media (min-width: 768px) {
  .p-feature__badge-num {
    font-size: max(43.3333333333px, calc(0.0338541667 * min(100vw, 1920px)));
  }
}

.p-feature__badge-unit {
  font-size: 5.1282051282vw;
}
@media (min-width: 768px) {
  .p-feature__badge-unit {
    font-size: max(35.3333333333px, calc(0.0276041667 * min(100vw, 1920px)));
  }
}

.p-feature__title {
  margin-top: 1.5384615385vw;
  font-weight: 500;
  font-size: 9.7435897436vw;
  line-height: 1.2105263158;
  letter-spacing: 0.1948717949vw;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .p-feature__title {
    margin-top: calc(0.0041666667 * min(100vw, 1920px));
    font-size: max(53.3333333333px, calc(0.0416666667 * min(100vw, 1920px)));
    line-height: 1.25;
    letter-spacing: calc(0.0008333333 * min(100vw, 1920px));
  }
}

.p-feature--hgu .p-feature__title {
  font-size: 9.2307692308vw;
}
@media (min-width: 768px) {
  .p-feature--hgu .p-feature__title {
    font-size: max(53.3333333333px, calc(0.0416666667 * min(100vw, 1920px)));
  }
}

.p-feature--license .p-feature__title {
  font-size: 8.7179487179vw;
}
@media (min-width: 768px) {
  .p-feature--license .p-feature__title {
    font-size: max(53.3333333333px, calc(0.0416666667 * min(100vw, 1920px)));
  }
}

.p-feature__sub {
  margin-top: 1.0256410256vw;
  font-weight: 500;
  font-size: 3.5897435897vw;
}
@media (min-width: 768px) {
  .p-feature__sub {
    margin-top: calc(0.0041666667 * min(100vw, 1920px));
    font-size: max(15px, calc(0.0083333333 * min(100vw, 1920px)));
  }
}

.p-feature__slider {
  width: 100vw;
  margin: 6.1538461538vw 0 0 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-feature__slider {
    width: 100%;
    max-width: calc(0.7104166667 * min(100vw, 1920px));
    margin: calc(0.0208333333 * min(100vw, 1920px)) auto 0;
    transform: none;
  }
}

.p-feature__swiper {
  width: 100%;
  aspect-ratio: 1364/708;
}

.p-feature__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-feature__slider .p-feature__pagination {
  position: static;
  margin-top: 6.1538461538vw;
  line-height: 0;
  --swiper-pagination-bullet-horizontal-gap: 12px;
}
@media (min-width: 768px) {
  .p-feature__slider .p-feature__pagination {
    margin-top: calc(0.0166666667 * min(100vw, 1920px));
  }
}

.p-feature__slider .swiper-pagination-bullet {
  position: relative;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 2px solid #7c88ac;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  transition: background-color 0.2s ease-out;
}
.p-feature__slider .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 20px;
  height: 9px;
  border-radius: 50px;
  background: #7c88ac;
  transform-origin: left center;
  transform: translateY(-50%) scaleX(0);
  transition: transform 0.2s ease-out;
}

.p-feature__slider .swiper-pagination-bullet-active {
  z-index: 1;
  border-color: transparent;
}
.p-feature__slider .swiper-pagination-bullet-active::before {
  transform: translateY(-50%) scaleX(1);
}
.p-feature__slider .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #7c88ac;
  box-shadow: 0 0 0 2px #f5f5f5;
  transform: translate(-50%, -50%);
}

.p-feature__body {
  width: 89.7435897436vw;
  margin: 6.1538461538vw auto 0;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
  text-align: left;
}
@media (min-width: 768px) {
  .p-feature__body {
    width: min(90%, 812px);
    margin-top: calc(0.0208333333 * min(100vw, 1920px));
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.p-feature__body p + p {
  margin-top: 1em;
}

.p-feature__note {
  width: 89.7435897436vw;
  margin: 3.0769230769vw auto 0;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
  text-align: left;
}
@media (min-width: 768px) {
  .p-feature__note {
    width: min(90%, 812px);
    margin-top: calc(0.00625 * min(100vw, 1920px));
    font-size: 1rem;
    line-height: 2;
  }
}

.p-curriculum {
  margin-top: 9.2307692308vw;
  text-align: left;
}
@media (min-width: 768px) {
  .p-curriculum {
    width: min(90%, 1105px);
    margin: calc(0.0291666667 * min(100vw, 1920px)) auto 0;
  }
}

.p-curriculum__group + .p-curriculum__group {
  margin-top: 7.1794871795vw;
}
@media (min-width: 768px) {
  .p-curriculum__group + .p-curriculum__group {
    margin-top: calc(0.0229166667 * min(100vw, 1920px));
  }
}

.p-curriculum__dept {
  display: flex;
  align-items: center;
  gap: 2.0512820513vw;
  margin-bottom: 3.0769230769vw;
  font-weight: 500;
  font-size: 5.1282051282vw;
}
@media (min-width: 768px) {
  .p-curriculum__dept {
    gap: calc(0.00625 * min(100vw, 1920px));
    margin-bottom: calc(0.009375 * min(100vw, 1920px));
    font-size: max(16px, calc(0.0125 * min(100vw, 1920px)));
  }
}
.p-curriculum__dept::before {
  content: "";
  flex: none;
  width: 2.0512820513vw;
  height: 2.0512820513vw;
  border-radius: 50%;
  background: #5e81d9;
}
@media (min-width: 768px) {
  .p-curriculum__dept::before {
    width: calc(0.0052083333 * min(100vw, 1920px));
    height: calc(0.0052083333 * min(100vw, 1920px));
  }
}

.p-curriculum__group--economics .p-curriculum__dept::before,
.p-curriculum__group--economics .p-curriculum__name::before {
  background: #83ac83;
}

.p-curriculum__group--welfare .p-curriculum__dept::before,
.p-curriculum__group--welfare .p-curriculum__name::before {
  background: #d6af86;
}

.p-curriculum__list {
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .p-curriculum__list {
    margin-inline: 0.7rem;
  }
}

.p-curriculum__card + .p-curriculum__card {
  margin-top: 3.0769230769vw;
}
@media (min-width: 768px) {
  .p-curriculum__card + .p-curriculum__card {
    margin-top: calc(0.0083333333 * min(100vw, 1920px));
  }
}

.p-curriculum__link {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 1.0256410256vw;
  background: #ededed;
  color: #3e4046;
  text-decoration: none;
}
@media (min-width: 768px) {
  .p-curriculum__link {
    border-radius: calc(0.0041666667 * min(100vw, 1920px));
  }
}

.p-curriculum__text {
  flex: 1;
  min-width: 0;
  padding: 4.358974359vw 4.1025641026vw 4.358974359vw 3.8461538462vw;
}
@media (min-width: 768px) {
  .p-curriculum__text {
    padding: calc(0.01875 * min(100vw, 1920px)) calc(0.0208333333 * min(100vw, 1920px)) calc(0.01875 * min(100vw, 1920px)) calc(0.0229166667 * min(100vw, 1920px));
  }
}

.p-curriculum__name {
  display: block;
  padding-left: 4.1025641026vw;
  font-weight: 500;
  font-size: 6.1538461538vw;
  line-height: 1.4166666667;
  text-indent: -4.1025641026vw;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  transition: text-decoration-color 0.2s ease-out;
}
@media (min-width: 768px) {
  .p-curriculum__name {
    padding-left: calc(0.0114583333 * min(100vw, 1920px));
    font-size: max(21.3333333333px, calc(0.0166666667 * min(100vw, 1920px)));
    line-height: 1.4375;
    text-indent: calc(-0.0114583333 * min(100vw, 1920px));
  }
}
.p-curriculum__name::before {
  content: "";
  display: inline-block;
  width: 2.0512820513vw;
  height: 2.0512820513vw;
  margin-right: 2.0512820513vw;
  border-radius: 50%;
  background: #5e81d9;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-curriculum__name::before {
    width: calc(0.0052083333 * min(100vw, 1920px));
    height: calc(0.0052083333 * min(100vw, 1920px));
    margin-right: calc(0.00625 * min(100vw, 1920px));
  }
}

.p-curriculum__desc {
  display: block;
  margin-top: 1.5384615385vw;
  margin-left: 4.1025641026vw;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .p-curriculum__desc {
    margin-top: calc(0.0041666667 * min(100vw, 1920px));
    margin-left: calc(0.0114583333 * min(100vw, 1920px));
  }
}

.p-curriculum__arrow {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.2820512821vw;
  color: #ffffff;
  background: url(../images/common/btn-texture.avif) center/cover no-repeat;
}
@media (min-width: 768px) {
  .p-curriculum__arrow {
    width: calc(0.0375 * min(100vw, 1920px));
  }
}

.p-curriculum__arrow svg {
  width: 6.1538461538vw;
  height: auto;
  transition: transform 0.2s ease-out;
}
@media (min-width: 768px) {
  .p-curriculum__arrow svg {
    width: calc(0.0145833333 * min(100vw, 1920px));
  }
}

@media (hover: hover) {
  .p-curriculum__link:hover {
    background: #e3e3e3;
    opacity: 1;
  }
  .p-curriculum__link:hover .p-curriculum__name {
    text-decoration-color: currentColor;
  }
  .p-curriculum__link:hover .p-curriculum__arrow svg {
    transform: translateX(0.5rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-curriculum__arrow svg {
    transition: none;
  }
}
.p-learning {
  position: relative;
  z-index: 1;
  padding: 19.4871794872vw 5.1282051282vw 20.5128205128vw;
  color: #ffffff;
}
@media (min-width: 768px) {
  .p-learning {
    padding: calc(0.0994791667 * min(100vw, 1920px)) calc(0.0208333333 * min(100vw, 1920px)) calc(0.09375 * min(100vw, 1920px));
  }
}

.p-learning__deco {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: calc(11.0256410256vw + 1px);
  background: url(../images/front-page/learning/learning-deco-sp.svg) top center/100% 100% no-repeat;
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-learning__deco {
    height: calc(calc(0.1078125 * min(100vw, 1920px)) + 1px);
    background-image: url(../images/front-page/learning/learning-deco-pc.svg);
  }
}

.p-learning__blob {
  position: absolute;
  z-index: 1;
  top: -9.4871794872vw;
  left: 0;
  width: 26.6666666667vw;
  height: auto;
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-learning__blob {
    top: calc(-0.1229166667 * min(100vw, 1920px));
    width: calc(0.1942708333 * min(100vw, 1920px));
  }
}

.p-learning__inner {
  position: relative;
  z-index: 2;
  width: min(98%, 1640px);
  margin: 0 auto;
}

.p-learning__watermark {
  display: block;
  font-weight: 700;
  font-size: 15.3846153846vw;
  line-height: 1.05;
  letter-spacing: 0.3076923077vw;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.051);
  -webkit-text-stroke: 0.75px rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .p-learning__watermark {
    width: calc(100% + calc(0.1041666667 * min(100vw, 1920px)));
    margin-inline: calc(-0.0520833333 * min(100vw, 1920px));
    font-size: calc(0.09375 * min(100vw, 1920px));
    line-height: 1;
    letter-spacing: normal;
    white-space: nowrap;
    text-align: center;
    -webkit-text-stroke-width: 1.5px;
  }
}

.p-learning__headmain {
  margin-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  .p-learning__headmain {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: calc(0.0208333333 * min(100vw, 1920px));
    margin-top: calc(0.0291666667 * min(100vw, 1920px));
  }
}

.p-learning__title {
  font-weight: 500;
  font-size: 7.4358974359vw;
  line-height: 1.4375;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-learning__title {
    flex: none;
    font-size: max(53.3333333333px, calc(0.0416666667 * min(100vw, 1920px)));
    line-height: 1.25;
    letter-spacing: 0.02em;
  }
}

.p-learning__lead {
  margin-top: 5.1282051282vw;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .p-learning__lead {
    width: calc(0.375 * min(100vw, 1920px));
    margin-top: calc(0.0729166667 * min(100vw, 1920px));
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.p-learning__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6.6666666667vw;
  margin-top: 10.2564102564vw;
}
@media (min-width: 768px) {
  .p-learning__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: calc(0.0375 * min(100vw, 1920px)) calc(0.0083333333 * min(100vw, 1920px));
    margin-top: calc(0.0625 * min(100vw, 1920px));
  }
}

.p-learning__item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-learning__item:nth-child(3n+2) {
    translate: 0 calc(0.0104166667 * min(100vw, 1920px));
  }
}
@media (min-width: 768px) {
  .p-learning__item:nth-child(3n) {
    translate: 0 calc(0.0208333333 * min(100vw, 1920px));
  }
}

.p-learning__cat {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 6.1538461538vw;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-learning__cat {
    margin-bottom: calc(0.0083333333 * min(100vw, 1920px));
    font-size: max(21.3333333333px, calc(0.0166666667 * min(100vw, 1920px)));
  }
}

.p-learning__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 4.6153846154vw 6.1538461538vw 5.1282051282vw;
  border-radius: 1.0256410256vw;
  background: #f5f5f5;
  color: #3e4046;
  text-decoration: none;
  box-shadow: 0 0.7692307692vw 2.5641025641vw rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease-out;
}
@media (min-width: 768px) {
  .p-learning__card {
    min-height: calc(0.171875 * min(100vw, 1920px));
    padding: calc(0.0265625 * min(100vw, 1920px)) calc(0.025 * min(100vw, 1920px)) calc(0.0145833333 * min(100vw, 1920px));
    border-radius: calc(0.0041666667 * min(100vw, 1920px));
    box-shadow: 0 calc(0.0015625 * min(100vw, 1920px)) calc(0.0052083333 * min(100vw, 1920px)) rgba(0, 0, 0, 0.1);
  }
}

.p-learning__card-title {
  font-weight: 500;
  font-size: 6.1538461538vw;
  line-height: 1.4166666667;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.12em;
  transition: text-decoration-color 0.2s ease-out;
}
@media (min-width: 768px) {
  .p-learning__card-title {
    font-size: max(26.6666666667px, calc(0.0208333333 * min(100vw, 1920px)));
    line-height: 1.3;
  }
}

.p-learning__card-mark {
  font-size: 0.4em;
}

.p-learning__card-desc {
  margin-top: 2.0512820513vw;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .p-learning__card-desc {
    margin-top: calc(0.0052083333 * min(100vw, 1920px));
  }
}

.p-learning__card-note {
  margin-top: 3.0769230769vw;
  font-size: 0.8rem;
  line-height: 1.6923076923;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .p-learning__card-note {
    margin-top: calc(0.0083333333 * min(100vw, 1920px));
  }
}

.p-learning__more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.5641025641vw;
  margin-top: auto;
  padding-top: 4.6153846154vw;
  color: #3e4046;
  font-weight: 500;
  font-size: 0.9375rem;
  text-decoration: none;
  transform: translateX(0.7rem);
}
@media (min-width: 768px) {
  .p-learning__more {
    gap: calc(0.00625 * min(100vw, 1920px));
    padding-top: calc(0.0125 * min(100vw, 1920px));
    font-size: 1.125rem;
  }
}

.p-learning__more-icon {
  flex: none;
  display: grid;
  place-items: center;
  width: 5.641025641vw;
  height: 5.641025641vw;
  margin-top: 0.15em;
  padding-left: 0.05em;
  border-radius: 50%;
  color: #ffffff;
  background: url(../images/common/btn-texture.avif) center/cover no-repeat;
  transition: transform 0.2s ease-out;
}
@media (min-width: 768px) {
  .p-learning__more-icon {
    width: calc(0.0125 * min(100vw, 1920px));
    height: calc(0.0125 * min(100vw, 1920px));
  }
}
.p-learning__more-icon svg {
  width: 1.5384615385vw;
  height: auto;
}
@media (min-width: 768px) {
  .p-learning__more-icon svg {
    width: calc(0.0036458333 * min(100vw, 1920px));
  }
}

@media (hover: hover) {
  a.p-learning__card:hover {
    background: #ededed;
    opacity: 1;
  }
  a.p-learning__card:hover .p-learning__card-title {
    text-decoration-color: currentColor;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.2em;
  }
  a.p-learning__card:hover .p-learning__more-icon {
    transform: translateX(0.5rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-learning__more-icon {
    transition: none;
  }
}
.p-anniversary {
  position: relative;
  z-index: 1;
  overflow-x: clip;
  padding: 8.2051282051vw 5.1282051282vw 12.3076923077vw;
  background: #83b4f3;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .p-anniversary {
    padding: calc(0.0734375 * min(100vw, 1920px)) calc(0.0208333333 * min(100vw, 1920px)) calc(0.1041666667 * min(100vw, 1920px));
  }
}

.p-anniversary__deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 11.0256410256vw;
  background: url(../images/front-page/anniversary/anniversary-deco-sp.svg) top center/100% 100% no-repeat;
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-anniversary__deco {
    height: calc(0.1078125 * min(100vw, 1920px));
    background-image: url(../images/front-page/anniversary/anniversary-deco-pc.svg);
  }
}

.p-anniversary__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-anniversary__inner {
    max-width: calc(0.7104166667 * min(100vw, 1920px));
  }
}

.p-anniversary__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 6.6666666667vw;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-anniversary__label {
    font-size: max(40px, calc(0.03125 * min(100vw, 1920px)));
  }
}

.p-anniversary__mark {
  flex: none;
  width: 2.5641025641vw;
  height: auto;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .p-anniversary__mark {
    width: calc(0.0119791667 * min(100vw, 1920px));
    margin-top: 1rem;
  }
}

.p-anniversary__heading {
  margin-top: 3.0769230769vw;
  font-weight: 500;
  font-size: 6.1538461538vw;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-anniversary__heading {
    margin-top: calc(0.009375 * min(100vw, 1920px));
    font-size: max(53.3333333333px, calc(0.0416666667 * min(100vw, 1920px)));
    line-height: 1.25;
    letter-spacing: 0.02em;
  }
}

.p-anniversary__comma {
  margin-right: -0.5em;
}

.p-anniversary__photo {
  overflow: hidden;
  margin-top: 4.6153846154vw;
}
@media (min-width: 768px) {
  .p-anniversary__photo {
    margin-top: calc(0.0177083333 * min(100vw, 1920px));
  }
}
.p-anniversary__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.p-anniversary__body {
  margin-top: 4.6153846154vw;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.8666666667;
  letter-spacing: 0.02em;
  text-align: left;
}
@media (min-width: 768px) {
  .p-anniversary__body {
    width: min(90%, 812px);
    margin: calc(0.0171875 * min(100vw, 1920px)) auto 0;
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.p-message {
  position: relative;
  overflow: hidden;
  padding: 13.8461538462vw 4.1025641026vw 18.9743589744vw;
  background: #83b4f3;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .p-message {
    padding: calc(0.0682291667 * min(100vw, 1920px)) calc(0.0208333333 * min(100vw, 1920px)) calc(0.09375 * min(100vw, 1920px));
  }
}

.p-message__curve {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 10.7692307692vw;
  background-color: #8bbaf4;
  background-image: url(../images/svg/message-curve.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .p-message__curve {
    height: calc(0.1072916667 * min(100vw, 1920px));
  }
}

.p-message__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-message__inner {
    width: min(90%, 1366px);
    margin: 0 auto;
  }
}

.p-message__heading {
  font-weight: 500;
  font-size: 8.7179487179vw;
  line-height: 1.3529411765;
  letter-spacing: 0.1743589744vw;
}
@media (min-width: 768px) {
  .p-message__heading {
    font-size: max(66.6666666667px, calc(0.0520833333 * min(100vw, 1920px)));
    line-height: 1.35;
    letter-spacing: calc(0.0010416667 * min(100vw, 1920px));
  }
}

.p-message__comma {
  margin-right: -0.5em;
}

.p-message__sub {
  margin-top: 5.1282051282vw;
  font-weight: 500;
  font-size: 5.641025641vw;
  line-height: 1.3636363636;
  letter-spacing: 0.1128205128vw;
}
@media (min-width: 768px) {
  .p-message__sub {
    margin-top: calc(0.0276041667 * min(100vw, 1920px));
    font-size: max(53.3333333333px, calc(0.0416666667 * min(100vw, 1920px)));
    line-height: 1.25;
    letter-spacing: calc(0.0008333333 * min(100vw, 1920px));
  }
}

.p-message__banner {
  width: 89.7435897436vw;
  margin: 6.1538461538vw auto 0;
  padding: 1.7948717949vw 1.5384615385vw;
  border: 1px solid currentColor;
}
@media (min-width: 768px) {
  .p-message__banner {
    width: min(90%, 997px);
    margin-top: calc(0.025 * min(100vw, 1920px));
    padding: calc(0.0109375 * min(100vw, 1920px)) calc(0.0098958333 * min(100vw, 1920px));
  }
}

.p-message__banner img {
  display: block;
  width: 100%;
  height: auto;
}

.p-message__body {
  width: 89.7435897436vw;
  margin: 6.1538461538vw auto 0;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
  text-align: left;
}
@media (min-width: 768px) {
  .p-message__body {
    width: min(82%, 812px);
    margin-top: calc(0.025 * min(100vw, 1920px));
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.p-message__body p + p {
  margin-top: 1em;
}

.p-dept {
  --dept-tint: #8bbaf4;
  --dept-color: #5e81d9;
}

.p-dept--humanities {
  --dept-tint: #8bbaf4;
  --dept-color: #5e81d9;
}

.p-dept--economics {
  --dept-tint: #83ac83;
  --dept-color: #83ac83;
}

.p-dept--social_welfare {
  --dept-tint: #d6af86;
  --dept-color: #d6af86;
}

.p-dept-head {
  text-align: center;
  margin-bottom: 2rem;
}

.p-dept-head__catch {
  color: #3e4046;
  font-weight: 500;
  font-size: 5.641025641vw;
  line-height: 1.6818181818;
}
@media (min-width: 768px) {
  .p-dept-head__catch {
    font-size: max(38.6666666667px, calc(0.0302083333 * min(100vw, 1920px)));
    line-height: 1.2068965517;
    letter-spacing: calc(0.0006041667 * min(100vw, 1920px));
  }
}

.p-dept-head__catch-lead {
  display: block;
}
@media (min-width: 768px) {
  .p-dept-head__catch-lead {
    display: inline;
  }
}

.p-dept-head__catch-num {
  font-size: 6.4102564103vw;
}
@media (min-width: 768px) {
  .p-dept-head__catch-num {
    font-size: max(43.3333333333px, calc(0.0338541667 * min(100vw, 1920px)));
    letter-spacing: calc(0.0013541667 * min(100vw, 1920px));
  }
}

.p-dept-head__catch-unit {
  font-size: 5.1282051282vw;
}
@media (min-width: 768px) {
  .p-dept-head__catch-unit {
    font-size: max(35.3333333333px, calc(0.0276041667 * min(100vw, 1920px)));
  }
}

.p-dept-head__title {
  position: relative;
  text-align: center;
  margin-top: 6.1538461538vw;
  padding-top: 7.9487179487vw;
}
@media (min-width: 768px) {
  .p-dept-head__title {
    margin-top: calc(0.0125 * min(100vw, 1920px));
    padding-top: calc(0.0635416667 * min(100vw, 1920px));
  }
}

.p-dept-head__en {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  color: color-mix(in srgb, var(--dept-tint) 20%, transparent);
  font-weight: 700;
  font-size: 8.2051282051vw;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-dept-head__en {
    font-size: calc(0.0854166667 * min(100vw, 1920px));
  }
}

.p-dept-head__name {
  position: relative;
  z-index: 1;
  color: #3e4046;
  font-weight: 500;
  font-size: 8.2051282051vw;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .p-dept-head__name {
    font-size: max(53.3333333333px, calc(0.0416666667 * min(100vw, 1920px)));
  }
}

.p-dept-head__courses {
  display: flex;
  flex-direction: column;
  gap: 6.6666666667vw;
  margin-block-start: 9.7435897436vw;
  padding-inline: 5.1282051282vw;
}
@media (min-width: 768px) {
  .p-dept-head__courses {
    flex-direction: row;
    justify-content: center;
    gap: calc(0.04375 * min(100vw, 1920px));
    margin-block-start: calc(0.0302083333 * min(100vw, 1920px));
    padding-inline: 0;
  }
}

.p-dept-course {
  display: flex;
  flex-direction: column;
  color: #3e4046;
  text-decoration: none;
}
@media (min-width: 768px) {
  .p-dept-course {
    width: calc(0.2072916667 * min(100vw, 1920px));
  }
}

.p-dept-course__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 13.8461538462vw;
  padding-block: 2.3076923077vw;
  padding-inline: 4.1025641026vw;
  border-radius: 1.0256410256vw;
  background: color-mix(in srgb, var(--dept-tint) 20%, transparent);
  color: #3e4046;
  font-weight: 500;
  font-size: 5.1282051282vw;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-dept-course__title {
    min-height: calc(0.0604166667 * min(100vw, 1920px));
    padding-block: calc(0.0078125 * min(100vw, 1920px));
    padding-inline: calc(0.0104166667 * min(100vw, 1920px));
    border-radius: calc(0.0041666667 * min(100vw, 1920px));
    font-size: max(21.3333333333px, calc(0.0166666667 * min(100vw, 1920px)));
    line-height: 1.25;
  }
}

.p-dept-course__desc {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #3e4046;
  line-height: 1.7333333333;
  text-align: left;
}
@media (min-width: 768px) {
  .p-dept-course__desc {
    font-size: max(15px, calc(0.0083333333 * min(100vw, 1920px)));
    line-height: 2;
  }
}

.p-dept-course__more {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 2.0512820513vw;
  margin-top: 4.1025641026vw;
  color: #3e4046;
  font-weight: 500;
  font-size: 4.6153846154vw;
  line-height: 1;
  text-decoration: none;
}
@media (min-width: 768px) {
  .p-dept-course__more {
    gap: calc(0.0041666667 * min(100vw, 1920px));
    margin-top: auto;
    font-size: max(15px, calc(0.009375 * min(100vw, 1920px)));
  }
}

.p-dept-course__more-icon {
  display: grid;
  place-items: center;
  width: 5.5307692308vw;
  height: 5.5307692308vw;
  border-radius: 50%;
  background: var(--dept-color);
  color: #ffffff;
  transition: transform 0.2s ease-out;
}
.p-dept-course__more-icon svg {
  width: 1.0256410256vw;
  height: auto;
}
@media (min-width: 768px) {
  .p-dept-course__more-icon {
    width: calc(0.011234375 * min(100vw, 1920px));
    height: calc(0.011234375 * min(100vw, 1920px));
  }
  .p-dept-course__more-icon svg {
    width: calc(0.0020833333 * min(100vw, 1920px));
  }
}

@media (hover: hover) {
  a.p-dept-course:hover {
    opacity: 1;
  }
  a.p-dept-course:hover .p-dept-course__more-icon {
    transform: translateX(0.4rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-dept-course__more-icon {
    transition: none;
  }
}
.p-dept-links {
  margin-block-start: 18.4615384615vw;
  margin-inline: 5.1282051282vw;
  border-block-start: 1px solid var(--dept-color);
  padding-block-start: 11.2820512821vw;
}
@media (min-width: 768px) {
  .p-dept-links {
    max-width: calc(0.7104166667 * min(100vw, 1920px));
    margin-block-start: calc(0.0625 * min(100vw, 1920px));
    margin-inline: auto;
    padding-block-start: calc(0.0401041667 * min(100vw, 1920px));
  }
}

.p-dept-links__group + .p-dept-links__group {
  margin-block-start: 14.358974359vw;
}
@media (min-width: 768px) {
  .p-dept-links__group + .p-dept-links__group {
    margin-block-start: calc(0.0520833333 * min(100vw, 1920px));
  }
}

.p-dept-links__head {
  position: relative;
  padding-top: 7.9487179487vw;
  text-align: center;
}
@media (min-width: 768px) {
  .p-dept-links__head {
    padding-top: calc(0.0744791667 * min(100vw, 1920px));
  }
}

.p-dept-links__en {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: color-mix(in srgb, var(--dept-tint) 20%, transparent);
  font-weight: 700;
  font-size: 8.7179487179vw;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-dept-links__en {
    font-size: calc(0.0625 * min(100vw, 1920px));
  }
}

.p-dept-links__faculty {
  position: relative;
  z-index: 1;
  color: #3e4046;
  font-weight: 500;
  font-size: 8.2051282051vw;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .p-dept-links__faculty {
    font-size: max(26.6666666667px, calc(0.0208333333 * min(100vw, 1920px)));
  }
}

.p-dept-links__courses {
  display: flex;
  flex-direction: column;
  gap: 9.7435897436vw;
  margin-block-start: 13.3333333333vw;
}
@media (min-width: 768px) {
  .p-dept-links__courses {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(0.0442708333 * min(100vw, 1920px));
    margin-block-start: calc(0.0161458333 * min(100vw, 1920px));
  }
}

.p-course {
  position: relative;
  text-align: center;
  margin-block-start: 18.4615384615vw;
  padding-block-start: 32.5641025641vw;
}
@media (min-width: 768px) {
  .p-course {
    margin-block-start: calc(0.0729166667 * min(100vw, 1920px));
    padding-block-start: calc(0.1208333333 * min(100vw, 1920px));
  }
}

.p-dept-head + .p-course {
  margin-block-start: 0;
}

.p-course__deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 14.6153846154vw;
  background-image: url(../images/sub-pages/common/wave-blue-sp.svg);
  background-position: top center;
  background-size: 100% calc(100% + 1px);
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-course__deco {
    height: calc(0.1354166667 * min(100vw, 1920px));
    background-image: url(../images/sub-pages/common/wave-blue-pc.svg);
  }
}

.p-course__deco--flip {
  transform: scaleX(-1);
}

.p-dept--economics .p-course__deco {
  background-image: url(../images/sub-pages/common/wave-green-sp.svg);
}
@media (min-width: 768px) {
  .p-dept--economics .p-course__deco {
    height: calc(0.1328125 * min(100vw, 1920px));
    background-image: url(../images/sub-pages/common/wave-green-pc.svg);
  }
}

.p-dept--social_welfare .p-course__deco {
  background-image: url(../images/sub-pages/common/wave-orange-sp.svg);
}
@media (min-width: 768px) {
  .p-dept--social_welfare .p-course__deco {
    background-image: url(../images/sub-pages/common/wave-orange-pc.svg);
  }
}

.p-course__sashie {
  position: absolute;
  z-index: 1;
  top: 10.7692307692vw;
  left: 50%;
  width: 32.0512820513vw;
  height: auto;
  object-fit: contain;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-course__sashie {
    top: 0;
    left: calc(0.0197916667 * min(100vw, 1920px));
    width: calc(0.1984375 * min(100vw, 1920px));
    transform: none;
  }
}

.p-course__sashie--right {
  top: 15.3846153846vw;
  width: 25.1282051282vw;
}
@media (min-width: 768px) {
  .p-course__sashie--right {
    top: calc(0.0125 * min(100vw, 1920px));
    left: auto;
    right: calc(0.0177083333 * min(100vw, 1920px));
    width: calc(0.2083333333 * min(100vw, 1920px));
  }
}

.p-course__sashie--sm {
  top: 10.2564102564vw;
  width: 21.7948717949vw;
}
@media (min-width: 768px) {
  .p-course__sashie--sm {
    top: calc(-0.0416666667 * min(100vw, 1920px));
    width: calc(0.1692708333 * min(100vw, 1920px));
  }
}

.p-course__name {
  position: relative;
  z-index: 1;
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #3e4046;
  font-weight: 500;
  font-size: 7.6923076923vw;
  line-height: 1.35;
  letter-spacing: 0.1538461538vw;
}
@media (min-width: 768px) {
  .p-course__name {
    font-size: max(43.3333333333px, calc(0.0338541667 * min(100vw, 1920px)));
    letter-spacing: calc(0.0013541667 * min(100vw, 1920px));
  }
}
@media (max-width: 767.98px) {
  .p-course__name--psychology {
    font-size: 6.9230769231vw;
  }
}

.p-course__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 390/202;
  object-fit: cover;
}
@media (min-width: 768px) {
  .p-course__photo {
    width: calc(0.7104166667 * min(100vw, 1920px));
    margin-inline: auto;
    aspect-ratio: 1364/708;
  }
}

.p-course__catch {
  margin-block-start: 1.5em;
  padding-inline: 0.7rem;
  color: #3e4046;
  font-weight: 500;
  font-size: 5.641025641vw;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-course__catch {
    font-size: max(26.6666666667px, calc(0.0208333333 * min(100vw, 1920px)));
  }
}

.p-course__lead {
  width: 90%;
  margin-top: 1em;
  margin-inline: auto;
  color: #3e4046;
  font-weight: 500;
  line-height: 1.8666666667;
  text-align: left;
}
@media (min-width: 768px) {
  .p-course__lead {
    max-width: calc(0.4229166667 * min(100vw, 1920px));
    margin-top: 1.5em;
    font-size: max(15px, calc(0.0104166667 * min(100vw, 1920px)));
    line-height: 1.8;
  }
}
.p-course__lead + .p-course__lead {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .p-course__lead + .p-course__lead {
    margin-top: 1.5em;
  }
}

.p-course__lineup {
  position: relative;
  margin-block-start: 14.358974359vw;
}
@media (min-width: 768px) {
  .p-course__lineup {
    width: calc(0.7104166667 * min(100vw, 1920px));
    margin-inline: auto;
    margin-block-start: calc(0.0625 * min(100vw, 1920px));
  }
}

.p-course__lineup-deco {
  position: absolute;
  z-index: 2;
  height: auto;
  pointer-events: none;
}

.p-course__lineup-deco--l {
  top: -8.7179487179vw;
  left: 2%;
  width: 18.7179487179vw;
}
@media (min-width: 768px) {
  .p-course__lineup-deco--l {
    top: calc(-0.0260416667 * min(100vw, 1920px));
    left: calc(-0.0635416667 * min(100vw, 1920px));
    width: calc(0.0927083333 * min(100vw, 1920px));
  }
}

.p-course__lineup-deco--r {
  right: 2%;
  bottom: -12.3076923077vw;
  width: 18.9743589744vw;
}
@media (min-width: 768px) {
  .p-course__lineup-deco--r {
    right: calc(-0.0677083333 * min(100vw, 1920px));
    bottom: calc(-0.015625 * min(100vw, 1920px));
    width: calc(0.0942708333 * min(100vw, 1920px));
  }
}

.p-course__panel {
  position: relative;
  z-index: 1;
  border: 2px solid color-mix(in srgb, var(--dept-tint) 20%, transparent);
  padding-block: 9.2307692308vw;
  padding-inline: 5.1282051282vw;
}
@media (min-width: 768px) {
  .p-course__panel {
    padding-block: calc(0.0307291667 * min(100vw, 1920px)) calc(0.03125 * min(100vw, 1920px));
    padding-inline: calc(0.0276041667 * min(100vw, 1920px));
  }
}

.p-course__panel-title {
  max-width: 980px;
  width: 90%;
  margin-inline: auto;
  color: #3e4046;
  font-weight: 500;
  font-size: 5.641025641vw;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-course__panel-title {
    font-size: max(26.6666666667px, calc(0.0208333333 * min(100vw, 1920px)));
  }
}
.p-course__panel-title span {
  background: linear-gradient(color-mix(in srgb, var(--dept-tint) 20%, transparent) 0 0) no-repeat 0 82%/100% 0.28em;
}

.p-course__panel-lead {
  margin-top: 1em;
  margin-bottom: -1em;
  color: #3e4046;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .p-course__panel-lead {
    margin-top: 1.5em;
    font-size: max(16px, calc(0.0125 * min(100vw, 1920px)));
  }
}

.p-course__overview {
  margin-block-start: 10.2564102564vw;
  padding-block-start: 10.2564102564vw;
  border-block-start: 1px solid #ededed;
}
@media (min-width: 768px) {
  .p-course__overview {
    margin-block-start: calc(0.0416666667 * min(100vw, 1920px));
    padding-block-start: calc(0.0328125 * min(100vw, 1920px));
  }
}

.p-course__overview-scroll {
  margin-block-start: 6.1538461538vw;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .p-course__overview-scroll {
    margin-block-start: calc(0.0286458333 * min(100vw, 1920px));
    overflow-x: visible;
  }
}

.p-course__overview-img {
  display: block;
  width: 200%;
  max-width: none;
  height: auto;
}
@media (min-width: 768px) {
  .p-course__overview-img {
    width: 100%;
  }
}

.p-course__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.375rem;
  margin-top: 2em;
}
.p-course__group + .p-course__group {
  margin-top: 3em;
}
@media (min-width: 768px) {
  .p-course__group + .p-course__group {
    margin-top: 4em;
  }
}

.p-course__group-head {
  width: 100%;
  padding-block: 0.6em;
  border: 2px solid color-mix(in srgb, var(--dept-tint) 20%, transparent);
  border-radius: 0.5rem;
  background: color-mix(in srgb, var(--dept-tint) 5%, transparent);
  color: #3e4046;
  font-weight: 500;
  font-size: 5.1282051282vw;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-course__group-head {
    font-size: max(21.3333333333px, calc(0.0166666667 * min(100vw, 1920px)));
  }
}
@media (min-width: 768px) {
  .p-course__group-head .u-text-sm {
    font-size: 0.7em;
  }
}

.p-course__group-sub {
  color: #3e4046;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .p-course__group-sub {
    font-size: max(16px, calc(0.0125 * min(100vw, 1920px)));
  }
}

.p-course__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .p-course__chips {
    gap: 1.5rem 1rem;
  }
}

.p-course__chip {
  display: inline-flex;
  align-items: center;
  gap: 2.5641025641vw;
  padding-block: 0.6em;
  padding-inline: 1em;
  border-radius: 0.5rem;
  background: #ededed;
  color: #3e4046;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 768px) {
  .p-course__chip {
    gap: calc(0.0052083333 * min(100vw, 1920px));
    font-size: 0.9rem;
  }
}

.p-course__group-omit {
  margin-block-start: 1em;
  color: #9e9e9e;
}

.p-course__aim {
  margin-block-start: 14.358974359vw;
}
@media (min-width: 768px) {
  .p-course__aim {
    margin-block-start: calc(0.046875 * min(100vw, 1920px));
  }
}

.p-course__aim-title {
  max-width: 980px;
  width: 95%;
  margin-inline: auto;
  color: #3e4046;
  font-weight: 500;
  font-size: 5.641025641vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-course__aim-title {
    width: 92%;
    font-size: max(26.6666666667px, calc(0.0208333333 * min(100vw, 1920px)));
    line-height: 1.5;
  }
}
.p-course__aim-title span {
  background: linear-gradient(color-mix(in srgb, var(--dept-tint) 20%, transparent) 0 0) no-repeat 0 82%/100% 0.28em;
}

.p-course__aim-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4em;
  margin-block-start: 1.5em;
  color: color-mix(in srgb, var(--dept-tint) 20%, transparent);
}
.p-course__aim-arrow svg {
  width: 25.3846153846vw;
  height: auto;
}
@media (min-width: 768px) {
  .p-course__aim-arrow svg {
    width: calc(0.0807291667 * min(100vw, 1920px));
  }
}

.p-course__aim-arrow-label {
  color: #3e4046;
  font-weight: 500;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .p-course__aim-arrow-label {
    font-size: max(15px, calc(0.0104166667 * min(100vw, 1920px)));
  }
}

.p-course__powers {
  margin-block-start: 1.5em;
  padding-block: 7.1794871795vw;
  padding-inline: 1rem;
  border: 2px solid color-mix(in srgb, var(--dept-tint) 20%, transparent);
  background: color-mix(in srgb, var(--dept-tint) 5%, transparent);
}
@media (min-width: 768px) {
  .p-course__powers {
    width: calc(0.7104166667 * min(100vw, 1920px));
    margin-inline: auto;
    padding-block: calc(0.021875 * min(100vw, 1920px));
    padding-inline: calc(0.0276041667 * min(100vw, 1920px));
  }
}

.p-course__power {
  color: #3e4046;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .p-course__power {
    font-size: max(21.3333333333px, calc(0.0166666667 * min(100vw, 1920px)));
    line-height: 1.5;
  }
}
.p-course__power + .p-course__power {
  margin-block-start: 1em;
}
.p-course__power span {
  background: linear-gradient(color-mix(in srgb, var(--dept-tint) 20%, transparent) 0 0) no-repeat 0 86%/100% 0.22em;
}

.p-afu {
  position: relative;
  margin-block-start: 16.4102564103vw;
}
@media (min-width: 768px) {
  .p-afu {
    width: calc(0.7104166667 * min(100vw, 1920px));
    margin-inline: auto;
    margin-block-start: calc(0.0625 * min(100vw, 1920px));
  }
}

.p-afu__deco {
  position: absolute;
  z-index: 2;
  height: auto;
  pointer-events: none;
}

.p-afu__deco--tl {
  top: -6%;
  left: 2%;
  width: 21.5384615385vw;
}
@media (min-width: 768px) {
  .p-afu__deco--tl {
    top: calc(-0.0270833333 * min(100vw, 1920px));
    left: calc(-0.059375 * min(100vw, 1920px));
    width: calc(0.0916666667 * min(100vw, 1920px));
  }
}

.p-afu__deco--br {
  right: 2%;
  bottom: -5%;
  width: 22.0512820513vw;
}
@media (min-width: 768px) {
  .p-afu__deco--br {
    right: calc(-0.0671875 * min(100vw, 1920px));
    bottom: calc(-0.015625 * min(100vw, 1920px));
    width: calc(0.0927083333 * min(100vw, 1920px));
  }
}

.p-afu__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 10.2564102564vw;
  padding-inline: 5.1282051282vw;
  border: 2px solid color-mix(in srgb, var(--dept-tint) 20%, transparent);
}
@media (min-width: 768px) {
  .p-afu__panel {
    padding-block: calc(0.0270833333 * min(100vw, 1920px));
    padding-inline: calc(0.0276041667 * min(100vw, 1920px));
  }
}

.p-afu__badge {
  width: 51.2820512821vw;
  height: auto;
  margin-block-start: 0.6em;
}
@media (min-width: 768px) {
  .p-afu__badge {
    width: calc(0.1328125 * min(100vw, 1920px));
  }
}

.p-afu__title {
  margin-block-start: 0.8em;
  color: #3e4046;
  font-weight: 500;
  font-size: 5.641025641vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-afu__title {
    font-size: max(26.6666666667px, calc(0.0208333333 * min(100vw, 1920px)));
    line-height: 1.5;
  }
}

.p-afu__body {
  margin-block-start: 1.2em;
  margin-inline: auto;
  color: #3e4046;
  font-weight: 500;
  line-height: 1.8666666667;
  text-align: left;
}
@media (min-width: 768px) {
  .p-afu__body {
    width: calc(0.4229166667 * min(100vw, 1920px));
    font-size: max(15px, calc(0.0104166667 * min(100vw, 1920px)));
    line-height: 1.8;
  }
}
.p-afu__body + .p-afu__body {
  margin-block-start: 1.5em;
}

.p-chief {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-block-start: 16.4102564103vw;
}
@media (min-width: 768px) {
  .p-chief {
    margin-block-start: calc(0.0625 * min(100vw, 1920px));
  }
}

.p-chief__catch {
  max-width: 980px;
  width: 98%;
  margin-inline: auto;
  margin-block-start: 1em;
  color: #3e4046;
  font-weight: 500;
  font-size: 5.3846153846vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-chief__catch {
    width: 95%;
    font-size: max(26.6666666667px, calc(0.0208333333 * min(100vw, 1920px)));
    line-height: 1.5;
  }
}

.p-chief__photo {
  width: 66.6666666667vw;
  height: auto;
  margin-block-start: 1.5em;
  aspect-ratio: 372/428;
  object-fit: cover;
}
@media (min-width: 768px) {
  .p-chief__photo {
    width: calc(0.19375 * min(100vw, 1920px));
  }
}

.p-chief__role {
  margin-block-start: 1.2em;
  color: #3e4046;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-chief__role {
    font-size: max(16px, calc(0.0125 * min(100vw, 1920px)));
  }
}

.p-chief__name {
  margin-block-start: 0.2em;
  color: #3e4046;
  font-weight: 500;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .p-chief__name {
    font-size: max(21.3333333333px, calc(0.0166666667 * min(100vw, 1920px)));
  }
}

.p-chief__body {
  width: 90%;
  margin-block-start: 1.5em;
  color: #3e4046;
  font-weight: 500;
  line-height: 1.8666666667;
  text-align: left;
}
@media (min-width: 768px) {
  .p-chief__body {
    width: calc(0.4229166667 * min(100vw, 1920px));
    font-size: max(15px, calc(0.0104166667 * min(100vw, 1920px)));
    line-height: 1.8;
  }
}

.p-notfound {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding-block: calc(var(--header-h) + 10.2564102564vw) 24.6153846154vw;
  text-align: center;
}
@media (min-width: 768px) {
  .p-notfound {
    padding-block: calc(var(--header-h) + calc(0.03125 * min(100vw, 1920px))) calc(0.05 * min(100vw, 1920px));
  }
}

.p-notfound__inner {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  padding-inline: 6.1538461538vw;
}
@media (min-width: 768px) {
  .p-notfound__inner {
    max-width: calc(0.4270833333 * min(100vw, 1920px));
    padding-inline: 0;
  }
}

.p-notfound__code {
  position: relative;
  padding-block-start: 5.641025641vw;
}
@media (min-width: 768px) {
  .p-notfound__code {
    padding-block-start: calc(0.040625 * min(100vw, 1920px));
  }
}

.p-notfound__en {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: color-mix(in srgb, #5e81d9 14%, transparent);
  font-weight: 700;
  font-size: 5.8974358974vw;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-notfound__en {
    font-size: calc(0.0625 * min(100vw, 1920px));
  }
}

.p-notfound__num {
  position: relative;
  z-index: 1;
  display: block;
  color: #5e81d9;
  font-weight: 700;
  font-size: 20.5128205128vw;
  line-height: 1;
  letter-spacing: 0.02em;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .p-notfound__num {
    font-size: calc(0.1041666667 * min(100vw, 1920px));
  }
}

.p-notfound__title {
  margin-block-start: 5.1282051282vw;
  color: #3e4046;
  font-weight: 500;
  font-size: 5.641025641vw;
  line-height: 1.5454545455;
}
@media (min-width: 768px) {
  .p-notfound__title {
    margin-block-start: calc(0.0145833333 * min(100vw, 1920px));
    font-size: max(29.3333333333px, calc(0.0229166667 * min(100vw, 1920px)));
    line-height: 1.4545454545;
  }
}

.p-notfound__lead {
  margin-block-start: 6.1538461538vw;
  color: #3e4046;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-notfound__lead {
    margin-block-start: calc(0.01875 * min(100vw, 1920px));
    font-size: max(15px, calc(0.0088541667 * min(100vw, 1920px)));
    line-height: 2;
  }
}

.p-notfound__deco {
  position: absolute;
  z-index: 0;
  height: auto;
  pointer-events: none;
  opacity: 0.7;
}

.p-notfound__deco--l {
  top: calc(var(--header-h) + 4.1025641026vw);
  left: 0;
  width: 25.641025641vw;
}
@media (min-width: 768px) {
  .p-notfound__deco--l {
    top: calc(var(--header-h) + calc(0.0052083333 * min(100vw, 1920px)));
    width: calc(0.1041666667 * min(100vw, 1920px));
  }
}

.p-notfound__deco--r {
  right: 0;
  bottom: 0;
  width: 30.7692307692vw;
}
@media (min-width: 768px) {
  .p-notfound__deco--r {
    width: calc(0.1145833333 * min(100vw, 1920px));
  }
}
