@charset "utf-8";

/* =======================================
   top.css
   TOPページ専用スタイル
   - えるぼし回転バッジ（.eruboshi-badge）
   - ごあいさつ（.top_greeting）
   - トップサービスメニュー（.top_service）
   - 採用バナー（.recruit-bnr）
   - お知らせ＆インスタ（.news-insta / .insta）
   ======================================= */


/* ---------------------------------------
   えるぼし回転バッジ（.eruboshi-badge）
   --------------------------------------- */

.eruboshi-badge {
  position: absolute;
  bottom: -40px;
  right: 32px;
  width: 250px;
  height: 250px;
  display: grid;
  place-items: center;
  text-decoration: none;
  z-index: 10;
}

.eruboshi-badge__ring-wrap {
  position: absolute;
  inset: 0;
  animation: eruboshi-spin 12s linear infinite;
}

.eruboshi-badge__svg {
  width: 100%;
  height: 100%;
}

.eruboshi-badge__svg text {
  font-size: 9px;
  fill: #00A63C;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.eruboshi-badge__inner {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 18px;
  transition: transform 200ms ease;
}

.eruboshi-badge:hover .eruboshi-badge__inner {
  transform: scale(1.06);
}

.eruboshi-badge__inner img {
  width: 115px;
  height: auto;
}

.eruboshi-badge__inner span {
  font-size: 10px;
  color: #00A63C;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8);
}

@keyframes eruboshi-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@media (max-width: 600px) {
  .eruboshi-badge {
    width: 150px;
    height: 150px;
    bottom: -24px;
    right: 0;
  }

  .eruboshi-badge__inner {
    width: 90px;
    height: 90px;
    padding: 12px;
  }

  .eruboshi-badge__inner img {
    width: 68px;
  }

  .eruboshi-badge__inner span {
    font-size: 8px;
  }
}


/* ---------------------------------------
   ヘッダーにある１行のお知らせ（new-top）
   --------------------------------------- */

.new-top * {
  margin: 0;
  padding: 0;
}

/* ブロック全体 */
.new-top {
  position: relative;
  width: 1208px;
  display: flex;
  align-items: center;
  margin: 30px auto 0;
  padding: 1rem;
  background: #fff;       /* 背景色 */
  border-radius: 5px;     /* 角を丸く */
  z-index: 8;
}

/* マウスオン時に透明度を80%に */
.new-top a:hover {
  opacity: 0.8;
}

/* 「お知らせ」の見出し */
.new-top h2 {
  font-size: 1rem;
  font-weight: normal;
  background: #00A63C;  /* 背景色 */
  color: #fff;          /* 文字色 */
  border-radius: 3px;
  margin-right: 1rem;
  padding: 0 1rem;
}

