@charset "UTF-8";

.p-global-nav__link.is-current {
  color: #00a0e9;
  position: relative;
}

.p-global-nav__link.is-current::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #00a0e9, #7bd0ff);
}

.p-hero__title {
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: 0.12em;
}

.p-hero__subtitle {
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  letter-spacing: 0.35em;
}

.p-hero__bg.bg1 {
  background-image: url("img/wakos111.PNG");
  opacity: 0.75;
}

.p-hero__bg.bg2 {
  background-image: url("img/wakos333.PNG");
}

.p-hero__bg.bg3 {
  background-image: url("img/wakos00.jpg");
}

.p-hero__bg.bg4 {
  background-image: url("img/wakos.PNG");
}

.p-hero__bg.bg5 {
  background-image: url("img/wakos00.jpg");
  filter: saturate(1.3);
}

.wakos-intro {
  padding: 80px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("img/oil.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% center;
}

.wakos-intro__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  align-items: center;
}

.wakos-intro__title {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 700;
  margin-bottom: 20px;
}

.wakos-intro__text p {
  line-height: 1.8;
  color: #cfd8e3;
}

.wakos-intro__visual {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.wakos-intro__image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.35);
  object-fit: contain;
}

.wakos-feature-highlight {
  padding: 80px 0;
  background: linear-gradient(135deg, rgba(0, 160, 233, 0.15), rgba(0, 61, 115, 0.05));
}

.wakos-feature-highlight__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 40px;
  align-items: center;
}

.wakos-feature-highlight__logo {
  width: 100%;
  border-radius: 12px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.wakos-feature-highlight__title {
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  margin-bottom: 16px;
}

.wakos-feature-highlight__text p {
  margin-bottom: 20px;
  line-height: 1.9;
  color: #d7e3ef;
}

.wakos-feature-highlight__list {
  list-style: none;
  display: grid;
  gap: 12px;
}

.wakos-feature-highlight__list li {
  padding-left: 22px;
  position: relative;
  color: #a9c8dd;
}

.wakos-feature-highlight__list li::before {
  content: "•";
  color: #00a0e9;
  position: absolute;
  left: 0;
}

.wakos-product-section {
  padding: 90px 0;
  background-color: #050607;
}

.wakos-product-section:nth-of-type(even) {
  background: linear-gradient(135deg, rgba(2, 29, 61, 0.5), rgba(0, 0, 0, 0.6));
}

.wakos-product-section__heading {
  max-width: 960px;
  margin: 0 auto 48px;
  padding: 0 24px;
  text-align: center;
}

.wakos-product-section__title {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.wakos-product-section__title span {
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: #7bd0ff;
  margin-top: 6px;
  letter-spacing: 0.12em;
}

.wakos-product-section__lead {
  color: #c7d7e6;
  line-height: 1.8;
}

.wakos-product-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

.wakos-product-card {
  background: rgba(10, 14, 24, 0.9);
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(123, 208, 255, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.wakos-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 35px 70px rgba(0, 160, 233, 0.25);
}

.wakos-product-card__media {
  position: relative;
  padding: 24px;
  background: rgba(0, 22, 45, 0.6);
}

.wakos-product-card__image {
  width: 100%;
  display: block;
  object-fit: contain;
  max-height: 220px;
  margin: 0 auto;
}

.wakos-product-card__body {
  padding: 26px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wakos-product-card__title {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

.wakos-product-card__text {
  color: #c9d9ea;
  line-height: 1.7;
}

.wakos-product-card__features {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.wakos-product-card__features li {
  padding-left: 18px;
  position: relative;
  color: #a5bdd4;
  font-size: 0.94rem;
}

.wakos-product-card__features li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(145deg, #00a0e9, #7bd0ff);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wakos-service-guidance {
  padding: 90px 0;
  background: radial-gradient(circle at center, rgba(0, 160, 233, 0.18), transparent 60%);
}

.wakos-service-guidance__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 48px;
  align-items: center;
}

.wakos-service-guidance__title {
  font-size: clamp(1.6rem, 2.8vw, 2.1rem);
  margin-bottom: 20px;
}

.wakos-service-guidance__content p {
  line-height: 1.9;
  color: #d4e0ec;
  margin-bottom: 20px;
}

.wakos-service-guidance__list {
  list-style: none;
  display: grid;
  gap: 12px;
}

.wakos-service-guidance__list li {
  padding-left: 20px;
  position: relative;
  color: #9cbdd6;
}

.wakos-service-guidance__list li::before {
  content: "▶";
  color: #7bd0ff;
  position: absolute;
  left: 0;
  font-size: 0.65rem;
  top: 0.2rem;
}

.wakos-service-guidance__image {
  width: 150%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}

.wakos-service-guidance__cta {
  margin-top: 28px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wakos-service-guidance__image {
    width: 110%;
    max-width: none;
  }
}

.p-contact {
  margin-top: 0;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .wakos-feature-highlight__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  

  /* モバイル時はヒーロー背景を wakostop.jpg に切り替え */
  .p-hero__bg {
    background-image: url("img/wakostop.jpg") !important;
  }

  .wakos-feature-highlight__logo {
    margin: 0 auto;
    max-width: 180px;
  }

  .wakos-intro {
    padding: 60px 0;
  }

  .wakos-product-section {
    padding: 70px 0;
  }

  .wakos-service-guidance {
    padding: 70px 0;
  }
}

/* wakos.html 用オーバーライド：ヒーローのスライドアニメを無効化して単一背景に固定 */
.p-hero__bg {
  animation: none !important;
  opacity: 1 !important;
  transition: none !important;
}

.p-hero {
  /* ヒーローの高さ・レイアウトは既存の100vhを維持 */
  height: 100vh;
}
