@charset "shift_jis";

/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/

.main_contents{
	width: 96%;
	margin: 2em auto;
	min-height: 40vh;
}

h2.cms_h2 {
	margin: 0% 0 5% 0;
	position: relative;
	padding-bottom: 0.5em;
	border-bottom: 4px solid #DDD;
	font-size:5vw;
	line-height:1.5em;
}
h2.cms_h2:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 4px #042455;
	bottom: -4px;
	width: 13%;
	display: block;
	left: 0px;
}
.tag_li_box a {
	border: 1px solid #042455 !important;
	color: #042455 !important;
}
.tag_li_box a:hover {
	background: #042455;
	color: #e5efec;
}
.paper_inq_wrap{
	background-color: #f4f6f8;
	border: solid 4px #042455;
}
.paper_inq_ti{
    background-color: #042455;
}
.paper_ma_download a{
	border: solid 1px #042455;
}


  /* ===== プライバシーポリシー固有スタイル ===== */
 
  .page-hero {
    background: linear-gradient(135deg, #0A1E38 0%, #0F2844 100%);
    padding: 140px 48px 80px;
    position: relative;
    overflow: hidden;
  }
 
  .page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
  }
 
  .page-hero-inner {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
 
  .page-hero-label {
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    letter-spacing: 0.35em;
    color: var(--blue);
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
 
  .page-hero-label::before {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: var(--blue);
  }
 
  .page-hero-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1.4;
    margin-bottom: 16px;
  }
 
  .page-hero-sub {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.05em;
  }
 
  /* ===== パンくず ===== */
  .breadcrumb {
    background: #EEF6FF;
    padding: 14px 48px;
    border-bottom: 1px solid rgba(26,127,193,0.1);
  }
 
  .breadcrumb-inner {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--text-muted);
  }
 
  .breadcrumb a {
    color: var(--blue);
    text-decoration: none;
    transition: opacity 0.2s;
    &:hover { opacity: 0.7; }
  }
 
  .breadcrumb-sep {
    color: rgba(26,127,193,0.3);
    font-size: 10px;
  }
 
  /* ===== 本文エリア ===== */
  .privacy-body {
    background: #FFFFFF;
    padding: 80px 48px 100px;
  }
 
  .privacy-inner {
    max-width: 800px;
    margin: 0 auto;
  }
 
  .privacy-lead {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 2;
    padding: 32px 36px;
    background: #F0F7FF;
    border-left: 3px solid var(--blue);
    border-radius: 0 12px 12px 0;
    margin-bottom: 56px;
  }
 
  /* セクション */
  .privacy-section {
    margin-bottom: 48px;
  }
 
  .privacy-section-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 16px;
    padding: 14px 20px;
    background: #EEF6FF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
 
  .privacy-section-num {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--blue);
    background: rgba(26,127,193,0.1);
    padding: 3px 10px;
    border-radius: 4px;
    letter-spacing: 0.05em;
  }
 
  .privacy-section-body {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 2;
    padding: 0 4px;
  }
 
  /* リスト */
  .privacy-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
  }
 
  .privacy-list li {
    display: flex;
    gap: 12px;
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.8;
  }
 
  .privacy-list li::before {
    content: attr(data-num);
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    color: var(--blue);
    background: rgba(26,127,193,0.08);
    padding: 2px 8px;
    border-radius: 4px;
    flex-shrink: 0;
    height: fit-content;
    margin-top: 2px;
    letter-spacing: 0.05em;
  }
 
  /* サブセクション（不動産物件情報など） */
  .privacy-subsection {
    margin-top: 28px;
    padding: 28px 28px;
    background: #F8FBFF;
    border: 1px solid rgba(26,127,193,0.1);
    border-radius: 12px;
  }
 
  .privacy-subsection-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--blue);
    letter-spacing: 0.05em;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
 
  .privacy-subsection-title::before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: var(--blue);
  }
 
  /* お問い合わせボックス */
  .privacy-contact {
    margin-top: 64px;
    padding: 40px 40px;
    background: linear-gradient(135deg, #0A1E38, #0F2844);
    border-radius: 20px;
    text-align: center;
  }
 
  .privacy-contact-title {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 12px;
  }
 
  .privacy-contact-sub {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin-bottom: 28px;
    line-height: 1.8;
  }
 
  .privacy-contact-company {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 8px;
  }
 
  .privacy-contact-tel {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    color: var(--blue-light);
    letter-spacing: 0.05em;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    transition: opacity 0.2s;
    &:hover { opacity: 0.8; }
  }
 
  .privacy-contact-hours {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
  }
 
  .privacy-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    background: var(--blue);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: background 0.2s;
    &:hover { background: var(--blue-dark); }
  }
 
  /* レスポンシブ */
  @media (max-width: 768px) {
    .page-hero { padding: 120px 20px 60px; }
    .breadcrumb { padding: 12px 20px; }
    .privacy-body { padding: 48px 20px 72px; }
    .privacy-lead { padding: 24px 20px; font-size: 14px; }
    .privacy-contact { padding: 32px 24px; }
    .privacy-contact-tel { font-size: 26px; }
  }



    :root {
	--text: #1a1a1a;
	--text-muted: #666;
	--white: #fff;
	--radius: 14px;
	--blue: #0368b8;
	--blue-dark: #1d62b8;
	--blue-light: #e8f1fc;
	--blue-mid: #a8c8f5;
	--red: #e03a3a;
	--red-dark: #c02828;
	--red-light: #fdeaea;
	--red-mid: #f5a8a8;
	--line: #06c755;
	--line-dark: #05a847;
	--line-light: #e6f8ee;
	--line-mid: #a8dfc0;
    }
 
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
 
  
/* ========================================
   app_sho_wrap
   ======================================== */
