:root {
  --japanese: "Noto Sans JP", sans-serif;
  --black: #2c2c2c;
  --120: 120%;
  --english: Inter, sans-serif;
  --blue: #0028ab;
  --white: white;
  --0-9gap: 0.9px;
  --brown: #633433;
  --cecece: #cecece;
  --transparent: transparent;
  --16px: 16px;
  --24px: 24px;
}

.sponsor-section {
  overflow: hidden;
  padding: 40px 0;
}

.partner-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sponsor-section .swiper {
  overflow: hidden;
  width: 100%;
}

.sponsor-section .swiper-wrapper {
  align-items: center;
}

.sponsor-section .swiper-slide {
  width: auto;
  /* 可変幅対応 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.maker-image {
  height: 60px;
  /* ロゴ高さ調整 */
  width: auto;
  object-fit: contain;
}

.fade-trigger {
  opacity: 0;
  transform: scale(0.95);
}

.fade-in-animation {
  animation: fadeInZoom 1.2s ease-out forwards;
}

@keyframes fadeInZoom {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

html {
  scroll-behavior: smooth;
  transition: all 600ms;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: transparent;
}

.navicon {
  background: #1c3176;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #1a4f6b;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
  background: #1c3176;
}

.navicon:after {
  bottom: 9px;
  background: #1c3176;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
  background: #1c3176;
}

.menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
  background: #1c3176;
}

.menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
  top: 0;
}

.menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked~.menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* スクロール後（.scrolledが付いたら） */
.navbar.scrolled .navicon,
.navbar.scrolled .navicon::before,
.navbar.scrolled .navicon::after {
  background-color: #1c3176;
}

/* 背景も一緒に変える（任意） */
.navbar.scrolled {
  background-color: #1c3176;
  transition: background-color 0.3s ease;
}

/* 動きに弱いユーザー配慮（任意） */
@media (prefers-reduced-motion: reduce) {
  .partner-slider-top {
    animation: none;
    transform: none;
    opacity: 1;
  }
}

