/*
Theme Name: SOLARIS 088 Child
Theme URI:
Description: Child theme for SOLARIS (solaris_tcd088)
Author:
Author URI:
Template: solaris_tcd088
Version: 1.0.0
Text Domain: solaris-tcd088-child
*/

/* ここから下にCSSを追加してください */

/* =============================

SOLARICE テーマ用

=============================== */

/* PCメインメニューを右寄せ */
#global_menu ul {
  text-align: right;
  margin-right: 200px;
}




/* =============================

トップ　ヒーローした 

=============================== */


.top_first_wrap {
  width: 100%;
  /* background-color: #00729f; */
  background: linear-gradient(135deg, #00729f 0%, #006a94 45%, #005e85 100%);
  padding: clamp(56px, 6vw, 110px) 0;
  position: relative;
  overflow-x: hidden;
}

.top_first_pro {
  position: absolute;
  bottom: 0px;
  /* 出しすぎない */
  left: 120px;
  z-index: 0;
  /* マイナスにしない */
  pointer-events: none;
  /* クリック無効 */
}

.top_first_pro p {
  margin: 0;
  font-family: "Source Han Serif JP", "Noto Serif JP", serif;
  /* 明朝 */
  font-size: clamp(56px, 8vw, 120px);
  font-weight: 600;
  letter-spacing: .12em;
  color: rgba(255, 255, 255, .08);
  /* ← 透け感の肝 */
  white-space: nowrap;
}


.top_first_content_area {
  max-width: 1200px;
  /* 1300だと横に広すぎて間延びしがち */
  margin: 0 auto;
  padding: 0 24px;
  /* 端の詰まり防止 */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 56px);
  /* 左右の間隔 */
  flex-wrap: nowrap;
  /* ここ重要：折り返しはSPだけで */
}

/* 左：テキスト */
.content_box {
  flex: 0 0 56%;
  max-width: 56%;
}

.top_first_area_h2 {
  margin-bottom: 28px;
}

.top_first_area_h2 h2 {
  font-family: var(--tcd-font-type1);
  color: #fff;
  font-size: clamp(36px, 2.4vw, 44px) !important;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.34);
}

.top_first_area_text {
  color: #fff;
  max-width: 42em;
  /* 文章の読みやすい行幅に制限 */
}

.top_first_area_text p {
  margin: 0 0 16px;
  line-height: 1.9;
  letter-spacing: .02em;
  opacity: .95;
  font-size: 18px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.34);
}

/* 右：写真（外側） */
.top_first_photo {
  position: relative;
  flex: 0 0 40%;
  max-width: 40%;
  height: clamp(360px, 42vw, 560px);
  overflow: visible;
  isolation: isolate;
  /* z-index事故防止 */
}

/* 背面の白い板 */
.top_first_photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .92);
  clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
  transform: translate(-40px, 40px);
  border: 1px solid rgba(255, 255, 255, .35);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .22);
  z-index: 0;
}

/* 写真本体（内側） */
.top_first_photo_inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
  z-index: 1;
}

.top_first_photo_inner img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

/* SP：縦並び */
@media (max-width: 768px) {
  .top_first_content_area {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
  }

  .top_first_pro {
    display: none;
  }

  .content_box,
  .top_first_photo {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .top_first_photo {
    flex: 0 0 100%;
    max-width: 100%;
    height: 420px;
  }

  .top_first_photo::before {
    transform: translate(-10px, 10px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
  }

}

/* =============================
トップ：主な業務内容（Services）
=============================== */

/* セクション背景 */
.top_services_wrap {
  padding: clamp(64px, 7vw, 110px) 0;
  background: linear-gradient(100deg,
      #ffffff 0%,
      #ffffff 50%,
      #eef4ff 50%,
      #eef4ff 100%);
}

/* 幅制御 */
.top_services_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 見出し周り */
.top_services_head {
  margin-bottom: 36px;
}

.top_services_title_wrap {
  margin-bottom: 40px;
  text-align: center;
}

.top_services_title_wrap h2 {
  color: #00729f;
  font-size: 36px !important;
}

.top_services_title {
  font-family: var(--tcd-font-type1);
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: 1.25;
  letter-spacing: .02em;
  margin: 0;
}

.top_services_lead {
  margin: 0;
  color: rgba(0, 0, 0, .65);
  line-height: 1.8;
  max-width: 100%;
  text-align: center;
}

/* ===== サービス一覧（Flex 3列） ===== */

.top_services_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

/* カード */
.top_service_card {
  position: relative;
  flex: 1 1 calc(25% - 16px);
  min-width: 0px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .1);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}

/* 画像（4:3） */
.top_service_img {
  /* aspect-ratio: 4 / 3; */
  aspect-ratio: 2 / 1;
  overflow: hidden;
  margin-bottom: 20px;
}

.top_service_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

/* 本文 */
.top_service_body {
  padding: 18px 20px 52px;
  /* 下は矢印分 */
}

.top_service_body h3 {
  margin: 0 0 10px;
  font-size: 18px !important;
  line-height: 1.35;
  letter-spacing: .02em;
  text-align: center;
}

.top_service_body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(0, 0, 0, .68);
}

/* 右下の →（四角） */
.top_service_icon {
  position: absolute;
  right: 14px;
  bottom: 14px;

  width: 32px;
  height: 32px;

  border: 1px solid rgba(0, 0, 0, .35);
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, .6);

  transition: background-color .25s ease, color .25s ease;
}

