@charset "UTF-8";

.c-section--blue {
  background: #008a98 !important;
}

/*ヘッダー*/
.g-header .g-header__resv {
  background-color: #008a98;
}
.g-header .g-header__nav-btn {
  background-color: #000000;
}
.g-header .g-header__nav {
  background-color: #000000;
}
.c-visual-sub {
  margin-top: 200px;
}
.c-visual-sub .c-visual-sub__inner {
  height: 250px;
}
.g-nav .g-nav__list .nav-link:before {
  background: linear-gradient(#008a98, #008a98) right bottom / 0 1px no-repeat;
}
.g-nav .g-nav__list .nav-link:hover {
  color: #008a98;
}
.g-nav .lower .js-close__btn {
  background-color: #000000;
}
/* 業務内容ドロップダウン：閉じるボタンが1行目カード（運送業など）の画像右上に重なるのを解消 */
.g-nav .lower .js-close__btn {
  top: -16px;
  right: -16px;
  z-index: 20;
}
.c-visual-sub .c-visual-sub__ttl:before {
  color: #008a98;
}

#visual .t-kv-image::after {
  background-color: rgb(0 0 0 / 40%);
}

.g-nav .lower .nav-item:nth-child(-n + 6) {
  padding: 0 30px 30px 30px;
}

.g-nav .g-nav__list .nav-link i {
  right: -15px;
}

.g-nav .lower {
  width: 65vw;
}

/*トップコンテンツ*/
.c-label {
  background-color: #008a98;
}
.rotate3d .center {
  background-color: rgb(0 0 0 / 20%);
}
.c-image .c-image__caption {
  background: #008a98;
}
/*フッター*/
.g-pagetop a {
  background: #008a98;
}
.g-fixarea .contact--1 {
  background-color: #008a98;
}

.g-fixarea .g-fixarea-footer .g-fixarea-footer__item {
  background-color: #008a98;
}
.g-gmap {
  padding: 0px;
}
/*共通*/
.post-content h2 {
  background-color: #008a98;
}
.u-font-sc {
  color: #008a98;
}
.u-font-kc {
  color: #008a98;
}
.c-headline-leftbig .c-headline-leftbig__sttl {
  color: #008a98;
}
.p-common-news .p-common-news__ttl::before {
  color: #008a98;
}
.c-table-prof tr td {
  color: #008a98;
}

.c-card__item-date {
  background-color: #008a98;
}

.c-headline__type3 {
  border-left: 6px solid #008a98;
}

.c-slick__next,
.c-slick__prev {
  color: #000;
}

.c-visual-sub .c-visual-sub__ttl:before {
  top: -85px;
}

/* レスポンシブビデオスタイル */
#video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比を維持 */
}

#video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-aside h3 {
  background-color: #008a98;
}

.c-card__item-body {
  padding: 10px;
}

.c-card__item-link {
  padding: 0;
}

/* 施工事例 詳細（全件）に効かせる場合 */
body.single-case .slick-slider .slick-track,
body.single-case .slick-slider .slick-list {
  transform: unset !important;
}

.c-visual .c-visual__ttl {
  text-shadow: 2px 1px 4px #000;
}
.c-visual .c-visual__sttl {
  text-shadow: 2px 1px 2px #000;
}
.g-nav .g-nav__list .nav-link {
  padding: 10px 0px 10px 0.5vw;
}

@media screen and (max-width: 767px) {
  .c-faq__item-ttl {
    text-indent: -30px;
    padding-left: 10px;
  }
  .c-faq__item-body {
    padding-right: 0;
  }
  .c-faq__item-body-txt {
    padding: 10px;
  }
  .c-visual .c-visual__ttl {
    font-size: 8vw;
    text-shadow: 2px 1px 4px #000;
  }
  .c-visual .c-visual__sttl {
    text-shadow: 1px 1px 2px #000;
  }
}

/* =========================================
   TOP / 選ばれる理由
   既存クラスを崩さず配色と質感を改善
========================================= */

