@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: "poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

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

.yakuhan {
  font-family: "YakuHanJP", "tot-shizukasmudgemin-stdn", sans-serif;
}

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

opening

------------------------------------ */
.l-op {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  overflow: hidden;
  background: #000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease;
}
.l-op.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.l-op__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-top.is-opening {
  overflow: hidden;
}

.page-top .l-op-btn {
  position: fixed;
  right: 36px;
  bottom: 36px;
  z-index: 9998;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-op-btn {
    right: 4.36vw;
    bottom: 16.46vw;
  }
}
.page-top .l-op-btn__link {
  display: block;
  transition: opacity 0.3s ease;
}
.page-top .l-op-btn__link:hover {
  opacity: 0.85;
}
.page-top .l-op-btn__link img {
  display: block;
  width: 158px;
  height: auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-op-btn__link img {
    width: 26.67vw;
  }
}

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

cmn

------------------------------------ */
.page-top .p-header {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 20px;
}
.page-top .p-header__title {
  font-size: 50px;
  line-height: 1;
}
.page-top .p-header__subtitle {
  font-size: 13px;
  margin-top: 4px;
}
.page-top .p-header__text {
  font-size: 15px;
  margin-top: 10px;
}

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

l-〇〇

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

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

topvisual

------------------------------------ */
.l-main {
  padding-bottom: 0;
}