/* hover演出（やりすぎない） */
.top_service_card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

.top_service_card:hover .top_service_img img {
  transform: scale(1.05);
}

.top_service_card:hover .top_service_icon {
  background: #000;
  color: #fff;
}

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

/* タブレット：2列 */
@media (max-width: 1024px) {
  .top_service_card {
    flex: 1 1 calc(50% - 12px);
  }
}

/* スマホ：1列 */
@media (max-width: 640px) {
  .top_service_card {
    flex: 1 1 100%;
  }
}


/* =========================================
  TOP Service Category（3軸の整理セクション）
========================================= */

.top_service_category_row {
  position: relative;
  padding: clamp(60px, 7vw, 120px) 0;
}

.top_service_category_row::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background: inherit;
  z-index: 0;
}

.top_service_category_row>* {
  position: relative;
  z-index: 1;
}



/* カテゴリ別背景 */
.top_service_category_row.cat_move {
  background: #f0f7fa;
}

.top_service_category_row.cat_trade {
  background: #fff;
}

.top_service_category_row.cat_design {
  background: #f0f7fa;
}


/* =========================
  Section Wrapper
========================= */

.top_service_category_wrap {
  padding: 100px 0 0 0;
  overflow-x: hidden;
  background: #fff
}

.top_service_category_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =========================
  Section Head
========================= */

.top_service_category_head {
  margin-bottom: 100px;
  text-align: center;
}

.top_service_category_title_wrap {
  margin-bottom: 40px;
}

.top_service_category_title {
  margin: 0;
  font-family: var(--tcd-font-type1);
  font-size: 36px !important;
  color: #00729f;
  line-height: 1.25;
}

.top_service_category_lead {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  line-height: 1.8;
  color: rgba(0, 0, 0, .65);
}

/* =========================
  Category List
========================= */

.top_service_category_list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* =========================
  Category Item（1行）
========================= */

.top_service_category_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(14px, 1.8vw, 26px);
  width: 100%;
  background: transparent;
  border: none;
  overflow: visible;
}

/* 右画像 */
.top_service_category_item.is-right {
  flex-direction: row-reverse;
}

/* =========================
  全画面帯（PC）
========================= */

.top_service_category_item::before {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 70vw;
  height: 2px;
  background: #00729f;
  z-index: 0;
}

/* =========================
  Media（横長画像）
========================= */

.top_service_category_media {
  position: relative;
  flex: 0 0 clamp(320px, 40%, 460px);
  width: clamp(320px, 40%, 460px);
  aspect-ratio: 4 / 3;
  max-width: 100%;
  overflow: hidden;
  background: transparent;
  margin-left: clamp(-6px, -0.8vw, -14px);
  z-index: 1;
}

/* 右配置時 */
.top_service_category_item.is-right .top_service_category_media {
  margin-left: 0;
  margin-right: clamp(-4px, -0.6vw, -10px);
}

/* 背面帯（補助） */
/* .top_service_category_media::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -40px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
} */

.top_service_category_item.is-right .top_service_category_media::before {
  left: -40px;
  right: auto;
}

/* 画像本体 */
.top_service_category_media img {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  border-radius: 2px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
  filter: saturate(0.9) brightness(0.95);
}

/* =========================
  Text Body
========================= */

.top_service_category_body {
  position: relative;
  z-index: 1;
  flex: 0 0 50%;
  max-width: 50%;
  padding: clamp(14px, 1.8vw, 22px);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(2px);
}

/* 見出し */
.top_service_category_heading {
  position: relative;
  margin-bottom: 14px;
  padding-top: 12px;
}

/* 英字 */
.top_service_category_en {
  position: absolute;
  top: -10px;
  left: 0;
  margin: 0;
  font-family: "Source Han Serif JP", "Noto Serif JP", serif;
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 600;
  letter-spacing: .12em;
  color: rgba(0, 0, 0, .08);
  white-space: nowrap;
  z-index: 0;
}

/* 日本語h3 */
.top_service_category_h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-left: 20px;
  font-size: clamp(22px, 1.6vw, 26px) !important;
  font-weight: 600;
  line-height: 1.35;
}

/* 本文 */
.top_service_category_text {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(0, 0, 0, .72);
  max-width: 60em;
}

/* .bg_color_w {
  background: #fff;
  width: 100vw;
} */

/* =========================================
  Responsive（SP）
========================================= */

