.elementor-63540 .elementor-element.elementor-element-24723c8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1ffceea *//* ==========================================
   Service Apartment Page
========================================== */

.service-page {
  width: 100%;
  color: #333333;
}

.service-page *,
.service-page *::before,
.service-page *::after {
  box-sizing: border-box;
}


/* ==========================================
   Common
========================================== */

.service-container {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
}

.service-section {
  width: 100%;
  padding: 60px 0;
}

.service-section-light {
  background: #f4f8fd;
}

.service-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 36px;
}

.service-heading > span {
  width: 60px;
  height: 3px;
  flex: 0 0 60px;
  background: #0b4a8b;
}

.service-heading h2 {
  margin: 0;
  color: #0b2f5b;
  text-align: center;
}

.service-section-text {
  max-width: 900px;
  margin: -8px auto 34px;
  text-align: center;
  color: #555555;
}


/* ==========================================
   Intro
========================================== */

.service-intro {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

.service-eyebrow {
  margin: 0 0 10px;
  color: #FF7000;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-intro h1 {
  margin: 0 0 20px;
  color: #0b2f5b;
}

.service-lead {
  margin: 0 0 32px;
  color: #0b4a8b;
  font-weight: 700;
  line-height: 1.8;
}

.service-intro-text {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.service-intro-text p:last-child {
  margin-bottom: 0;
}


/* ==========================================
   Feature Cards
========================================== */

.service-feature-grid {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.service-feature-card {
  height: 100%;
  padding: 24px 20px;

  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-top: 4px solid #0b4a8b;
}

.service-feature-number {
  margin-bottom: 14px;
  color: #FF7000;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.service-feature-card h3 {
  margin: 0 0 12px;
  color: #0b2f5b;
}

.service-feature-card p {
  margin: 0;
  color: #555555;
}


/* ==========================================
   Comparison Table
========================================== */

.service-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.service-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.service-table th,
.service-table td {
  padding: 15px 18px;
  border: 1px solid #d8e1eb;
  text-align: left;
  vertical-align: middle;
}

.service-table th {
  background: #0b2f5b;
  color: #ffffff;
  font-weight: 700;
}

.service-table td:first-child {
  width: 22%;
  background: #f8fafc;
  color: #0b2f5b;
  font-weight: 700;
}


/* ==========================================
   Point / Warning
========================================== */

.service-point-box {
  max-width: 900px;
  margin: 30px auto 0;
  padding: 20px 24px;

  background: #f2faf3;
  border-left: 5px solid #3b8c4a;
}

.service-point-box strong {
  display: block;
  margin-bottom: 6px;
  color: #3b8c4a;
  font-weight: 700;
}

.service-point-box p {
  margin: 0;
}

.service-warning-box {
  max-width: 900px;
  margin: 28px auto 0;
  padding: 20px 24px;

  background: #fff9e9;
  border-left: 5px solid #d6a126;
}

.service-warning-box strong {
  display: block;
  margin-bottom: 6px;
  color: #b28013;
  font-weight: 700;
}

.service-warning-box p {
  margin: 0;
}


/* ==========================================
   Included Services
========================================== */

/* ==========================================
   家賃に含まれることが多いサービス
========================================== */

.service-included-section {
  width: 100%;
  padding: 60px 0;
}

.service-included-heading {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto 36px;
  text-align: center;
}

.service-included-heading h2 {
  margin: 0 0 18px;
  color: #0b2f5b;
}

.service-included-heading p {
  margin: 0;
  color: #555555;
}


/* ==========================================
   グリッド
========================================== */

.service-included-grid {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}


/* ==========================================
   カード
========================================== */

.service-included-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  align-items: center;

  min-height: 180px;
  padding: 20px 24px;

  background: #ffffff;
  border: 1px solid #d9e2ec;

  box-sizing: border-box;
}


/* ==========================================
   イラスト
========================================== */

.service-included-illustration {
  width: 150px;
  aspect-ratio: 4 / 3;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
  background: #f4f8fd;
}

.service-included-illustration img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ==========================================
   テキスト
========================================== */

.service-included-content {
  min-width: 0;
}

.service-included-content h3 {
  margin: 0 0 10px;
  color: #0b2f5b;
}

.service-included-content p {
  margin: 0;
  color: #555555;
  line-height: 1.8;
}


/* ==========================================
   CHECK BOX
========================================== */

.service-included-check {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 30px auto 0;

  padding: 20px 24px;

  background: #fff9e9;
  border-left: 5px solid #d6a126;

  box-sizing: border-box;
}

.service-included-check-label {
  margin-bottom: 8px;
  color: #b28013;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.service-included-check p {
  margin: 0;
  color: #444444;
}


/* ==========================================
   Tablet
========================================== */

@media (max-width: 1024px) {

  .service-included-grid {
    grid-template-columns: 1fr;
  }

  .service-included-card {
    grid-template-columns: 140px 1fr;
  }

  .service-included-illustration {
    width: 140px;
  }

}


/* ==========================================
   Smartphone
========================================== */

@media (max-width: 767px) {

  .service-included-section {
    padding: 42px 0;
  }

  .service-included-heading {
    width: calc(100% - 32px);
    margin-bottom: 28px;
  }

  .service-included-grid {
    width: calc(100% - 32px);

    /* スマホでも2列 */
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .service-included-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;

    gap: 12px;
    min-height: auto;
    padding: 14px;
  }

  .service-included-illustration {
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .service-included-content h3 {
    margin-bottom: 8px;
  }

  .service-included-content p {
    line-height: 1.7;
  }

  .service-included-check {
    width: calc(100% - 32px);
    margin-top: 24px;
    padding: 18px;
  }

}


/* ==========================================
   Small Smartphone
========================================== */

@media (max-width: 420px) {

  .service-included-grid {
    gap: 10px;
  }

  .service-included-card {
    padding: 12px;
  }

}
/* ==========================================
   Contract List
========================================== */

.service-contract-list {
  max-width: 950px;
  margin: 0 auto;
}

.service-contract-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;

  padding: 22px 0;
  border-bottom: 1px solid #d9e2ec;
}

.service-contract-item:first-child {
  border-top: 1px solid #d9e2ec;
}

.service-contract-number {
  width: 46px;
  height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #0b2f5b;
  color: #ffffff;

  font-weight: 700;
}

.service-contract-item h3 {
  margin: 0 0 6px;
  color: #0b2f5b;
}

.service-contract-item p {
  margin: 0;
  color: #555555;
}


/* ==========================================
   Recommended
========================================== */

.service-recommend-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  
  align-items: stretch;
}

.service-recommend-card {
  height: 100%;
  padding: 22px 18px;

  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-top: 4px solid #FF7000;
}

.service-recommend-card h3 {
  margin: 0 0 10px;
  color: #0b2f5b;
}

.service-recommend-card p {
  margin: 0;
  color: #555555;
}


/* ==========================================
   Property Cards
========================================== */

.service-property-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
 
  align-items: stretch;
}

