@charset "UTF-8";
.pc,
.pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc,
  .pc-only {
    display: none;
  }
}
.sp,
.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp,
  .sp-only {
    display: block;
  }
}
#breadcrumb,
header,
.site-header,
#site-header,
.global-header,
.l-header,
.p-header,
.header,
.ast-header-break-point {
  display: none !important;
}

footer,
.site-footer,
#site-footer,
.global-footer,
.l-footer,
.p-footer,
.footer {
  display: none !important;
}

@media screen and (max-width: 767px) {
  #wpadminbar {
    display: none;
  }
}

.underlayer_inner {
  margin: 0px;
}

@media screen and (max-width: 767px) {
  #main {
    overflow-x: hidden;
  }
}

.head-ttl-wrap {
  display: none;
}

.wrapper {
  max-width: unset;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.5;
  background-color: #fff;
  overflow-x: hidden;
  font-size: 18px;
}

#underlayer_inner,
.underlayer_inner {
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .claim-support .main-img {
    max-width: 1470px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .claim-support .main-img {
    width: 100%;
  }
}
.claim-support .fw-bold {
  font-weight: bold;
}
.claim-support .blockeditor-area h3,
.claim-support .ttl-pattern2 {
  text-align: unset;
}
@media screen and (min-width: 768px) {
  .claim-support .claimｰimg-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .claim-support .claimｰimg-inner .img-margin {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .claim-support .claimｰimg-inner .img-margin {
    margin-top: -40px;
  }
}
.claim-support .claimｰimg-inner img {
  display: block;
}
.claim-support h2 {
  all: revert;
  position: static !important;
  display: block !important;
  max-width: none !important;
  width: auto !important;
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  box-sizing: border-box !important;
}
.claim-support h2::after {
  content: none !important;
}
.claim-support .claim-support-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .claim-support section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .claim-support section {
    padding: 40px 0;
  }
}
.claim-support .claim-hero {
  background: linear-gradient(135deg, #f0f7ff 0%, #e1f0ff 100%);
  border-bottom: 4px solid #0070ba;
}
.claim-support .op-claim-hero-ttl {
  font-size: 30px !important;
  font-weight: 800 !important;
  color: #004a80 !important;
  margin-bottom: 15px !important;
  line-height: 1.3 !important;
  max-width: none !important;
  text-align: center !important;
}
.claim-support .claim-hero-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 25px;
  text-align: center;
}
.claim-support .claim-hero-cta-wrapper {
  text-align: center;
}
.claim-support .claim-hero-cta {
  display: inline-block;
  background-color: #ff6b6b;
  text-align: center;
  color: #fff;
  padding: 12px 40px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 0 4px 10px rgba(255, 107, 107, 0.3);
}
.claim-support .op-problem-ttl {
  text-align: center !important;
}
@media screen and (min-width: 768px) {
  .claim-support .op-problem-ttl {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 767px) {
  .claim-support .op-problem-ttl {
    font-size: 24px !important;
  }
}
.claim-support .op-problem-ttl {
  margin-bottom: 20px !important;
  font-weight: 800 !important;
  max-width: none !important;
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .claim-support .problem-list {
    width: max-content;
  }
}
.claim-support .problem-list {
  margin: 0 auto;
  border: 2px solid #ff6b6b;
  border-radius: 8px;
  padding: 15px 25px;
  background: #fffaf0;
}
.claim-support .problem-item {
  padding: 8px 0;
  border-bottom: 1px dashed #ffb3b3;
  font-size: 16px;
}
.claim-support .problem-item:last-child {
  border-bottom: none;
}
.claim-support .problem-conclusion {
  text-align: center;
  padding: 12px;
  background: #ff6b6b;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .claim-support .problem-conclusion {
    font-size: 24px;
    width: max-content;
  }
}
@media screen and (max-width: 767px) {
  .claim-support .problem-conclusion {
    font-size: 20px;
  }
}
.claim-support .problem-conclusion {
  margin: 0 auto;
  margin-top: 30px;
}
.claim-support .insight-section {
  background: #f9f9f9;
  text-align: center;
}
.claim-support .op-insight-ttl {
  font-size: 24px !important;
}
@media screen and (max-width: 767px) {
  .claim-support .op-insight-ttl {
    font-size: 20px !important;
  }
}
.claim-support .op-insight-ttl {
  color: #0070ba !important;
  margin-bottom: 25px !important;
  font-weight: 800 !important;
  max-width: none !important;
}
.claim-support .insight-skills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.claim-support .insight-skill {
  background: #fff;
  border: 2px solid #0070ba;
  padding: 12px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.claim-support .insight-warning {
  color: #ff6b6b;
  font-size: 22px;
  font-weight: 800;
  margin: 25px 0 10px;
  text-align: center;
}
.claim-support .insight-problems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.claim-support .insight-problem-item {
  background: #ffeded;
  color: #ff6b6b;
  border: 1px solid #ff6b6b;
  padding: 10px 5px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
}
.claim-support .solution-section {
  background: #0070ba;
  color: #fff;
  text-align: center;
}
.claim-support .op-solution-ttl {
  font-size: 28px !important;
  margin-bottom: 10px !important;
  font-weight: 800 !important;
  max-width: none !important;
  color: #fff !important;
}
.claim-support .solution-subtitle {
  margin-bottom: 30px;
  font-size: 16px;
  opacity: 0.9;
}
.claim-support .solution-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 15px;
}
.claim-support .solution-feature {
  background: #fff;
  color: #333;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
}
.claim-support .solution-feature p {
  font-size: 16px;
  margin-bottom: 0;
}
.claim-support .op-solution-feature-ttl {
  color: #0070ba !important;
  font-weight: bold !important;
  font-size: 18px !important;
  margin-bottom: 8px !important;
  border-left: 4px solid #0070ba !important;
  padding-left: 10px !important;
  display: block !important;
  line-height: 1.2 !important;
}
.claim-support .op-comparison-ttl {
  text-align: center !important;
  font-size: 24px !important;
}
@media screen and (max-width: 767px) {
  .claim-support .op-comparison-ttl {
    font-size: 20px !important;
  }
}
.claim-support .op-comparison-ttl {
  margin-bottom: 25px !important;
  font-weight: 800 !important;
  max-width: none !important;
}
.claim-support .table-scroll {
  width: 100%;
  overflow-x: auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.claim-support .comparison-table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .claim-support .comparison-table {
    min-width: 600px;
  }
}
.claim-support .comparison-table {
  border-collapse: collapse;
  border: 1px solid #eee;
}
.claim-support .comparison-table thead {
  background: #0070ba;
  color: #fff;
}
.claim-support .comparison-table th,
.claim-support .comparison-table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #eee;
  font-size: 16px;
}
.claim-support .comparison-good {
  color: #0070ba;
  font-weight: 900;
  font-size: 22px;
}
.claim-support .comparison-bad {
  color: #ccc;
  font-size: 22px;
}
.claim-support .benefit-section {
  background: #f0f7ff;
}
.claim-support .op-benefit-ttl {
  text-align: center !important;
}
@media screen and (min-width: 768px) {
  .claim-support .op-benefit-ttl {
    font-size: 24px !important;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .claim-support .op-benefit-ttl {
    font-size: 20px !important;
    margin-top: 30px;
  }
}
.claim-support .op-benefit-ttl {
  margin-bottom: 30px !important;
  color: #0070ba !important;
  font-weight: 800 !important;
  max-width: none !important;
  text-align: center;
}
.claim-support .benefit-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.claim-support .benefit-card {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s;
}
.claim-support .benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 40px rgba(0, 113, 188, 0.2);
}
.claim-support .benefit-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(135deg, #0071bc 0%, #005a94 100%);
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.claim-support .benefit-card-title {
  font-size: 22px;
  font-weight: bold;
  color: #0071bc;
  margin-bottom: 20px;
  text-align: center;
}
.claim-support .benefit-card-items {
  text-align: left;
  font-size: 16px;
  line-height: 2;
  width: max-content;
  margin: 0 auto;
}
.claim-support .benefit-card-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.claim-support .op-industry-ttl {
  text-align: center !important;
  font-size: 24px !important;
}
@media screen and (max-width: 767px) {
  .claim-support .op-industry-ttl {
    font-size: 20px !important;
  }
}
.claim-support .op-industry-ttl {
  margin-bottom: 30px !important;
  font-weight: 800 !important;
  max-width: none !important;
}
.claim-support .industry-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.claim-support .industry-card {
  background-color: #fff;
  border: 3px solid #0071bc;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s;
}
.claim-support .industry-card:hover {
  box-shadow: 0 10px 40px rgba(0, 113, 188, 0.2);
  transform: translateY(-5px);
}
.claim-support .industry-header {
  background: linear-gradient(135deg, #0071bc 0%, #005a94 100%);
  color: #fff;
  padding: 15px;
  text-align: center;
}
.claim-support .industry-icon {
  font-size: 48px;
  margin-bottom: 15px;
}
.claim-support .industry-name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
.claim-support .industry-body {
  padding: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.claim-support .industry-catch {
  font-size: 18px;
  font-weight: bold;
  color: #0071bc;
  margin-bottom: 15px;
  line-height: 1.6;
  text-align: center;
}
.claim-support .industry-problems-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.claim-support .industry-problems {
  list-style: none;
  margin-bottom: 25px;
  line-height: 1.8;
}
.claim-support .industry-problems li {
  padding-left: 25px;
  position: relative;
  color: #333;
}
.claim-support .industry-problems li:before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #ff6b6b;
  font-weight: bold;
}
.claim-support .industry-points-title {
  font-size: 16px;
  font-weight: bold;
  color: #0071bc;
  margin-bottom: 15px;
}
.claim-support .industry-points {
  list-style: none;
  line-height: 1.8;
}
.claim-support .industry-points li {
  padding-left: 25px;
  position: relative;
  color: #333;
}
.claim-support .industry-points li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0071bc;
  font-weight: bold;
}
.claim-support .industry-result {
  margin-top: 25px;
  padding: 15px;
  background-color: #f0f8ff;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  color: #0071bc;
}
.claim-support .whitepaper-section {
  background: #ffeded;
}
.claim-support {
  /* ホワイトペーパーセクション */
  /* 背景セクション */
  /* 背景セクション */
}
.claim-support .whitepaper-section {
  padding: 80px 16px;
  background: linear-gradient(180deg, #fffcfc 0%, #fff0f0 100%);
}
.claim-support .whitepaper-container {
  max-width: 1000px;
  margin: 0 auto;
}
.claim-support {
  /* 導入テキスト */
}
.claim-support .whitepaper-header {
  text-align: center;
  margin-bottom: 40px;
}
.claim-support .whitepaper-title {
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.claim-support .whitepaper-subtitle {
  font-size: clamp(15px, 3vw, 18px);
  color: #555;
  line-height: 1.8;
}
.claim-support {
  /* カードデザイン */
}
.claim-support .whitepaper-card {
  background: #fff;
  border-radius: 20px;
  padding: clamp(24px, 6vw, 60px);
  box-shadow: 0 15px 45px rgba(255, 71, 87, 0.1);
  position: relative;
  border: 1px solid #ffebeb;
}
.claim-support .whitepaper-card-header {
  text-align: center;
  margin-bottom: 40px;
}
.claim-support .whitepaper-card-title {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .claim-support .whitepaper-card-title {
    font-size: 20px;
  }
}
.claim-support .whitepaper-card-title {
  font-weight: 700;
  color: #ff4757; /* ユーザー提供の配色に合わせ調整 */
  line-height: 1.5;
  text-align: center;
}
.claim-support {
  /* コンテンツ配置（2カラム） */
}
.claim-support .whitepaper-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
.claim-support {
  /* 各ボックスの装飾 */
}
.claim-support .whitepaper-box {
  background: #fdfdfd;
  border: 1px solid #f2f2f2;
  border-radius: 12px;
  padding: 24px;
}
.claim-support .whitepaper-box-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  color: #222;
  border-bottom: 2px solid #ffeded;
  padding-bottom: 8px;
}
.claim-support .whitepaper-box-title::before {
  content: "";
  width: 4px;
  height: 18px;
  background: #ff4757;
  margin-right: 10px;
  border-radius: 2px;
}
.claim-support .whitepaper-list {
  list-style: none;
}
.claim-support .whitepaper-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}
.claim-support {
  /* 番号付きリスト */
}
.claim-support .whitepaper-list.ordered {
  counter-reset: item;
  padding-left: 0;
}
.claim-support .whitepaper-list.ordered li::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: #ff4757;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.claim-support {
  /* チェックリスト */
}
.claim-support .whitepaper-list.check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ff4757;
  font-weight: 900;
  font-size: 18px;
  top: -2px;
}
.claim-support {
  /* フッターエリア */
}
.claim-support .whitepaper-footer {
  text-align: center;
}
.claim-support .whitepaper-summary {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
  padding: 0 10px;
}
.claim-support {
  /* ボタンデザイン */
}
.claim-support .whitepaper-button-container {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.claim-support .whitepaper-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff4757 0%, #ee3a4a 100%);
  color: #fff;
  padding: 20px 60px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(18px, 4vw, 22px);
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 25px rgba(255, 71, 87, 0.3);
  width: auto;
  min-width: 300px;
}
.claim-support .whitepaper-button:active {
  transform: translateY(2px);
  box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3);
}
@media (hover: hover) {
  .claim-support .whitepaper-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 71, 87, 0.4);
    background: linear-gradient(135deg, #ff6b81 0%, #ff4757 100%);
    color: #fff;
  }
}
.claim-support .whitepaper-note {
  font-size: 12px;
  color: #999;
  margin-top: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .claim-support .whitepaper-section {
    padding: 40px 0px;
  }
  .claim-support .whitepaper-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .claim-support .whitepaper-button {
    width: 100%;
    min-width: unset;
    padding: 18px 20px;
  }
  .claim-support .whitepaper-box {
    padding: 16px;
  }
  .claim-support .whitepaper-list li {
    font-size: 14px;
  }
}
.claim-support .flow-section {
  background: #f5f5f5;
}
.claim-support .op-flow-ttl {
  text-align: center !important;
  font-size: 24px !important;
}
@media screen and (max-width: 767px) {
  .claim-support .op-flow-ttl {
    font-size: 20px !important;
  }
}
.claim-support .op-flow-ttl {
  margin-bottom: 30px !important;
  font-weight: 800 !important;
  max-width: none !important;
}
.claim-support .flow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.claim-support .flow-step {
  background: #fff;
  border-radius: 8px;
  padding: 25px 15px;
}
@media screen and (max-width: 767px) {
  .claim-support .flow-step {
    padding: 15px;
  }
}
.claim-support .flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border-top: 5px solid #0070ba;
}
.claim-support .flow-step-number {
  background: #0070ba;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .claim-support .flow-step-number {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.claim-support .op-flow-step-ttl {
  font-weight: bold !important;
  color: #0070ba !important;
  font-size: 18px !important;
  margin-bottom: 10px !important;
}
.claim-support .flow-step-description {
  font-size: 15px;
  color: #333;
  line-height: 1.4;
}
.claim-support .simple-footer {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #eee;
}
.claim-support .footer-copy {
  font-size: 12px;
  color: #aaa;
}
.claim-support .underlayer_inner {
  margin-top: 0;
}
.claim-support .lp-hero {
  margin: 0 auto 60px;
  margin-bottom: 0px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}
