@charset "utf-8";
.top__fv {
  position: relative;
  margin-top: 85px;
}

.top__fv-bg-wrapper {
  position: sticky;
  position: -webkit-sticky;
  top: 85px;
  padding-bottom: 85px;
  background: #111;
  z-index: 1;
  overflow-x: hidden;
}

.top__fv-filter {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: calc((100% - 85px));
  background: var(--color-bg-gra);
  pointer-events: none;
}

.top__fv-swiper-l,
.top__fv-swiper-r {
  width: auto;
  /* height: 137px; */
  height: calc((100vh - 170px) / 4);
}

.top__fv-swiper-l .swiper-wrapper,
.top__fv-swiper-r .swiper-wrapper {
  transition-timing-function: linear !important;
}

.top__fv-slide {
  width: auto !important;
  /* height: 137px; */
  height: calc((100vh - 170px) / 4);
}

.top__fv-slide img {
  height: 100%;
  width: auto;
  object-fit: cover;
  aspect-ratio: 211/137;
}

.top__fv-slide-color {
  width: auto !important;
  /* height: 137px; */
  height: calc((100vh - 170px) / 4);
}

.top__fv-slide-color img {
  height: 100%;
  width: auto;
  object-fit: cover;
  aspect-ratio: 137/137;
}

.top__fv-container {
  position: absolute;
  top: 50vh; /* 上から50%の位置 */
  transform: translateY(-50%);
  left: 0;
  padding-block: 0px 90px;
  width: 100%;
  color: var(--color-white);
  z-index: 5;
  pointer-events: none;
  /* position: relative;
  margin-top: -364px;
  padding-block: 0px 90px;
  width: 100%;
  color: var(--color-white);
  z-index: 5;
  pointer-events: none; */
}

@media screen and (min-width: 768px) {
  .top__fv-container {
    padding-block: 0px 90px;
  }
}

.top__fv-container-inner {
  pointer-events: none;
}

.top__fv-title {
  font-size: clamp(24px, 3.37vw, 46px);
  letter-spacing: calc(130 / 1000 * 1em);
  line-height: calc(70 / 46);
  font-weight: 700;
  pointer-events: auto;
}

.top__fv-title-en {
  font-family: var(--font-en);
  margin-top: 11px;
  font-size: clamp(12px, 1.03vw, 14px);
  letter-spacing: calc(100 / 1000 * 1em);
  pointer-events: auto;
}

.top__fv-contents-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg-gra);
  pointer-events: none;
  z-index: 0;
}

.top__fv-contents {
  padding-block: 80px 90px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: 178px;
}

.top__fv-contents .l-inner {
  pointer-events: auto;
  position: relative;
  color: var(--color-white);
}

.top__fv-contents-title {
  font-size: clamp(20px, 2.05vw, 28px);
  font-weight: 700;
  letter-spacing: calc(50 / 1000 * 1em);
  line-height: calc(48 / 28);
}

.top__fv-contents-text {
  max-width: 471px;
  margin-top: 46px;
  font-size: clamp(12px, 1.03vw, 14px);
  letter-spacing: calc(40 / 1000 * 1em);
  line-height: calc(28 / 14);
}

.top__fv-contents-text + .top__fv-contents-text {
  margin-top: 26px;
}

.top__fv-button {
  margin-top: 44px;
}

/* ======================
business
========================= */
.top__business {
  padding-block: 80px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .top__business {
    padding-block: 127px;
  }
}

.top__business-inner {
  padding-inline: 20px;
  margin-inline: auto;
}

@media screen and (min-width: 1024px) {
  .top__business-inner {
    margin-inline: auto 0;
    padding-inline: 40px 0;
    max-width: calc(93.2% + 40px);
  }
}

.top__business-container {
  margin-top: 46px;
}

.top__business-slider {
  position: relative;
}

.top__business-swiper {
  width: 100%;
  padding-bottom: 33px;
}

@media screen and (min-width: 768px) {
  .top__business-swiper {
    padding-bottom: 93px;
  }
}

.top__business-slide-card:hover .top__business-slide-title{
  color: #e95a2a;
}

.top__business-slide-card:hover .top__business-slide-title {
  border-bottom: 1px solid #e95a2a;
}

.top__business-slide-head {
  border-radius: 10px;
  background-color: #f7f1ee;
  position: relative;
  transition: all 0.5s ease;
  padding: 48px 33px;
  overflow: hidden;
}

.top__business-slide-card:hover .top__business-slide-head {
  background-color: #fce3d7;
}

.top__business-slide-number {
  position: absolute;
  top: 13px;
  right: 20px;
  font-family: var(--font-en);
  font-size: clamp(28px, 2.79vw, 38px);
  font-weight: 500;
  letter-spacing: calc(100 / 1000 * 1em);
  line-height: calc(86 / 38);
  color: #e95a2a;
}