.c-top-strength,
.c-section-strength {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, #f3fafb 0%, #e8f4f5 100%);
  overflow: hidden;
}

.c-top-strength::before,
.c-section-strength::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(0, 104, 112, 0.08);
  filter: blur(10px);
}

.c-top-strength::after,
.c-section-strength::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(40, 160, 176, 0.08);
  filter: blur(10px);
}

/* 見出し */
.c-top-strength .c-headline,
.c-section-strength .c-headline {
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
}

.c-top-strength .c-headline__sub,
.c-section-strength .c-headline__sub {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #006870 0%, #28a0b0 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(0, 104, 112, 0.16);
}

.c-top-strength .c-headline__ttl,
.c-section-strength .c-headline__ttl {
  margin-bottom: 0;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #505858;
}

/* 行 */
.c-top-strength .row.g-4,
.c-section-strength .row.g-4 {
  position: relative;
  z-index: 1;
}

/* カード */
.c-strength-card {
  position: relative;
  height: 100%;
  padding: 36px 30px 32px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);
  border: 1px solid rgba(0, 104, 112, 0.1);
  box-shadow:
    0 14px 34px rgba(0, 104, 112, 0.08),
    0 2px 8px rgba(0, 104, 112, 0.04);
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

/* 上部アクセント */
.c-strength-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #006870 0%, #28a0b0 60%, #9bd8de 100%);
}

/* 右上の大きい番号 */
.c-top-strength .col-12:nth-child(1) .c-strength-card::after,
.c-section-strength .col-12:nth-child(1) .c-strength-card::after {
  content: "01";
}
.c-top-strength .col-12:nth-child(2) .c-strength-card::after,
.c-section-strength .col-12:nth-child(2) .c-strength-card::after {
  content: "02";
}
.c-top-strength .col-12:nth-child(3) .c-strength-card::after,
.c-section-strength .col-12:nth-child(3) .c-strength-card::after {
  content: "03";
}
.c-top-strength .col-12:nth-child(4) .c-strength-card::after,
.c-section-strength .col-12:nth-child(4) .c-strength-card::after {
  content: "04";
}

.c-strength-card::after {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(40, 160, 176, 0.13);
  z-index: 0;
}

/* hover */
.c-strength-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 104, 112, 0.2);
  background: linear-gradient(180deg, #ffffff 0%, #f3fafb 100%);
  box-shadow:
    0 24px 54px rgba(0, 104, 112, 0.12),
    0 4px 12px rgba(0, 104, 112, 0.06);
}

/* タイトル */
.c-strength-card__ttl {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  padding-bottom: 16px;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
  color: #505858;
}

.c-strength-card__ttl::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #006870 0%, #28a0b0 100%);
}

/* 本文 */
.c-strength-card__text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #505858;
}

/* 2列時の余白バランス微調整 */
.c-top-strength .col-12,
.c-section-strength .col-12 {
  margin-bottom: 0;
}

.p-service-card {
  padding: 1.5rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.p-service-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #006870;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.p-service-card__btn:hover {
  color: #fff;
  opacity: 0.9;
  transform: translateY(-2px);
}

.c-list.--icon i {
  color: #008a98;
}

@media (max-width: 767px) {
  .p-service-card {
    padding: 1.25rem;
  }

  .p-service-card__btn {
    width: 100%;
    min-width: auto;
    padding: 12px 16px;
    font-size: 14px;
  }
}

/* SP */
@media (max-width: 991.98px) {
  .c-top-strength,
  .c-section-strength {
    padding: 72px 0;
  }

  .c-top-strength .c-headline,
  .c-section-strength .c-headline {
    margin-bottom: 36px;
  }

  .c-top-strength .c-headline__sub,
  .c-section-strength .c-headline__sub {
    padding: 6px 13px;
    font-size: 11px;
  }

  .c-strength-card {
    padding: 28px 22px 24px;
    border-radius: 18px;
  }

  .c-strength-card::after {
    top: 14px;
    right: 14px;
    font-size: 40px;
  }

  .c-strength-card__ttl {
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 1.5;
  }

  .c-strength-card__ttl::after {
    width: 48px;
    margin-top: 12px;
  }

  .c-strength-card__text {
    font-size: 14px;
    line-height: 1.9;
  }
  .c-list.--icon i {
    margin-right: 0;
  }
}

