@charset "UTF-8";
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: orbitron, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: orbitron, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", source-han-sans-japanese, sans-serif;
}

/* ------------------------------------

cmn

------------------------------------ */
.page-top .p-header {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 20px;
}
.page-top .p-header__title {
  font-size: 47px;
  line-height: 1;
  color: #DFFF00;
}
.page-top .p-header__subtitle {
  font-size: 16px;
  margin-top: 4px;
}
.page-top .p-header__text {
  font-size: 15px;
  margin-top: 10px;
}

.page-top .l-main {
  padding-bottom: 0;
}

/* TOPのみ：ラッパー／背景動画の横ずれ・右端白抜け対策（common は変更しない） */
.page-top .drawer-overlay {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.page-top .bg_movie {
  left: 0;
  width: 100%;
  max-width: 100%;
  transform: none;
}

/* ------------------------------------

l-〇〇

------------------------------------ */
.page-top .l-〇〇__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-〇〇__container {
    width: auto;
  }
}

/* ------------------------------------

topvisual

------------------------------------ */
/* 固定MVは先頭ブロックのみ（section02 の .l-visual にも active が付くとチラつくため） */
.page-top .l-wrapper > section.l-visual:first-of-type.scrollify.active {
  position: fixed;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: -1;
}

.page-top .l-visual {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.page-top .l-visual .section {
  width: 100%;
  max-width: 100%;
  background: #F7F7F7;
}
.page-top .l-visual__catch {
  position: absolute;
  z-index: 100;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52.7777777778vw;
  opacity: 0;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__catch {
    width: 78.2051282051vw;
    top: 63.0769230769vw;
    transform: translateX(-50%);
  }
}
.page-top .l-visual__bg {
  width: 100%;
  max-width: 100%;
}
.page-top .l-visual__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__bg img {
    object-position: center;
  }
}
.page-top .l-visual__cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background: #000000;
  opacity: 0.58;
}
@media only screen and (hover: none) and (pointer: coarse) {
  .page-top .l-visual__cover {
    height: 100dvh;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__cover {
    height: calc(100dvh - 14vw);
  }
}
.page-top .l-visual__inner {
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media only screen and (hover: none) and (pointer: coarse) and (orientation: portrait) {
  .page-top .l-visual__inner {
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__inner {
    flex-wrap: wrap;
  }
}
.page-top .l-visual__image {
  width: calc(100% - 554px);
  height: 100%;
}
@media only screen and (hover: none) and (pointer: coarse) and (orientation: portrait) {
  .page-top .l-visual__image {
    width: 100%;
    height: 65%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__image {
    width: 100%;
    height: 50%;
  }
}
.page-top .l-visual__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__image img {
    object-position: center;
  }
}
.page-top .l-visual__info {
  width: 554px;
}
@media only screen and (hover: none) and (pointer: coarse) and (orientation: portrait) {
  .page-top .l-visual__info {
    width: 100%;
    height: 35%;
    display: flex;
    flex-direction: column;
    padding-top: 5%;
  }
  .page-top .l-visual__info br.pc {
    display: none;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__info {
    width: 100%;
    height: 50%;
    padding: 0 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4vw;
  }
}
.page-top .l-visual__title {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.52;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__title {
    font-size: 5.89vw;
    line-height: 1.43;
    text-align: center;
  }
}
.page-top .l-visual__title .accent {
  color: #DFFF00;
}
.page-top .l-visual__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__text {
    font-size: 4.1vw;
    line-height: 1.75;
  }
}
.page-top .l-visual__section01 {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100dvh;
  padding-block: calc(60px + 1.3888888889vw) 3.4722222222vw;
  background-color: #101010 !important;
  transition: opacity 0.5s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section01 {
    padding-block: 18.2051282051vw 31.0256410256vw;
    height: auto !important;
  }
}
.page-top .l-visual__section01::after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  background: url(../images/top/bg.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section01::after {
    background-image: url(../images/top/sp/bg.png);
  }
}
.page-top .l-visual__section01 .l-visual__mv-wrap {
  position: relative;
  z-index: 2;
  margin-inline: auto;
  width: 93.0555555556%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section01 .l-visual__mv-wrap {
    width: 87.1794871795%;
  }
}
.page-top .l-visual__section01 .l-visual__mv-wrap .l-visual__slide {
  margin-inline: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-top .l-visual__section01 .l-visual__mv-wrap .l-visual__slide .p-slide {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.page-top .l-visual__section01 .l-visual__mv-wrap .l-visual__slide .p-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.page-top .l-visual__section01 .l-visual__mv-wrap .l-visual__deco {
  position: absolute;
  z-index: 100;
  display: block;
  width: 2.1833333333vw;
  aspect-ratio: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section01 .l-visual__mv-wrap .l-visual__deco {
    width: 5.4282051282vw;
  }
}
.page-top .l-visual__section01 .l-visual__mv-wrap .l-visual__deco:nth-child(2) {
  top: -1.5vw;
  left: -1.5vw;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section01 .l-visual__mv-wrap .l-visual__deco:nth-child(2) {
    top: -4.2vw;
    left: -4.2vw;
  }
}
.page-top .l-visual__section01 .l-visual__mv-wrap .l-visual__deco:nth-child(3) {
  top: -1.5vw;
  right: -1.5vw;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section01 .l-visual__mv-wrap .l-visual__deco:nth-child(3) {
    top: -4.2vw;
    right: -4.2vw;
  }
}
.page-top .l-visual__section01 .l-visual__mv-wrap .l-visual__deco:nth-child(4) {
  bottom: -1.5vw;
  right: -1.5vw;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section01 .l-visual__mv-wrap .l-visual__deco:nth-child(4) {
    bottom: -4.2vw;
    right: -4.2vw;
  }
}
.page-top .l-visual__section01 .l-visual__mv-wrap .l-visual__deco:nth-child(5) {
  bottom: -1.5vw;
  left: -1.5vw;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section01 .l-visual__mv-wrap .l-visual__deco:nth-child(5) {
    bottom: -4.2vw;
    left: -4.2vw;
  }
}
.page-top .l-visual__section01 .l-visual__mv-wrap .l-visual__deco-txt {
  position: absolute;
  top: 50%;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: orbitron, sans-serif;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  z-index: 100;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section01 .l-visual__mv-wrap .l-visual__deco-txt {
    font-size: 3.3333333333vw;
  }
}
.page-top .l-visual__section01 .l-visual__mv-wrap .l-visual__deco-txt--left {
  left: 0;
  transform: translateY(-50%) translateX(calc(-100% - 1.1805555556vw)) rotate(180deg);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section01 .l-visual__mv-wrap .l-visual__deco-txt--left {
    transform: translateY(-50%) translateX(calc(-100% - 1.7948717949vw)) rotate(180deg);
  }
}
.page-top .l-visual__section01 .l-visual__mv-wrap .l-visual__deco-txt--right {
  right: 0;
  transform: translateY(-50%) translateX(calc(100% + 1.1805555556vw));
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section01 .l-visual__mv-wrap .l-visual__deco-txt--right {
    transform: translateY(-50%) translateX(calc(100% + 1.7948717949vw));
  }
}
.page-top .l-visual__section01 .p-item {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 273px;
  height: 80px;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section01 .p-item {
    background-color: #fff;
    width: 100%;
    height: 20.5128205128vw;
  }
}
.page-top .l-visual__section01 .p-item a {
  position: relative;
  display: block;
  padding: 11px 13px 13px 39px;
  height: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section01 .p-item a {
    padding: 2.8205128205vw 5.1282051282vw 2.8205128205vw 12.0512820513vw;
  }
}
.page-top .l-visual__section01 .p-item__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.page-top .l-visual__section01 .p-item__catch {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%) rotate(180deg);
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  color: #101010;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section01 .p-item__catch {
    left: 4.6153846154vw;
    font-size: 4.8717948718vw;
  }
}
.page-top .l-visual__section01 .p-item__catch::after {
  position: absolute;
  bottom: 0;
  left: -4px;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #101010;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section01 .p-item__catch::after {
    left: -1.0256410256vw;
  }
}
.page-top .l-visual__section01 .p-item__post-date {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1076923077;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section01 .p-item__post-date {
    font-size: 3.0769230769vw;
    line-height: 1.2;
  }
}
.page-top .l-visual__section01 .p-item__post-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5384615385;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section01 .p-item__post-title {
    font-size: 3.3333333333vw;
    -webkit-line-clamp: 2;
  }
}
.page-top .l-visual__section02 {
  position: relative;
  display: grid;
  place-items: center;
  padding-block: 280px 314px;
  background-color: #101010 !important;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section02 {
    padding-block: 34.1025641026vw;
    padding-inline: 5.1282051282vw;
  }
}
.page-top .l-visual__section02 .l-visual__txt {
  margin-inline: auto;
  width: 811px;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section02 .l-visual__txt {
    width: 100%;
    font-size: 4.6153846154vw;
    font-weight: 700;
    line-height: 2.2222222222;
    color: #fff;
  }
}
.page-top .l-visual__section02 .l-visual__bg {
  position: absolute;
  inset: 0;
  background-color: rgba(16, 16, 16, 0.88);
  z-index: 1;
}
.page-top .l-visual__section02 .l-visual__bg-txt {
  position: absolute;
  top: 368px;
  left: 50%;
  transform: translateX(calc(-50% - 17px));
  font-size: 140px;
  font-weight: 900;
  line-height: 1;
  font-family: orbitron, sans-serif;
  color: #8A2BE2;
  white-space: nowrap;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__section02 .l-visual__bg-txt {
    top: 25.8974358974vw;
    left: initial;
    right: 1.0256410256vw;
    transform: none;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 28.2051282051vw;
  }
}
.page-top .l-visual__section03 .l-visual__inner, .page-top .l-visual__section05 .l-visual__inner {
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__section03 .l-visual__info, .page-top .l-visual__section05 .l-visual__info {
    padding-left: 100px;
    padding-right: 70px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__section04 .l-visual__info {
    padding-left: 70px;
    padding-right: 100px;
  }
}
.page-top .l-visual.active .l-visual__section01 .l-visual__catch {
  opacity: 1;
}
.page-top .l-visual.active .l-visual__section02 .l-visual__catch {
  opacity: 1;
}
.page-top .l-visual.active .l-visual__section02 .l-visual__comment {
  opacity: 1;
}
.page-top .l-visual.active .l-visual__section02 .l-visual__comment.comment01 {
  transition-delay: 0.1s;
}
.page-top .l-visual.active .l-visual__section02 .l-visual__comment.comment02 {
  transition-delay: 0.2s;
}
.page-top .l-visual.active .l-visual__section02 .l-visual__comment.comment03 {
  transition-delay: 0.3s;
}
.page-top .l-visual.active .l-visual__section02 .l-visual__comment.comment04 {
  transition-delay: 0.4s;
}
.page-top .l-visual.active .l-visual__section02 .l-visual__comment.comment05 {
  transition-delay: 0.5s;
}
.page-top .l-visual.active .l-visual__section02 .l-visual__comment.comment06 {
  transition-delay: 0.6s;
}
.page-top .l-visual.active .l-visual__section02 .l-visual__comment.comment07 {
  transition-delay: 0.7s;
}
.page-top .l-visual.active .l-visual__section02 .l-visual__comment.comment08 {
  transition-delay: 0.8s;
}
.page-top .l-visual.sp-style .l-visual__section01 {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 0;
}
.page-top .l-visual.sp-style .l-visual__section01 .l-visual__catch {
  opacity: 1;
}
.page-top .l-visual.sp-style .l-visual__section02 {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 0;
}

.page-top .l-contents {
  position: relative;
  background: #fff;
}

/* ------------------------------------

l-visual02

------------------------------------ */
.page-top .l-visual02 {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
  height: 53.5vw;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual02 {
    height: 174.5vw;
  }
}
.page-top .l-visual02 .l-visual__catch {
  position: absolute;
  z-index: 100;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52.7777777778vw;
  opacity: 1;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual02 .l-visual__catch {
    width: 78.2051282051vw;
    top: 63.0769230769vw;
    transform: translateX(-50%);
  }
}
.page-top .l-visual02 .p-item-news.p-item {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 273px;
  height: 80px;
  overflow: hidden;
  text-align: left;
  background-color: #F7F7F7;
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35) 1px, transparent 1px, transparent 0.5555555556vw), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35) 1px, transparent 1px, transparent 0.5555555556vw);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual02 .p-item-news.p-item {
    overflow: visible;
    width: 100%;
    height: 20.5128205128vw;
    background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35) 1px, transparent 1px, transparent 2.0512820513vw), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35) 1px, transparent 1px, transparent 2.0512820513vw);
  }
}
.page-top .l-visual02 .p-item-news.p-item a {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  /* 右は line-clamp の「…」が淵に寄らないよう、1440px 相当で少し広めに確保 */
  padding: min(0.625vw, 9px) min(1.1111111111vw, 16px) min(0.625vw, 9px) min(0.8333333333vw, 12px);
  color: #101010;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual02 .p-item-news.p-item a {
    overflow: visible;
    padding: 2.3076923077vw 3.5897435897vw 2.3076923077vw 3.0769230769vw;
  }
}
.page-top .l-visual02 .p-item-news.p-item .p-item__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: start;
  align-content: center;
  column-gap: min(0.2944444444vw, 4.24px);
  row-gap: min(0.2083333333vw, 3px);
  height: 100%;
  min-width: 0;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual02 .p-item-news.p-item .p-item__inner {
    column-gap: 2.5641025641vw;
    row-gap: 0.7692307692vw;
  }
}
.page-top .l-visual02 .p-item-news.p-item .p-item__catch {
  grid-column: 1;
  grid-row: 1/-1;
  align-self: center;
  position: relative;
  margin: 0;
  margin-right: min(0.2777777778vw, 4px);
  margin-left: max(-0.15vw, -2.16px);
  border-left: 2px solid #101010;
  font-size: min(1.290556vw, 18.584px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #101010;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual02 .p-item-news.p-item .p-item__catch {
    padding-right: 1.0512820513vw;
    margin-right: 0;
    font-size: 4.858974359vw;
  }
}
.page-top .l-visual02 .p-item-news.p-item .p-item__post-title {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  margin: 0;
  min-width: 0;
  font-size: min(0.9027777778vw, 13px);
  font-weight: 700;
  line-height: 1.3846153846;
  color: #101010;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual02 .p-item-news.p-item .p-item__post-title {
    padding-right: 2px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual02 .p-item-news.p-item .p-item__post-title {
    padding-right: 0;
    font-size: 3.3333333333vw;
    line-height: 1.3846153846;
  }
}
.page-top .l-visual02 .p-item-news.p-item .p-item__post-date {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin: 0;
  min-width: 0;
  font-size: min(0.8333333333vw, 12px);
  font-weight: 700;
  line-height: 1.2;
  color: #101010;
  overflow-wrap: anywhere;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual02 .p-item-news.p-item .p-item__post-date {
    padding-right: 2px;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual02 .p-item-news.p-item .p-item__post-date {
    padding-right: 0;
    font-size: 3.0769230769vw;
    line-height: 1.2;
  }
}

/* ------------------------------------

l-reason

------------------------------------ */
.page-top .l-reason {
  position: relative;
}
.page-top .l-reason__img {
  width: 100%;
}
.page-top .l-reason__img img {
  width: 100%;
  height: auto;
}
.page-top .l-reason__ttl {
  position: absolute;
  top: 28.125vw;
  right: 4.1666666667vw;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-reason__ttl {
    top: 48.4615384615vw;
    right: 5.1282051282vw;
  }
}
.page-top .l-reason__ttl-txt {
  display: block;
}
.page-top .l-reason__ttl-txt:nth-of-type(1) {
  text-align: right;
  font-size: 5vw;
  font-weight: 900;
  line-height: 1.4583333333;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-reason__ttl-txt:nth-of-type(1) {
    font-size: 7.1794871795vw;
    line-height: 1.4285714286;
  }
}
.page-top .l-reason__ttl-txt:nth-of-type(2) {
  margin-top: -1.8055555556vw;
  font-size: 9.0277777778vw;
  font-weight: 900;
  line-height: 1.4461538462;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-reason__ttl-txt:nth-of-type(2) {
    margin-top: -2.3076923077vw;
    font-size: 12.3076923077vw;
    line-height: 1.4583333333;
  }
}
.page-top .l-reason__ttl-en {
  position: absolute;
  top: 50%;
  left: 0.5555555556vw;
  transform: translateY(-50%) rotate(180deg);
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fff;
  font-size: 10.4166666667vw;
  font-weight: 900;
  line-height: 1;
  font-family: orbitron, sans-serif;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-reason__ttl-en {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-writing-mode: initial;
    writing-mode: initial;
    -webkit-text-stroke: 1px #fff;
    font-size: 19.7435897436vw;
  }
}
.page-top .l-reason .simple.c-button {
  position: absolute;
  top: 48.3333333333vw;
  right: 4.1666666667vw;
  padding-right: 2.1527777778vw;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-reason .simple.c-button {
    top: 75.3846153846vw;
    right: 5.1282051282vw;
    padding-right: 7.9487179487vw;
  }
}
.page-top .l-reason .simple.c-button::before {
  background-color: #00CED1;
  width: 1.6666666667vw;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-reason .simple.c-button::before {
    width: 6.1538461538vw;
  }
}
.page-top .l-reason .simple.c-button::after {
  right: 0.6944444444vw;
  width: 0.4166666667vw;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-reason .simple.c-button::after {
    right: 2.5641025641vw;
    width: 1.5384615385vw;
  }
}
.page-top .l-reason .simple.c-button span {
  font-size: 1.25vw;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-reason .simple.c-button span {
    font-size: 4.6153846154vw;
  }
}

/* ------------------------------------

l-personality

------------------------------------ */
.page-top .l-personality {
  position: relative;
}
.page-top .l-personality__img {
  width: 100%;
}
.page-top .l-personality__img img {
  width: 100%;
  height: auto;
}
.page-top .l-personality__ttl {
  position: absolute;
  top: 28.125vw;
  left: 4.1666666667vw;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-personality__ttl {
    top: 48.4615384615vw;
    left: 5.1282051282vw;
  }
}
.page-top .l-personality__ttl-txt {
  display: block;
}
.page-top .l-personality__ttl-txt:nth-of-type(1) {
  font-size: 5vw;
  font-weight: 900;
  line-height: 1.4583333333;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-personality__ttl-txt:nth-of-type(1) {
    font-size: 7.1794871795vw;
    line-height: 1.4285714286;
  }
}
.page-top .l-personality__ttl-txt:nth-of-type(2) {
  margin-top: -1.8055555556vw;
  font-size: 9.0277777778vw;
  font-weight: 900;
  line-height: 1.4461538462;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-personality__ttl-txt:nth-of-type(2) {
    margin-top: -2.3076923077vw;
    font-size: 12.3076923077vw;
    line-height: 1.4583333333;
  }
}
.page-top .l-personality__ttl-en {
  position: absolute;
  top: 50%;
  right: 0.2083333333vw;
  transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fff;
  font-size: 6.25vw;
  font-weight: 900;
  line-height: 1;
  font-family: orbitron, sans-serif;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-personality__ttl-en {
    top: 1.0256410256vw;
    right: 50%;
    transform: translateX(50%);
    -webkit-writing-mode: initial;
    writing-mode: initial;
    -webkit-text-stroke: 1px #fff;
    font-size: 11.5384615385vw;
  }
}
.page-top .l-personality .simple.c-button {
  position: absolute;
  top: 48.3333333333vw;
  left: 4.1666666667vw;
  padding-right: 2.1527777778vw;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-personality .simple.c-button {
    top: 75.3846153846vw;
    left: 5.1282051282vw;
    padding-right: 7.9487179487vw;
  }
}
.page-top .l-personality .simple.c-button::before {
  background-color: #2E4BFF;
  width: 1.6666666667vw;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-personality .simple.c-button::before {
    width: 6.1538461538vw;
  }
}
.page-top .l-personality .simple.c-button::after {
  right: 0.6944444444vw;
  width: 0.4166666667vw;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-personality .simple.c-button::after {
    right: 2.5641025641vw;
    width: 1.5384615385vw;
  }
}
.page-top .l-personality .simple.c-button span {
  font-size: 1.25vw;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-personality .simple.c-button span {
    font-size: 4.6153846154vw;
  }
}

/* ------------------------------------

l-about

------------------------------------ */
.page-top .l-about {
  background: #E5E5E5;
  padding-top: 98px;
  padding-bottom: 110px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about {
    padding-top: 14vw;
    padding-bottom: 10vw;
  }
}

/* ------------------------------------

l-mission

------------------------------------ */
.page-top .l-mission {
  margin-bottom: 120px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-mission {
    margin-bottom: 29vw;
  }
}
.page-top .l-mission__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-mission__container {
    width: auto;
  }
}
.page-top .l-mission__header {
  text-align: center;
  margin-bottom: 40px;
}
.page-top .l-mission__header .p-title {
  font-size: 24px;
  letter-spacing: 0.07em;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-mission__header .p-title {
    font-size: 5.38vw;
    margin-bottom: 8vw;
  }
}
.page-top .l-mission__header .p-subtitle {
  width: 755px;
  margin: 0 auto 15px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-mission__header .p-subtitle {
    width: 71.3vw;
    margin-bottom: 6vw;
  }
}
.page-top .l-mission__header .p-catch {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-mission__header .p-catch {
    font-size: 5.89vw;
    margin-bottom: 4vw;
  }
}
.page-top .l-mission__header .simple.c-button {
  margin: 0 auto;
  padding: 0 52px 0 30px;
}
.page-top .l-mission__gallery li {
  margin: 0 1px;
}

