@charset "utf-8";
/* ローディング画面 */
.loading__screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #e7eef2;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeOut 0.5s ease-out 3.5s forwards;
}

/* ロゴアニメーション */
.loading__logo {
  width: 200px;
  height: auto;
  aspect-ratio: 182/35;
  animation: logoAnimation 3s ease-in-out forwards;
}

.loading__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@keyframes logoAnimation {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

/* First View */
.top__fv {
  width: 100%;
  height: 580px;
  overflow: hidden;
  position: relative;
  margin-top: -77px;
}
.top__fv::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 1;
}
.top__fv::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-filter.svg) repeat center center/contain;
  pointer-events: none;
  z-index: 1;
}

@media screen and (min-width: 414px) {
  .top__fv {
    height: 768px;
  }
}

@media screen and (min-width: 1367px) {
  .top__fv {
    height: auto;
  }
}

.top__fv-swiper {
  width: 100%;
  height: 100%;
}

.top__fv-swiper .swiper-slide-active img,
.top__fv-swiper .swiper-slide-duplicate-active img,
.top__fv-swiper .swiper-slide-prev img {
  animation: zoomUp 7s linear 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.top__fv-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.top__fv-content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 186px clamp(20px, 2.93vw, 40px) 244px;
  pointer-events: none;
}

@media screen and (min-width: 900px) {
  .top__fv-content {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* テキスト画像のコンテナ */
.top__fv-text-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  .top__fv-text-wrapper {
    gap: 31px;
  }
}

/* メインテキスト */
.top__fv-text {
  width: auto;
  height: clamp(39px, 6.08vw, 83px);
  opacity: 0;
  transform: translateY(100%);
}

.top__fv-text img {
  width: auto;
  height: 100%;
  object-fit: contain;
  display: block;
}

.top__fv-text-wrapper2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  .top__fv-text-wrapper2 {
    gap: 31px;
  }
}

@media screen and (min-width: 900px) {
  .top__fv-text-wrapper2 {
    margin-top: 170px;
  }
}

.top__fv-sub-text {
  margin-top: 41px;
  display: flex;
  gap: 16px;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: calc(100 / 1000 * 1em);
  line-height: calc(25.6 / 16);
  pointer-events: auto;
}

.top__fv-sub-text::before {
  content: "";
  margin-top: 5px;
  width: clamp(25px, 2.93vw, 40px);
  height: 3px;
  background: var(--color-accent);
  flex-shrink: 0;
}

@media screen and (min-width: 1367px) {
  .top__fv-sub-text {
    font-size: 1rem;
  }
  .top__fv-sub-text::before {
    width: 2.93vw;
  }
}

.top__fv-text-deco {
  position: absolute;
  bottom: -2%;
  right: clamp(-558px, -40.85vw, -242px);
  aspect-ratio: 1119/425;
  width: auto;
  height: clamp(200px, 33.09vw, 452px);
  z-index: 2;
  opacity: 0;
  transform: translateY(100%);
}

.top__fv-text-deco img {
  width: 100%;
  object-fit: contain;
  display: block;
}

.top__fv-scroll-down {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 24px;
  height: auto;
  aspect-ratio: 24/112;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
}

.top__fv-scroll-down img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top__fv-scroll-down::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/scroll-down.svg) no-repeat center center / contain;
}

@keyframes slideUpFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ==============================
メインコンテンツ
================================ */
.top__main {
  overflow: hidden;
  position: relative;
  background: url(../images/main-blue-bg.png) no-repeat center center / cover;
  padding-block: 90px 114px;
}
.top__main::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-filter.svg) repeat center center/contain;
  pointer-events: none;
  z-index: 1;
}

.top__manda {
  position: relative;
  z-index: 2;
}

.top__manda-swiper-container {
  width: 100%;
}

.top__manda-swiper-wrapper {
  transition-timing-function: linear !important;
}

.top__manda-swiper-r {
  margin-top: 24px;
}

.top__manda-swiper-slide {
  width: auto;
  margin-right: 38px;
  user-select: none;
}

