/*
Theme Name: VERDORA
Theme URI: 
Description: VERDORA合同会社 コーポレートサイト用オリジナルテーマ
Author: lazo_Aya Uesugi
Version: 1.0
*/
/* =========================
   基本設定
========================= */
html, body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Yu Gothic", "メイリオ", sans-serif;
  color: #14332a;
  background-color: #f5f9f7;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

a {
  color: #0f8060;
  text-decoration: none;
}

/* =========================
   共通レイアウト
========================= */
.container {
  width: 90%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-mint {
  background-color: #e8f7f1;
}

/* 2カラム・カード */
.cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 32px;
}

.card-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 28px;
  row-gap: 28px;
}

.card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 28px 30px;
  border: 1px solid #e0efe8;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.card h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 20px;
  color: #0f604a;
}

/* リストの見やすさ強化 */
.card ul,
.col ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.card li,
.col li {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 18px;
  position: relative;
}

.card li::before,
.col li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #0f8060;
  position: absolute;
  left: 0;
  top: 12px;
}

.business-card,
.service-card {
  transform: translateY(0);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.business-card:hover,
.service-card:hover {
  transform: translateY(-6px) scale(1.02); /* 上に6px＋ズーム */
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

/* =========================
   ヘッダー
========================= */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.logo img {
  height: 45px;
}

/* ナビ */
.global-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  column-gap: 24px;
  align-items: center;
}

.global-nav a {
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
}

.global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #0f8060;
  transition: width 0.2s ease;
}

.global-nav a:hover::after {
  width: 100%;
}
/* nav-cta だけ下線アニメーション無効化 */
.global-nav .nav-cta::after {
  content: none;
}

.nav-cta {
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid #0f8060;
}

.nav-cta:hover {
  background-color: #0f8060;
  color: #ffffff;
}

/* ハンバーガー */
.nav-toggle {
  display: none;
}

/* 3本線（共通） */
.nav-toggle-label {
  position: relative;
  width: 28px;
  height: 22px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.nav-bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #004d31;
  border-radius: 999px;
  transition: transform .25s ease, opacity .25s ease;
}

/* チェックON → ✕ */
.nav-toggle:checked + .nav-toggle-label .nav-bar:nth-child(2) {
  opacity: 0;
}
.nav-toggle:checked + .nav-toggle-label .nav-bar:nth-child(1) {
  transform: translateY(1px) rotate(45deg);
}
.nav-toggle:checked + .nav-toggle-label .nav-bar:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

.nav-toggle-label {
  display: none;
}

/* =========================
   HERO
========================= */
.hero {
  position: relative;
  padding: 150px 0 120px;
  background: url("../img/fv2.jpg") center/cover no-repeat;
  color: #064e3b;
}

/* 左側だけ白グラデでフェード */
/*.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(245, 255, 249, 0.95) 0%,
        rgba(245, 255, 249, 0.85) 40%,
        rgba(245, 255, 249, 0.25) 60%,
        rgba(245, 255, 249, 0) 100%
    );
    z-index: 0;
}*/

/* テキスト類を前面へ */
.hero__inner,
.hero__content,
.hero__title,
.hero__lead,
.hero__buttons,
.hero__section-intro {
    position: relative;
    z-index: 1;
}

.hero__inner {
  align-items: center;
}

.hero__eyebrow,
.hero__title-line {
  text-shadow: 0 2px 4px rgba(255, 251, 251, 1.55); /* 影薄めに調整でもOK */
  width: 70%;
  text-align: center;
}

