@charset "UTF-8";

/* ヘッダー */
.site-header {
  background-color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  background: #fff;
}

header>.d-flex {
  padding: 0.3rem 1rem;
  border-bottom: none;
  background: #fff;
}

header>.d-flex span.f10px,
header>.d-flex h1.f12px {
  color: #333;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-nav {
  position: static !important;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 1rem;
}

.site_name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #222 !important;
  text-decoration: none;
  letter-spacing: 0.05em;
  white-space: nowrap;
  padding: 0.5rem 0;
}

.header-nav .nav-link {
  font-size: 0.85rem;
  color: #222 !important;
}

.header-nav .navbar-nav .nav-item .nav-link:hover {
  color: #00427D !important;
}

.header-nav .btn-hamburger-icon {
  filter: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,34,34,0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

header>.d-flex .site_name {
  color: #333 !important;
  font-size: inherit;
  padding: 0;
}

.header-nav .text-shadow_white {
  text-shadow: none;
}

@media screen and (min-width: 992px) {
  .site_name {
    font-size: 1.5rem;
  }

  .header-nav {
    padding: 0 2rem;
  }

  .header-nav .navbar-nav {
    gap: 2rem;
  }
}



.fv-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 0;
}

.fv-content {
  text-align: center;
  padding: 6rem 0 2.5rem;
  color: #fff;
}

.fv-lead {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}

.fv-title {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 1.4rem;
}

.fv-sub {
  font-size: 0.85rem;
  margin-bottom: 1.25rem;
}

.fv-sub-sm {
  font-size: 0.75em;
}

.fv-cta-wrap {
  position: relative;
  display: inline-block;
}

.fv-script {
  position: absolute;
  left: -1.5rem;
  top: -1.5rem;
  width: 160px;
  height: auto;
  opacity: 0.6;
  pointer-events: none;
}

.fv-cta {
  display: inline-block;
  background: #1a3d6d;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 1rem 7.5rem 0.1rem;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s;
}

.fv-cta:hover {
  color: #fff;
  opacity: 0.92;
}

.fv-cta-num {
  font-size: 1.3em;
  font-weight: 700;
}

.fv-cta-arrow {
  display: block;
  margin: 0.4rem auto 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #fff;
}

.fv-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #1a3d6d;
}

.fv-bottom-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
  text-align: center;
}

.fv-bottom-link {
  color: #fff;
  font-size: 0.65rem;
  line-height: 1.4;
  text-decoration: none;
  padding: 0.5rem 0.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv-bottom-link:last-child,
.fv-bottom-link:nth-child(2) {
  border-right: none;
}

.fv-bottom-link:nth-child(n+3) {
  border-bottom: none;
}

.fv-bottom-link:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .fv-content {
    padding: 4.5rem 0 3.5rem;
  }

  .fv-lead {
    font-size: 1.65rem;
  }

  .fv-title {
    font-size: 2.2rem;
  }

  .fv-sub {
    font-size: 1.21rem;
  }

  .fv-bottom-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    padding: 0.75rem 0;
  }

  .fv-bottom-link {
    font-size: 0.8rem;
    padding: 0;
    border: none;
  }

  .fv-bottom-link:last-child,
  .fv-bottom-link:nth-child(2) {
    border-right: none;
  }

  .fv-bottom-link:nth-child(n+3) {
    border-bottom: none;
  }
}

@media screen and (min-width: 992px) {
  .fv-content {
    padding: 7.5rem 0 4.5rem;
  }

  .fv-title {
    font-size: 3.3rem;
  }
}

/* セクション01：四季で考える家づくり */
.s01 {
  position: relative;
  background: #fff;
  padding: 7rem 0 2rem;
  overflow: hidden;
}

.s01-bg-text {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  font-weight: 900;
  color: #F2EFEA;
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: 0.05em;
  line-height: 1;
}

.s01-heading {
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}

.s01-title {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  color: #222;
  margin-bottom: 0.5rem;
}

.s01-subtitle {
  font-size: 1.18rem;
  margin-top: 1rem;
  color: #555;
}

.s01-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.s01-card {
  overflow: visible;
  position: relative;
}

.s01-card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 5;
  overflow: hidden;
}

.s01-card-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.12);
  z-index: 1;
  pointer-events: none;
}

.s01-card-img img:not(.s01-card-script) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(1.02) saturate(0.96) sepia(0.01);
}

.s01-card-script {
  position: absolute;
  top: -19px;
  left: 0;
  width: 70%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}

@media screen and (min-width: 767px) {
  .s01-card-script {
    top: -45px;
  }
}

.s01-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75rem 0.75rem 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.14) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

.s01-card-season {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00427D;
  margin-bottom: 0.4rem;
}

.s01-card-bar {
  display: inline-block;
  width: 4px;
  height: 1.3em;
  border-radius: 2px;
  order: 1;
  background: #00427D;
}

.s01-bar--spring {
  background: #00427D;
}

.s01-bar--summer {
  background: #00427D;
}

.s01-bar--autumn {
  background: #00427D;
}

.s01-bar--winter {
  background: #00427D;
}

.s01-card-overlay p {
  font-size: 0.78rem;
  line-height: 1.55;
  color: #fff;
  margin-bottom: 0.35rem;
  text-shadow: 0 0 10px #333,
               0 0 10px #333,
               0 0 10px #333,
               0 0 10px #333,
               0 0 10px #333;
}
@media screen and (min-width: 992px) {
  .s01-card-overlay p {
    text-shadow:none;
  }
}

@media screen and (max-width: 767px) {
  .s01-bg-text {
    display: none;
  }

  .s01 {
    padding: 1rem 0 3rem;
  }

}

@media screen and (min-width: 768px) {
  .s01 {
    padding: 4rem 0 3rem;
  }

  .s01-bg-text {
    font-size: 6rem;
  }

  .s01-title {
    font-size: 1.7rem;
  }

  .s01-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .s01-card--summer,
  .s01-card--winter {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .s01 {
    padding: 4rem 0 4rem;
  }

  .s01-bg-text {
    font-size: 8rem;
    top: 0;
  }

  .s01-title {
    font-size: 2.8rem;
  }

  .s01-subtitle {
    font-size: 2.4rem;
  }

  .s01-cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }

  .s01-card--summer,
  .s01-card--winter {
    margin-top: 3rem;
  }

  .s01-card-body p {
    font-size: 0.78rem;
  }
}

/* ========================================
   セクション02：おすすめ3社
   ======================================== */
.s02 {
  position: relative;
  padding: 4rem 0 3rem;
  overflow: hidden;
}

.s02-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  z-index: 0;
}

.s02-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s02-bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.82);
}

/* 見出し */
.s02-heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

.s02-lead {
  font-size: 0.85rem;
  color: #555;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.s02-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.s02-title-bold {
  font-weight: 900;
  font-size: 1.1em;
}

.s02-title-num {
  font-weight: 900;
  font-size: 1.3em;
  color: #222;
}

