@charset "utf-8";

/* =========================================================
   SUGAKICO RECRUIT - TOP 固有スタイル (修正版)
   ========================================================= */

.mv {
  --mv-red: #E34529;
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 540px;
  overflow: hidden;
  background: var(--mv-red);
}

/* ===== スライダー本体 ===== */
.mv-track {
  position: absolute;
  inset: 0;
}
.mv-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}
.mv-slide__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0) 38%);
  pointer-events: none;
}

/* ===== キャプション ===== */
.mv-caption {
  position: absolute;
  right: 5%;
  bottom: 6%;
  max-width: 52%;
  text-align: left;
  z-index: 2;
}
.mv-caption p {
  display: inline;
  background: var(--mv-red);
  color: #fff;
  font-weight: 700;
  font-size: clamp(16px, 2.1vw, 30px);
  line-height: 2;
  padding: .12em .55em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* ===== イントロの赤面 ===== */
.mv-intro {
  position: absolute;
  inset: 0;
  background: var(--mv-red);
  z-index: 1200;
  clip-path: inset(0 0 0 0);
}
.mv.is-running .mv-intro {
  clip-path: inset(0 0 0 100%);
  transition: clip-path 1s cubic-bezier(.7, 0, .3, 1);
}

/* ===== イントロのキャッチ「Sugakiya Pride」 ===== */
.mv-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(320px, 76vw, 1100px);
  z-index: 40;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .25));
}
.mv-catch__pic,
.mv-catch__pic img { display: block; width: 100%; height: auto; }
.mv-catch__inner { display: block; }

/* ===== 最上層の赤カバー ===== */
.mv-cover {
  position: absolute;
  inset: 0;
  background: var(--mv-red);
  z-index: 1300;
  clip-path: inset(0 0 0 0);
}
.mv.is-revealed .mv-cover {
  clip-path: inset(0 0 0 100%);
  transition: clip-path .8s cubic-bezier(.7, 0, .3, 1);
}

/* ===== スライダーの固定タイトル ===== */
.mv-ttl {
  position: absolute;
  left: 0;
  top: 56%;
  transform: translateY(-50%);
  width: clamp(300px, 46vw, 720px);
  z-index: 40;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .3));
}
.mv-ttl img { display: block; width: 100%; height: auto; }

/* ===== モーション抑制 ===== */
.mv.no-anim *,
.mv.no-anim *::before,
.mv.no-anim *::after {
  animation: none !important;
  transition: none !important;
}
.mv.no-anim .mv-intro,
.mv.no-anim .mv-cover { display: none; }

.only-sp { display: none; }

@media (max-width: 768px) {
  .only-sp { display: inline; }
  .mv-catch {
    left: 7%;
    transform: translateY(-50%);
    width: 86vw;
  }
  .mv-ttl { width: 85vw; top: 53%; }
  .mv-caption {
    left: 4%;
    right: auto;
    bottom: 5%;
    max-width: 92%;
  }
  .mv-caption p { font-size: clamp(15px, 5.2vw, 26px); }
}

/* =========================================================
   TOP 中間セクション 共通設定
   ========================================================= */
.sec-en {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .1em;
  color: #E34529;
  text-transform: uppercase;
}
.sec-ttl { font-size: clamp(26px, 3vw, 38px); font-weight: 900; line-height: 1; letter-spacing: .06em; margin-top: 8px; margin-bottom: 42px; }
.sec-lead { font-size: 16px; color: var(--text); margin-top: 16px; margin-bottom: 120px; text-align: center; }
.sec-head { text-align: center; margin-bottom: 44px; }
.sec-head .sec-en { display: block; }

/* 共通ライトボタン */
.top-btn-light {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  border-radius: 999px;
  padding: 16px 34px;
  background: #fff;
  color: #E34529;
  transition: transform .15s, box-shadow .15s;
}
.top-btn-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .18);
}
.top-btn-light .ico {
  width: 18px;
  height: 18px;
  color: #E34529;
  display: inline-flex;
  align-items: center;
}
/* iOS Safari対策：viewBoxのみのSVGは寸法を明示しないと矢印が潰れて表示されないため、親のサイズに合わせる */
.top-btn-light .ico svg { width: 100%; height: 100%; }