.hero-eyebrow {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

.hero__title-line {
  display: inline-block;  /* 改行時のバランス用。不要なら消してOK */
}

.hero__lead--sub {
  margin-top: 12px;
}

.hero h1 {
  font-size: 28px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 18px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.hero__lead-container {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 8px 12px;
  display: inline-block;
  backdrop-filter: blur(4px);
  border-radius: 4px;
  width: 45%;
  margin-left: 140px;
  margin-bottom: 45px;
}

.hero__lead {
  font-size: 16px;
  margin: 15px auto 15px;
  color: #124233;
  width: 70%;
  text-align: center;
}

.hero__buttons {
  display: flex;
  column-gap: 12px;
  row-gap: 12px;
  flex-wrap: wrap;
  width: 55%;
  margin: 0 auto;
}

.hero__section-intro {
  width: 35%;
  text-align: center;
  /*color: #ffffff;
  background: rgba(15, 128, 96, 0.55);*/
  color: #124233;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  margin: 20px 203px;
}

.hero__image {
  border-radius: 15px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  filter: brightness(0.98) saturate(0.85);
  opacity: 0.8;
}

/* ボタン */
.btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 24px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.btn-primary {
  background-color: #0f6b4f;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid #0f8060;
}

.btn-primary:hover {
  background-color: #ffffff;
  color: #0f6b4f;
}

.btn-outline {
  background-color: #ffffff;
  color: #0f6b4f;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid #0f8060;
}

.btn-outline:hover {
  background-color: #0f6b4f;
  color: #ffffff;
}

.btn-full {
  width: 100%;
}

/* =========================
   セクションヘッダー
========================= */
.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-kicker {
  font-size: 12px;
  color: #2a8f64;
  margin: 0;
  letter-spacing: 2px;
}

.section-header h2 {
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 0;
}

/* タイトル下ラインと丸 */
.section-header::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #0f8060;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
}

/* キャッチ */
.catch {
  font-size: 18px;
  font-weight: 600;
  color: #0f604a;
}
/* =========================
   CYCLE（循環図）
========================= */
.cycle{
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    rgba(6,78,59,0.22) 0%,
    rgba(90,160,120,0.22) 35%,
    rgba(245,235,190,0.50) 75%,
    rgba(250,252,240,0.85) 100%
  );
}

.cycle__concept{
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  color: #0f6b4f;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
}

.cycle__figure{
  margin: 0;
  display: flex;
  justify-content: space-evenly;
}

.cycle__img{
  width: 25%;
  height: auto;
  max-width:520px; /* 図がデカすぎない安全値。必要なら調整 */
  display: block;
}

.cycle__note{
  text-align: center;
  font-size: 14px;
  color: #4a6f60;
  margin-top: 28px;
  line-height: 1.8;
}

/* =========================
   はじめに
========================= */
#about {
  position: relative;
  overflow: hidden;
  background-image: url(../img/about.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

/* 写真の上にグラデーションをかぶせる */
#about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(245, 249, 247, 0.6) ;
  z-index: 0;
}

#about .container {
  position: relative;
  z-index: 1;
}

.about__inner {
  display: flex;
  gap: 40px;
}

.about__col {
  flex: 1;
}

.about__lead {
  font-weight: 700;
  margin-bottom: 16px;
}

.about__mission {
  margin-top: 16px;
  font-weight: 700;
  font-size: 1.1em;
}

/* =========================
   企業理念バナー
========================= */
.philosophy-lead {
    text-align: center;
    font-size: 16px;
    line-height: 1.9;
    color: #1b4434;
    max-width: 720px;
    margin: 0 auto 40px;
    opacity: 0.9;
}

.philosophy-card {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  width: 100%;
  height: 480px;

  /* 背景は写真だけ。ここでカバーさせる */
  background-image: url("../img/vegetables2.jpg");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  /* 中身を右寄せ */
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* 写真の上にグラデーションをかぶせる */
.philosophy-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  /* 左は透明に近く、右ほど明るく */
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(245, 249, 247, 0.70) 55%,
    rgba(245, 249, 247, 0.45) 100%
  );
}

.philosophy-card:last-child {
  background-image: none;
  align-items: center;
  flex-direction: column;
}

.philosophy-mini{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #0f8060;
  margin: 0 0 10px;
  text-decoration: #ffffff;
}

.philosophy-quote{
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 14px;
}

.philosophy-card--sub{
  background-image: none;
  height: 120px;
}
.philosophy-card--sub::before {
  content: none;
}