.claim-support .lp-hero-left {
  flex: 1 1 auto;
  background: #fff;
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  border-right: 1px solid #ebebeb;
}
@media screen and (min-width: 768px) {
  .claim-support .lp-hero-left {
    min-width: 700px;
    margin-top: 85px;
  }
}
.claim-support .lp-hero-left img {
  width: 100%;
}
.claim-support .lp-hero-mv-wrap {
  position: relative;
}
.claim-support .lp-hero-mv-img {
  display: block;
  width: 100%;
  height: auto;
}
.claim-support .lp-hero-btns {
  position: absolute;
  display: flex;
  gap: 15px;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 767px) {
  .claim-support .lp-hero-btns {
    flex-flow: column;
    bottom: 35px;
    width: 80%;
  }
}
.claim-support .lp-hero-btns a img {
  display: block;
  width: auto;
}
@media screen and (min-width: 768px) {
  .claim-support .lp-hero-btns a img {
    height: auto;
  }
}
.claim-support .lp-hero-btns .dl-cta {
  background: #333333;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  display: flex;
  align-items: anchor-center;
  justify-content: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .claim-support .lp-hero-btns .dl-cta {
    max-width: 500px;
    width: 300px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .claim-support .lp-hero-btns .dl-cta {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1260px) {
  .claim-support .lp-hero-btns .dl-cta {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .claim-support .lp-hero-btns .dl-cta {
    font-size: 14px;
  }
}
.claim-support .lp-hero-right {
  box-sizing: border-box;
  position: sticky;
  top: 60px;
  right: 0;
}
.claim-support .lp-hero-form {
  border-radius: 4px;
  background: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .claim-support .lp-hero-form {
    padding: 20px 18px 200px;
    width: 385px;
  }
}
.claim-support .lp-hero-form .op-contact-form {
  margin: 0;
  font-size: 13px;
}
.claim-support .lp-hero-form .op-contact-row {
  margin-bottom: 14px;
}
.claim-support .lp-hero-form .op-contact-label {
  font-size: 12px;
  color: #333;
  margin-bottom: 4px;
}
.claim-support .lp-hero-form .op-contact-required {
  font-size: 11px;
  color: #e53935;
}
.claim-support .lp-hero-form .op-contact-input,
.claim-support .lp-hero-form .op-contact-select,
.claim-support .lp-hero-form .op-contact-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  background: #fff;
}
.claim-support .lp-hero-form .op-contact-textarea {
  min-height: 120px;
  resize: vertical;
}
.claim-support .lp-hero-form .op-contact-row--privacy {
  margin-top: 8px;
}
.claim-support .lp-hero-form .op-contact-row--privacy .op-contact-field {
  text-align: left;
  font-size: 12px;
}
.claim-support .lp-hero-form .op-contact-row--privacy .op-contact-field a {
  color: #2981cb;
  text-decoration: underline;
}
.claim-support .lp-hero-form .op-contact-row--submit {
  margin-top: 18px;
  text-align: center;
}
.claim-support .lp-hero-form .op-contact-submit {
  width: 100%;
  padding: 12px 0;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.claim-support .lp-hero-form .op-contact-submit:hover {
  opacity: 0.85;
}
.claim-support .lp-hero-form .op-contact-field--tel {
  display: flex;
  align-items: center;
  gap: 6px;
}
.claim-support .lp-hero-form .op-contact-input--tel {
  width: 100%;
  flex: 1 1 0;
}
.claim-support .lp-hero-form-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}
.claim-support .lp-hero-form-icon img {
  display: block;
  height: 37px;
}
.claim-support .lp-hero-form-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #0058a8;
}
.claim-support .lp-sideform-row {
  margin-bottom: 12px;
}
.claim-support .lp-sideform-label {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}
.claim-support .lp-required {
  color: #e53935;
  font-size: 11px;
  margin-left: 4px;
}
.claim-support .lp-input,
.claim-support .lp-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 13px;
}
.claim-support .lp-textarea {
  min-height: 120px;
  resize: vertical;
}
.claim-support .lp-sideform-row--submit {
  text-align: center;
  margin-top: 10px;
}
.claim-support .lp-submit {
  display: inline-block;
  padding: 10px 40px;
  border: none;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.claim-support .lp-submit:hover {
  opacity: 0.85;
}
.claim-support .lp-sideform br {
  display: none;
}
.claim-support .lp-hero-right .op-contact-field br {
  display: none;
}
.claim-support .lp-hero-review div {
  display: flex;
  justify-content: center;
  background: #f9f9f9;
}
.claim-support .lp-faq {
  background: #ffffff;
  padding: 60px 80px 80px;
  box-sizing: border-box;
}
.claim-support .lp-faq .lp-faq-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
  letter-spacing: 0.08em;
  display: block;
  max-width: initial;
}
.claim-support .lp-faq .lp-faq-title::after {
  content: none;
}
.claim-support .faq-title {
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .claim-support .faq-title {
    font-size: 20px;
  }
}
.claim-support .faq-item {
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .claim-support .faq-item {
    padding: 20px;
  }
}
.claim-support .faq-item {
  margin-bottom: 20px;
  transition: all 0.3s;
}
.claim-support .faq-item:hover {
  border-color: #0071bc;
  box-shadow: 0 5px 20px rgba(0, 113, 188, 0.1);
}
.claim-support .faq-question {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.claim-support .faq-q-icon {
  background-color: #0071bc;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
}
.claim-support .faq-answer {
  font-size: 16px;
  color: #333;
  line-height: 2;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .claim-support .faq-answer {
    padding-left: 30px;
  }
}
.claim-support .lp-faq-a {
  display: none;
  margin-top: 16px;
}
.claim-support .lp-faq-a-text {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
}
.claim-support .lp-faq-a-label {
  font-size: 26px;
  font-weight: 700;
  color: #00a0e9;
  margin-right: 10px;
}
.claim-support .op-closing-card .sp_parts,
.claim-support .lp-hero-left .sp_parts {
  display: none;
}
@media screen and (max-width: 767px) {
  .claim-support body {
    font-size: 16px;
  }
  .claim-support .op-claim-hero-ttl {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .claim-support .op-claim-hero-ttl {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .claim-support .insight-skills,
  .claim-support .insight-problems {
    grid-template-columns: 1fr;
  }
  .claim-support .solution-features,
  .claim-support .benefit-cards,
  .claim-support .industry-cards,
  .claim-support .flow-steps {
    grid-template-columns: 1fr;
  }
  .claim-support .claim-hero-cta,
  .claim-support .whitepaper-button {
    width: 100%;
    max-width: 400px;
  }
  .claim-support .op-header {
    overflow: hidden;
    border: none;
  }
  .claim-support .op-header.is-open {
    padding-bottom: 80px;
  }
  .claim-support .op-header-nav,
  .claim-support .op-header-cta {
    flex: 0 0 100%;
    width: 100%;
    display: none;
  }
  .claim-support .op-header-nav {
    order: 3;
    margin-top: 8px;
  }
  .claim-support .op-header-nav ul {
    flex-direction: column;
    gap: 0;
    border-top: 1px solid #eee;
  }
  .claim-support .op-header-nav li a {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
  }
  .claim-support .op-header-cta {
    order: 4;
    margin-top: 16px;
    flex-direction: column;
    gap: 10px;
  }
  .claim-support .op-header-toggle {
    display: block;
  }
  .claim-support .op-header.is-open .op-header-nav {
    display: block;
  }
  .claim-support .op-header.is-open .op-header-cta {
    display: flex;
  }
  .claim-support .op-header-cta-item {
    justify-content: center;
    width: 100%;
    border-radius: 26px;
    font-size: 14px;
    padding: 14px 0;
  }
  .claim-support #op-footer {
    padding: 32px 18px 28px;
  }
  .claim-support .op-footer-inner {
    max-width: 640px;
    margin: 0 auto;
  }
  .claim-support .op-footer-logo {
    text-align: left;
  }
  .claim-support .op-footer-logo img {
    height: 70px;
    margin-bottom: 18px;
  }
  .claim-support .op-footer-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    list-style: none;
    padding: 18px 0 22px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .claim-support .op-footer-nav li {
    margin: 0;
  }
  .claim-support .op-footer-nav a {
    font-size: 14px;
  }
  .claim-support .op-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
    font-size: 12px;
  }
  .claim-support .op-footer-links {
    display: flex;
    gap: 16px;
  }
  .claim-support .op-footer-links a {
    font-size: 12px;
  }
  .claim-support .op-closing-cta {
    padding: 40px 0 48px;
  }
  .claim-support .op-closing-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 16px;
    flex-direction: column;
    gap: 24px;
  }
  .claim-support .op-closing-card {
    padding: 32px 20px;
  }
  .claim-support .op-closing-icon img {
    max-width: 60px;
    margin-bottom: 10px;
  }
  .claim-support .op-closing-text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 24px;
  }
  .claim-support .op-closing-btn {
    padding: 12px 32px;
    font-size: 14px;
  }
  .claim-support .op-closing-card .pc_parts,
  .claim-support .lp-hero-left .pc_parts {
    display: none;
  }
  .claim-support .op-closing-card .sp_parts,
  .claim-support .lp-hero-left .sp_parts {
    display: block;
  }
  .claim-support .breadcrumb-wrap,
  .claim-support .lp-hero-right {
    display: none;
  }
  .claim-support .lp-hero {
    flex-direction: column;
    margin: 0 0 40px;
  }
  .claim-support .lp-hero-left {
    border-right: none;
  }
  .claim-support .lp-hero-mv-img {
    width: 100%;
    height: auto;
  }
  .claim-support .lp-hero-review div {
    flex-wrap: wrap;
  }
  .claim-support .lp-faq {
    padding: 40px 20px 60px;
  }
  .claim-support .lp-faq .lp-faq-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .claim-support .lp-faq-q-text {
    font-size: 16px;
  }
  .claim-support .lp-faq-a-text {
    font-size: 14px;
  }
}
.claim-support .cta-button {
  display: inline-block;
  background-color: #fff;
  color: #0071bc;
  padding: 15px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
  border: 2px solid #0071bc;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .claim-support .cta-button {
    max-width: 350px;
  }
}
.claim-support .cta-button:hover {
  background-color: #0071bc;
  color: #fff;
}
.claim-support .cta-button.primary {
  background-color: #0071bc;
  color: #fff;
}
.claim-support .cta-button.primary:hover {
  background-color: #005a94;
}

