@charset "UTF-8";
/*========== トップページ ==========*/
/*==========
メインビジュアル
==========*/
#mv {
  position: relative;
  min-height: 640px;
  height: 100vh;
  height: 100lvh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mv .img_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-top: -10%;
  margin-bottom: -10%;
}
#mv .img_area > *:nth-child(1) {
  margin-left: -294px;
}
#mv .img_area > *:nth-child(7) {
  margin-right: -294px;
}
#mv .img_area > *:nth-child(1), #mv .img_area > *:nth-child(7) {
  width: 370px;
}
#mv .img_area > *:nth-child(2), #mv .img_area > *:nth-child(6) {
  width: 300px;
}
#mv .img_area > *:nth-child(3), #mv .img_area > *:nth-child(4), #mv .img_area > *:nth-child(5) {
  width: 290px;
}
#mv .img_area .img {
  opacity: 0;
}
#mv .img_area img {
  width: 100%;
}
#mv .inner:has(.text_area) {
  position: relative;
  z-index: 10;
}
#mv .text_area {
  opacity: 0;
  z-index: 10;
  text-align: center;
}
#mv .text_area .text_main {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#mv .text_area .text_sub {
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 959px) {
  #mv {
    min-height: 480px;
  }
  #mv .img_area {
    margin-bottom: 0;
    gap: 0.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #mv .img_area .img {
    min-width: 92px;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #mv .img_area > *:nth-child(1) {
    margin-left: 0;
  }
  #mv .img_area > *:nth-child(7) {
    margin-right: 0;
  }
  #mv .img_area > *:nth-child(2), #mv .img_area > *:nth-child(6) {
    min-width: 95px;
  }
  #mv .img_area > *:nth-child(1), #mv .img_area > *:nth-child(2), #mv .img_area > *:nth-child(3), #mv .img_area > *:nth-child(4), #mv .img_area > *:nth-child(5), #mv .img_area > *:nth-child(6), #mv .img_area > *:nth-child(7) {
    width: auto;
  }
  #mv .text_area .text_main {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 1em;
  }
  #mv .text_area .text_sub {
    font-size: 0.8125rem;
  }
}

/*==========
index_vision
==========*/
#index_vision {
  min-height: 100vh;
  min-height: 100lvh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  #index_vision {
    margin-top: calc(var(--paddingSection) * 4.5);
  }
}
#index_vision .fadeIn {
  z-index: 10;
}
#index_vision .title_en {
  font-size: 1.0625rem;
  font-weight: 200;
  font-family: "DM Sans";
  letter-spacing: -0.05em;
  margin-bottom: 2.5rem;
  text-align: center;
}
#index_vision .title_ja {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
}
#index_vision .title_area {
  margin-bottom: 4.5rem;
}
#index_vision .text_area {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2;
}
#index_vision .deco_circle {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  pointer-events: none;
}
#index_vision .deco_circle .flex {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#index_vision .deco_circle img {
  width: 160%;
  max-width: 1426px;
}
@media screen and (max-width: 959px) {
  #index_vision .title_en {
    font-size: 0.75rem;
  }
  #index_vision .title_ja {
    font-size: 1.5625rem;
  }
  #index_vision .title_area {
    margin-bottom: 2rem;
  }
  #index_vision .text_area {
    font-size: 0.8125rem;
  }
  #index_vision .deco_circle {
    position: fixed;
  }
  #index_vision .deco_circle img {
    opacity: 0.3;
  }
}

/*==========
index_company
==========*/
#index_company {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  min-height: 100vh;
  min-height: 100lvh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: center/cover url("../img/index/index_company_bg.jpg") no-repeat;
  position: relative;
  color: #fff;
  z-index: 10;
}

/*==========
index_job
==========*/
#index_job {
  min-height: 100vh;
  min-height: 100lvh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: center/cover url("../img/index/index_job_bg.jpg") no-repeat;
  position: relative;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  #index_job {
    background-position: center left 30%;
  }
}

/*==========
index_job
index_company
==========*/
#index_job,
#index_company {
  text-align: center;
}
#index_job .title_index_sub,
#index_company .title_index_sub {
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
#index_job .text,
#index_company .text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  #index_job .title_index_sub,
  #index_company .title_index_sub {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
  }
  #index_job .text,
  #index_company .text {
    font-size: 0.875rem;
    text-align: left;
  }
}

/*==========
index_people
==========*/
#index_people .list a {
  height: 480px;
  padding: 7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