/* =========================================
   top recruit
========================================= */
.c-top-recruit {
  position: relative;
  background: linear-gradient(180deg, #f7fafc 0%, #eef4fa 100%);
  overflow: hidden;
}

.c-top-recruit__content {
  position: relative;
  z-index: 1;
}

.c-top-recruit__sub {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #006870 0%, #28a0b0 100%);
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
}

.c-top-recruit__ttl {
  color: #505858;
}

.c-top-recruit__text {
  color: #505858;
}

.c-top-recruit__points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.c-top-recruit__point {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(30, 78, 121, 0.14);
  box-shadow: 0 8px 20px rgba(22, 50, 79, 0.06);
  color: #505858;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.c-top-recruit__image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(22, 50, 79, 0.1);
}

@media (max-width: 991.98px) {
  .c-top-recruit__point {
    font-size: 12px;
    min-height: 40px;
    padding: 8px 12px;
  }

  .c-top-recruit__image {
    border-radius: 18px;
  }
}
.button-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: none;
  border-radius: 5px;
  box-shadow:
    0 2px 3px rgb(0 0 0 / 25%),
    0 2px 3px -2px rgb(0 0 0 / 15%);
  background-color: #008a98;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}

.button-3:hover {
  background-color: #008a98;
  color: #000;
}

.c-faq__item {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
  background: #f1f1f1; /* 必要に応じて調整 */
}

.c-faq__toggle {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 20px 56px 20px 20px;
  position: relative;
  cursor: pointer;
  display: block;
}

.c-faq__toggle:focus {
  outline: 2px solid #000;
  outline-offset: -2px;
}

.c-faq__item-ttl {
  display: block;
  font-weight: 700;
  margin: 0;
}

.c-faq__item-body {
  padding: 0 20px 20px;
}

.c-faq__item-body-txt > *:last-child {
  margin-bottom: 0;
}

.c-faq__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}

.c-faq__icon::before,
.c-faq__icon::after {
  content: "";
  position: absolute;
  background: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.c-faq__icon::before {
  width: 18px;
  height: 2px;
}

.c-faq__icon::after {
  width: 2px;
  height: 18px;
  left: 8px;
}

.c-faq__toggle[aria-expanded="true"] .c-faq__icon::after {
  opacity: 0;
}

@media screen and (min-width: 992px) {
  .c-visual .c-visual__catchcopy {
    top: 200px !important;
  }
}

@media (max-width: 767.98px) {
  .p-lp-timing .u-font-pc-28,
  .p-lp-work .u-font-pc-24,
  .p-lp-flow .u-font-pc-22 {
    line-height: 1.4;
  }
  .c-faq__item-body-txt {
    padding: 0;
  }

  .c-faq__item-body {
    padding: 0;
  }

  .c-faq__toggle {
    padding: 0 56px 12px 0;
  }

  .c-table th {
    border-bottom: rgb(255 255 255 / 40%) 1px solid;
    background-color: rgb(0 139 241 / 10%);
  }

  .g-fixarea .g-fixarea-footer__item {
    background: linear-gradient(to right, #008a98, #008a98);
  }
  .t-kv-image {
    --ratio: 300px;
  }
  .c-visual .c-visual__catchcopy {
    top: 50px;
    letter-spacing: unset;
    left: 0;
    right: 0;
  }
  .c-visual .c-visual__sttl {
    line-height: 24px;
  }
}

/* @media (min-width: 768px) {
  .t-kv-image {
    --ratio: 300px;
  }
  .c-visual .c-visual__catchcopy {
    top: 50px;
  }
} */

.p-farmland-checklist,
.p-permit-checklist {
  border: 1px solid rgb(0 138 152 / 18%);
  box-shadow: 0 12px 30px rgb(0 0 0 / 6%);
}

.p-farmland-checklist__list,
.p-permit-checklist__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  padding-left: 0;
}

.p-farmland-checklist__list li,
.p-permit-checklist__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  background: rgb(0 138 152 / 6%);
  border-radius: 8px;
  line-height: 2;
  margin: 0 !important;
}