.philosophy-last{
  padding: 50px 0 20px;
}

.philosophy-text {
  position: relative;
  z-index: 1;
  max-width: 60%;
  padding: 26px 32px;
  margin: 0 auto;
  color: #14332a;
  box-sizing: border-box;
}

.philosophy-text .catch {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #0f604a;
}

.philosophy-text p {
  margin-top: 0;
  margin-bottom: 10px;
}

.philosophy-text ul {
  background-color: #e0efe8;
  border-radius: 15px;
}

/* ========= VISION ========= */
.vision-image {
  max-width: 900px;       /* 真ん中にすっと出す幅 */
  margin: 24px auto 24px; /* タイトルとの間＆ボックスとの間 */
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(20, 51, 42, 0.10); /* 信頼感あるふんわり影 */
}

.vision-image img {
  display: block;
  width: 100%;
  height: 300px; 
  object-fit: cover;
}

/* サントリー系の淡い情報ボックス */
.vision-box {
  background-color: #f5fbf8;      /* ほぼ白に近いミント */
  border-radius: 20px;
  padding: 32px 40px;
  box-shadow: 0 12px 32px rgba(20, 51, 42, 0.06);  /* ごく薄い影 */
  border: 1px solid rgba(12, 112, 75, 0.08);      /* うっすら枠線 */
  max-width: 900px;
  margin: 0 auto; 
  box-sizing: border-box;
}

.vision-list {
  list-style: none;
  margin: 0 0 16px 0;
  padding-left: 1.4em;
  line-height: 1.9;
  color: #14332a;
  font-size: 15px;
}

.vision-list li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 6px;
  line-height: 1.9;
}

.vision-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.vision-note {
  margin: 0 auto;
  line-height: 1.9;
  color: #50665b;
  font-size: 15px;
  width: 95%;
}

.focus-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 32px;
}

/* タイトル上のマーカーライン */
.focus-card__title {
  position: relative;
  padding-top: 15px; /* 上に余白＋ラインのスペース */
}

.focus-card__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;      
  height: 2px; 
  background-color: #0f8060; 
  border-radius: 2px;
}

/* =========================
   事業内容
========================= */
.business-cards {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.business-card {
  flex: 1;
  background: #ffffff;
  border-radius: 20px;
  justify-content: flex-start;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  border-radius: 20px; /* 上下とも同じ丸み */
  overflow: hidden; /* 画像が角からはみ出るのを防止する */
  transform: scale(0.97);
}
[data-aos="zoom-in"].aos-animate {
  transform: scale(1);
}

.business-card--single{
  max-width: 980px;
  margin: 0 auto;
}

.business-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.business-body {
  padding: 20px 22px;
}

.business-body h3 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #0f604a;
}

.business-body ul {
  margin: 0;
  padding-left: 20px;
}

.business-body ul li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.business-intro{
  text-align: center;
}

/* 1枚カード（PCだけ横並びにしてバランス改善） */
@media (min-width: 900px){
  .business-cards{
    display: block;
  }

  .business-card{
    display: flex;
    flex-direction: row; /* ←念押し */
    align-items: stretch;
    gap: 0;
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
  }

  .business-img{
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
    margin: 0;
  }

  .business-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .business-body{
    flex: 1 1 auto;
    width: auto;         /* ← width:100% を潰す */
    min-width: 0;        /* ←長文折返し対策 */
    padding: 28px 30px;
  }
}


/* =========================
  サービス
========================= */
.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-card {
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

.service-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}

.service-body {
  padding: 20px 22px;
}

.service-body h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #0f604a;
}

.service-body p {
  margin: 0;
  line-height: 1.6;
}

/* =========================
   FCまとめ枠
========================= */
/*.summary-box {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 18px;
  background-color: #f0fbf6;
  border: 1px solid #d5efe4;
}*/

/* =========================
   会社概要
========================= */
#company {
  position: relative;
  overflow: hidden;       /* 背景のはみ出し防止 */
  background: none;
}