html.w-mod-touch {
  width: 100%;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

.wpcf7 {
  width: 100% !important;
  max-width: 100% !important;
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.wpcf7 .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 6px;
  /* 丸とテキストの間 */
}

.wpcf7-form-control-wrap {
  position: relative;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  display: flex;
}

/* ラジオボタン全体を縦方向に */
.wpcf7-form-control.wpcf7-radio.radio-button-field.w-radio.radio-button.w-radio-input {
  display: flex !important;
  flex-direction: column !important;
  /* 縦並びにする */
  gap: 10px;
  /* 項目間の余白 */
  align-items: flex-start;
  /* 左揃え */
  width: 100%;
  /* 横幅100%にする */
  padding: 0px;
}

/* 各ラベルを横書きで自然に */
.wpcf7-form-control.wpcf7-radio.radio-button-field.w-radio.radio-button.w-radio-input label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  writing-mode: horizontal-tb !important;
  /* 強制横書き */
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.sg-body {
  font-family: var(--japanese);
  color: var(--black);
  font-size: 16px;
  line-height: var(--120);
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  padding-top: 78px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fv-section {
  line-height: var(--120);
  /*   background-image: url("../images/FV.png"); */
  background-image: url("https://webb-db.sakura.ne.jp/www/wp-content/uploads/2025/12/FV-1-scaled.png");
  /*   background-image: url("https://webb-db.sakura.ne.jp/www/wp-content/uploads/2025/12/logo-anime.gif"); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80vh;
  max-height: 100vh;
  font-weight: 700;
  display: flex;
  position: relative;
}

.fv-section.test {
  background-image: url("../images/FV-1_1.avif");
  background-position: 50% 23%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 588px;
}

.fv-transparent-part {
  background-image: url("../images/Mask-group-1_1.avif");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 658px;
  width: 50%;
  max-width: 50%;
  height: 100%;
  max-height: 100vh;
  position: absolute;
  bottom: 0;
  right: 0;
}

.fv-transparent-part.test {
  display: none;
}

.fv-texts {
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 8%;
  display: flex;
}

.ja-42px {
  font-size: 42px;
  line-height: var(--120);
  font-weight: 700;
}

.ja-16px-normal {
  margin-bottom: 0;
  font-weight: 400;
}

.ja-16px-normal.maximam {
  max-width: 446px;
}

.ja-16px-normal.bold {
  font-weight: 700;
}

.news-section {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 52px;
  display: flex;
}

._1200px-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  max-width: 1200px;
  display: flex;
}

.news-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  padding-bottom: 10px;
}

.en-24px {
  font-family: var(--english);
  font-size: 24px;
  line-height: var(--120);
  font-weight: 700;
}

.div-block-2 {
  width: 100%;
}

.splide__slide {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.splide__arrow {
  color: #000;
  letter-spacing: 3px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 120%;
  display: flex;
}

.splide__arrow.splide__arrow--next {
  background-color: #fff0;
  width: 60px;
  height: 40px;
  padding: 0;
  position: static;
  transform: translate(0);
}

.splide__arrow.splide__arrow--next:hover {
  text-decoration: none;
}

.splide__arrow.splide__arrow--prev {
  background-color: #fff0;
  width: 60px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  position: static;
  transform: translate(0);
}

.splide__arrow.splide__arrow--prev:hover {
  text-decoration: none;
}

.arrow-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.splide__track {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.splide__arrows {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.splide__list {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.image-19 {
  aspect-ratio: 1;
  width: 35px;
  position: absolute;
}

.image-19.next {
  left: auto;
}

.text-block-17 {
  line-height: 120%;
  position: absolute;
  bottom: 13px;
  right: 0;
}

.text-block-17.next {
  left: 0;
  right: auto;
}

.splide {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.splide__pagination.splide__pagination--ltr {
  padding-bottom: 6px;
}

/* 投稿が3件以下のときの見た目を調整 */
.no-slider .splide__list {
  display: flex;
  flex-wrap: wrap;
  /* 折り返しを許可 */
  justify-content: center;
  /* 左寄せ */
  gap: 24px;
}

.no-slider .splide__slide {
  flex: 1;
  max-width: 46%;
}

.news-card {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: none;
  display: flex;
  text-decoration: none;
  color: black;
  min-width: 200px;
  max-width: 440px;
}

.news-card-tags {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.news-bottom-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.news-image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
}

.en-10px {
  font-family: var(--english);
  font-size: 10px;
}

.news-tag {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 2px;
  padding: 2px 4px;
  font-size: 12px;
}

.news-tag-txt {
  line-height: var(--120);
}

.navbar {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 78px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 4px #0000001a;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.head-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.brand {
  aspect-ratio: 37 / 12;
  width: 100%;
  max-width: 148px;
}

.logo-image {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.head-left {
  grid-column-gap: clamp(10px, 4%, 16px);
  grid-row-gap: clamp(10px, 4%, 16px);
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.botton {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 24px;
  padding: 14px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.6s;
}

.botton:hover {
  transform: translate(-4px, -4px);
}

.botton.contact {
  font-size: 24px;
  line-height: var(--120);
  background-color: var(--blue);
  border-radius: 10px;
  width: 440px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight: 300;
}

.head-links {
  word-break: keep-all;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  transition: all 0.6s;
  display: flex;
  scroll-behavior: smooth;
}

.head-links:hover {
  transform: translate(-2px, -2px);
}

.news-txt-wrap {
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

.about-us-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 220px;
  padding-bottom: 110px;
  display: flex;
}

.about-us-wrapper {
  grid-row-gap: 72px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  display: flex;
  position: relative;
}

.about-txts {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.en-45px-blue {
  font-family: var(--english);
  color: var(--blue);
  font-size: 45px;
  line-height: var(--120);
  letter-spacing: var(--0-9gap);
  font-weight: 600;
}

.about-us-txt {
  letter-spacing: var(--0-9gap);
  max-width: 560px;
  width: 44%;
}

.about-big-round {
  aspect-ratio: 1;
  background-image: url("../images/Ellipse-1.avif");
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 640px;
  display: flex;
  position: absolute;
  right: 0;
}

.about-middle-round {
  aspect-ratio: 1;
  background-image: url("../images/Ellipse-2.avif");
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 520px;
  display: flex;
}

.about-little-round-wrap {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 420px;
  display: flex;
  position: relative;
}

.about-little-round {
  aspect-ratio: 1;
  background-image: url("../images/Ellipse-3.svg");
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 240px;
  display: flex;
  position: absolute;
}

.about-little-round.top {
  z-index: 1;
  top: -30px;
}

.about-little-round.left {
  z-index: 2;
  left: -30px;
}

.about-little-round.right {
  z-index: 5;
  right: -30px;
}

.about-little-round.left-bottom {
  z-index: 3;
  bottom: -30px;
  left: 10px;
}

.about-little-round.right-bottom {
  z-index: 4;
  bottom: -30px;
  right: 10px;
}

.brown-16px {
  color: var(--brown);
  font-size: 16px;
  line-height: var(--120);
  letter-spacing: 0.3px;
  font-weight: 500;
}

.whats-webb-section {
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 110px;
}

.whats-webb-wrapper {
  grid-row-gap: 52px;
  background-color: #f5f4f7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px 42px 100px;
  display: flex;
}

.title-top {
  border-bottom: 1px solid #cecece;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 12px;
  display: flex;
}

.title-txt {
  font-family: var(--english);
  color: var(--blue);
  line-height: var(--120);
  font-weight: 600;
}

.webb-contents {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.webb-left {
  grid-row-gap: 38px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.webb-image {
  aspect-ratio: 1;
  width: 300px;
}

.sponsor-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  font-weight: 700;
  display: flex;
  grid-row-gap: 20px;
}

.partner-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  grid-row-gap: 20px;
}

.partner-slider-1 {
  grid-column-gap: 2%;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.partner-slider-top {
  grid-column-gap: 2%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  min-width: 100%;
  padding-top: 20px;
  padding-bottom: 0;
  display: grid;
}

.main-manufactures-card {
  grid-row-gap: 8px;
  color: #011715;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px 16px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  display: flex;
}

.div-block-58 {
  aspect-ratio: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.maker-image {
  aspect-ratio: 2;
  object-fit: contain;
  width: 100%;
}

.partner-slider-2 {
  grid-column-gap: 2%;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.partner-slider-bottom {
  grid-column-gap: 2%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  min-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

/* .maker-image {
  aspect-ratio: 2;
  object-fit: contain;
  width: 280px;
}

.partner-slider-1,
.partner-slider-2 {
  display: flex;
  overflow: hidden;
  width: auto;
  white-space: nowrap;
  position: relative;
}

/* 上段（左方向へ流れる） */
.partner-slider-top {
  display: flex;
  margin-left: 20px;
  width: 100%;
  animation: marqueeLeft 30s linear infinite;
}

@keyframes marqueeLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* 下段（右方向へ流れる） */
.partner-slider-bottom {
  display: flex;
  animation: marqueeRight 30s linear infinite;
}

.ja-24px {
  font-size: 24px;
  line-height: var(--120);
}

.ja-24px.bold {
  font-weight: 700;
}

.plan-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  padding-top: 120px;
}

.plan-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.title-texts-wrap {
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 42px;
  display: flex;
}

.plan-grid {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.plan-card {
  grid-row-gap: 14px;
  text-align: center;
  border: 1px solid #00000012;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px 4% 56px;
  display: flex;
  box-shadow: 0 2px 4px #00000040;
}

.plan-card-texts {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ja-14px {
  font-size: 14px;
  line-height: var(--120);
}

.blue-30px {
  color: var(--blue);
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}

.blue-16px {
  color: var(--blue);
  font-size: 16px;
  font-weight: 400;
}

.line-through {
  text-decoration: line-through;
}

.plantexts-lines {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.plan-price {
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plan-price.other {
  padding-top: 32px;
}

.checks-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.plan-checks {
  grid-column-gap: 6px;
  border-bottom: 1px solid var(--cecece);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 10px 8px;
  display: flex;
}

.check-image {
  aspect-ratio: 1;
  width: 16px;
}

.team-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  display: flex;
}

.team-wrapper {
  width: 100%;
}

.team-grid {
  grid-column-gap: 8px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.team-card {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-image {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
}

.team-card-bottom {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  /*   align-items: flex-start; */
  align-items: center;
  width: 100%;
  display: flex;
}

.team-name {
  color: #4d4d4d;
  font-size: 10px;
}

.contact-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 144px;
  display: flex;
}

.contact-wrapper {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.contact-title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.en-40px {
  font-family: var(--english);
  font-size: 40px;
  line-height: var(--120);
  font-weight: 500;
}

.ja-20px {
  font-size: 20px;
  line-height: var(--120);
}

.form-block {
  width: 100%;
}

.form {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-wrap {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-field,
.field-label {
  margin-bottom: 0;
}

.contact-label {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.necessary-box {
  color: var(--white);
  background-color: var(--blue);
  padding: 4px 8px;
}

.necessary-box>.ja-14px {
  color: var(--white);
}

.radio-wrapper {
  width: 100%;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.radio-button {
  aspect-ratio: 1;
  width: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.textarea {
  background-color: #f1f1f1;
  border-radius: 10px;
  width: 100%;
  min-height: 250px;
  margin-bottom: 0;
}

.footer-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  grid-row-gap: 22px;
  border: 1px solid var(--black);
  background-color: var(--blue);
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 72px 8% 32px;
  display: flex;
  position: relative;
}

.footer-left {
  grid-row-gap: 32px;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-comp-txt {
  font-family: Shippori Mincho, sans-serif;
  font-size: 32px;
  line-height: var(--120);
  letter-spacing: 3.2px;
}

.address {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.white {
  color: var(--white);
  letter-spacing: var(--0-9gap);
}

.footer-upper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-right {
  grid-row-gap: 20px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-16px {
  color: var(--white);
  text-decoration: none;
}

.copy-right {
  color: #ffffff82;
  letter-spacing: 1.2px;
  font-family: Domine, sans-serif;
  font-size: 12px;
}

.tap-to-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 20px;
  left: 20%;
  background-color: rgba(255, 255, 255, 0.1);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 1px solid #ffffff80;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.tap-to-top:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

.page-top-left {
  /* aspect-ratio: 2 / 3; */
  /* border: 1px solid #ffffff80; */
  /* border-radius: 22px; */
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.page-top-image {
  aspect-ratio: 1;
  width: 14px;
}

.en-14px {
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.head-space-between {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-59 {
  background-image: url("../images/FV-1_1.avif");
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.label-menu-icon {
  display: none;
}

.div-block-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-left: 24px;
  text-decoration: none;
  display: flex;
}

._14px {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.link-block-2 {
  text-decoration: none;
}

.contact-botton {
  background-color: #fff;
  border: 1px solid #1c3176;
  margin-left: 22px;
  padding: 16px 24px;
  text-decoration: none;
}

.contact-botton.head {
  justify-content: center;
  align-items: center;
  margin-left: 26px;
  display: flex;
}

.div-block-66 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._16px {
  color: #333;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.slide-nav-menu {
  display: none;
}

.apply-button {
  background-image: url("../images/CTA_btn_1CTA_btn.webp");
  background-position: 0 0;
  background-size: cover;
  border-right: 2px solid #888989;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  padding: 17px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0.5px 0.5px #959595;
}

.apply-button.head {
  margin-left: 18px;
}

.image-8 {
  aspect-ratio: 3 / 5;
  width: 12px;
}

._18px {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

._18px.keep-all {
  word-break: keep-all;
}

._18px.main-color-text {
  color: #1c3176;
}

._18px.main-color-text.keep-all {
  word-break: keep-all;
}

.div-block-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.news-single-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-335 {
  background-image: linear-gradient(90deg, #00561f, #d8cb43);
  width: 100%;
  height: 2px;
}

.link-block {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding-top: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.article-title {
  font-size: 32px;
  line-height: 120%;
}

.category-div {
  background-color: var(--blue);
  border-radius: 20px;
  padding: 2px 16px;
}

.text-block-53 {
  letter-spacing: 1.6px;
  padding-bottom: 11px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.article-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 75px;
  display: flex;
}

.article-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  padding-top: 52px;
  display: flex;
}

.article-title-wrapper {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 24px;
}

.article-paragraph {
  width: 100%;
}

.news-single-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.news-single-wrap.privacy-policy {
  padding: 40px 0 40px;
  color: #000;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-13 {
  width: 100%;
  max-width: 600px;
}

.paragraph-10 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 200%;
}

.text-block-52 {
  color: #fff;
  font-size: 16px;
  line-height: 200%;
}

.text-block-52.black {
  color: #000;
}

.category-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  grid-column-gap: 24px;
}

.div-block-334 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.image-14 {
  position: absolute;
  top: 14px;
  right: -20px;
}

@media screen and (max-width: 991px) {
  .fv-section {
    height: 530px;
  }

  .ja-42px {
    font-size: 36px;
  }

  .news-section {
    padding-top: 60px;
    padding-bottom: 48px;
  }

  .en-24px {
    font-size: 22px;
  }

  .splide__arrow.splide__arrow--next,
  .splide__arrow.splide__arrow--prev {
    font-size: 14px;
  }

  .image-19 {
    width: 32px;
  }

  .navbar,
  .navbar.scrolled {
    background-color: var(--white);
  }

  .container {
    justify-content: space-between;
    align-items: center;
  }

  .head-wrap {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu {
    background-color: var(--white);
    height: 100vh;
    padding-top: 60px;
  }

  .botton.contact {
    width: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .head-links {
    font-size: 20px;
    line-height: var(--120);
    border-bottom: 1px solid #000;
    width: 40%;
    padding-bottom: 26px;
    font-weight: 600;
  }

  .about-us-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .whats-webb-section {
    padding-top: 60px;
  }

  .about-us-wrapper {
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .about-txts {
    justify-content: flex-start;
    align-items: center;
  }

  .en-45px-blue {
    font-size: 42px;
  }

  .about-big-round {
    position: relative;
  }

  .about-little-round {
    width: 50%;
  }

  .about-little-round.top {
    top: 0px;
  }

  .about-little-round.left {
    left: 0px;
  }

  .about-little-round.right {
    right: 0px;
  }

  .about-little-round.left-bottom {
    bottom: 0px;
    left: 30px;
  }

  .about-little-round.right-bottom {
    bottom: 0px;
    right: 30px;
  }

  .whats-webb-wrapper {
    padding: 40px 36px 80px;
  }

  .webb-contents {
    padding-left: 0%;
    padding-right: 0%;
  }

  .sponsor-section {
    padding-top: 100px;
  }

  .plan-section {
    padding-top: 100px;
  }

  .partner-slider-top {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .maker-image {
    min-width: 109px;
  }

  .partner-slider-bottom {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .ja-24px {
    font-size: 22px;
  }

  .title-texts-wrap {
    padding-top: 32px;
    padding-bottom: 38px;
  }

  .plan-grid {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
  }

  .ja-14px {
    font-size: 12px;
  }

  .blue-30px {
    font-size: 28px;
  }

  .plan-price.other {
    padding-top: 32px;
  }

  .team-section {
    padding-top: 100px;
  }

  .team-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-card {
    grid-row-gap: 16px;
  }

  .contact-section {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .contact-wrapper {
    grid-row-gap: 32px;
  }

  .en-40px {
    font-size: 38px;
  }

  .ja-20px {
    font-size: 18px;
  }

  .textarea {
    min-height: 200px;
  }

  .footer-wrapper {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    padding-top: 60px;
  }

  .footer-comp-txt {
    font-size: 30px;
  }

  .footer-upper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .tap-to-top {
    left: 8%;
  }

  .en-14px {
    font-size: 12px;
  }

  .menu-button {
    display: none;
  }

  .div-block-60 {
    z-index: 10;
    width: 100%;
    height: calc(100vh - 78px);
    position: absolute;
    top: 78px;
    right: 0;
  }

  .label-menu-icon {
    z-index: 99;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .menu-button-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-card {
    padding-left: 15px;
  }

  .footer-card.header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-top: 0;
    padding-bottom: 24px;
  }

  .contact-botton.head {
    width: 300px;
    margin-left: 0;
  }

  .div-block-66 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #1c3176;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-block-5 {
    text-decoration: none;
  }

  ._16px {
    font-size: 14px;
  }

  .slide-nav-menu {
    z-index: 98;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #00000069;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0;
    transition: all 0.3s;
    display: flex;
    position: fixed;
    top: 78px;
    left: 0;
    overflow: hidden;
  }

  .slide-nav-menu.active {
    height: calc(100vh - 78px);
  }

  .apply-button.head {
    width: 300px;
    margin-left: 0;
  }

  ._18px {
    font-size: 16px;
  }

  .mobile-nav-inside {
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60vh;
    padding-top: 60px;
    display: flex;
  }

  .news-single-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .article-title {
    font-size: 28px;
  }

  .article-wrapper {
    width: 90%;
  }

  .image-13 {
    max-width: 480px;
  }

  .about-us-txt {
    letter-spacing: var(--0-9gap);
    max-width: 560px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-manufactures-card {
    max-width: 250px;
  }

  .sg-body {
    padding-top: 62px;
  }

  .fv-section {
    background-size: 1140px;
    height: 500px;
  }

  .ja-42px {
    font-size: 31px;
  }

  .ja-16px-normal {
    font-size: 14px;
  }

  .news-section {
    padding-top: 56px;
    padding-bottom: 44px;
  }

  .en-24px {
    font-size: 20px;
  }

  .splide__arrows {
    padding-bottom: 10px;
  }

  .image-19 {
    width: 30px;
  }

  .no-slider .splide__slide {
    max-width: 48%;
  }

  .news-card {
    min-width: 150px;
  }

  .news-card-tags {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar {
    height: 72px;
  }

  .botton {
    padding: 10px 20px;
  }

  .botton.contact {
    width: 300px;
    font-size: 18px;
  }

  .head-links {
    font-size: 18px;
  }

  .about-us-section {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .whats-webb-section {
    padding-top: 50px;
  }

  .en-45px-blue {
    font-size: 38px;
  }

  .about-us-txt {
    font-size: 14px;
  }

  .about-big-round {
    background-position: 50%;
    width: 100%;
  }

  .about-middle-round {
    width: 82%;
  }

  .about-little-round-wrap {
    width: 90%;
  }

  .about-little-round.left-bottom {
    left: 22px;
  }

  .about-little-round.right-bottom {
    right: 22px;
  }

  .brown-16px {
    font-size: 14px;
  }

  .whats-webb-wrapper {
    grid-row-gap: 40px;
    padding: 32px 28px 72px;
  }

  .webb-contents {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .webb-left {
    grid-row-gap: 28px;
  }

  .webb-image {
    width: 78%;
  }

  .sponsor-section {
    padding-top: 80px;
  }

  .plan-section {
    padding-top: 80px;
  }

  .partner-list {
    width: auto;
  }

  .partner-slider-top {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .maker-image {
    min-width: 50px;
  }

  .partner-slider-bottom {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .ja-24px {
    font-size: 20px;
  }

  .title-texts-wrap {
    grid-row-gap: 18px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .plan-grid {
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .plan-card {
    width: 100%;
    max-width: 300px;
  }

  .plan-price.other {
    padding-top: 0;
  }

  .team-section {
    padding-top: 80px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-wrapper {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    padding-top: 56px;
  }

  .footer-left {
    width: 100%;
  }

  .footer-upper {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .tap-to-top {
    bottom: 30px;
    right: 30px;
    left: auto;
  }

  .footer-card {
    width: 50%;
    padding-left: 0;
  }

  .div-block-66 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  ._16px.white-text.footer {
    font-size: 16px;
  }

  .slide-nav-menu.active {
    height: calc(100vh - 72px);
    top: 72px;
  }

  ._18px {
    font-size: 14px;
  }

  .news-single-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .article-title {
    font-size: 30px;
  }

  .image-13 {
    max-width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .news-card {
    min-width: 150px;
  }

  .sg-body {
    padding-top: 64px;
  }

  .fv-section {
    background-position: 72% 0%;
    background-size: cover;
    justify-content: flex-start;
    align-items: flex-start;
    height: calc(80vh - 64px);
  }

  .fv-texts {
    margin-left: 6%;
    padding-top: 20vh;
  }

  .ja-42px {
    font-size: 24px;
  }

  .news-section {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .en-24px {
    font-size: 18px;
  }

  .splide__arrow.splide__arrow--next,
  .splide__arrow.splide__arrow--prev {
    min-width: auto;
    padding: 10px;
  }

  .splide__arrows {
    padding-bottom: 8px;
  }

  .no-slider .splide__slide {
    width: 46%;
    max-width: 240px;
  }

  .image-19 {
    width: 28px;
  }

  .navbar {
    height: 64px;
  }

  .head-wrap {
    grid-column-gap: 0px;
  }

  .botton {
    display: none;
  }

  .botton.contact {
    width: 240px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
  }

  .head-links {
    font-size: 16px;
  }

  .about-us-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .whats-webb-section {
    padding-top: 40px;
  }

  .en-45px-blue {
    font-size: 34px;
  }

  .about-little-round.left {
    left: -6px;
  }

  .about-little-round.right {
    right: -6px;
  }

  .about-little-round.left-bottom {
    left: 12px;
  }

  .about-little-round.right-bottom {
    right: 12px;
  }

  .brown-16px {
    font-size: 10px;
  }

  .whats-webb-wrapper {
    grid-row-gap: 32px;
    padding: 28px 20px 60px;
  }

  .title-top {
    padding-bottom: 8px;
  }

  .webb-left {
    grid-row-gap: 24px;
  }

  .sponsor-section {
    padding-top: 60px;
  }

  .plan-section {
    padding-top: 60px;
  }

  .ja-24px {
    font-size: 16px;
  }

  .title-texts-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .plan-card {
    grid-row-gap: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .plan-card-texts {
    grid-row-gap: 8px;
  }

  .blue-30px {
    font-size: 24px;
  }

  .team-grid {
    grid-row-gap: 24px;
  }

  .team-card {
    grid-row-gap: 12px;
  }

  .team-card-bottom {
    grid-row-gap: 6px;
  }

  .footer-wrapper {
    grid-row-gap: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding-top: 48px;
    padding-bottom: 80px;
    /* Space for page top button */
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-left {
    grid-row-gap: 24px;
  }

  .footer-comp-txt {
    font-size: 24px;
  }

  .address {
    grid-row-gap: 4px;
  }

  .footer-upper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tap-to-top {
    grid-column-gap: 5px;
    bottom: 20px;
    left: auto;
    right: 20px;
    width: 60px;
    height: 60px;
  }

  .page-top-left {
    width: 32px;
  }

  ._14px {
    font-size: 12px;
  }

  .contact-botton.head {
    width: 60%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-66 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  ._16px {
    font-size: 12px;
  }

  .slide-nav-menu.active {
    height: calc(100vh - 64px);
    top: 64px;
  }

  .apply-button.head {
    width: 60%;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-c2af1b82-a11c-ddb6-af43-121431fd2461-5d3d63f0,
#w-node-ca7e214b-999f-fb6f-307a-045972f85b8c-5d3d63f0,
#w-node-_68e3b438-43f7-a795-308c-eeb9db114ee7-5d3d63f0,
#w-node-_264d07db-f675-abd9-d44a-3d4c4426ab77-5d3d63f0,
#w-node-d14b2760-ac77-2c3b-6f0b-ca084c2e7046-5d3d63f0,
#w-node-_02327734-a77c-f97a-8ae1-9e021864d6bf-5d3d63f0,
#w-node-b225be31-2d84-fe4b-4406-79ba09b6e9fb-5d3d63f0,
#w-node-e9d10ee4-0e0c-8972-b4aa-609fc5f856c9-5d3d63f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

/* ========================================
   新規セクションのスタイル
   ======================================== */

/* サービス詳細セクション */
.services-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
}

.service-card {
  background: white;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 40, 171, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 40, 171, 0.15);
}

.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}

.service-icon svg {
  transition: transform 0.4s ease;
}

.service-card:hover .service-icon svg {
  transform: scale(1.1) rotate(5deg);
}

.service-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ja-20px {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #2c2c2c;
}

.ja-14px {
  font-size: 14px;
  line-height: 1.7;
  color: #2c2c2c;
}

/* 導入事例・実績セクション */
.case-studies-section {
  padding: 100px 0;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case-studies-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  margin-bottom: 60px;
}

.stat-card {
  background: linear-gradient(135deg, #0028ab 0%, #0035d4 100%);
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  color: white;
  transition: all 0.4s ease;
}

.stat-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 40px rgba(0, 40, 171, 0.3);
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
  font-family: 'Inter', sans-serif;
}

.stat-label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}

.stat-description {
  font-size: 12px;
  opacity: 0.9;
  line-height: 1.5;
}

.case-studies-content {
  width: 100%;
}

.industry-cases {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.industry-case {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: all 0.3s ease;
}

.industry-case:hover {
  background: #f0f2f5;
  transform: translateX(8px);
}

.industry-icon {
  font-size: 48px;
  line-height: 1;
  flex-shrink: 0;
}

.industry-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.ja-18px {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 8px;
}

/* お客様の声セクション */
.testimonials-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonials-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}

.testimonial-card {
  background: white;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.testimonial-quote {
  font-size: 72px;
  line-height: 1;
  color: #0028ab;
  opacity: 0.2;
  font-family: Georgia, serif;
  position: absolute;
  top: 20px;
  left: 30px;
}

.testimonial-content {
  margin-top: 40px;
  flex: 1;
}

.testimonial-author {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ja-12px {
  font-size: 12px;
  color: #999;
  line-height: 1.4;
}


/* FAQセクション */
.faq-section {
  padding: 100px 0;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #0028ab;
  box-shadow: 0 4px 12px rgba(0, 40, 171, 0.1);
}

.faq-question {
  padding: 24px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #f8f9fa;
}

.faq-toggle {
  font-size: 28px;
  font-weight: 300;
  color: #0028ab;
  line-height: 1;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 20px;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 30px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 30px 24px;
}

.faq-answer .ja-14px {
  color: #666;
  line-height: 1.8;
}

/* 強化版CTAセクション */
.cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #0028ab 0%, #0035d4 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.cta-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
}

.en-45px {
  font-family: 'Inter', sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.ja-28px {
  font-size: 28px;
  line-height: 1.5;
}

.cta-buttons {
  display: flex;
  gap: 24px;
  margin-top: 20px;
}

.cta-button {
  padding: 18px 48px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}

.cta-button.primary {
  background: white;
  color: #0028ab;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.cta-button.primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.cta-button.secondary {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.cta-button.secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
}

.ja-18px {
  font-size: 18px;
  line-height: 1.4;
}

/* レスポンシブ対応 */
@media (max-width: 991px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .industry-cases {
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .cta-button {
    width: 100%;
    text-align: center;
  }

  .en-45px {
    font-size: 32px;
  }

  .ja-28px {
    font-size: 22px;
  }
}

@media (max-width: 767px) {

  .services-section,
  .case-studies-section,
  .testimonials-section,
  .faq-section,
  .cta-section {
    padding: 60px 0;
  }

  .service-card {
    padding: 30px 24px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-number {
    font-size: 36px;
  }

  .industry-case {
    flex-direction: column;
    text-align: center;
  }

  .industry-icon {
    font-size: 36px;
  }

  .testimonial-card {
    padding: 30px 24px;
  }

  .faq-question {
    padding: 20px;
  }

  .faq-answer {
    padding: 0 20px;
  }

  .faq-item.active .faq-answer {
    padding: 0 20px 20px;
  }
}

/* FAQアコーディオンのJavaScript用 */
.title-texts-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}

.ja-24px.bold {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

/* ========================================
   ローディング画面 & アニメーション
   ======================================== */

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

.loading-screen.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loading-logo-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-logo {
  width: 300px;
  height: auto;
  position: relative;
  z-index: 2;
  animation: logoPulse 3s infinite ease-in-out;
}

.loading-ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 8px solid rgba(0, 40, 171, 0.6);
  /* Blue */
  opacity: 0;
  z-index: 1;
  animation: ripple 3s infinite linear;
}

.loading-ripple.delay-1 {
  animation-delay: 1s;
}

.loading-ripple.delay-2 {
  animation-delay: 2s;
}

@keyframes ripple {
  0% {
    width: 300px;
    height: 300px;
    opacity: 0.6;
    border-width: 8px;
  }

  100% {
    width: 600px;
    height: 600px;
    opacity: 0;
    border-width: 0px;
  }
}

@keyframes logoPulse {
  0% {
    transform: scale(0.95);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    transform: scale(0.95);
    opacity: 0.8;
  }
}

/* FVテキストアニメーション */
.fv-anim-text {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fv-anim-text.show {
  opacity: 1;
  transform: translateY(0);
}

/* Organization Chart Mobile Scroll */
.org-chart-scroll-wrapper {
  width: 100%;
}

.org-chart-image {
  width: 100%;
  height: auto;
  max-width: 1000px;
}

/* Default: Hide scroll hint on PC */
.scroll-hint {
  display: none;
}

@media screen and (max-width: 767px) {
  .org-chart-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    /* Ensure left alignment when scrolling */
  }

  .org-chart-image {
    width: auto;
    min-width: 600px;
    /* Ensure minimum width for readability */
    max-width: none;
  }

  /* Scroll Hint */
  .scroll-hint {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 40, 171, 0.8);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    pointer-events: none;
    /* Allow clicking through */
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 10;
    animation: hintFade 3s infinite;
  }

  .scroll-arrow {
    display: inline-block;
    animation: arrowSlide 1.5s infinite;
  }
}

@keyframes hintFade {

  0%,
  100% {
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }
}

@keyframes arrowSlide {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}