@media (max-width: 768px) {
  .top__manda-swiper-slide {
    margin-right: 15px;
  }
}

.top__manda-swiper-slide img {
  height: 80px;
  width: auto;
  display: block;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .top__manda-swiper-slide img {
    height: 100px;
  }
}

.top__manda-container {
  padding: 103px 20px 0 25px;
  margin-inline: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top__manda-container {
    padding: 103px clamp(40px, 7.33vw, 100px) 0 clamp(45px, 10.99vw, 150px);
    max-width: calc(1116px + 250px);
  }
}

.top__manda-box {
  margin-top: 168px;
  color: var(--color-white);
}

@media screen and (min-width: 768px) {
  .top__manda-box {
    margin-top: 127px;
    width: 52%;
  }
}

.top__manda-box-title {
  font-size: clamp(30px, 4.4vw, 60px);
  font-weight: 500;
  letter-spacing: calc(70 / 1000 * 1em);
  line-height: calc(79 / 60);
}

.top__manda-box-text:first-of-type {
  margin-top: 40px;
}

.top__manda-box-text:not(:first-of-type) {
  margin-top: 30px;
}

.top__manda-box-text {
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 500;
  letter-spacing: calc(30 / 1000 * 1em);
  line-height: calc(33 / 15);
}

.top__manda-button {
  margin-top: 40px;
  justify-self: flex-end;
}

@media screen and (min-width: 768px) {
  .top__manda-button {
    margin-top: 10px;
    margin-right: -30%;
  }
}

.top__manda-button-link {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.54vw, 21px);
  margin-inline: auto 0;
}

.top__manda-button-link::after {
  content: "";
  aspect-ratio: 64/64;
  width: clamp(40px, 4.69vw, 64px);
  height: auto;
  background: url(../images/button-icon.svg) no-repeat center center / contain;
  transition: all 0.5s ease;
}

.top__manda-button-link img {
  aspect-ratio: 124/19;
  width: clamp(100px, 9.01vw, 123px);
  height: auto;
  object-fit: contain;
}

.top__manda-button-link:hover {
  transform: scale(1.1);
}

.top__manda-box-news {
  margin-top: 49px;
}

.top__manda-box-news-title {
  padding: 7px 19px 5px;
  background: var(--color-accent);
  border-radius: 10px 10px 0 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: calc(30 / 1000 * 1em);
  line-height: 2;
  display: inline-block;
}

.top__manda-box-news .webgene-blog {
  background: var(--color-white);
  border-radius: 0 10px 10px 10px;
  max-width: 446px;
  overflow: hidden;
}

.news__item {
  position: relative;
}

.top__manda-box-news .news__item-link {
  position: relative;
  display: block;
  padding: 20px 40px 20px 20px;
}

.top__manda-gb-wrapper {
  position: absolute;
  z-index: -1;
  top: 103px;
  right: 20px;
  width: clamp(160px, 35.8vw, 489px);
}
@media screen and (min-width: 768px) {
  .top__manda-gb-wrapper {
    right: 33px;
  }
}
@media screen and (min-width: 1150px) {
  .top__manda-gb-wrapper {
    right: clamp(40px, 7.33vw, 100px);
  }
}

.top__manda-gb01 {
  width: 100%;
  height: auto;
  aspect-ratio: 489/477;
}

.top__manda-gb02 {
  margin-right: clamp(10px, 2.57vw, 35px);
  aspect-ratio: 1/1;
  width: min(25.62vw, 350px);
  display: none;
}

@media screen and (min-width: 768px) {
  .top__manda-gb02 {
    display: block;
  }
}
/* ======================
number
======================== */
/* ブロック */
.top__number {
  margin-top: 90px;
  padding-inline: clamp(20px, 3.67vw, 50px);
  position: relative;
  margin-inline: auto;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .top__number {
    max-width: calc(1266px + 50px * 2);
  }
}

.top__number-container {
  color: var(--color-white);
  padding-bottom: 140px;
}

@media screen and (min-width: 768px) {
  .top__number-container {
    padding-bottom: 210px;
  }
}

