/*!
page > top
------------------------------
*/
.l-wrapper .main {
  padding-top: 0;
}

.top-title-lv2-en {
  font-family: var(--font-en);
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.top-title-lv2 {
  font-family: var(--font-mincho);
  font-size: 25px;
  line-height: 1.25;
  margin-bottom: 50px;
}

.top-title-lv2 > span {
  display: inline-flex;
  align-items: center;
}

.top-title-lv2 > span::after {
  content: "";
  width: 2em;
  height: 1px;
  background-color: currentColor;
  margin-left: 0.6em;
}

.top-title-lv3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.top-lead {
  font-family: var(--font-mincho);
  font-size: 16px;
  line-height: 2;
}

#top .c-menu-list {
  width: 250px;
  max-width: 100%;
  margin-top: 50px;
}

@media (max-width: 1280px) and (min-width: 768px) {
  .top-title-lv2-en {
    font-size: 3.12vw;
    margin-bottom: 1.56vw;
  }

  .top-title-lv2 {
    font-size: 1.95vw;
    margin-bottom: 3.9vw;
  }

  .top-title-lv3 {
    font-size: 1.56vw;
  }

  .top-lead {
    font-size: 1.25vw;
  }

  #top .c-menu-list {
    width: 19.53vw;
    margin-top: 3.9vw;
  }
}

@media screen and (max-width: 767px) {
  .page-cont {
    padding-bottom: 200px;
  }

  .top-title-lv2-en {
    font-size: 40px;
    margin-bottom: 5.33vw;
  }

  .top-title-lv2 {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .top-lead {
    font-size: 16px;
  }

  #top .c-menu-list {
    width: 92.4%;
    margin: 50px auto 0;
  }
}

/*!
page > top > mv
------------------------------
*/
.mv-image {
  width: calc(100% - 100px);
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100px;
  overflow: hidden;
  z-index: -1;
  transition: all 0.2s;
}

.mv-image::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 1.5s ease-in-out;
}

body.is-hidden .mv-image::before {
  opacity: 1;
}

.mv-image ul.splide__list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mv-image ul.splide__list > li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: 50% 5%;
}

.mv-title {
  font-weight: 500;
  text-align: center;
  padding-top: calc((100vh - 100px) / 2 - 2.125em);
}

.mv-title > span {
  font-size: 47px;
  color: #fff;
  line-height: 1.3;
  padding: 0.1em 0.3em 0.05em;
  display: inline-block;
  background: var(--color-grad);
}

.mv-lead-wrap {
  margin: 80px 0;
}

.mv-lead {
  font-size: 17px;
  color: #fff;
  line-height: 2.5;
  text-align: center;
}

.mv-lead + .mv-lead {
  margin-top: 50px;
}

@media (max-width: 1280px) and (min-width: 768px) {
  .mv-image {
    width: calc(100% - 7.81vw);
    left: 7.81vw;
  }

  .mv-title {
    padding-top: calc((100vh - 7.81vw) / 2 - 2.125em);
  }

  .mv-title > span {
    font-size: 3.67vw;
  }

  .mv-lead-wrap {
    margin: 6.25vw 0;
  }

  .mv-lead + .mv-lead {
    margin-top: 3.9vw;
  }

  .mv-lead {
    font-size: 1.32vw;
  }
}

@media screen and (max-width: 767px) {
  .mv-image {
    width: 100%;
    left: 0;
    pointer-events: none;
  }

  .mv-image::before {
    top: 54px;
  }

  .mv-title {
    padding-top: calc((100vh - 54px) / 2 - 2.125em);
  }

  .mv-title > span {
    font-size: 25px;
  }

  .mv-lead-wrap {
    margin: 40px 0;
  }

  .mv-lead {
    font-size: 15px;
    line-height: 2.86;
  }

  .mv-lead + .mv-lead {
    margin-top: 55px;
  }
}

/* スライダー */
.splide,
.splide__track {
  width: 100%;
  height: 100%;
}

/* ズーム */
.splide__slide img {
  transition: 8s ease-out;
}