#company::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    /* 上にかけるミント系グラデーション（色は調整してOK） */
    linear-gradient(
      rgba(253, 253, 253, 0.95),
      rgba(237, 247, 225, 0.9)
    ),
    url("../img/company.png") center/cover no-repeat;
  z-index: 0;
}

/* 中身（カードやMAP）を前面に出す */
#company .container {
  position: relative;
  z-index: 1;
}

.company-table dl {
  margin: 0;
}

.company-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2efe8;
}

.company-row dt {
  font-weight: 600;
  color: #0d5141;
}

.company-row dd {
  margin: 0;
}

#company h3 {
  font-size: 16px;
  margin-left: 23px;
}

/* 会社概要 レイアウト */
.company-layout {
  display: flex;
  gap: 28px;
  align-items: stretch;
}
.company-left {
  width: 50%;
}

.company-right {
  width: 55%;
  display: flex;
  flex-direction: column;
}

.company-box {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.company-business h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #0f604a;
}

.company-business ul {
  margin: 0;
  padding-left: 18px;
}

.company-business ul li {
  margin-bottom: 4px;
  font-size: 14px;
}

/* 事業内容 */
.company-business-card h3{
  margin: 0 0 12px;
}

.company-business-lead{
  margin: 0 0 14px;
  line-height: 1.8;
}

.company-business-list{
  margin: 0;
  padding-left: 1.2em;
  line-height: 1.9;
}

.company-business-list strong {
  border-bottom: 1px solid #00915c;
  width: 70%;
}

.company-business-list li{
  margin-bottom: 20px;
  line-height: 1.9;
  list-style: none;
}

.company-business-list li strong{
  display: block;
  font-weight: 700;
  color: #0f6b4f;
  margin-bottom: 4px;
}

/* =========================
   お問い合わせ
========================= */
.contact-cols {
  align-items: flex-start;
}

.contact-mail a {
  font-weight: 600;
}

.contact-form {
  background-color: #ffffff;
  border-radius: 22px;
  padding: 22px 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-form label {
  display: block;
  font-size: 13px;
  margin-bottom: 12px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #c6dcd2;
  font-size: 14px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #0f8060;
  box-shadow: 0 0 0 2px rgba(15, 128, 96, 0.18);
}

.req {
  display: inline-block;
  margin-left: 6px;
  font-size: 11px;
  color: #ffffff;
  background-color: #ff7f4d;
  border-radius: 10px;
  padding: 2px 6px;
}

.contact-instagram{
  margin-top: 75px;
  line-height: 1.8;
}

.contact-instagram a{
  font-weight: 700;
  color: #0f6b4f;
  text-decoration: none;
}

.contact-instagram a:hover{
  text-decoration: underline;
}

.contact-instagram-note{
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #124233;
  opacity: 0.9;
}

#contact .insta-logo{
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 0;
}

/* =========================
   フッター
========================= */
.site-footer {
  background-color: #123432;
  color: #e0f4ee;
  padding-top: 26px;
  padding-bottom: 30px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-logo {
  margin: 0;
  font-weight: 600;
}

.footer-copy {
  margin: 0;
  font-size: 12px;
}

/* PCでは2カラム (PC用)*/
@media (min-width: 960px) {
  .focus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }

  .focus-card__body {
    padding: 22px 24px 26px;
  }
}

.focus-card {
  background: #f3fbf7;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

/* 写真（横長） */
.focus-card__image img {
  display: block;
  width: 100%;
  height: 210px; /* 写真に合わせて調整OK */
  object-fit: cover;
}

/* テキスト */
.focus-card__body {
  padding: 20px 22px 22px;
}

.focus-card__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #0f604a;
}

.focus-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #14332a;
}

