main {
  position: relative;
  background: #fff2cc;
}
main::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-image: url("../img/mv.png");
  background-image: -webkit-image-set(url("../img/mv.webp") 1x, url("../img/mv@2x.webp") 2x);
  background-image: image-set(url("../img/mv.webp") 1x, url("../img/mv@2x.webp") 2x);
}
@media screen and (min-width: 641px) {
  main::before {
    background-image: url("../img/pc/mv.png");
    background-image: -webkit-image-set(url("../img/pc/mv.webp") 1x, url("../img/pc/mv@2x.webp") 2x);
    background-image: image-set(url("../img/pc/mv.webp") 1x, url("../img/pc/mv@2x.webp") 2x);
  }
}
.l-mv {
  position: relative;
  padding-block-start: clamp(1.125rem, 0.71rem + 2.06vw, 2rem);
}
.l-mv__pic {
  display: block;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.l-mv__cp {
  position: absolute;
  z-index: 2;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  will-change: transform;
}
.l-mv__cp .c-pic {
  display: block;
  position: relative;
  z-index: 1;
  transform-origin: 50% 100%;
  will-change: transform;
  animation: mv-bound var(--bound-dur, 1.1s) ease-in-out var(--bound-delay, 0s) infinite;
}
.l-mv__cp.--cp01 {
  width: max(21.04vw, calc(201 / 320 * 100vw));
  --x: 66.8%;
  --y: 37.6%;
  --bound-dur: 1.9s;
  --bound-delay: -0.2s;
  --bound-h: 32%;
  --shadow-w: 46%;
  --shadow-bottom: -12px;
}
@media screen and (min-width: 641px) {
  .l-mv__cp.--cp01 {
    width: 21.04vw;
    --x: 35.1%;
    --y: 36.6%;
  }
}
.l-mv__cp.--cp02 {
  width: max(23.82vw, calc(225 / 320 * 100vw));
  --x: 63.5%;
  --y: 71.5%;
  --bound-dur: 1.8s;
  --bound-delay: -0.6s;
  --bound-h: 36%;
  --shadow-w: 52%;
  --shadow-bottom: -12px;
}
@media screen and (min-width: 641px) {
  .l-mv__cp.--cp02 {
    width: 23.82vw;
    --x: 76.5%;
    --y: 66.2%;
  }
}
.l-mv__cp.--cp03 {
  width: max(21.11vw, calc(159 / 320 * 100vw));
  --x: 26%;
  --y: 63.3%;
  --bound-dur: 2.1s;
  --bound-delay: -0.9s;
  --bound-h: 28%;
  --shadow-w: 50%;
  --shadow-bottom: -12px;
}
@media screen and (min-width: 641px) {
  .l-mv__cp.--cp03 {
    width: 21.11vw;
    --x: 25.6%;
    --y: 70.9%;
  }
}
.l-mv__txt {
  font-weight: 700;
  text-align: center;
  font-size: clamp(0.9375rem, 0.64rem + 1.47vw, 1.5625rem);
  line-height: 1.4666666667;
  z-index: 2;
  position: relative;
  margin-block: 2em 0;
}
@media screen and (min-width: 641px) {
  .l-mv__txt {
    line-height: 1.56;
    margin-block: 7px 0;
  }
}
@keyframes mv-bound {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  35% {
    transform: translate3d(0, calc(var(--bound-h, 35%) * -1), 0) scale(0.985, 1.015);
  }
  70% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  92% {
    transform: translate3d(0, 0, 0) scale(1.06, 0.97);
  }
}
@media (prefers-reduced-motion: reduce) {
  .l-mv__cp::after,
  .l-mv__cp .c-pic {
    animation: none !important;
  }
}
.l-step01 {
  position: relative;
  padding-block-start: clamp(3.5625rem, 3.42rem + 0.74vw, 3.875rem);
  padding-block-end: clamp(2.8125rem, 0.67rem + 10.74vw, 7.375rem);
  background: #fff2cc;
}
@media screen and (min-width: 1441px) {
  .l-step01 {
    padding-block-start: 4.31vw;
    padding-block-end: 8.19vw;
  }
}
.l-step01 .b-inner__md {
  position: relative;
  z-index: 3;
}
.l-step01__lead {
  margin-block-end: 4.2em;
}
@media screen and (min-width: 641px) {
  .l-step01__lead {
    margin-block-end: 2.6em;
  }
}
.l-step01__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(50%);
  z-index: 1;
}
.l-step01__ai {
  display: none;
}
@media screen and (min-width: 641px) {
  .l-step01__ai {
    display: block;
  }
}
.l-step01__aiBg {
  display: block;
  width: clamp(5.5rem, 1.62rem + 19.41vw, 13.75rem);
  position: absolute;
  z-index: 2;
  transform: translate(0, -50%);
}
.l-step01__aiBg.--ai01 {
  left: 0;
  top: 15.7%;
}
.l-step01__aiBg.--ai02 {
  right: 0;
  top: 46.2%;
  transform: scale(-1, 1) translate(0, -50%);
}
.l-step01__aiBg.--ai03 {
  left: 0;
  top: 77.9%;
}
.c-field__grp {
  position: relative;
  margin-inline: 1.25em;
  margin-inline: auto;
}
.c-field__grp.--bun {
  width: min(416px, calc(244 / 320 * 100vw));
}
@media screen and (min-width: 641px) {
  .c-field__grp.--bun {
    width: min(463px, calc(416 / 641 * 100vw));
  }
}
.c-field__grp.--ri {
  margin-block-start: clamp(1.125rem, 0.8rem + 1.62vw, 1.8125rem);
  width: min(416px, calc(244 / 320 * 100vw));
}
@media screen and (min-width: 641px) {
  .c-field__grp.--ri {
    width: min(790px, calc(416 / 641 * 100vw));
  }
}
.c-field__tag {
  font-size: clamp(1.8125rem, 1.61rem + 1.03vw, 2.25rem);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  line-height: 1;
  border: 4px solid hsl(0, 78%, 18%);
  border-radius: 50%;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1/1;
  width: min(58px, calc(47 / 320 * 100vw));
  background: #fff;
  margin-block: 0;
  position: absolute;
  top: -0.8em;
  left: 0.5em;
}
.c-field__list {
  list-style: none;
  margin-block: 0;
  padding-inline-start: 0;
  border-radius: 1.25rem;
  border: 4px solid hsl(0, 78%, 18%);
  background: #fff;
  padding-inline: clamp(0.8125rem, 0.58rem + 1.18vw, 1.3125rem);
  padding-block-start: clamp(1.3125rem, 1.08rem + 1.18vw, 1.8125rem);
  padding-block-end: clamp(1.25rem, 1.01rem + 1.18vw, 1.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.75rem;
}
@media screen and (min-width: 641px) {
  .c-field__list {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
}
.c-field__btn {
  color: hsl(0, 78%, 18%);
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.625rem;
  font-size: clamp(1.25rem, 0.96rem + 1.47vw, 1.875rem);
  border: 0px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0.4375rem;
  padding: 0.4em;
  line-height: 1;
  background: var(--bg);
  letter-spacing: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 641px) {
  .c-field__btn {
    padding-inline: 0.3em;
    padding-block: 0.2em;
  }
}
.c-field__btn:hover {
  opacity: 0.8;
}
.c-field__btn > picture {
  display: block;
  width: min(21px, calc(16 / 320 * 100vw));
}
.c-field__btn > b {
  justify-self: start;
  font-weight: 700;
}
.c-fieldMap {
  position: relative;
  margin-block-start: clamp(1.125rem, 1.13rem + 0vw, 1.125rem);
}
@media screen and (min-width: 641px) {
  .c-fieldMap__pic {
    aspect-ratio: 1000/512;
  }
}
.c-fieldMap__spots {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}
.c-fieldMap__spot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
.c-fieldMap__spot.--humanities {
  --x: 69%;
  --y: 21%;
}
@media screen and (min-width: 641px) {
  .c-fieldMap__spot.--humanities {
    --x: 25%;
    --y: 30.2%;
  }
}
.c-fieldMap__spot.--social {
  --x: 75%;
  --y: 51%;
}
@media screen and (min-width: 641px) {
  .c-fieldMap__spot.--social {
    --x: 24.4%;
    --y: 73%;
  }
}
.c-fieldMap__spot.--natural {
  --x: 17%;
  --y: 64%;
}
@media screen and (min-width: 641px) {
  .c-fieldMap__spot.--natural {
    --x: 64.6%;
    --y: 23.5%;
  }
}
.c-fieldMap__spot.--engineering {
  --x: 68%;
  --y: 78%;
}
@media screen and (min-width: 641px) {
  .c-fieldMap__spot.--engineering {
    --x: 66.6%;
    --y: 73%;
  }
}
.c-fieldMap__spot.--medical {
  --x: 30%;
  --y: 93%;
}
@media screen and (min-width: 641px) {
  .c-fieldMap__spot.--medical {
    --x: 88.1%;
    --y: 27.4%;
  }
}
.c-fieldMap__btn {
  position: relative;
  border-radius: 999px;
  text-wrap: nowrap;
  background: var(--bg);
  border: none;
  font-size: clamp(0.9375rem, 0.64rem + 1.47vw, 1.5625rem);
  font-weight: 700;
  line-height: 1.6;
  padding-inline: 1em;
  color: #fff;
  cursor: none;
  pointer-events: none;
}
@media screen and (min-width: 641px) {
  .c-fieldMap__btn {
    padding-inline: 0.75em;
  }
}
.c-fieldMap__hits {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
  display: block;
}
@media screen and (min-width: 641px) {
  .c-fieldMap__hits {
    display: none;
  }
}
.c-fieldMap__hit {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--w);
  height: var(--h);
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
.c-fieldMap__hit.--humanities {
  --x: 41%;
  --y: 17%;
  --w: 46%;
  --h: 37%;
}
.c-fieldMap__hit.--social {
  --x: 76%;
  --y: 44%;
  --w: 45%;
  --h: 26%;
}
.c-fieldMap__hit.--natural {
  --x: 23%;
  --y: 53%;
  --w: 48%;
  --h: 33%;
}
.c-fieldMap__hit.--engineering {
  --x: 69%;
  --y: 71%;
  --w: 43%;
  --h: 27%;
}
.c-fieldMap__hit.--medical {
  --x: 30%;
  --y: 85%;
  --w: 50%;
  --h: 31%;
}
.c-fieldMap__hitBtn {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  touch-action: manipulation;
}
.c-fieldModal {
  background: #fff2cc;
  padding-block-start: 1.4375rem;
  padding-block-end: 1.0625rem;
}
.c-fieldModal__grid {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: hsl(0, 78%, 18%);
  display: grid;
  grid-template-areas: "hd" "img" "bd";
}
@media screen and (min-width: 641px) {
  .c-fieldModal__grid {
    grid-template-areas: "img hd" "img bd";
    grid-template-columns: auto auto;
    justify-content: center;
    margin-inline: 0.625rem;
  }
}
.c-fieldModal__hd {
  grid-area: hd;
  max-width: 563px;
  margin-inline: auto;
}
@media screen and (min-width: 641px) {
  .c-fieldModal__hd {
    justify-self: start;
    align-self: end;
  }
}
.c-fieldModal__bd {
  grid-area: bd;
  max-width: 563px;
  margin-inline: auto;
}
@media screen and (min-width: 641px) {
  .c-fieldModal__bd {
    justify-self: start;
  }
}
.c-fieldModal__pic {
  grid-area: img;
  align-self: center;
  justify-self: center;
  display: block;
  margin-inline: auto;
  margin-block-end: 0.875rem;
  max-width: 532px;
}
@media screen and (min-width: 641px) {
  .c-fieldModal__pic img {
    aspect-ratio: 532/642;
  }
}
.c-fieldModal__ttl {
  font-size: clamp(1.375rem, 1.14rem + 1.18vw, 1.875rem);
  background: var(--bg);
  color: #fff;
  border-radius: 999px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-block: 0.35em;
  padding-inline: 1.7em;
  margin-block: 0 0.9375rem;
}
@media screen and (min-width: 641px) {
  .c-fieldModal__ttl {
    margin-inline: 0 auto;
  }
}
.c-fieldModal__lead {
  font-size: clamp(0.875rem, 0.76rem + 0.59vw, 1.125rem);
  line-height: 1.5;
  margin-block-start: 0;
  font-weight: 500;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 641px) {
  .c-fieldModal__lead {
    line-height: 1.6111111111;
    margin-block-end: 2.2em;
    padding-inline: 0;
  }
}
.c-fieldModal__box {
  background: #fff;
  border-radius: 1.625rem;
  padding-inline: clamp(1.0625rem, 0.77rem + 1.47vw, 1.6875rem);
  padding-block-start: clamp(1.0625rem, 0.77rem + 1.47vw, 1.6875rem);
  padding-block-end: clamp(1.1875rem, 0.95rem + 1.18vw, 1.6875rem);
  margin-inline: 1.25rem;
}
@media screen and (min-width: 641px) {
  .c-fieldModal__box {
    margin-inline: 0;
  }
}
.c-fieldModal__box:last-of-type {
  margin-block-start: 0.625rem;
}
.c-fieldModal__box > h4 {
  font-size: clamp(1.125rem, 0.8rem + 1.62vw, 1.8125rem);
  margin-block: 0 0.4em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 641px) {
  .c-fieldModal__box > h4 {
    margin-inline: 0 auto;
  }
}
.c-fieldModal__box > h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: hsl(0, 78%, 18%);
  border-radius: 99px;
}
.c-fieldModal__box > p {
  font-size: clamp(0.875rem, 0.76rem + 0.59vw, 1.125rem);
  margin-block: 0;
  font-weight: 500;
  line-height: 1.6111111111;
  line-height: 1.5;
}
.c-fieldModal__box > p small {
  font-size: clamp(0.75rem, 0.69rem + 0.29vw, 0.875rem);
}
.c-fieldModal__box > ul {
  list-style: disc;
  margin-block: 0;
  padding-inline-start: 1em;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.76rem + 0.59vw, 1.125rem);
}
.c-fieldModal__btnClose {
  display: block;
  border: none;
  background: hsl(0, 78%, 18%);
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  font-weight: 700;
  border-radius: 99px;
  padding-inline: 4.2em;
  line-height: 3;
  margin-inline: auto;
  margin-block-start: 1rem;
}
@media screen and (min-width: 641px) {
  .c-fieldModal__btnClose {
    display: none;
  }
}
.l-step02 {
  position: relative;
  padding-block-start: clamp(4.25rem, -0.78rem + 25.15vw, 14.9375rem);
  padding-block-end: clamp(5.375rem, 2.4rem + 14.85vw, 11.6875rem);
  background: #ebf0dc;
}
@media screen and (min-width: 1441px) {
  .l-step02 {
    padding-block-start: 16.6vw;
    padding-block-end: 12.99vw;
  }
}
.l-step02 .b-inner__md {
  position: relative;
  z-index: 3;
}
.l-step02__lead {
  margin-block-end: 2em;
}
@media screen and (min-width: 641px) {
  .l-step02__lead {
    margin-block-end: 1em;
  }
}
.l-step02__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(50%);
  z-index: 1;
}
.l-step02__tab {
  position: relative;
  --step02-btns-h: 0px;
  --step02-overlap: -2px;
}
.l-step02__btns {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  position: sticky;
  top: 0;
  z-index: 5;
}
@media screen and (min-width: 641px) {
  .l-step02__btns {
    position: static;
    grid-template-columns: repeat(5, auto);
    grid-auto-flow: row;
    align-items: end;
    gap: 2px;
  }
}
@media screen and (min-width: 1021px) {
  .l-step02__btns {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.l-step02__btn {
  grid-column: span var(--span, 2);
  font-size: clamp(0.625rem, 0.27rem + 1.76vw, 1.375rem);
  color: #fff;
  background: var(--bg);
  border: 1px solid rgba(0, 0, 0, 0);
  font-weight: 500;
  padding-block: 0.7em;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .l-step02__btn {
    grid-column: auto !important;
    border: none;
    border-radius: 0.75rem 0.75rem 0 0;
    padding-block: 0.5em;
  }
}
.l-step02__btn[data-tab="human"],
.l-step02__btn[data-tab="social"],
.l-step02__btn[data-tab="natural"] {
  grid-column: span 2;
}
.l-step02__btn[data-tab="engineering"],
.l-step02__btn[data-tab="medical"] {
  grid-column: span 3;
}
.l-step02__btn.is-active {
  border: 1px solid #520a0a;
}
@media screen and (min-width: 641px) {
  .l-step02__btn.is-active {
    border: none;
    padding-block: 1em;
  }
}
.l-step02__content {
  display: none;
  background: #fff8eb;
  padding-block-start: clamp(1.125rem, 0.71rem + 2.06vw, 2rem);
  padding-block-end: clamp(0.0625rem, -3.14rem + 16.03vw, 6.875rem);
  position: relative;
}
.l-step02__content.is-active {
  display: block;
}
@media screen and (min-width: 641px) {
  .l-step02__content {
    border-top: 6px solid var(--bg);
  }
}
.l-step02__txt {
  font-size: clamp(1.25rem, 1.1rem + 0.74vw, 1.5625rem);
  font-weight: 500;
  text-align: center;
  margin-block: 0;
}
.l-step02__nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: clamp(1.5rem, 0.79rem + 3.53vw, 3rem);
  column-gap: clamp(1.5rem, 0.79rem + 3.53vw, 3rem);
  row-gap: 0.6875rem;
  padding-inline: 0.75rem;
  position: sticky;
  top: calc(var(--step02-btns-h) + var(--step02-overlap));
  padding-block-start: 1.5em;
  padding-block-end: clamp(1.875rem, 1.4rem + 2.35vw, 2.875rem);
  z-index: 4;
  background: #fff8eb;
}
@media screen and (min-width: 641px) {
  .l-step02__nav {
    padding-block-start: 1.25em;
    position: static;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.l-step02__chip {
  font-size: clamp(0.75rem, 0.6rem + 0.74vw, 1.0625rem);
  position: relative;
  text-decoration: none;
  color: hsl(0, 78%, 18%);
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  text-wrap: nowrap;
  line-height: 1;
  font-weight: 500;
  gap: 0.375rem;
}
.l-step02__chip::after {
  content: "";
  display: block;
  width: min(18px, calc(12 / 320 * 100vw));
  aspect-ratio: 1/1;
  background: url(../img/arrow.svg) center/contain no-repeat;
}
.l-step02__chip.--push {
  color: #0c107e;
}
.l-step02__chip.--push::after {
  background: url(../img/arrow-b.svg) center/contain no-repeat;
}
.l-step02__cards {
  list-style: none;
  margin-block: 0;
  padding-inline-start: 0;
}
@media screen and (min-width: 641px) {
  .l-step02__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-inline: clamp(3rem, 1.56rem + 7.21vw, 6.0625rem);
  }
}
.l-step02__card {
  scroll-margin-top: calc(var(--step02-btns-h) + var(--step02-overlap) + 120px);
}
@media screen and (min-width: 641px) {
  .l-step02__card.is-pushBottom {
    order: 10;
  }
}
.l-step02__pic {
  display: block;
  margin-inline: auto;
  width: min(402px, calc(300 / 320 * 100vw));
}
.l-step02__ai {
  display: none;
}
@media screen and (min-width: 641px) {
  .l-step02__ai {
    display: block;
  }
}
.l-step02__aiBg {
  display: block;
  width: clamp(5.5rem, 1.62rem + 19.41vw, 13.75rem);
  position: absolute;
  z-index: 2;
}
.l-step02__aiBg.--ai01 {
  right: 0%;
  top: 9.2%;
}
.l-step02__aiBg.--ai02 {
  width: clamp(5.125rem, 1.48rem + 18.24vw, 12.875rem);
  left: 0%;
  top: 23.8%;
}
.l-step02__aiBg.--ai03 {
  right: 0%;
  top: 43.6%;
}
.l-step02__aiBg.--ai04 {
  width: clamp(5.125rem, 1.48rem + 18.24vw, 12.875rem);
  left: 0%;
  top: 57.3%;
}
.l-step02__aiBg.--ai05 {
  right: 0%;
  top: 72.1%;
}
.l-slider {
  width: min(960px, 100%);
  margin-inline: auto;
  padding-block-start: clamp(2.875rem, 1.88rem + 5vw, 5rem);
}
.l-slider__ttl {
  font-size: clamp(1.625rem, 1.39rem + 1.18vw, 2.125rem);
  text-align: center;
  line-height: 1.4545454545;
  margin-block: 0 1.1em;
}
.l-slider__ttl {
  text-decoration: underline;
  text-decoration-color: #520a0a;
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
}
.l-slider__ttl span {
  font-size: clamp(2.5rem, 1.8rem + 3vw, 3.75rem);
  color: #d84848;
}
.l-slider .splide__slide a {
  text-decoration: none;
  color: #0c107e;
  display: block;
  transition: opacity 0.3s ease;
}
.l-slider .splide__slide a:hover {
  opacity: 0.8;
}
.l-slider__fig {
  position: relative;
  margin: 0;
  display: block;
  width: min(300px, calc(200 / 320 * 100vw));
  border-radius: 0.75rem;
  overflow: hidden;
}
.l-slider__fig figcaption {
  position: absolute;
  inset: 10px 5px auto;
  background: #fff;
  border-radius: 999px;
  font-weight: 700;
  text-align: center;
  font-size: clamp(0.8125rem, 0.46rem + 1.76vw, 1.5625rem);
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: min(50px, calc(33 / 320 * 100vw));
}
.l-slider .splide__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1000px, calc(300 / 320 * 100vw));
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.l-slider .splide__arrow {
  border: none;
  width: min(60px, calc(40 / 320 * 100vw));
  aspect-ratio: 1/1;
  background: none;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
}
.l-slider .splide__arrow svg {
  display: none;
}
.l-slider .splide__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: center/contain no-repeat;
  background-image: -webkit-image-set(url("../img/slider-arrow@2x.webp") type("image/webp"), url("../img/slider-arrow@2x.png") type("image/png"));
  background-image: image-set(url("../img/slider-arrow@2x.webp") type("image/webp"), url("../img/slider-arrow@2x.png") type("image/png"));
}
.l-slider .splide__arrow--next::before {
  transform: rotate(180deg);
}
.l-slider .splide__pagination {
  margin-block: 0;
  padding-inline-start: 0;
  list-style: none;
  gap: 0.625rem;
  margin-block-start: 1.25rem;
}
.l-slider .splide__pagination__page {
  padding: 0;
  display: block;
  width: 7px;
  height: 7px;
  border: none;
  background: #9d9d9d;
  border-radius: 50%;
}
.l-slider .splide__pagination__page.is-active {
  background: #0c107e;
}
.l-step03 {
  position: relative;
  overflow: hidden;
  padding-block-start: clamp(4.3125rem, -0.89rem + 26.03vw, 15.375rem);
  padding-block-end: clamp(3.75rem, 1.28rem + 12.35vw, 9rem);
  background: #dcebf0;
}
@media screen and (min-width: 1441px) {
  .l-step03 {
    padding-block-start: 17.08vw;
    padding-block-end: 10vw;
  }
}
.l-step03 .b-inner__md {
  position: relative;
  z-index: 3;
}
.l-step03__lead {
  margin-block-end: 3.2em;
}
.l-step03__btnWrap {
  position: relative;
}
.l-step03__btnWrap .b-inner__md {
  position: relative;
  z-index: 3;
}
.l-step03__bg {
  display: none;
}
@media screen and (min-width: 641px) {
  .l-step03__bg {
    display: block;
    position: absolute;
    z-index: 1;
    width: clamp(5rem, 1.53rem + 17.35vw, 12.375rem);
    top: 4.5%;
  }
  .l-step03__bg.--bg01 {
    left: 0%;
  }
  .l-step03__bg.--bg02 {
    right: 0%;
    transform: scale(-1, 1);
  }
}
.l-step03__h3 {
  font-size: clamp(1.625rem, 1.21rem + 2.06vw, 2.5rem);
  color: #0c107e;
  text-align: center;
  font-weight: 900;
  margin-block: 0 1.25em;
}
@media screen and (min-width: 641px) {
  .l-step03__h3 {
    margin-block: 0 1.5em;
  }
}
.l-step03__btns {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  row-gap: clamp(1rem, 0.06rem + 4.71vw, 3rem);
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 961px) {
  .l-step03__btns {
    grid-column: auto !important;
    grid-template-rows: 1fr 1fr;
    -moz-column-gap: clamp(1.375rem, 0.85rem + 2.65vw, 2.5rem);
    column-gap: clamp(1.375rem, 0.85rem + 2.65vw, 2.5rem);
    justify-content: center;
  }
}
.l-step03__btn {
  width: clamp(15.625rem, 9.74rem + 29.41vw, 28.125rem);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: clamp(1rem, 0.59rem + 2.06vw, 1.875rem);
  font-weight: 900;
  border-radius: 0.625rem;
  line-height: 1.375;
  text-align: center;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding-block: 0.8em;
  padding-inline: 1.2em;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 641px) {
  .l-step03__btn {
    line-height: 1.3;
    padding-block: 0.35em;
    padding-inline: 0.7em;
  }
}
.l-step03__btn:hover {
  opacity: 0.8;
}
.l-step03__btn::before {
  content: "";
}
.l-step03__btn::after {
  content: "";
  display: block;
  width: min(17px, calc(13 / 320 * 100vw));
  aspect-ratio: 1/1;
  background: url(../img/icon_blank.svg) center/contain no-repeat;
  justify-self: end;
}
.l-step03__btn.--campus {
  position: relative;
  background: #e3af3a;
  justify-self: center;
}
@media screen and (min-width: 961px) {
  .l-step03__btn.--campus {
    width: min(500px, calc(250 / 320 * 100vw));
    font-size: clamp(1rem, 0.47rem + 2.65vw, 2.125rem);
    grid-column: span 2;
  }
}
.l-step03__btn.--campus picture {
  display: block;
  width: 31px;
}
@media screen and (min-width: 961px) {
  .l-step03__btn.--campus picture {
    width: min(73px, 4.8361934477vw);
    position: absolute;
    top: 32.8%;
    left: 8.6%;
    transform: translate(-50%, -50%);
  }
}
.l-step03__btn.--campus::before {
  display: none;
}
@media screen and (min-width: 961px) {
  .l-step03__btn.--campus::before {
    display: block;
  }
}
.l-step03__btn.--data {
  background: #3a6ee3;
  justify-self: center;
}
@media screen and (min-width: 961px) {
  .l-step03__btn.--data {
    grid-column: span 1;
  }
}
.l-step03__btn.--pamphlet {
  background: #3aa9e3;
  justify-self: center;
}
@media screen and (min-width: 961px) {
  .l-step03__btn.--pamphlet {
    grid-column: span 1;
  }
}
.l-step03__ai {
  display: none;
}
@media screen and (min-width: 641px) {
  .l-step03__ai {
    display: block;
  }
}
.l-step03__aiBg {
  display: block;
  width: clamp(5.375rem, 1.64rem + 18.68vw, 13.3125rem);
  position: absolute;
  z-index: 2;
  transform: translate(0%, -50%);
}
.l-step03__aiBg.--ai01 {
  left: 0%;
  top: 17.1%;
}
.l-step03__aiBg.--ai02 {
  width: clamp(4.75rem, 1.37rem + 16.91vw, 11.9375rem);
  right: 0%;
  top: 44.5%;
}
.l-step03__aiBg.--ai03 {
  width: clamp(5.125rem, 1.48rem + 18.24vw, 12.875rem);
  left: 0%;
  top: 68.5%;
}
.l-step03__aiBg.--ai04 {
  width: clamp(4.5rem, 1.32rem + 15.88vw, 11.25rem);
  right: 0%;
  top: 91.9%;
}
.l-extra {
  padding-block-start: clamp(4rem, 2.29rem + 8.53vw, 7.625rem);
}
.l-extra__ttl {
  margin-block-end: 0;
}
.l-extra__lead {
  font-size: clamp(1.375rem, 1.14rem + 1.18vw, 1.875rem);
  line-height: 1.4090909091;
  margin-block: 0;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 641px) {
  .l-extra__lead {
    line-height: 1.5;
  }
}
.l-extra__txt {
  text-align: center;
  font-weight: 500;
  font-size: clamp(0.9375rem, 0.61rem + 1.62vw, 1.625rem);
  line-height: 1.4666666667;
  margin-block: 2.1em 3.3em;
}
@media screen and (min-width: 641px) {
  .l-extra__txt {
    line-height: 1.5;
    margin-block: 0.5em 1.5em;
  }
}
.c-kw > svg {
  background: #fff;
  display: block;
  margin-inline: auto;
  width: min(650px, calc(300 / 320 * 100vw));
  height: min(650px, calc(300 / 320 * 100vw));
}
.c-kw .bg {
  opacity: 0;
  transition: 0.25s ease-in-out;
}
.c-kw .name {
  fill: #00236a;
  filter: brightness(0) saturate(100%) invert(6%) sepia(88%) saturate(5974%) hue-rotate(237deg) brightness(92%) contrast(97%);
  transition: 0.25s ease-in-out;
}
.c-kw .js-spot {
  cursor: pointer;
  pointer-events: all;
}
.c-kw .js-spot:hover .bg {
  opacity: 1;
}
.c-kw .js-spot:hover .name {
  fill: #fff;
  filter: brightness(0) invert(1);
}
.c-kwModal {
  padding: clamp(1.875rem, 1.29rem + 2.94vw, 3.125rem);
}
.c-kwModal__en {
  width: -moz-fit-content;
  width: fit-content;
  color: #0c107e;
  border-bottom: 1px solid #0c107e;
  font-size: 0.875rem;
  font-weight: 500;
  margin-block: 0 1em;
}
.c-kwModal__ttl {
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 500;
  margin-block: 0 1em;
  color: hsl(0, 78%, 18%);
}
.c-kwModal__txt {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-block: 0 1em;
  color: hsl(0, 78%, 18%);
}
.c-kwModal__hint {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
  margin-block: 0;
  color: #0c107e;
}
