/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap'); */
@charset "utf-8";


/*
me: LAW Child
Template: law_tcd031
*/

/* ▼--- テンプレート全体余白調整 --- */
#main_contents3,
#page_template1 {
  max-width: 100%;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}

/* ▼--- 2段目レイアウト調整 --- */
#page_template1 .pt_layout2_wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 80px;
  width: 100%;
}
#page_template1 .pt_layout2_wrapper .pt_layout2_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 60px;
  width: 100%;
}
#page_template1 .pt_layout2_wrapper .pt_layout2_item_image {
  flex: 0 0 500px;
  width: 500px;
}
#page_template1 .pt_layout2_wrapper .pt_layout2_item_image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#page_template1 .pt_layout2_wrapper .pt_layout2_item_text {
  flex: 0 0 600px;
  width: 600px;
}
#page_template1 .pt_layout2_wrapper .pt_layout2_item_text h2 {
  margin-top: 0;
  padding-top: 0;
  line-height: 1.2;
}

/* ▼ 4段目（画像＋テキスト）のレイアウト調整 */
.pt_layout4 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 60px 0;
  align-items: center;
}
.pt_layout4_image {
  flex: 1 1 300px;
  max-width: 400px;
}
.pt_layout4_image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
}
.pt_layout4_text {
  flex: 2 1 500px;
}
.headline4 {
  font-size: 28px;
  font-weight: bold;
  color: #004aad;
  margin: 60px 0 30px;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS P明朝", serif;
}

/* ▼--- 行間調整 --- */
#page_template1 p {
  line-height: 1.6;
}
.between-layout-space {
  height: 10px;
  width: 100%;
}

/* ▼--- キャッシュバスター --- */
body::before {
  content: "ver0802_v1_bannerfix";
  display: none;
}

/* ▼--- 当事務所の取り組みセクション --- */
.office-section {
  background: #f5f8fc;
  padding: 10px 5px;
  text-align: center;
}
.office-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.office-box {
  width: 300px;
  max-width: 90%;
  padding: 20px;
  background: transparent;
  text-align: center;
}
.office-box .box-image img {
  min-width: 250px;
  min-height: 250px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}
.office-box .box-title {
  font-size: 18px;
  font-weight: bold;
  color: #004aad;
  margin-bottom: 10px;
}
.office-box .box-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  text-align: left;
}

/* ▼--- CTAセクション（横幅いっぱい） --- */
.cta-section {
  width: 100%;
  background-color: #004aad;
  color: #ffffff;
  text-align: center;
  padding: 20px;
}
.cta-section .cta-main {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cta-section .cta-sub {
  font-size: 16px;
  margin-bottom: 20px;
}
.cta-section .cta-phone {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cta-section .cta-button {
  display: inline-block;
  padding: 14px 32px;
  background: #ff3366;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.cta-section .cta-hours {
  font-size: 13px;
  margin-top: 10px;
}

/* ▼--- バナーをスライダー内に重ねる --- */
#top_slider .item {
  position: relative;
}
/* スライダー画像を親要素幅に合わせて常に縮尺調整する */
#top_slider img {
  width: 100% !important;
  height: auto !important;
}
#top_contact_banner {
  position: absolute;
  bottom: 50px;
  right: 300px;
  z-index: 10;
  background: transparent;
  padding: 12px 16px;
  border-radius: 6px;
  text-align: center;
  font-family: "UD明朝", serif;
  box-shadow: none;
}
#top_contact_banner .contact-text {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: bold;
  margin-bottom: 16px;
  color: #004aad;
}
#top_contact_banner .contact-phone a,
#top_contact_banner .contact-mail a {
  display: inline-block;
  margin: 5px 10px;
  padding: 10px 16px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
}
#top_contact_banner .contact-phone a {
  background: transparent;
  color: #004aad;
  font-size: 20px;
}
#top_contact_banner .contact-mail a {
  background: #004aad;
  color: #ffffff;
  font-size: 18px;
}

/* ▼--- スムーススクロール有効化 --- */
html {
  scroll-behavior: smooth;
}

/* ▼--- 「当事務所の取り組み」見出しのスタイル --- */
.office-section .office-section-title {
  font-size: 44px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  color: #004aad;
}
.office-section .office-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-color: yellow;
  z-index: -1;
}