.page-top .l-visual {
  position: relative;
  overflow: visible;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual {
    margin-bottom: 10vw;
  }
}
.page-top .l-visual::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -177px;
  z-index: 1;
  height: 641px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #EF4311 50%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.34;
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual::after {
    min-height: 175.38vw;
    bottom: -72.05vw;
  }
}
.page-top .l-visual.sectionBorder {
  border-radius: 0;
  border-bottom: solid 1px #cecece;
}
.page-top .l-visual .l-visual__mv {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .l-visual__mv {
    margin: 0;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual .l-visual__mv__bg {
    margin-top: -16px;
    position: relative;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .l-visual__mv__bg {
    margin-top: 72.5vw;
  }
}
.page-top .l-visual .l-visual__mv__bg__stack {
  position: relative;
  width: 100%;
  line-height: 0;
}
.page-top .l-visual .l-visual__mv__bg__layer {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.page-top .l-visual .l-visual__mv__bg__layer.--01 {
  position: relative;
  z-index: 0;
}
.page-top .l-visual .l-visual__mv__bg__layer.--02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .l-visual__mv__bg__layer.--02 {
    top: 3vw;
  }
}
.page-top .l-visual .l-visual__mv .l-visual__catch {
  position: absolute;
  z-index: 2;
  margin: 0;
  text-align: left;
  width: auto;
  transform: none;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual .l-visual__mv .l-visual__catch {
    top: 20%;
    left: 8.73%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .l-visual__mv .l-visual__catch {
    top: 12.9%;
    left: 14.33%;
    width: auto;
  }
}
.page-top .l-visual .l-visual__mv .l-visual__catch .mv-text01 img.bg_mv {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual .l-visual__mv .l-visual__catch .mv-text01 img.bg_mv {
    width: 28.8vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .l-visual__mv .l-visual__catch .mv-text01 img.bg_mv {
    width: 68.3vw;
  }
}
.page-top .l-visual .l-visual__mv .l-visual__catch .mv-text02 {
  display: inline-block;
  margin-top: 8.7%;
  padding: 0.1% 3%;
  background-color: #EF4311;
  color: #fff;
  font-size: 2.15vw;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .l-visual__mv .l-visual__catch .mv-text02 {
    margin-top: 7.3vw;
    font-size: 5.9vw;
    padding: 0vw 2vw;
    left: 1vw;
    position: relative;
  }
}
.page-top .l-visual .l-visual__mv .l-visual__scroll {
  position: absolute;
  z-index: 2;
  left: 8.83%;
  bottom: 7.7%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.page-top .l-visual .l-visual__mv .l-visual__scroll .en {
  font-size: 13px;
  letter-spacing: 0.1rem;
}
.page-top .l-visual .l-visual__mv .l-visual__scroll-line {
  display: block;
  width: 1px;
  height: 39.6px;
  background-color: #1E1E1E;
  animation: mv-scroll-line 1.8s ease-in-out infinite;
}
@keyframes mv-scroll-line {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  45% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.page-top .l-visual .p-item-news {
  position: relative;
  bottom: 0;
  height: 57px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0;
  z-index: 100;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .p-item-news {
    height: auto;
    padding: 3.8vw 0 4.7vw;
    border-radius: 0;
  }
}
.page-top .l-visual .p-item-news a {
  width: 100%;
  height: 100%;
}
.page-top .l-visual .p-item-news .p-item__inner {
  margin: 0 auto;
  height: 100%;
  gap: 0;
  width: 100%;
  padding: 0 min(15.69vw, 226px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .p-item-news .p-item__inner {
    display: flex;
    align-items: center;
    column-gap: 3vw;
    row-gap: 0.8vw;
    padding: 0;
    margin: 0 5vw;
    width: 90vw;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.page-top .l-visual .p-item-news .p-item__body {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  gap: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .p-item-news .p-item__body {
    display: contents;
    gap: 0;
  }
}
.page-top .l-visual .p-item-news .p-item__sys {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 0;
  gap: 6px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .p-item-news .p-item__sys {
    display: contents;
    gap: 0;
  }
}
.page-top .l-visual .p-item-news .p-item__post-category {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .p-item-news .p-item__post-category {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }
}
.page-top .l-visual .p-item-news .p-item__catch {
  position: relative;
  font-size: 15px;
  padding-right: 31px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .p-item-news .p-item__catch {
    padding-right: 4vw;
    font-size: 4.1vw;
  }
  .page-top .l-visual .p-item-news .p-item__catch::after {
    height: 7.5vw;
  }
}
.page-top .l-visual .p-item-news .p-item__catch::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 28px;
  background-color: #707070;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.page-top .l-visual .p-item-news .p-item__post-date {
  width: auto;
  font-size: 1.5rem;
  white-space: nowrap;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .p-item-news .p-item__post-date {
    grid-column: 2;
    grid-row: 1;
    font-size: 3.85vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual .p-item-news .p-item__post-date {
    padding-left: 24px;
  }
}
.page-top .l-visual .p-item-news .p-item__post-title {
  flex: 1;
  min-width: 0;
  width: auto;
  text-align: left;
  -webkit-line-clamp: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .p-item-news .p-item__post-title {
    grid-column: 2/-1;
    grid-row: 2;
    align-self: start;
    flex: unset;
    width: 100%;
    line-height: 1.6;
    font-size: 3.85vw;
    -webkit-line-clamp: 2;
  }
}
.page-top .l-visual .p-item-news .p-item__more {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 31px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .p-item-news .p-item__more {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    padding-left: 0;
    font-size: 3.85vw;
    margin-right: 4vw;
  }
}
.page-top .l-visual .p-item-news .p-item__more::after {
  content: "";
  position: absolute;
  background-image: url(../images/cmn/blue_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 8px;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual .p-item-news .p-item__more::after {
    right: -4vw;
  }
}

.l-mv_text_area {
  margin: 147px auto 0;
  position: relative;
  display: flex;
  max-width: calc(1440px + 8%);
  justify-content: space-between;
  align-items: center;
  padding-bottom: min(16.25%, 234px);
}
@media print, screen and (max-width: 760px) {
  .l-mv_text_area {
    flex-wrap: wrap;
    margin: 23vw auto 0;
  }
}
.l-mv_text_area .l-mv_text {
  position: relative;
  padding-left: 8.33%;
  padding-right: 17px;
  text-align: left;
  z-index: 1;
}
@media print, screen and (max-width: 760px) {
  .l-mv_text_area .l-mv_text {
    margin: 0 auto;
    width: 90%;
    padding-top: 10vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.l-mv_text_area .l-mv_text01 {
  color: #EF4311;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
@media print, screen and (max-width: 760px) {
  .l-mv_text_area .l-mv_text01 {
    font-size: 4.62vw;
    margin-bottom: 1.5vw;
  }
}
.l-mv_text_area .l-mv_text02 {
  font-size: 56px;
  margin-top: 15px;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .l-mv_text_area .l-mv_text02 {
    font-size: 11.28vw;
    margin-top: 4vw;
    line-height: 1.15;
  }
}
.l-mv_text_area .l-mv_text03 {
  font-size: 18px;
  margin-top: 59px;
  letter-spacing: 0.2rem;
  line-height: 2.06;
}
@media print, screen and (max-width: 760px) {
  .l-mv_text_area .l-mv_text03 {
    font-size: 4.1vw;
    margin-top: 9vw;
    line-height: 1.87;
    letter-spacing: 0;
  }
}
.l-mv_text_area .l-mv_text03 span {
  color: #EF4311;
  font-size: 23px;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .l-mv_text_area .l-mv_text03 span {
    font-size: 4.87vw;
  }
}
.l-mv_text_area .l-mv_img {
  max-width: 100%;
  position: absolute;
  bottom: 7%;
}
@media print, screen and (max-width: 760px) {
  .l-mv_text_area .l-mv_img {
    max-width: 100%;
    margin-top: 0;
    top: 14.3vw;
    position: relative;
  }
}

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

l-message

------------------------------------ */
.page-top .l-message {
  background-color: #F4F6FA;
}
.page-top .l-message__container {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  display: flex;
  position: relative;
  gap: 2.8%;
  align-items: flex-end;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__container {
    display: flex;
    flex-direction: column;
    padding: 14.2vw 0 0;
    row-gap: 0;
  }
}
.page-top .l-message__img {
  width: 50%;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__img {
    order: 3;
    width: 100%;
    margin-top: -5.3vw;
    align-self: auto;
  }
}
.page-top .l-message__img p {
  position: absolute;
  z-index: 2;
  top: 34.4%;
  left: 13.1%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-size: 20px;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__img p {
    left: 15%;
    font-size: 4.6vw;
    top: 34.8%;
  }
}
.page-top .l-message__img p span {
  display: block;
  margin-top: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__img p span {
    margin-top: 23vw;
  }
}
.page-top .l-message__img img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  will-change: transform;
  backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .page-top .l-message__img img {
    will-change: auto;
  }
}
.page-top .l-message__text {
  padding: 93px 0 78px;
  width: 47.2%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__text {
    order: 1;
    width: 100%;
    padding: 8vw 5vw;
  }
}
.page-top .l-message__text__subtitle {
  color: #1D456F;
  letter-spacing: 0.1rem;
  font-size: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__text__subtitle {
    font-size: 4.62vw;
    margin-bottom: 4.3vw;
  }
}
.page-top .l-message__text__title {
  font-size: 43px;
  line-height: 1.5;
  margin: 5px 0 29px;
  text-align: left;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__text__title {
    font-size: 7.69vw;
    line-height: 1.5;
    margin-bottom: 6.5vw;
  }
}
.page-top .l-message__text__text p {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__text__text p {
    font-size: 3.85vw;
    margin-bottom: 4.2vw;
  }
}
.page-top .l-message__text__text p:last-child {
  margin-bottom: 0;
}
.page-top .l-message .next__btn {
  position: absolute;
  bottom: 86px;
  right: 62px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message .next__btn {
    order: 2;
    align-self: flex-start;
    right: -5vw;
    bottom: 0;
    position: relative;
  }
}
.page-top .l-message .next__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(28, 67, 109, 0.2);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message .next__btn a {
    width: 21.1vw;
    height: 11.1vw;
    z-index: 1;
    position: relative;
  }
}
.page-top .l-message .next__btn a:hover {
  opacity: 0.7;
}
.page-top .l-message .next__btn img {
  display: block;
  width: 11.83px;
  height: auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message .next__btn img {
    width: 4.3vw;
  }
}

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

l-challenge

------------------------------------ */
.page-top .l-challenge {
  position: relative;
  overflow: hidden;
  background: #0f0f0f;
}
.page-top .l-challenge__body {
  position: relative;
  width: 1440px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 93px 8.33%;
  background-image: url(../images/top/challenge_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-challenge__body {
    flex-direction: column;
    justify-content: flex-start;
    background-image: url(../images/top/challenge_bg_sp.jpg);
    width: 100%;
    padding: 21.7vw 0 26vw;
  }
}
.page-top .l-challenge__item {
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
.page-top .l-challenge__item.--01 {
  top: 0;
  left: 0;
  width: min(22.08%, 318px);
}
.page-top .l-challenge__item.--02 {
  top: 33%;
  right: 0;
  width: min(22.01%, 317px);
}
.page-top .l-challenge__item-inner {
  width: 100%;
  height: 100%;
  will-change: transform;
  backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .page-top .l-challenge__item-inner {
    will-change: auto;
  }
}
.page-top .l-challenge__item-inner img {
  display: block;
  width: 100%;
  height: 115%;
  object-fit: cover;
  object-position: center center;
  vertical-align: top;
}
.page-top .l-challenge__container {
  position: relative;
  text-align: center;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-challenge__container {
    width: 100%;
  }
}
.page-top .l-challenge__title01 {
  color: #F6F2E6;
  font-size: 47px;
  margin-bottom: -7px;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-challenge__title01 {
    font-size: 8.72vw;
    margin-bottom: 0.7vw;
  }
}
.page-top .l-challenge__title02 {
  color: #EF4311;
  font-size: 106px;
  line-height: 1;
  margin-bottom: 19px;
  width: 100%;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-top .l-challenge__title02 {
    font-size: 16.15vw;
    margin-bottom: 1.6vw;
  }
}
.page-top .l-challenge__title02 span {
  font-size: 87px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-challenge__title02 span {
    font-size: 13.08vw;
  }
}
.page-top .l-challenge__lead {
  margin: 0 0 25px;
  color: #F6F2E6;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-challenge__lead {
    font-size: 4.1vw;
    margin-bottom: 4vw;
    line-height: 1.85;
  }
}
.page-top .l-challenge .next__btn {
  width: 100%;
  pointer-events: auto;
}
.page-top .l-challenge .next__btn .next__btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
  transition: opacity 0.3s;
}
.page-top .l-challenge .next__btn-text {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-right: 6px;
  color: #f6f2e6;
  /* font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HG明朝E", serif; */
  font-size: 15px;
  font-weight: 500;
  /* letter-spacing: 0.28em; */
  line-height: 1;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-top .l-challenge .next__btn-text {
    font-size: 3.85vw;
  }
}
.page-top .l-challenge .next__btn-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 36px;
  margin-left: -26px;
  border-radius: 50%;
  background-color: rgba(238, 68, 17, 0.63);
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-challenge .next__btn-icon {
    width: 18.2vw;
    height: 8.7vw;
    margin-left: -5.3vw;
  }
}
.page-top .l-challenge .next__btn-icon img {
  display: block;
  width: 12px;
  height: auto;
  filter: brightness(0) invert(1);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-challenge .next__btn-icon img {
    width: 2.9vw;
  }
}
.page-top .l-challenge__inner p {
  margin: 38px auto 0;
  text-orientation: mixed;
  font-size: 39px;
  line-height: 1.2;
  color: #F6F2E6;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: -0.2rem;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-challenge__inner p {
    font-size: 7.95vw;
    line-height: 1.6;
    margin: 12.5vw auto 0;
  }
}
.page-top .l-challenge__inner p span {
  display: inline-block;
  padding: 11px 17px;
  color: #fff;
  font-size: 47px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-challenge__inner p span {
    padding: 2vw 0;
    font-size: 9.49vw;
  }
}
.page-top .l-challenge__inner p span::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EF4311;
  width: 57px;
  height: 100%;
  z-index: -1;
  top: 2px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-challenge__inner p span::before {
    width: 11.49vw;
    top: 0.7vw;
    left: 1.9vw;
  }
}

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

l-link

------------------------------------ */
.page-top .l-link {
  margin: 124.5px auto 0;
  max-width: calc(1361.91px + 2.71% + 2.71%);
  padding: 0 2.71%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-link {
    margin: 35.7vw auto 0;
    padding: 0 5vw;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-link__container {
    border-top: #C1BDB2 1px solid;
  }
}
.page-top .l-link__item {
  display: flex;
  border-bottom: 1px solid #C1BDB2;
  justify-content: space-between;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-link__item {
    display: flex;
    flex-direction: column;
    min-height: 0;
    border-bottom: none;
    padding-top: 14.7vw;
  }
  .page-top .l-link__item:first-child {
    padding-top: 0;
  }
  .page-top .l-link__item + .l-link__item {
    padding-top: 23vw;
  }
}
.page-top .l-link__item__text {
  display: flex;
  padding: min(5.56vw, 80px) 10px 0 min(3.06vw, 44px);
  align-items: flex-start;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-link__item__text {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
}
.page-top .l-link__item__title {
  position: relative;
  writing-mode: vertical-rl;
  font-size: min(2.43vw, 35px);
  line-height: 1.45;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-top .l-link__item__title {
    order: 2;
    grid-column: auto;
    writing-mode: horizontal-tb;
    margin-top: 3.7vw;
    font-size: 7.69vw;
  }
}
.page-top .l-link__item__subtitle {
  grid-column: 2;
  position: relative;
  align-self: stretch;
  box-sizing: border-box;
  padding: 0 17px;
  writing-mode: vertical-rl;
  font-size: min(1.11vw, 16px);
  letter-spacing: 0.14rem;
  line-height: 1;
  text-transform: uppercase;
  color: #1D456F;
  white-space: nowrap;
  height: fit-content;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-link__item__subtitle {
    order: 1;
    display: flex;
    align-items: center;
    writing-mode: horizontal-tb;
    padding: 0;
    font-size: 4.1vw;
  }
}
.page-top .l-link__item__subtitle::after {
  content: "";
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: 1px;
  height: calc(455px - 100% - 178px - 12px);
  transform: translateX(-50%);
  background-color: #707070;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-link__item__subtitle::after {
    transform: none;
    position: static;
    flex: 1;
    height: 1px;
    margin: -1vw 0 0 4vw;
    background-color: #707070;
  }
}
.page-top .l-link__item__texy {
  grid-column: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 0 0 min(2.64vw, 38px);
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-link__item__texy {
    order: 3;
    grid-column: auto;
    width: 100%;
    padding: 0;
    margin-top: 6.7vw;
  }
}
.page-top .l-link__item__texy p {
  margin-top: -6px;
  font-size: min(1.18vw, 17px);
  font-weight: 500;
  line-height: 2;
  font-feature-settings: "palt";
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-link__item__texy p {
    margin-top: -1.3vw;
    font-size: 4.36vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-link__item__texy .next__btn {
    margin-bottom: 6.9vw;
  }
}
.page-top .l-link__item__texy .next__btn p {
  font-family: "tot-shizukasmudgemin-stdn", sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #1E1E1E;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-link__item__texy .next__btn p {
    font-size: 3.47vw;
  }
}
.page-top .l-link__item__texy .next__btn img {
  display: block;
  width: 16px;
  height: auto;
  flex-shrink: 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-link__item__texy .next__btn img {
    width: 4vw;
  }
}
.page-top .l-link__item__img {
  grid-column: 4;
  align-self: stretch;
  min-height: 0;
  width: min(55.9vw, 805px);
  height: 100%;
  overflow: hidden;
  aspect-ratio: 805/455;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-link__item__img {
    width: 100%;
    aspect-ratio: 350/284;
  }
}
.page-top .l-link__item__img img {
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  vertical-align: top;
  will-change: transform;
  backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .page-top .l-link__item__img img {
    will-change: auto;
  }
}
.page-top .l-link .next__btn {
  margin-top: min(2.78vw, 40px);
  width: 100%;
  pointer-events: auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-link .next__btn {
    margin-top: 10.4vw;
  }
}
.page-top .l-link .next__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
  transition: opacity 0.3s;
  gap: 10px;
}
.page-top .l-link .next__btn a:hover {
  opacity: 1;
}
.page-top .l-link .next__btn a:hover .next__btn-icon {
  opacity: 0.85;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-link .next__btn a:hover {
    opacity: 0.7;
  }
}
.page-top .l-link .next__btn-text {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-right: min(0.42vw, 6px);
  font-size: min(1.04vw, 15px);
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-top .l-link .next__btn-text {
    padding-right: 0;
    font-size: 3.85vw;
  }
}
.page-top .l-link .next__btn-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: min(5.69vw, 82px);
  height: min(3.06vw, 44px);
  margin-left: min(-2.43vw, -35px);
  border-radius: 50%;
  background-color: rgba(29, 69, 111, 0.2);
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-link .next__btn-icon {
    width: 21.03vw;
    height: 11.28vw;
    margin-left: -7vw;
  }
}
.page-top .l-link .next__btn-icon img {
  display: block;
  width: min(0.83vw, 12px);
  height: auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-link .next__btn-icon img {
    width: 4vw;
  }
}

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

l-buisiness

------------------------------------ */
.page-top .l-buisiness {
  display: flex;
  gap: 0 4%;
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 146px 4% 60px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 23vw 5vw 0;
  }
}
.page-top .l-buisiness__container {
  text-align: left;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-buisiness__container {
    word-break: keep-all;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness__container {
    width: 100%;
  }
}
.page-top .l-buisiness__subtitle {
  font-size: 16px;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin-bottom: 15px;
  color: #1D456F;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness__subtitle {
    font-size: 4.62vw;
    margin-bottom: 5.3vw;
  }
}
.page-top .l-buisiness__title {
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 56px;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness__title {
    font-size: 7.69vw;
    margin-bottom: 7.1vw;
  }
}
.page-top .l-buisiness__text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.85;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness__text p {
    font-size: 3.85vw;
    line-height: 1.82;
  }
}
.page-top .l-buisiness__img {
  width: 47.83%;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness__img {
    width: 90vw;
    margin-top: 24.5vw;
  }
}
.page-top .l-buisiness__img img {
  top: -0.7vw;
  position: relative;
}
.page-top .l-buisiness__img .next__btn {
  position: absolute;
  right: 11.5%;
  bottom: 10.2%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness__img .next__btn {
    right: auto;
    left: 50%;
    bottom: 8vw;
    transform: translateX(-50%);
  }
}
.page-top .l-buisiness__img .next__btn a {
  gap: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness__img .next__btn a {
    padding: 3.5vw 7.5vw;
    gap: 2.7vw;
  }
}
.page-top .l-buisiness__img .next__btn a:hover {
  opacity: 0.7;
}
.page-top .l-buisiness__img .next__btn p {
  margin: 0;
  font-family: "tot-shizukasmudgemin-stdn", sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #1E1E1E;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness__img .next__btn p {
    font-size: 3.47vw;
  }
}
.page-top .l-buisiness__img .next__btn img {
  display: block;
  width: 16px;
  height: auto;
  flex-shrink: 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness__img .next__btn img {
    width: 4vw;
  }
}
.page-top .l-buisiness .next__btn {
  position: absolute;
  right: 9.4%;
  bottom: 16%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness .next__btn {
    right: auto;
    left: 5vw;
    bottom: 83.2vw;
  }
}
.page-top .l-buisiness .next__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
  transition: opacity 0.3s;
}
.page-top .l-buisiness .next__btn a:hover {
  opacity: 1;
}
.page-top .l-buisiness .next__btn a:hover .next__btn-icon {
  opacity: 0.85;
}
.page-top .l-buisiness .next__btn-text {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-right: 17px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness .next__btn-text {
    font-size: 3.85vw;
  }
}
.page-top .l-buisiness .next__btn-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 44px;
  margin-left: -35px;
  border-radius: 50%;
  background-color: rgba(29, 69, 111, 0.2);
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness .next__btn-icon {
    width: 21.03vw;
    height: 11.28vw;
    margin-left: -9.3vw;
  }
}
.page-top .l-buisiness .next__btn-icon img {
  display: block;
  width: 12px;
  height: auto;
  top: auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness .next__btn-icon img {
    width: 2.9vw;
  }
}

.page-top .l-buisiness_box {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  max-width: calc(1200px + 8%);
  padding: 0 4%;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness_box {
    flex-direction: column;
    gap: 11.6vw;
    margin-top: 16vw;
    padding: 0 5vw;
  }
}
.page-top .l-buisiness_box__item {
  width: 48.75%;
  display: grid;
  grid-template-columns: 43.06% 56.94%;
  border: 1px solid #A3A3A3;
  background-color: #FFFFFF;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness_box__item {
    width: 100%;
    display: block;
  }
}
.page-top .l-buisiness_box__item__left {
  overflow: hidden;
  aspect-ratio: 248/351;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness_box__item__left {
    aspect-ratio: 350/213.52;
  }
}
.page-top .l-buisiness_box__item__left img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  will-change: transform;
  backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .page-top .l-buisiness_box__item__left img {
    will-change: auto;
  }
}
.page-top .l-buisiness_box__item__right {
  position: relative;
  padding: 17% 5% 13% 8.5%;
  display: flex;
  flex-direction: column;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness_box__item__right {
    padding: 6.5vw 7.7vw 4.7vw;
  }
}
.page-top .l-buisiness_box__item__right::after {
  content: "";
  position: absolute;
  right: 23px;
  bottom: 26px;
  background-image: url(../images/cmn/next_btn_orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 19.79px;
  height: 15.56px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness_box__item__right::after {
    right: 6vw;
    bottom: 6.3vw;
  }
}
.page-top .l-buisiness_box__item__title {
  font-size: min(1.08vw, 13px);
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #ef4311;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness_box__item__title {
    font-size: 3.59vw;
    margin-bottom: 0vw;
  }
}
.page-top .l-buisiness_box__item__text01 {
  margin: 0;
  font-size: min(2.46vw, 32px);
  line-height: 1.35;
  letter-spacing: -0.2rem;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness_box__item__text01 {
    font-size: 6.67vw;
    line-height: 1.35;
  }
}
.page-top .l-buisiness_box__item__text02 {
  margin-top: auto;
  font-size: 34px;
  font-size: min(1.67vw, 20px);
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness_box__item__text02 {
    font-size: 4.3vw;
    padding-top: 5.6vw;
  }
}
.page-top .l-buisiness_box__item__text02::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - min(7.85vw, 60px));
  background-color: #c1bdb2;
  bottom: 47px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-buisiness_box__item__text02::before {
    height: 8.3vw;
    margin-bottom: 7.7vw;
    bottom: 3vw;
  }
}
.page-top .l-buisiness_box__item.--02 .l-buisiness_box__item__title {
  color: #1d456f;
}
.page-top .l-buisiness_box__item.--02 .l-buisiness_box__item__right::after {
  background-image: url(../images/cmn/next_btn.svg);
  background-size: contain;
}

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