#index_people .list a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #555555;
  opacity: 0.75;
  mix-blend-mode: multiply;
}
#index_people .list a::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 20, 45, 0)), color-stop(50%, rgba(236, 18, 43, 0)), color-stop(85%, rgba(229, 8, 34, 0.95)), to(#e50721));
  background: -webkit-linear-gradient(rgba(237, 20, 45, 0) 0%, rgba(236, 18, 43, 0) 50%, rgba(229, 8, 34, 0.95) 85%, #e50721 100%);
  background: linear-gradient(rgba(237, 20, 45, 0) 0%, rgba(236, 18, 43, 0) 50%, rgba(229, 8, 34, 0.95) 85%, #e50721 100%);
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: -1;
}
#index_people .list > * {
  border-radius: 3px;
  overflow: hidden;
}
#index_people .list > * a > * {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
#index_people .list > * a::before, #index_people .list > * a::after {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#index_people .list > *.swiper-slide-active a {
  opacity: 1;
}
#index_people .list > *.swiper-slide-active a > * {
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.25s;
  transition: opacity 0.5s 0.25s;
}
#index_people .list > *.swiper-slide-active a::before {
  opacity: 0;
}
#index_people .list > *.swiper-slide-active a::after {
  opacity: 1;
}
#index_people .list .division {
  margin-bottom: auto;
  font-size: 0.75rem;
  font-weight: 700;
}
#index_people .list .division::before {
  content: "-";
  margin-right: 0.5em;
  color: var(--color_red);
}
#index_people .list .name {
  line-height: 1;
  margin-bottom: 1.25rem;
  font-size: 1.0625rem;
  font-weight: 700;
}
#index_people .list .name[data-en]::after {
  content: attr(data-en);
  font-family: "DM Sans";
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: block;
  margin-top: 0.5em;
}
#index_people .list .text {
  font-size: 0.8125rem;
}
#index_people .btn_01 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 960px) {
  #index_people .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
  }
  #index_people .list a {
    height: 570px;
  }
  #index_people .list > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: -webkit-box-flex 0.5s, -webkit-flex 0.5s;
    transition: -webkit-box-flex 0.5s, -webkit-flex 0.5s;
    transition: flex 0.5s;
    transition: flex 0.5s, -webkit-box-flex 0.5s, -webkit-flex 0.5s, -ms-flex 0.5s;
  }
  #index_people .list > *:has(a:hover) {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
  }
  #index_people .list > *:has(a:hover) a {
    opacity: 1;
  }
  #index_people .list > *:has(a:hover) a > * {
    opacity: 1;
    -webkit-transition: opacity 0.5s 0.25s;
    transition: opacity 0.5s 0.25s;
  }
  #index_people .list > *:has(a:hover) a::before {
    opacity: 0;
  }
  #index_people .list > *:has(a:hover) a::after {
    opacity: 1;
  }
  #index_people .list .division {
    font-size: 0.8125rem;
  }
  #index_people .list .name {
    font-size: 1.375rem;
  }
  #index_people .list .text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 959px) {
  #index_people .list > * {
    width: 80vw;
    max-width: 320px;
  }
}

/*==========
index_menu
==========*/
#index_menu {
  background-color: #2B2B2B;
}
#index_menu .layout {
  margin: var(--paddingSection) 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.25rem;
}
#index_menu .layout .item {
  border-radius: 3px;
  overflow: hidden;
  width: calc((100% - 1.25rem) / 2);
  font-size: clamp(1.0625rem, 2.1666666vw, 1.625rem);
}
#index_menu .layout .item .bg_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
}
#index_menu .layout .item a {
  aspect-ratio: 590/200;
  padding: 1.538461em;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}
#index_menu .layout .item a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.23;
  mix-blend-mode: multiply;
  z-index: -1;
}
#index_menu .layout .item a::after {
  content: "";
  width: 2.192307em;
  aspect-ratio: 1/1;
  display: block;
  background: center/contain url("../img/common/icon_arrowCircle-red.svg") no-repeat;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  #index_menu .layout .item a .bg_img {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  #index_menu .layout .item a::before {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  #index_menu .layout .item a:hover {
    opacity: 1;
  }
  #index_menu .layout .item a:hover .bg_img {
    width: calc(100% + 1rem);
  }
  #index_menu .layout .item a:hover::before {
    opacity: 0.6;
  }
}
#index_menu .layout .item .title {
  line-height: 1;
  font-weight: 600;
}
#index_menu .layout .item .title[data-en]::after {
  content: attr(data-en);
  display: block;
  font-family: "DM Sans";
  font-size: 0.576923em;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-top: 0.5em;
}
@media screen and (max-width: 959px) {
  #index_menu .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #index_menu .layout .item {
    width: 100%;
    max-width: 325px;
  }
  #index_menu .layout .item a {
    aspect-ratio: 325/170;
  }
  #index_menu .layout .item a::after {
    width: 2.352941em;
  }
}

/*==========
index_movie
==========*/
#index_movie {
  position: relative;
}
#index_movie::before {
  content: "";
  width: 160px;
  height: 283px;
  background-color: var(--color_red);
  position: absolute;
  top: calc(var(--paddingSection) * -1);
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
#index_movie .title_01 {
  text-align: left;
}
#index_movie .title_01 .label {
  background-color: #555555;
  margin-left: 0;
}
#index_movie .title_01::before {
  color: #555555;
}
@media screen and (max-width: 959px) {
  #index_movie {
    padding-bottom: 0;
  }
  #index_movie::before {
    width: 50px;
    height: 90px;
  }
  #index_movie .title_01 {
    text-align: center;
  }
  #index_movie .title_01 .label {
    margin-left: auto;
  }
}