/* 共通ダークボタン */
.top-btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  font-weight: 700;
  border-radius: 999px;
  padding: 16px 32px;
  background: var(--black);
  color: #fff;
  transition: transform .15s, box-shadow .15s;
}
.top-btn-dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .18);
}
/* アイコンはトップメッセージのボタンに合わせる（左側・外部リンクアイコン・円背景なし・文字色に追従） */
.top-btn-dark .ico {
  width: 22px;
  height: 22px;
  color: #fff;
  display: inline-flex;
  align-items: center;
}

/* ===== メッセージセクション ===== */
/* 背景：赤＋ノイズを焼き込んだ支給画像 bg_pride.jpg を使用（読み込み前/失敗時は #E34529 をフォールバック表示）。
   ※タイル素材だった場合は cover → repeat に変更する。 */
.top-msg {
  background-color: #E34529;
  background-image: url("../imgs/index/bg_pride.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  padding: 138px 0 0;
  text-align: center;
}
/* PC=指定値（clampの最大値で正確に再現）／他デバイスは vw で自動縮小 */
.top-msg__en { font-family: var(--font-en); font-style: italic; font-weight: 700; font-size: clamp(46px, 8.5vw, 88px); margin-bottom: 50px; }
.top-msg__ttl { font-size: clamp(28px, 4.4vw, 43px); font-weight: 700; line-height: 1.5; margin: 18px 0 100px; }
.top-msg__ttl .sm { font-size: clamp(23px, 3.6vw, 35px); }
.top-msg__sub { font-weight: 700; line-height: 1.9; font-size: clamp(18px, 2.4vw, 24px); margin-bottom: 40px; }
.top-msg__body { line-height: 2.1; font-size: clamp(15px, 1.5vw, 18px); font-weight: 500; margin-bottom: 90px; }
.top-msg__body p { margin-bottom: .4em; }
.top-msg .top-btn-light { justify-content: center; font-size: clamp(19px, 2.6vw, 28px); padding: 13px 34px; margin-bottom: 132px; }
.top-msg .top-btn-light .ico { width: 32px; height: 32px; }

/* 無限CSSループカルーセル */
.top-msg__carousel {
  overflow: hidden;
  width: 100%;
  padding: 0 0 110px 0;
}
.top-msg__track {
  display: flex;
  width: max-content; /* 固定幅スライド(443px×8枚)に合わせて内容幅。translateX(-50%)で1セット分=4枚ぴったり移動しシームレスにループ */
  animation: scrollInfinite 25s linear infinite;
}
.top-msg__slide {
  width: min(443px, 80vw); /* PC=443px／狭い画面では画面幅に追従 */
  flex-shrink: 0;
  padding: 0 10px;
}
.top-msg__slide img {
  display: block;
  width: 100%;
  aspect-ratio: 443 / 426;
  object-fit: cover;
  border: 0;
}
@keyframes scrollInfinite {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== 事業紹介（※フルワイド店舗写真・スプリットレイアウト） ===== */
.top-biz {
  background: #fff;
  padding: 200px 0;
}
.top-biz__inner { 
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
.top-biz__img {
  width: 50vw; /* 画面の左半分を完全に占有 */
  height: auto;
  aspect-ratio: 18/13; /* モックアップに合わせた最適なアスペクト比 */
  overflow: hidden;
  flex-shrink: 0;
}
.top-biz__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  border: 0;
}
.top-biz__text {
  width: 50vw;
  padding: 0 8% 0 6%; /* たっぷりとした余白を確保 */
}
.top-biz__lead { margin-bottom: 50px; font-weight: 500; }
.top-biz__btns { display: flex; flex-direction: column; gap: 30px; align-items: flex-start; }
/* テキストのみ中央寄せ（アイコンは左端に絶対配置） */
.top-biz__btns .top-btn-dark {
  min-width: 270px;
  padding: 10px 32px;
  font-size: 18px;
  justify-content: center;
  position: relative;
}
.top-biz__btns .top-btn-dark .ico {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 880px) {
  .top-biz__inner { flex-direction: column; }
  .top-biz__img { width: 100vw; aspect-ratio: 16/10; }
  .top-biz__text { width: 100vw; padding: 40px 6%; }
}

/* ===== 働く環境 ===== */
.top-env {
  background: var(--white);
}
.top-env__hero { position: relative; width: 100%; }
.top-env__hero img { display: block; width: 100%; aspect-ratio: 1366 / 770; object-fit: cover; border-radius: 0; border: 0; }
.top-env__hero-ttl {
  position: absolute;
  left: 8%;
  bottom: 25%;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  font-size: clamp(30px, 5vw, 70px);
  line-height: 1;
  font-weight: 900;
  padding: .1em 0 .2em .5em;
}
.top-env__body {
  background: #fff;
  color: var(--black);
  padding: 50px 0 150px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  margin-top: -100px;
  position: relative;
  z-index: 10;
  text-align: center;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, .03);
}
.top-env__ttl { font-size: clamp(24px, 2.6vw, 32px); font-weight: 700; line-height: 1.6; margin-top: 150px; margin-bottom: 115px; }

/* カード：アイコン＋ラベルを中央に縦並び、矢印は右端中央に絶対配置 */
.top-env__cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 860px; margin: 0 auto; }
.top-env__cards a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 150px;
  background: #E34529;
  border: 2px solid #E34529;
  border-radius: 12px;
  padding: 67px 56px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  transition: background .25s, color .25s, border-color .25s, transform .2s, box-shadow .25s;
  box-shadow: 0 4px 12px rgba(227, 69, 41, 0.15);
}