.mw_wp_form_complete {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_complete {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.mw_wp_form_complete p {
  margin: 0;
}

.whitepaper-lp .mw_wp_form_complete {
  padding-top: 0;
  padding-bottom: 0;
}
.whitepaper-lp .wp-subtitle-box {
  display: inline-block;
  background-color: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  padding: 15px 25px;
}
@media screen and (max-width: 767px) {
  .whitepaper-lp .wp-subtitle-box {
    padding: 10px 20px;
    margin: 0 15px;
    font-size: 15px;
  }
}
.whitepaper-lp .wp-subtitle-box .wp-subtitle-text {
  color: #0060c0;
  margin-bottom: 0;
  font-weight: 600;
}
.whitepaper-lp .wp-benefit-callout {
  color: #0060c0;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .whitepaper-lp .op-contact-privacy-label {
    font-size: 16px;
  }
}
.whitepaper-lp .op-hearing-right {
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .whitepaper-lp .op-hearing-right {
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .whitepaper-lp .op-hearing-right {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .whitepaper-lp .mw_wp_form {
    display: block;
    margin: 0 auto;
  }
}
.whitepaper-lp {
  /* ▼ 無料ヒアリングページ */
  /* ▼ ヒアリングページ：タイトル全体 */
}
.whitepaper-lp .op-hearing-title {
  text-align: center;
  padding-top: 140px;
  padding-bottom: 60px;
}
.whitepaper-lp {
  /* アイコン */
}
.whitepaper-lp .op-hearing-title-icon img {
  display: block;
  margin: 0 auto 24px;
  height: 70px;
  /* スクショに合わせて大きめ */
}
.whitepaper-lp {
  /* 見出し */
}
.whitepaper-lp .op-hearing-title-main {
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #222;
  letter-spacing: 0.05em;
}
.whitepaper-lp {
  /* 説明文 */
}
.whitepaper-lp .op-hearing-title-sub {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.8;
}
.whitepaper-lp .op-hearing-main {
  margin: 0 auto 60px;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .whitepaper-lp .op-hearing-main {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .whitepaper-lp .op-hearing-main {
    gap: 40px;
  }
}
.whitepaper-lp .op-hearing-left,
.whitepaper-lp .op-hearing-right {
  flex: 1;
}
.whitepaper-lp {
  /* ▼ 左側パネル */
}
.whitepaper-lp .op-hearing-panel {
  background: #f4f7ff;
  /* 水色背景 */
  padding: 50px 40px;
  box-sizing: border-box;
}
.whitepaper-lp .op-hearing-panel-inner {
  max-width: 600px;
  margin: 0 auto;
}
.whitepaper-lp {
  /* 見出し：「こんな方におすすめ」 */
}
.whitepaper-lp .op-hearing-left .op-hearing-heading {
  font-size: 32px;
  color: #0060c0;
  text-align: center;
  margin: 0px 0 30px;
  letter-spacing: 0.08em;
  display: block;
  max-width: initial;
}
.whitepaper-lp .op-hearing-left .op-hearing-heading::after {
  content: none;
}
.whitepaper-lp {
  /* 箇条書き */
}
.whitepaper-lp .op-hearing-bullets {
  list-style: disc;
  max-width: 450px;
  /* ★リストの横幅を少し絞る */
  margin: 0 auto 40px;
  /* ★左右 auto でブロックを中央寄せ */
  padding-left: 1.4em;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #222;
  text-align: left;
}
.whitepaper-lp .op-hearing-bullets li {
  margin-bottom: 4px;
}
.whitepaper-lp {
  /* イラスト */
}
.whitepaper-lp .op-hearing-illust {
  text-align: center;
  margin-bottom: -60px;
}
.whitepaper-lp .op-hearing-illust img {
  /*    max-width: 320px;*/
  height: auto;
}
.whitepaper-lp {
  /* 下の白カード「フォーム送信後」 */
}
.whitepaper-lp .op-hearing-bottom-card {
  background: #ffffff;
  padding: 26px 30px 24px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.8;
}
.whitepaper-lp .op-hearing-bottom-card .op-hearing-bottom-ttl {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
}
.whitepaper-lp .op-hearing-bottom-note {
  font-size: 12px;
  color: #666;
  margin-top: 12px;
}
.whitepaper-lp .op-contact-form {
  max-width: 480px;
  padding: 0;
}
.whitepaper-lp .op-contact-label {
  margin-bottom: 5px;
}
.whitepaper-lp .op-hearing-right input.op-contact-input,
.whitepaper-lp .op-hearing-right textarea.op-contact-textarea {
  width: 100%;
  max-width: 100%;
}
.whitepaper-lp .op-contact-row.op-contact-row--privacy {
  margin: 20px 0 40px;
}
.whitepaper-lp .op-hearing-right input.op-contact-input {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #a8a8a8;
  border-radius: 4px;
  padding: 5px 8px;
}
@-moz-document url-prefix() {
  .whitepaper-lp .op-hearing-right input.op-contact-input,
  .whitepaper-lp .op-hearing-right textarea.op-contact-textarea {
    width: 100%;
  }
}
.whitepaper-lp span.mwform-tel-field input.op-contact-input {
  width: auto;
}
@media screen and (max-width: 767px) {
  .whitepaper-lp span.mwform-tel-field input.op-contact-input {
    width: 30%;
  }
}
.whitepaper-lp {
  /* ▼ 無料ヒアリングフォーム：送信ボタン */
}
.whitepaper-lp .op-hearing-right .mw_wp_form input[type=submit] {
  width: 300px;
  /* 横幅（必要なら調整してOK） */
  max-width: 100%;
  display: block;
  margin: 24px auto 0;
  /* 中央寄せ */
  padding: 18px 0;
  background: #222;
  /* 黒ボタン */
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
  /* 丸み */
  border: none;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
}
.whitepaper-lp .op-hearing-right .mw_wp_form input[type=submit]:hover {
  opacity: 0.85;
}
.whitepaper-lp .op-contact-row--privacy .op-contact-field {
  text-align: center;
}
.whitepaper-lp .op-contact-row--privacy .op-contact-field br {
  display: none;
}
.whitepaper-lp .op-contact-row--privacy .op-contact-field a {
  color: #2981cb;
  text-decoration: underline;
}
.whitepaper-lp {
  /* ▼ 無料ヒアリング：スマホレイアウト（768px以下） */
}
@media (max-width: 768px) {
  .whitepaper-lp .breadcrumb-wrap {
    display: none;
  }
  .whitepaper-lp article.underlayer_inner {
    margin-top: 0;
  }
  .whitepaper-lp {
    /* タイトルまわり */
  }
  .whitepaper-lp .op-hearing-title {
    padding: 40px 0 28px;
  }
  .whitepaper-lp .op-hearing-title-icon img {
    height: 56px;
    margin-bottom: 16px;
  }
  .whitepaper-lp .op-hearing-title-main {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .whitepaper-lp .op-hearing-title-sub {
    font-size: 13px;
    line-height: 1.7;
    padding: 0 24px;
  }
  .whitepaper-lp {
    /* 2カラム → 縦並びに */
  }
  .whitepaper-lp .op-hearing-main {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 16px 40px;
    box-sizing: border-box;
    display: block;
    gap: 0;
  }
  .whitepaper-lp .op-hearing-left,
  .whitepaper-lp .op-hearing-right {
    flex: none;
    width: 100%;
  }
  .whitepaper-lp .op-hearing-left {
    margin-bottom: 0;
  }
  .whitepaper-lp {
    /* 左パネルの調整 */
  }
  .whitepaper-lp .op-hearing-panel {
    padding: 28px 20px;
  }
  .whitepaper-lp .op-hearing-panel-inner {
    max-width: 100%;
  }
  .whitepaper-lp .op-hearing-left .op-hearing-heading {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .whitepaper-lp .op-hearing-bullets {
    font-size: 13px;
    line-height: 1.8;
    margin: 0 auto 24px;
    max-width: 100%;
  }
  .whitepaper-lp .op-hearing-illust {
    margin-bottom: 24px;
  }
  .whitepaper-lp .op-hearing-illust img {
    max-width: 260px;
  }
  .whitepaper-lp .op-hearing-bottom-card {
    padding: 20px 18px 18px;
    font-size: 13px;
  }
  .whitepaper-lp .op-hearing-bottom-ttl {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .whitepaper-lp .op-hearing-bottom-note {
    font-size: 11px;
    line-height: 1.7;
  }
  .whitepaper-lp .op-contact-form {
    margin: 0 auto;
  }
  .whitepaper-lp {
    /* 右側フォームの余白＆ボタン */
  }
  .whitepaper-lp .op-hearing-right .mw_wp_form {
    max-width: 100%;
  }
  .whitepaper-lp .op-hearing-right .mw_wp_form input[type=submit] {
    width: 100%;
    max-width: 320px;
    margin-top: 24px;
  }
}

#main_underlayer-wrapper {
  /* デフォルトヘッダー・フッターを消す */
}
#main_underlayer-wrapper header,
#main_underlayer-wrapper .site-header,
#main_underlayer-wrapper #site-header,
#main_underlayer-wrapper .global-header,
#main_underlayer-wrapper .l-header,
#main_underlayer-wrapper .p-header,
#main_underlayer-wrapper .header,
#main_underlayer-wrapper .ast-header-break-point {
  display: none !important;
}
#main_underlayer-wrapper footer,
#main_underlayer-wrapper .site-footer,
#main_underlayer-wrapper #site-footer,
#main_underlayer-wrapper .global-footer,
#main_underlayer-wrapper .l-footer,
#main_underlayer-wrapper .p-footer,
#main_underlayer-wrapper .footer {
  display: none !important;
}
#main_underlayer-wrapper .head-ttl-wrap {
  display: none;
}
#main_underlayer-wrapper .wrapper {
  max-width: initial;
  padding: 0;
}
#main_underlayer-wrapper {
  /*サイトcss打ち消し*/
}
#main_underlayer-wrapper .underlayer_inner {
  margin: 0;
}
#main_underlayer-wrapper {
  /* ▼ カスタムヘッダー */
}
#main_underlayer-wrapper .op-header {
  border-bottom: 1px solid #eee;
  background: #ffffff;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#main_underlayer-wrapper .op-header-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