.top__business-slide-card-image {
  aspect-ratio: 336/384;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.top__business-slide-card:hover .top__business-slide-card-image{
  transform: scale(1.1);
}

.top__business-slide-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top__business-slide-bottom {
  margin-top: 15px;
}

.top__business-slide-title {
  font-size: clamp(16px, 1.32vw, 18px);
  font-weight: 700;
  letter-spacing: calc(50 / 1000 * 1em);
  line-height: calc(23 / 18);
  color: #3b3b3c;
  transition: color 0.5s ease;
  border-bottom: 1px solid #3b3b3c;
  display: inline-block;
  padding-bottom: 3px;
}

.top__business-slide-text {
  margin-top: 21px;
  font-size: clamp(12px, 1.03vw, 14px);
  letter-spacing: normal;
  line-height: calc(25 / 14);
}

.custom-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  max-width: 1045px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .custom-pagination {
    width: 70%;
  }
}

@media screen and (min-width: 1000px) {
  .custom-pagination {
    width: 80%;
  }
}

.pagination-line {
  position: relative;
  height: 1px;
  background: #d4d4d4;
  overflow: visible;
}

.pagination-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--color-button);
  transition: width 0.3s ease;
}

.pagination-dots {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.pagination-dot {
  width: 8px;
  height: 8px;
  background: #d4d4d4;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.pagination-dot.active {
  background: #e95a2a;
  transform: scale(1.2);
}

.pagination-dot.passed {
  background: #e95a2a;
}

/* カスタムナビゲーションボタン */
.custom-navigation {
  position: absolute;
  bottom: -17px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background: #17191b;
  border-radius: 17px;
  width: 100px;
  height: 34px;
  overflow: hidden;
}

.custom-navigation::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 60%;
  background: #575757;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1024px) {
  .custom-navigation {
    right: 7%;
  }
}

.custom-button-next::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  background: #575757;
}