@media (max-width: 900px) {

  /* 行を縦積み */
  .top_service_category_item,
  .top_service_category_item.is-right {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* 全画面帯は弱めに */
  .top_service_category_item::before {
    height: 55%;
  }

  /* 画像は中央・横長維持 */
  .top_service_category_media {
    flex: 0 0 auto;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 12px;
  }

  /* 背面帯は縮小 */
  .top_service_category_media::before {
    top: 10px;
    right: 0;
    left: 0;
    width: 100%;
    height: 110%;
  }

  .top_service_category_item.is-right .top_service_category_media::before {
    left: 0;
    right: 0;
  }

  /* テキストは全幅 */
  .top_service_category_body {
    max-width: 100%;
    flex: 0 0 auto;
    padding: 18px 18px 22px;
  }

  /* 英字を抑える */
  .top_service_category_en {
    font-size: 24px;
    top: -6px;
  }

  .top_service_category_h3 {
    padding-left: 0;
  }
}

/* =========================================
  Top Service Category：下の簡易ボックス群
  （写真＋タイトルのみ）
========================================= */

/* カテゴリ説明ブロックの下に少し間を作る */
.top_service_category_services {
  margin: 70px auto 100px auto;
  padding-left: 0;
  /* 左画像の“はみ出し”と揃える用（必要なら0に） */
  padding-right: 0;
}

/* 一覧：Gridで整える（見た目が一気にプロになる） */
.top_service_simple_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 50px;
}

/* カード：枠は極薄、角は少しだけ。カードっぽさは弱め */
.top_service_simple_item {
  display: block;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, .60);
  border: none;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .06);
}

/* 画像：16:9で統一（軽い、今っぽい） */
.top_service_simple_img {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e9f3f7;
  /* 画像が読み込み前でも汚くならない */
}

.top_service_simple_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

/* タイトル：2行まで（長くても崩れない） */
.top_service_simple_title {
  margin: 20px auto !important;
  padding: 0 0 0 24px;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
  position: relative;
  z-index: 5;
}

.top_service_simple_title::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 5px;
  background-color: #d64545;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.top_service_category_btn {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: right;
}

.top_service_category_link {
  display: inline-block;
  min-width: 240px;
  padding: 24px;
  background: #00729f;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
  border-radius: 999px;
  transition: opacity .3s ease;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.top_service_category_link:hover {
  opacity: 0.8;
}


/* =========================================
  Responsive
========================================= */

/* タブレット：2列 */
@media (max-width: 980px) {
  .top_service_simple_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 20px;
  }
}

/* スマホ：1列（詰まりすぎ防止） */
@media (max-width: 560px) {
  .top_service_category_services {
    padding-left: 0;
    padding-right: 0;
  }

  .top_service_simple_list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .top_service_simple_title {
    font-size: 15px;
    padding: 13px 14px 15px 20px;
  }
}


/* =========================================
  TOP 対応施設
========================================= */

.top_facility_wrap {
  padding: clamp(56px, 7vw, 110px) 0;
  background:
    linear-gradient(180deg,
      rgba(0, 114, 159, 0.55) 0%,
      rgba(0, 75, 104, 0.65) 100%),
    url(https://swc.copiyas.jp/wp-content/uploads/2026/02/icon_haikei.jpg) center / cover no-repeat;
}

.top_facility_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 見出し */

.top_facility_head {
  margin-bottom: 36px;
}

.top_facility_title_wrap {
  margin-bottom: 40px;
  text-align: center;
}

.top_facility_title_wrap h2 {
  color: #fff;
  font-size: 36px !important;
}

.top_facility_title {
  font-family: var(--tcd-font-type1);
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: 1.25;
  letter-spacing: .02em;
  margin: 0 0 10px 0;
}

.top_facility_title_wrap .sub_title {
  font-size: 18px;
  color: #fff;
}

.top_facility_lead {
  margin: 0;
  color: #fff;
  line-height: 1.8;
  max-width: 100%;
  text-align: center;
}

.top_facility_list {
  width: 100%;
}

/* リスト */
.top_facility_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2.5vw, 28px);
}

.top_facility_list ul li {
  list-style-type: none;
  /* width: 20%; */
  font-size: 18px;
  color: #fff;
}

/* 各施設：背景と分離させる影 */
.top_facility_item {
  position: relative;
  padding: 20px 0;
  background: rgba(0, 114, 159, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: .04em;
  border-radius: 4px;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.18),
    /* 奥行き */
    0 0 0 1px rgba(255, 255, 255, 0.22);
  /* 輪郭 */
  border: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

/* 施設リストのベース（必要なら） */
.top_facility_item .title {
  position: relative;
  padding-bottom: 18px;
  /* 線の分だけ余白 */
  margin-bottom: 18px;
  /* タイトルとアイコンの間 */
}

.top_facility_item .title::after,
.top_facility_item .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #fff;
}

.top_facility_item .title::after {
  left: 50%;
  width: 34%;
  margin-left: 9px;
  /* 中央の隙間 */
}

.top_facility_item .title::before {
  right: 50%;
  width: 34%;
  margin-right: 9px;
  /* 中央の隙間 */
}

.top_facility_item .title h3 {
  position: relative;
}

.top_facility_item .title h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}

