@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: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

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

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

cmn

------------------------------------ */
.page-top .p-header {
  text-align: center;
  margin: 0 auto 30px;
}
@media print, screen and (max-width: 760px) {
  .page-top .p-header {
    margin-bottom: 6vw;
  }
}
.page-top .p-header__title {
  font-size: 60px;
  line-height: 1;
  color: #EA3D26;
}
@media print, screen and (max-width: 760px) {
  .page-top .p-header__title {
    font-size: 13vw;
  }
}
.page-top .p-header__subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 3px;
}
@media print, screen and (max-width: 760px) {
  .page-top .p-header__subtitle {
    font-size: 4.1vw;
    margin-top: 1vw;
  }
}

@media print, screen and (min-width: 761px) {
  .page-top .l-main {
    padding-bottom: 134px;
  }
}

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

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;
  margin-top: 50px;
  background: url(../images/top/bg_visual.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 42px;
  padding-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual {
    background: url(../images/top/bg_visual_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.page-top .l-visual__slide {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  aspect-ratio: 1360/635;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__slide {
    aspect-ratio: 390/354;
    margin-bottom: 13vw;
  }
}
.page-top .l-visual__slide li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 1s ease;
}
.page-top .l-visual__slide li.is-current {
  opacity: 1;
  z-index: 1;
}
.page-top .l-visual__news {
  max-width: 1136px;
  width: 90%;
  margin: 0 auto;
}
.page-top .l-visual__news a {
  display: block;
  background: #fff;
  transition: 0.3s;
  border-radius: 41px;
}
.page-top .l-visual__news .p-item__inner {
  height: 41px;
  margin: 0 auto;
  padding: 0 19px;
  display: grid;
  grid-template-columns: max-content max-content auto;
  align-items: center;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__news .p-item__inner {
    height: 16vw;
    gap: 0 2.5vw;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    padding: 0 5.6vw;
  }
}
.page-top .l-visual__news .p-item__title {
  display: block;
  font-size: 22px;
  font-family: futura-pt, sans-serif;
  line-height: 1;
  color: #EA3D26;
  padding-right: 11px;
}
@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: 5.6vw;
  }
}
.page-top .l-visual__news .p-item__info {
  display: flex;
  align-items: center;
  gap: 2px;
  padding-right: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__news .p-item__info {
    gap: 0;
    align-self: flex-end;
    padding-right: 0;
    padding-bottom: 0.4vw;
  }
}
.page-top .l-visual__news .p-item__date {
  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__date {
    font-size: 3.58vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__news .p-item__icons-category {
    line-height: 1;
  }
}
.page-top .l-visual__news .p-item__icons-category .icon {
  border-radius: 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__news .p-item__icons-category .icon {
    font-size: 2.8vw;
    margin-bottom: 0;
  }
}
@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: 500;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-visual__news .p-item__text p {
    font-size: 3.58vw;
  }
}

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

l-concept

------------------------------------ */
.page-top .l-concept {
  position: relative;
  background: url(../images/top/bg_concept.jpg) no-repeat center center;
  background-size: cover;
}
.page-top .l-concept__flow {
  background: #fff;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__flow {
    width: 8vw;
  }
}
.page-top .l-concept__flow span {
  flex: 0 0 auto;
  white-space: nowrap;
  width: 32px;
  height: 358px;
  padding: 15px 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__flow span {
    width: 4vw;
    height: 45vw;
    padding: 1vw 0;
  }
}
.page-top .l-concept__flow.left {
  left: 0;
}
.page-top .l-concept__flow.left span:nth-child(odd) {
  animation: loopY-top_bottom 16s -8s linear infinite;
}
.page-top .l-concept__flow.left span:nth-child(even) {
  animation: loopY-top_bottom2 16s linear infinite;
}
@keyframes loopY-top_bottom {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes loopY-top_bottom2 {
  0% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(0);
  }
}
.page-top .l-concept__flow.right {
  right: 0;
}
.page-top .l-concept__flow.right span:nth-child(odd) {
  animation: loopY-bottom_top 16s -8s linear infinite;
}
.page-top .l-concept__flow.right span:nth-child(even) {
  animation: loopY-bottom_top2 16s linear infinite;
}
@keyframes loopY-bottom_top {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes loopY-bottom_top2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-200%);
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-concept__container {
    min-width: 700px;
    width: 100%;
    padding: 86px 0 95px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__container {
    padding: 11vw 0 14vw;
    background-size: 4vw 4vw;
  }
}
.page-top .l-concept__text {
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  color: #fff;
  margin-bottom: 55px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__text {
    font-size: 4.2vw;
    margin-bottom: 8vw;
  }
}
.page-top .l-concept__catch {
  width: 700px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-concept__catch {
    width: 66vw;
  }
}

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