@media screen and (min-width: 1240px) {
  .top__number-container {
    padding-bottom: 0;
  }
}

.top__number-head {
  position: absolute;
  bottom: 0;
  right: clamp(20px, 3.66vw, 28px);
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  width: 90%;
}

@media screen and (min-width: 768px) {
  .top__number-head {
    right: auto;
    left: clamp(20px, 3.67vw, 50px);
    max-width: 460px;
  }
}

.top__number-head-title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: calc(80 / 1000 * 1em);
  line-height: calc(64 / 40);
}

@media screen and (min-width: 768px) {
  .top__number-head-title {
    font-size: 40px;
  }
}

.top__number-cards,
.top__number-cards02 {
  display: grid;
  grid-template-columns: 1fr;
}
.top__number-cards {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.top__number-cards02 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 768px) {
  .top__number-cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .top__number-cards02 {
    grid-template-columns: repeat(2, 378px);
    justify-content: flex-end;
  }
}

.top__number-card {
  padding: 20px;
  text-align: right;
  position: relative;
}

.top__number-card:not(:first-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 96%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 768px) {
  .top__number-card:not(:first-of-type)::after {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 1px;
    height: 90%;
  }
}

.top__number-card-icon {
  width: auto;
  height: clamp(100px, 10.25vw, 140px);
  opacity: 0.3;
  justify-self: flex-start;
  margin-left: 20px;
}

.top__number-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .top__number-card-icon {
    justify-self: flex-end;
  }
}

.top__number-card-text {
  margin-top: -5px;
  margin-right: 14.2%;
  height: 54px;
  width: auto;
}

.top__number-card-text img {
  max-width: 100%;
  height: 100%;
  width: auto;
}

@media screen and (min-width: 768px) {
  .top__number-card-text {
    height: 63px;
  }
}

.top__number-card-label {
  margin-top: 9px;
  margin-right: 14.2%;
  font-size: clamp(12px, 1.1vw, 15px);
  letter-spacing: calc(30 / 1000 * 1em);
  line-height: calc(33 / 15);
}

/* ====================
top__slider
====================== */
.top__slider {
  position: relative;
  width: 100%;
  background: var(--color-grade);
}
.top__slider::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 68px;
  bottom: 0;
  left: 0;
  background: var(--color-white);
}

.top__slider::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-filter.svg) repeat center center/contain;
  pointer-events: none;
}

.top__slider-swiper {
  position: relative;
  z-index: 2;
  height: clamp(300px, 36.61vw, 500px);
  width: 100%;
}

.top__slider-swiper-wrapper {
  transition-timing-function: linear;
}

.top__slider-swiper-slide {
  width: auto;
  height: 100%;
  aspect-ratio: 486/500;
  margin-left: 10px;
  overflow: hidden;
}

.top__slider-swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ========================================
   top__service
======================================== */
.top__service-voice-container {
  background: linear-gradient(
    135deg,
    rgba(32, 89, 170, 0.15) 20%,
    rgba(76, 134, 170, 0.15) 50%,
    rgba(29, 125, 168, 0.15),
    rgba(59, 104, 168, 0.15) 100%
  );
  position: relative;
}
.top__service-voice-container::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-filter.svg) repeat center center/contain;
}

.top__service {
  width: 100%;
  padding-block: 60px 140px;
  position: relative;
}

@media (min-width: 768px) {
  .top__service {
    padding-block: 120px 180px;
  }
}

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

@media screen and (min-width: 768px) {
  .top__service-inner {
    padding-inline: 40px;
    max-width: calc(1200px + 40px * 2);
  }
}

.top__service-head {
  text-align: center;
}

.top__service-head-en {
  width: clamp(180px, 20.5vw, 280px);
  height: auto;
  display: inline-block;
}

.top__service-head-en img {
  width: 100%;
  height: auto;
  aspect-ratio: 280/53;
  object-fit: contain;
  display: block;
}

.top__service-head-ja {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: calc(100 / 1000 * 1em);
  line-height: 1.2;
  color: var(--color-title-ja);
}