/* テキストのブロック */
.new-top .text {
  flex: 1;
  /* 以下4行は、末尾を…として１行にまとめる為のスタイル */
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 右側のキャラクター画像など */
.new-top img {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 10;
  width: 100px;
  height: auto;
}


/* ---------------------------------------
   TOP ごあいさつセクション（.top_greeting）
   --------------------------------------- */

.top_greeting {
  margin-top: 142px;
}

.top_greeting h3 {
  margin-top: 52px;
  margin-bottom: 60px;
}


.top_greeting .top_greeting-img {
  position: relative;
}

.top_greeting .top_greeting-img img {
  width: 100%;
}

.top_greeting .top_greeting-img > img {
  border-radius: 20px;
}

.top_greeting .top_greeting-img .right-leaf {
  position: absolute;
  right: -155px;
  top: 602px;
}

/* about 部分のグリッド */
.top_greeting .about {
  margin-top: 60px;
  grid-template-columns: 591px;
  grid-template-rows: auto auto auto;
  grid-template-areas:
    "h1-area"
    "h2-area"
    "text-area";
    justify-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.top_greeting .about h2 {
  grid-area: h1-area;
  margin: 0;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  line-height: 1;
}

.top_greeting .about h2 .ttl-jp {
  font-family: var(--font-heading), "Shippori Mincho", serif;
  font-size: 2.75rem;
  font-weight: 600;
  color: var(--color-text);
}

.top_greeting .about h2 .ttl-en {
  font-family: "Allura", cursive;
  font-size: 1.75rem;
  color: var(--color-text);
  margin-top: 4px;
  margin-left: 4px;
}

.top_greeting .about h3 {
  margin: 0;
  grid-area: h2-area;
  text-align: center;
}

.top_greeting .about p {
  grid-area: text-area;
  margin-top: 20px;
  text-align: center;
}

.top_greeting a.page-link {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}


/* ---------------------------------------
   トップサービスメニュー（.top_service）
   --------------------------------------- */

.top_service {
  position: relative;
  margin-top: 14.1875rem;
  background-color: #E7D4A5;
  width: 100%;
  border-radius: 2%;
}

.top_service h2 {
  margin-bottom: 4.168125rem;
}

/* 見出し部分グリッド */
.top_service .grid {
  width: 591px;
  max-width: 100%;
  margin: 0 auto 34px;
  padding-top: 107px;
  grid-template-columns: 591px;
  grid-template-rows: auto auto auto;
  grid-template-areas:
    "h1-area"
    "h2-area"
    "text-area";
  justify-items: center;
  justify-content: center;
}

.top_service .grid h2 {
  grid-area: h1-area;
  margin: 0;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  line-height: 1;
}

.top_service .grid h2 .ttl-jp {
  font-family: var(--font-heading), "Shippori Mincho", serif;
  font-size: 2.75rem;
  font-weight: 600;
  color: var(--color-text);
}

.top_service .grid h2 .ttl-en {
  font-family: "Allura", cursive;
  font-size: 1.75rem;
  color: var(--color-text);
  margin-top: 4px;
  margin-left: 4px;
}

.top_service .grid h3 {
  margin: 0;
  grid-area: h2-area;
  text-align: center;
}

.top_service .grid p {
  grid-area: text-area;
  margin-top: 20px;
  text-align: center;
}

/* サービス一覧カード */
.top_service-menu {
  position: relative;
  width: 975px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 118px;
  align-items: center;
  flex-wrap: wrap;
  gap: 37px;
}

.top_service-menu .service {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
}

.top_service-menu .service .service-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .6);
}

.top_service-menu .service a {
  margin-top: 14px;
}

.top_service-menu .service a img {
  margin-left: 1vw;
}

/* 左下の葉っぱ */
.top_service .left-leaf {
  position: absolute;
  bottom: 61px;
  left: -155px;
}


/* ---------------------------------------
   採用情報バナー（.recruit-bnr）
   --------------------------------------- */

.recruit-bnr {
  position: relative;
  margin-top: 9.375rem;
  margin-bottom: 100px;
}

.recruit-bnr h3 {
  margin: 2.4375rem auto 3.625rem;
}

.recruit-bnr a {
  margin-top: 2.125rem;
}

.recruit_bnr-img {
  position: relative;
  width: 975px;
  max-width: 100%;
}

.recruit_bnr-img img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.recruit_bnr-img a {
  display: block;
}

/* バナー画像上の「就職お祝い金進呈中」テキストオーバーレイ */
.recruit_bnr-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  padding: 2.2rem 2.8rem 2.2rem 3.5rem;
  background: linear-gradient(90deg, rgba(0, 166, 60, 0) 0%, rgba(0, 166, 60, 0.85) 30%, rgba(0, 166, 60, 0.92) 100%);
  color: #fff;
  text-align: left;
}