.service-property-card {
  height: 100%;
  padding: 22px 20px;

  display: flex;
  flex-direction: column;

  background: #ffffff;
  border: 1px solid #d9e2ec;
}

.service-property-card h3 {
  margin: 0 0 6px;
  color: #0b2f5b;
}

.service-property-card p {
  margin: 0 0 14px;
  color: #666666;
}

.service-property-card a {
  margin-top: auto;
  color: #FF7000;
  font-weight: 700;
  text-decoration: none;
}

.service-property-card a:hover {
  opacity: 0.8;
}


/* ==========================================
   CTA
========================================== */

.service-cta {
  width: 100%;
  padding: 60px 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  background: #0b2f5b;
}

.service-cta-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.service-cta-label {
  margin: 0 0 8px;
  color: #FF9C3A;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.service-cta h2 {
  margin: 0 0 16px;
  color: #ffffff;
}

.service-cta p {
  margin: 0 0 26px;
  color: #ffffff;
}

.service-cta-button {
  display: inline-block;
  padding: 14px 30px;

  background: #FF7000;
  color: #ffffff ;

  border-radius: 90px;

  font-weight: 700;
  text-decoration: none;
}

.service-cta-button:hover {
  opacity: 0.9;
}


/* ==========================================
   Tablet
========================================== */

@media (max-width: 1024px) {

  .service-section {
    padding: 55px 0;
  }

  .service-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-recommend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-property-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* ==========================================
   Smartphone
========================================== */

@media (max-width: 767px) {

  .service-container {
    width: calc(100% - 32px);
  }

  .service-section {
    padding: 42px 0;
  }

  .service-intro {
    width: calc(100% - 32px);
    padding: 42px 0;
  }

  .service-heading {
    gap: 10px;
    margin-bottom: 26px;
  }

  .service-heading > span {
    width: 28px;
    height: 2px;
    flex-basis: 28px;
  }

  .service-section-text {
    margin-bottom: 26px;
  }

  .service-feature-grid {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-feature-card {
    padding: 20px 16px;
  }

  .service-table {
    min-width: 650px;
  }

  .service-table th,
  .service-table td {
    padding: 12px 14px;
  }

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

  .service-included-card {
    gap: 14px;
    padding: 18px 16px;
  }

  .service-included-icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
  }

  .service-point-box,
  .service-warning-box {
    padding: 18px;
  }

  .service-contract-item {
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 18px 0;
  }

  .service-contract-number {
    width: 38px;
    height: 38px;
  }

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

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

  .service-cta {
    padding: 48px 18px;
  }

  .service-cta-button {
    width: 100%;
    max-width: 380px;
    padding: 14px 18px;
  }

}/* End custom CSS */