.s02-desc {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.8;
}

/* カード */
.s02-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.s02-card {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  padding: 1.5rem 1.25rem;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}

.s02-card-catch {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.s02-card-name {
  background: #444444;
  text-align: center;
  padding: 0.6rem 0.5rem 0.75rem;
  margin-bottom: 1rem;
}

.s02-card-label {
  display: block;
  font-size: 0.7rem;
  color: #ccc;
  margin-bottom: 0.2rem;
}

.s02-card-company {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}

.s02-card-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.s02-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s02-card-credit {
  font-size: 0.65rem;
  color: #999;
  margin-bottom: 0.75rem;
}

/* ボタン */
.s02-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.7rem 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  position: relative;
  transition: opacity 0.2s;
}

.s02-btn:hover {
  opacity: 0.8;
}

.s02-btn--primary {
  background: #3a6ea5;
  color: #fff;
  border: none;
}

.s02-btn--outline {
  background: #fff;
  color: #3a6ea5;
  border: 2px solid #3a6ea5;
}

.s02-btn-arrow {
  position: absolute;
  right: 1rem;
  font-size: 0.8rem;
}

/* レスポンシブ */
@media screen and (min-width: 768px) {
  .s02-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }

  .s02-title {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 992px) {
  .s02 {
    padding: 5rem 0 4rem;
  }

  /*
  .s02-lead {
    font-size: 0.95rem;
  }
*/
  .s02-title {
    font-size: 2.6rem;
  }

  .s02-title-bold {
    font-size: 1.15em;
  }

  .s02-title-num {
    font-size: 1.4em;
  }

  .s02-desc {
    font-size: 0.95rem;
  }

  .s02-card {
    padding: 1.5rem 1rem;
  }

  .s02-card-catch {
    font-size: 1.05rem;
  }

  .s02-card-company {
    font-size: 1.5rem;
  }
}

/* ========================================
   セクション03：おすすめ3社くわしく解説
   ======================================== */

/* ヒーローバナー */
.s03-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.s03-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  display: block;
  filter: blur(6px);
  transform: scale(1.05);
}

.s03-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.45);
}

.s03-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 3rem 1rem;
}

.s03-hero-tag {
  display: inline-block;
  background: #444;
  border: none;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 700;
  padding: 0.3rem 1.2rem;
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
}

.s03-hero-sub {
  font-size: 1.62rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.s03-hero-title {
  font-size: 1.4rem;
  font-weight: 900;
  color: #222;
  line-height: 1.5;
}

.s03-hero-num {
  font-size: 1.6em;
  font-weight: 900;
}

/* 会社セクション共通 */
.s03-company {
  position: relative;
  background: #f0ede7;
  padding: 6.5rem 0 2.5rem;
  overflow: hidden;
}

.s03-company::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: #2c3e5c;
  z-index: 0;
}

.s03-company>.container {
  position: relative;
  z-index: 1;
}

.s03-company-watermark {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 5rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: 0.04em;
  line-height: 1;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .s03-company-watermark {
    display: none;
  }
}

.s03-company-title {
  text-align: center;
  font-size: 2.18rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 2.8rem;
  position: relative;
  z-index: 1;
}

.s03-company-features {
  list-style: none;
  padding: 0;
  margin: 0 auto 3.2rem;
  width: fit-content;
  text-align: left;
  position: relative;
  z-index: 1;
}

.s03-company-features li {
  font-size: 1.38rem;
  font-weight: 700;
  color: #444;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .s03-company-features li {
    white-space: nowrap;
    font-size: 1.22rem;
  }

  .s07-company-watermark {
    display: none;
  }
}

.s03-company-features li::before {
  content: "・";
}

/* ギャラリー画像引用元 */
.s03-gallery-credit {
  text-align: right;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.75rem;
  margin-bottom: 0;
}

/* 写真ギャラリー */
.s03-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.s03-gallery-main,
.s03-gallery-sub {
  overflow: hidden;
  border-radius: 2px;
}

.s03-gallery-main img,
.s03-gallery-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Keep original visual size and shift crop lower */
.s03-gallery-main img {
  object-fit: cover;
  object-position: center 70%;
}

.s03-gallery-main {
  aspect-ratio: 16 / 9;
}

.s03-gallery-sub {
  aspect-ratio: 16 / 10;
}

/* レスポンシブ */
@media screen and (min-width: 768px) {
  .s03-hero {
    min-height: 380px;
  }

  .s03-hero-title {
    font-size: 1.8rem;
  }

  .s03-hero-sub {
    font-size: 1.79rem;
  }

  .s03-company-watermark {
    font-size: 8rem;
    top: 2.5rem;
  }

  .s03-company-title {
    font-size: 2.5rem;
  }

  .s03-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .s03-gallery-main {
    grid-column: 1 / -1;
  }

  .s03-gallery-sub {
    aspect-ratio: 16 / 10;
  }
}

@media screen and (min-width: 992px) {
  .s03-hero {
    min-height: 420px;
  }

  .s03-hero-tag {
    font-size: 1.7rem;
    padding: 0.4rem 1.5rem;
  }

  .s03-hero-sub {
    font-size: 1.87rem;
  }

  .s03-hero-title {
    font-size: 2.2rem;
  }

  .s03-company {
    padding: 7rem 0 4rem;
  }

  .s03-company-watermark {
    font-size: 10rem;
    top: 3rem;
  }

  .s03-company-title {
    font-size: 2.81rem;
    margin-bottom: 2.8rem;
  }

  .s03-company-features li {
    font-size: 1.5rem;
  }

  .s03-gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }

  .s03-gallery-main {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 8.5;
  }

  .s03-gallery-sub {
    aspect-ratio: 4 / 3;
  }
}

/* ========================================
   セクション04：USAMI HOME の特徴
   ======================================== */
.s04 {
  background: #fff;
  padding: 4rem 0 3rem;
}

.s04-title {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  width: fit-content;
  margin: 0 auto 2rem;
}

.s04-title-sub {
  display: inline-block;
  transform: translateX(0);
}

.s04-title-accent {
  font-weight: 900;
  font-size: 1.2em;
}

/* カードグリッド */
.s04-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.s04-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.s04-card-top {
  background: #4a4a4a;
  padding: 1.25rem 1.25rem 1.25rem;
}

.s04-card-bottom {
  background: #e8e6e2;
  padding: 1.25rem 1.25rem 1.5rem;
  flex: 1;
}

.s04-card-heading {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 0;
}

.s04-card-text {
  font-size: 0.82rem;
  color: #555;
  line-height: 1.75;
  margin-bottom: 0;
}

/* ボタン */
.s04-btns {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 600px;
  margin: 0 auto;
}

.s04-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.85rem 1.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  line-height: 1.4;
  position: relative;
  transition: opacity 0.2s;
}

.s04-btn:hover {
  opacity: 0.8;
}