/* Contact Form 7 ラジオボタンのレイアウトと表示を調整 */
.wpcf7-list-item {
  display: inline-block;
  margin-right: 16px;
}
.wpcf7-list-item input[type="radio"] {
  opacity: 1;
  position: static;
  margin-right: 6px;
  appearance: auto;
}
.wpcf7-list-item-label {
  font-size: inherit;
  line-height: inherit;
}

/* ▼--- FAQセクション --- */
.faq-wrapper {
  background-color: #f4f7fb;
  padding: 60px 20px;
  margin-top: 60px;
}
.faq-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.accordion,
.panel {
  text-align: center;
}

/* ▼--- 事務所のご案内セクション --- */
.office-info-section {
  background: #f9f9f9;
  padding: 60px 20px;
  width: 100%;
  box-sizing: border-box;
}
/* 中央寄せ用の内側ラッパー */
.office-info-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.office-top-icon-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
.office-top-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
}
/* ▼ 見出し */
.office-section-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #004aad;
}
.office-section-title i {
  margin-right: 10px;
}
/* ▼ 2カラムレイアウト */
.office-section-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
.office-section-left,
.office-section-right {
  flex: 1;
  min-width: 300px;
  min-height: 150px;
}
/* ▼ 左：事務所情報の表 */
.office-info-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.office-info-table th,
.office-info-table td {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
}
/* 左側（見出しセル）のデザイン */
.office-info-table th {
  background-color: #e0f3ff;
  width: 150px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}