.p-farmland-checklist__list li i,
.p-permit-checklist__list li i {
  flex: 0 0 auto;
  margin-top: 8px;
  color: #008a98;
}

@media (max-width: 767.98px) {
  .p-farmland-checklist__list,
  .p-permit-checklist__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .p-farmland-checklist__list li,
  .p-permit-checklist__list li {
    padding: 10px 12px;
  }
}

/* ============================================================
   事業内容6ページの「のっぺり」解消
   （農地転用 / 建設業 / 運送業 / 飲食店 / 在留 / その他）
   原因: --white と --trans(=透明=実質白) の連続で背景差がなかった。
   body.p-{slug} でこの6ページに限定。共通CTA(--image)は除外。
   追加CSSのみで完結し、他テンプレートには影響しない。
============================================================ */
body.p-farmland,
body.p-construction-license,
body.p-transport-license,
body.p-restaurant-license,
body.p-visa,
body.p-other {
  background-color: #fff;
}

/* 交互セクションに淡いブルー面を敷き、白セクションと対比させる */
body.p-farmland main .c-section--trans:not(.c-section--image),
body.p-construction-license main .c-section--trans:not(.c-section--image),
body.p-transport-license main .c-section--trans:not(.c-section--image),
body.p-restaurant-license main .c-section--trans:not(.c-section--image),
body.p-visa main .c-section--trans:not(.c-section--image),
body.p-other main .c-section--trans:not(.c-section--image),
body.p-price main .c-section--trans:not(.c-section--image),
body.p-about main .c-section--trans:not(.c-section--image),
body.p-service main .c-section--trans:not(.c-section--image) {
  background: linear-gradient(180deg, #f1f8f9 0%, #e7f2f4 100%) !important;
}

/* 業務内容一覧：詳細ページへのリンクカード */
body.p-service .p-service-card--link {
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

body.p-service .p-service-card--link:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(0, 104, 112, 0.14);
}

body.p-service .p-service-card--link:hover .p-service-card__btn {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* ============================================================
   トップページ デザイン強化（body.home 限定）
   ① 濃いティールの数字バンド ③ ＋ ④ 番号の塗り円バッジ
============================================================ */
/* 数字バンド */
body.home .p-stats {
  background: linear-gradient(120deg, #006870 0%, #008a98 55%, #1aa6b5 100%);
  overflow: hidden;
}

body.home .p-stats__item {
  color: #fff;
  padding: 18px 12px;
}

@media (min-width: 992px) {
  body.home .p-stats__item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }
}

body.home .p-stats__icon {
  margin-bottom: 10px;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.85);
}

body.home .p-stats__num {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin: 0;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

body.home .p-stats__num small {
  font-size: 0.45em;
  font-weight: 700;
  margin-left: 3px;
}

body.home .p-stats__num--text {
  font-size: clamp(22px, 2.4vw, 32px);
}

body.home .p-stats__label {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 767.98px) {
  body.home .p-stats__item {
    padding: 14px 8px;
  }

  body.home .p-stats__num {
    min-height: 40px;
    font-size: 30px;
  }

  body.home .p-stats__num--text {
    font-size: 20px;
  }

  body.home .p-stats__label {
    font-size: 12px;
  }
}

/* 選ばれる理由：番号の塗り円バッジ */
body.home .p-strength-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #006870 0%, #28a0b0 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 18px rgba(0, 104, 112, 0.22);
}

@media (max-width: 767.98px) {
  body.home .p-strength-num {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}

/* ============================================================
   既存セクションをブランドカラー面に（下層ページの締めセクション等）
   .c-section--brand を付けたセクションを濃いティール＋白文字にする。
   セクション直下の見出し・本文のみ白へ。内側の白いカード／箱は
   （col の直接の子ではないため）色を変えず、白地のまま残す。
============================================================ */
.c-section--brand {
  background: linear-gradient(120deg, #006870 0%, #008a98 55%, #1aa6b5 100%) !important;
}

.c-section--brand > .container > .row > [class*="col-"] > p,
.c-section--brand > .container > .row > [class*="col-"] > h2,
.c-section--brand > .container > .row > [class*="col-"] > h3,
.c-section--brand > .container > .row > [class*="col-"] > ul,
.c-section--brand > .container > .row > [class*="col-"] > ul > li {
  color: #fff !important;
}

/* 見出しの下線アクセントは「中央寄せ見出し(.text-center 内の h2)」だけに限定。
   左寄せのセクション見出しには付けない。 */
body.p-farmland main .text-center h2.u-font-kc,
body.p-construction-license main .text-center h2.u-font-kc,
body.p-transport-license main .text-center h2.u-font-kc,
body.p-restaurant-license main .text-center h2.u-font-kc,
body.p-visa main .text-center h2.u-font-kc,
body.p-other main .text-center h2.u-font-kc {
  position: relative;
  padding-bottom: 20px;
}

body.p-farmland main .text-center h2.u-font-kc::after,
body.p-construction-license main .text-center h2.u-font-kc::after,
body.p-transport-license main .text-center h2.u-font-kc::after,
body.p-restaurant-license main .text-center h2.u-font-kc::after,
body.p-visa main .text-center h2.u-font-kc::after,
body.p-other main .text-center h2.u-font-kc::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 56px;
  height: 4px;
  margin-left: -28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #006870 0%, #28a0b0 100%);
}

/* ============================================================
   料金案内ページ デザイン強化（body.p-price 限定）
============================================================ */
/* ヒーローの特長バッジ */
body.p-price .p-price-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

body.p-price .p-price-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 138, 152, 0.25);
  color: #006870;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 6px 16px rgba(0, 104, 112, 0.08);
}