.s04-btn--primary {
  background: #2c3e5c;
  color: #fff;
  border: none;
}

.s04-btn--outline {
  background: #fff;
  color: #2c3e5c;
  border: 2px solid #2c3e5c;
}

.s04-btn-arrow {
  position: absolute;
  right: 1.2rem;
  font-size: 0.8rem;
}

/* レスポンシブ */
@media screen and (min-width: 768px) {
  .s04-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .s04-title {
    font-size: 1.8rem;
  }

  .s04-btns {
    flex-direction: row;
    max-width: none;
    justify-content: center;
  }

  .s04-btn {
    max-width: 320px;
  }
}

@media screen and (min-width: 992px) {
  .s04 {
    padding: 5rem 0 4rem;
  }

  .s04-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }

  .s04-card {
    padding: 1.5rem 1.5rem 1.75rem;
  }

  .s04-card-heading {
    font-size: 1rem;
  }

  .s04-card-text {
    font-size: 0.85rem;
  }
}

/* ========================================
   セクション05：SUDOホーム北海道の口コミ
   ======================================== */
.s05 {
  position: relative;
  padding: 4rem 0 3rem;
  overflow: hidden;
}

.s05-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.s05-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s05-bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.22);
}

.s05-title {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  width: fit-content;
  margin: 0 auto 2rem;
}

.s05-title-accent {
  font-weight: 900;
  font-size: 1.2em;
}

.s05-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.s05-card {
  background: #fff;
  padding: 1.5rem 1.25rem;
}

.s05-card-body {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.s05-card-text-area {
  flex: 2;
}

.s05-card-heading {
  font-size: 1rem;
  font-weight: 700;
  color: #2c3e5c;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.s05-card-text {
  font-size: 0.82rem;
  color: #444;
  line-height: 1.85;
  margin-bottom: 0.75rem;
}

.s05-card-credit {
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 0;
}

.s05-card-illust {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}

.s05-card-illust img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  object-position: center;
  opacity: 0.5;
}

/* レスポンシブ */
@media screen and (min-width: 768px) {
  .s05-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .s05-title {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 992px) {
  .s05 {
    padding: 5rem 0 4rem;
  }

  .s05-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }

  .s05-card {
    padding: 2rem 1.5rem;
  }

  .s05-card-heading {
    font-size: 1.1rem;
  }

  .s05-card-text {
    font-size: 0.85rem;
  }

  .s05-card-illust img {
    width: 100%;
    height: 100%;
  }
}

/* ========================================
   セクション06：USAMI HOME 会社概要
   ======================================== */
.s06 {
  background: #fff;
  padding: 4rem 0 3rem;
}

.s06-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 2rem;
}

.s06-title-accent {
  font-weight: 900;
  font-size: 1.2em;
}

.s06-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.s06-photo {
  overflow: hidden;
  margin-bottom: 0.4rem;
}

.s06-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.s06-credit {
  font-size: 0.7rem;
  color: #888;
}

.s06-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  border: none;
}

.s06-table,
.s06-table tr,
.s06-table th,
.s06-table td {
  border-left: none !important;
  border-right: none !important;
}

.s06-table tr:first-child th,
.s06-table tr:first-child td {
  border-top: 1px solid #ccc;
}

.s06-table th,
.s06-table td {
  padding: 0.85rem 1rem;
  font-size: 0.85rem;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-right: none;
  vertical-align: top;
  text-align: left;
  background: #fff;
}

.s06-table th {
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  width: 6rem;
  background: #fff !important;
}

.s06-table td {
  color: #444;
  background: #fff !important;
}

.s06-table td a {
  color: #333;
  text-decoration: none;
  word-break: break-all;
}

.s06-table td a:hover {
  text-decoration: underline;
}

.s06-map {
  width: 100%;
  overflow: hidden;
}

.s06-map iframe {
  display: block;
  width: 100%;
}

/* ボタン */
.s06-btns {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 2rem;
}

.s06-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.85rem 1.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  line-height: 1.4;
  position: relative;
  transition: opacity 0.2s;
}

.s06-btn:hover {
  opacity: 0.8;
}

.s06-btn--primary {
  background: #00427D;
  color: #fff;
  border: none;
}

.s06-btn--outline {
  background: #fff;
  color: #2c3e5c;
  border: 2px solid #2c3e5c;
}

.s06-btn-arrow {
  position: absolute;
  right: 1.2rem;
  font-size: 0.8rem;
}

/* レスポンシブ */
@media screen and (min-width: 768px) {
  .s06-content {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .s06-title {
    font-size: 1.8rem;
  }

  .s06-btns {
    flex-direction: row;
  }

  .s06-btn {
    flex: 1;
  }
}

@media screen and (min-width: 992px) {
  .s06 {
    padding: 5rem 0 4rem;
  }

  .s06-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }

  .s06-table th,
  .s06-table td {
    font-size: 0.9rem;
    padding: 0.75rem 1rem;
  }
}

/* ========================================
   セクション07：SUDOホーム北海道
   ======================================== */
.s07 {
  background: #f0ede7;
}

.s07-company {
  position: relative;
  background: #f0ede7;
  padding: 6.5rem 0 2.5rem;
  overflow: hidden;
}

.s07-company::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: #2c3e5c;
  z-index: 0;
}

.s07-company-watermark {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 5rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  letter-spacing: 0.05em;
}

.s07-company-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #222;
  margin-top: 2.5rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}

.s07-company-features {
  list-style: none;
  padding: 0;
  margin: 0 auto 9rem;
  text-align: left;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.s07-company>.container {
  text-align: center;
}

.s07-company-features li {
  font-size: 1.44rem;
  font-weight: 700;
  color: #444;
  line-height: 2;
}

.s07-company-features li::before {
  content: "・";
}

/* ギャラリー画像引用元 */
.s07-gallery-credit {
  text-align: right;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.75rem;
  margin-bottom: 0;
}

/* 写真ギャラリー */
.s07-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.s07-gallery-main,
.s07-gallery-sub {
  overflow: hidden;
  border-radius: 2px;
}

.s07-gallery-main img,
.s07-gallery-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s07-gallery-main {
  aspect-ratio: 16 / 9;
}

.s07-gallery-sub {
  aspect-ratio: 16 / 10;
}

/* レスポンシブ 768px */
@media screen and (min-width: 768px) {
  .s07-company-watermark {
    font-size: 8rem;
    top: 2.5rem;
  }

  .s07-company-title {
    font-size: 1.6rem;
  }

  .s07-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .s07-gallery-main {
    grid-column: 1 / -1;
  }

  .s07-gallery-sub {
    aspect-ratio: 16 / 10;
  }
}

/* レスポンシブ 992px */
@media screen and (min-width: 992px) {
  .s07-company {
    padding: 7rem 0 4rem;
  }

  .s07-company-watermark {
    font-size: 10rem;
    top: 3rem;
  }

  .s07-company-title {
    font-size: 2.8rem;
    margin-bottom: 4rem;
    margin-top: 3rem;
  }

  .s07-company-features li {
    font-size: 1.6rem;
  }

  .s07-gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }

  .s07-gallery-main {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 7;
  }

  .s07-gallery-sub {
    aspect-ratio: 4 / 3;
  }
}