.top_facility_item .text {
  display: block;
  padding: 10px;
  border-top: 1px dotted #fff;
}

.top_facility_item .text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  opacity: .9;
  text-align: left;
}


/* hover */
.top_facility_item:hover {
  transform: translateY(-4px);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.35);
}

.top_facility_item img {
  display: block;
  width: 50%;
  margin: 20px auto 20px auto;
  /* filter: drop-shadow(0 6px 0 rgba(0, 0, 0, .6)); */
}

/* =========================
  Responsive
========================= */
@media (max-width: 900px) {
  .top_facility_list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .top_facility_list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .top_facility_item {
    min-width: 0;
    padding: 18px 0;
  }

  .top_facility_item .text p {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}


/* =========================

  TOP:現場実績

  ========================= */

/* =========================================
  TOP 現場実績セクション（左右2カラム）
========================================= */

.top_works2_wrap {
  padding: clamp(100px, 7vw, 120px) 0;
  background: #f4f8ff;
  /* 他セクションと統一 */
}

.top_works2_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.top_works2_box {
  display: flex;
  gap: clamp(32px, 5vw, 72px);
  align-items: stretch;
}

/* =========================
   左カラム
========================= */

.top_works2_left {
  flex: 0 0 35%;
  display: flex;
  flex-direction: column;
}

.top_works2_title {
  margin: 0 0 40px !important;
  font-family: var(--tcd-font-type1);
  font-weight: 600;
  line-height: 1.15;
  color: #00729f;
  font-size: 36px !important;
  border-bottom: solid 1px #00729f;
}

.top_works2_lead {
  margin: 0 0 30px;
  line-height: 1.95;
  color: rgba(0, 0, 0, .72);
}

.top_works2_btn {
  text-align: center;
  margin-top: auto !important;
}

.top_works2_link {
  display: inline-block;
  min-width: 240px;
  padding: 24px;
  background: #00729f;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
  border-radius: 999px;
  transition: opacity .3s ease;
}

.top_works2_link:hover {
  opacity: .9;
}

.top_works2_note {
  margin-top: 14px;
  font-size: 12px;
  color: rgba(0, 0, 0, .55);
  text-align: center;
}

/* =========================
   右カラム（施設名リスト）
========================= */

.top_works2_right {
  flex: 1;
}

.top_works2_list_wrap {
  margin-bottom: 20px;
}

.top_works2_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_works2_item {
  position: relative;
  padding: 15px 14px 15px 36px;
  background: rgba(255, 255, 255, .95);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

/* 赤い丸ぽち */
.top_works2_item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 5px;
  background: #d64545;
}

/* =========================
   Responsive
========================= */

@media (max-width: 900px) {

  .top_works2_box {
    flex-direction: column;
    gap: 36px;
  }

  .top_works2_left,
  .top_works2_right {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
  }

  .top_works2_list_wrap {
    min-width: 0;
  }

  .top_works2_list {
    grid-template-columns: 1fr;
  }

  .top_works2_item {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

}



/* =========================================
  会社概要：post_content の影響を排除（px指定版）
========================================= */

/* dl のリセット */
.post_content .company_profile .company_profile_dl {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* dt / dd 共通 */
.post_content .company_profile .company_profile_dl dt,
.post_content .company_profile .company_profile_dl dd {
  margin: 0 !important;
  padding: 20px 0 !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ddd !important;
  background: transparent !important;
  line-height: 28px !important;
  /* 明示的に */
  box-sizing: border-box;
}

/* dt（項目名） */
.post_content .company_profile .company_profile_dl dt {
  width: 20%;
  padding-right: 24px !important;
  font-weight: 700 !important;
  font-size: 15px;
  color: #00729f;
}

/* dd（内容） */
.post_content .company_profile .company_profile_dl dd {
  width: 80%;
  font-size: 15px;
}

/* dd 内の br による余白暴走防止 */
.post_content .company_profile .company_profile_dl dd br {
  display: block;
  height: 0;
  margin: 0;
}

/* ul / li のリセット（テーマに勝つ） */
.post_content .company_profile .company_profile_list {
  margin: 0 !important;
  padding-left: 18px !important;
}

.post_content .company_profile .company_profile_list li {
  margin: 4px 0 !important;
  font-size: 15px;
  line-height: 26px;
  list-style-type: none;
}

.post_content .company_profile .company_profile_title {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}



/* 注釈 */
.post_content .company_profile .company_profile_note {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  color: rgba(0, 0, 0, .65);
}

/* =========================
   SP（縦並び）
========================= */
@media (max-width: 768px) {

  .post_content .company_profile .company_profile_dl dt,
  .post_content .company_profile .company_profile_dl dd {
    width: 100%;
    align-items: flex-start;
  }

  .post_content .company_profile .company_profile_dl dt {
    border-bottom: none !important;
    padding-bottom: 6px !important;
  }

  .post_content .company_profile .company_profile_dl dd {
    padding-top: 0 !important;
  }
}


/* =========================
  CF7 フォーム（dl/dt/dd）
========================= */


.wpcf7 {
  background-color: #fff !important;
  border: none !important;
  margin: 0;
  padding: 0;
}

.wpcf7 form {
  margin-left: 0 !important;
}


.cf7_main_area {
  background: #eef6ff;
  /* 薄い青 */
  padding: 28px;
  width: 100%;
  margin: 0;
}

.cf7_dl {
  background: #fff;
  /* 白カード */
  padding: 24px;
  margin: 0 0 50px 0;
}

.cf7_row {
  display: flex;
  gap: 18px;
  padding: 30px 0 18px 0;
  border-bottom: 1px solid #e6e6e6;
  /* background-color: #d93b3b; */
}

.cf7_row:last-child {
  border-bottom: none;
}

.cf7_dt {
  width: 28%;
  margin: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.cf7_dt p {
  display: flex;
  align-items: center;
}

.cf7_dd {
  width: 72%;
  margin: 0;
}

/* 必須/任意バッジ */
.cf7_badge {
  display: inline-block;
  font-size: 12px !important;
  line-height: 1;
  padding: 6px 8px;
  margin-right: 10px;
  border-radius: 2px;
  /* 角は少しだけ（完全四角なら0でもOK） */
  white-space: nowrap;
}

.cf7_badge.is-required {
  background: #d93b3b;
  color: #fff;
}

.cf7_badge.is-optional {
  background: #e2e2e2;
  color: #666;
}

/* 入力UI統一（テキスト・tel・email・select・textarea） */
.cf7_main_area input[type="text"],
.cf7_main_area input[type="tel"],
.cf7_main_area input[type="email"],
.cf7_main_area select,
.cf7_main_area textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #cfd8e3;
  background: #fff;
  padding: 12px 12px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 0;
  /* 角丸なし */
  outline: none;
}

.cf7_main_area textarea {
  min-height: 160px;
  resize: vertical;
}

/* select を半分幅・高さ統一 */
.cf7_main_area select {
  width: 50%;
  min-width: 240px;
  /* SPで小さくなりすぎ防止 */
  height: 48px;
  /* inputと同じ高さ */
  padding: 0 40px 0 12px;
  /* 右は矢印分あける */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23666' d='M5 7l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
}

/* フォーカス */
.cf7_main_area input:focus,
.cf7_main_area select:focus,
.cf7_main_area textarea:focus {
  border-color: #7aa7ff;
  box-shadow: 0 0 0 3px rgba(122, 167, 255, .18);
}

/* 注釈 */
.cf7_note {
  margin: 8px 0 0;
  font-size: 13px;
  color: #666;
}

/* PP確認ボタン */
.cf7_pp_wrap {
  width: 50%;
  text-align: center;
  margin: 50px auto;
  background-color: #fff;
  padding: 20px 0;
}

/* ラベルをクリックしやすく */
.cf7_pp_wrap label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  line-height: 1.6;
}

/* 元のチェックを見た目リセットして整形 */
.cf7_pp_wrap input[type="checkbox"].cf7_pp {
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #cfd8e3;
  background: #fff;
  border-radius: 0;
  /* 角丸なし */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  box-sizing: border-box;
}

/* チェックマーク（疑似要素） */
.cf7_pp_wrap input[type="checkbox"].cf7_pp::before {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  opacity: 0;
}

/* チェック時 */
.cf7_pp_wrap input[type="checkbox"].cf7_pp:checked {
  background: #00729f;
  border-color: #00729f;
}

.cf7_pp_wrap input[type="checkbox"].cf7_pp:checked::before {
  opacity: 1;
}

/* フォーカス（キーボード操作時） */
.cf7_pp_wrap input[type="checkbox"].cf7_pp:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(122, 167, 255, .18);
  border-color: #7aa7ff;
}

/* ラベル文字 */
.cf7_pp_wrap .wpcf7-list-item-label {
  font-size: 15px;
  color: #333;
}

.cf7_step_wrap p {
  display: flex;
  justify-content: space-around;
}


/* 送信系ボタン（確認へ・送信する） */
.wpcf7 input.wpcf7-submit.cf7_send {
  background-color: #00729f !important;
  font-weight: 600 !important;
}

/* 戻るボタン */
.wpcf7 .wpcf7-previous {
  background-color: #e2e2e2 !important;
  color: #666 !important;
  font-weight: 600 !important;
}



.wpcf7-form .cf7msm-prev:hover,
.wpcf7-form .wpcf7-previous:hover,
.wpcf7-form input[name^="previous"]:hover {
  opacity: .9;
}

/* 押せない状態（後述の同意チェック用） */
.wpcf7-form .cf7_send:disabled {
  opacity: .45;
  cursor: not-allowed;
}

/* エラー */
.cf7_main_area .wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 6px;
}

