@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: "alternate-gothic-no-2-d", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

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

.yakuhan {
  font-family: "YakuHanJP", "ryo-gothic-plusn", sans-serif;
}

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

cmn

------------------------------------ */
.page-top .p-header {
  text-align: center;
  margin: 0 auto 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .p-header {
    margin-bottom: 5vw;
  }
}
.page-top .p-header__title {
  font-size: 70px;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .p-header__title {
    font-size: 13.3vw;
  }
}
.page-top .p-header__subtitle {
  font-size: 15px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-top .p-header__subtitle {
    margin-top: 0vw;
    font-size: 3.8vw;
  }
}
.page-top .p-header__text {
  font-size: 15px;
  font-weight: 400;
}
@media print, screen and (max-width: 760px) {
  .page-top .p-header__text {
    margin-top: 3.5vw;
    font-size: 3.8vw;
  }
}

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

.js-top-header {
  opacity: 0;
  transition: 0.4s;
}
.js-top-header.visible {
  opacity: 1;
}

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

l-〇〇

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

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

topvisual

------------------------------------ */
.page-top .l-visual {
  position: relative;
  background: #E3ECFA;
  width: 100vw;
}
.page-top .l-visual__main {
  width: 100%;
  height: calc(100vh - 58px);
  overflow: hidden;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__main {
    height: calc(100svh - 20vw);
    max-height: 170vw;
  }
}
.page-top .l-visual__main::before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #243A5F;
  opacity: 0.08;
  mix-blend-mode: multiply;
}
.page-top .l-visual__main .p-item {
  position: absolute;
  z-index: 10;
  opacity: 0;
  transition: 0.4s;
}
.page-top .l-visual__main .p-item.visible {
  opacity: 1;
}
.page-top .l-visual__main .p-item__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.page-top .l-visual__main .p-item__inner::before, .page-top .l-visual__main .p-item__inner::after {
  background: #fff;
  position: absolute;
  z-index: 100;
}
.page-top .l-visual__main .p-item__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__main .p-item.p-item01 {
    width: 18.4722222222%;
    height: 25.7109004739%;
    top: 0;
    left: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__main .p-item.p-item01 {
    width: 28.9743589744%;
    height: 26.4661654135%;
    top: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__main .p-item.p-item02 {
    width: 22.2916666667%;
    height: 54.2654028436%;
    top: 0;
    left: 18.4722222222%;
  }
  .page-top .l-visual__main .p-item.p-item02 .p-item__inner::before {
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
  }
  .page-top .l-visual__main .p-item.p-item02 .p-item__inner::after {
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__main .p-item.p-item02 {
    width: 47.6923076923%;
    height: 35.037593985%;
    top: 26.4661654135%;
    left: 0;
  }
  .page-top .l-visual__main .p-item.p-item02 .p-item__inner::after {
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__main .p-item.p-item03 {
    width: 15.1388888889%;
    height: 41.5876777251%;
    top: 0;
    left: 40.7638888889%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__main .p-item.p-item03 {
    width: 27.4358974359%;
    height: 22.4060150376%;
    top: 26.4661654135%;
    left: 47.6923076923%;
  }
  .page-top .l-visual__main .p-item.p-item03 .p-item__inner::after {
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
  }
}
.page-top .l-visual__main .p-item.p-item03 .p-item__inner::before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__main .p-item.p-item04 {
    width: 16.3194444444%;
    height: 41.5876777251%;
    top: 0;
    left: 55.9027777778%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__main .p-item.p-item04 {
    width: 24.8717948718%;
    height: 22.4060150376%;
    top: 26.4661654135%;
    left: auto;
    right: 0;
  }
  .page-top .l-visual__main .p-item.p-item04 .p-item__inner::after {
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
  }
}
.page-top .l-visual__main .p-item.p-item04 .p-item__inner::before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__main .p-item.p-item05 {
    width: 27.9166666667%;
    height: 45.2606635071%;
    top: 0;
    left: auto;
    right: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__main .p-item.p-item05 {
    width: 47.9487179487%;
    height: 26.4661654135%;
    top: 0;
    left: auto;
    right: 0;
  }
}
.page-top .l-visual__main .p-item.p-item05 .p-item__inner::before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__main .p-item.p-item06 {
    width: 18.4722222222%;
    height: 46.4454976303%;
    top: 25.7109004739%;
    left: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__main .p-item.p-item06 {
    width: 33.0769230769%;
    height: 21.954887218%;
    bottom: 0;
    left: 0;
  }
}
.page-top .l-visual__main .p-item.p-item06 .p-item__inner::before {
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__main .p-item.p-item07 {
    width: 18.4722222222%;
    height: 27.8436018957%;
    top: 72.1563981043%;
    left: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__main .p-item.p-item07 {
    width: 46.4102564103%;
    height: 16.5413533835%;
    top: 61.5037593985%;
    left: 0;
  }
}
.page-top .l-visual__main .p-item.p-item07 .p-item__inner::before {
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__main .p-item.p-item08 {
    width: 15.2083333333%;
    height: 45.7345971564%;
    top: 54.2654028436%;
    left: 18.4722222222%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__main .p-item.p-item08 {
    width: 24.1025641026%;
    height: 21.954887218%;
    bottom: 0;
    left: 33.0769230769%;
  }
  .page-top .l-visual__main .p-item.p-item08 .p-item__inner::after {
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
  }
}
.page-top .l-visual__main .p-item.p-item08 .p-item__inner::before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__main .p-item.p-item09 {
    width: 13.4027777778%;
    height: 29.028436019%;
    top: 41.5876777251%;
    left: 33.6805555556%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__main .p-item.p-item09 {
    width: 18.4615384615%;
    height: 15.3383458647%;
    top: 48.8721804511%;
    left: 46.4102564103%;
  }
}
.page-top .l-visual__main .p-item.p-item09 .p-item__inner::before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}
.page-top .l-visual__main .p-item.p-item09 .p-item__inner::after {
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__main .p-item.p-item10 {
    width: 13.4027777778%;
    height: 29.5023696682%;
    top: 70.6161137441%;
    left: 33.6805555556%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__main .p-item.p-item10 {
    width: 18.4615384615%;
    height: 13.8345864662%;
    top: 64.2105263158%;
    left: 46.4102564103%;
  }
}
.page-top .l-visual__main .p-item.p-item10 .p-item__inner::before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}
.page-top .l-visual__main .p-item.p-item10 .p-item__inner::after {
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__main .p-item.p-item11 {
    width: 25%;
    height: 58.4123222749%;
    top: 41.5876777251%;
    left: 47.0833333333%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__main .p-item.p-item11 {
    width: 35.1282051282%;
    height: 29.1729323308%;
    top: 48.8721804511%;
    right: 0;
  }
}
.page-top .l-visual__main .p-item.p-item11 .p-item__inner::before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}
.page-top .l-visual__main .p-item.p-item11 .p-item__inner::after {
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__main .p-item.p-item12 {
    width: 13.6805555556%;
    height: 26.3033175355%;
    top: 45.2606635071%;
    left: 72.0833333333%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__main .p-item.p-item12 {
    width: 23.0769230769%;
    height: 12.4812030075%;
    top: 13.984962406%;
    left: 28.9743589744%;
  }
}
.page-top .l-visual__main .p-item.p-item12 .p-item__inner::before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}
.page-top .l-visual__main .p-item.p-item12 .p-item__inner::after {
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__main .p-item.p-item13 {
    width: 14.3055555556%;
    height: 26.3033175355%;
    top: 45.2606635071%;
    left: auto;
    right: 0;
  }
  .page-top .l-visual__main .p-item.p-item13 .p-item__inner::after {
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__main .p-item.p-item13 {
    width: 23.0769230769%;
    height: 13.984962406%;
    top: 0;
    left: 28.9743589744%;
  }
}
.page-top .l-visual__main .p-item.p-item13 .p-item__inner::before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-visual__main .p-item.p-item14 {
    width: 27.9166666667%;
    height: 28.4360189573%;
    top: 71.5639810427%;
    left: auto;
    right: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__main .p-item.p-item14 {
    width: 42.8205128205%;
    height: 21.954887218%;
    bottom: 0;
    right: 0;
  }
}
.page-top .l-visual__main .p-item.p-item14 .p-item__inner::before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}
.page-top .l-visual__main .p-item.p-item14 .p-item__inner::after {
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}
.page-top .l-visual__title {
  position: absolute;
  top: 34.2%;
  left: 22.2%;
  z-index: 1000;
  width: 57.6388888889%;
  height: 20.971563981%;
  opacity: 0;
  transition: 0.5s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__title {
    width: 75.5%;
    height: 26%;
    top: 32.5%;
    left: 23.5%;
  }
}
.page-top .l-visual__title.visible {
  opacity: 1;
}
.page-top .l-visual__title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.page-top .l-visual__news {
  width: 100vw;
}
.page-top .l-visual__news a {
  display: block;
  background: #fff;
  transition: 0.3s;
}
.page-top .l-visual__news .p-item__inner {
  max-width: 1220px;
  width: 90%;
  height: 58px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: max-content max-content auto;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__news .p-item__inner {
    height: 20vw;
    gap: 0.5vw 4vw;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
  }
}
.page-top .l-visual__news .p-item__inner.visible {
  opacity: 1;
}
.page-top .l-visual__news .p-item__title {
  display: block;
  font-size: 31px;
  font-family: "alternate-gothic-no-2-d", sans-serif;
  line-height: 1;
  color: #12408F;
  padding-right: 28px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__news .p-item__title {
    display: flex;
    align-self: flex-end;
    padding: 0;
    font-size: 7vw;
  }
}
.page-top .l-visual__news .p-item__info {
  display: flex;
  align-items: center;
  gap: 17px;
  padding-right: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__news .p-item__info {
    gap: 4.3vw;
    align-self: flex-end;
    padding-right: 0;
  }
}
.page-top .l-visual__news .p-item__info time {
  display: block;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__news .p-item__info time {
    font-size: 3.8vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__news .p-item__icons-category {
    flex: 1;
  }
  .page-top .l-visual__news .p-item__icons-category li {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .page-top .l-visual__news .p-item__icons-category li:not(:first-child) {
    display: none;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__news .p-item__text {
    grid-column: 1/3;
  }
}
.page-top .l-visual__news .p-item__text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 15px;
  font-weight: 400;
}

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

l-concept

------------------------------------ */
.page-top .l-concept {
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-concept {
    background: url(../images/top/concept_bg.jpg) no-repeat center top;
    background-size: 100% auto;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept {
    background: url(../images/top/concept_bg_sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
}
.page-top .l-concept__bg {
  position: absolute;
  z-index: 0;
  width: 100vw;
  top: 480px;
  left: 50%;
  translate: -50% 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__bg {
    top: 92vw;
  }
}
.page-top .l-concept__bg .p-text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__bg .p-text {
    margin-top: 7vw;
  }
}
.page-top .l-concept__bg .p-text__inner {
  display: flex;
  width: max-content;
  animation: concept-bg 30s linear infinite;
}
.page-top .l-concept__bg .p-text span {
  font-size: 280px;
  white-space: nowrap;
  color: #F7F7F7;
  line-height: 0.8;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__bg .p-text span {
    font-size: 46vw;
  }
}
.page-top .l-concept__bg .p-text.reverse .p-text__inner {
  animation: concept-bg-reverse 30s linear infinite;
}
@keyframes concept-bg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes concept-bg-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.page-top .l-concept__container {
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding-top: 122px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__container {
    padding-top: 14vw;
  }
}
.page-top .l-concept__subtitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.68;
  text-align: center;
  margin-bottom: 38px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__subtitle {
    font-size: 4.1vw;
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-concept__subtitle span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
  }
  .page-top .l-concept__subtitle span::before, .page-top .l-concept__subtitle span::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #101010;
  }
}
.page-top .l-concept__title {
  max-width: 875px;
  margin: 0 auto 80px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__title {
    width: 88vw;
    margin-bottom: 13vw;
  }
}
.page-top .l-concept__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 104px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__text {
    font-size: 3.8vw;
    margin-bottom: 18vw;
    line-height: 2.13;
    letter-spacing: 0.2vw;
  }
}
.page-top .l-concept__text p:not(:last-child) {
  margin-bottom: 35px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__text p:not(:last-child) {
    margin-bottom: 5vw;
  }
}
.page-top .l-concept__catch {
  position: relative;
  z-index: 100;
  max-width: 250px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__catch {
    width: 53.4vw;
  }
}

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

l-movie

------------------------------------ */
.page-top .l-movie {
  margin-top: -40px;
  padding-bottom: 121px;
  margin-bottom: 27px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie {
    margin-top: -10vw;
    padding-bottom: 0;
    margin-bottom: 16vw;
  }
}
.page-top .l-movie__bg {
  position: relative;
  width: 100vw;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-movie__bg {
    height: 799px;
    overflow: hidden;
  }
}
.page-top .l-movie__video {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-movie__video {
    overflow: hidden;
    height: 100%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__video {
    position: relative;
    z-index: -1;
    height: 88vw;
  }
}
.page-top .l-movie__video .l-movie__video__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__video .l-movie__video__inner {
    height: 88vw;
  }
}
.page-top .l-movie__video .l-movie__video__inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #12408F;
  opacity: 0.14;
  mix-blend-mode: multiply;
}
.page-top .l-movie__video .l-movie__video__inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/movie_cover.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0.2;
  mix-blend-mode: screen;
}
.page-top .l-movie__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-movie__catch {
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 1540px;
    height: 100%;
  }
  .page-top .l-movie__catch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__catch {
    width: 100vw;
    margin-top: -58vw;
  }
}
.page-top .l-movie__container {
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-movie__container {
    max-width: 1200px;
    width: 90%;
    margin: -799px auto 0;
    height: 799px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__container {
    width: 100vw;
    margin-top: -38vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-movie__header {
    position: absolute;
    z-index: 100;
    top: 52%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__header {
    margin-bottom: 24vw;
  }
}
.page-top .l-movie__header .p-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__header .p-title {
    font-size: 5.12vw;
    margin-bottom: 0;
  }
}
.page-top .l-movie__header .p-subtitle {
  width: 110px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__header .p-subtitle {
    width: 29vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-movie__text {
    position: absolute;
    z-index: 100;
    bottom: -32px;
    right: 202px;
    width: 218px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__text {
    width: 56vw;
    margin: 0 auto 2vw;
  }
}
.page-top .l-movie__text img {
  display: block;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-movie__button {
    position: absolute;
    z-index: 100;
    bottom: -100px;
    right: -7px;
  }
}
.page-top .l-movie__button a {
  display: block;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-movie__button a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 179px;
    height: 179px;
    border-radius: 179px;
    padding-top: 5px;
    border: 2px solid #C3C3C3;
    background: rgba(16, 16, 16, 0.94);
    color: #fff;
    transition: 0.3s;
  }
  .page-top .l-movie__button a:hover {
    opacity: 1;
    background: #12408F;
  }
  .page-top .l-movie__button a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -11px;
    bottom: -23px;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    filter: blur(6px);
    background: #101010;
    opacity: 0.17;
    mix-blend-mode: multiply;
  }
  .page-top .l-movie__button a::after {
    content: "";
    display: block;
    width: 22px;
    height: 4px;
    background: url(../images/top/button_arrow.svg) no-repeat center center;
    background-size: contain;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__button a {
    width: 23.3vw;
    margin: 0 auto;
  }
}
.page-top .l-movie__button .p-en {
  width: 70px;
  margin-bottom: 10px;
}
.page-top .l-movie__button .p-en img {
  display: block;
}
.page-top .l-movie__button .p-title {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

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

l-remote

------------------------------------ */
.page-top .l-remote {
  position: relative;
  margin-bottom: 140px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote {
    margin-bottom: 18vw;
  }
}
.page-top .l-remote::before {
  content: "";
  position: absolute;
  z-index: -10;
  left: 50%;
  translate: -50% -50%;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote::before {
    top: 47%;
    width: 100vw;
    height: 1483px;
    background: url(../images/top/remote/remote_bg.jpg) repeat-x center center;
    background-size: auto 100%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote::before {
    top: 51.5%;
    width: 100vw;
    height: 174vw;
    background: url(../images/top/remote/remote_bg_sp.jpg) no-repeat center center;
    background-size: 100% auto;
  }
}
.page-top .l-remote__container {
  position: relative;
  max-width: 1680px;
  width: 100vw;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__container {
    padding-bottom: 25vw;
  }
}
.page-top .l-remote__head {
  position: relative;
  z-index: 1000;
  padding-top: 50px;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: 0.7s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__head {
    padding-top: 12vw;
  }
}
.page-top .l-remote__head.visible {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.page-top .l-remote__head .p-title {
  font-size: 272px;
  line-height: 0.8;
  margin-left: 89px;
  margin-bottom: 8px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__head .p-title {
    width: fit-content;
    font-size: 31.2vw;
    margin: 0 auto 4vw;
  }
}
.page-top .l-remote__head .p-title::before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  background: url(../images/top/remote/remote_text.svg) no-repeat center center;
  background-size: contain;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__head .p-title::before {
    top: -54px;
    left: -36px;
    width: 137px;
    height: 87px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__head .p-title::before {
    top: -12vw;
    left: -7vw;
    width: 25.1vw;
    height: 15.9vw;
  }
}
.page-top .l-remote__head .p-subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__head .p-subtitle {
    font-size: 5.1vw;
    margin-bottom: 4.5vw;
  }
}
.page-top .l-remote__head .p-subtitle span {
  background: #12408F;
  color: #fff;
  padding: 6px 33px 7px 98px;
  display: inline-block;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__head .p-subtitle span {
    padding: 1.7vw 6.5vw 1.7vw 13.1vw;
  }
}
.page-top .l-remote__head .p-text {
  font-size: 15px;
  line-height: 1.86;
  margin-left: 89px;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__head .p-text {
    font-size: 3.8vw;
    width: 85%;
    margin: 0 auto;
  }
}
.page-top .l-remote__main {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__main {
    margin-top: -230px;
    aspect-ratio: 1440/924;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__main {
    aspect-ratio: 390/811;
    margin-top: 2vw;
  }
}
@keyframes remote-visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-top .l-remote__main .p-item {
  position: absolute;
  z-index: 10;
  opacity: 0;
}
.page-top .l-remote__main .p-item.visible {
  animation: remote-visible 0.7s ease-out forwards;
}
.page-top .l-remote__main .p-item__inner {
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__main .p-item.p-item01 {
    width: 22.7083333333%;
    top: 28.6796536797%;
    left: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__main .p-item.p-item01 {
    width: 54.8717948718%;
    top: 68.803945746%;
    left: 0;
  }
}
.page-top .l-remote__main .p-item.p-item02 {
  animation-delay: 0.8s;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__main .p-item.p-item02 {
    width: 26.7361111111%;
    top: 14.1774891775%;
    left: 23.6805555556%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__main .p-item.p-item02 {
    width: 70.2564102564%;
    top: 30.5795314427%;
    left: 3.5897435897%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__main .p-item.p-item03 {
    width: 11.5277777778%;
    top: 7.1428571429%;
    left: 48.3333333333%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__main .p-item.p-item03 {
    width: 23.3333333333%;
    top: 9.9876695438%;
    left: -2.5641025641%;
  }
}
.page-top .l-remote__main .p-item.p-item04 {
  animation-delay: 0.4s;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__main .p-item.p-item04 {
    width: 9.375%;
    top: 31.2770562771%;
    left: 51.0416666667%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__main .p-item.p-item04 {
    width: 21.5384615385%;
    top: 57.2133168927%;
    right: 3.0769230769%;
  }
}
.page-top .l-remote__main .p-item.p-item05 {
  animation-delay: 0.8s;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__main .p-item.p-item05 {
    width: 12.5694444444%;
    top: 12.012987013%;
    left: 60.9722222222%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__main .p-item.p-item05 {
    width: 25.3846153846%;
    top: 6.1652281134%;
    left: 22.8205128205%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__main .p-item.p-item06 {
    width: 12.8472222222%;
    top: 36.038961039%;
    left: 61.1111111111%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__main .p-item.p-item06 {
    width: 36.1538461538%;
    top: 71.3933415536%;
    right: 7.1794871795%;
  }
}
.page-top .l-remote__main .p-item.p-item07 {
  animation-delay: 0.4s;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__main .p-item.p-item07 {
    width: 27.6388888889%;
    top: 0;
    right: -2.4305555556%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__main .p-item.p-item07 {
    width: 60.2564102564%;
    top: 0;
    right: -10.2564102564%;
  }
}
.page-top .l-remote__main .p-item.p-item08 {
  animation-delay: 0.8s;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__main .p-item.p-item08 {
    width: 19.1666666667%;
    top: 63.8528138528%;
    left: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__main .p-item.p-item08 {
    width: 43.8461538462%;
    bottom: 0;
    right: -1.5384615385%;
  }
}
.page-top .l-remote__main .p-item.p-item09 {
  animation-delay: 0.4s;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__main .p-item.p-item09 {
    width: 12.0138888889%;
    top: 83.1168831169%;
    left: 7.5%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__main .p-item.p-item09 {
    width: 22.0512820513%;
    top: 39.5807644883%;
    left: 0;
  }
}
.page-top .l-remote__main .p-item.p-item10 {
  animation-delay: 0.8s;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__main .p-item.p-item10 {
    width: 11.1111111111%;
    top: 66.341991342%;
    left: 20.2083333333%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__main .p-item.p-item10 {
    width: 24.8717948718%;
    top: 30.2096177559%;
    right: 2.5641025641%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__main .p-item.p-item11 {
    width: 17.3611111111%;
    top: 68.8311688312%;
    left: 32.3611111111%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__main .p-item.p-item11 {
    width: 25.641025641%;
    top: 25.2774352651%;
    left: 2.3076923077%;
  }
}
.page-top .l-remote__main .p-item.p-item12 {
  animation-delay: 0.4s;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__main .p-item.p-item12 {
    width: 26.8055555556%;
    top: 53.8961038961%;
    left: 50.9027777778%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__main .p-item.p-item12 {
    width: 18.7179487179%;
    top: 20.8384710234%;
    left: 29.7435897436%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__main .p-item.p-item13 {
    width: 21.4583333333%;
    top: 46.5367965368%;
    right: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__main .p-item.p-item13 {
    width: 21.2820512821%;
    top: 46.3625154131%;
    right: 0.7692307692%;
  }
}
.page-top .l-remote__main .p-item.p-item14 {
  animation-delay: 0.8s;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__main .p-item.p-item14 {
    width: 10.9722222222%;
    top: 70.2380952381%;
    right: 10.4861111111%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__main .p-item.p-item14 {
    width: 18.9743589744%;
    top: 59.0628853268%;
    left: 2.5641025641%;
  }
}
.page-top .l-remote__button {
  position: absolute;
  z-index: 100;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__button {
    bottom: 30px;
    right: 17.4305555556%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__button {
    bottom: 8vw;
    left: 50%;
    translate: -50% 0;
  }
}
.page-top .l-remote__button a {
  display: block;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #C3C3C3;
  background: rgba(16, 16, 16, 0.94);
  color: #fff;
  transition: 0.3s;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__button a {
    width: 179px;
    height: 179px;
    border-radius: 179px;
    padding-top: 15px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__button a {
    width: 45.8vw;
    height: 45.8vw;
    border-radius: 45.8vw;
    padding-top: 3.8vw;
  }
}
.page-top .l-remote__button a:hover {
  opacity: 1;
  background: #12408F;
}
.page-top .l-remote__button a::before {
  content: "";
  position: absolute;
  z-index: -1;
  filter: blur(6px);
  background: #101010;
  opacity: 0.17;
  mix-blend-mode: multiply;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__button a::before {
    right: -11px;
    bottom: -23px;
    width: 180px;
    height: 180px;
    border-radius: 180px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__button a::before {
    right: -2.8vw;
    bottom: -5.9vw;
    width: 46vw;
    height: 46vw;
    border-radius: 46vw;
  }
}
.page-top .l-remote__button a::after {
  content: "";
  display: block;
  width: 22px;
  height: 4px;
  background: url(../images/top/button_arrow.svg) no-repeat center center;
  background-size: contain;
}
.page-top .l-remote__button .p-subtitle {
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__button .p-subtitle {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__button .p-subtitle {
    font-size: 3vw;
  }
}
.page-top .l-remote__button .p-title {
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__button .p-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__button .p-title {
    font-size: 5.1vw;
    margin-bottom: 1.2vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-remote__button .p-en {
    width: 67px;
    margin-bottom: 18px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-remote__button .p-en {
    width: 17.1vw;
    margin-bottom: 4.6vw;
  }
}
.page-top .l-remote__button .p-en img {
  display: block;
}

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

l-feature

------------------------------------ */
@media print, screen and (max-width: 760px) {
  .page-top .l-feature {
    margin-bottom: 24vw;
  }
}
.page-top .l-feature__container {
  max-width: 1680px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature__container {
    width: auto;
  }
}
.page-top .l-feature .p-item {
  transition: 0.4s;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.page-top .l-feature .p-item.visible {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.page-top .l-feature .p-item a {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-feature .p-item a {
    width: 90%;
    margin-left: 10%;
    min-height: 460px;
    overflow: hidden;
    padding-top: 227px;
    padding-left: 326px;
    background: #12408F;
    color: #fff;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature .p-item a {
    margin-left: 7.7vw;
    width: 92.3vw;
  }
}
.page-top .l-feature .p-item a:hover {
  opacity: 1;
}
.page-top .l-feature .p-item a:hover .p-item__en01 path,
.page-top .l-feature .p-item a:hover .p-item__en02 path {
  fill: white;
}
.page-top .l-feature .p-item a:hover .p-item__title {
  background: white;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-feature .p-item a:hover .p-item__text::after {
    background: url(../images/top/feature_arrow_on.svg) no-repeat center center;
    background-size: contain;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature .p-item__inner {
    overflow: hidden;
    background: #12408F;
    color: #fff;
    height: 118vw;
    padding-top: 88.2vw;
  }
}
.page-top .l-feature .p-item__en01, .page-top .l-feature .p-item__en02 {
  position: absolute;
  z-index: 10;
}
.page-top .l-feature .p-item__en01 path, .page-top .l-feature .p-item__en02 path {
  stroke: #fff;
  stroke-width: 2;
  fill: rgba(255, 255, 255, 0);
  transition: fill 0.3s, stroke 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature .p-item__en01 svg, .page-top .l-feature .p-item__en02 svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-feature .p-item__en01 {
    top: 50%;
    left: 76px;
    translate: 0 -50%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature .p-item__en01 {
    width: 35.9vw;
    height: 84.1vw;
    top: -1.8vw;
    left: 8.5vw;
  }
  .page-top .l-feature .p-item__en01 path {
    fill: #fff;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-feature .p-item__en02 {
    top: -5px;
    left: 326px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature .p-item__en02 {
    width: 117vw;
    height: 30.7vw;
    rotate: 90deg;
    top: 47.5vw;
    left: 9vw;
  }
}
.page-top .l-feature .p-item__title {
  font-weight: 700;
  text-align: left;
  transition: 0.3s;
  color: #12408F;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-feature .p-item__title {
    font-size: 32px;
    line-height: 1.2;
    padding: 7px 16px;
    margin-bottom: 32px;
    background: rgba(255, 255, 255, 0.85);
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature .p-item__title {
    position: relative;
    z-index: 10;
    font-size: 6.15vw;
    line-height: 1.8;
  }
  .page-top .l-feature .p-item__title span {
    background: #fff;
    padding: 1.4vw 2vw 1.5vw 4vw;
  }
}
.page-top .l-feature .p-item__text {
  text-align: left;
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-feature .p-item__text {
    width: fit-content;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.13;
    padding-right: 90px;
    padding-bottom: 25px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature .p-item__text {
    font-size: 3.8vw;
    font-weight: 400;
    line-height: 2;
    padding-right: 5vw;
    margin-top: 4.5vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-feature .p-item__text::after {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    background: url(../images/top/feature_arrow.svg) no-repeat center center;
    background-size: contain;
    transition: 0.3s;
  }
}

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

l-interview

------------------------------------ */
.page-top .l-interview {
  position: relative;
  background: url(../images/top/interview_bg.jpg) repeat-x center calc(100% - 173px);
  background-size: 1800px auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview {
    background: url(../images/top/interview_bg.jpg) no-repeat center calc(100% - 40vw);
    background-size: 100% auto;
    margin-bottom: 26vw;
  }
}
.page-top .l-interview__container {
  position: relative;
  max-width: 1680px;
  width: 100vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview__container {
    padding-top: 170px;
    padding-bottom: 173px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__container {
    padding-bottom: 40vw;
  }
}
.page-top .l-interview__bg {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview__bg {
    top: 5%;
    right: 10%;
    width: auto;
    height: 95%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__bg {
    bottom: 13vw;
    left: 0;
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview__bg::before, .page-top .l-interview__bg::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 284px;
    height: 180px;
    right: -10%;
  }
  .page-top .l-interview__bg::before {
    top: -0.5%;
    background: linear-gradient(0, rgba(255, 255, 255, 0), white);
  }
  .page-top .l-interview__bg::after {
    bottom: -0.5%;
    background: linear-gradient(0, white, rgba(255, 255, 255, 0));
  }
}
.page-top .l-interview__bg__inner {
  width: max-content;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview__bg__inner {
    animation: interview-bg 25s linear infinite;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__bg__inner {
    display: flex;
    animation: interview-bg-sp 25s linear infinite;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview__bg span {
    display: block;
    width: 224px;
    margin-bottom: 48px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__bg span {
    display: inline-block;
    width: 105vw;
    margin-right: 4vw;
  }
}
@keyframes interview-bg {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes interview-bg-sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.page-top .l-interview__head {
  position: relative;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: 0.7s;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview__head {
    padding-left: 124px;
    padding-top: 20px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__head {
    display: flex;
    flex-direction: column-reverse;
    gap: 2vw;
    padding-top: 14vw;
  }
}
.page-top .l-interview__head.visible {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.page-top .l-interview__head .p-title {
  text-align: left;
  font-size: 272px;
  line-height: 0.8;
  letter-spacing: 5px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__head .p-title {
    width: fit-content;
    font-size: 25.5vw;
    letter-spacing: 0.8vw;
    margin: 0 auto;
  }
}
.page-top .l-interview__head .p-title::before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  background: url(../images/top/interview_text.svg) no-repeat center center;
  background-size: contain;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview__head .p-title::before {
    top: -74px;
    left: -56px;
    width: 246px;
    height: 102px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__head .p-title::before {
    top: -16.5vw;
    left: -5vw;
    width: 48vw;
    height: 20vw;
  }
}
.page-top .l-interview__head .p-text {
  font-weight: 400;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview__head .p-text {
    font-size: 15px;
    line-height: 1.86;
    padding-left: 205px;
    margin-bottom: 15px;
    text-align: left;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__head .p-text {
    font-size: 3.8vw;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview__image {
    position: relative;
    width: 79.5%;
    margin-top: -170px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__image {
    width: 100%;
    margin-top: -22vw;
  }
}
.page-top .l-interview__button {
  position: absolute;
  z-index: 100;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview__button {
    bottom: 215px;
    right: 23.4722222222%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__button {
    bottom: 8vw;
    left: 50%;
    translate: -50% 0;
  }
}
.page-top .l-interview__button a {
  display: block;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #C3C3C3;
  background: rgba(16, 16, 16, 0.94);
  color: #fff;
  transition: 0.3s;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview__button a {
    width: 179px;
    height: 179px;
    border-radius: 179px;
    padding-top: 10px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__button a {
    width: 45.8vw;
    height: 45.8vw;
    border-radius: 45.8vw;
    padding-top: 2vw;
  }
}
.page-top .l-interview__button a:hover {
  opacity: 1;
  background: #12408F;
}
.page-top .l-interview__button a::before {
  content: "";
  position: absolute;
  z-index: -1;
  filter: blur(6px);
  background: #101010;
  opacity: 0.17;
  mix-blend-mode: multiply;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview__button a::before {
    right: -11px;
    bottom: -23px;
    width: 180px;
    height: 180px;
    border-radius: 180px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__button a::before {
    right: -2.8vw;
    bottom: -5.9vw;
    width: 46vw;
    height: 46vw;
    border-radius: 46vw;
  }
}
.page-top .l-interview__button a::after {
  content: "";
  display: block;
  width: 22px;
  height: 4px;
  background: url(../images/top/button_arrow.svg) no-repeat center center;
  background-size: contain;
}
.page-top .l-interview__button .p-subtitle {
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview__button .p-subtitle {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__button .p-subtitle {
    font-size: 3vw;
  }
}
.page-top .l-interview__button .p-title {
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview__button .p-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__button .p-title {
    font-size: 4.1vw;
    margin-bottom: 2vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview__button .p-en {
    width: 67px;
    margin-bottom: 18px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview__button .p-en {
    width: 17.1vw;
    margin-bottom: 4.6vw;
  }
}
.page-top .l-interview__button .p-en img {
  display: block;
}

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

l-contents

------------------------------------ */
.page-top .l-contents {
  margin-bottom: 136px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-contents {
    margin-bottom: 21vw;
  }
}
.page-top .l-contents__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-contents__container {
    padding-top: 90px;
    width: 90%;
    gap: 55px 67px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-contents__container {
    width: 90vw;
    gap: 12vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-contents .p-item {
    width: calc((100% - 67px) / 2);
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-contents .p-item {
    width: 100%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-contents .p-item.philosophy {
    margin-top: -90px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-contents .p-item.philosophy {
    order: 1;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-contents .p-item.attempt {
    order: 2;
    margin-top: -2vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-contents .p-item.story {
    margin-top: -75px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-contents .p-item.story {
    order: 4;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-contents .p-item.message {
    order: 3;
    margin-top: -5vw;
  }
}
.page-top .l-contents .p-item a {
  display: block;
  position: relative;
}
.page-top .l-contents .p-item a:hover {
  opacity: 1;
}
.page-top .l-contents .p-item a:hover img {
  opacity: 1;
}
.page-top .l-contents .p-item a:hover .p-item__image.on {
  opacity: 1;
}
.page-top .l-contents .p-item__image.on {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
}
.page-top .l-contents .p-item__text {
  font-size: 3.8vw;
  font-weight: 400;
  line-height: 1.86;
  margin-top: 4vw;
}

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

l-info

------------------------------------ */
.page-top .l-info {
  margin-bottom: 132px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-info {
    margin-bottom: 19vw;
  }
}
.page-top .l-info .p-item {
  border-top: 2px solid #C3C3C3;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-info .p-item {
    border-top: 1px solid #C3C3C3;
  }
}
.page-top .l-info .p-item:last-child {
  border-bottom: 2px solid #C3C3C3;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-info .p-item:last-child {
    border-bottom: 1px solid #C3C3C3;
  }
}
.page-top .l-info .p-item.reverse a::before {
  left: auto;
  right: 0;
}
.page-top .l-info .p-item.reverse .p-item__text__inner {
  animation: concept-bg-reverse 30s linear infinite;
}
.page-top .l-info .p-item a {
  display: block;
  position: relative;
  padding-top: 28px;
  padding-bottom: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-info .p-item a {
    padding-top: 4.5vw;
    padding-bottom: 3.5vw;
  }
}
.page-top .l-info .p-item a::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #12408F;
  transition: 0.3s;
}
.page-top .l-info .p-item a:hover {
  opacity: 1;
}
.page-top .l-info .p-item a:hover::before {
  width: 100%;
}
.page-top .l-info .p-item a:hover .p-item__text {
  opacity: 0.08;
}
.page-top .l-info .p-item a:hover .p-item__title {
  color: #fff;
}
.page-top .l-info .p-item__text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  transition: 0.3s;
}
.page-top .l-info .p-item__text__inner {
  display: flex;
  width: max-content;
  animation: concept-bg 40s linear infinite;
}
.page-top .l-info .p-item__text span {
  font-size: 177px;
  white-space: nowrap;
  color: #F7F7F7;
  line-height: 0.8;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-info .p-item__text span {
    font-size: 25.7vw;
  }
}
@keyframes concept-bg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes concept-bg-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.page-top .l-info .p-item__title {
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-info .p-item__title {
    font-size: 4.6vw;
  }
}

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

l-crosstalk

------------------------------------ */
.page-top .l-crosstalk {
  margin-bottom: 105px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-crosstalk {
    margin-bottom: 16vw;
  }
}
.page-top .l-crosstalk__container {
  max-width: 1680px;
  width: 100vw;
  margin: 0 auto;
  position: relative;
}
.page-top .l-crosstalk a {
  display: block;
}
.page-top .l-crosstalk a:hover {
  opacity: 1;
}
.page-top .l-crosstalk a:hover img {
  opacity: 1;
}
.page-top .l-crosstalk a:hover .l-crosstalk__image {
  filter: brightness(0.8);
}
.page-top .l-crosstalk a:hover .l-crosstalk__title.on {
  opacity: 1;
}
.page-top .l-crosstalk__image {
  width: 100%;
  transition: 0.3s;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-crosstalk__image {
    height: 700px;
  }
  .page-top .l-crosstalk__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.page-top .l-crosstalk__title {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 579px;
  transition: 0.3s;
}
.page-top .l-crosstalk__title.on {
  opacity: 0;
  z-index: 20;
}

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

l-news

------------------------------------ */
.page-top .l-news.page-system.page-system-index {
  margin-bottom: 90px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index {
    margin-bottom: 16vw;
  }
}
.page-top .l-news.page-system.page-system-index .l-news__container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .l-news__container {
    width: 90%;
    padding: 0;
  }
}
.page-top .l-news.page-system.page-system-index .p-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .p-header {
    display: block;
    text-align: center;
  }
}
.page-top .l-news.page-system.page-system-index .p-header__inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 22px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .p-header__inner {
    display: block;
    text-align: center;
  }
}
.page-top .l-news.page-system.page-system-index .p-header .c-button.simple a {
  width: max-content;
}
.page-top .l-news.page-system.page-system-index .l-list {
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-news.page-system.page-system-index .l-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .l-list {
    width: 100%;
    display: block;
    padding-bottom: 10vw;
    margin-bottom: 8vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .p-item {
    margin: 0 1vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-news.page-system.page-system-index .p-item__inner {
    margin-top: 8px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .p-item__inner {
    margin-top: 4vw;
  }
}
.page-top .l-news.page-system.page-system-index .p-item__post-date {
  font-weight: 400;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-news.page-system.page-system-index .p-item__post-date {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .p-item__post-date {
    font-size: 3.8vw;
    margin-top: 2vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-news.page-system.page-system-index .p-item__post-title {
    font-size: 15px;
    margin-top: 5px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .p-item__post-title {
    font-size: 4.6vw;
    margin-top: 2vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .c-button.simple {
    margin: 0 auto;
  }
}

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

l-other

------------------------------------ */
.page-top .l-other {
  border-top: 1px solid #646464;
  border-bottom: 1px solid #646464;
}
.page-top .l-other__container {
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other__container {
    width: 100%;
  }
}
.page-top .l-other ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-other li {
    width: 25%;
    height: 115px;
    border-left: 1px solid #646464;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other li {
    width: 100%;
    border-bottom: 1px solid #646464;
  }
}
.page-top .l-other li:last-child {
  border-right: 1px solid #646464;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other li:last-child {
    border: none;
  }
}
.page-top .l-other li a {
  font-size: 18px;
  line-height: 1.4;
  transition: 0.3s;
  padding: 20px 50px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other li a {
    font-size: 4.6vw;
    padding: 8.3vw 12vw;
  }
}
.page-top .l-other li a:hover {
  opacity: 1;
  background: #12408F;
  color: #fff;
}
.page-top .l-other li a:hover::after {
  background: url(../images/cmn/icon_arrow_white.svg) no-repeat center center;
  background-size: contain;
}
.page-top .l-other li a::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 24px;
  translate: 0 -50%;
  display: block;
  width: 13px;
  height: 10px;
  background: url(../images/cmn/icon_arrow.svg) no-repeat center center;
  background-size: contain;
  transition: 0.3s;
}
.page-top .l-other li a span {
  position: relative;
}

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

l-engineer

------------------------------------ */
.page-top .l-engineer {
  position: fixed;
  z-index: 1000;
  bottom: 16px;
  right: 14px;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s;
}
.page-top .l-engineer.visible {
  opacity: 1;
}
.page-top .l-engineer a {
  position: relative;
  display: block;
}
.page-top .l-engineer__bg {
  width: 275px;
  height: 105px;
}
.page-top .l-engineer__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top .l-engineer__title {
  width: 275px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

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