/* 右側（内容セル）のデザイン */
.office-info-table td {
  width: auto;
  background-color: #fff;
}
/* ▼ プロフィール欄 */
.office-profile {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
/* ▼ 右：画像ブロック */
.office-image-block {
  margin-bottom: 20px;
}
.office-image-block img {
  width: 50%;
  height: auto;
  border-radius: 10px;
  display: block;
}

/* ▼ お問い合わせフォーム背景エリア全体 */
.contact-form-section {
  background-color: #f8f8f8;
  padding: 60px 20px;
}
/* ▼ 「無料」は黒太字（既に適用済だが念のためクラス明記） */
.form-desc-below strong {
  font-weight: bold;
  color: #000;
}
/* ▼ 紺色のセクション見出し（電話／メール） */
.contact-section-title {
  background-color: #3b6ea5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
}
/* ▼ 電話・メールの白背景エリアを共通化 */
.contact-details {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
/* ▼ 電話番号と受付時間の見た目調整（再利用） */
.form-phone {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  margin-bottom: 6px;
}
.form-hours {
  font-size: 13px;
  color: #666;
}
/* ▼ 全体の中央寄せラッパー */
.custom-contact-wrapper {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
/* ▼ Contact Form 7 の中央寄せ */
#contact_form .contact-form-inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
/* --- Contact Form ラベル左揃え --- */
.wpcf7-form label {
  display: block;
  text-align: left;
  margin-bottom: 6px;
}
/* ラジオグループを含む段落だけ左寄せ */
.contact-details p {
  text-align: left;
}
/* ▼ 上部タイトル部分（ピンク背景） */
.form-header {
  background-color: #ff3366;
  color: white;
  padding: 16px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 6px;
}
.form-header .form-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
/* ▼ タイトル下の説明文（ピンク外） */
.form-desc-below {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.7;
}
.form-desc-below strong {
  font-weight: bold;
  color: #000;
}
/* ▼ 電話でのお問い合わせ */
.contact-by-phone {
  background-color: #ffffff;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  text-align: center;
}
.contact-by-phone .contact-subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #004aad;
  margin-bottom: 10px;
}
.form-phone {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  margin-bottom: 6px;
}
.form-hours {
  font-size: 13px;
  color: #666;
}
/* ▼ メールでのお問い合わせ */
.contact-by-mail {
  background-color: #ffffff;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
  text-align: center;
}
.contact-by-mail .contact-subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #004aad;
  margin-bottom: 20px;
}

/* ▼--- レスポンシブ --- */
@media screen and (max-width: 768px) {
  /* ▼--- メインコンテンツの調整 --- */
  #main_contents3,
  #page_template1 {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  
  /* ▼--- スライダー部分の最適化 --- */
  #top_slider,
  #top_slider .slick-track,
  #top_slider .slick-slide {
    width: 100% !important;
  }
  #top_slider img {
    width: 100% !important;
    height: auto !important;
    max-height: 250px;
    object-fit: cover;
  }
  
  /* ▼--- コンタクトバナーのモバイル最適化 --- */
  #top_contact_banner {
    position: static !important;
    transform: none !important;
    margin: 20px auto;
    width: 90%;
    max-width: 320px;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #004aad;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  #top_contact_banner .contact-text {
    font-size: 20px;
    color: #004aad;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.3;
  }
  #top_contact_banner .contact-phone a,
  #top_contact_banner .contact-mail a {
    display: block;
    margin: 10px 0;
    text-decoration: none;
    font-weight: bold;
  }
  #top_contact_banner .contact-phone a {
    background: transparent;
    color: #004aad;
    font-size: 22px;
    padding: 10px;
  }
  #top_contact_banner .contact-mail a {
    background: #004aad;
    color: #ffffff;
    font-size: 18px;
    padding: 12px;
    border-radius: 6px;
  }
  
  /* ▼--- 2段目レイアウト調整（縦並び） --- */
  #page_template1 .pt_layout2_wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  #page_template1 .pt_layout2_wrapper .pt_layout2_item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    background: #f8f9fa;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #page_template1 .pt_layout2_wrapper .pt_layout2_item_image {
    flex: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #page_template1 .pt_layout2_wrapper .pt_layout2_item_image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
  #page_template1 .pt_layout2_wrapper .pt_layout2_item_text {
    flex: none;
    width: 100%;
  }
  #page_template1 .pt_layout2_wrapper .pt_layout2_item_text h2,
  #page_template1 .pt_layout2_wrapper .pt_layout2_item_text .headline2 {
    font-size: 22px;
    margin: 0 0 15px 0;
    padding: 0;
    color: #004aad;
    line-height: 1.4;
    text-align: center;
  }
  
  /* ▼--- 汎用見出し調整（モバイル用） --- */
  .features-title,
  .flow-title {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.4;
  }
  .headline,
  .headline2,
  .headline4 {
    font-size: 26px;
    line-height: 1.4;
    text-align: center;
  }
  .headline4 {
    font-size: 24px;
    margin: 40px 0 20px 0;
  }
  
  /* ▼--- 4段目レイアウト調整 --- */
  .pt_layout4 {
    flex-direction: column;
    gap: 20px;
    margin: 40px 0;
    align-items: center;
  }
  .pt_layout4_image {
    flex: none;
    max-width: 400px;
    width: 100%;
    text-align: center;
  }
  .pt_layout4_image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .pt_layout4_text {
    flex: none;
    width: 100%;
  }
  
  /* ▼--- 文字サイズの統一（モバイル用） --- */
  #page_template1 p,
  .desc {
    font-size: 18px;
    line-height: 1.7;
  }
  
  /* ▼--- 「当事務所の取り組み」見出し調整 --- */
  .office-section .office-section-title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .office-section .office-section-title::after {
    height: 4px;
  }
  
  /* ▼--- 事務所のご案内セクション --- */
  .office-info-section {
    padding: 40px 15px;
  }
  .office-top-icon {
    width: 80px;
    height: 80px;
  }
  .office-section-title {
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .office-section-content {
    flex-direction: column;
    gap: 30px;
  }
  .office-section-left,
  .office-section-right {
    flex: none;
    width: 100%;
    min-width: auto;
  }
  .office-info-table th {
    padding: 8px;
    font-size: 14px;
    width: 120px;
  }
  .office-info-table td {
    padding: 8px;
    font-size: 14px;
  }
  .office-profile {
    font-size: 14px;
    line-height: 1.7;
  }
  .office-image-block img {
    width: 90%;
    max-width: 350px;
    margin: 0 auto;
    display: block;
  }
  
  /* ▼--- FAQセクション --- */
  .faq-wrapper {
    padding: 40px 15px;
  }
  .faq-inner {
    max-width: 100%;
  }
  .accordion,
  .panel {
    font-size: 16px;
    line-height: 1.5;
    padding: 12px;
    text-align: left;
  }
  
  /* ▼--- お問い合わせフォームセクション --- */
  .contact-form-section {
    padding: 40px 15px;
  }
  .custom-contact-wrapper {
    max-width: 100%;
    padding: 30px 20px;
  }
  .form-header .form-title {
    font-size: 18px;
    line-height: 1.4;
  }
  .form-desc-below {
    font-size: 14px;
    padding: 15px;
  }
  .contact-section-title {
    font-size: 16px;
    padding: 15px;
  }
  .contact-details {
    padding: 15px;
  }
  .form-phone {
    font-size: 20px;
  }
  .form-hours {
    font-size: 12px;
  }
  
  /* ▼--- Contact Form 7の調整 --- */
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
	margin-top: 5px;
  }
  .wpcf7-form input[type="submit"] {
    width: 100%;
    max-width: 250px;
    padding: 15px 20px;
    font-size: 16px;
    background: #004aad;
    color: white;
    border: none;
    border-radius: 25px;
    margin: 20px auto 0 auto;
    display: block;
  }
  .wpcf7-list-item {
    display: block;
    margin: 8px 0;
  }
  .wpcf7-list-item input[type="radio"] {
    margin-right: 8px;
  }
  
  /* ▼--- ご依頼の流れセクション --- */
  .flow-section {
    padding: 40px 15px;
  }
  .flow-title {
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .flow-step {
    flex-direction: column;
    padding: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .flow-num {
    margin: 0 auto;
    min-width: 40px;
    min-height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .flow-image {
    margin: auto;
    text-align: center;
  }
  .flow-image img {
    width: 80px;
    max-width: 80px;
    height: auto;
  }
  .flow-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center
  }
  .flow-text p {
    font-size: 15px;
    line-height: 1.6;
  }
  
  /* ▼--- CTAセクション --- */
  .cta-section {
    margin: 40px 0;
    padding: 30px 15px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background: linear-gradient(135deg, #004aad 0%, #0066cc 100%);
    color: white;
  }
  .cta-main {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  .cta-sub {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  .cta-phone {
    font-size: 20px;
    margin-bottom: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-weight: bold;
  }
  .cta-button {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 20px;
    margin-bottom: 10px;
    max-width: 90%;
    width: auto;
    text-decoration: none;
    box-sizing: border-box;
    background: #ff6b35;
    color: white;
    font-weight: bold;
    transition: background 0.3s;
  }
  .cta-button:hover {
    background: #e55a2b;
  }
  .cta-hours {
    font-size: 12px;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
    opacity: 0.9;
  }
  
  /* ▼--- 当事務所の取り組みボックス --- */
  .office-boxes {
    display: block;
  }
  .office-box {
    margin-bottom: 20px;
    padding: 20px 15px;
    text-align: center;
  }
  .box-image {
    margin-bottom: 15px;
  }
  .box-image img {
    width: 100%;
    max-width: 200px;
  }
  .box-title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .box-desc {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  
  /* ▼--- パンくずリスト --- */
  #breadcrumb {
    padding: 10px 15px;
    font-size: 13px;
  }
  
  /* ▼--- 汎用的な調整 --- */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  .between-layout-space {
    height: 20px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  
  /* ▼--- フッターの調整 --- */
  #footer-top {
    padding: 15px 0;
  }
  #footer_logo_text {
    margin: 0 auto;
  }
  #footer-bottom {
    background-color: #222439;
  }
}

#top_image { width:100%; height:auto; margin:0 0 40px 0; position:relative; }
#top_image .item img {
  width: 100%;
  height: auto;
}
  /* ---------- Font (見本寄せ：Noto Sans JP 極太) ---------- */


  /* ---------- Base ---------- */
  .lp-hero{
    --bg: url('https://gyouseishoshi-ken.com/minpaku/wp-content/uploads/2025/08/8e1b944f4389bdaab6f11d5bc83190c8.png');
    --bg: url('https://gyouseishoshi-ken.com/minpaku/wp-content/uploads/2025/09/top_image.avif');
    --blue: #1351b8;
    --blue-strong:#0a3d9a;
    --hl:#fff06a;
    font-family: "游明朝体", "ヒラギノ明朝 ProN";
    position: relative;
    min-height: 600px;
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
  }
  .lp-hero::before{
    content:"";
    position:absolute; inset:0;
    background:
      linear-gradient(90deg, rgba(0,0,0,.62) 0 38%, rgba(0,0,0,.34) 52%, rgba(0,0,0,0) 64%),
      var(--bg) center/cover no-repeat;
    z-index:0;
  }

  /* 左下のコピー */
  .lp-left-copy{
    position:absolute; left:54px; bottom:62px; z-index:1;
    color:#fff; font-weight:900; letter-spacing:.02em; line-height:1.12;
    text-shadow: 0 4px 26px rgba(0,0,0,.5);
    font-size: 4em;
    pointer-events:none;
  }

  /* ---------- 右パネル ---------- */
.lp-right {
	    grid-column: 2;
	    margin: 50px auto;
	
}

  .lp-panel{

	margin: 0 40px 0 20px;
    background: rgba(255,255,255,.70);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    border-radius: 0px;
    box-shadow: 0 10px 28px rgba(0,0,0,.14);
    padding: 34px 38px 28px 36px;
    position: relative;
    z-index:1;
    box-sizing: border-box;
	  	max-width: 760px;

  }

  /* 見出し */
  .ttl {
    margin-left: 40px;
    color: var(--blue);
    font-weight: 500;
    line-height: 1.28;
	font-size: 3em;
	margin-bottom: 20px;
  }

  /* 黄色マーカー（位置を下に寄せる） */
  .hl{
    position: relative;
    display: inline-block;
    padding: 0 .1em .04em;
  }
  .hl::after{
    content:"";
    position:absolute;
    height: .30em;
    bottom: -0.10em;                 /* ← 下線の“見える位置”を調整 */
	left: 0;
	width: 100%;
    background: var(--hl);
    border-radius: 2px;
    z-index: -1;
  }

.lp-panel-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lp-panel-bottom-1 {
	flex: 6;
	text-align: center;
}	
.lp-panel-bottom-2 {
	flex: 200px;
	margin-left: 15px;
}	

  /* 相談行（テキスト＋ボタン） */
  .lp-cta-line{
    display:flex; align-items:center;
	flex-wrap:wrap;
    margin: 10px 0 6px;
    color: var(--blue);
    font-weight: 900;
    font-size: 26px;
	justify-content: center;
	flex-direction: column;
	gap: 0px;
  }

  /* メールボタン（表示崩れ対策：nowrap & 固定高さ） */
  .lp-btn{
    display:inline-flex; align-items:center; gap:.55em;
    height: 42px; 
	padding: 0 16px;
    border-radius: 6px;
    background:#0e45bc; 
	color:#fff; 
	text-decoration:none; 
	font-weight:600;
	font-size: 0.8em;
    box-shadow: 0 10px 20px rgba(15,78,216,.28), inset 0 -3px 0 rgba(0,0,0,.12);
    white-space: nowrap;         
    line-height: 1;              
	margin: 20px 0 10px;
  }
  .lp-btn svg{ width:22px; height:22px; flex:none; }

  /* 電話番号 */
  .lp-phone{
    display:flex; align-items:center; gap:12px;
    margin-top: 32px;
    font-weight:900; color:#0a3d9a;
    font-size: 25px;
  }
.lp-phone a {
	color: var(--blue);
}
  .lp-phone svg{ width:24px; height:24px; flex:none; }

  /* 右下のオペレーター（絶対配置だが、パディングで当てない） */
  .lp-operator{
    border-radius: 16px; overflow:hidden;
    box-shadow: 0 10px 26px rgba(0,0,0,.16);
    background:#eef5ff;
    width:100%; 
	height: 170px;
	object-fit: cover;
}


.lp-desc {
	font-size: 2.2em;
	margin: 30px;
	color: var(--blue);
	line-height: 1.5;
}

/* === 768px以下のレスポンシブ調整 === */
@media (max-width: 768px) {
  /* レイアウトを1カラム化 */
  .lp-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .lp-right {
    grid-column: 1;
    margin: 0; /* パネルの外側余白はパネル側で統一して付与 */
  }

  /* 要件1: 左下コピーを非表示 */
  .lp-left-copy {
    display: none;
  }

  /* 右下オペレーター（下段2カラム目）を非表示 */
  .lp-panel-bottom-2 {
    display: none;
  }

  /* パネルを画面全体に表示（四辺20pxマージン） */
  .lp-panel {
    margin: 20px;
    max-width: none; /* 横幅制限を解除して端末幅にフィット */
  }
	
	.ttl {
		margin-left: 0;
		font-size: 2em;
	}
	
	.lp-desc {
		margin: 30px 0;
		font-size: 1.6em;
	}
	
	.lp-cta-line {
		font-size: 20px;
	}
}