#main_underlayer-wrapper .op-header-logo img {
  display: block;
  height: 40px;
}
#main_underlayer-wrapper .op-header-nav ul {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1300px) {
  #main_underlayer-wrapper .op-header-nav ul {
    gap: 20px;
  }
}
#main_underlayer-wrapper .op-header-nav a {
  text-decoration: none;
  color: #222;
  font-size: 14px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#main_underlayer-wrapper .op-header-nav a:hover {
  opacity: 0.7;
}
#main_underlayer-wrapper .op-header-cta {
  display: flex;
  height: 60px;
}
#main_underlayer-wrapper .op-header-cta-item {
  display: flex;
  align-items: center;
  padding: 0 24px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
#main_underlayer-wrapper .op-header-cta--hearing {
  background: #363636;
}
#main_underlayer-wrapper .op-header-cta--contact {
  background: #21569a;
}
#main_underlayer-wrapper .op-header-cta-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}
#main_underlayer-wrapper .op-header-cta-icon img {
  display: block;
  height: 30px;
}
#main_underlayer-wrapper .op-closing-card .sp_parts {
  display: none;
}
#main_underlayer-wrapper .op-contact-required {
  color: #e53935;
  font-size: 12px;
  margin-left: 4px;
}
@media (max-width: 1024px) {
  #main_underlayer-wrapper .op-header-inner {
    padding: 10px;
  }
  #main_underlayer-wrapper .op-header-nav ul {
    gap: 20px;
  }
}
#main_underlayer-wrapper {
  /* ▼ ハンバーガーボタン */
}
#main_underlayer-wrapper .op-header-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0;
  margin-left: auto;
  cursor: pointer;
}
#main_underlayer-wrapper .op-header-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  margin: 4px 0;
  transition: transform 0.2s, opacity 0.2s;
}
#main_underlayer-wrapper {
  /* ▼ スマホレイアウト（768px以下） */
}
@media (max-width: 768px) {
  #main_underlayer-wrapper .op-closing-card .pc_parts {
    display: none;
  }
  #main_underlayer-wrapper .op-closing-card .sp_parts {
    display: block;
  }
  #main_underlayer-wrapper .op-header {
    overflow: hidden;
    border: none;
  }
  #main_underlayer-wrapper .op-header.is-open {
    padding-bottom: 80px;
  }
  #main_underlayer-wrapper {
    /* ロゴ＋ハンバーガーだけ1行目に並べる */
  }
  #main_underlayer-wrapper .op-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    flex-wrap: wrap;
    /* 下にメニューとCTAを折り返す */
  }
  #main_underlayer-wrapper {
    /* ナビとCTAは最初は非表示＆幅100%で2行目以降に配置 */
  }
  #main_underlayer-wrapper .op-header-nav,
  #main_underlayer-wrapper .op-header-cta {
    flex: 0 0 100%;
    width: 100%;
    display: none;
  }
  #main_underlayer-wrapper .op-header-nav {
    order: 3;
    margin-top: 8px;
  }
  #main_underlayer-wrapper .op-header-cta {
    order: 4;
    margin-top: 16px;
    flex-direction: column;
    gap: 10px;
  }
  #main_underlayer-wrapper {
    /* ハンバーガーはSPだけ表示 */
  }
  #main_underlayer-wrapper .op-header-toggle {
    display: block;
  }
  #main_underlayer-wrapper .op-header.is-open .op-header-nav {
    display: block;
  }
  #main_underlayer-wrapper .op-header.is-open .op-header-cta {
    display: flex;
  }
  #main_underlayer-wrapper {
    /* ナビの見た目（リスト縦並び） */
  }
  #main_underlayer-wrapper .op-header-nav ul {
    flex-direction: column;
    gap: 0;
    border-top: 1px solid #eee;
  }
  #main_underlayer-wrapper .op-header-nav li a {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
  }
  #main_underlayer-wrapper {
    /* CTAボタンはフル幅の丸ボタン */
  }
  #main_underlayer-wrapper .op-header-cta-item {
    justify-content: center;
    width: 100%;
    border-radius: 26px;
    font-size: 14px;
    padding: 14px 0;
  }
}
#main_underlayer-wrapper {
  /* ▼ 開閉時のハンバーガー → × アニメーション */
}
#main_underlayer-wrapper .op-header.is-open .op-header-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
#main_underlayer-wrapper .op-header.is-open .op-header-toggle span:nth-child(2) {
  opacity: 0;
}
#main_underlayer-wrapper .op-header.is-open .op-header-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
#main_underlayer-wrapper {
  /* ▼ CTAブロック */
}
#main_underlayer-wrapper .op-closing-cta {
  background: #1f4e95;
  padding: 80px 0;
}
#main_underlayer-wrapper .op-closing-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
#main_underlayer-wrapper .op-closing-card {
  background: #fff;
  padding: 50px 40px;
  text-align: center;
  flex: 1;
  border-radius: 4px;
}
#main_underlayer-wrapper .op-closing-icon img {
  margin: 0 auto;
  display: block;
}
#main_underlayer-wrapper .op-closing-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: bold;
}
#main_underlayer-wrapper .op-closing-btn {
  display: inline-block;
  padding: 12px 40px;
  border: 1px solid #000;
  border-radius: 40px;
  font-size: 15px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