body.p-price .p-price-badges i {
  color: #008a98;
}

/* 料金カード */
body.p-price .p-price-card {
  position: relative;
  border: 1px solid rgba(0, 138, 152, 0.12);
  border-top: 4px solid #008a98;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

body.p-price .p-price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(0, 104, 112, 0.14);
}

/* 「個別お見積り」バッジ */
body.p-price .p-price-card__amount {
  display: inline-block;
  margin: 4px 0 14px;
  padding: 8px 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #006870 0%, #28a0b0 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

/* お見積り・実費の注記ボックス */
body.p-price .p-price-note {
  border: 1px solid rgba(0, 138, 152, 0.18);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

body.p-price .p-price-note .c-list.--icon i {
  margin-top: 8px;
}

/* ============================================================
   ご相談の流れ 1カラム（body.p-flow 限定）
============================================================ */
body.p-flow .p-flow-step {
  padding: 28px 28px 32px;
  background: #fff;
  border: 1px solid rgba(0, 138, 152, 0.12);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0, 104, 112, 0.07);
}

body.p-flow .p-flow-step__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

body.p-flow .p-flow-step__num {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #006870 0%, #28a0b0 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(0, 104, 112, 0.22);
}

body.p-flow .p-flow-step__ttl {
  margin: 0;
  color: #505858;
}

body.p-flow .p-flow-step__img {
  margin-bottom: 18px;
  border-radius: 12px;
  overflow: hidden;
}

body.p-flow .p-flow-arrow {
  text-align: center;
  margin: 10px 0;
  color: rgba(0, 138, 152, 0.5);
  font-size: 26px;
}

@media (max-width: 767.98px) {
  body.p-flow .p-flow-step {
    padding: 20px 18px 22px;
  }

  body.p-flow .p-flow-step__num {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  body.p-flow .p-flow-step__head {
    gap: 12px;
    margin-bottom: 14px;
  }
}