/* ========================================
   セクション08：SUDOホーム北海道の特徴
   ======================================== */
.s08 {
  background: #fff;
  padding: 4rem 0 3rem;
}

.s08-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 2rem;
}

.s08-title-accent {
  font-weight: 900;
  font-size: 1.2em;
}

/* カードグリッド */
.s08-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.s08-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.s08-card-top {
  background: #4a4a4a;
  padding: 1.25rem 1.25rem 1.25rem;
}

.s08-card-bottom {
  background: #e8e6e2;
  padding: 1.25rem 1.25rem 1.5rem;
  flex: 1;
}

.s08-card-heading {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 0;
}

.s08-card-text {
  font-size: 0.82rem;
  color: #555;
  line-height: 1.75;
  margin-bottom: 0;
}

/* ボタン */
.s08-btns {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 600px;
  margin: 0 auto;
}

.s08-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.85rem 1.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  line-height: 1.4;
  position: relative;
  transition: opacity 0.2s;
}

.s08-btn:hover {
  opacity: 0.8;
}

.s08-btn--primary {
  background: #2c3e5c;
  color: #fff;
  border: none;
}

.s08-btn--outline {
  background: #fff;
  color: #2c3e5c;
  border: 2px solid #2c3e5c;
}

.s08-btn-arrow {
  position: absolute;
  right: 1.2rem;
  font-size: 0.8rem;
}

/* レスポンシブ */
@media screen and (min-width: 768px) {
  .s08-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .s08-title {
    font-size: 1.8rem;
  }

  .s08-btns {
    flex-direction: row;
    max-width: none;
    justify-content: center;
  }

  .s08-btn {
    max-width: 320px;
  }
}

@media screen and (min-width: 992px) {
  .s08 {
    padding: 5rem 0 4rem;
  }

  .s08-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }

  .s08-card-heading {
    font-size: 1rem;
  }

  .s08-card-text {
    font-size: 0.85rem;
  }
}

/* ========================================
   セクション09：SUDOホーム北海道の口コミ
   ======================================== */
.s09 {
  position: relative;
  padding: 4rem 0 3rem;
  overflow: hidden;
}

.s09-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.s09-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s09-bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.22);
}

.s09-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
}

.s09-title-accent {
  font-weight: 900;
  font-size: 1.2em;
}

.s09-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.s09-card {
  background: #fff;
  padding: 1.5rem 1.25rem;
}

.s09-card-body {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.s09-card-text-area {
  flex: 3;
}

.s09-card-heading {
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  line-height: 1.6;
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  border-left: 3px solid #2c3e5c;
}

.s09-card-text {
  font-size: 0.82rem;
  color: #444;
  line-height: 1.85;
  margin-bottom: 0.75rem;
}

.s09-card-credit {
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 0;
}

.s09-card-illust {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s09-card-illust img {
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .s09-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .s09-title {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 992px) {
  .s09 {
    padding: 5rem 0 4rem;
  }

  .s09-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }

  .s09-card {
    padding: 2rem 1.5rem;
  }

  .s09-card-text {
    font-size: 0.85rem;
  }

}

/* ========================================
   セクション10：SUDOホーム北海道 会社概要
   ======================================== */
.s10 {
  background: #fff;
  padding: 4rem 0 3rem;
}

.s10-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 2rem;
}

.s10-title-accent {
  font-weight: 900;
  font-size: 1.2em;
}

.s10-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.s10-left {
  display: flex;
  flex-direction: column;
}

.s10-photo {
  overflow: hidden;
  margin-bottom: 0.4rem;
  flex: 1;
}

.s10-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s10-credit {
  font-size: 0.7rem;
  color: #888;
  text-align: right;
}

.s10-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  border: none;
}

.s10-table,
.s10-table tr,
.s10-table th,
.s10-table td {
  border-left: none !important;
  border-right: none !important;
}

.s10-table tr:first-child th,
.s10-table tr:first-child td {
  border-top: 1px solid #ccc;
}

.s10-table th,
.s10-table td {
  padding: 0.85rem 1rem;
  font-size: 0.85rem;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-right: none;
  vertical-align: top;
  background: #fff !important;
}

.s10-table th {
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  width: 6rem;
}

.s10-table td {
  color: #444;
}

.s10-table td a {
  color: #333;
  text-decoration: none;
  word-break: break-all;
}

.s10-table td a:hover {
  text-decoration: underline;
}

.s10-map {
  width: 100%;
  overflow: hidden;
}

.s10-map iframe {
  display: block;
  width: 100%;
}

/* ボタン */
.s10-btns {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.s10-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.85rem 1.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  line-height: 1.4;
  position: relative;
  transition: opacity 0.2s;
}

.s10-btn:hover {
  opacity: 0.8;
}

.s10-btn--primary {
  background: #2c3e5c;
  color: #fff;
  border: none;
}

.s10-btn--outline {
  background: #fff;
  color: #2c3e5c;
  border: 2px solid #2c3e5c;
}

.s10-btn-arrow {
  position: absolute;
  right: 1.2rem;
  font-size: 0.8rem;
}

/* レスポンシブ */
@media screen and (min-width: 768px) {
  .s10-content {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .s10-title {
    font-size: 1.8rem;
  }

  .s10-btns {
    flex-direction: row;
  }

  .s10-btn {
    flex: 1;
  }
}

@media screen and (min-width: 992px) {
  .s10 {
    padding: 5rem 0 4rem;
  }

  .s10-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }

  .s10-table th,
  .s10-table td {
    font-size: 0.9rem;
    padding: 0.75rem 1rem;
  }
}

/* ========================================
   セクション11：一条工務店
   ======================================== */
.s11 {
  background: #f0ede7;
}

.s11-company {
  position: relative;
  background: #f0ede7;
  padding: 5rem 0 2rem;
  overflow: hidden;
}

.s11-company::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: #2c3e5c;
  z-index: 0;
}

.s11-company-watermark {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 5rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  letter-spacing: 0.05em;
}

.s11-company-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.s11-company>.container {
  text-align: center;
}