.cf7_main_area .wpcf7-response-output {
  margin: 18px 0 0;
}

/* SP */
@media (max-width: 768px) {
  .cf7_main_area {
    padding: 18px;
    width: 100%;
  }

  .cf7_dl {
    padding: 18px;
  }

  .cf7_row {
    flex-direction: column;
    gap: 10px;
  }

  .cf7_dt,
  .cf7_dd {
    width: 100%;
  }

  .cf7_main_area select {
    width: 100%;
    min-width: 240px;
  }

  .cf7_pp_wrap {
    width: 100%;
    margin: 20px auto;
  }

  .cf7_step_wrap p {
    display: block;
  }
}


/* ===========
問合せフロー 
=============*/


.progressbar {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  color: #999999;
  font-weight: bold;
}

.progressbar li:before {
  display: block;
  width: 18px;
  height: 18px;
  margin: 7px auto 20px auto;
  content: '';
  text-align: center;
  border-radius: 50%;
  background-color: #F5F5F5;
}

.progressbar li:after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #F5F5F5;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active,
.progressbar li.complete {
  color: #00729f;
}

.progressbar li.active:before,
.progressbar li.complete:before {
  background-color: #00729f;
}

.progressbar li.active:after,
.progressbar li.complete:after {
  background-color: #00729f;
}