.custom-button {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.custom-button:hover:not(.swiper-button-disabled) {
  background: #17191b;
  transform: scale(1.6);
}

.custom-button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.custom-button::after {
  content: "";
  width: 9px;
  height: 8px;
  background: url(../images/Icon-arrow-right.svg) no-repeat center center /
    contain;
}

.custom-button-prev::after {
  transform: rotate(-180deg);
  margin-left: 3px;
}

.custom-button-next::after {
  margin-right: 3px;
}
/* ==================
banner
=================== */
.top__banner {
  aspect-ratio: 1366/561;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.top__banner-slider {
  width: 100%;
  height: 100%;
}

.top__banner-swiper-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.top__banner-swiper-slide img {
  aspect-ratio: 1366/561;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==================
top__menu
=================== */
.top__menu {
  margin-top: -10.69vw;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .top__menu .l-inner {
    max-width: 100%;
  }
}

.top__menu-container {
  padding-inline: 30px;
  margin-inline: auto;
  background: var(--color-white);
  border-radius: 10px;
  border: 1px solid #e7e7eb;
}

@media screen and (min-width: 768px) {
  .top__menu-container {
    max-width: 81.8%;
    max-width: 1118px;
  }
}

@media screen and (min-width: 1367px) {
  .top__menu-container {
    max-width: 81.8%;
  }
}

.top__menu-box {
  padding-block: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .top__menu-box {
    gap: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.top__menu-box:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}

.top__menu-image {
  aspect-ratio: 280/300;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .top__menu-image {
    width: clamp(200px, 20.5vw, 280px);
  }
}

.top__menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.top__menu-box:hover .top__menu-image img {
  transform: scale(1.1);
}

.top__menu-body {
  flex: 1;
  width: 100%;
  /* padding: 0 0 40px; */
}

@media screen and (min-width: 768px) {
  .top__menu-body {
    padding: 0 20px 0 clamp(30px, 4.4vw, 60px);
    border-right: 1px solid #d5d5d5;
  }
}

.top__menu-heading .section__heading-en {
  letter-spacing: calc(10 / 1000 * 1em);
}

.top__menu-body-text {
  margin-top: 26px;
  font-size: clamp(12px, 1.03vw, 14px);
  line-height: calc(25 / 14);
}

.top__menu-box:hover .top__menu-body-text {
  color: var(--color-hover);
}

@media screen and (min-width: 768px) {
  .top__menu-body-text {
    max-width: 367px;
  }
}

/* ボタン本体 */
.top__menu-box-button {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-inline: auto 0;
  height: 60px;
  background: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.67;
  text-decoration: none;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .top__menu-box-button {
    padding-left: clamp(20px, 4.25vw, 58px);
  }
}

.top__menu-box-button p {
  color: #3b3b3c;
  font-size: clamp(12px, 1.03vw, 14px);
  font-weight: 700;
  letter-spacing: calc(50 / 1000 * 1em);
  line-height: calc(23 / 14);
  font-family: var(--font-title);
  position: relative;
  white-space: nowrap;
}

.top__menu-box-button p::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: url(../images/dot-button.svg) repeat-x center center/contain;
}

/* 円の背景（拡大する部分） */
.circle {
  overflow: visible;
  position: relative;
  top: 0;
  right: 0;
  z-index: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  pointer-events: none;
  margin-left: 20px;
}

.circle::before {
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transform: scale(1);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: var(--color-button);
}

.top__menu-box:hover .circle::before {
  transform: scale(1.3);
}

/* 波紋エフェクト */
.ripples {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  pointer-events: none;
}

.ripples::before {
  content: "";
  transform: scale(1);
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  background: var(--color-button);
  opacity: 0;
}

/* ホバー時に1回だけアニメーション（infiniteを削除してforwardsに変更） */
.top__menu-box:hover .ripples::before {
  animation: ripple 1s cubic-bezier(0.65, 0, 0.34, 1) forwards;
}

/* 矢印アイコン */
.icon-arw {
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  right: 24px;
  z-index: 1;
  width: 9px;
  height: 8px;
}

.icon-arw::before {
  transition: transform 0.5s cubic-bezier(0.43, 0.05, 0.17, 1);
  transform: scale(0);
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - -6px);
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-white);
}

.top__menu-box:hover .icon-arw::before {
  transform: scale(1);
}

.icon-arw .img {
  position: relative;
  transition: transform 0.5s cubic-bezier(0.43, 0.05, 0.17, 1),
    opacity 0.5s cubic-bezier(0.43, 0.05, 0.17, 1);
}

.top__menu-box:hover .icon-arw img {
  transform: scale(0);
  opacity: 0;
}

/* 波紋アニメーション */
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* ======================
top__news
========================= */
.top__news {
  padding-block: 80px 80px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .top__news {
    padding-block: 120px 125px;
  }
}

.top__news-inner {
  padding-inline: 20px 0;
  margin-inline: auto 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media screen and (min-width: 768px) {
  .top__news-inner {
    padding-inline: 40px 0;
    max-width: calc(93.2% + 40px);
  }
}

@media screen and (min-width: 900px) {
  .top__news-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.top__news-head {
  width: 100%;
  flex-shrink: 0;
}

@media screen and (min-width: 900px) {
  .top__news-head {
    width: 23%;
  }
}

.top__news-button {
  margin-top: 30px;
}

@media screen and (min-width: 900px) {
  .top__news-button {
    margin-top: 121px;
  }
}

.top__news-slider {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}

@media screen and (min-width: 900px) {
  .top__news-slider {
    width: calc(77% - 25px); /* gap分を引く */
  }
}

.top__news-swiper {
  width: 100%;
}

.top__news-slide {
  height: auto;
  width: 100%;
}

.top__news-image {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 365/236;
  width: 100%;
  height: auto;
}

.top__news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.top__news-slide-link:hover .top__news-image img {
  transform: scale(1.1);
}

.top__news-body {
  margin-top: 14px;
}

.top__news-slide-link:hover .news__title {
  color: var(--color-hover);
}

.news__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: var(--color-hover);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.top__news-slide-link:hover .news__title::after {
  width: 100%;
}

.news__date {
  margin-top: 16px;
  font-family: var(--font-title);
  font-size: clamp(10px, 0.88vw, 12px);
  letter-spacing: calc(20 / 1000 * 1em);
  color: #7e7e7e;
}

.news__category {
  display: inline-block;
  font-family: var(--font-title);
  font-size: clamp(10px, 0.88vw, 12px);
  letter-spacing: calc(80 / 1000 * 1em);
  color: #e94427;
  background: rgba(233, 58, 38, 0.1);
  padding: 6px 9px;
  border-radius: 30px;
}

.news__title {
  margin-top: 13px;
  padding-bottom: 5px;
  font-family: var(--font-title);
  font-size: clamp(12px, 1.03vw, 14px);
  letter-spacing: calc(80 / 1000 * 1em);
  color: #3b3b3c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  transition: color 0.5s ease;
  display: block;
}

.top__news-slider .custom-navigation {
  top: -68px;
  left: 70%;
}

@media screen and (min-width: 500px) {
  .top__news-slider .custom-navigation {
    left: 78%;
  }
}

@media screen and (min-width: 900px) {
  .top__news-slider .custom-navigation {
    left: -33%;
    top: 35%;
  }
}

@media screen and (min-width: 1400px) {
  .top__news-slider .custom-navigation {
    left: -32%;
    top: 27%;
  }
}