l-movie

------------------------------------ */
.page-top .l-movie {
  background: url(../images/top/bg_movie.svg) repeat top center;
  background-size: 1440px auto;
  margin-top: 32px;
  margin-bottom: 35px;
  padding-top: 70px;
  padding-bottom: 110px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie {
    margin-top: 3vw;
    margin-bottom: 3vw;
    padding-top: 12vw;
    padding-bottom: 19vw;
    background: url(../images/top/bg_movie_sp.svg) repeat top center;
    background-size: 100vw auto;
  }
}
.page-top .l-movie__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__container {
    width: 90%;
  }
}
.page-top .l-movie__title {
  width: 936px;
  margin: 0 auto 25px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__title {
    width: 70vw;
    margin-bottom: 5vw;
  }
}
.page-top .l-movie__inner {
  width: 841px;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__inner {
    width: 80vw;
  }
}
.page-top .l-movie__iframe {
  width: 100%;
  pointer-events: none;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__iframe iframe {
    width: 100%;
    aspect-ratio: 840/470;
  }
}
.page-top .l-movie__button {
  position: absolute;
  z-index: 10;
  bottom: -35px;
  right: -67px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__button {
    bottom: -10vw;
    right: -6vw;
  }
}
.page-top .l-movie__button a {
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 115px;
  height: 115px;
  z-index: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__button a {
    width: 20vw;
    height: 20vw;
  }
}
.page-top .l-movie__button a::before {
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  margin: auto;
  content: "";
  transition: 0.5s;
  opacity: 0;
}
.page-top .l-movie__button a:hover {
  opacity: 1;
}
.page-top .l-movie__button a:hover::before {
  opacity: 0.3;
}
.page-top .l-movie__button .btn__txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 115px;
  height: 115px;
  animation: 8s linear infinite rotation;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__button .btn__txt {
    width: 20vw;
    height: 20vw;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.page-top .l-movie__button .btn__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.page-top .l-movie__button .btn__img img {
  display: block;
}

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

l-about

------------------------------------ */
.page-top .l-about {
  background: url(../images/top/bg_about.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 54px;
  padding-bottom: 136px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about {
    background: url(../images/top/bg_about_sp.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 12vw;
    padding-bottom: 10vw;
  }
}
.page-top .l-about__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__container {
    width: 100%;
  }
}
.page-top .l-about__title {
  text-align: center;
  color: #fff;
  margin-bottom: 23px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__title {
    line-height: 1;
    margin-bottom: 0;
  }
}
.page-top .l-about__title .ja {
  font-size: 71px;
  font-weight: 900;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__title .ja {
    font-size: 10vw;
  }
}
.page-top .l-about__title .en {
  display: inline-block;
  font-size: 127px;
  font-weight: 600;
  translate: 0 10px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__title .en {
    font-size: 20vw;
    translate: 0 1.8vw;
  }
}
.page-top .l-about__inner {
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-about__image {
    position: absolute;
    z-index: 0;
    top: -23px;
    left: -70px;
    width: 695px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__image {
    width: 100%;
  }
}
.page-top .l-about__list {
  width: 554px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 14px 17px;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__list {
    width: 90%;
    margin: 0 auto;
    gap: 2vw 2vw;
  }
}
.page-top .l-about__list .p-item {
  width: calc((100% - 17px) / 2);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__list .p-item {
    width: calc((100% - 2vw) / 2);
  }
}
.page-top .l-about__list .p-item:nth-child(odd) .p-item__title {
  color: #EA3D26;
}
.page-top .l-about__list .p-item:nth-child(even) .p-item__title {
  color: #FFA431;
}
.page-top .l-about__list .p-item a {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 30px 20px;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__list .p-item a {
    padding: 5vw 2vw;
    border-radius: 5px;
  }
}
.page-top .l-about__list .p-item a:hover {
  opacity: 1;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-about__list .p-item a:hover {
    border: 2px solid #222222;
  }
}
.page-top .l-about__list .p-item__sub {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__list .p-item__sub {
    font-size: 4.8vw;
  }
}
.page-top .l-about__list .p-item__sub .en {
  font-weight: 600;
}
.page-top .l-about__list .p-item__title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__list .p-item__title {
    font-size: 7.2vw;
    margin-bottom: 3.8vw;
  }
}
.page-top .l-about__list .p-item__more {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__list .p-item__more {
    font-size: 2.8vw;
  }
}
.page-top .l-about__list .p-item__more span {
  padding-right: 24px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__list .p-item__more span {
    padding-right: 4.2vw;
  }
}
.page-top .l-about__list .p-item__more span::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #EA3D26;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__list .p-item__more span::before {
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 3.2vw;
  }
}
.page-top .l-about__list .p-item__more span::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 6px;
  height: 6.5px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__list .p-item__more span::after {
    right: 1vw;
    width: 1vw;
    height: 1.1vw;
  }
}

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