.app_sho_wrap {
  max-width: 1000px;
  margin: 48px auto 80px;
  padding: 0 24px;
}
 
/* ---- h2 ---- */
.app_sho_wrap .cms_h2 {
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: 900;
  color: var(--text);
  line-height: 1.6;
  padding: 0 0 16px;
  border-bottom: 2px solid var(--blue);
  margin-bottom: 32px;
  position: relative;
}
.app_sho_wrap .cms_h2::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--blue-light);
}
 
/* ---- app_sho_main（画像＋概要リスト） ---- */
.app_sho_main {
	margin-bottom: 1em;
	background: var(--bg-white);
	border: 1px solid var(--border);
	border-radius: 10px;
	width: 100%;
	overflow: hidden;
}
 
.app_sho_main > img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
 
.app_sho_detail {
list-style: none;
        padding: 1em 0;
        display: flex;
        flex-direction: column;
        gap: 1em;
        background-color: unset;
}
 
.app_sho_detail li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 14px;
  color: var(--text);
  line-height: 1.6;
margin: 0;
}
 
.app_sho_detail li span {
	color: var(--white);
	background: var(--blue);
	flex-shrink: 0;
	width: 5em;
}
 
.app_sho_detail li p {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}
 
/* ラベルのみのli（3つ目：物件名ラベル） */
.app_sho_detail li:not(:has(span)) {
  display: inline-flex;
  align-self: flex-start;
  background: rgba(26,127,193,0.08);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 4px 14px;
  font-size: 13px;
  color: var(--blue-dark);
  font-weight: 700;
}
 
/* ---- app_sho_overview（本文） ---- */
.app_sho_overview {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1em;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
 
.app_sho_overview::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--blue), var(--blue-light));
}
 
    .app_sho_overview h3 {
        font-size: 4vw;
        font-weight: 900;
        color: var(--text);
        line-height: 1.6;
	margin: auto;
        padding: 0.5em 0;
        width: 100%;
        background-color: unset;
        border-bottom: 1px solid var(--border);
    }
 
.app_sho_overview p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 2;
}
 
/* ---- app_sho_mainimg（バナー） ---- */
.app_sho_mainimg {
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden;
}
 
.app_sho_mainimg a { display: block; }
.app_sho_mainimg img { width: 100%; display: block; }
.app_sho_mainimg .pc_off { display: none; }
 