.s11-company-features {
  list-style: none;
  padding: 0;
  margin: 0 auto 5.5rem;
  text-align: left;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.s11-company-features li {
  font-size: 1.215rem;
  font-weight: 700;
  color: #444;
  line-height: 2;
}

.s11-company-features li::before {
  content: "・";
}

.s11-gallery-credit {
  text-align: right;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.s11-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.s11-gallery-main,
.s11-gallery-sub {
  overflow: hidden;
  border-radius: 2px;
}

.s11-gallery-main img,
.s11-gallery-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s11-gallery-main {
  aspect-ratio: 16 / 9;
}

.s11-gallery-sub {
  aspect-ratio: 16 / 10;
}

@media screen and (min-width: 768px) {
  .s11-company-watermark {
    font-size: 8rem;
    top: 2.5rem;
  }

  .s11-company-title {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }

  .s11-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .s11-gallery-main {
    grid-column: 1 / -1;
  }

  .s11-gallery-sub {
    aspect-ratio: 16 / 10;
  }
}

@media screen and (min-width: 992px) {
  .s11-company {
    padding: 6rem 0 4rem;
  }

  .s11-company-watermark {
    font-size: 10rem;
    top: 3rem;
  }

  .s11-company-title {
    font-size: 2.8rem;
    margin-top: 4rem;
    margin-bottom: 5rem;
  }

  .s11-company-features li {
    font-size: 1.35rem;
  }

  .s11-gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }

  .s11-gallery-main {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 7;
  }

  .s11-gallery-sub {
    aspect-ratio: 4 / 3;
  }
}

/* ========================================
   セクション12：一条工務店の特徴
   ======================================== */
.s12 {
  background: #fff;
  padding: 4rem 0 3rem;
}

.s12-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 2rem;
}

.s12-title-accent {
  font-weight: 900;
  font-size: 1.2em;
}

.s12-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.s12-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.s12-card-top {
  background: #4a4a4a;
  padding: 1.25rem;
}

.s12-card-bottom {
  background: #e8e6e2;
  padding: 1.25rem 1.25rem 1.5rem;
  flex: 1;
}

.s12-card-heading {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 0;
}

.s12-card-text {
  font-size: 0.82rem;
  color: #555;
  line-height: 1.75;
  margin-bottom: 0;
}

.s12-btns {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 600px;
  margin: 0 auto;
}

.s12-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.85rem 1.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  line-height: 1.4;
  position: relative;
  transition: opacity 0.2s;
}

.s12-btn:hover {
  opacity: 0.8;
}

.s12-btn--primary {
  background: #2c3e5c;
  color: #fff;
  border: none;
}

.s12-btn--outline {
  background: #fff;
  color: #2c3e5c;
  border: 2px solid #2c3e5c;
}

.s12-btn-arrow {
  position: absolute;
  right: 1.2rem;
  font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
  .s12-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .s12-title {
    font-size: 1.8rem;
  }

  .s12-btns {
    flex-direction: row;
    max-width: none;
    justify-content: center;
  }

  .s12-btn {
    max-width: 320px;
  }
}

@media screen and (min-width: 992px) {
  .s12 {
    padding: 5rem 0 4rem;
  }

  .s12-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }

  .s12-card-heading {
    font-size: 1rem;
  }

  .s12-card-text {
    font-size: 0.85rem;
  }
}

/* ========================================
   セクション13：一条工務店の口コミ
   ======================================== */
.s13 {
  position: relative;
  padding: 5rem 0 6rem;
  overflow: hidden;
}

.s13-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.s13-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s13-bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.22);
}

.s13-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
}

.s13-title-accent {
  font-weight: 900;
  font-size: 1.2em;
}

.s13-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.s13-card {
  background: #fff;
  padding: 1.5rem 1.25rem;
}

.s13-card-heading {
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  line-height: 1.6;
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  border-left: 3px solid #2c3e5c;
}

.s13-card-body {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.s13-card-text-area {
  flex: 3;
}

.s13-card-text {
  font-size: 0.82rem;
  color: #444;
  line-height: 1.85;
  margin-bottom: 0.75rem;
}

.s13-card-credit {
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 0;
}

.s13-card-illust {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s13-card-illust img {
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .s13-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .s13-title {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 992px) {
  .s13 {
    padding: 6rem 0 8rem;
  }

  .s13-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }

  .s13-card {
    padding: 2rem 1.5rem;
  }

  .s13-card-text {
    font-size: 0.85rem;
  }
}

/* ========================================
   セクション14：一条工務店 会社概要
   ======================================== */
.s14 {
  background: #fff;
  padding: 4rem 0 3rem;
}

.s14-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 2rem;
}

.s14-title-accent {
  font-weight: 900;
  font-size: 1.2em;
}

.s14-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.s14-left {
  display: flex;
  flex-direction: column;
}

.s14-photo {
  overflow: hidden;
  margin-bottom: 0.4rem;
  flex: 1;
}

.s14-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s14-credit {
  font-size: 0.7rem;
  color: #888;
  text-align: right;
}

.s14-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  border: none;
}

.s14-table,
.s14-table tr,
.s14-table th,
.s14-table td {
  border-left: none !important;
  border-right: none !important;
}

.s14-table tr:first-child th,
.s14-table tr:first-child td {
  border-top: 1px solid #ccc;
}

.s14-table th,
.s14-table td {
  padding: 0.85rem 1rem;
  font-size: 0.85rem;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  background: #fff !important;
}

.s14-table th {
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  width: 6rem;
}

.s14-table td {
  color: #444;
}

.s14-table td a {
  color: #333;
  text-decoration: none;
  word-break: break-all;
}

.s14-table td a:hover {
  text-decoration: underline;
}

.s14-map {
  width: 100%;
  overflow: hidden;
}

.s14-map iframe {
  display: block;
  width: 100%;
}

.s14-btns {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0 auto;
}

.s14-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 2rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  line-height: 1.5;
  position: relative;
  transition: opacity 0.2s;
}

.s14-btn:hover {
  opacity: 0.8;
}

.s14-btn--primary {
  background: #2c3e5c;
  color: #fff;
  border: none;
}

.s14-btn--outline {
  background: #fff;
  color: #2c3e5c;
  border: 2px solid #2c3e5c;
}

.s14-btn-arrow {
  position: absolute;
  right: 1.2rem;
  font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
  .s14-content {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .s14-title {
    font-size: 1.8rem;
  }

  .s14-btns {
    flex-direction: row;
  }

  .s14-btn {
    flex: 1;
  }
}

@media screen and (min-width: 992px) {
  .s14 {
    padding: 5rem 0 4rem;
  }

  .s14-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }

  .s14-table th,
  .s14-table td {
    font-size: 0.9rem;
    padding: 0.75rem 1rem;
  }
}

/* ========================================
   セクション15：エリア情報
   ======================================== */
.s15 {
  background-image: url('../../assets/img/section-15-04.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0 3rem;
}

@supports (background-image: url('../../assets/img/section-15-04.webp')) {
  .s15 {
    background-image: url('../../assets/img/section-15-04.webp');
  }
}

.s15-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  color: #444;
  margin-bottom: 2.5rem;
}

.s15-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.s15-card {
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
}

.s15-card-name {
  font-size: 1.2rem;
  font-weight: 900;
  color: #2c3e5c;
  text-align: center;
  padding: 1rem 1rem 0.75rem;
}

.s15-card-photo {
  width: 100%;
  overflow: hidden;
}

.s15-card-photo img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.s15-card-body {
  padding: 1.2rem 1.2rem 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.s15-card-desc-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 0.5rem;
}

