/*
Theme Name: Cocoon Child
Theme URI: https://wp-cocoon.com/
Template: cocoon-master
Author: わいひら
Author URI: https://nelog.jp/
Description: SEO・高速化・モバイルファースト最適化済みの無料テーマ。
Tags: two-columns,left-sidebar,right-sidebar
Version: 2.7.4.6.1719413947
Updated: 2024-06-26 23:59:07

*/

/* ==========================================================
   基本リセット（カスタムセクション用）
   ========================================================== */

/* すべての要素の box-sizing を border-box に */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Cocoon親テーマのスタイル干渉を解除 */
.news p,
.news .news-subtitle,
.company p,
.company .company-subtitle,
.contact p,
.contact .contact-subtitle,
.news-heading-bottom p,
.company-heading-bottom p,
.contact-heading-bottom p {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

/* heading-bottom内のsubtitleを確実に横書き＆中央揃え */
.news-heading-bottom,
.company-heading-bottom,
.contact-heading-bottom {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  writing-mode: horizontal-tb !important;
  width: 100% !important;
}

.news-subtitle,
.company-subtitle,
.contact-subtitle {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  display: block !important;
  text-align: center !important;
}

/* 代表的な要素の余白をリセット（カスタムセクション内のみ） */
.hero,
.about,
.merit,
.technology,
.use-cases,
.business,
.works,
.news,
.company,
.contact {
  margin: 0;
  padding: 0;
}

.hero p,
.hero ul,
.hero ol,
.hero li,
.about p,
.about ul,
.about ol,
.about li,
.merit p,
.merit ul,
.merit ol,
.merit li,
.technology p,
.technology ul,
.technology ol,
.technology li,
.use-cases p,
.use-cases ul,
.use-cases ol,
.use-cases li,
.business p,
.business ul,
.business ol,
.business li,
.works p,
.works ul,
.works ol,
.works li,
.news p,
.news ul,
.news ol,
.company p,
.company ul,
.company ol,
.company li,
.contact p,
.contact ul,
.contact ol,
.contact li {
  margin: 0;
  padding: 0;
}

/* body の基本設定 */
body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

/* カスタムセクション内のリストスタイルをリセット */
.hero ul,
.hero ol,
.about ul,
.about ol,
.merit ul,
.merit ol,
.technology ul,
.technology ol,
.use-cases ul,
.use-cases ol,
.business ul,
.business ol,
.works ul,
.works ol,
.news ul,
.news ol,
.company ul,
.company ol,
.contact ul,
.contact ol {
  list-style: none;
}

/* カスタムセクション内の画像設定 */
.hero img,
.hero picture,
.hero video,
.hero canvas,
.hero svg,
.about img,
.about picture,
.about video,
.about canvas,
.about svg,
.merit img,
.merit picture,
.merit video,
.merit canvas,
.merit svg,
.technology img,
.technology picture,
.technology video,
.technology canvas,
.technology svg,
.use-cases img,
.use-cases picture,
.use-cases video,
.use-cases canvas,
.use-cases svg,
.business img,
.business picture,
.business video,
.business canvas,
.business svg,
.works img,
.works picture,
.works video,
.works canvas,
.works svg,
.news img,
.news picture,
.news video,
.news canvas,
.news svg,
.company img,
.company picture,
.company video,
.company canvas,
.company svg,
.contact img,
.contact picture,
.contact video,
.contact canvas,
.contact svg {
  display: block;
  max-width: 100%;
}

/* フォーム系のフォントを揃える */
input,
button,
textarea,
select {
  font: inherit;
}

/* カスタムセクション内のaタグをリセット */
.hero a,
.about a,
.merit a,
.technology a,
.use-cases a,
.business a,
.works a,
.news a,
.company a,
.contact a {
  text-decoration: none;
  color: inherit;
}

/* テーブルの基本リセット */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.solar-lp {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: #1b2733;
  line-height: 1.8;
  background: #f4f7f9;
}

.solar-lp * {
  box-sizing: border-box;
}

.solar-lp a {
  color: inherit;
  text-decoration: none;
}

.solar-lp .container {
  max-width: 1080px;
  padding: 0 16px;
  margin: 0 auto;
}

.solar-lp .section {
  padding: 64px 0;
  max-width: 900px;
  margin: 0 auto;
}

/* ========== HERO ========== */
.solar-hero {
  position: relative;
  background: radial-gradient(
    circle at top left,
    #e5f8ff 0,
    #f4f7f9 40%,
    #e4f6ee 100%
  );
  overflow: hidden;
}

.solar-hero::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(
      circle at 0% 0%,
      rgba(94, 186, 125, 0.18) 0,
      transparent 60%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(20, 117, 173, 0.16) 0,
      transparent 55%
    );
  opacity: 0.9;
  pointer-events: none;
}

.solar-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.4fr);
  gap: 20px;
  align-items: center;
  padding: 80px 0 72px;
}

.solar-hero-copy-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(45, 144, 93, 0.2);
  color: #2d905d;
  margin-bottom: 16px;
}

.solar-hero-kicker {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.13em;
  color: #3e7f53;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.solar-hero-title {
  font-size: clamp(26px, 2vw, 36px);
  line-height: 1.35;
  margin-bottom: 16px;
}

.solar-hero-title span {
  display: inline-block;
  background: linear-gradient(120deg, #1c7e4b 0, #1773ad 50%, #26a07b 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 800;
}

.solar-hero-lead {
  font-size: 14px;
  color: #4c5c6b;
  margin-bottom: 24px;
}

.solar-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.solar-hero-point {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(167, 208, 184, 0.8);
  color: #285f3d;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.solar-hero-point span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #2d905d;
}

.solar-hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}

.solar-btn-primary,
.solar-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s ease-out;
  border: 1px solid transparent;
}

.solar-btn-primary {
  background: linear-gradient(135deg, #1e8f53, #1773ad);
  color: #fff;
  box-shadow: 0 10px 24px rgba(13, 94, 61, 0.25);
}

.solar-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(13, 94, 61, 0.3);
  opacity: 0.97;
}

.solar-btn-outline {
  background: rgba(255, 255, 255, 0.96);
  color: #21546f;
  border-color: rgba(148, 180, 192, 0.9);
}

.solar-btn-outline:hover {
  background: #ffffff;
}

.solar-hero-cta-note {
  font-size: 14px;
  color: #6f7b86;
  margin-top: 20px;
}

.solar-hero-visual {
  position: relative;
}

.solar-hero-card-main {
  background: #ffffff;
  border-radius: 24px;
  padding: 22px 22px 20px;
  box-shadow: 0 18px 45px rgba(37, 92, 78, 0.17),
    0 0 0 1px rgba(165, 193, 184, 0.35);
}

.solar-hero-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.solar-hero-card-title {
  font-size: 14px;
  font-weight: 700;
  color: #234a63;
}

.solar-hero-tag {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ebf7f0;
  color: #296b45;
}

.solar-hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.solar-hero-metric {
  padding: 8px 10px;
  border-radius: 14px;
  background: #f7fafb;
  border: 1px solid rgba(204, 219, 228, 0.9);
}

.solar-hero-metric-label {
  font-size: 10px;
  color: #7b8a96;
  margin-bottom: 4px;
}

.solar-hero-metric-value {
  font-size: 13px;
  font-weight: 700;
  color: #214058;
}

.solar-hero-metric-value span {
  font-size: 11px;
  font-weight: 500;
  color: #5a6c7a;
  margin-left: 4px;
}

.solar-hero-chart {
  margin-top: 8px;
  border-radius: 16px;
  background: linear-gradient(135deg, #eaf7ff, #f4fbf6);
  padding: 10px 12px 12px;
  font-size: 11px;
  color: #3f5567;
}

.solar-hero-chart-bar-wrap {
  margin-top: 6px;
}

.solar-hero-chart-labels {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #738495;
  margin-bottom: 4px;
}

.solar-hero-chart-bars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.solar-hero-bar {
  position: relative;
  height: 7px;
  border-radius: 999px;
  background: #dde8ef;
  overflow: hidden;
}

.solar-hero-bar-fill-before {
  position: absolute;
  inset: 0;
  width: 80%;
  background: linear-gradient(90deg, #b7c8d5, #9fb3c4);
}

.solar-hero-bar-fill-after {
  position: absolute;
  inset: 0;
  width: 108%;
  background: linear-gradient(90deg, #1e8f53, #1b7ba7);
}

.solar-hero-badge-float {
  width: 100%;
  padding: 10px 12px;
  margin-top: 20px;
  border-radius: 18px;
  background: #173649;
  color: #e6f7ff;
  font-size: 14px;
  box-shadow: 0 14px 30px rgba(3, 30, 51, 0.5);
}

.solar-hero-badge-float strong {
  display: block;
  font-size: 20px;
  margin-bottom: 2px;
}

/* ========== SECTION TITLES ========== */
.solar-section-label {
  font-size: 36px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6f8798;
  margin-bottom: 8px;
}

.solar-section-title {
  font-size: 30px !important;
  margin-bottom: 8px !important;
  color: #163043 !important;
}

.solar-section-lead {
  font-size: 14px;
  color: #4b5a67;
  margin-bottom: 24px;
}

/* ========== PROBLEM SECTION ========== */
.solar-problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 28px;
}

.solar-problem-highlight {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 18px 16px;
  border: 1px solid #e0e6ec;
}

.solar-problem-highlight h3 {
  font-size: 15px;
  color: #1c4055;
  margin-bottom: 8px;
}

.solar-problem-highlight ul {
  margin: 0;
  padding-left: 18px;
  font-size: 16px;
  color: #4d5e6e;
}

.solar-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.solar-chip {
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #edf4fb;
  color: #33516c;
}

.solar-note-box {
  font-size: 18px;
  color: #5c6a78;
  background: #edf6f1;
  border-radius: 14px;
  padding: 10px 12px;
  border-left: 4px solid #2e8b57;
}

/* ========== DIFFERENCE / FEATURE SECTION ========== */
.solar-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.solar-feature-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 16px 16px 14px;
  border: 1px solid #dde7e3;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.solar-feature-eyecatch {
  font-size: 11px;
  font-weight: 600;
  color: #2e7c4a;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.solar-feature-title {
  font-size: 20px;
  font-weight: 700;
  color: #173240;
}

.solar-feature-text {
  font-size: 13px;
  color: #50606e;
}

/* ========== COMPARISON TABLE ========== */
.solar-compare-wrapper {
  margin-top: 18px;
  background: #ffffff;
  border-radius: 18px;
  padding: 16px;
  border: 1px solid #dbe3ea !important;
  overflow-x: auto;
}

.solar-compare-note {
  font-size: 11px;
  color: #7b8b99;
  margin-bottom: 10px;
}

.solar-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  min-width: 520px;
}