l-about

------------------------------------ */
.l-about {
  margin: 124.5px auto 90px;
  max-width: calc(1361.91px + 2.71% + 2.71%);
  padding: 0 2.71%;
}
@media print, screen and (max-width: 760px) {
  .l-about {
    margin: 31.5vw auto 25.7vw;
    padding: 0 5vw;
    box-sizing: border-box;
  }
}
.l-about__container {
  display: flex;
  padding-top: 84px;
  border-top: #C1BDB2 1px solid;
  justify-content: space-between;
}
@media print, screen and (max-width: 760px) {
  .l-about__container {
    flex-direction: column;
    border-top: none;
    padding-top: 0;
  }
}
.l-about__item {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 760px) {
  .l-about__item {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 0;
    border-bottom: none;
  }
}
.l-about__item__text {
  display: flex;
  padding: 0 44px 0;
  align-items: flex-start;
}
@media print, screen and (max-width: 760px) {
  .l-about__item__text {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
}
.l-about__item__title {
  position: relative;
  writing-mode: vertical-rl;
  font-size: 30px;
  line-height: 1.75;
  font-feature-settings: "palt";
  text-orientation: upright;
  letter-spacing: -0.3rem;
}
@media print, screen and (max-width: 760px) {
  .l-about__item__title {
    order: 2;
    grid-column: auto;
    writing-mode: horizontal-tb;
    margin-top: 2.8vw;
    font-size: 7.69vw;
    letter-spacing: 0rem;
  }
}
.l-about__item__subtitle {
  grid-column: 2;
  position: relative;
  align-self: stretch;
  box-sizing: border-box;
  padding: 0 min(1.18vw, 17px);
  writing-mode: vertical-rl;
  font-size: min(1.11vw, 16px);
  letter-spacing: 0.14rem;
  line-height: 1;
  text-transform: uppercase;
  color: #1D456F;
  white-space: nowrap;
  height: fit-content;
}
@media print, screen and (max-width: 760px) {
  .l-about__item__subtitle {
    order: 1;
    display: flex;
    align-items: center;
    writing-mode: horizontal-tb;
    padding: 0;
    font-size: 4.1vw;
  }
}
.l-about__item__subtitle::after {
  content: "";
  position: absolute;
  top: calc(100% + min(0.83vw, 12px));
  left: 50%;
  width: 1px;
  height: calc(min(31.6vw, 455px) - 100% - min(12.36vw, 178px) - min(0.83vw, 12px));
  transform: translateX(-50%);
  background-color: #707070;
}
@media print, screen and (max-width: 760px) {
  .l-about__item__subtitle::after {
    transform: none;
    position: static;
    flex: 1;
    height: 1px;
    margin: -1vw 0 0 4vw;
    background-color: #707070;
  }
}
.l-about__item__texy {
  grid-column: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 0 0 38px;
  box-sizing: border-box;
  height: 100%;
}
@media print, screen and (max-width: 760px) {
  .l-about__item__texy {
    order: 3;
    grid-column: auto;
    width: 100%;
    padding: 0;
    margin-top: 6.7vw;
  }
}
.l-about__item__texy p {
  margin-top: -6px;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  font-feature-settings: "palt";
  text-align: left;
  word-break: keep-all;
}
@media print, screen and (max-width: 760px) {
  .l-about__item__texy p {
    margin-top: 1.1vw;
    font-size: 4.36vw;
  }
}
.l-about__item__texy .next__btn {
  margin-top: 40px;
}
@media print, screen and (max-width: 760px) {
  .l-about__item__texy .next__btn {
    margin-top: 6.7vw;
    margin-bottom: 8vw;
  }
}
.l-about__item__texy .next__btn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  padding: 14px 30px 14px 32px;
  border-radius: 999px;
  background-color: #d5dde5;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media print, screen and (max-width: 760px) {
  .l-about__item__texy .next__btn a {
    padding: 3.5vw 7.5vw;
    gap: 2.7vw;
  }
}
.l-about__item__texy .next__btn a:hover {
  opacity: 0.7;
}
.l-about__item__texy .next__btn p {
  font-family: "tot-shizukasmudgemin-stdn", sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #1E1E1E;
}
@media print, screen and (max-width: 760px) {
  .l-about__item__texy .next__btn p {
    font-size: 3.47vw;
  }
}
.l-about__item__texy .next__btn img {
  display: block;
  width: 16px;
  height: auto;
  flex-shrink: 0;
}
@media print, screen and (max-width: 760px) {
  .l-about__item__texy .next__btn img {
    width: 4vw;
  }
}
.l-about__link {
  width: min(52.29vw, 753px);
}
@media print, screen and (max-width: 760px) {
  .l-about__link {
    width: 100%;
    margin-top: 11.7vw;
  }
}
.l-about__link ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media print, screen and (max-width: 760px) {
  .l-about__link ul {
    gap: 2.7vw;
  }
}
.l-about__link li {
  border: #D8D8D8 1px solid;
  background: #fff;
  font-size: 26px;
  line-height: 1.5;
  position: relative;
  height: 97px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding: 10px 71px;
  color: #1D456F;
}
@media print, screen and (max-width: 760px) {
  .l-about__link li {
    font-size: 4.62vw;
    height: 18.21vw;
    padding: 0 16vw 0 7.33vw;
  }
}
.l-about__link li span {
  font-size: 18px;
  letter-spacing: 0.11rem;
  top: 2px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .l-about__link li span {
    font-size: 3.85vw;
  }
}
.l-about__link li::after {
  content: "";
  position: absolute;
  right: 23px;
  background-image: url(../images/cmn/next_btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25.02px;
  height: 16.52px;
  top: 50%;
  transform: translate(0%, -50%);
}
@media print, screen and (max-width: 760px) {
  .l-about__link li::after {
    right: 5.33vw;
    top: 50%;
    bottom: auto;
    width: 6.4vw;
    height: 4.2vw;
    transform: translateY(-50%);
  }
}
.l-about__link li:hover {
  background: #1D456F;
  color: #fff;
  opacity: 1;
}
.l-about__link li:hover::after {
  filter: brightness(0) invert(1);
}
.l-about__link a {
  display: block;
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
@media print, screen and (max-width: 760px) {
  .l-about__link a {
    gap: 2.5vw;
  }
}

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

l-interview

------------------------------------ */
.page-top .l-interview {
  margin-bottom: 80px;
}
.page-top .l-interview__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.page-top .l-interview .p-item {
  width: 23%;
}

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

l-other

------------------------------------ */
.page-top .l-other__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other__container {
    width: 90%;
  }
}
.page-top .l-other ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other ul {
    gap: 3%;
  }
}
.page-top .l-other li {
  width: 386px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other li {
    width: 48.5%;
    margin-bottom: 3%;
  }
}
.page-top .l-other li a {
  display: block;
  font-size: 16px;
  transition: 0.3s;
  padding: 32px 25px;
  text-align: center;
  background: #1E1E1E;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other li a {
    font-size: 3.9vw;
    padding: 5.5vw 0;
  }
}
.page-top .l-other li a span {
  position: relative;
}