.top__service-sticky-area {
  position: absolute;
  width: clamp(370px, 29.29vw, 400px);
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  pointer-events: none;
}

.top__service-sticky-visuals-wrapper {
  position: sticky;
  margin-block: 306px 180px;
  top: 152px;
  aspect-ratio: 400/500;
  width: clamp(300px, 29.29vw, 400px);
  height: auto;
  z-index: 1;
}

@media screen and (min-width: 800px) {
  .top__service-sticky-visuals-wrapper {
    margin-inline: auto;
  }
}

.top__service-sticky-visuals-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: perspective(10000px) translateZ(-18.3vw);
}

@media screen and (min-width: 1366px) {
  .top__service-sticky-visuals-inner {
    transform: perspective(10000px) translateZ(-250px);
  }
}

.top__service-sticky-visuals {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.top__service-sticky-visuals-item--front {
  transform: rotateX(0deg) translateZ(18.3vw);
  z-index: 15;
}

.top__service-sticky-visuals-item--front::after {
  content: "";
  position: absolute;
  width: min(31.19vw, 426px);
  height: auto;
  aspect-ratio: 426/196;
  background: url(../images/materialsalea.svg) no-repeat center center/contain;
  bottom: 0;
  left: clamp(-55%, -17.06vw, -35%);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

@media screen and (min-width: 1366px) {
  .top__service-sticky-visuals-item--front {
    transform: rotateX(0deg) translateZ(250px);
  }
}

.top__service-sticky-visuals-item {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.top__service-sticky-visuals-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top__service-sticky-visuals-item--bottom {
  transform: rotateX(-90deg) translateZ(18.3vw);
  z-index: 10;
}
.top__service-sticky-visuals-item--bottom::after {
  content: "";
  position: absolute;
  width: min(35.36vw, 483px);
  height: auto;
  aspect-ratio: 483/225;
  background: url(../images/metalprocessing.svg) no-repeat center center/contain;
  bottom: 0;
  left: clamp(-55%, -17.06vw, -35%);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

@media screen and (min-width: 1366px) {
  .top__service-sticky-visuals-item--bottom {
    transform: rotateX(-90deg) translateZ(250px);
  }
}

.top__service-sticky-visuals-item--back {
  transform: rotateX(-180deg) translateZ(18.3vw);
  z-index: 5;
}

.top__service-sticky-visuals-item--back::after {
  content: "";
  position: absolute;
  width: min(44vw, 601px);
  height: auto;
  aspect-ratio: 601/256;
  background: url(../images/canningwelding.svg) no-repeat center center/contain;
  bottom: 0;
  left: clamp(-55%, -17.06vw, -35%);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

@media screen and (min-width: 1366px) {
  .top__service-sticky-visuals-item--back {
    transform: rotateX(-180deg) translateZ(250px);
  }
}

.top__service-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .top__service-list {
    margin-top: 97px;
    gap: 160px;
  }
}

.top__service-list-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 500px;
  margin-inline: auto;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .top__service-list-item {
    flex-direction: row;
    justify-content: space-between;
    min-height: 500px;
    max-width: 100%;
    margin-inline: 0;
  }
}

.top__service-item-head {
  margin-top: 36px;
  min-width: 200px;
  pointer-events: auto;
}

@media screen and (min-width: 1024px) {
  .top__service-item-head {
    margin-left: clamp(0px, 7.33vw, 100px);
  }
}

.top__service-item-number {
  aspect-ratio: 64/10;
  width: clamp(50px, 4.69vw, 64px);
  height: auto;
}

.top__service-item-number img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.top__service-item-title-en {
  margin-top: 16px;
  width: auto;
  height: clamp(32px, 2.78vw, 38px);
}

.top__service-item-title-en img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.top__service-item-title-ja {
  margin-top: 24px;
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 700;
  letter-spacing: calc(80 / 1000 * 1em);
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.1vw, 15px);
  white-space: nowrap;
}

.top__service-item-title-ja::before {
  content: "";
  width: 40px;
  height: 3px;
  background: var(--color-title-ja);
  flex-shrink: 0;
}

.top__service-list-item-image--mobil {
  display: block;
  max-width: 400px;
  margin-inline: auto;
  pointer-events: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top__service-list-item-image--mobil {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
}

.top__service-list-item-image--mobil01::after {
  content: "";
  position: absolute;
  width: 66.14vw;
  height: auto;
  aspect-ratio: 426/196;
  background: url(../images/materialsalea.svg) no-repeat center center/contain;
  bottom: clamp(-24.4%, 11.73vw, -8%);
  left: -5%;
}
.top__service-list-item-image--mobil02::after {
  content: "";
  position: absolute;
  width: 83.14vw;
  height: auto;
  aspect-ratio: 483/225;
  background: url(../images/metalprocessing.svg) no-repeat center center/contain;
  bottom: clamp(-24.4%, 11.73vw, -8%);
  left: -5%;
}
.top__service-list-item-image--mobil03::after {
  content: "";
  position: absolute;
  width: 86.14vw;
  height: auto;
  aspect-ratio: 601/256;
  background: url(../images/canningwelding.svg) no-repeat center center/contain;
  bottom: clamp(-24.4%, 11.73vw, -8%);
  left: -5%;
}
@media screen and (min-width: 500px) {
  .top__service-list-item-image--mobil01::after,
  .top__service-list-item-image--mobil02::after,
  .top__service-list-item-image--mobil03::after {
    left: calc(-20px - (100vw - 375px) * 0.306);
  }
}

.top__service-list-item-image--mobil img {
  width: 100%;
  height: auto;
  aspect-ratio: 400 / 500;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .top__service-list-item-image--mobil {
    display: none;
  }
}

.top__service-list-item-body {
  pointer-events: auto;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .top__service-list-item-body {
    margin-top: clamp(80px, 11.94vw, 163px);
    max-width: clamp(205px, 24.9vw, 340px);
  }
}

.top__service-list-item-body-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.top__service-list-item-body-text {
  font-size: clamp(12px, 1.03vw, 14px);
  font-weight: 500;
  letter-spacing: calc(30 / 1000 * 1em);
  line-height: calc(28 / 14);
}

.top__service-list-item-body-button {
  margin-top: 30px;
}

.top__service-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .top__service-slider {
    position: sticky;
    margin-top: 160px;
  }
}

.top__service-slides {
  display: flex;
  align-items: center;
  gap: 30px;
  width: fit-content;
  animation: scroll-infinite 10s linear infinite;
}

@keyframes scroll-infinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.top__service-slide {
  flex-shrink: 0;
  width: 180%;
}

@media screen and (min-width: 768px) {
  .top__service-slide {
    width: 111%;
  }
}

.top__service-slide img {
  display: block;
  height: auto;
  width: 100%;
  aspect-ratio: 1522/171;
}
/* ========================
voice
=========================== */
.top__voice {
  padding-bottom: 120px;
  position: relative;
  width: 100%;
}

.top__voice-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 92.67vw;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .top__voice-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.top__voice-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.top__voice-head-title-en {
  width: clamp(140px, 15.38vw, 210px);
}

.top__voice-head-title-en img {
  width: 100%;
  height: auto;
  display: block;
}

.top__voice-button-wrapper {
  margin-inline: auto min(0px, 4.98vw);
}

.top__voice-slider {
  padding: 92px 0 156px 42px;
  width: 94.44vw;
  margin-inline: auto 0;
  margin-top: -14px;
  background: var(--color-white);
  position: relative;
}

.top__voice-item-image {
  aspect-ratio: 350/210;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.top__voice-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top__voice-item-title {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: calc(30 / 1000 * 1em);
  line-height: calc(22.4 / 14);
}

.voice__navigation {
  position: absolute;
  bottom: 98px;
  left: 40px;
  display: flex;
  gap: 10px;
  align-items: center;
}

/* 専用のボタンスタイル */
.voice__swiper-button-prev,
.voice__swiper-button-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #dd4487;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s;
}

.voice__swiper-button-prev::after,
.voice__swiper-button-next::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid white;
  border-right: 2px solid white;
}

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

.voice__swiper-button-next::after {
  transform: rotate(45deg);
  margin-right: 3px;
}

.voice__swiper-button-prev.swiper-button-disabled,
.voice__swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.voice__swiper-progressbar {
  position: absolute;
  top: auto !important;
  bottom: 114px;
  width: 50% !important;
  left: 149px !important;
  height: 3px;
  background-color: #d2d9e0;
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  .voice__swiper-progressbar {
    width: 75% !important;
  }
}

.voice__swiper-progressbar .swiper-pagination-progressbar-fill {
  background-color: #dd4486;
  height: 100%;
}

/* ========================
new
========================== */

.top__news-blog-container {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .top__news-blog-container {
    flex-direction: row;
    justify-content: space-between;
    padding: 120px 40px 80px;
    max-width: calc(1130px + 40px * 2);
  }
}

.top__news {
  flex: 1;
  min-width: 0;
}

.top__news-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .top__news-head {
    gap: 25px;
  }
}