.solar-compare-table th,
.solar-compare-table td {
  border-bottom: 1px solid #e5edf3 !important;
  padding: 8px 10px;
  text-align: left;
}

.solar-compare-table th {
  background: #f4faf7;
  font-weight: 600;
  font-size: 12px;
}

.solar-compare-table th:nth-child(2) {
  color: #8b97a3;
}

.solar-compare-table th:nth-child(3) {
  color: #1c7e4b;
}

.solar-compare-table tr:last-child th,
.solar-compare-table tr:last-child td {
  border-bottom: none;
}

.solar-badge-green {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: #e3f5ea;
  color: #256741;
  font-size: 10px;
  margin-left: 4px;
}

/* ========== RESULTS / CASES ========== */
.solar-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 12px;
}

.solar-case-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 10px 12px;
  border: 1px solid #dde6ee;
}

.solar-case-title {
  font-size: 17px;
  font-weight: 700;
  color: #1a3a4f;
  margin-bottom: 4px;
}

.solar-case-meta {
  font-size: 11px;
  color: #6e7b86;
  margin-bottom: 4px;
}

.solar-case-text {
  font-size: 11px;
  color: #4e5c67;
}

.solar-highlight-box {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f1faf3, #eaf5ff);
  border: 1px solid #cfe3d7;
  font-size: 13px;
  color: #214057;
}

.solar-highlight-box strong {
  color: #176b46;
}

/* ========== MERIT SECTION ========== */
.solar-merit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.solar-merit-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 14px 14px 12px;
  border: 1px solid #dde5ec;
  font-size: 13px;
}

.solar-merit-card h3 {
  font-size: 17px;
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
  color: #163043;
}

.solar-merit-card p {
  font-size: 12px;
  color: #4d5b68;
}

/* ========== CTA SECTION ========== */
.solar-cta-section {
  text-align: center;
  padding: 56px 0 70px;
  background: radial-gradient(
    circle at top,
    #e5f7ff 0,
    #f4f7f9 50%,
    #e8f8ef 100%
  );
}

.solar-cta-inner {
  max-width: 640px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 26px;
  padding: 28px 24px 24px;
  box-shadow: 0 24px 60px rgba(16, 72, 57, 0.16),
    0 0 0 1px rgba(198, 217, 210, 0.7);
}

.solar-cta-title {
  font-size: 22px !important;
  margin-bottom: 10px !important;
  color: #163346 !important;
}

.solar-cta-text {
  font-size: 15px;
  color: #566670;
  margin-bottom: 22px !important;
}

.solar-cta-mini {
  font-size: 11px;
  color: #7c8893;
  margin-top: 12px;
}

/* ========== COMPANY SECTION ========== */
.solar-company {
  background: #101b24;
  color: #c8d3dc;
  padding: 30px 0 32px;
  font-size: 12px;
}

.solar-company-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 28px;
}

.solar-company h3 {
  font-size: 13px;
  color: #f4f7fb;
  margin-bottom: 6px;
}

.solar-company dl {
  margin: 0;
}

.solar-company dt {
  float: left;
  width: 64px;
  clear: left;
  color: #9caab6;
}

.solar-company dd {
  margin: 0 0 4px 64px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 960px) {
  .solar-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .solar-hero-visual {
    max-width: 380px;
    margin: 0 auto;
  }

  .solar-problem-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .solar-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solar-cases-grid,
  .solar-merit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .solar-lp .section {
    padding: 44px 0;
  }

  .solar-hero-inner {
    padding-top: 46px;
    padding-bottom: 40px;
  }

  .solar-hero-cta-group {
    flex-direction: column;
    align-items: stretch;
  }

  .solar-btn-primary,
  .solar-btn-outline {
    width: 100%;
    justify-content: center;
  }

  .solar-feature-grid,
  .solar-cases-grid,
  .solar-merit-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .solar-company-inner {
    flex-direction: column;
  }
}

/*--------------------------全体-------------------------*/
.center {
  text-align: center;
}

.page .date-tags,
.page .author-info,
.home .article-header {
  display: none;
}

.main,
.content,
.entry-content,
.wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  position: relative;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  background: transparent !important;
}

.post-9 {
  margin-bottom: 0 !important;
}

a:hover {
  opacity: 0.7;
  transition-duration: 0.5s;
}

.sp_on {
  display: none !important;
}

@media screen and (max-width: 500px) {
  .pc_on {
    display: none !important;
  }

  .sp_on {
    display: block !important;
  }
}

/*--------------------------ヘッダー--------------------------*/
.top_tit {
  font-size: 14px;
  padding: 0 0 0 20px;
  background: #2c2856 !important;
  color: #fff;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_pc_menu ul {
  display: flex;
  list-style: none;
}

.header_pc_menu ul li {
  margin: 0 20px;
  padding: 5px 20px;
  color: #2c2856;
  font-weight: 700;
}

.header_pc_menu ul li a {
  text-decoration: none;
  color: #2c2856;
}

.header_contact i {
  padding-right: 20px;
}

.header_contact {
  background: red;
  border-radius: 20px;
  color: #fff !important;
}

.header_contact a {
  text-decoration: none;
  color: #fff !important;
}

.header-in {
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #fff;
}

.nav-wrapper {
  display: none;
}

/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: absolute;
  right: 20px;
  top: 16px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}

.hamburger__line {
  position: absolute;
  width: 50px;
  height: 3px;
  right: 0;
  background-color: #000;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1px;
}

.hamburger__line--2 {
  top: 18px;
}

.hamburger__line--3 {
  top: 36px;
}

.sp_inner {
  margin-top: 80px;
  padding: 10px;
}

.sp_inner ul {
  list-style: none;
  padding-left: 20px;
}

.sp_inner ul li {
  font-size: 20px;
  margin: 10px;
}

.sp_inner ul li a {
  text-decoration: none;
  color: #fff;
}

.sp_inner ul .header_contact {
  margin-top: 30px;
  padding: 0;
  text-align: center;
}

.sp_kamon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150%;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 11px;
  background: #fff;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 11px;
  background: #fff;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  right: -100%;
  /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 70%;
  /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background-color: #2c2856;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}

/* black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

@media screen and (max-width: 900px) {
  .header_pc_menu,
  .top_tit {
    display: none;
  }

  .nav-wrapper {
    display: block;
  }
}

/*--------------------------メインページ--------------------------*/
.top_mov {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0;
}

.top_mov > video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}

.top_main_tit {
  position: absolute;
  top: 15%;
  left: 20px;
}

.top_main_tit p {
  font-size: 4vw;
  color: #fff;
  font-weight: bold;
  margin: 0 0 2% 0;
  background-image: linear-gradient(
    90deg,
    rgba(0, 19, 160, 1),
    rgba(9, 8, 17, 1)
  );
  display: inline-block;
  padding: 3px 25px;
  clip-path: polygon(5% 0, 100% 0, 100% 75%, 95% 100%, 0 100%, 0 25%);
}

.top_main_un {
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 99;
}

.top_main_un p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 75px 30px;
  border-radius: 50%;
  background-image: radial-gradient(
    rgba(116, 129, 186, 1),
    rgba(14, 14, 214, 1)
  );
}

.main_container {
  position: relative;
  margin: 0 auto;
}

.main_bg01 {
  position: absolute;
  top: -250px;
  left: -13%;
  width: 120%;
}

/*--------------------------content1-------------------------*/
.content1 {
  padding: 100px 0;
  background: #0889d9;
  color: #fff;
}