.recruit_bnr-overlay__sub {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

.recruit_bnr-overlay__main {
  margin: 0;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.recruit_bnr-overlay__brand {
  margin: 0.6rem 0 0;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

/* recruit 内のグリッド配置 */
.recruit-bnr .grid {
  grid-template-columns: 384px 591px;
  grid-template-rows: 112px 92px 49px;
  grid-template-areas:
    "h1-area brank-area"
    "h2-area text-area"
    "link-area text-area";
  margin-top: 42.89px;
  grid-row-gap: 6px;
}

.recruit-bnr .grid h2 {
  grid-area: h1-area;
  margin: 0;
}

.recruit-bnr .grid h2 img {
  width: 271.62px;
}

.recruit-bnr .grid h3 {
  margin: 0;
  grid-area: h2-area;
}

.recruit-bnr .grid a {
  margin: 0;
  grid-area: link-area;
}

.recruit-bnr .grid p {
  grid-area: text-area;
}

.recruit-bnr__text {
  grid-area: text-area;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.recruit-bnr__text p {
  margin: 0;
}

.recruit-bnr__badge {
  display: inline-block;
  background: #DDA848;
  color: #fff;
  font-size: 0.78rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.recruit-bnr__note {
  font-size: 0.7rem;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.45);
  margin: 0;
}

/* 右の葉っぱ */
.recruit-bnr .right-leaf {
  position: absolute;
  bottom: 213px;
  right: -93px;
}


/* ---------------------------------------
   お知らせ ＆ Instagram（.news-insta）
   --------------------------------------- */

.news-insta {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 11.581875rem;
  background-color: #E7D4A5;
  padding: 8.375rem 0;
  border-radius: 34px;
  z-index: 2;
}

.news-insta h3 {
  font-size: 2.1875rem;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  font-style: normal;
}

/* 内側のラッパー */
.news-insta .news-insta_wrap {
  position: relative;
  width: 975px;
  margin: 0 auto;
  height: auto;
  justify-content: space-between;
}

/* お知らせ一覧 dl */
.news-insta .news-insta_wrap dl {
  width: 450px;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 2.25rem 1.4375rem;
  margin-bottom: 2.375rem;
}

/* Instagram 埋め込み */
.insta {
  width: 350px;
}

.insta iframe {
  border: none;
  overflow: hidden;
  border-radius: 10px;
}

/* 背景の黄色い葉っぱ */
.news-insta_wrap .yellow-leaf {
  position: absolute;
  bottom: -98px;
  left: -142px;
  z-index: 1;
}


/* =======================================
   スマホ対応（max-width:600px）
   ======================================= */

@media (max-width: 600px) {

  /* new-top（お知らせバー） */
  .new-top {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .new-top .text {
    font-size: 0.9rem;
  }

  .new-top img {
    right: 5px;
    width: 50px;
  }

  /* ごあいさつ */
  .top_greeting {
    margin-top: 5vw;
  }

  .top_greeting h3 {
    width: 100%;
    margin: 3vw 0;
  }

  .top_greeting img {
    width: 100%;
  }

  .top_greeting .about {
    margin: 0 auto;
    grid-template-columns: 300px;
    grid-template-rows: 23vw 16vw 1fr;
    grid-template-areas:
      "h1-area"
      "h2-area"
      "text-area";
    place-content: center;
    place-items: center;
  }

  .top_greeting .about h2 {
    grid-area: h1-area;
    margin: 0;
    margin-top: 10px;
  }

  .top_greeting .about h2 img {
    width: 30vw;
  }

  .top_greeting .about h3 {
    margin: 0;
    margin-top: 10px;
    grid-area: h2-area;
    font-size: 1.375rem;
  }

  .top_greeting .about p {
    grid-area: text-area;
    width: 100%;
  }

  .top_greeting a.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 14px;
    left: 28vw;
  }

  .top_greeting .top_greeting-img .right-leaf {
    position: absolute;
    right: 0;
    top: 180vw;
    width: 20vw;
    z-index: 10;
  }

  .top_service .left-leaf {
    position: absolute;
    width: 13vw;
    bottom: 0;
    left: -10vw;
  }

  /* service セクション（TOP） */
  .top_service {
    margin-top: 5vw;
    border-radius: 5px;
  }

  .top_service h2 {
    width: 40vw;
    margin: 0 auto;
  }

  .top_service h2 img {
    width: 100%;
  }

  .top_service h3 {
    width: 90vw;
    margin: 3vw auto;
  }

  .top_service img {
    width: 100%;
  }

  .top_service .grid {
    width: 80vw;
    margin: 0 auto;
    padding-top: 12vw;
    grid-template-columns: 80vw;
    grid-template-rows: 23vw 16vw 1fr;
    grid-template-areas:
      "h1-area"
      "h2-area"
      "text-area";
  }

  .top_service .grid h2 {
    grid-area: h1-area;
  }

  .top_service .grid h3 {
    margin: 0;
    grid-area: h2-area;
    width: 100%;
    font-size: 1.375rem;
  }

  .top_service .grid p {
    grid-area: text-area;
    width: 100%;
  }

  a.page-link img {
    width: 7vw;
  }

  .top_service-menu {
    width: 80vw;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10vw;
  }

  .top_service-menu .service {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .top_service-menu .service a {
    font-size: 14px;
  }

  /* recruit バナー */
  .recruit-bnr {
    margin: 5vw auto 0;
  }

  .recruit-bnr h2 {
    width: 90vw;
    margin: 3vw auto;
  }

  .recruit-bnr img {
    width: 100%;
  }

  a.page-link img {
    width: 6vw;
  }

  .recruit_bnr-img {
    width: 90vw;
    margin: 0 auto;
  }

  .recruit_bnr-img img {
    width: 100%;
  }

  .recruit_bnr-overlay {
    width: 65%;
    padding: 4vw 4vw 4vw 8vw;
  }

  .recruit_bnr-overlay__sub {
    font-size: 2.6vw;
    margin-bottom: 1vw;
  }

  .recruit_bnr-overlay__main {
    font-size: 4.6vw;
  }

  .recruit_bnr-overlay__brand {
    font-size: 2.6vw;
    margin-top: 1.5vw;
  }

  .recruit-bnr .grid {
    width: 90vw;
    grid-template-columns: 90vw;
    grid-template-rows: 19vw auto 12vw 1fr 10vw;
    grid-template-areas:
      "h1-area"
      "img-area"
      "h2-area"
      "text-area"
      "link-area";
    margin: 5vw auto;
    grid-row-gap: 2vw;
    align-items: center;
    padding: 20vw 0;
  }

  .recruit-bnr .grid h2 {
    grid-area: h1-area;
    margin: 0 auto;
  }

  .recruit-bnr .grid .recruit_bnr-img {
    grid-area: img-area;
  }

  .recruit-bnr .grid h2 img {
    width: 40vw;
  }

  .recruit-bnr .grid h3 {
    margin: 0;
    grid-area: h2-area;
  }

  .recruit-bnr .grid a {
    margin: 0 auto;
    grid-area: link-area;
  }

  .recruit-bnr .grid p {
    grid-area: text-area;
  }

  .recruit-bnr__text {
    gap: 8px;
  }

  .recruit-bnr__badge {
    font-size: 0.72rem;
    padding: 4px 12px;
    word-break: break-word;
    white-space: normal;
  }

  .recruit-bnr .right-leaf {
    position: absolute;
    bottom: 8vw;
    right: 0;
  }

  .recruit-bnr .right-leaf img {
    width: 20vw;
  }

  /* お知らせ＆インスタ */
  .news-insta {
    margin-top: 10vw;
    padding: 10vw 0;
    border-radius: 5px;
  }

  .news-insta h3 {
    font-size: 5.8666vw;
    font-family: "kinuta-maruminold-stdn", serif;
    font-weight: 400;
    font-style: normal;
  }

  .news-insta .news-insta_wrap {
    width: 90vw;
    margin: 0 auto;
    height: auto;
    flex-direction: column;
    justify-content: space-between;
  }

  .news-insta .news-insta_wrap .yellow-leaf {
    width: 20vw;
    bottom: -54vw;
    left: -10vw;
    z-index: -1;
  }

  .news-insta .news-insta_wrap dl {
    width: 90vw;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 2.25rem 1.4375rem;
    margin-bottom: 2.375rem;
  }

  .insta {
    width: 90vw;
  }

  .insta iframe {
    border: none;
    overflow: hidden;
    border-radius: 10px;
  }
}

/* =========================
   Info Grid (News + Insta)
========================= */
.info-grid {
  padding: 60px 16px;
  position: relative;
}

.info-grid__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;

  background: rgba(255,255,255,.55);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 28px;
  box-shadow: 0 22px 44px rgba(0,0,0,.08);

  padding: 34px;
}

.info-grid__head {
  margin-bottom: 18px;
}

.info-grid__sectionTitle {
  margin: 0;
  font-size: 18px;
  letter-spacing: .06em;
  opacity: .85;
}

.info-grid__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

/* =========================
   Card
========================= */
.info-card {
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  overflow: hidden;
}

.info-card__head {
  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(0,0,0,.06);
  display: flex;
  align-items: center;
  min-height: 48px; /* 見出し高さを統一 */
}

.info-card__title {
  margin: 0;
  font-size: 16px;
  letter-spacing: .06em;
}

.info-card__titleEn {
  display: block;
  font-size: 12px;
  opacity: .55;
  margin-top: 2px;
  letter-spacing: .1em;
}

.info-card__body {
  padding: 6px;
}

/* 両方スクロールできるように */
.info-card__body--scroll {
  max-height: 240px;     /* ←ここで高さ統一 */
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;

  scrollbar-width: thin; /* Firefox */
}

/* Webkit scrollbar */
.info-card__body--scroll::-webkit-scrollbar {
  width: 10px;
}
.info-card__body--scroll::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.18);
  border-radius: 999px;
  border: 3px solid rgba(255,255,255,.9);
}
.info-card__body--scroll::-webkit-scrollbar-track {
  background: transparent;
}

/* =========================
   News Section (single)
========================= */
.news-section {
  padding: 64px 16px;
  background: linear-gradient(
    to bottom,
    rgba(200,217,200,0.45),
    rgba(200,217,200,0.25)
  );
  width: 100%;
}

.news-section__inner {
  max-width: 980px;
  margin: 0 auto;
}

/* 見出し */
.news-section__head {
  /* layout.css の汎用 header{} 由来の width:1208px / margin:auto を打ち消す */
  width: 100%;
  margin: 0 0 18px;
  display: flex;
  justify-content: center;
}

.news-section__head h2 {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  line-height: 1;
}

.news-section__head h2 .ttl-jp {
  font-family: var(--font-heading), "Shippori Mincho", serif;
  font-size: 2.75rem;
  font-weight: 600;
  color: var(--color-text);
}

.news-section__head h2 .ttl-en {
  font-family: "Allura", cursive;
  font-size: 1.75rem;
  color: var(--color-text);
  margin-top: 4px;
  margin-left: 4px;
}

/* パネル（カード） */
.news-section__panel {
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 0;
  box-shadow: 0 18px 36px rgba(0,0,0,.08);
  overflow: hidden;
}

/* スクロール */
.news-section__panel {
  max-height: 220px;        /* 3件＋α */
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;

  scrollbar-width: thin;
}

/* scrollbar (Webkit) */
.news-section__panel::-webkit-scrollbar {
  width: 10px;
}
.news-section__panel::-webkit-scrollbar-thumb {
  background: rgba(120,140,120,.45); /* #C8D9C8を暗く */
  border-radius: 999px;
  border: 3px solid rgba(255,255,255,.9);
}
.news-section__panel::-webkit-scrollbar-track {
  background: transparent;
}

/* =========================
   News list
========================= */
.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list__item + .news-list__item {
  border-top: 1px solid rgba(0,0,0,.06);
}

.news-list__link {
  display: grid;
  grid-template-columns: 110px 90px 1fr 22px;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  text-decoration: none;
  color: inherit;
  transition: background-color .2s ease;
}

.news-list__link:hover {
  background: rgba(200,217,200,.25);
}

/* 日付 */
.news-list__date {
  font-size: 14px;
  letter-spacing: .08em;
  opacity: .75;
  white-space: nowrap;
}

/* タグ */
.news-list__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 12px;
  font-size: 13px;
  letter-spacing: .08em;
  border-radius: 999px;
  border: 1px solid rgba(120,140,120,.45);
  background: rgba(200,217,200,.35);
  white-space: nowrap;
}

.news-list__tag.is-important {
  font-weight: 700;
}

/* 本文 */
.news-list__text {
  font-size: 15px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* 矢印 */
.news-list__arrow {
  justify-self: end;
  opacity: .5;
  transition: transform .2s ease, opacity .2s ease;
}

.news-list__link:hover .news-list__arrow {
  transform: translateX(3px);
  opacity: .85;
}

/* 空状態 */
.news-section__empty {
  padding: 24px;
  text-align: center;
  font-size: 14px;
  opacity: .6;
}

/* =========================
   Responsive
========================= */
@media (max-width: 768px) {
  .news-section {
    padding: 40px 12px;
  }

  .news-section__head h2 .ttl-jp {
    font-size: 8vw;
  }

  .news-section__head h2 .ttl-en {
    font-size: 5vw;
  }

  .news-section__panel {
    max-height: 300px;
  }

  .news-list__link {
    grid-template-columns: auto auto 1fr auto;
    grid-template-rows: auto auto;
    grid-template-areas:
      "date tag  .    ."
      "text text text arrow";
    gap: 5px 8px;
    padding: 14px 16px;
    align-items: start;
  }

  .news-list__date  { grid-area: date; }
  .news-list__tag   { grid-area: tag; }
  .news-list__text  { grid-area: text; align-self: center; -webkit-line-clamp: 2; }
  .news-list__arrow { grid-area: arrow; align-self: center; }
}
/* =========================
   Instagram Section
========================= */
.insta-section {
  padding: 72px 16px;
  background: linear-gradient(
    to bottom,
    rgba(200,217,200,0.18),
    rgba(200,217,200,0.35)
  );
  width: 100%;
}

.insta-section__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.insta-section__head {
  /* layout.css の汎用 header{} 由来の width:1208px / margin:auto を打ち消す */
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 16px;
}

.insta-section__head h2 {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  line-height: 1;
}

.insta-section__head h2 .ttl-jp {
  font-family: var(--font-heading), "Shippori Mincho", serif;
  font-size: 2.75rem;
  font-weight: 600;
  color: var(--color-text);
}

.insta-section__head h2 .ttl-en {
  font-family: "Allura", cursive;
  font-size: 1.75rem;
  color: var(--color-text);
  margin-top: 4px;
  margin-left: 4px;
}

.insta-section__lead {
  margin: 0;
  font-size: 14px;
  opacity: .7;
}

/* =========================
   Instagram Panel
========================= */
.insta-section__panel {
  position: relative;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  overflow: hidden;
}

/* =========================
   Responsive
========================= */
@media (max-width: 768px) {
  .insta-section {
    padding: 48px 12px;
  }

  .insta-section__head {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
  }

  .insta-section__head h2 .ttl-jp {
    font-size: 8vw;
  }

  .insta-section__head h2 .ttl-en {
    font-size: 5vw;
  }

  /* タイトルとiframeの間に余白を確保 */
  .insta-section__panel {
    padding-top: 40px;
    min-height: 260px;
  }

  .snapwidget-widget {
    height: 220px !important;
  }
}