/* =================================

固定ページ：主な業務内容

================================= */


/* =========================
  Service Page : Hero
========================= */

.post_content .page_service_hero {
  margin-bottom: 100px;
}

/* 見出し */
.post_content .page_service_hero h2 {
  font-size: 32px;
  line-height: 1.3;
  margin: 0 0 60px 0;
  color: #00729f;
  font-weight: 600;
  padding-bottom: 60px;
  position: relative;
}

/* 下線（上：ブランドカラー） */
.post_content .page_service_hero h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 200px;
  height: 4px;
  background: #00729f;
  z-index: 1;
}

/* 下線（下：薄いグレー） */
.post_content .page_service_hero h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ddd;
  z-index: 0;
}

/* リード文 */
.post_content .page_service_hero p {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(0, 0, 0, .75);
  max-width: 720px;
}

/* =========================
  Responsive
========================= */

@media (max-width: 900px) {

  .post_content .page_service_hero {
    margin-bottom: 72px;
  }

  .post_content .page_service_hero h2 {
    font-size: 26px;
    line-height: 1.35;
    margin-bottom: 28px;
  }

  .post_content .page_service_hero p {
    font-size: 15px;
    line-height: 1.85;
    max-width: 100%;
  }
}

@media (max-width: 600px) {

  .post_content .page_service_hero {
    margin-bottom: 64px;
  }

  .post_content .page_service_hero h2 {
    font-size: 23px;
    line-height: 1.4;
  }

  .post_content .page_service_hero p {
    font-size: 14px;
  }
}



/* =========================
  Service Page : Generic Section
========================= */

.post_content .page_service_section {
  margin-bottom: 100px;
}

/* セクション見出し（h2） */
.post_content .page_service_section h2 {
  font-size: 28px;
  line-height: 1.35;
  margin: 0 0 40px 0;
  font-family: var(--tcd-font-type1);
  font-weight: 600;
  color: #000;
  position: relative;
  padding: 10px 0 10px 20px;
  text-align: left;
  color: #00729f;
  background: #f5f5f5;
}



.post_content .page_service_section h2 .page_service_h2_em {
  color: #d64545;
  /* 落ち着いた赤 */
  font-size: 1.15em;
  font-weight: 700;
  margin-right: 2px;
  font-family: var(--tcd-font-type1);
}


/* セクション内テキスト（共通） */
.post_content .page_service_section p {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(0, 0, 0, .75);
  margin: 0 0 24px 0;
  max-width: 800px;
}

.post_content .three_service h3 {
  color: #000;
  margin-bottom: 40px;
}

.post_content .three_service h3 span {
  display: flex;
  align-items: center;
  color: #d64545;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.post_content .three_service h3 span::before {
  content: '';
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 1px;
  background-color: #d64545;
}

.post_content .page_service_section .top_learn {
  margin-bottom: 100px;
  line-height: 1.9;
}

.post_content .three_box {
  margin-bottom: 100px;
}


/* =========================
  Responsive
========================= */

@media (max-width: 900px) {

  .post_content .page_service_section {
    margin-bottom: 72px;
  }

  .post_content .page_service_section h2 {
    font-size: 24px;
    margin-bottom: 36px;
  }

  .post_content .page_service_section p {
    font-size: 15px;
    line-height: 1.85;
    max-width: 100%;
  }
}