/*=== slider ===*/
.slider_area:has(.slider_index_movie) {
  margin-right: calc(50% - 50vw);
}
.slider_area:has(.slider_index_movie) .slider_index_movie {
  padding-right: 2.5rem;
}
@media screen and (max-width: 479px) {
  .slider_area:has(.slider_index_movie) {
    margin-left: calc(50% - 50vw);
  }
  .slider_area:has(.slider_index_movie) .slider_index_movie {
    padding-right: 0;
  }
}

.slider_index_movie a {
  color: inherit;
  text-decoration: none;
}
.slider_index_movie .swiper-slide {
  width: 100%;
  max-width: 440px;
}
.slider_index_movie .thumb_area {
  width: 100%;
  aspect-ratio: 440/231;
}
.slider_index_movie .thumb_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider_index_movie .title_area {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}
.slider_index_movie .title {
  font-size: 1.125rem;
  font-weight: 700;
}
.slider_index_movie .navigation_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 67.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 1.5rem;
  z-index: 1;
  pointer-events: none;
}
.slider_index_movie .navigation_area .slider_index_movie-prev,
.slider_index_movie .navigation_area .slider_index_movie-next {
  cursor: pointer;
  width: 5.75rem;
  aspect-ratio: 1/1;
  background: center/contain url("../img/index/icon_slider_index_movie.svg") no-repeat;
  opacity: 0.9;
  pointer-events: auto;
}
.slider_index_movie .navigation_area .slider_index_movie-prev.swiper-button-disabled,
.slider_index_movie .navigation_area .slider_index_movie-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.slider_index_movie .navigation_area .slider_index_movie-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 959px) {
  .slider_index_movie .navigation_area {
    top: 50%;
  }
  .slider_index_movie .navigation_area .slider_index_movie-prev,
  .slider_index_movie .navigation_area .slider_index_movie-next {
    width: 2.75rem;
  }
  .slider_index_movie .title {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 479px) {
  .slider_index_movie .navigation_area {
    display: none;
  }
}

/*==========
index_entry
==========*/
#index_entry {
  position: relative;
}
#index_entry::before {
  content: "";
  width: 160px;
  height: 283px;
  background-color: var(--color_red);
  position: absolute;
  bottom: calc(var(--paddingSection) * -1);
  right: 0;
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}
#index_entry .layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
#index_entry .layout .item {
  border-radius: 3px;
  overflow: hidden;
  width: calc((100% - 1.25rem) / 2);
  font-size: clamp(1.0625rem, 1.916666vw, 1.4375rem);
  font-weight: 700;
}
#index_entry .layout .item .bg_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
}
#index_entry .layout .item a {
  aspect-ratio: 590/200;
  padding: 1.73913em 1.73913em 0.6956521em;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}
#index_entry .layout .item a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #F76475;
  opacity: 0.9;
  z-index: -1;
}
#index_entry .layout .item a::after {
  content: "";
  width: 2.47826em;
  aspect-ratio: 1/1;
  display: block;
  background: center/contain url("../img/common/icon_arrowCircle-red.svg") no-repeat;
  margin-left: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  #index_entry .layout .item a .bg_img {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  #index_entry .layout .item a::before {
    -webkit-transition: opacity 0.5s, background-color 0.5s;
    transition: opacity 0.5s, background-color 0.5s;
  }
  #index_entry .layout .item a:hover {
    opacity: 1;
  }
  #index_entry .layout .item a:hover .bg_img {
    width: calc(100% + 1rem);
  }
  #index_entry .layout .item a:hover::before {
    background-color: var(--color_red);
    opacity: 0.9;
  }
  #index_entry .layout .item a:hover::after {
    background-image: url("../img/common/icon_arrowCircle-reddark.svg");
  }
}
#index_entry .layout .item .title {
  line-height: 1;
}
#index_entry .layout .item .title[data-en]::after {
  content: attr(data-en);
  display: block;
  font-family: "DM Sans";
  font-size: 0.608695em;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-top: 0.5em;
}
#index_entry .layout .item .text_area {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#index_entry .layout .item .text {
  font-size: 0.65217em;
  font-weight: 500;
  margin-top: auto;
}
@media screen and (max-width: 959px) {
  #index_entry::before {
    width: 50px;
    height: 90px;
  }
  #index_entry .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #index_entry .layout .item {
    width: 100%;
    max-width: 325px;
  }
  #index_entry .layout .item a {
    aspect-ratio: 325/170;
    padding: 1.25rem 1rem;
  }
  #index_entry .layout .item a::before {
    background-color: var(--color_red);
    opacity: 0.9;
  }
  #index_entry .layout .item a::after {
    width: 2em;
    background-image: url("../img/common/icon_arrowCircle-reddark.svg");
    margin-bottom: auto;
    margin-top: 1em;
  }
  #index_entry .layout .item .text {
    font-size: 0.75em;
    margin-right: -3.5em;
  }
}

/*==========
index_news
==========*/
#index_news {
  background: center/cover url("../img/index/index_news.jpg") no-repeat;
  color: #fff;
}