.top-env__cards li a:hover {
  background: #fff;
  color: #E34529;
  border-color: #E34529;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(227, 69, 41, 0.2);
}
.top-env__ico {
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* アイコンは赤塗りSVGを filter で白表示。ホバー（カード反転）時は元の赤に戻す
   ※iOS Safari対策：(1) -webkit-filter を併記しないと白化が効かず赤背景に同化して消える
                     (2) flex内のSVG<img>は width:auto が0幅に潰れて消えるため flex-shrink:0 で固定 */
.top-env__ico img {
  height: 100%;
  width: auto;
  flex-shrink: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transition: -webkit-filter .25s, filter .25s;
}
.top-env__cards li a:hover .top-env__ico img { -webkit-filter: none; filter: none; }
.top-env__label { display: block; }

.top-env__cards a .arrow {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  color: #E34529;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  transition: background .25s, color .25s;
}
.top-env__cards a .arrow svg { width: 100%; height: 100%; }

.top-env__cards li a:hover .arrow {
  background: #E34529;
  color: #fff;
}

@media (max-width: 768px) {
  .top-env__body {
    padding: 40px 0 70px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    margin-top: -60px;
  }
  .top-env__ttl { margin-top: 70px; margin-bottom: 56px; }
  .top-env__cards {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 4%;
  }
  .top-env__cards a {
    min-height: 120px;
    padding: 24px 48px;
    font-size: 16px;
  }
  .top-env__ico { height: 40px; }
}

/* ===== 部署紹介（※同一行内の部署カードの「開始上端位置」を常に揃えるアライン設定） ===== */
.top-dept { background: #F2F2F2; padding: 150px 0; }
.top-dept__grid { 
  display: grid; 
  grid-template-columns: repeat(2, 1fr); /* 2列構成に固定 */
  gap: 110px 32px;
  align-items: start; /* 同一行内のカード上端を綺麗に整列します */
  margin-top: 48px;
}

.dept-card {
  background: transparent;
}
.dept-card__head {
  position: relative;
  min-height: 132px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: #555;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.dept-card__ico {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E34529;
  padding: 12px;
  z-index: 2;
  flex-shrink: 0;
}
.dept-card__ico svg,
.dept-card__ico img { width: 100%; height: 100%; object-fit: contain; }
.dept-card__head h3 { font-size: 30px; font-weight: 700; z-index: 2; line-height: 1.3; }
/* 各部署タイトル裏の写真（オーバーレイなし） */
.top-dept__grid .dept-card:nth-child(1) .dept-card__head { background-image: url("../imgs/index/bg_department01.jpg"); }
.top-dept__grid .dept-card:nth-child(2) .dept-card__head { background-image: url("../imgs/index/bg_department02.jpg"); }
.top-dept__grid .dept-card:nth-child(3) .dept-card__head { background-image: url("../imgs/index/bg_department03.jpg"); }
.top-dept__grid .dept-card:nth-child(4) .dept-card__head { background-image: url("../imgs/index/bg_department04.jpg"); }

.dept-card__body { padding: 28px 4px 0; }
.dept-card__list { text-align: left; margin-bottom: 40px; }
.dept-card__list dt { font-size: 28px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.dept-card__list dd {
  line-height: 1.8;
  color: var(--text); /* フォントカラーを var(--text) に統一 */
  font-weight: 500;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--gray-dark);
  padding-bottom: 30px;
}
.dept-card__list dd:last-of-type { border-bottom: 0; padding-bottom: 0; margin-bottom: 28px; }

/* 先輩インタビューボタン：黒の塗りピル・自動幅・中央寄せ・左に円形矢印 */
.top-btn-dark-arrow {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin: 0 auto;
  border: 0;
  background: var(--black);
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 6px 30px;
  font-size: 18px;
  transition: transform .15s, box-shadow .2s;
}
.top-btn-dark-arrow:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
}
.top-btn-dark-arrow .ico {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  flex-shrink: 0;
}
.top-btn-dark-arrow .ico svg { width: 100%; height: 100%; }

/* ===== INTERVIEWセクション（※画像に合わせた「極細境界線」の追加と構成調整） ===== */
.top-iv { background: #fff; padding: 0 0 150px; }
.top-iv__head { background: #fff; text-align: center; padding: 0 16px; margin-bottom: 120px; border-top: 16px solid #E34529; }
.top-iv__head .en { display: block; font-family: var(--font-en); font-weight: 900; font-size: clamp(50px, 13vw, 160px); line-height: 0.8; color: #E34529; letter-spacing: -0.04em; margin-top: 13px; }
.top-iv__head .ja { font-weight: 700; color: var(--black); font-size: clamp(22px, 4vw, 38px); }

.top-iv__cards { display: grid; grid-template-columns: repeat(3, 316px); gap: 48px 32px; justify-content: center; }
.iv-card { display: block; transition: transform .2s; text-align: left; }
/* 上にずれる演出はホバー可能デバイス（PC等）のみ。SP等タッチ端末ではタップ時に張り付く（sticky hover）ため無効化 */
@media (hover: hover) {
  .iv-card:hover { transform: translateY(-4px); }
}
.iv-card__thumb { width: 316px; height: 421px; max-width: 100%; overflow: hidden; border-radius: 4px 4px 0 0; }
.iv-card__thumb .ph { width: 100%; height: 100%; border-radius: 0; }
.iv-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.iv-card__cat {
  display: block;
  background: #E34529;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 16px;
}
.iv-card__content {
  padding: 16px 4px 0;
}
.iv-card__copy {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
  min-height: 54px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--text);
  padding-bottom: 16px;
  color: var(--text);
}
.iv-card__meta {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.iv-card__meta .name { font-size: 18px; font-weight: 500; margin-left: 6px; }

.top-iv__more { margin-top: 64px; text-align: center; }
.top-iv .more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 270px;
  padding: 8px;
  background: var(--black);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 999px;
  letter-spacing: .12em;
  transition: transform .15s, box-shadow .15s;
}
.top-iv .more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .18);
}
.top-iv .more-btn .caret {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.top-iv .more-btn .caret svg { width: 100%; height: 100%; }

/* ===== TikTokセクション ===== */
.top-tiktok { padding: 100px 0 150px; background: #fff; }
.top-tiktok__bnr img { display: block; width: 100%; height: auto; }

/* ===== 中間セクション レスポンシブ ===== */
@media (max-width: 1024px) {
  .top-dept__grid { grid-template-columns: 1fr; gap: 60px 24px; }
  .top-dept__col { gap: 24px; }
  /* インタビューカード：PCは固定316×421／タブレット以下は列幅に追従 */
  .top-iv__cards { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; justify-content: stretch; }
  .iv-card__thumb { width: 100%; height: auto; aspect-ratio: 316 / 421; }
}

@media (max-width: 768px) {
  /* 事業紹介（SP）：テキスト→画像の順（column-reverse） */
  .top-biz { padding: 40px 0 60px; }
  .top-biz__inner { flex-direction: column-reverse; }
  .top-biz__img { width: 100vw; aspect-ratio: 16/10; }
  .top-biz__img img { width: 90%; }
  .top-biz__text { width: 100vw; padding: 40px 6%; }
  /* SP：3つのボタンを中央寄せ */
  .top-biz__btns { align-items: center; }

  /* 働く環境（SP） */
  .top-env__body {
    padding: 40px 0 70px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    margin-top: -60px;
  }
  .top-env__ttl { font-size: 16px; margin-top: 20px; margin-bottom: 18px; }
  .top-env__cards {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 4%;
  }
  .top-env__cards a {
    min-height: 120px;
    padding: 24px 48px;
    font-size: 21px;
  }
  .top-env__ico { height: 40px; }
  .top-env__hero img { aspect-ratio: 750 / 1003; }
  .top-env__hero-ttl { font-size: 26px; left: 0%; padding: .2em .4em .4em 1.5em; }

  /* 部署紹介（SP） */
  .top-dept { padding: 80px 0; }
  .dept-card__head { min-height: 110px; }
  .dept-card__head h3 { font-size: 21px; }
  .dept-card__ico { width: 48px; height: 48px; padding: 10px; }
  .dept-card__body { padding: 18px 4px 0; }
  .dept-card__list dt { font-size: 16px; margin-bottom: 12px; padding-bottom: 16px; }
  .top-btn-dark-arrow { font-size: 16px; }

  /* インタビュー（SP）：2列で8名表示（9枚目は非表示） */
  .top-iv { padding: 0 0 80px; }
  .top-iv__head { padding: 0; overflow: hidden; margin-bottom: 56px; border-top-width: 8px; }
  .top-iv__head .en { letter-spacing: -0.08em; margin-left: -8px; margin-top: 5px; font-size: 74px; }
  .top-iv__cards { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; }
  .top-iv__cards li:nth-child(9) { display: none; }
  .top-iv__more .more-btn { max-width: 75%; font-size: 16px; }
  /* インタビューカード（SP）：一覧（.interview-card）と同じ設定 */
  .iv-card__cat { font-size: 12px; }
  .iv-card__copy { margin: 12px 2px 0; padding-bottom: 10px; font-size: 14px; min-height: 79px; }
  .iv-card__copy.is-long br { display: none; } /* 長いキャッチのみ手動改行を解除（JSで .is-long を付与） */
  .iv-card__meta { font-size: 12px; }
  .iv-card__meta .name { font-size: 16px; }

  /* メッセージ（SP） */
  .top-msg { padding: 80px 0 0; }
  .top-msg__en { font-style: normal; margin-bottom: 28px; }
  .top-msg__ttl { margin: 14px 0 62px; }
  .top-msg__sub { font-size: clamp(16px, 2.4vw, 24px); }
  .top-msg__body { margin-bottom: 56px; }
  /* SP：トップメッセージボタンはPCと同じ白塗り・オレンジ文字（背景色のみ調整、サイズはSP用に維持） */
  .top-msg .top-btn-light { margin-bottom: 72px; }
  .top-msg .top-btn-light .ico { width: 20px; height: 20px; }
  .top-msg__carousel { padding-bottom: 64px; }

  /* TikTokバナー：SP画像は比率が異なるため固定比率を解除し自然な高さで表示 */
  .top-tiktok__bnr img { aspect-ratio: auto; min-height: 0; height: auto; object-fit: contain; }
  .top-tiktok { padding: 60px 0 80px; }

  /* 共通見出しの余白圧縮 */
  .sec-ttl { margin-bottom: 28px; }
  .sec-lead { margin-bottom: 60px; }
}

@media (max-width: 560px) {
  .top-msg { padding: 48px 0 0; }
  .top-msg__photos { grid-template-columns: 1fr; }
}