.splide__slide.is-active img {
  transform: scale(1.1);
  transition-delay: 0s;
}

/*!
page > top > logo
------------------------------
*/
.logo {
  padding: 140px 0;
}

.logo-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9%;
}

@media (max-width: 1280px) and (min-width: 768px) {
  .logo {
    padding: 10.93vw 0;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    padding: 100px 0;
  }

  .logo-list {
    flex-direction: column;
    gap: 50px;
  }
}

/*!
page > top > movie
------------------------------
*/
.movie-inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}
.movie {
  padding-bottom: 240px;
}

@media (max-width: 1280px) and (min-width: 768px) {
  .movie {
    padding-bottom: 18.75vw;
  }
}

@media screen and (max-width: 767px) {
  .movie {
    padding-bottom: 180px;
  }

  .movie .movie-sp100 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

/*!
page > top > company
------------------------------
*/
.company {
  padding-bottom: 300px;
}

.company-inner {
  width: 65%;
  max-width: 980px;
  margin: 0 auto;
}

.company-img-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-right: calc(50% - (100vw - 100px) / 2);
}

.company-img-cont .company-img {
  width: 710px;
  max-width: 52%;
  border-radius: var(--radius-100) 0 0 0;
  overflow: hidden;
}

.company-img-cont .company-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-img-cont .company-cont {
  width: 300px;
  max-width: 30%;
}

@media screen and (max-width: 1366px) {
  .company-img-cont .company-img {
    width: 568px;
    max-width: 54.4%;
  }
}

@media (max-width: 1280px) and (min-width: 768px) {
  .company {
    padding-bottom: 23.43vw;
  }

  .company-img-cont {
    margin-right: calc(50% - 46vw);
  }
}

@media screen and (max-width: 767px) {
  .company {
    padding-bottom: 200px;
  }

  .company-inner {
    width: 90%;
  }

  .company-img-cont {
    justify-content: flex-start;
    flex-direction: column;
    margin-right: 0;
    gap: 40px;
  }

  .company-img-cont .company-img {
    width: 100%;
    height: 121vw;
    flex: auto;
    margin-right: calc(50% - 50vw);
    max-width: none;
    margin-left: 5.33vw;
  }

  .company-img-cont .company-cont {
    width: 100%;
    max-width: 100%;
  }

  .company-cont .top-title-lv2,
  .company-cont .top-title-lv2-en {
    text-align: center;
  }

  .company-cont .top-lead {
    text-align: center;
  }
}

/*!
page > top > business
------------------------------
*/
.business-bg {
  color: #fff;
  padding: 280px 0 370px;
  background: url("../img/top/photo_business.jpg") no-repeat center center / cover;
  border-radius: var(--radius-100) 0 0 0;
  overflow: hidden;
}

.business .top-title-lv2-en,
.business .top-title-lv2,
.business .top-lead {
  text-align: center;
}

.business-box-link {
  width: 670px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  transform: translateY(-50%);
}

.business-box-link::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-grad);
  border-radius: var(--radius-50) 0 var(--radius-50) 0;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.business-box-link a.link {
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 40px 0 60px;
  border-radius: var(--radius-50) 0 var(--radius-50) 0;
  overflow: hidden;
}

.business-box-link a.link:hover {
  opacity: 1;
  color: #fff;
}

.business-box-link .link-inner {
  position: relative;
  z-index: 2;
}

.business-box-link a.link::before {
  content: "";
  width: 41px;
  height: 7px;
  -webkit-mask: url("../img/arrow_r_l.svg") no-repeat;
  mask: url("../img/arrow_r_l.svg") no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-black);
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: all 0.5s;
}

.business-box-link a.link:hover::before {
  background: #fff;
}

.business-box-link a.link::after {
  content: "";
  width: 0;
  height: 100%;
  background: var(--color-grad);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s;
}

.business-box-link a.link:hover::after {
  width: 100%;
}

.business-box-link .business-box-white {
  display: inline-block;
  line-height: 1;
  padding: 0.3em 0.15em 0.1em;
  background-color: #fff;
  font-feature-settings: "palt";
  margin-right: 0.2em
}