.content1_inner {
  max-width: 1200px;
  margin: 50px auto;
  position: relative;
  z-index: 2;
}

.content1_inner_top {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 999;
}

.content1_inner_l h2 {
  color: #fff;
  line-height: 3.5;
}

.content1_inner_r {
  width: 40%;
}

.content1_inner_r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.content1_inner_l {
  padding: 20px;
  width: 60%;
}

.content1_inner_l p {
  margin-bottom: 0;
  line-height: 3;
}

.dot span {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 50px;
}

.dot01 {
  background: #fff;
}

.dot02 {
  background: #e5e5e5;
}

.dot03 {
  background: #c1c1c1;
}

.content1_inner_l h3 {
  border: 0 !important;
  font-size: 2vw;
  line-height: 2;
}

.content1_inner_un {
  padding: 20px;
  line-height: 3;
}

.sdgs {
  max-width: 800px;
  min-width: 300px;
  width: 60%;
  margin: 0 auto;
}

.bg02 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: absolute;
  top: -450px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .bg02 {
    top: -8%;
  }
}

/*--------------------------content2-------------------------*/
.content2 {
  position: relative;
  margin: -100px 0 0 0;
}

.content2_inner {
  position: relative;
  z-index: 2;
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
}

.main_tit {
  margin: 50px auto;
}

.main_tit p {
  font-size: clamp(20px, 4vw, 60px);
  color: #fff;
  font-weight: bold;
  margin: 0 0 2% 0;
  background-image: linear-gradient(
    90deg,
    rgba(0, 19, 160, 1),
    rgba(9, 8, 17, 1)
  );
  display: inline-block;
  padding: 3px 25px;
  clip-path: polygon(5% 0, 100% 0, 100% 75%, 95% 100%, 0 100%, 0 25%);
}

.content2_float_l {
  float: right;
  margin-left: 20px;
  /* テキストとの余白 */
  max-width: 500px;
  min-width: 300px;
  width: 50vw;
}

.content2_float_lr {
  float: left;
  margin-left: 20px;
  /* テキストとの余白 */
  max-width: 500px;
  min-width: 300px;
  width: 50vw;
}

.content2_float_r {
  padding: 10px;
  line-height: 3;
}

.content2_float:after {
  clear: both;
}

.line3 {
  line-height: 3;
}

.parallax_content {
  display: flex;
  height: 50%;
  padding: 200px;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_bg_01 {
  background-image: url(https://www.watanabe-co-ltd.jp/wp-content/uploads/2024/06/green.png);
}

.content2_flex {
  display: flex;
  justify-content: center;
}

.content2_flex_l {
  text-align: center;
}

.content2_flex_r p {
  line-height: 2.5;
}

.content2_flex_l,
.content2_flex_r {
  width: 50%;
  padding: 20px;
}

.content2_sub_tit {
  line-height: 1.8 !important;
  margin: 10px 0 !important;
  padding: 10px 0 !important;
  font-size: 2vw !important;
}

.bg03 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
}

.bg03-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flow img {
  width: 100%;
}

.banner {
  margin: 30px auto;
  max-width: 1000px;
}

/*-------------------cssループ-------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

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

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: calc(100vw / 1);
}

.scroll-infinity__item > img {
  width: 100%;
}

/*--------------------------content3-------------------------*/
.content3 .main_tit {
  padding-left: 5%;
}

.content3_inner {
  position: relative;
  z-index: 2;
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
}

.content3_inner h3 {
  line-height: 2.5;
  font-size: clamp(20px, 3vw, 40px);
}

.content3_inner p {
  line-height: 3;
}

/*--------------------------content4-------------------------*/
.content4 {
  width: 95%;
  margin: 80px auto;
  max-width: 1200px;
}

.content4 .main_tit p {
  display: block;
  margin: 80px auto;
}

/*--------------------------content5-------------------------*/
.content5 {
  color: #fff;
  position: relative;
}

.title_bg {
  position: absolute;
  font-family: "SF Technodelight NS" !important;
  font-size: clamp(40px, 5vw, 80px);
  opacity: 0.7;
  top: -100px;
  left: 0;
}

.content5 h2 {
  border-left: 3px solid #fff !important;
  color: #fff;
  margin: 5px 0 80px;
  padding: 0 0 0 20px;
  font-size: clamp(20px, 2vw, 40px);
}

.content5 p {
  text-align: center;
  letter-spacing: 5px;
}

.content5_top {
  background: url(https://www.watanabe-co-ltd.jp/wp-content/uploads/2024/06/bg04.png)
    center/cover no-repeat;
  min-height: 450px;
  position: relative;
}

.content5_un {
  background: url(https://www.watanabe-co-ltd.jp/wp-content/uploads/2024/06/bg05.png)
    center/cover no-repeat;
  min-height: 450px;
  position: relative;
}

.content5_top_inner,
.content5_un_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

a.btn_03 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 40%;
  margin: auto;
  padding: 0.7rem 3rem;
  /* font-weight: bold; */
  border: 1px solid #fff;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  max-width: 350px;
}

a.btn_03:hover {
  color: #000;
  background: #ccc;
}

/*--------------------------フッター--------------------------*/
.footer {
  margin: 0;
}

.article-footer {
  display: none;
}

.footer-center {
  display: none;
}

.footer-left,
.footer-right {
  width: 50%;
  position: relative;
}

.footer-widgets {
  justify-content: space-around;
}

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

.footer_info {
  padding-left: 25px;
}

.footer_info h2 {
  font-size: clamp(20px, 3vw, 50px);
  letter-spacing: 10px;
  margin-bottom: 5px;
}

.footer_menu {
  margin: 50px 0 0 50px;
}

.footer_menu ul {
  list-style: square;
}

.footer_menu ul li {
  margin: 10px;
}

.footer_menu ul li a {
  color: #fff;
  text-decoration: none;
}

.footer_menu ul li a:hover {
  opacity: 0.8;
}

.kamon_f {
  position: absolute;
  bottom: -39px;
  left: -152px;
  width: 86%;
  opacity: 0.6;
}

/******************************/
/** コンタクトフォームの装飾 **/
/******************************/
/*　フォーム全体　*/
#cf7-area {
  width: 90%;
  margin: 80px auto;
  font-family: “遊ゴシック”, ”ヒラギノ角ゴ”, ”メイリオ”, ”MS Pゴシック”,
    sans-serif;
}

.cf7-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 1.75em;
}

.cf7-q {
  width: 30%;
  margin: 0 0 0 10px;
}

.cf7-a {
  width: 60%;
}

/*　見出し　*/
.form-heading {
  width: 100%;
  background-color: #191970;
  border-left: 1em solid #6495ed;
  border-radius: 2px;
  color: #ffffff;
  font-weight: bold;
  padding: 1em 0.8em;
  margin: 0 0 2em;
}

.form-heading p {
  margin: 0;
}

/* 各項目共通 */
#cf7-area label {
  font-weight: bold;
}

#cf7-area input[type="”text”"],
#cf7-area input[type="”email”"],
#cf7-area input[type="”tel”"],
#cf7-area textarea {
  background: #f0f8ff;
  margin-left: 10px;
}

#cf7-area input[type="”text”"]:focus,
#cf7-area input[type="”email”"]:focus,
#cf7-area input[type="”tel”"]:focus,
#cf7-area textarea:focus {
  background: #ffe4e1;
  border: 2px solid #ff1493;
  outline: 0;
}

#cf7-area input[type="”checkbox”"],
#cf7-area input[type="”radio”"] {
  appearance: auto;
}

#cf7-area .wpcf7-list-item {
  display: block;
}

#cf7-area textarea {
  height: 200px;
  padding: 0.625em 0.4375em;
}

.cf7-accept-check {
  text-align: center;
  margin: 50px auto;
}

.cf7-submit {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

#cf7-area input[type="”submit”"] {
  width: 100%;
  background-color: #191970;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.2em;
  padding: 1em 10px;
}

#cf7-area input[type="”submit”"]:hover {
  background-color: #ffffff;
  border: 2px solid #191970;
  color: #191970;
}

.cf7-btn {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

/*　必須ラベル　*/
.cf7-req {
  font-size: 0.8em;
  padding: 4px 6px;
  background: #eb2a2a;
  color: #ffffff;
  margin-left: 10px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .cf7-item {
    display: block;
  }

  #cf7-area label {
    display: block;
    margin-bottom: 10px;
  }

  .cf7-q {
    width: 100%;
    margin: 0;
  }

  .cf7-a {
    width: 100%;
  }

  #cf7-area input[type="”text”"],
  #cf7-area input[type="”email”"],
  #cf7-area input[type="”tel”"],
  #cf7-area textarea {
    margin-left: 0;
  }

  .cf7-submit {
    width: 90%;
  }
}

/*--------------------------投稿--------------------------*/
.single .main {
  width: 90% !important;
  margin: 100px auto !important;
}

.post_main_tit h2 {
  font-size: 4vw;
  color: #fff;
  font-weight: bold;
  margin: 0 0 2% 0;
  background-image: linear-gradient(
    90deg,
    rgba(0, 19, 160, 1),
    rgba(9, 8, 17, 1)
  ) !important;
  padding: 3px 25px;
  clip-path: polygon(5% 0, 100% 0, 100% 75%, 95% 100%, 0 100%, 0 25%);
}

