@charset "UTF-8";
/* CSS Document */

/* ベース設定 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, "Yu Gothic", "游ゴシック体", "YuGothic",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.7;
  color: #222;
  background: #f7f7f7;
}

/* コンテナ */
.container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 16px;
}

/* 見出し */
h1,
h2,
h3 {
  margin: 0 0 0.6em;
  line-height: 1.4;
}
h3{
    color: #ed6100;
}
.section-bg{
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.section-bg::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000066;
}
#strong{
    background-image: url("img/AdobeStock_341845448.jpeg");
    background-size: cover;
    background-position: bottom;
}
#service{
    background-image: url("img/AdobeStock_552340964.jpeg");
    background-size: cover;
    background-position: center;
}
#prices{
    background-image: url("img/AdobeStock_478472108.jpeg");
    background-size: cover;
    background-position: bottom;
}
#about{
    background-image: url("img/AdobeStock_301786806.jpeg");
    background-size: cover;
    background-position: center;
}
.section-title {
  font-size: 1.8rem;
  text-align: center;
    margin: 0;
    padding: 40px;
    position: relative;
    z-index: 2;
    color: #fff;
  
}
.section-title2 {
  font-size: 1.8rem;
  text-align: center;
    margin: 0;
    padding: 40px;
    position: relative;
    z-index: 2;
    color: #555;
  
}
.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #fff;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}

/* ヘッダー */
.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  gap: 16px;
}

.site-logo {
  font-weight: 700;
  font-size: 1.1rem;
}

.site-tagline {
  margin: 4px 0 0;
  font-size: 0.85rem;
  color: #666;
}

.header-contact {
  text-align: right;
  font-size: 0.85rem;
}

.header-tel-label {
  margin: 0;
  color: #666;
}

.header-tel {
  margin: 2px 0 6px;
  font-weight: 600;
}

/* ボタン */
.btn {
display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.55em 1.4em;
    border-radius: 20px;
    font-size: 1.2rem;
    width: 300px;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
}

.btn-primary {
  background: #ec6101;
  color: #fff;
  border-color: #ec6101;
}

.btn-primary:hover {
  background: #1753a5;
  border-color: #1753a5;
  transform: translateY(-1px);
}

.btn-secondary {
  background: #ffffff;
  color: #ec6101;
  border-color: #d0def5;
}

.btn-secondary:hover {
  background: #f3f6fd;
  border-color: #b4c5ec;
  transform: translateY(-1px);
}

.btn-outline {
  background: #ffffff;
  color: #ec6101;
  border-color: #ec6101;
}

.btn-outline:hover {
  background: #ec6101;
  color: #ffffff;
}

/* ヒーロー（2カラムレイアウト） */
.hero {
  background: #dfe5ea;          /* 全体のうすいグレー */
  padding: 0;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
  min-height: 420px;
  align-items: stretch;
  padding: 0;                   /* コンテナの左右余白はそのまま */
}

/* 左側のパネル */
.hero-panel {
  background: #fff;
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.hero-eyebrow {
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #555;
  margin: 0 0 0.8rem;
}

.hero-title {
  font-size: 2.2rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}

.hero-lead {
  font-size: 0.98rem;
  margin: 0 0 1.2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
    justify-content: center;
  gap: 10px;
  margin: 0 0 0.6rem;
    padding: 40px 0;
}

.hero-note {
  font-size: 0.85rem;
  color: #555;
  margin: 0;
}

/* 右側：ビジュアルエリア */
.hero-visual {
  position: relative;
  overflow: hidden;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* スマホ時の崩し方 */
@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    padding: 32px 20px 28px;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .hero-visual {
    height: 220px;       /* 必要に応じて調整 */
  }
}

@media (max-width: 600px) {
  .hero-title {
    font-size: 1.6rem;
  }
}


/* セクション共通 */
.section {
  padding: 68px 0;
  background: #ffffff;
}

.section-alt {
  padding: 68px 0;
  background: #f8f2e7;
}

.section-note {
  text-align: center;
  font-size: 0.9rem;
  color: #555;
  margin-top: 1.2rem;
}

/* グリッド */
.grid {
  display: grid;
  gap: 20px;
}

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

/* リスト */
.check-list,
.dot-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 0.5em;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.9em;
  color: #ec6101;
}

.dot-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.4em;
}

.dot-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* 強み */
.strength-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.strength-item {
  background: #f8f2e7;
  border-radius: 12px;
  padding: 18px 16px 16px;
    position: relative;
}

.strength-title {
  font-size: 1.05rem;
  margin-bottom: 0.4em;
    text-align: center;
    padding: 10px 20px;
    background-color: #ec6101;
    color: #fff;
    border-radius: 10px;
}

/* サービス */
.service-block {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 16px;
  border: 1px solid #dde3ef;
  margin-bottom: 14px;
}

/* 料金表 */
.table-wrap {
  overflow-x: auto;
  margin-bottom: 16px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  background: #ffffff;
}

.table th,
.table td {
  padding: 10px 12px;
  border: 1px solid #e1e4ea;
  text-align: left;
}

.table th {
  background: #f8f2e7;
  font-weight: 600;
}

.price-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #e0e0e0;
  padding: 8px 0;
  font-size: 0.95rem;
}

/* 流れ */
.step-list {
  list-style: none;
  padding-left: 0;
  max-width: 720px;
  margin: 0 auto;
}

.step-list li {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #dde3ef;
  padding: 14px 14px 10px;
  margin-bottom: 10px;
}

.step-list h3 {
  font-size: 1rem;
  margin-bottom: 0.3em;
}

/* 情報・事務所 */
.info-list {
  margin: 0;
}

.info-list > div {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 6px 10px;
  padding: 6px 0;
  border-bottom: 1px dotted #e0e0e0;
}

.info-list dt {
  font-weight: 600;
  font-size: 0.9rem;
}

.info-list dd {
  margin: 0;
  font-size: 0.9rem;
}

.office-grid {
  align-items: flex-start;
}

.office-message p {
  margin-top: 0;
  font-size: 0.95rem;
}

/* お問い合わせ */
.section-contact {
  background: #1b2a4a;
  color: #ffffff;
}

.section-contact .section-title,
.section-contact .section-note {
  color: #ffffff;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: 18px;
  margin-top: 20px;
}

.contact-box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.17);
}

.contact-tel {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 4px;
}

.contact-form {
  font-size: 0.9rem;
}

.form-row {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.form-row label {
  font-weight: 600;
}

.form-row input,
.form-row textarea {
  font: inherit;
  border-radius: 6px;
  border: 1px solid #c4cbe2;
  padding: 6px 8px;
}

.form-row textarea {
  resize: vertical;
}

.form-actions {
  margin-top: 8px;
  text-align: right;
}

/* フッター */
.site-footer {
  background: #111827;
  color: #9ca3af;
  padding: 16px 0;
  font-size: 0.8rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.footer-top {
  color: #d1d5db;
  text-decoration: none;
}

.footer-top:hover {
  text-decoration: underline;
}

/* レスポンシブ */
@media (max-width: 900px) {
  .strength-list {
    grid-template-columns: 1fr;
  }

  .grid-2,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-contact {
    text-align: left;
  }

  .hero {
    padding-top: 32px;
  }
}

@media (max-width: 600px) {
  .hero-title {
    font-size: 1.7rem;
  }

  .section {
    padding: 36px 0;
  }

  .section-alt {
    padding: 36px 0;
  }

  .price-list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-list > div {
    grid-template-columns: 80px minmax(0, 1fr);
  }
}