l-message

------------------------------------ */
.page-top .l-message a {
  display: block;
  transition: 0.3s;
}
.page-top .l-message a:hover {
  opacity: 1;
}
.page-top .l-message a:hover img {
  opacity: 1;
}
.page-top .l-message a:hover .l-message__head .p-en,
.page-top .l-message a:hover .l-message__title .p-main {
  color: #FFA431;
}
.page-top .l-message a:hover .c-button span::before {
  background: #FFA431;
}
.page-top .l-message__container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__container {
    width: 90%;
    flex-wrap: wrap;
    gap: 0;
  }
}
.page-top .l-message__inner {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-message__inner {
    padding: 60px 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__inner {
    padding: 12vw 0;
  }
}
.page-top .l-message__head {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__head {
    margin-bottom: 5vw;
  }
}
.page-top .l-message__head .p-en {
  font-size: 86px;
  font-weight: 600;
  color: #EA3D26;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__head .p-en {
    font-size: 14vw;
  }
}
.page-top .l-message__head .p-title {
  font-size: 18px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__head .p-title {
    font-size: 4vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__title {
    margin-bottom: 1vw;
  }
}
.page-top .l-message__title .p-sub {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 3px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__title .p-sub {
    font-size: 6.6vw;
    margin-bottom: 0.4vw;
  }
}
.page-top .l-message__title .p-main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #EA3D26;
  transition: 0.3s;
}
.page-top .l-message__title .p-main .ja {
  font-size: 99px;
  font-weight: 900;
  line-height: 1.1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__title .p-main .ja {
    font-size: 14vw;
  }
}
.page-top .l-message__title .p-main .en {
  font-size: 126px;
  font-weight: 600;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__title .p-main .en {
    font-size: 18vw;
  }
}
.page-top .l-message__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__text {
    font-size: 3.8vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-message__image {
    width: 540px;
    margin-left: -100px;
    margin-right: -32px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__image {
    width: 90%;
    margin: -10vw auto 0;
  }
}
.page-top .l-message__image a {
  display: block;
}
.page-top .l-message__image a:hover {
  opacity: 1;
}
.page-top .l-message__image a:hover img {
  opacity: 1;
}
.page-top .l-message .c-button.simple {
  margin: 28px auto 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message .c-button.simple {
    margin-top: 5vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-message .c-button.simple span {
    font-size: 18px;
    padding: 5px 28px 10px 5px;
  }
  .page-top .l-message .c-button.simple span::before {
    width: 20px;
    height: 20px;
  }
  .page-top .l-message .c-button.simple span::after {
    width: 5px;
    height: 6px;
    right: 7px;
  }
}

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

l-interview

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

l-introduction

------------------------------------ */
.page-top .l-introduction {
  border-top: 2px solid #fff;
}
.page-top .l-introduction a {
  display: block;
  background: #FFA431;
  padding-top: 48px;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-introduction a {
    padding-top: 10vw;
  }
}
.page-top .l-introduction a:hover {
  opacity: 1;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-introduction a:hover {
    background: #EA3D26;
  }
}
.page-top .l-introduction a:hover img {
  opacity: 1;
}
.page-top .l-introduction__container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-introduction__container {
    width: 90%;
    flex-wrap: wrap;
    gap: 0;
  }
}
.page-top .l-introduction__inner {
  width: 649px;
  color: #fff;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-introduction__inner {
    padding-bottom: 20px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-introduction__inner {
    width: 100%;
  }
}
.page-top .l-introduction__head {
  font-size: 63px;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-introduction__head {
    font-size: 11vw;
    margin-bottom: 2vw;
  }
}
.page-top .l-introduction__title {
  font-size: 50px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-introduction__title {
    font-size: 9vw;
    line-height: 1.3;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-introduction__image {
    width: 618px;
    margin-right: -67px;
  }
}
@media print, screen and (max-width: 1300px) {
  .page-top .l-introduction__image {
    margin-right: -30px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-introduction__image {
    width: 100%;
    margin-top: -3vw;
    margin-right: 0;
  }
}
.page-top .l-introduction .c-button.simple {
  margin-top: 28px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-introduction .c-button.simple {
    margin-top: 5vw;
  }
}
.page-top .l-introduction .c-button.simple span::before {
  background: #fff;
}
.page-top .l-introduction .c-button.simple span::after {
  background: #222222;
}

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

l-others

------------------------------------ */
.page-top .l-others {
  overflow: hidden;
}
.page-top .l-others__container {
  display: flex;
  flex-wrap: wrap;
}
.page-top .l-others .p-item {
  width: 50%;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-others .p-item {
    width: 100%;
  }
}
.page-top .l-others .p-item::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 21px;
  right: 24px;
  width: 28px;
  height: 28px;
  background: url(../images/cmn/icon_corcle_arrow_right_red.svg) no-repeat center center;
  background-size: contain;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-others .p-item::after {
    width: 5vw;
    height: 5vw;
    bottom: 4vw;
    right: 4vw;
  }
}
.page-top .l-others .p-item a {
  display: block;
}
.page-top .l-others .p-item a:hover {
  opacity: 1;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-others .p-item a:hover .p-item__image::before {
    opacity: 0.5;
  }
  .page-top .l-others .p-item a:hover img {
    opacity: 1;
    scale: 1.05;
  }
}
.page-top .l-others .p-item.event .p-item__image::before {
  background: #EA3D26;
}
.page-top .l-others .p-item.event .p-item__title .inner {
  color: #EA3D26;
}
.page-top .l-others .p-item__image {
  width: 100%;
  aspect-ratio: 720/382;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-others .p-item__image {
    min-height: 382px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-others .p-item__image {
    aspect-ratio: 390/220;
  }
}
.page-top .l-others .p-item__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #FFA431;
  opacity: 0;
  mix-blend-mode: multiply;
  transition: 0.3s;
}
.page-top .l-others .p-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.page-top .l-others .p-item__info {
  position: absolute;
  z-index: 100;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-others .p-item__info {
    bottom: 4vw;
  }
}
.page-top .l-others .p-item__inner {
  position: relative;
  width: 100%;
}
.page-top .l-others .p-item__en {
  position: absolute;
  z-index: 0;
  bottom: -60px;
  opacity: 0.56;
  width: 100%;
  font-size: 251px;
  text-align: center;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-others .p-item__en {
    bottom: -6.6vw;
    font-size: 36vw;
  }
}
.page-top .l-others .p-item__title {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-others .p-item__title {
    margin-bottom: 1vw;
  }
}
.page-top .l-others .p-item__title .inner {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  background-color: #fff;
  color: #FFA431;
  padding: 6px 14px 7px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-others .p-item__title .inner {
    font-size: 7vw;
    padding: 1vw 3vw 1.5vw;
  }
}
.page-top .l-others .p-item__text {
  position: relative;
  z-index: 10;
  text-align: center;
}
.page-top .l-others .p-item__text .inner {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  display: inline;
  background-color: #fff;
  padding: 6px 14px 7px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-others .p-item__text .inner {
    font-size: 3.4vw;
    padding: 0 0 0.5vw 1.5vw;
  }
}

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

l-news

------------------------------------ */
.page-top .l-news.page-system.page-system-index {
  padding-top: 95px;
  margin-bottom: 110px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index {
    padding-top: 14vw;
    margin-bottom: 15vw;
  }
}
.page-top .l-news.page-system.page-system-index .list-page__list {
  float: none;
  width: 1200px;
  max-width: inherit;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .list-page__list {
    width: 100%;
  }
}
.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: 24px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .l-list {
    width: 90%;
    display: block;
    padding-bottom: 6vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .p-item {
    margin: 0 2vw;
    margin-bottom: 20px;
  }
}
.page-top .l-news.page-system.page-system-index .p-item__inner {
  width: 100%;
}
.page-top .l-news.page-system.page-system-index .simple.c-button {
  margin: 40px auto 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .simple.c-button {
    margin-top: 8vw;
  }
}

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

l-recruit

------------------------------------ */
.page-top .l-recruit__container {
  border-top: 1px solid #222222;
  width: 1200px;
  margin: 0 auto;
  padding-top: 63px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruit__container {
    padding-top: 14vw;
    width: 100%;
  }
}
.page-top .l-recruit__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruit__list {
    width: 76vw;
    margin-left: auto;
    margin-right: auto;
    gap: 4vw;
  }
}
.page-top .l-recruit__list .p-item {
  width: calc((100% - 60px) / 4);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruit__list .p-item {
    width: 100%;
  }
}
.page-top .l-recruit__list .p-item a {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
  padding: 16px;
  text-align: center;
  background: #fff;
  border: 2px solid #EA3D26;
  border-radius: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruit__list .p-item a {
    font-size: 5vw;
    padding: 3.8vw;
  }
}
.page-top .l-recruit__list .p-item a:hover {
  opacity: 1;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-recruit__list .p-item a:hover {
    background: #EA3D26;
    color: #fff;
  }
  .page-top .l-recruit__list .p-item a:hover::before {
    background: #fff;
  }
  .page-top .l-recruit__list .p-item a:hover::after {
    background: #EA3D26;
  }
}
.page-top .l-recruit__list .p-item a::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background: #EA3D26;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruit__list .p-item a::before {
    width: 24px;
    height: 24px;
    right: 11px;
  }
}
.page-top .l-recruit__list .p-item a::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 8px;
  height: 9.23px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-recruit__list .p-item a::after {
    width: 5.63px;
    height: 6.5px;
    right: 19px;
  }
}

.fixed_event {
  position: fixed;
  z-index: 9999;
  bottom: 18px;
  right: 10px;
  width: 112px;
}
.fixed_event a {
  display: block;
}

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