.top__news-head-title-en {
  width: 129px;
  /* height: clamp(34px, 3.08vw, 42px); */
}

@media screen and (min-width: 768px) {
  .top__news-head-title-en {
    width: 157px;
  }
}

.top__news-head-title-en img {
  width: auto;
  height: 100%;
  display: block;
}

.top__news-box {
  overflow: hidden;
}

.top__news-list {
  margin-top: 60px;
  border-top: 1px solid #d2d9e0;
}

.top__news-button {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}

.top__blog {
  flex: 1;
  min-width: 0;
}

.top__blog-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.top__blog-head-title-en {
  width: 100px;
  /* height: clamp(34px, 3.08vw, 42px); */
}
@media screen and (min-width: 768px) {
  .top__blog-head-title-en {
    width: 123px;
  }
}

.top__blog-head-title-en img {
  width: 100%;
  height: auto;
  display: block;
}

.top__blog-box {
  overflow: hidden;
}
.top__blog-list {
  margin-top: 60px;
  border-top: 1px solid #d2d9e0;
}

.blog__item {
  border-bottom: 1px solid #d2d9e0;
}

.blog__item-link {
  display: block;
  position: relative;
  padding-block: 30px;
}

.blog__item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: var(--color-accent);
  border-radius: 50%;
  flex-shrink: 0;
  transition: width 0.5s ease, height 0.5s ease, right 0.5s ease;
}