/* ---- app_sho_subtxt（リード文） ---- */

    /* ===== SECTION ===== */
    .contact-section {
      font-family: 'Noto Sans JP', sans-serif;
      color: var(--text);
      padding: 80px 20px;
    }
 
    .contact-section__inner {
      max-width: 1080px;
      margin: 0 auto;
    }
 
    .contact-section__heading {
      text-align: center;
      margin-bottom: 48px;
    }
 
    .contact-section__label {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--blue);
      background: var(--blue-light);
      border: 1px solid var(--blue-mid);
      border-radius: 100px;
      padding: 4px 16px;
      margin-bottom: 14px;
    }
 
    .contact-section__title {
      font-size: clamp(20px, 4vw, 36px);
      font-weight: 700;
      line-height: 1.4;
      color: var(--text);
    }
 
    .contact-section__title span {
      color: var(--blue);
    }
 
    /* ===== CARDS ===== */
    .contact-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
 
    .contact-card {
    background: var(--white);
    border: 3px solid #a4a7ad;
    border-radius: var(--radius);
    padding: 36px 28px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    }
 
    .contact-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 4px;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.3s ease;
    }
 
    .contact-card:hover {
      transform: translateY(-4px);
    }
 
    .contact-card:hover::before {
      transform: scaleX(1);
    }
 
    /* badge */
    .contact-card__badge {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      border-radius: 100px;
      padding: 3px 12px;
      margin-bottom: 18px;
    }
 
    /* icon */
    .contact-card__icon {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
    }
 
    .contact-card__icon svg {
      width: 30px;
      height: 30px;
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
 
    /* type */
    .contact-card__type {
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.06em;
      margin-bottom: 10px;
    }
 
    /* title */
    .contact-card__title {
	font-size: 18px !important;
	font-weight: 700;
	padding: 0!important;
	line-height: 1.4;
	margin:auto!important;
	margin-bottom: 16px !important;
	background: unset !important;
	color: var(--text);
    }
 
    /* desc */
    .contact-card__desc {
      font-size: 13px;
      line-height: 1.75;
      color: var(--text-muted);
      flex: 1;
      margin-bottom: 1em;
    }
 
    /* button */
    .contact-card__btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--white);
      font-size: 14px;
      font-weight: 700;
      padding: 12px 28px;
      border-radius: 100px;
      border: none;
      cursor: pointer;
      transition: background 0.2s;
      text-decoration: none;
      letter-spacing: 0.04em;
    }
 
    .contact-card__btn svg {
      width: 16px;
      height: 16px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: transform 0.2s;
    }
 
    .contact-card:hover .contact-card__btn svg {
      transform: translateX(3px);
    }
 
    /* ===== 青カード ===== */
    .contact-card--blue::before { background: var(--blue); }
    .contact-card--blue:hover { box-shadow: 0 8px 32px rgba(42,125,225,0.15); border-color: var(--blue-mid); }
    .contact-card--blue .contact-card__badge { color: var(--blue-dark); background: var(--blue-light); border: 1px solid var(--blue-mid); }
    .contact-card--blue .contact-card__icon { background: var(--blue-light); }
    .contact-card--blue .contact-card__icon svg { stroke: var(--blue); }
    .contact-card--blue .contact-card__type { color: var(--blue); }
    .contact-card--blue .contact-card__btn { background: var(--blue); }
    .contact-card--blue:hover .contact-card__btn { background: var(--blue-dark); }
 
    /* ===== 赤カード ===== */
    .contact-card--red::before { background: var(--red); }
    .contact-card--red:hover { box-shadow: 0 8px 32px rgba(224,58,58,0.15); border-color: var(--red-mid); }
    .contact-card--red .contact-card__badge { color: var(--red-dark); background: var(--red-light); border: 1px solid var(--red-mid); }
    .contact-card--red .contact-card__icon { background: var(--red-light); }
    .contact-card--red .contact-card__icon svg { stroke: var(--red); }
    .contact-card--red .contact-card__type { color: var(--red); }
    .contact-card--red .contact-card__btn { background: var(--red); }
    .contact-card--red:hover .contact-card__btn { background: var(--red-dark); }
 
    /* ===== LINEカード ===== */
    .contact-card--line::before { background: var(--line); }
    .contact-card--line:hover { box-shadow: 0 8px 32px rgba(6,199,85,0.15); border-color: var(--line-mid); }
    .contact-card--line .contact-card__badge { color: #1a8a4a; background: var(--line-light); border: 1px solid var(--line-mid); }
    .contact-card--line .contact-card__icon { background: var(--line-light); }
    .contact-card--line .contact-card__icon svg { stroke: #1a8a4a; }
    .contact-card--line .contact-card__type { color: #1a8a4a; }
    .contact-card--line .contact-card__btn { background: var(--line); }
    .contact-card--line:hover .contact-card__btn { background: var(--line-dark); }
 
    /* ===== RESPONSIVE ===== */
    @media (max-width: 900px) {
      .contact-cards {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
      }
 
      .contact-card {
        padding:2em 1em;
      }
    }
 
    @media (max-width: 480px) {
      .contact-section {
        padding: 60px 16px;
      }
 
      .contact-card__title {
        font-size: 16px;
      }
    }



/* ===== app_sho_subtxt ===== */
.app_sho_subtxt {
        margin: auto;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        text-align: left;
}

.subtxt-wrap {
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}

.subtxt-header {
  background: var(--navy);
  padding: 20px 32px;
}

.subtxt-header-label {
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  letter-spacing: .3em;
  color: var(--blue-light);
  display: block;
  margin-bottom: 6px;
}

.subtxt-header-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.6;
}

.subtxt-header-title em {
  font-style: normal;
  color: var(--yellow);
}

.subtxt-rows {
  background: var(--bg-white);
}

.subtxt-row {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid var(--border);
}

.subtxt-row:last-child {
  border-bottom: none;
}

.subtxt-row-num {
  background: var(--bg-pale);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 24px 0;
  border-right: 1px solid var(--border);
}

.subtxt-row-num span {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--blue);
  line-height: 1;
}

.subtxt-row-num svg {
  width: 15px;
  height: 15px;
  stroke: var(--blue-light);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.subtxt-row-body {
  padding: 20px 28px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.subtxt-row-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  background: rgba(26,127,193,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
display: none;
}

.subtxt-row-icon svg {
  width: 17px;
  height: 17px;
  stroke: var(--blue);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.subtxt-row-label {
  font-family: 'Oswald', sans-serif;
  font-size: 9px;
  letter-spacing: .2em;
  color: var(--blue);
  margin-bottom: 5px;
  display: block;
}

.subtxt-row-heading {
  font-size: 14px;
  font-weight: 900;
  color: var(--text);
  line-height: 1.5;
  margin-bottom: 8px;
}

.subtxt-row-text {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.9;
}

.subtxt-row-text em {
  font-style: normal;
  font-weight: 700;
  color: var(--blue-dark);
}

.subtxt-tags {
  background: var(--bg-pale);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 14px 28px 14px 108px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.subtxt-tags-label {
  font-size: 11px;
  color: var(--text-light);
  margin-right: 4px;
  flex-shrink: 0;
}

.subtxt-tag {
  font-size: 11px;
  font-weight: 700;
  color: var(--blue-dark);
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 3px 12px;
}

.subtxt-footer {
  background: var(--bg-base);
  padding: 20px 28px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.subtxt-footer-bar {
  width: 3px;
  min-height: 36px;
  align-self: stretch;
  background: var(--blue-light);
  border-radius: 2px;
  flex-shrink: 0;
}

.subtxt-footer-text {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.9;
}

.subtxt-footer-text em {
  font-style: normal;
  font-weight: 700;
  color: var(--blue-dark);
}

.subtxt-footer-text strong {
  display: block;
  font-size: 13px;
  font-weight: 900;
  color: var(--navy);
  margin-top: 8px;
}

@media (max-width: 768px) {
  .subtxt-header { padding: 18px 20px; }
  .subtxt-row-body { padding: 18px 16px; gap: 12px; }
  .subtxt-row-num { padding: 20px 0; display: none; }
  .subtxt-tags { padding: 14px 16px; }
  .subtxt-footer { padding: 16px 20px; }
}