/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 02 2026 | 11:29:08 */
/* =========================================
   共通案内ブロック
========================================= */

.worries-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 44px;
  width: 100%;
  margin: 18px 0 34px;
  padding: 34px 36px;
  background: linear-gradient(to right, #fcfaf5, #fffdf9);
  border: 1px solid rgba(112, 98, 65, 0.12);
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(45, 52, 40, 0.05);
}

.worries-image {
  flex: 0 0 44%;
  max-width: 44%;
}

.worries-image img {
  width: 100%;
  height: auto;
  display: block;
}

.worries-text {
  flex: 1 1 auto;
  min-width: 0;
}

.worries-sub {
  margin-bottom: 6px;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  color: #8a7763;
}

.worries-text h3 {
  margin: 0 0 16px !important;
  padding: 0 !important;
  font-size: 2rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em;
  color: #2d3428 !important;
  line-height: 1.45;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.worries-text h3::before,
.worries-text h3::after {
  content: none !important;
  display: none !important;
}

.worries-lead {
  margin: 0 0 12px !important;
  font-size: 1.15rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #3f5744;
  font-weight: 600;
}

.worries-text p {
  margin: 0 0 14px;
  font-size: 1.03rem;
  line-height: 1.95;
  letter-spacing: 0.04em;
  color: #4c4740;
}

.worries-list-wrap {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(112, 98, 65, 0.14);
}

.worries-list-title {
  margin-bottom: 10px;
  font-size: 0.96rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #6b5d4f;
  font-weight: 600;
}

.worries-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.worries-list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 1.4em;
  font-size: 1rem;
  line-height: 1.85;
  letter-spacing: 0.04em;
  color: #4c4740;
}

.worries-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #9a8450;
}

/* =========================================
   スマホ
========================================= */

@media screen and (max-width: 768px) {
  .worries-card {
    flex-direction: column;
    gap: 22px;
    margin: 12px 0 26px;
    padding: 24px 20px;
  }

  .worries-image {
    flex: none;
    max-width: 100%;
    width: 100%;
  }

  .worries-text h3 {
    font-size: 1.65rem !important;
    letter-spacing: 0.1em;
  }

  .worries-lead {
    font-size: 1.02rem;
  }

  .worries-text p,
  .worries-list li {
    font-size: 0.98rem;
  }

  .worries-list-wrap {
    margin-top: 14px;
    padding-top: 14px;
  }
}
/* =========================================
   worries 全画面ビジュアル
========================================= */

.worries-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 10px;
  margin-bottom: 34px;
  padding: 42px 20px;
  background: url("https://nagata-stone.com/wp-content/uploads/2026/06/back_w.png") center center / cover no-repeat;
  overflow: hidden;
}


.worries-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 251, 244, 0.42);
}

.worries-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}

.worries-hero-image {
  flex: 0 0 46%;
  max-width: 520px;
}

.worries-hero-image {
  flex: 0 0 46%;
  max-width: 520px;
  display: flex;
  justify-content: flex-end;
}

.worries-hero-image img {
  width: 100%;
  height: auto;
  display: block;
  transform: translateX(18px);
}


/* 既存 worries-list-wrap をこのセクション用に調整 */
.worries-hero .worries-list-wrap {
  flex: 1 1 auto;
  max-width: 520px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: transparent;
}

.worries-hero .worries-list {
  width: fit-content;
  margin: 0 auto;
}

.worries-hero .worries-list-title {
  margin: 0 0 18px;
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #2d3428;
  font-weight: 600;
  text-align: center;
}

.worries-hero .worries-list li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 2.1em;
  font-size: 1.1rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #3f3a33;
}


.worries-hero .worries-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 1.28em;
  height: 1.28em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;

  border: 1px solid #b89547;
  border-radius: 4px;
  background: linear-gradient(180deg, #fdf8eb 0%, #f3e4bd 52%, #e3c97f 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 2px 5px rgba(120, 92, 34, 0.16);

  color: #8d6a22;
  font-size: 0.82em;
  font-weight: 700;
  line-height: 1;
}


/* 下の見出しとの間 */
.worries-hero + .ns-h2-wrapper {
  padding-top: 10px;
}

/* =========================================
   スマホ
========================================= */

@media screen and (max-width: 768px) {
  .worries-hero {
    margin-top: 0;
    margin-bottom: 24px;
    padding: 28px 18px;
    background-position: center center;
  }

  .worries-hero-inner {
    flex-direction: column;
    gap: 22px;
  }

  .worries-hero-image {
    flex: none;
    width: 100%;
    max-width: 360px;
  }

  .worries-hero .worries-list-wrap {
    width: 100%;
  }

  .worries-hero .worries-list-title {
    margin-bottom: 14px;
    font-size: 1rem;
    line-height: 1.8;
  }

  .worries-hero .worries-list li {
    margin-bottom: 10px;
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .worries-hero + .ns-h2-wrapper {
    padding-top: 4px;
  }
}