.blog__item-link:hover::after {
  width: 15px;
  height: 15px;
  right: 18px;
}

.blog__item-row {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
}

@media screen and (min-width: 768px) {
  .blog__item-row {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}

.blog__item-time {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.blog__item-tag {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: calc(80 / 1000 * 1em);
  line-height: 1.2;
  padding: 3px 12px;
  border-radius: 30px;
  background: #5f91d5;
  color: var(--color-white);
}

.blog__item-title {
  margin-top: 15px;
  font-size: clamp(12px, 1.03vw, 14px);
  font-weight: 500;
  letter-spacing: calc(30 / 1000 * 1em);
  line-height: 1.2;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top__blog-button {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}

.top__bottom {
  overflow: hidden;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px 80px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top__bottom {
    margin-top: 73px;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px 80px 50px;
    max-width: calc(1296px + 70px);
  }
}

.top__bottom-bg {
  position: absolute;
  bottom: -2%;
  right: clamp(-558px, -40.85vw, -242px);
  aspect-ratio: 1119/425;
  width: auto;
  height: clamp(200px, 33.09vw, 452px);
  z-index: 10;
}

.top__bottom-bg img {
  width: 100%;
  height: auto;
  display: block;
}

.top__bottom-title {
  font-size: clamp(25px, 2.35vw, 32px);
  font-weight: 500;
  letter-spacing: calc(30 / 1000 * 1em);
  line-height: calc(51.2 / 32);
}

.top__bottom-text {
  max-width: 467px;
  margin-top: 25px;
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 500;
  letter-spacing: calc(30 / 1000 * 1em);
  line-height: calc(33 / 15);
}