.s15-card-desc-area {
  flex: 1;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

.s15-card-desc {
  font-size: 0.85rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 0.6rem;
}


.s15-card-subtitle {
  font-size: 0.95rem;
  font-weight: 700;
  color: #2c3e5c;
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
}



.s15-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.s15-card-list li {
  font-size: 0.85rem;
  color: #333;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}

.s15-card-list li::before {
  content: "・";
}

.s15-card-price {
  font-size: 0.85rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0.2rem;
}

.s15-card-price strong {
  font-weight: 700;
}

.s15-card-land {
  background: #e8e5df;
  padding: 1.2rem 1.2rem 1.2rem;
  margin-top: 1.5rem;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  margin-bottom: -0.01rem;
}

.s15-card-land .s15-card-subtitle {
  margin-top: 0;
}

.s15-card-source {
  font-size: 0.75rem;
  color: #888;
  margin-top: 0.3rem;
}

.s15-card-source a {
  color: #3a6ea5;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .s15-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .s15-card-photo img {
    height: 180px;
  }
}

@media screen and (min-width: 992px) {
  .s15 {
    padding: 5rem 0 4rem;
  }

  .s15-title {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }

  .s15-card-photo img {
    height: 220px;
  }

  .s15-card-name {
    font-size: 1.3rem;
  }
}

/* ========================================
   FAQ セクション
   ======================================== */
.sfaq {
  background: #F8F8F2;
  padding: 4rem 0 3rem;
}

.sfaq-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  color: #222;
  margin-bottom: 2.5rem;
}

.sfaq-list {
  max-width: 800px;
  margin: 0 auto;
}

.sfaq-item {
  margin-bottom: 1rem;
}

.sfaq-question {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border: none;
  padding: 1rem 1.2rem;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
}

.sfaq-question:hover {
  background: #faf9f6;
}

.sfaq-q {
  font-size: 1.1rem;
  font-weight: 900;
  color: #01427D;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.sfaq-q-text {
  font-size: 0.95rem;
  font-weight: 700;
  color: #333;
  flex: 1;
}

.sfaq-arrow {
  flex-shrink: 0;
  margin-left: 1rem;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #2c3e5c;
  transition: transform 0.3s;
}

.sfaq-question.collapsed .sfaq-arrow {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #2c3e5c;
  border-right: none;
}

.sfaq-answer {
  background: #fff;
  padding: 0 1.2rem 1.2rem;
}

.sfaq-answer p {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.8;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .sfaq {
    padding: 5rem 0 4rem;
  }

  .sfaq-title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }

  .sfaq-question {
    padding: 1.2rem 1.5rem;
  }

  .sfaq-q {
    font-size: 1.2rem;
  }

  .sfaq-q-text {
    font-size: 1.05rem;
  }

  .sfaq-answer {
    padding: 0 1.5rem 1.5rem;
  }
}

/* ========================================
   会社一覧セクション（#list）
   ======================================== */
#list {
  display: block;
}

.bg_light_gray {
  background-color: #F5F5F5 !important;
}

.height-40 {
  height: 40px;
}

.height-100px {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.max-width-350 {
  max-width: 350px;
}

#list .accordion-item {
  border: none;
  background: transparent;
}

#list .accordion-body {
  padding: 0;
}

#list iframe {
  border-radius: 0.375rem;
}

#list dl {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}

#list dd {
  margin-bottom: 0;
}

/* Company list: avoid text clipping on long content */
#list .height-70 {
  height: auto;
  min-height: 70px;
  align-items: flex-start !important;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

#list .height-40 {
  height: auto;
  min-height: 40px;
  line-height: 1.5;
}

#list .height-100 {
  height: auto;
  min-height: 100px;
}

#list .height-100px {
  height: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#list .bg_light_gray h3 {
  white-space: normal;
  line-height: 1.35;
}

#list .height-100px .btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.35;
}

/* Keep card heights consistent regardless of description length */
#list .box-child-text {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#list .box-child-text>.p-3.f13px {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#list .box-child-text .pb-2.mb-2.height-100 {
  display: block;
  line-height: 1.6;
  min-height: 0;
}

#list .box-child-text>.height-100px {
  margin-top: auto;
}

/* ========================================
   サイトコンテンツ一覧
   ======================================== */
.ssc {
  background: #F8F8F2;
  padding: 4rem 0 3rem;
}

.ssc-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  color: #222;
  margin-bottom: 2.5rem;
}

.ssc-category {
  margin-bottom: 2rem;
}

.ssc-category-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}

.ssc-divider {
  border-top: 2px solid #ACCEE0;
  margin-bottom: 1rem;
}

.ssc-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.ssc-links li {
  padding: 0.4rem 0;
}

.ssc-links li::after {
  content: "／";
  color: #999;
  margin: 0 0.3rem;
}

.ssc-links li a {
  font-size: 0.8rem;
  color: #444;
  text-decoration: none;
}

.ssc-links li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .ssc {
    padding: 5rem 0 4rem;
  }

  .ssc-title {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }

  .ssc-category-title {
    font-size: 1.1rem;
  }

  .ssc-links li a {
    font-size: 0.85rem;
  }
}

/* ========================================
   #site-contents サイトコンテンツ一覧
   ======================================== */
#site-contents {
  background-color: #F8F8F2;
}

#site-contents .green {
  color: #333 !important;
}

#site-contents h3 {
  text-align: center;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px solid #2E86C1 !important;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.contents-list {
  padding: 0;
  margin: 0;
}

.contents-list li {
  width: 50%;
  padding-right: 0.5rem;
  font-size: 0.85rem;
  position: relative;
}

.contents-list li::after {
  content: "／";
  color: #999;
  margin-left: 0.4rem;
}

.contents-list li a:hover {
  text-decoration: underline !important;
}

@media screen and (min-width: 992px) {
  .contents-list li {
    width: 25%;
    font-size: 0.9rem;
  }
}

/* ========================================
   フッター
   ======================================== */
#footer {
  background-color: #F8F8F2;
  color: #444444;
  font-size: 14px;
}

#footer .text-white {
  color: #444444 !important;
}

.border-left-white {
  border-left: 3px solid #444444;
}

#footer .border-left-white hr {
  opacity: 0.3;
  color: #444444;
}

#footer .nav-link:hover {
  text-decoration: underline;
}

#footer .row>.col-12:first-child ul.nav {
  padding-left: 0.75rem;
}

#footer .row>.col-12:last-child ul.nav.d-flex.flex-column {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 0.25rem 0;
  padding-left: 0.75rem;
}

#footer .row>.col-12:last-child ul.nav .nav-item {
  width: 50%;
}

@media screen and (min-width: 992px) {
  #footer .row>.col-lg-6:first-child {
    flex: 0 0 30%;
    max-width: 30%;
  }

  #footer .row>.col-lg-6:last-child {
    flex: 0 0 70%;
    max-width: 70%;
  }

  #footer .row>.col-12:last-child ul.nav .nav-item {
    width: 20%;
  }
}