/* =========================
   レスポンシブ
========================= */
@media (max-width: 960px) {
  .nav-toggle-label {
    display: flex; /* SPで表示 */
  }
  nav ul {
    display: none; /* PCメニュー非表示 */
  }
  .nav-toggle:checked ~ nav ul {
    display: block; /* 開いたら表示 */
  }

  .hero {
    padding-top: 120px;
    padding-bottom: 56px;
    text-align: center;
  }

  .hero::before {
    background: linear-gradient(
      to bottom,
      rgba(255,255,255,0.9) 0%,
      rgba(255,255,255,0.85) 30%,
      rgba(255,255,255,0.8) 60%,
      rgba(255,255,255,0.75) 80%,
      rgba(255,255,255,0.6) 100%
    );
  }
  
  .hero__lead-container {
    width: 94%;
    margin: 0 auto 25%;
  }
 
  .hero__eyebrow, .hero__title-line {
    text-align: center;
    width: 100%;
  }
 
  .hero__lead {
    width: 100%;
  }

  .hero__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .hero__content {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    text-align: left;   /* ここをcenterにすると全部中央寄せになる */
  }
  .hero__img {
    width: 100%;
    height: 100%;
    max-height: 420px;      /* 好きな高さで調整OK */
    object-fit: cover;
    border-radius: 24px;
    display: block;
  }

  .hero__buttons {
    flex-direction: column;
  }

  .hero__section-intro {
    width: 100%;
  }

  .cycle{
    padding: 36px 0;
  }

  .cycle__figure {
    display: block;
    margin: 16px auto;
  }

  .cycle__concept{
    width: 70%;
    margin: 21px auto 32px;
    font-size: 18px;
  }
  .cycle__img{
    max-width: 100%;
    width: 80%;
    height: auto;
    margin: 0 auto;
    }

  .about__inner {
    flex-direction: column;
  }

  .about__lead {
    font-size: 18px;
    text-align: center;
  }

  .about__lead-note {
    text-align: center;
    width: 90%;
    margin: 16px auto;
  }

  .about__col {
    text-align: center;
  }

  .philosophy-card {
    align-items: stretch;
    height: auto;
  }
  .philosophy-card::before {
    background: rgba(245, 249, 247, 0.85) 55%;
  }

  .philosophy-image {
    width: 100%;
  }

  .philosophy-text {
    max-width: 100%;
    padding: 20px 18px 24px;
  }

  .vision-image {
    margin: 20px auto 20px;
    border-radius: 18px;
  }

  .vision-box {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .vision-list {
    font-size: 15px;
    line-height: 1.8;
  }

  .vision-list li {
    padding-left: 0;
  }

  .vision-note {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
  }

  .business-card{
    display: block;
  }
  .business-body{
    padding: 22px 20px;
  }

  .business-cards {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .business-card--single{
    display: grid;
    align-items: center;
  }

  .business-intro {
    width: 75%;
    margin: 16px auto;
  }
  
  .service-cards {
    grid-template-columns: 1fr;
  }

  .col:nth-child(1) {
    margin: 0 auto;
    width: 87%;
  }

  .cols-2 {
    grid-template-columns: none;
  }

  .company-left,
  .company-right {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .company-layout {
    flex-direction: column;
  }
  .company-table { 
    table-layout: fixed;      /* 幅のバランスを均等にする */
  }

  .company-table th,
  .company-table td {
    padding: 12px;
    font-size: 15px;
    word-break: break-all;    /* 住所などの長文が変に飛び出すのを防ぐ */
  }

  .contact-instagram {
    margin: 45px auto 16px;
  }
}

@media (max-width: 720px) {

  /* ハンバーガー表示 */
  .nav-toggle-label {
    display: block;
    width: 28px;
    height: 22px;
  }

  .nav-bar {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #155546;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .global-nav {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e2efe8;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
  }

  .global-nav ul {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 22px;
    padding-right: 22px;
    row-gap: 6px;
  }

  .nav-cta {
    margin-top: 4px;
  }

  /* チェックされたら開く */
  .nav-toggle:checked + .nav-toggle-label + .global-nav {
    max-height: 260px;
  }

  .hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .hero h1 {
    font-size: 24px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-inner {
    flex-direction: column;
    row-gap: 6px;
    text-align: center;
  }
}