.new-entry-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.new-entry-cards a {
  width: 33.3333%;
}

/*--------------------------レスポンシブ--------------------------*/
@media screen and (max-width: 900px) {
  .content1_inner_top {
    flex-direction: column;
  }

  .content1_inner_l,
  .content1_inner_r,
  .content1_inner_un {
    width: 90%;
    margin: 0 auto;
  }

  .content1_inner_l h3 {
    font-size: 5vw;
  }

  .content3_inner .main_tit {
    padding-left: 3%;
  }

  .content2_float_l,
  .content2_float_lr {
    float: none;
    text-align: center;
    margin: 0 auto;
  }

  .content2_flex {
    flex-direction: column;
  }

  .content2_flex_l,
  .content2_flex_r {
    width: 100%;
  }

  .content2_sub_tit {
    font-size: 6vw !important;
  }
}

@media screen and (max-width: 500px) {
  .top_main_tit p {
    font-size: 6vw;
  }

  .main_bg01 {
    position: absolute;
    top: -200px;
    left: -50%;
    width: 150%;
  }

  .content1_inner_l h2 {
    font-size: 4vw;
  }

  .bg02 {
    top: -2%;
  }

  .title_bg {
    margin: -80px 0 -30px 0 !important;
  }

  a.btn_03 {
    width: 75%;
  }

  .footer_menu {
    margin: 30px 0 0 0;
  }

  .sp_off {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .main_bg01 {
    position: absolute;
    top: -135px;
    left: -50%;
    width: 150%;
  }

  .content1 {
    padding: 15px 0 100px;
  }

  .new-entry-cards a {
    width: 100%;
  }

  .kamon_f {
    z-index: -1;
  }
}

/* ----------------index.css------------ */

@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;800&display=swap");

.hero {
  background-color: #2c2856;
  background-image: url("/wp-content/uploads/2025/12/hero_bg-scaled.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin: 20px 0 0;

  position: relative; /* 中央オブジェクトの基準にする */
}

/* hero 全体の中央にオーバーレイするレイヤー */
.hero-center-circle {
  position: absolute;
  inset: 0; /* hero 全体をカバー */
  display: flex;
  justify-content: center; /* 横方向の中央 */
  align-items: center; /* 縦方向の中央 */
  margin-bottom: 50px;
  z-index: 1; /* 必要なら後で調整 */
}

.hero-inner {
  padding: 50px 0 0 50px;
}

.header-logo {
  width: 90%;
  max-width: 210px;
}

.header-logo img {
  width: 100%;
  height: auto;
}

.hero-contents {
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.nav-box {
  width: 90%;
  margin: -55px auto -20px;
  display: flex;
}

.hero-nav {
  margin-top: 40px;
  margin-left: auto;
  text-align: left;
  z-index: 2;
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-select {
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  padding-left: 1.4em; /* 疑似の・用スペース */
  display: block;
  opacity: 0.75;
  transform: scale(0.96);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-select::before {
  content: "•";
  position: absolute;
  left: -0.8em;
  top: 0.2em;
  color: #6bd5ff;
  font-size: 40px;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.nav-select:hover::before {
  opacity: 1;
}

.nav-select:hover {
  opacity: 1;
  transform: scale(1);
}

.circle-fade img {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 0.8s ease-in-out,
    transform 0.8s ease-in-out;
}

.circle-fade img.is-fading {
  opacity: 0;
  transform: scale(1.0); /* ほんの少しだけ大きくする */
}


.nav-label {
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.nav-text {
  color: #8d94a8;
  transition: color 0.2s ease;
}

.nav-select:hover .nav-text {
  color: #6bd5ff;
}

.hero-text-box {
  width: 90%;
  margin: -20px auto 0;
  color: white;
  font-size: 90px;
  font-weight: 600;
}

.hero-text-left {
  align-self: flex-start;
}

.hero-text-right {
  align-self: flex-end;
  text-align: right;
}

.hero-text-box_02 {
  width: 90%;
  margin: -10px auto 0;
  display: flex;
  flex-direction: column;
  color: #cce2ff;
  font-size: 35px;
  z-index: 2;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.hero-text-mini {
  color: white;
  font-size: 15px;
  margin-top: 15px;
}

/* ----------about---------- */

.about {
  width: 100%;
  position: relative;
  background-image: url("/wp-content/uploads/2025/12/about_bg.png");
  width: 100%;
  height: auto;
  background-size: cover;
  margin-top: -280px;
  padding-top: 350px; /* コンテンツを下にずらす */
  padding-bottom: 300px;
  overflow: hidden; /* バブルがはみ出さないように */
}

/* バブル装飾 */
.about-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* クリックを透過 */
  z-index: 0;
}

.about-bubble {
  position: absolute;
  opacity: 0.6;
}

/* 各バブルの位置・サイズ（自由に調整可能） */
.about-bubble-1 {
  top: 12%;
  left: 6%;
  width: 300px;
}

.about-bubble-2 {
  top: 20%;
  right: 8%;
  width: 250px;
}

.about-bubble-3 {
  bottom: 17%;
  left: -10%;
  width: 250px;
}

.about-bubble-4 {
  bottom: 30%;
  right: 30%;
  width: 200px;
}

.about-inner {
  position: relative;
  z-index: 1;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 20px;
}

.about-left {
  width: 40%;
}

.about-title {
  font-size: 45px;
  font-weight: bold;
  /* 横方向のグラデーション（left → right） */
  background: linear-gradient(to right, #0013a0, #77c9d8);
  display: inline-block;

  /* テキストにだけ背景を切り抜く */
  -webkit-background-clip: text;
  background-clip: text;

  /* テキスト自体の色を透明にする */
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.about-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.water-img {
  width: 30px;
}

.about-subtitle {
  font-size: 15px;
}

.about-heading {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: -5px;
  margin-bottom: 20px;
}

.about-heading::after {
  content: "";
  display: block;
  width: 160px; /* 線の長さ。ここを好きな値に調整 */
  height: 1px; /* 線の太さ */
  background: #333; /* 線の色 */
}

.about-lead_01 {
  font-size: 30px;
  margin-left: -20px;
  font-weight: bold;
}

.about-lead_02 {
  font-size: 30px;
  color: #009ada;
  font-weight: bold;
}

.about-text-box {
  margin-top: 20px;
}

.about-text {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 2;
}

.about-button {
  background: linear-gradient(to right, #0013a0, #090811);
  display: inline-block;
  color: white;
  padding: 20px 40px;
  border-radius: 50px;
  margin-top: 20px;
  font-size: 15px;
  border: none;
  box-shadow: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.about-right {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-img_01 {
  width: 100%;
}

.about-img_02 {
  width: 60%;
  margin-top: -100px;
  margin-left: auto;
}

/* ----------merit--------- */

.merit {
  width: 100%;
  position: relative;
  background-image: url("/wp-content/uploads/2025/12/merit_bg-scaled.png");
  width: 100%;
  height: auto;
  background-size: cover;
  margin-top: -300px;
  padding-top: 300px; /* コンテンツを下にずらす */
  padding-bottom: 300px;
  overflow: hidden; /* 装飾がはみ出さないように */
}

/* バブル装飾コンテナ */
.merit-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.merit-bubble {
  position: absolute;
  opacity: 0.6;
}

/* 各バブルの位置・サイズ（自由に調整可能） */
.merit-bubble-1 {
  top: 0%;
  right: -10%;
  width: 300px;
}

.merit-bubble-2 {
  top: 25%;
  left: 3%;
  width: 250px;
}

.merit-bubble-3 {
  bottom: 30%;
  right: -3%;
  width: 200px;
}

.merit-bubble-4 {
  bottom: 13%;
  left: 5%;
  width: 200px;
}

/* 追加画像装飾コンテナ */
.merit-decors {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.merit-decor {
  position: absolute;
  opacity: 0.8;
}

/* 各追加画像の位置・サイズ（自由に調整可能） */
.merit-decor-1 {
  top: 23%;
  left: 15%;
  width: 300px;
}

.merit-decor-2 {
  top: 40%;
  left: 35%;
  width: 350px;
}

.merit-decor-3 {
  bottom: 28%;
  right: 15%;
  width: 300px;
}

.merit-inner {
  position: relative;
  z-index: 1;
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.merit-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.merit-title {
  font-size: 45px;
  font-weight: bold;
  /* 横方向のグラデーション（left → right） */
  background: linear-gradient(to right, #0013a0, #77c9d8);
  display: inline-block;

  /* テキストにだけ背景を切り抜く */
  -webkit-background-clip: text;
  background-clip: text;

  /* テキスト自体の色を透明にする */
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.merit-subtitle {
  font-size: 15px;
}

.merit-heading-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  white-space: nowrap; /* 文字を折り返さない */
  flex-shrink: 0;
  margin-top: -5px;
}

.merit-heading-bottom::before,
.merit-heading-bottom::after {
  content: "";
  display: block;
  flex: 0 0 80px; /* 線の長さ：80px（ここを調整） */
  height: 1px; /* 線の太さ */
  background: #333; /* 線の色 */
}

.merit-main-text-wrap {
  display: flex;
  justify-content: center;
}

.merit-main-text {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;

  /* 横方向のグラデーション（left → right） */
  background: linear-gradient(to right, #0013a0, #090811);
  display: inline-block;

  /* テキストにだけ背景を切り抜く */
  -webkit-background-clip: text;
  background-clip: text;

  /* テキスト自体の色を透明にする */
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.merit-text-wrap {
  margin-bottom: 60px;
}

.merit-text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.merit_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 100px;
}

.merit-left_01 {
  width: 40%;
}

.merit-right_01 {
  width: 40%;
}

.merit-number_01 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.merit-number-text {
  font-size: 80px;
  color: #1290d0;
  font-family: "Hiragino Mincho ProN", serif;
  font-weight: 600;
  margin-top: -20px;
}

.merit-label {
  font-size: 40px;
  font-weight: 800;
  color: #2c2856;
  line-height: 1.2;
  margin-top: -10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.merit-mini-text {
  font-size: 20px;
  margin-top: 40px;
}

/* ----------technology---------- */

.technology {
  width: 100%;
  position: relative;
  background-color: #ecf4ff;
  width: 100%;
  height: auto;
  background-size: cover;
  margin-top: -350px; /* meritセクションと重ねる */
  padding-top: 250px; /* コンテンツを下にずらす */
  padding-bottom: 200px;
}

.technology-inner {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}

.bubble-section {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  gap: 40px;
}

.bubble-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
}

.bubble-image {
  margin-bottom: 20px;
}

.bubble-text-direction {
  width: 120px; /* お好みのサイズ */
  height: 120px;
  border-radius: 50%; /* 丸くする */

  /* 中央：#2778FA → 外側：薄い青 へグラデーション（不透明） */
  background: radial-gradient(circle, #2778fa 0%, #2778fa 25%, #a8d4ff 100%);
  box-shadow: 0 0 20px 10px rgba(255, 255, 255, 1);

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff; /* テキスト色（白のままでOKならこれ） */
  font-size: 20px;

  margin: 0px -20px -100px -0px !important; 
  position: relative;
  z-index: 2;
}

.bubble-text {
  font-weight: 700;
}

.bubble-text-color {
  color: #5ac5cc;
}

/* ----------use cases---------- */

.use-cases {
  width: 100%;
  position: relative;
  background-image: url("/wp-content/uploads/2025/12/casebg-scaled.png");
  width: 100%;
  height: auto;
  background-size: cover;
  margin-top: -250px;
  padding-top: 300px; /* コンテンツを下にずらす */
  padding-bottom: 400px;
}

.use-cases-inner {
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.cases-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cases-title {
  font-size: 45px;
  font-weight: bold;
  /* 横方向のグラデーション（left → right） */
  background: linear-gradient(to right, #ffffff, #86b6ff);
  display: inline-block;

  /* テキストにだけ背景を切り抜く */
  -webkit-background-clip: text;
  background-clip: text;

  /* テキスト自体の色を透明にする */
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.cases-subtitle {
  font-size: 15px;
  color: white;
}

.cases-heading-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  white-space: nowrap; /* 文字を折り返さない */
  flex-shrink: 0;
  margin-top: -5px;
}

.cases-heading-bottom::before,
.cases-heading-bottom::after {
  content: "";
  display: block;
  flex: 0 0 80px; /* 線の長さ：80px（ここを調整） */
  height: 1px; /* 線の太さ */
  background: white; /* 線の色 */
}

.cases-main-text {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;

  /* 横方向のグラデーション（left → right） */
  background: linear-gradient(to right, #5ac5cc, #2481e1);
  display: inline-block;

  /* テキストにだけ背景を切り抜く */
  -webkit-background-clip: text;
  background-clip: text;

  /* テキスト自体の色を透明にする */
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.cases-text-wrap {
  margin-bottom: 60px;
}

.cases-text {
  font-size: 20px;
  color: white;
  text-align: center;
  margin-bottom: 10px;
}

/* カードグリッド */
.service-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin: 0 auto;
}

/* カード本体 */
.service-card {
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(to bottom, #ffffff, #e0ecff);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
  color: #20223a;
  display: flex;
  flex-direction: column;
}

/* 上の画像 */
.service-card__image {
  position: relative;
  flex: 1;
}

.service-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 中央のメインラベル（画像の上に乗せる） */
.service-card__label {
  position: absolute;
  left: 0px;
  bottom: -30px; /* 画像の下にはみ出す感じに */
  padding: 12px 32px;
  background: linear-gradient(to right, #0013a0, #050515);
  color: #fff;
  font-weight: 700;
  font-size: clamp(14px, 2vw, 30px); /* 画面幅に応じて14px〜30pxで自動調整 */
  white-space: nowrap; /* 折り返しを防止 */
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

/* 下のテキスト部分 */
.service-card__body {
  padding: 80px 24px 28px; /* 上はラベル分だけ少し多めに */
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-card__title {
  font-weight: 700;
  font-size: clamp(14px, 1.8vw, 24px); /* 画面幅に応じて14px〜24pxで自動調整 */
  margin-bottom: 12px;
}

.service-card__text {
  line-height: 2.5;
  font-size: clamp(12px, 1.5vw, 20px); /* 画面幅に応じて12px〜20pxで自動調整 */
}

/* -----------business---------- */

.business {
  width: 100%;
  position: relative;
  background-color: #eff4f9;
  width: 100%;
  height: auto;
  background-size: cover;
  margin-top: -150px; /* meritセクションと重ねる */
  padding-top: 200px; /* コンテンツを下にずらす */
  padding-bottom: 150px;
  overflow: hidden; /* 装飾がはみ出さないように */
}

/* バブル装飾コンテナ */
.business-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.business-bubble {
  position: absolute;
  opacity: 0.5;
}

/* 各バブルの位置・サイズ（自由に調整可能） */
.business-bubble-1 {
  top: 3%;
  left: 5%;
  width: 250px;
}

.business-bubble-2 {
  top: 10%;
  right: 3%;
  width: 200px;
}

.business-bubble-3 {
  bottom: 10%;
  left: -6%;
  width: 400px;
}

.business-inner {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
}

.business-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.business-contents-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 100px;
}

.business-contents-text {
  width: 40%;
}

.business-title {
  display: inline-block;
  padding: 12px 12px;
  background: linear-gradient(to right, #0013a0, #050515);
  color: #fff;
  font-weight: 700;
  font-size: clamp(20px, 4vw, 40px); /* 画面幅に応じて14px〜30pxで自動調整 */
  white-space: nowrap; /* 折り返しを防止 */
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  margin-bottom: 40px;
}

.business-subtitle {
  font-size: 40px;
  font-weight: 800;
  color: #2c2856;
  line-height: 1.2;
  margin-top: -10px;
  margin-bottom: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.business-text {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 60px;
}

.business-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0 40px; /* 下に余白を増やして下線をテキストから離す */
  background: transparent;
  background-color: transparent;
  background-image: none;
  color: #2c2b57;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  cursor: pointer;
  text-align: left;
  line-height: 1.1;
  -webkit-appearance: none;
  appearance: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.business-button::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 28px;
  bottom: 20px; /* 下線位置を下げる */
  height: 2px;
  background: linear-gradient(
    to right,
    #e64b5a 0%,
    #e64b5a 14%,
    #dfe4ed 14%,
    #dfe4ed 100%
  );
  pointer-events: none;
  transition: 0.2s ease;
}

.business-button img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex-shrink: 0;
}

.business-button:hover {
  transform: translateY(-2px);
}

.business-button:hover::after {
  background: linear-gradient(
    to right,
    #e64b5a 0%,
    #e64b5a 20%,
    #dfe4ed 20%,
    #dfe4ed 100%
  );
}

.business-button:active {
  transform: translateY(-1px);
}

.business-button--spaced {
  padding-bottom: 50px;
}

.business-button--spaced::after {
  bottom: 20px;
}

.business-contents-img {
  width: 40%;
}

/* ---------works---------- */

.works {
  width: 100%;
  position: relative;
  background-color: #eff4f9;
  width: 100%;
  height: auto;
  background-size: cover;
  margin-top: -150px; /* meritセクションと重ねる */
  padding-top: 200px; /* コンテンツを下にずらす */
  padding-bottom: 150px;
  overflow: hidden; /* 装飾がはみ出さないように */
}

/* バブル装飾コンテナ */
.works-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.works-bubble {
  position: absolute;
  opacity: 0.5;
}

/* バブルの位置・サイズ（自由に調整可能） */
.works-bubble-1 {
  top: 15%;
  right: 5%;
  width: 250px;
}

.works-inner {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
}

.works-main {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: relative; /* ::beforeの基準にする */
  margin-left: auto;
  margin-right: auto;
}

.works-main::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%; /* コンテンツと同じ幅（left 40% + right 40%） */
  height: 38px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  pointer-events: none;
  z-index: 0;
}

.works-main-left {
  width: 40%;
  position: relative;
  z-index: 1;
}

.works-main-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-main-right {
  padding: 40px 80px;
  width: 40%;
  background-color: #2c2856;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.wroks-main-label {
  color: white;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}

.works-main-right-img {
  margin-bottom: 20px;
}

.works-main-text {
  color: white;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}

.works-main-bottom {
  color: white;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

.works-main-button {
  cursor: pointer;
  transition: opacity 0.3s ease;
  margin-top: 10px;
}

.works-main-button:hover {
  opacity: 0.8;
}

.works-main-title {
  display: block;
  width: fit-content;
  margin: -16px auto 24px !important; /* WPリセットで消えるのを防ぐ */
  padding: 22px 36px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-align: center;
  background: #fff;
  color: #0b194a;
  border: 4px solid #2faac7;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  position: relative;
  z-index: 5; /* 手前に重ねる */
}

.works-contents {
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
  gap: 50px;
}

.works-contents-box {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.works-contents-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}

.works-contents-label-left {
  display: inline-block;
  padding: 8px 14px;
  border: 2px solid #0f0f0f;
  border-radius: 6px;
  font-weight: 700;
  font-size: clamp(12px, 1.2vw, 16px);
  letter-spacing: 0.02em;
  background: transparent;
}

.works-contents-label-right {
  font-weight: 800;
  font-size: clamp(16px, 1.8vw, 24px);
  letter-spacing: 0.04em;
  color: #0f0f0f;
}

.works-contents-box img {
  width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.works-contents-title {
  font-size: clamp(18px, 1.9vw, 25px);
  font-weight: 800;
  color: #2c2b57;
  line-height: 1.35;
}

.works-contents-text {
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 2;
  color: #2c2b57;
}

/* ---------news---------- */

.news {
  width: 100%;
  position: relative;
  background-color: #eff4f9;
  padding: 150px 0 150px;
  margin-top: 0px;
}

.news-inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.news-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.news-title {
  font-size: 45px;
  font-weight: bold;
  /* 横方向のグラデーション（left → right） */
  background: linear-gradient(to right, #0013a0, #77c9d8);
  display: inline-block;

  /* テキストにだけ背景を切り抜く */
  -webkit-background-clip: text;
  background-clip: text;

  /* テキスト自体の色を透明にする */
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.merit-subtitle {
  font-size: 15px;
}

.news-heading-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-heading-bottom::before,
.news-heading-bottom::after {
  content: "";
  display: block;
  flex: 0 0 60px;
  height: 1px;
  background: #2c2b57;
}

.news-subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #2c2b57;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.news-item {
  display: block;
  padding: 25px 12px;
  border-bottom: 1px solid rgba(44, 40, 86, 0.16);
  border-radius: 6px;
}

.news-item-link {
  display: grid;
  grid-template-columns: minmax(160px, 200px) 1fr auto;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2c2b57;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.news-date {
  font-size: 14px;
}

.news-tag {
  display: inline-block;
  padding: 6px 12px;
  background: #2c2b57;
  color: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.news-text {
  font-size: 18px;
  color: #2c2b57;
  font-weight: 700;
  line-height: 1.8;
  padding: 0 12px;
}

.news-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #2c2b57;
  display: grid;
  place-items: center;
  color: #2c2b57;
  font-weight: 800;
  font-size: 16px;
}

.news-more {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.news-more-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2c2b57;
  font-weight: 800;
  border-bottom: 2px solid #2c2b57;
  padding-bottom: 4px;
}

/* ---------company---------- */

.company {
  width: 100%;
  position: relative;
  background-color: #eff4f9;
  padding: 220px 0 150px;
  margin-top: -200px;
}

.company-inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.company-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.company-title {
  font-size: 45px;
  font-weight: bold;
  /* 横方向のグラデーション（left → right） */
  background: linear-gradient(to right, #0013a0, #77c9d8);
  display: inline-block;

  /* テキストにだけ背景を切り抜く */
  -webkit-background-clip: text;
  background-clip: text;

  /* テキスト自体の色を透明にする */
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.company-heading-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
}

.company-heading-bottom::before,
.company-heading-bottom::after {
  content: "";
  display: block;
  flex: 0 0 70px;
  height: 1px;
  background: #2c2b57;
}

.company-subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #2c2b57;
}

.company-message {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.company-message-label {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #2c2b57;
}

.company-message-dot {
  width: 12px;
  height: 12px;
  background: url("/wp-content/uploads/2025/12/circle.png") no-repeat
    center/contain;
}

.company-message-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0013a0;
}

.company-message-subtitle {
  font-size: 14px;
  color: #2faac7;
  margin-top: 4px;
  color: #0013a0;
}

.company-message-divider {
  width: 100%;
  height: 1px;
  background: #d1d8e8;
}

.company-body {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  align-items: center;
}

.company-texts {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #2c2b57;
}

.company-lead {
  font-size: clamp(28px, 3.2vw, 36px);
  font-weight: 800;
  line-height: 1.8;
}

.company-paragraph {
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 2;
  color: #2c2b57;
}

.company-ceo {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
}

.company-photo img {
  width: 100%;
  max-width: 360px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  display: block;
  margin-left: auto;
}

.company-outline {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-top: 1px solid #d6dfee;
  padding-top: 32px;
}

.company-outline-head {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2c2b57;
}

.company-outline-dot {
  width: 12px;
  height: 12px;
  background: url("/wp-content/uploads/2025/12/circle.png") no-repeat
    center/contain;
}

.company-outline-title {
  font-size: 26px;
  font-weight: 700;
  color: #0013a0;
  letter-spacing: 0.02em;
}

.company-outline-subtitle {
  font-size: 14px;
  color: #2c2b57;
  margin-top: 4px;
}

.company-outline-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.company-outline-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 16px;
  align-items: start;
}

.company-outline-row + .company-outline-row {
  padding-top: 16px;
  border-top: 1px solid #e2e8f2;
}

.company-outline-label {
  font-weight: 700;
  color: #2c2b57;
  letter-spacing: 0.02em;
}

.company-outline-value {
  color: #2c2b57;
  line-height: 1.9;
  font-size: 16px;
}

.company-outline-mini {
  margin-bottom: 6px;
}

.company-outline-key {
  display: inline-block;
  min-width: 42px;
  font-weight: 700;
  margin-right: 8px;
}

.company-outline-link {
  color: #0013a0;
  margin-left: 8px;
  font-weight: 700;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.company-outline-link img {
  width: 15px;
  height: 15px;
  display: block;
}

.company-outline-business .company-outline-value {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.company-business-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.company-business-title {
  color: #0013a0;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.company-business-columns {
  background: rgba(47, 170, 199, 0.08);
  border-radius: 10px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 14px 30px;
}

.company-business-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.company-business-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2c2b57;
  font-size: 15px;
  line-height: 1.8;
}

.company-business-list li::before {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  background: url("/wp-content/uploads/2025/12/circle.png") no-repeat
    center/contain;
}

/* ==========================================================
   レスポンシブ対応
   ========================================================== */

/* 1024px 以下で Works を早めに縦並びに */
@media screen and (max-width: 1024px) {
  .works-main {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;
  }

  .works-main::before {
    display: none;
  }

  .works-main-left,
  .works-main-right {
    width: 100%;
  }

  .works-main-right {
    padding: 50px 40px;
  }

  .works-main-title {
    max-width: 92%;
  }
}

/* タブレット (768px以下) */
@media screen and (max-width: 768px) {
  /* ---------- Hero Section ---------- */
  .hero {
    min-height: auto;
    padding-bottom: 80px;
  }

  .hero-inner {
    padding: 30px 0 0 30px;
  }

  .header-logo {
    max-width: 150px;
  }

  .nav-box {
    margin-top: -40px;
    flex-direction: column;
    align-items: flex-end;
  }

  .hero-nav {
    margin-right: 5%;
  }

  .nav-label {
    font-size: 12px;
  }

  .nav-text {
    font-size: 8px;
  }

  .nav-select {
    margin-bottom: 8px;
  }

  .hero-text-box {
    font-size: 50px;
    margin-top: 20px;
  }

  .hero-text-box_02 {
    font-size: 22px;
    margin-top: 10px;
  }

  .hero-text-mini {
    font-size: 13px;
  }

  .hero-center-circle {
    margin-bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

.circle-fade {
  display: flex;
  justify-content: center;
  width: 100%;
}

.circle-fade img {
  width: 80%;
  max-width: 300px;
  margin-top: -20px;
  transition: opacity 0.7s ease;
  opacity: 1;
}

.circle-fade img.is-fading {
  opacity: 0;
}

  .hero-nav {
    margin-right: 2%;
  }

  /* ---------- About Section ---------- */
  .about {
    margin-top: -200px;
    padding-top: 250px;
    padding-bottom: 200px;
    background-position: 30% center;
  }

  .about-inner {
    flex-direction: column;
    gap: 40px;
  }

  .about-left {
    width: 100%;
    text-align: center;
    z-index: 1;
    position: relative;
    background-image: url(/img/imgggg.png), url(/img/fsafsfsafsaf.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
    background-size: 40%, 25%;
  }

  .about-heading {
    justify-content: center;
    gap: 10px;
  }

  .about-heading::before {
    content: "";
    display: block;
    flex: 0 0 80px;
    height: 1px;
    background: #333;
  }

  .about-heading::after {
    flex: 0 0 80px;
    width: auto;
  }

  .about-title-wrap {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .about-title-wrap .water-img {
    order: -1;
  }

  .about-title {
    font-size: 35px;
    text-align: center;
    display: block;
    width: 100%;
  }

  .about-lead_01 {
    font-size: 24px;
    margin: 0 auto;
  }

  .about-lead_02 {
    font-size: 24px;
    margin: 0 auto;
  }

  .about-text {
    font-size: 16px;
    text-align: center;
    line-height: 2;
  }

  .about-right {
    display: none;
  }

  /* バブル装飾 レスポンシブ (768px) */
  .about-bubble-1 {
    top: 10%;
    left: 3%;
    width: 80px;
  }

  .about-bubble-2 {
    top: 35%;
    right: 5%;
    width: 60px;
  }

  .about-bubble-3 {
    bottom: 30%;
    left: 8%;
    width: 50px;
  }

  .about-bubble-4 {
    bottom: 15%;
    right: 10%;
    width: 70px;
  }

  /* Merit装飾 レスポンシブ (768px) - 非表示 */
  .merit-bubbles,
  .merit-decors {
    display: none;
  }

  /* Business装飾 レスポンシブ (768px) - 非表示 */
  .business-bubbles {
    display: none;
  }

  /* Works装飾 レスポンシブ (768px) - 非表示 */
  .works-bubbles {
    display: none;
  }

  /* ---------- Merit Section ---------- */
  .merit {
    margin-top: -200px;
    padding-top: 200px;
    padding-bottom: 300px;
  }

  .merit-title {
    font-size: 35px;
  }

  .merit-main-text {
    font-size: 24px;
  }

  .merit-text {
    font-size: 16px;
  }

  .merit_box {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
    align-items: center;
  }

  .merit-left_01,
  .merit-right_01 {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .merit-left_01 img {
    max-width: 300px;
    width: 80%;
  }

  /* レスポンシブ時: テキストを上、画像を下に */
  .merit_box--reverse {
    flex-direction: column-reverse;
  }

  .merit-number-text {
    font-size: 60px;
  }

  .merit-label {
    font-size: 28px;
  }

  .merit-mini-text {
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
  }

  /* 2番目のmerit_boxの順番を調整（画像を上に） */
  .merit_box:nth-child(2) {
    flex-direction: column;
  }

  .merit_box:nth-child(2) .merit-left_01 {
    order: -1;
  }

  /* ---------- Technology Section ---------- */
  .technology {
    margin-top: -250px;
    padding-top: 150px;
    padding-bottom: 200px;
  }

  .bubble-section {
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }

  .bubble-box {
    width: 80%;
  }

  .bubble-image {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bubble-image img {
    max-width: 300px;
    width: 80%;
  }

  .bubble-text-direction {
    width: 110px;
    height: 110px;
    font-size: 18px;
    margin: 0 120px -90px 0 !important;
  }

  .bubble-text {
    text-align: center;
  }

  /* ---------- Use Cases Section ---------- */
  .use-cases {
    margin-top: -200px;
    padding-top: 250px;
    padding-bottom: 200px;
  }

  .cases-title {
    font-size: 35px;
  }

  .cases-main-text {
    font-size: 24px;
  }

  .cases-text {
    font-size: 16px;
  }

  .service-card-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .service-card__label {
    font-size: clamp(16px, 3vw, 24px);
    padding: 10px 24px;
    bottom: -25px;
  }

  .service-card__body {
    padding: 60px 20px 24px;
  }

  .service-card__title {
    font-size: 20px;
  }

  .service-card__text {
    font-size: 16px;
    line-height: 2;
  }

  /* ---------- Works Section ---------- */
  .works {
    margin-top: -200px;
    padding-top: 150px;
    padding-bottom: 200px;
  }

  .works-main {
    margin-top: 40px;
    flex-direction: column;
    gap: 0;
    align-items: center;
    width: 100%;
  }

  .works-main::before {
    display: none;
  }

  .works-main-left,
  .works-main-right {
    width: 100%;
  }

  .works-main-right {
    padding: 50px 24px;
  }

  .wroks-main-label {
    font-size: 16px;
  }

  .works-main-text {
    font-size: 16px;
  }

  .works-main-bottom {
    font-size: 14px;
  }

  .works-main-title {
    margin: -20px auto 24px !important;
    max-width: 90%;
    padding: 18px 24px;
    font-size: clamp(22px, 4vw, 32px);
    border-width: 3px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  }

  .works-contents {
    margin-top: 40px;
    flex-direction: column;
    gap: 40px;
  }

  .works-contents-box {
    width: 100%;
    gap: 14px;
  }

  .works-contents-label-left {
    font-size: 14px;
    padding: 6px 12px;
  }

  .works-contents-label-right {
    font-size: 20px;
  }

  .works-contents-title {
    font-size: 26px;
  }

  .works-contents-text {
    font-size: 18px;
    line-height: 1.9;
  }

  /* ---------- News Section ---------- */
  .news {
    padding: 140px 0 180px;
    margin-top: -120px;
  }

  .news-inner {
    width: 90%;
    gap: 30px;
  }

  .news-title {
    font-size: 34px;
  }

  .news-subtitle {
    font-size: 14px;
  }

  .news-heading-bottom::before,
  .news-heading-bottom::after {
    flex: 0 0 50px;
  }

  .news-item {
    padding: 20px 10px;
  }

  .news-item-link {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: flex-start;
  }

  .news-meta {
    flex-wrap: wrap;
    gap: 8px;
  }

  .news-date {
    font-size: 13px;
  }

  .news-tag {
    font-size: 11px;
    padding: 5px 10px;
  }

  .news-text {
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
  }

  .news-arrow {
    width: 32px;
    height: 32px;
    font-size: 14px;
    margin-left: auto;
  }

  /* ---------- Company Section ---------- */
  .company {
    padding: 150px 0 150px;
    margin-top: -140px;
  }

  .company-inner {
    width: 90%;
    gap: 40px;
  }

  .company-title {
    font-size: 36px;
  }

  .company-subtitle {
    font-size: 14px;
  }

  .company-heading-bottom::before,
  .company-heading-bottom::after {
    flex: 0 0 50px;
  }

  .company-message-title {
    font-size: 20px;
  }

  .company-message-subtitle {
    font-size: 12px;
  }

  .company-body {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .company-texts {
    gap: 20px;
  }

  .company-lead {
    font-size: 26px;
    line-height: 1.6;
  }

  .company-paragraph {
    font-size: 16px;
    line-height: 1.9;
  }

  .company-ceo {
    margin-top: 30px;
    font-size: 16px;
  }

  .company-photo {
    order: -1;
  }

  .company-photo img {
    margin: 0 auto;
    max-width: 300px;
  }

  .company-outline {
    margin-top: 20px;
    padding-top: 24px;
  }

  .company-outline-row {
    grid-template-columns: 140px 1fr;
    gap: 12px;
  }

  .company-outline-title {
    font-size: 22px;
  }

  .company-outline-subtitle {
    font-size: 13px;
  }

  .company-outline-label {
    font-size: 14px;
  }

  .company-outline-value {
    font-size: 15px;
    line-height: 1.8;
  }

  .company-business-title {
    font-size: 14px;
  }

  .company-business-columns {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 16px;
  }

  .company-business-list li {
    font-size: 14px;
  }

  .news-more-link {
    font-size: 14px;
  }

  .business-button {
    font-size: 20px;
    padding: 18px 22px 32px;
    border-radius: 0;
  }

  .business-button::after {
    left: 22px;
    right: 22px;
    bottom: 8px;
  }

  .business-button img {
    width: 22px;
    height: 22px;
  }

  /* ---------- Business Section ---------- */
  .business {
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .business-contents-box {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
  }

  .business-contents-text {
    width: 100%;
    text-align: center;
  }

  .business-contents-img {
    width: 80%;
    display: flex;
    justify-content: center;
  }

  .business-contents-img img {
    max-width: 350px;
    width: 100%;
  }

  .business-title {
    font-size: clamp(18px, 3.5vw, 30px);
    margin-bottom: 30px;
  }

  .business-subtitle {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .business-text {
    font-size: 16px;
    text-align: left;
    margin-bottom: 40px;
  }

  /* レスポンシブ時: 画像を上、テキストを下に */
  .business-contents-box--reverse {
    flex-direction: column-reverse;
  }
}

/* スマートフォン (480px以下) */
@media screen and (max-width: 480px) {
  /* ---------- Hero Section ---------- */
  .hero {
    min-height: auto;
    padding-bottom: 60px;
  }

  .hero-inner {
    padding: 20px 0 0 20px;
  }

  .header-logo {
    max-width: 120px;
  }

  .nav-box {
    margin: -30px auto 0;
  }

  .nav-label {
    font-size: 12px;
  }

  .nav-text {
    font-size: 8px;
  }

  .nav-select {
    margin-bottom: 6px;
    padding-left: 1em;
  }

  .hero-text-box {
    font-size: 36px;
    visibility: hidden;
  }

  .hero-text-box_02 {
    font-size: 18px;
  }

  .hero-text-mini {
    font-size: 11px;
    margin-top: 10px;
  }

  .circle-fade {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .circle-fade img {
    width: 90%;
    max-width: 230px;
  }

  .hero-nav {
    margin-right: 0;
  }

  /* ---------- About Section ---------- */
  .about {
    margin-top: -180px;
    padding-top: 250px;
    padding-bottom: 150px;
  }

  .about-inner {
    width: 90%;
  }

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

  .about-subtitle {
    font-size: 13px;
  }

  .about-heading::after {
    width: 80px;
  }

  .about-lead_01,
  .about-lead_02 {
    font-size: 20px;
  }

  .about-text {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .about-button {
    padding: 15px 30px;
    font-size: 14px;
  }

  .about-right {
    width: 100%;
  }

  .about-img_02 {
    width: 50%;
    margin-top: -40px;
  }

  /* バブル装飾 レスポンシブ (480px) */
  .about-bubble-1 {
    top: 8%;
    left: 2%;
    width: 50px;
  }

  .about-bubble-2 {
    top: 30%;
    right: 3%;
    width: 40px;
  }

  .about-bubble-3 {
    bottom: 35%;
    left: 5%;
    width: 35px;
  }

  .about-bubble-4 {
    bottom: 12%;
    right: 5%;
    width: 45px;
  }

  /* ---------- Merit Section ---------- */
  .merit {
    margin-top: -180px;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .merit-inner {
    width: 90%;
  }

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

  .merit-subtitle {
    font-size: 13px;
  }

  .merit-main-text {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .merit-text {
    font-size: 14px;
  }

  .merit_box {
    margin-bottom: 80px;
  }

  .merit-left_01 img {
    max-width: 250px;
    width: 90%;
  }

  .merit-number-text {
    font-size: 50px;
  }

  .merit-label {
    font-size: 22px;
  }

  .merit-mini-text {
    font-size: 14px;
    margin-top: 15px;
  }

  .merit-heading-bottom::before,
  .merit-heading-bottom::after {
    flex: 0 0 50px;
  }

  /* ---------- Technology Section ---------- */
  .technology {
    margin-top: -250px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .bubble-section {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }

  .bubble-box {
    width: 90%;
  }

  .bubble-image {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bubble-image img {
    max-width: 250px;
    width: 80%;
  }

  .bubble-text-direction {
    width: 100px;
    height: 100px;
    font-size: 16px;
    margin: 0 100px -80px 0 !important;
  }

  .bubble-text {
    text-align: center;
    font-size: 14px;
  }

  /* ---------- Use Cases Section ---------- */
  .use-cases {
    margin-top: -180px;
    padding-top: 220px;
    padding-bottom: 150px;
  }

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

  .cases-subtitle {
    font-size: 13px;
  }

  .cases-main-text {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .cases-text {
    font-size: 14px;
  }

  .cases-heading-bottom::before,
  .cases-heading-bottom::after {
    flex: 0 0 50px;
  }

  .service-card-grid {
    gap: 40px;
  }

  .service-card__label {
    font-size: 16px;
    padding: 8px 16px;
    bottom: -20px;
  }

  .service-card__body {
    padding: 50px 16px 20px;
  }

  .service-card__title {
    font-size: 18px;
  }

  .service-card__text {
    font-size: 14px;
    line-height: 1.8;
  }

  /* ---------- Works Section ---------- */
  .works {
    margin-top: -180px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .works-main {
    margin-top: 30px;
  }

  .works-main::before {
    display: none;
  }

  .works-main-right {
    padding: 50px 16px;
  }

  .wroks-main-label {
    font-size: 14px;
  }

  .works-main-text {
    font-size: 14px;
  }

  .works-main-bottom {
    font-size: 12px;
  }

  .works-contents {
    margin-top: 30px;
    flex-direction: column;
    gap: 30px;
  }

  .works-contents-box {
    width: 100%;
    gap: 12px;
    margin-bottom: 20px;
  }

  .works-contents-label {
    gap: 6px;
  }

  .works-contents-label-right {
    font-size: 18px;
  }

  .works-contents-title {
    font-size: 22px;
  }

  .works-contents-text {
    font-size: 16px;
    line-height: 1.8;
  }

  .works-main-title {
    max-width: 94%;
    margin: -20px auto 60px !important;
    padding: 14px 16px;
    font-size: clamp(18px, 5vw, 26px);
    border-width: 3px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  }

  /* ---------- News Section ---------- */
  .news {
    padding: 100px 0 120px;
    margin-top: -80px;
  }

  .news-inner {
    width: 92%;
    gap: 25px;
  }

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

  .news-subtitle {
    font-size: 12px;
  }

  .news-heading-bottom::before,
  .news-heading-bottom::after {
    flex: 0 0 40px;
  }

  .news-list {
    gap: 8px;
  }

  .news-item {
    gap: 8px;
    padding: 16px 8px;
  }

  .news-meta {
    gap: 6px;
  }

  .news-date {
    font-size: 12px;
  }

  .news-tag {
    font-size: 10px;
    padding: 4px 8px;
  }

  .news-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .news-arrow {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .news-more {
    margin-top: 12px;
  }

  .news-more-link {
    font-size: 13px;
    gap: 8px;
  }

  /* ---------- Company Section ---------- */
  .company {
    padding: 120px 0 140px;
    margin-top: -100px;
  }

  .company-inner {
    width: 92%;
    gap: 30px;
  }

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

  .company-subtitle {
    font-size: 12px;
  }

  .company-heading-bottom::before,
  .company-heading-bottom::after {
    flex: 0 0 36px;
  }

  .company-message {
    gap: 12px;
  }

  .company-message-label {
    gap: 10px;
  }

  .company-message-dot {
    width: 10px;
    height: 10px;
  }

  .company-message-title {
    font-size: 18px;
  }

  .company-message-subtitle {
    font-size: 11px;
  }

  .company-body {
    gap: 24px;
  }

  .company-texts {
    gap: 16px;
  }

  .company-lead {
    font-size: 22px;
    line-height: 1.5;
  }

  .company-paragraph {
    font-size: 14px;
    line-height: 1.8;
  }

  .company-ceo {
    margin-top: 24px;
    font-size: 14px;
  }

  .company-photo img {
    max-width: 260px;
  }

  .company-outline {
    margin-top: 16px;
    padding-top: 20px;
    gap: 18px;
  }

  .company-outline-head {
    gap: 10px;
  }

  .company-outline-dot {
    width: 10px;
    height: 10px;
  }

  .company-outline-title {
    font-size: 20px;
  }

  .company-outline-subtitle {
    font-size: 12px;
  }

  .company-outline-body {
    gap: 16px;
  }

  .company-outline-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .company-outline-row + .company-outline-row {
    padding-top: 14px;
  }

  .company-outline-label {
    font-size: 13px;
    font-weight: 800;
  }

  .company-outline-value {
    font-size: 14px;
    line-height: 1.7;
  }

  .company-outline-mini {
    margin-bottom: 4px;
  }

  .company-outline-key {
    min-width: 36px;
    margin-right: 6px;
  }

  .company-outline-link {
    font-size: 13px;
    margin-left: 6px;
  }

  .company-outline-link img {
    width: 12px;
    height: 12px;
  }

  .company-business-group {
    gap: 8px;
  }

  .company-business-title {
    font-size: 13px;
  }

  .company-business-columns {
    grid-template-columns: 1fr;
    padding: 12px 12px;
    gap: 10px;
  }

  .company-business-list {
    gap: 6px;
  }

  .company-business-list li {
    font-size: 13px;
    gap: 6px;
    line-height: 1.6;
  }

  .company-business-list li::before {
    width: 8px;
    height: 8px;
  }

  .business-button {
    font-size: 18px;
    padding: 16px 18px 28px;
    border-radius: 0;
  }

  .business-button::after {
    left: 18px;
    right: 18px;
    bottom: 8px;
  }

  .business-button img {
    width: 20px;
    height: 20px;
  }

  /* ---------- Business Section ---------- */
  .business {
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .business-contents-box {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 50px;
  }

  .business-contents-text {
    width: 100%;
    text-align: center;
  }

  .business-contents-img {
    width: 90%;
    display: flex;
    justify-content: center;
  }

  .business-contents-img img {
    max-width: 280px;
    width: 100%;
  }

  .business-title {
    font-size: clamp(16px, 3vw, 24px);
    margin-bottom: 20px;
  }

  .business-subtitle {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .business-text {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 30px;
  }

  .business-button {
    font-size: 16px;
    padding: 14px 16px 26px;
  }

  .business-button::after {
    left: 0px;
    right: 16px;
    bottom: 6px;
  }

  .business-button img {
    width: 18px;
    height: 18px;
  }

  /* レスポンシブ時: 画像を上、テキストを下に */
  .business-contents-box--reverse {
    flex-direction: column-reverse;
  }
}

/* ==========================================================
   WordPress/Cocoon 上書き修正
   ========================================================== */

/* フッター上の余白を削除 */
.footer,
#footer,
.site-footer {
  margin-top: 0 !important;
}