.business-box-link .top-title-lv3 .text-grad {
  font-size: 1.4em;
}

@media (max-width: 1280px) and (min-width: 768px) {
  .business-bg {
    padding: 21.87vw 0 28.9vw;
  }

  .business-box-link {
    width: 52.34vw;
  }

  .business-box-link::before {
    top: 0.46vw;
  }

  .business-box-link a.link {
    padding: 3.12vw 0 4.68vw;
  }

  .business-box-link a.link::before {
    width: 3.2vw;
    height: 0.54vw;
    bottom: 1.95vw;
  }
}

@media screen and (max-width: 767px) {
  .business {
    padding-bottom: 200px;
  }

  .business-bg {
    background: transparent;
    padding: 0;
    color: var(--color-black);
  }

  .business-img-cont {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .business-img-cont .business-img.sp {
    height: 121vw;
    flex: auto;
    margin-right: calc(50% - 50vw);
    max-width: none;
    margin-left: 5.33vw;
    border-radius: var(--radius-100) 0 0 0;
    overflow: hidden;
  }

  .business-img-cont .business-img.sp img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .business-box-link {
    width: calc(100% - 4px);
    max-width: 500px;
    transform: none;
    margin-top: 75px;
  }

  .business-box-link::before {
    width: calc(100% + 4px);
    height: calc(100% + 7px);
    top: -2px;
    left: -2px;
  }

  .business .c-btn-more.c-btn-more-l {
    color: var(--color-black);
  }

  .business .c-btn-more.c-btn-more-l > .arrow {
    border: none;
  }

  .business-box-link .top-title-lv2-en {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .business-box-link .top-title-lv3 {
    font-size: 16px;
  }

  .business-box-link .top-title-lv3 .text-grad {
    font-size: 1.25em;
  }

  .business-box-link a.link {
    padding: 40px 0 50px;
  }
}

/*!
page > top > people
------------------------------
*/
.people {
  padding: 90px 0 270px;
}

.people-head .top-title-lv2-en,
.people-head .top-title-lv2,
.people-head .top-lead {
  text-align: center;
}

.people-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12.26%;
  margin-top: 120px;
}

.people-list > li {
  position: relative;
}

.people-list > li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.people-list > li a:hover {
  opacity: 1;
}

.people-list > li a img {
  transition: all 0.5s ease-in-out;
}

.people-list > li a:hover img {
  transition: all 0.5s ease-in-out;
  transform: scale(1.08);
}

.people-img {
  position: relative;
  z-index: 0;
  border-radius: var(--radius-50) 0 0 0;
  overflow: hidden;
}

.people-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.people-list-num {
  font-family: var(--font-en);
  font-weight: normal;
  font-size: 60px;
  line-height: 1;
  position: absolute;
  top: -0.283em;
  left: -0.33em;
  z-index: 2;
}

.people-cont {
  flex: 1;
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.people-cont::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  position: absolute;
  bottom: 0;
  left: 0;
}

.people-cont::after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--color-grad);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in;
}

.people-list > li a:hover .people-cont::after {
  width: 100%;
}

.people-text {
  font-family: var(--font-mincho);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
}

.people-text2 {
  margin-top: auto;
  font-size: 13px;
  line-height: 1.5;
}

.people-name {
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1280px) and (min-width: 768px) {
  .people {
    padding: 7.03vw 0 21.09vw;
  }

  .people-list {
    margin-top: 9.37vw;
  }

  .people-list-num {
    font-size: 4.68vw;
  }

  .people-cont {
    margin-top: 1.56vw;
    padding-bottom: 1.56vw;
  }

  .people-text {
    font-size: 1.25vw;
    margin-bottom: 1.56vw;
  }

  .people-text2 {
    font-size: 1.01vw;
  }

  .people-name {
    font-size: 1.01vw;
  }
}

@media screen and (max-width: 767px) {
  .people {
    padding: 0 0 200px;
  }

  .people-list {
    width: 80%;
    max-width: 340px;
    margin: 90px auto 0;
    grid-template-columns: 1fr;
    gap: 100px;
  }
}