.sfooter {
  background: #F8F8F2;
  padding: 2.5rem 0 1.5rem;
  color: #010639;
}

.sfooter-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.sfooter-heading {
  font-size: 1.1rem;
  font-weight: 700;
  color: #010639;
  padding-left: 0.75rem;
  border-left: 3px solid #010639;
  margin-bottom: 0.75rem;
}

.sfooter-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sfooter-links a {
  color: #010639;
  text-decoration: none;
  font-size: 0.85rem;
}

.sfooter-links a:hover {
  color: #010639;
  text-decoration: underline;
}

.sfooter-links--vertical li {
  margin-bottom: 0.4rem;
}

.sfooter-links--grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.5rem;
}

.sfooter-disclaimer {
  font-size: 0.8rem;
  color: #010639;
  margin-bottom: 1.2rem;
  line-height: 1.6;
}

.sfooter-hr {
  border-color: #CACBCF;
  margin: 0 0 1rem;
}

.sfooter-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.sfooter-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 1.5rem;
}

.sfooter-nav a {
  color: #010639;
  text-decoration: none;
  font-size: 0.8rem;
}

.sfooter-nav a:hover {
  color: #010639;
  text-decoration: underline;
}

.sfooter-copyright {
  font-size: 0.75rem;
  color: #010639;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .sfooter-top {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
  }

  .sfooter-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .sfooter {
    padding: 3rem 0 1.5rem;
  }
}

.bg-sub {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 224px;
  z-index: 0;
  background-image: url("../../assets/img/bg-sub.png");
}

@supports (background-image: url(../../assets/img/bg-sub.webp)) {
  .bg-sub {
    background-image: url(../../assets/img/bg-sub.webp);
  }
}

.text-shadow_white {
  text-shadow: 2px 1px 7px #fff;
}

.triangle-bottom-white::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: auto;
}

.border-blue {
  border: solid 3px #144A7A;
}

.border_green {
  border: solid 1px #3AB7AD !important;
}

.border-line {
  border-bottom: dotted 2px #144A7A;
  margin-left: 1rem;
}

.border-bottom-white-1px {
  border-bottom: solid 1px #ffffff;
}

.border-orange-3px {
  border: 3px solid #FC633D;
}

.border-bottom-orange-solid {
  border-bottom: solid 4px #FC633D;
}

.border-gray-1px {
  border: solid 1px #777777;
}

.border-bottom-brown-dotted {
  border-bottom: dotted 2px #C9724A;
}

.border-bottom-orange-dotted {
  border-bottom: dotted 2px #F39700;
}

.border-bottom-brown {
  border-bottom: solid 1px #C9724A;
}

.border-left-black {
  border-left: 5px solid #222222 !important;
}

.width-35px {
  width: 35px;
}

@media screen and (max-width: 991px) {
  .width-50px-sm {
    width: 50px;
  }

  .height-50px-sm {
    height: 50px;
  }
}

.background-reccomend_bg {
  background: url();
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-reccomend_bg {
    background-image: url();
  }
}


.background-faq_bg {
  background: url();
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-faq_bg {
    background-image: url();
  }
}

@media screen and (min-width: 992px) {
  .background-list_bg {
    background: url();
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  @supports (background-image: url()) {
    .background-list_bg {
      background-image: url();
    }
  }
}

/* ========================================
   Articles（記事一覧）
   ======================================== */
/*
   .background-articles_bg {
  background-color: #FFFFFF;
}

#articles .mb80-40 {
  text-align: center;
}

#articles h2 {
  color: #333 !important;
  font-size: 2.5rem !important;
}

#articles .link-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-decoration: none;
}

#articles .position-relative:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}

#articles .row > .col-6:nth-child(n+4),
#articles .row > .col-6.col-lg-4:nth-child(n+4) {
  display: block;
}

#articles .row {
  justify-content: center;
}

#articles img {
  display: block;
  width: 100%;
  height: 220px !important;
  object-fit: cover;
  border-radius: 0;
}

#articles p.strong {
  color: #fff !important;
  background: #707070;
  display: inline-block !important;
  padding: 0.25rem 0.6rem;
  font-size: 0.7rem !important;
  border-radius: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.5rem !important;
  margin-bottom: 0.3rem !important;
  line-height: 1.4;
  width: auto !important;
}

#articles h3 {
  font-size: 0.9rem;
  font-weight: 700 !important;
  color: #333 !important;
  line-height: 1.6;
  margin-bottom: 0.4rem;
}

#articles .text-secondary {
  color: #888 !important;
}

#articles .mb-3.mb-lg-5.text-center {
  display: none;
}

.btn-hover-blue:hover {
  background-color: #FC633D !important;
  color: #fff !important;
  border-color: #FC633D !important;
}

@media screen and (min-width: 992px) {
  #articles .row > .col-6 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  #articles img {
    height: 250px !important;
  }
}
*/
.blue_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #144A7A;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

.green_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #3AB7AD;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

/*高さ*/
.height-240 {
  height: 240px;
}

.height-290 {
  height: 290px;
}

.height-340 {
  height: 340px;
}

.height-720 {
  height: 720px;
}

.height-230 {
  height: 230px;
}

.height-70 {
  height: 70px;
}

.height-45 {
  height: 45px;
}

.height-30px {
  height: 30px;
}

.height-80px {
  height: 80px;
}

.height-100 {
  height: 100px;
}

.height-120 {
  height: 120px;
}

.border_solid_1 {
  border-top: 1px solid #C1A342;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border_solid_blue_1 {
  border: 1px solid #144A7A;
}

.border_solid_green_1 {
  border: 1px solid #9CDBD6;
}

.pt150 {
  padding-top: 150px;
}

.pt100 {
  padding-top: 100px;
}

.pt50 {
  padding-top: 50px;
}

.pb70 {
  padding-bottom: 70px;
}

/*位置*/
.transform-translate-n50 {
  transform: translate(-50%, -50%);
}

.top-40 {
  top: 40%;
}

.top-87 {
  top: 87%;
}

.top-65 {
  top: 65%;
}

.z-99 {
  z-index: 99 !important;
}

.z-999 {
  z-index: 999 !important;
}

#headingSubsidy {
  text-align: center;
}

/* アコーディオンの矢印を白に */
/* 開いたときも白のままにする */
/* ＋／− アイコン固定位置で装飾 */
.faq-accordion-btn::after {
  content: "+";
  font-size: 1.8rem;
  font-weight: bold;
  color: #009FBB;
  margin-left: auto;
  background-image: none !important;
  /* Bootstrapの矢印削除 */
  transform: none !important;
  transition: color 0.3s ease;
  position: relative;
  top: -7px;
  /* 上下のズレ防止 */
}

/* 開いた時（−に変化） */
.faq-accordion-btn:not(.collapsed)::after {
  content: "−";
  color: #009FBB;
}