.movie_pop {
  display: none;
}

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

l-system（お知らせ・イベント）

------------------------------------ */
.l-system {
  background: #fff;
}
@media print, screen and (max-width: 760px) {
  .l-system {
    padding: 17.6vw 5vw 23vw;
  }
}
.l-system__container {
  display: flex;
  margin: 0 auto;
  padding: 0 4%;
  max-width: calc(1200px + 8%);
  padding: 73px 4% 79px;
  gap: 24px;
}
@media print, screen and (max-width: 760px) {
  .l-system__container {
    flex-direction: column;
    padding: 0;
    gap: 13vw;
  }
}
.l-system__col {
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
}
.l-system__head {
  margin-bottom: 55px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .l-system__head {
    margin-bottom: 11vw;
  }
}
.l-system__title {
  width: fit-content;
  padding: 0 12px 3px;
  position: relative;
  font-size: 26px;
  border-bottom: 1px solid #1D456F;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .l-system__title {
    font-size: 6.67vw;
    padding-bottom: 0.8vw;
  }
}
.l-system__title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6px 0;
  border-color: #1D456F transparent transparent;
  transform: translate(-50%, 50%);
}
@media print, screen and (max-width: 760px) {
  .l-system__title::before {
    border-width: 3.1vw 1.7vw 0;
    bottom: -1.7vw;
  }
}
.l-system__list {
  display: grid;
  gap: 24px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 761px) {
  .l-system__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 292px;
  }
}
@media print, screen and (max-width: 760px) {
  .l-system__list {
    gap: 5.3vw 4vw;
    margin-bottom: 8vw;
    word-wrap: 100%;
  }
}
.l-system__list .p-item-system {
  margin: 0;
  width: auto;
}
.l-system__list a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-system__list a:hover {
  opacity: 0.75;
}
.l-system__list .p-item__photo {
  margin: 0 0 16px;
}
@media print, screen and (max-width: 760px) {
  .l-system__list .p-item__photo {
    margin-bottom: 6.2vw;
  }
}
.l-system__list .p-item__photo img {
  aspect-ratio: 16/9;
}
.l-system__list .p-item__inner {
  display: block;
}
.l-system__list .p-item__badge {
  display: inline-block;
  margin: 0 0 4px;
  padding: 3px 9px 2px;
  border-radius: 999px;
  background: #1D456F;
  color: #fff;
  font-family: "tot-shizukasmudgemin-stdn", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 760px) {
  .l-system__list .p-item__badge {
    margin-bottom: 2.1vw;
    padding: 0.8vw 3.2vw 0.6vw;
    font-size: 3.2vw;
  }
}
.l-system__list .p-item__post-title {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .l-system__list .p-item__post-title {
    margin-bottom: 1.8vw;
    font-size: 4.36vw;
    line-height: 1.55;
  }
}
.l-system__list .p-item__post-date {
  font-size: 13px;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .l-system__list .p-item__post-date {
    font-size: 4.1vw;
  }
}
.l-system__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 307.5px;
  min-height: 60px;
  padding: 12px 24px;
  border: 1px solid #707070;
  background-color: #fff;
  font-size: 15px;
  transition: 0.3s;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .l-system__button a {
    min-height: 15.4vw;
    padding: 3.2vw 5.3vw;
    font-size: 3.73vw;
    gap: 2.7vw;
    margin: 0 auto;
    width: 78.97vw;
  }
}
.l-system__button a::after {
  content: "";
  position: absolute;
  right: 19px;
  background-image: url(../images/cmn/next_btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 11.83px;
  height: 9.29px;
  top: 50%;
  transform: translate(0%, -50%);
}
@media print, screen and (max-width: 760px) {
  .l-system__button a::after {
    right: 4.6vw;
  }
}
.l-system__button a:hover {
  background: #1D456F;
  color: #fff;
  opacity: 1;
}
.l-system__button a:hover::after {
  filter: brightness(0) invert(1);
}
@media print, screen and (min-width: 761px) {
  .l-system .l-system__col.--news .l-system__button a {
    margin: 0 -12.5px 0 auto;
  }
}
.l-system .l-system__col.--event .l-system__title {
  border-bottom: 1px solid #EF4311;
}
.l-system .l-system__col.--event .l-system__title::before {
  border-color: #EF4311 transparent transparent;
}
@media print, screen and (max-width: 760px) {
  .l-system .l-system__col.--event .l-system__list .p-item__photo img {
    aspect-ratio: 1/1;
  }
}
.l-system .l-system__col.--event .p-item__badge {
  background: #EF4311;
}
@media print, screen and (min-width: 761px) {
  .l-system .l-system__col.--event .l-system__button a {
    margin: 0 auto 0 -12.5px;
  }
}
.l-system .l-system__col.--event .l-system__button a::after {
  background-image: url(../images/cmn/next_btn_orange.svg);
}
.l-system .l-system__col.--event .l-system__button a:hover {
  background: #EF4311;
}

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