/*!
page > top > career
------------------------------
*/
.career {
  padding-bottom: 300px;
}

.career-inner {
  width: 65%;
  max-width: 980px;
  margin: 0 auto;
}

.career-img-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: calc(50% - (100vw - 100px) / 2);
}

.career-img-cont .career-img {
  width: 710px;
  max-width: 52%;
  border-radius: 0 var(--radius-100) 0 0;
  overflow: hidden;
}

.career-img-cont .career-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.career-img-cont .career-cont {
  width: 306px;
  max-width: 32%;
}

@media screen and (max-width: 1366px) {
  .career-img-cont .career-img {
    width: 568px;
    max-width: 54.4%;
  }
}

@media (max-width: 1280px) and (min-width: 768px) {
  .career {
    padding-bottom: 23.43vw;
  }

  .career-img-cont {
    margin-left: calc(50% - 46vw);
  }
}

@media screen and (max-width: 767px) {
  .career {
    padding-bottom: 200px;
  }

  .career-inner {
    width: 90%;
  }

  .career-img-cont {
    justify-content: flex-start;
    flex-direction: column;
    margin-left: 0;
    gap: 40px;
  }

  .career-img-cont .career-img {
    width: 100%;
    height: 121vw;
    flex: auto;
    margin-left: calc(50% - 50vw);
    max-width: none;
    margin-right: 5.33vw;
  }

  .career-img-cont .career-cont {
    width: 100%;
    max-width: 100%;
  }

  .career-cont .top-title-lv2-en,
  .career-cont .top-title-lv2 {
    text-align: center;
  }

  .career-cont .top-lead {
    text-align: center;
  }
}

/*!
page > top > saiyo
------------------------------
*/
.saiyo {
  color: #fff;
  background: url("../img/top/photo_saiyo.jpg") no-repeat center center/cover;
  position: relative;
  padding: 200px 0 180px;
  border-radius: var(--radius-100) 0 0 0;
  overflow: hidden;
}

.saiyo::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(33, 22, 19, 0.85);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.saiyo-inner {
  position: relative;
  z-index: 1;
}

.saiyo .top-title-lv2-en,
.saiyo .top-title-lv2 {
  text-align: center;
}

.saiyo-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.saiyo-list > li {
  width: 250px;
  max-width: 74%;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  position: relative;
}

.saiyo-list > li > a {
  height: 100%;
  display: block;
  background-color: var(--color-black);
  padding: 1.4em 0.5em 2.7em 0.5em;
  position: relative;
  z-index: 0;
}

.saiyo-list > li > a:hover {
  opacity: 1;
}

.saiyo-list > li > a::before {
  content: "";
  width: 1.5em;
  height: 0.5em;
  -webkit-mask: url("../img/arrow_r_line.svg") no-repeat;
  mask: url("../img/arrow_r_line.svg") no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
  position: absolute;
  bottom: 1.28em;
  left: 50%;
  transform: translateX(-50%);
}

.saiyo-list > li > a::after {
  content: "";
  width: 0;
  height: 100%;
  background: var(--color-grad);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease-in;
}

.saiyo-list > li > a:hover::after {
  width: 100%;
}

@media (max-width: 1280px) and (min-width: 768px) {
  .saiyo {
    padding: 15.62vw 0 14.06vw;
  }

  .saiyo-list {
    gap: 1.56vw;
  }

  .saiyo-list > li {
    font-size: 1.09vw;
  }
}

@media screen and (max-width: 767px) {
  .saiyo {
    background: transparent;
    padding: 0;
  }

  .saiyo::before {
    content: none;
  }

  .saiyo-head-sp {
    height: 121vw;
    margin-right: calc(50% - 50vw);
    margin-left: 5.33vw;
    position: relative;
    background: url("../img/top/photo_saiyo.jpg") no-repeat center center/cover;
    border-radius: var(--radius-100) 0 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .saiyo-head-sp::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(35, 24, 21, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .saiyo-head-sp-inner {
    position: relative;
    z-index: 1;
  }

  .saiyo-list {
    margin-top: 50px;
    flex-direction: column;
  }
}