/* ------------------------------------

l-message

------------------------------------ */
.page-top .l-message {
  padding-block: 3px 84px;
  background-color: #E5E5E5;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message {
    padding-block: 3.8461538462vw 12.5641025641vw;
  }
}
.page-top .l-message__loop-txt {
  overflow: hidden;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.page-top .l-message__loop-txt.loop-txt01 {
  color: #E6007E;
}
.page-top .l-message__loop-txt span {
  font-family: orbitron, sans-serif;
  font-size: 150px;
  font-weight: 900;
  flex: 0 0 auto;
  white-space: nowrap;
  line-height: 1;
  padding-right: 0.5em;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__loop-txt span {
    font-size: 12.8205128205vw;
  }
}
.page-top .l-message__loop-txt span:nth-child(odd) {
  animation: text_scroll01 60s -30s linear infinite;
}
.page-top .l-message__loop-txt span:nth-child(even) {
  animation: text_scroll02 60s linear infinite;
}
@keyframes text_scroll01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes text_scroll02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.page-top .l-message__container {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-message__container {
    max-width: calc(1200px + 8%);
    padding: 0 4%;
    margin: 0 auto;
    margin-top: 18px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__container {
    margin-top: 7.4358974359vw;
    width: 89.7435897436%;
  }
}
.page-top .l-message__catch {
  text-align: center;
  margin-bottom: 9px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__catch {
    margin-bottom: 4.358974359vw;
  }
}
.page-top .l-message__catch .l-message__catch-txt:nth-of-type(1) {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.4375;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__catch .l-message__catch-txt:nth-of-type(1) {
    font-size: 7.1794871795vw;
    line-height: 1.2142857143;
  }
}
.page-top .l-message__catch .l-message__catch-txt:nth-of-type(2) {
  margin-top: -23px;
  display: block;
  font-size: 91px;
  font-weight: 900;
  line-height: 1.4505494505;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__catch .l-message__catch-txt:nth-of-type(2) {
    margin-top: 3.0769230769vw;
    font-size: 14.8717948718vw;
    line-height: 1.1206896552;
  }
}
.page-top .l-message__catch .accent {
  color: #E6007E;
}
.page-top .l-message__name {
  display: flex;
  justify-content: center;
  column-gap: 18px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4285714286;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__name {
    column-gap: 2.5641025641vw;
    font-size: 6.1538461538vw;
    line-height: 1.4583333333;
  }
}
.page-top .l-message__role {
  margin-top: 9px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__role {
    margin-top: 1.5384615385vw;
    font-size: 4.1025641026vw;
    line-height: 1.5;
  }
}
.page-top .l-message .c-button {
  margin-top: 31px;
  margin-inline: auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message .c-button {
    margin-top: 4.8717948718vw;
  }
}
.page-top .l-message .c-button::before {
  background-color: #E6007E;
}

/* ------------------------------------

l-growth

------------------------------------ */
.page-top .l-growth {
  padding-top: 180px;
  background-color: #101010;
  box-sizing: border-box;
  /* 見切れ対策の横余白はセクションで左右対称にし、__inner は 1200px 中央配置（右だけ padding だと広い画面で左に寄って見える） */
}
@media print, screen and (min-width: 761px) {
  .page-top .l-growth {
    padding-inline: min(4vw, 57.6px);
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-growth {
    padding-top: 16.4102564103vw;
    padding-inline: 0;
  }
}
.page-top .l-growth__inner {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-growth__inner {
    max-width: 1200px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-growth__inner {
    width: 89.7435897436%;
    max-width: none;
  }
}
.page-top .l-growth__container {
  position: relative;
  margin-left: calc(50% - 50vw);
  height: min(660px, 45.8333333333vw);
  /* コーナー装飾は疑似要素のみ（.page-top .l-growth__container::before / ::after）。横の見切れ余白は .l-growth の padding-inline */
}
@media screen and (max-width: 1200px) {
  .page-top .l-growth__container {
    margin-left: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-growth__container {
    margin-left: calc(50% - 50vw);
    margin-right: 2.5641025641%;
    height: 126.1538461538vw;
  }
}
.page-top .l-growth__container::before, .page-top .l-growth__container::after {
  position: absolute;
  content: "";
  display: block;
  width: min(30px, 2.0833333333vw);
  aspect-ratio: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-growth__container::before, .page-top .l-growth__container::after {
    width: 5.1282051282vw;
  }
}
.page-top .l-growth__container::before {
  top: max(-30px, -2.0833333333vw);
  right: max(-30px, -2.0833333333vw);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-growth__container::before {
    top: -3.8461538462vw;
    right: -3.5897435897vw;
  }
}
.page-top .l-growth__container::after {
  bottom: max(-30px, -2.0833333333vw);
  right: max(-30px, -2.0833333333vw);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-growth__container::after {
    top: 80vw;
    bottom: initial;
    right: -3.5897435897vw;
  }
}
.page-top .l-growth a {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url(../images/top/bg_education.png) 0 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-growth a {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 44.6153846154vw;
    background-size: 100% 81.5384615385vw;
  }
}
.page-top .l-growth a::before, .page-top .l-growth a::after {
  position: absolute;
  content: "EDUCATION";
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fff;
  font-size: min(190px, 13.1944444444vw);
  font-weight: 900;
  line-height: 1;
  font-family: orbitron, sans-serif;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-growth a::before, .page-top .l-growth a::after {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-stroke: 1px #fff;
    font-size: 11.5384615385vw;
  }
}
.page-top .l-growth a::before {
  top: -3px;
  right: 21px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-growth a::before {
    top: 2.0512820513vw;
    right: 0.5128205128vw;
  }
}
.page-top .l-growth a::after {
  bottom: -4px;
  right: 21px;
  transform: rotate(180deg);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-growth a::after {
    display: none;
  }
}
.page-top .l-growth__img {
  position: relative;
  margin-top: max(-3.75vw, -54px);
  margin-right: max(-1.3888888889vw, -20px);
  width: min(757px, 52.5694444444vw);
  max-width: 100%;
  z-index: 1;
  flex-shrink: 0;
  min-width: 0;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-growth__img {
    left: -5.62vw;
  }
}
.page-top .l-growth__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-growth__img {
    margin-top: -5.641025641vw;
    margin-right: 0;
    width: 84.8717948718vw;
  }
  .page-top .l-growth__img img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-growth__ttl {
    position: absolute;
    top: 51.15%;
    left: 73.35%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 2;
    width: max-content;
    max-width: calc(100% - 48px);
    transition: 0.3s;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-growth__ttl {
    position: absolute;
    top: 86.6666666667vw;
    left: 5.1282051282vw;
    right: auto;
    margin: 0;
    transform: none;
  }
}
.page-top .l-growth__ttl-txt {
  display: block;
}
.page-top .l-growth__ttl-txt:nth-of-type(1) {
  margin-top: 0;
  font-size: min(72px, 5vw);
  font-weight: 900;
  line-height: 1.0138888889;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-growth__ttl-txt:nth-of-type(1) {
    margin-top: 0;
    font-size: 7.1794871795vw;
    line-height: 1.0357142857;
    color: #fff;
  }
}
.page-top .l-growth__ttl-txt:nth-of-type(2) {
  margin-top: max(-0.625vw, -9px);
  font-size: min(104px, 7.2222222222vw);
  font-weight: 900;
  line-height: 1.4519230769;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-growth__ttl-txt:nth-of-type(2) {
    margin-top: -0.5128205128vw;
    font-size: 12.3076923077vw;
    line-height: 1.4583333333;
    color: #fff;
  }
}
.page-top .l-growth .simple.c-button {
  position: absolute;
  bottom: min(27px, 1.875vw);
  right: min(20px, 1.3888888889vw);
  padding-right: min(38px, 2.6388888889vw);
  z-index: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-growth .simple.c-button {
    bottom: 0;
    right: initial;
    left: 5.1282051282vw;
    padding-right: 7.9487179487vw;
  }
}
.page-top .l-growth .simple.c-button::before {
  background-color: #101010;
  width: min(27px, 1.875vw);
  height: min(27px, 1.875vw);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-growth .simple.c-button::before {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    background-color: #fff;
  }
}
.page-top .l-growth .simple.c-button::after {
  right: min(11px, 0.7638888889vw);
  width: min(7px, 0.4861111111vw);
  height: min(7px, 0.4861111111vw);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-growth .simple.c-button::after {
    right: 2.5641025641vw;
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    border-color: #101010;
  }
}
.page-top .l-growth .simple.c-button span {
  font-size: min(20px, 1.3888888889vw);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-growth .simple.c-button span {
    font-size: 4.6153846154vw;
    color: #fff;
  }
}

/* ------------------------------------

l-member

------------------------------------ */
.page-top .l-member {
  padding-top: 150px;
  background-color: #101010;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-member {
    padding-top: 13.0769230769vw;
  }
}
.page-top .l-member__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-member__inner {
    width: 89.7435897436%;
    max-width: none;
  }
}
.page-top .l-member__container {
  position: relative;
  margin-right: calc(50% - 50vw);
  height: min(870px, 60.4166666667vw);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-member__container {
    margin-left: calc(50% - 50vw);
    height: auto;
  }
}
.page-top .l-member a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding-left: min(170px, 11.8055555556vw);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-member a {
    padding-left: 0;
    padding-top: 19.2307692308vw;
  }
}
.page-top .l-member__ttl-en {
  position: absolute;
  top: min(13px, 0.9027777778vw);
  left: max(-8px, -0.5555555556vw);
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fff;
  font-size: min(168px, 11.6666666667vw);
  font-weight: 900;
  line-height: 1;
  font-family: orbitron, sans-serif;
  color: #fff;
  transform: rotate(180deg);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-member__ttl-en {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-writing-mode: initial;
    writing-mode: initial;
    -webkit-text-stroke: 1px #fff;
    font-size: 19.2307692308vw;
  }
}
.page-top .l-member__content {
  position: relative;
  display: grid;
  gap: min(10px, 0.6944444444vw);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "a a b b" "a a c d" "e f g g";
  padding: min(20px, 1.3888888889vw);
  background-color: #fff;
  max-width: 1150px;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-member__content {
    gap: 1.0256410256vw;
    grid-template-rows: repeat(4, 31.0256410256vw);
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "a a b" "a a c" "d e e" "f g g";
    padding: 2.3076923077vw;
    width: 100%;
  }
}
.page-top .l-member__container-inner {
  background-color: #fff;
  width: 100%;
}
.page-top .l-member__img {
  width: 100%;
  min-width: 0;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-member__img {
    min-height: 0;
    height: 100%;
    overflow: hidden;
  }
  .page-top .l-member__img picture {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-member__img {
    display: block;
    overflow: visible;
  }
  .page-top .l-member__img picture {
    display: block;
  }
}
.page-top .l-member__img:nth-of-type(1) {
  grid-area: a;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-member__img:nth-of-type(1) {
    width: 100%;
  }
}
.page-top .l-member__img:nth-of-type(2) {
  grid-area: b;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-member__img:nth-of-type(2) {
    width: 100%;
    grid-area: g;
  }
}
.page-top .l-member__img:nth-of-type(3) {
  grid-area: c;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-member__img:nth-of-type(3) {
    width: 100%;
    grid-area: b;
  }
}
.page-top .l-member__img:nth-of-type(4) {
  grid-area: d;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-member__img:nth-of-type(4) {
    width: 100%;
    grid-area: c;
  }
}
.page-top .l-member__img:nth-of-type(5) {
  grid-area: e;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-member__img:nth-of-type(5) {
    width: 100%;
    grid-area: f;
  }
}
.page-top .l-member__img:nth-of-type(6) {
  grid-area: f;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-member__img:nth-of-type(6) {
    width: 100%;
    grid-area: d;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-member__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-member__img img {
    width: 100%;
    height: auto;
  }
}
.page-top .l-member__txt-area {
  padding-block: min(37px, 2.5694444444vw) min(46px, 3.1944444444vw);
  grid-area: g;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-member__txt-area {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-member__txt-area {
    padding-block: 2.5641025641vw 4.358974359vw;
    grid-area: e;
  }
}
.page-top .l-member__ttl {
  display: block;
  text-align: center;
  font-size: min(104px, 7.2222222222vw);
  font-weight: 900;
  line-height: 1.4519230769;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-member__ttl {
    font-size: 13.3333333333vw;
    line-height: 1.4423076923;
  }
}
.page-top .l-member__lead {
  display: block;
  margin-inline: auto;
  padding-block: min(6px, 0.4166666667vw);
  background-color: #8A2BE2;
  text-align: center;
  font-size: min(24px, 1.6666666667vw);
  font-weight: normal;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  width: min(416px, 28.8888888889vw);
  max-width: 100%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-member__lead {
    padding-block: 0.5128205128vw 0.7692307692vw;
    font-size: 3.5897435897vw;
    width: 54.1025641026vw;
  }
}
.page-top .l-member__arrow {
  position: absolute;
  right: min(20px, 1.3888888889vw);
  bottom: min(20px, 1.3888888889vw);
  display: block;
  border-radius: 50%;
  background-color: #101010;
  width: min(50px, 3.4722222222vw);
  aspect-ratio: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-member__arrow {
    right: 3.0769230769vw;
    bottom: 3.0769230769vw;
    width: 6.1538461538vw;
    background-color: #8A2BE2;
  }
}
.page-top .l-member__arrow::after {
  position: absolute;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: min(14px, 0.9722222222vw);
  height: min(14px, 0.9722222222vw);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-member__arrow::after {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
}

/* ------------------------------------

l-program

------------------------------------ */
.page-top .l-program {
  padding-top: 150px;
  background-color: #101010;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-program {
    padding-top: 17.9487179487vw;
  }
}
.page-top .l-program__container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-program__container {
    width: 89.7435897436%;
    max-width: none;
  }
}
.page-top .l-program__img {
  margin-left: max(-2.7777777778vw, -40px);
  margin-bottom: min(67px, 4.6527777778vw);
  width: min(1120px, 77.7777777778vw);
  box-sizing: border-box;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-program__img {
    max-width: 100%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-program__img {
    margin-left: calc(50% - 50vw);
    margin-bottom: 40.2564102564vw;
    width: 105.7142857143%;
  }
}
.page-top .l-program__img img {
  width: 100%;
  height: auto;
}
.page-top .l-program__ttl-en {
  position: absolute;
  top: min(494px, 34.3055555556vw);
  left: 0;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fff;
  font-size: min(110px, 7.6388888889vw);
  font-weight: 900;
  line-height: 1;
  font-family: orbitron, sans-serif;
  color: #fff;
  z-index: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-program__ttl-en {
    top: 62.0512820513vw;
    left: -0.5128205128vw;
    -webkit-text-stroke: 1px #fff;
    font-size: 15.3846153846vw;
  }
}
.page-top .l-program__ttl {
  display: block;
  padding-block: min(3px, 0.2083333333vw) min(7px, 0.4861111111vw);
  background-color: #DFFF00;
  text-align: center;
  font-size: min(32px, 2.2222222222vw);
  font-weight: 900;
  line-height: 1;
  width: min(656px, 45.5555555556vw);
  max-width: 100%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-program__ttl {
    padding-block: 0;
    text-align: left;
    font-size: 6.1538461538vw;
    line-height: 1.5;
    width: auto;
    background-color: transparent;
  }
  .page-top .l-program__ttl span {
    padding-left: 0.7692307692vw;
    position: relative;
    z-index: 1;
  }
  .page-top .l-program__ttl span::before {
    position: absolute;
    top: 53%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 101.872659176%;
    height: 7.6923076923vw;
    background-color: #DFFF00;
    z-index: -1;
  }
}
.page-top .l-program .simple.c-button {
  margin-top: min(17px, 1.1805555556vw);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-program .simple.c-button {
    margin-top: 5.1282051282vw;
  }
}
.page-top .l-program .simple.c-button::before {
  background-color: #DFFF00;
}
.page-top .l-program .simple.c-button::after {
  border-color: #101010;
}
.page-top .l-program .simple.c-button span {
  color: #fff;
}

/* ------------------------------------

l-other

------------------------------------ */
.page-top .l-other {
  padding-block: 170px 160px;
  background-color: #101010;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other {
    padding-block: 17.9487179487vw 25.1282051282vw;
  }
}
.page-top .l-other__container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-other__container {
    max-width: calc(1200px + 8%);
    padding: 0 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other__container {
    width: 89.7435897436%;
    max-width: none;
  }
}
.page-top .l-other ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(60px, 4.1666666667vw);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.9230769231vw;
  }
}
.page-top .l-other li {
  position: relative;
  padding: min(20px, 1.3888888889vw);
  min-width: 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other li {
    padding: 3.0769230769vw;
  }
}
.page-top .l-other li:nth-of-type(1) .l-other__ttl {
  background-color: #00CED1;
}
.page-top .l-other li:nth-of-type(1) .l-other__arrow {
  background-color: #00CED1;
}
.page-top .l-other li:nth-of-type(2) .l-other__ttl {
  background-color: #A8FF00;
}
.page-top .l-other li:nth-of-type(2) .l-other__arrow {
  background-color: #A8FF00;
}
.page-top .l-other li:nth-of-type(3) .l-other__ttl {
  background-color: #E6007E;
}
.page-top .l-other li:nth-of-type(3) .l-other__arrow {
  background-color: #E6007E;
}
.page-top .l-other li:nth-of-type(4) .l-other__ttl {
  background-color: #DFFF00;
}
.page-top .l-other li:nth-of-type(4) .l-other__arrow {
  background-color: #DFFF00;
}
.page-top .l-other a {
  position: relative;
  display: block;
}
.page-top .l-other__img {
  width: 100%;
}
.page-top .l-other__img img {
  width: 100%;
  height: auto;
}
.page-top .l-other__lead {
  position: absolute;
  top: min(242px, 16.8055555556vw);
  left: min(18px, 1.25vw);
  padding-block: min(5px, 0.3472222222vw);
  padding-inline: min(8px, 0.5555555556vw);
  background-color: #101010;
  display: block;
  font-size: min(28px, 1.9444444444vw);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other__lead {
    top: 37.9487179487vw;
    left: 2.8205128205vw;
    padding-block: 1.0256410256vw;
    padding-inline: 1.2820512821vw;
    font-size: 4.1025641026vw;
  }
}
.page-top .l-other__ttl {
  position: absolute;
  top: min(285px, 19.7916666667vw);
  left: min(18px, 1.25vw);
  padding-block: min(3px, 0.2083333333vw) min(7px, 0.4861111111vw);
  padding-inline: min(8px, 0.5555555556vw);
  display: block;
  font-size: min(42px, 2.9166666667vw);
  font-weight: normal;
  font-weight: 900;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other__ttl {
    top: 44.8717948718vw;
    left: 2.8205128205vw;
    padding-block: 0.5128205128vw 1.2820512821vw;
    padding-inline: 1.2820512821vw;
    font-size: 6.4102564103vw;
  }
}
.page-top .l-other__arrow {
  position: absolute;
  bottom: min(10px, 0.6944444444vw);
  right: min(10px, 0.6944444444vw);
  display: block;
  border-radius: 50%;
  width: min(27px, 1.875vw);
  aspect-ratio: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other__arrow {
    bottom: 1.7948717949vw;
    right: 1.7948717949vw;
    width: 4.1025641026vw;
  }
}
.page-top .l-other__arrow::after {
  position: absolute;
  top: 50%;
  left: 44.4444444444%;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  display: block;
  border-right: 2px solid #101010;
  border-bottom: 2px solid #101010;
  width: 7px;
  height: 7px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other__arrow::after {
    width: 1.2820512821vw;
    height: 1.2820512821vw;
  }
}
.page-top .l-other__deco {
  position: absolute;
  width: min(20px, 1.3888888889vw);
  aspect-ratio: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other__deco {
    width: 3.0769230769vw;
  }
}
.page-top .l-other__deco:nth-of-type(1) {
  top: 0;
  left: 0;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}
.page-top .l-other__deco:nth-of-type(2) {
  top: 0;
  right: 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.page-top .l-other__deco:nth-of-type(3) {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.page-top .l-other__deco:nth-of-type(4) {
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

/* ------------------------------------

l-recruitment

------------------------------------ */
.l-recruitment {
  padding-block: 61px 68px;
}
@media print, screen and (max-width: 760px) {
  .l-recruitment {
    padding-block: 15.3846153846vw 19.4871794872vw;
  }
}
.l-recruitment__container {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media print, screen and (min-width: 761px) {
  .l-recruitment__container {
    max-width: calc(1200px + 8%);
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .l-recruitment__container {
    width: 89.7435897436%;
    max-width: none;
    padding-right: 0;
  }
}
.l-recruitment .p-cmn-header {
  margin-bottom: 0;
}
.l-recruitment .p-cmn-header__title.en {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .l-recruitment .p-cmn-header__title.en {
    font-size: 9.2307692308vw;
  }
}
.l-recruitment .p-cmn-header__subtitle {
  margin-top: 7px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 760px) {
  .l-recruitment .p-cmn-header__subtitle {
    margin-top: 0.7692307692vw;
    font-size: 4.1025641026vw;
    line-height: 1.5;
  }
}
.l-recruitment ul {
  margin-top: 28px;
  display: flex;
  gap: 0 min(36px, 2.5vw);
}
@media print, screen and (max-width: 760px) {
  .l-recruitment ul {
    margin-top: 4.358974359vw;
    margin-inline: auto;
    flex-direction: column;
    gap: 2.8205128205vw 0;
    width: 87.7142857143%;
  }
}
.l-recruitment li {
  flex: 1 1 0;
  min-width: 0;
}
@media print, screen and (min-width: 761px) {
  .l-recruitment li {
    display: flex;
    flex-direction: column;
  }
}
@media print, screen and (max-width: 760px) {
  .l-recruitment li {
    flex: none;
    width: 100%;
  }
}
.l-recruitment .p-item a {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
@media print, screen and (max-width: 760px) {
  .l-recruitment .p-item a {
    flex: none;
  }
}
.l-recruitment .p-item__info {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 20px 21px;
  border: 3px solid #101010;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
}
@media print, screen and (min-width: 761px) {
  .l-recruitment .p-item__info {
    padding-inline: min(52px, 3.6111111111vw);
  }
}
@media print, screen and (max-width: 760px) {
  .l-recruitment .p-item__info {
    padding-block: 3.8461538462vw 4.6153846154vw;
    font-size: 4.6153846154vw;
  }
}
.l-recruitment .p-item__info > div {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.l-recruitment .p-item__info::before {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #101010;
  width: 27px;
  aspect-ratio: 1;
}
@media print, screen and (max-width: 760px) {
  .l-recruitment .p-item__info::before {
    right: 3.8461538462vw;
    width: 5.641025641vw;
  }
}
.l-recruitment .p-item__info::after {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%) rotate(-45deg);
  content: "";
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 7px;
  height: 7px;
}
@media print, screen and (max-width: 760px) {
  .l-recruitment .p-item__info::after {
    right: 6.1538461538vw;
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
}

/*# sourceMappingURL=top.css.map */