@media (max-width: 768px) {

  .post_content .page_service_hero h2 {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .post_content .page_service_section h2 {
    font-size: 22px;
    margin-bottom: 26px;
  }

  .post_content .page_service_section h2::before {
    width: 36px;
  }
}

@media (max-width: 600px) {

  .post_content .page_service_section h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .post_content .page_service_section p {
    font-size: 14px;
  }
}

/* =========================================
  固定ページ：主な業務内容（汎用アイテム）
  1つの項目＝左画像 / 右テキスト（全て同じ）
========================================= */

/* =========================================
  主な業務内容（固定ページ）
========================================= */

/* ===== 全体ラッパー ===== */
.post_content .page_service_item_wrap {
  margin-top: 80px;
  /* wrapの頭 */
  margin-bottom: 100px;
}

/* ===== 各行（左画像・右文章の2カラム） ===== */
.post_content .page_service_item_wrap .wp-block-columns {
  display: flex;
  gap: 32px;
  margin-bottom: 56px;
  /* 行同士の間隔 */
  align-items: flex-start;
}

/* 最後の行だけ余白を消す */
.post_content .page_service_item_wrap .wp-block-columns:last-child {
  margin-bottom: 0;
}

/* ===== 左右カラム共通 ===== */
.post_content .page_service_item_wrap .wp-block-column {
  min-width: 0;
  /* はみ出し防止 */
}

/* ===== 左：画像 ===== */
.post_content .page_service_item_wrap .wp-block-column figure {
  margin: 0;
}

.post_content .page_service_item_wrap .wp-block-column img {
  width: 100%;
  height: auto;
  display: block;

  /* 角丸を控えめに */
  border-radius: 4px;

  /* ほんのり影 */
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

/* ===== 右：テキスト ===== */
.post_content .page_service_item_wrap h4 {
  margin: 0 0 14px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
  position: relative;
  padding-bottom: 10px;
}

.post_content .page_service_item_wrap h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 40px;
  height: 2px;
  background: #d64545;
  z-index: 1;
}

.post_content .page_service_item_wrap p {
  margin: 0 0 16px 0;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(0, 0, 0, .75);
}

/* 箇条書き */
.post_content .page_service_item_wrap ul {
  margin: 0;
  padding-left: 1.2em;
}

.post_content .page_service_item_wrap li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(0, 0, 0, .75);
}

/* =========================================
  Responsive（スマホ）
========================================= */