/*ボックス*/
.box-parent {
  box-sizing: border-box;
}

.box-child {
  flex-direction: column;
}

.box-child-text {
  flex-grow: 1;
}

/*※この親のdisplay:flex;を指定する*/
@media screen and (max-width: 768px) {
  .w-sm80 {
    width: 80% !important;
    margin: 0 auto !important;
  }

  .w-sm100 {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .w-sm75 {
    width: 75% !important;
    margin: 0 auto !important;
  }

  .w-sm60 {
    width: 60% !important;
    margin: 0 auto !important;
  }

  .w-sm30 {
    width: 30% !important;
    margin: 0 auto !important;
  }
}

.top-60 {
  top: 60%;
}

.top-90 {
  top: 90%;
}

.bottom-0 {
  bottom: 0%;
}

.banner-close {
  top: -14px;
  left: 333px;
  padding: 4px 10px 6px 10px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 0 0 7px #ccc;
}

@media screen and (min-width: 768px) {
  .banner-close {
    left: 363px;
  }
}

.nav-item.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .w-sm-75 {
    width: 75% !important;
    margin: 0 auto !important;
  }

  .f-sm-16 {
    font-size: 16px !important;
  }
}

.overflow-x-auto {
  -webkit-overflow-scrolling: touch;
  /* iOSの慣性スクロール対応 */
  scrollbar-width: none;
  /* Firefoxでスクロールバー非表示 */
}

.overflow-x-auto::-webkit-scrollbar {
  display: none;
  /* Chrome/Safariでスクロールバー非表示 */
}

.title-with-circle {
  position: relative;
  z-index: 1;
  font-family: "Rounded Mplus 1c", "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Rounded-L M+ 1m", "HGMaruGothicMPRO", "MS PGothic", sans-serif;
}

.title-with-circle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .title-with-circle::before {
    left: 4%;
  }
}

.divider-dots {
  position: relative;
  text-align: center;
}

.divider-dots::before,
.divider-dots::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}

.divider-dots::before {
  left: 0;
}

.divider-dots::after {
  right: 0;
}

@media screen and (max-width: 767px) {

  .divider-dots::before,
  .divider-dots::after {
    width: 8px;
    height: 8px;
  }
}

/* 吹き出し用クラス */
.fukidashi-right-light,
.fukidashi-right-gray,
.fukidashi-left-light,
.fukidashi-left-gray {
  position: relative;
  border-radius: 12px;
}

.fukidashi-right-light::before,
.fukidashi-right-gray::before,
.fukidashi-left-light::before,
.fukidashi-left-gray::before {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 50px;
  width: 0;
  height: 0;
  border-style: solid;
}

.fukidashi-left-light::before,
.fukidashi-left-gray::before {
  border-width: 0 25px 20px 0;
  border-color: transparent var(--fukidashi-color) transparent transparent;
}

.fukidashi-left-light {
  --fukidashi-color: #EEEEEE;
  background-color: var(--fukidashi-color);
}

.fukidashi-left-gray {
  --fukidashi-color: #DDDDDD;
  background-color: var(--fukidashi-color);
}

.fukidashi-right-light::before,
.fukidashi-right-gray::before {
  border-width: 20px 25px 0 0;
  border-color: var(--fukidashi-color) transparent transparent transparent;
}

.fukidashi-right-light {
  --fukidashi-color: #EEEEEE;
  background-color: var(--fukidashi-color);
}

.fukidashi-right-gray {
  --fukidashi-color: #DDDDDD;
  background-color: var(--fukidashi-color);
}

@media screen and (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .left-40 {
    left: 40px;
  }

  /*高さ*/
  .height-40-lg {
    height: 40px !important;
  }

  .height-80-lg {
    height: 80px !important;
  }

  .height-120-lg {
    height: 120px !important;
  }

  .height-180-lg {
    height: 180px !important;
  }

  .height-240-lg {
    height: 240px;
  }

  .height-200-lg {
    height: 200px;
  }

  .height-280-lg {
    height: 280px;
  }

  .height-350-lg {
    height: 350px;
  }

  .height-290-lg {
    height: 290px;
  }

  .height-340-lg {
    height: 340px;
  }

  .width-lg-70pr {
    width: 70%;
  }

  .width-lg-50pr {
    width: 50%;
  }

  .w-lg-100pr {
    width: 100% !important;
  }

  .deco-img01 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img01::after {
    content: "";
    position: absolute;
    bottom: -15px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco01.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    /* クリック操作を邪魔しない */
  }

  .deco-img02 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img02::after {
    content: "";
    position: absolute;
    bottom: 165px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco02.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    z-index: 5;
  }

  .deco-img03 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img03::after {
    content: "";
    position: absolute;
    bottom: 0px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco03.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    z-index: 5;
  }
}

/* Floating banner image switch: SP=bottom01, PC=top01 */
/* .position-fixed.end-0.bottom-0.z-999>a.myImage picture {
  display: block;
  width: 400px;
  max-width: calc(100vw - 16px);
  height: auto;
  aspect-ratio: 400 / 310;
  background-image: url("../img/banner_bottom01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 992px) {
  .position-fixed.end-0.bottom-0.z-999>a.myImage picture {
    background-image: url("../img/banner_top01.png");
  }
}

.position-fixed.end-0.bottom-0.z-999>a.myImage picture img.banner-icon {
  opacity: 0;
} */

@media screen and (max-width: 767px) {
  .s01-title {
    width: 14em;
    max-width: 100%;
    margin-inline: auto;
    line-height: 1.45;
  }

  .s01-card {
    max-width: 210px;
    margin-inline: auto;
  }

  .s01-card-img {
    aspect-ratio: 4 / 5;
  }
}

/* ファーストビュー */
.bg-fv {
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 340px;
  z-index: 0;
  background-image: url(../../assets/img/t-fv.png);
}

@supports (background-image: url(../../assets/img/t-fv.webp)) {
  .bg-fv {
    background-image: url(../../assets/img/t-fv.webp);
  }
}

@media screen and (min-width: 768px) {
  .bg-fv {
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 600px;
    z-index: 0;
    background-image: url(../../assets/img/t-fv.png);
  }

  @supports (background-image: url(../../assets/img/t-fv.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/t-fv.webp);
    }
  }
}

@media screen and (min-width: 992px) {
  .bg-fv {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 700px;
    z-index: 0;
    background-image: url(../../assets/img/t-fv.png);
  }

  @supports (background-image: url(../../assets/img/t-fv.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/t-fv.webp);
    }
  }
}

.bg-fv {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  background-image: url(../../assets/img/section-fv-03.png);
}

@supports (background-image: url(../../assets/img/section-fv-03.webp)) {
  .bg-fv {
    background-image: url(../../assets/img/section-fv-03.webp);
  }
}

/* サイト全体で横へのはみ出しを禁止する */
body {
  overflow-x: hidden;
}