#main_underlayer-wrapper .op-closing-btn:hover {
  opacity: 0.7;
}
#main_underlayer-wrapper {
  /* ▼ フッター */
}
#main_underlayer-wrapper #op-footer {
  background-color: #333;
  padding: 40px 20px;
  color: #fff;
  display: block;
  border: none;
}
#main_underlayer-wrapper .op-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}
#main_underlayer-wrapper .op-footer-logo img {
  height: 90px;
  margin-bottom: 10px;
}
#main_underlayer-wrapper .op-footer-nav {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #fff;
}
#main_underlayer-wrapper .op-footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
#main_underlayer-wrapper .op-footer-nav a:hover {
  opacity: 0.7;
}
#main_underlayer-wrapper .op-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #a1a1a1;
}
#main_underlayer-wrapper .op-footer-links {
  display: flex;
  gap: 20px;
}
#main_underlayer-wrapper .op-footer-links a {
  text-decoration: none;
  color: #ddd;
}
#main_underlayer-wrapper .op-footer-links a:hover {
  opacity: 0.7;
}
#main_underlayer-wrapper {
  /* ▼ フッターのスマホレイアウト（768px以下） */
  /* ▼ フッターのスマホレイアウト（768px以下） */
}
@media (max-width: 768px) {
  #main_underlayer-wrapper {
    /* 全体の余白を少しコンパクトに */
  }
  #main_underlayer-wrapper #op-footer {
    padding: 32px 18px 28px;
  }
  #main_underlayer-wrapper .op-footer-inner {
    max-width: 640px;
    margin: 0 auto;
  }
  #main_underlayer-wrapper {
    /* ロゴまわり */
  }
  #main_underlayer-wrapper .op-footer-logo {
    text-align: left;
  }
  #main_underlayer-wrapper .op-footer-logo img {
    height: 70px;
    margin-bottom: 18px;
  }
  #main_underlayer-wrapper {
    /* メニューを縦並びに・左揃えに */
  }
  #main_underlayer-wrapper .op-footer-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    list-style: none;
    padding: 18px 0 22px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #main_underlayer-wrapper .op-footer-nav li {
    margin: 0;
  }
  #main_underlayer-wrapper .op-footer-nav a {
    font-size: 14px;
  }
  #main_underlayer-wrapper {
    /* 下段（コピーライト＋リンク）は縦並び＆ちょい小さめ */
  }
  #main_underlayer-wrapper .op-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
    font-size: 12px;
  }
  #main_underlayer-wrapper .op-footer-links {
    display: flex;
    gap: 16px;
  }
  #main_underlayer-wrapper .op-footer-links a {
    font-size: 12px;
  }
  #main_underlayer-wrapper {
    /* 青背景の余白を少しコンパクトに */
  }
  #main_underlayer-wrapper .op-closing-cta {
    padding: 40px 0 48px;
  }
  #main_underlayer-wrapper {
    /* PC：横並び → SP：縦並びに変更＆左右に余白 */
  }
  #main_underlayer-wrapper .op-closing-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 16px;
    flex-direction: column;
    gap: 24px;
  }
  #main_underlayer-wrapper {
    /* カード自体は少し細めの余白に */
  }
  #main_underlayer-wrapper .op-closing-card {
    padding: 32px 20px;
  }
  #main_underlayer-wrapper {
    /* アイコン少し小さめ（必要なければ消してOK） */
  }
  #main_underlayer-wrapper .op-closing-icon img {
    max-width: 60px;
    margin-bottom: 10px;
  }
  #main_underlayer-wrapper {
    /* 文字を少し小さくして読みやすく */
  }
  #main_underlayer-wrapper .op-closing-text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 24px;
  }
  #main_underlayer-wrapper {
    /* ボタンは横いっぱいに近い幅に */
  }
  #main_underlayer-wrapper .op-closing-btn {
    padding: 12px 32px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #main_underlayer-wrapper .mwform-tel-field input[type=text],
  #main_underlayer-wrapper .mwform-zip-field input[type=text] {
    width: 30%;
  }
}