@media (max-width: 900px) {

  /* 各行を縦並びに */
  .post_content .page_service_item_wrap .wp-block-columns {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 48px;
  }

  .post_content .page_service_item_wrap {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .post_content .page_service_item_wrap h4 {
    font-size: 17px;
  }

  .post_content .page_service_item_wrap p {
    font-size: 15px;
  }
}

/* ===========================
固定ページCTA：サイドあり版
=========================== */

.page_cta_wrap {
  display: block;
  margin: 20px auto;
  padding: 30px 30px;
  /* background: #00729f; */
  background: linear-gradient(135deg, #008ac1 0%, #00729f 45%, #004b68 100%);
  ;
}

.page_cta_wrap .page_cta_head {
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

.page_cta_wrap .page_cta_body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  padding: 20px 0;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.page_cta_wrap .page_cta_box {
  width: 50%;
  overflow: hidden;
}

.page_cta_wrap .page_cta_box .tel_box,
.page_cta_wrap .page_cta_box .mail_box {
  text-align: center;
}

.page_cta_wrap .page_cta_box .tel_box {
  border-right: solid 1px #ddd;
}

.page_cta_box .tel_box img,
.page_cta_box .mail_box img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 10px auto 20px auto;
}

.page_cta_box .tel_box .title,
.page_cta_box .tel_box .telno,
.page_cta_box .tel_box .note {
  display: block;
}

.page_cta_box .mail_box .title,
.page_cta_box .mail_box .telno,
.page_cta_box .mail_box .note {
  display: block;
}

.page_cta_box .tel_box .title,
.page_cta_box .mail_box .title {
  margin-bottom: 30px;
  font-weight: 600;
  color: #222;
  font-size: 16px;
}

.page_cta_box .tel_box .telno {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.page_cta_box .mail_box a {
  background-color: #d64545;
  padding: 15px 25px;
  color: #fff;
  margin: 0 auto 20px;
  display: block;
  width: 150px;
  border-radius: 50px;
  transition: opacity .3s ease;
  box-shadow: 0 10px 18px rgba(0, 0, 0, .18);
}

.page_cta_box .mail_box a:hover {
  opacity: 0.8;
  color: #fff;
  box-shadow: 0 12px 22px rgba(0, 0, 0, .22);
}

.page_cta_box .tel_box .note,
.page_cta_box .mail_box .note {
  font-size: 14px;
  color: #333;
}

.page_cta_box .img_box img {
  width: 100%;
}

@media (max-width: 900px) {

  .page_cta_wrap {
    padding: 22px 16px;
  }

  .page_cta_wrap .page_cta_head {
    font-size: 20px;
    line-height: 1.4;
  }

  .page_cta_wrap .page_cta_body {
    flex-direction: column;
    margin: 16px auto;
    padding: 0;
  }

  .page_cta_wrap .page_cta_box {
    width: 100%;
    padding: 18px 0px;
  }

  .page_cta_wrap .page_cta_box .tel_box {
    border-right: none;
    border-bottom: solid 1px #ddd;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }

  .page_cta_box .tel_box .title,
  .page_cta_box .mail_box .title {
    margin-bottom: 14px;
  }

  .page_cta_box .tel_box .telno {
    font-size: 24px;
    margin-bottom: 14px;
    padding-top: 6px;
  }

  .page_cta_box .mail_box a {
    width: 100%;
    max-width: 260px;
  }

  .page_cta_box .tel_box .note,
  .page_cta_box .mail_box .note {
    font-size: 13px;
  }

  .page_cta_box .is-left {
    display: none;
  }

}


/* ===========================
現場実績：企業名リスト（固定ページ）
=========================== */

/* ブロック全体 */
/* .page_works_list_wrap {
  margin: 60px 0 80px;
} */

/* 見出し（h3想定） */
/* .page_works_list_wrap h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px;
  color: #222;
} */

/* 企業名リスト */
.post_content .page_works_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 18px;
  margin: 0 0 100px 0;
  padding: 0;
  list-style: none;
}

/* 各企業名 */
.post_content .page_works_list li {
  position: relative;
  padding: 14px 16px 14px 34px;
  background: rgba(255, 255, 255, .95);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: #333;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
  list-style-type: none;
}

/* 赤アクセント（PDF寄りの落ち着いた表現） */
.post_content .page_works_list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 4px;
  background: #d64545;
  border-radius: 2px;
}

/* ===========================
Responsive
=========================== */
@media (max-width: 900px) {

  .page_works_list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page_works_list li {
    font-size: 14px;
    padding: 12px 14px 12px 32px;
  }

}


/* ===========================

固定ページノーマルボックス用CSS

=========================== */


.post_content .page_normal_box {
  margin-bottom: 100px;
}

.post_content .page_normal_box h2,
.post_content .page_normal_box h3,
.post_content .page_normal_box h4 {
  margin-bottom: 40px;
}

.post_content .page_normal_box h2 {
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
}

.post_content .page_normal_box h3 {
  padding: 8px 0 8px 14px;
  border-left: solid 3px #00729f;
}


/* ===========================

ヘッダーメニュー　cafe用CSS

=========================== */

/* ===== カフェメニュー用ロゴ ===== */
.menu_cafe_logo {
  height: 60px;
  /* ← 標準サイズ */
  width: auto;
  display: block;
  margin-top: 10px;
  transition: opacity .3s ease, transform .3s ease;
}

/* ホバー時 */
.menu_cafe_logo:hover {
  opacity: .8;
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .menu_cafe_logo {
    margin-top: 0;
  }

}

/* ===========================

フッター　オリジナルエリア　CSS

=========================== */

/* =========================================
  Footer（試験的：3カラム / SPで縦）
========================================= */

#footer_top {
  background: #0b2a3a;
}

.footer_pl_area {
  padding: 60px 0;
  background: #0b2a3a;
  /* 好みで調整OK */
  color: rgba(255, 255, 255, .92);
  position: relative;
  overflow: hidden;
}

.footer_pl_area .footer_bg_text {
  position: absolute;
  bottom: 20px;
  left: 100px;
  z-index: 0;
  pointer-events: none;
  font-size: 70px;
}

.footer_pl_area .footer_bg_text p {
  font-family: "Source Han Serif JP", "Noto Serif JP", serif;
  font-size: clamp(56px, 8vw, 120px);
  font-weight: 600;
  letter-spacing: .12em;
  color: rgba(255, 255, 255, .08);
  white-space: nowrap;
}


.footer_pl_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;

  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

/* 3カラム共通 */
.footer_pl_inner>div {
  width: 33.333%;
  min-width: 0;
  text-align: left;
  /* 中央表示 */
}

/* タイトル */
.footer_pl_area .title {
  margin: 0 0 18px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .35);
}

/* UL / LI */
.footer_pl_area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /* liのスタイルなし */
}

.footer_pl_area li {
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.8;
  font-size: 14px;
  color: rgba(255, 255, 255, .88);
}

/* リンク */
.footer_pl_area a {
  color: rgba(255, 255, 255, .92);
  text-decoration: none;
  transition: opacity .25s ease;
}

.footer_pl_area a:hover {
  opacity: .85;
  color: rgba(255, 255, 255, .66);
}

/* Site Map のリンクに ▶ を付ける */
.footer_pl_area .company_work li a {
  position: relative;
  padding-left: 18px;
  display: inline-block;
}

.footer_pl_area .company_work li a::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  opacity: .9;
}

/* 問合せフォーム（COMPANY INFO側）も軽く整える */
/* .footer_pl_area .company_info li a{
  display: inline-block;
  padding: 10px 25px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  margin-top: 20px;
} */

.map_box {
  width: 100%;
  margin: 20px 0;
}

.cafe_link {
  padding-top: 40px;
}

/* カフェロゴ */
.footer_pl_area .cafe_link img {
  display: block;
  max-width: 280px;
  /* 好みで */
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: opacity .3s ease, transform .3s ease;
}

.footer_pl_area .cafe_link img:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

/* =========================
  Responsive（SP）
========================= */
@media (max-width: 900px) {
  .footer_pl_inner {
    flex-direction: column;
    gap: 26px;
  }

  .footer_pl_inner>div {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }

  .footer_pl_area {
    padding: 46px 0;
  }
}