@font-face {
  font-family: 'LINESeedJP';
  src: url('../fonts/LINESeedJP_OTF_Rg.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'LINESeedJP';
  src: url('../fonts/LINESeedJP_OTF_Th.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'LINESeedJP';
  src: url('../fonts/LINESeedJP_OTF_Bd.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'LINESeedJP';
  src: url('../fonts/LINESeedJP_OTF_Eb.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
  font-size: 62.5%;
  font-family: 'LINESeedJP', 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}
body {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: .5;
  cursor: pointer;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  a[href*='tel:'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
img,
svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul,
ol {
  list-style: none;
}
.pc_only {
  display: block;
}
.tab_orless {
  display: none;
}
.mob {
  display: none;
}
@media screen and (max-width: 1280px) {
  .pc_only {
    display: none;
  }
  .tab_orless {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .mob {
    display: block;
  }
}
/* ヘッダー */
header {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  width: 20%;
}
.cta-button {
  cursor: pointer;
  display: inline-block;
  width: 20%;
}
@media (max-width: 768px) {
  header {
    padding: 10px;
  }
  .header-content {
    gap: 10px;
  }
  .logo {
    width: 45%;
  }
  .cta-button {
    width: 35%;
  }
}
/* アイキャッチ画像エリア */
.hero {
  width: 100%;
  background-color: rgba(217, 224, 33, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0 0;
}
.hero-content {
  max-width: 1160px;
  width: 100%;
}
.hero-image {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
    .hero {
        padding: 1rem;
    }
}

/* メインコンテンツ */
main {
    background-color: rgba(217, 224, 33, 0.15);
    padding: 50px 0;
}
@media (max-width: 768px) {
    main {
        padding: 20px 5%;
    }
}

/* ページコンテンツ共通 */
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/* イントロセクション */
.intro-section {
    max-width: 1160px;
    text-align: center;
    margin: 0 auto 150px;
}
.intro-text {
    text-align: left;
    line-height: 2.4;
    font-size: 2.6rem;
}
.anshin-meister_title {
    font-size: 4rem;
    color: #39b54a;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
  .intro-section {
    margin-bottom: 60px;
  }
  .intro-text {
    line-height: 1.8;
    font-size: 1.8rem;
  }
  .anshin-meister_title {
    font-size: 2.7rem;
    margin-bottom: 30px;
  }
}

/* 共通セクション見出し */
.section-heading {
  font-size: 3rem;
  color: #333;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
  text-align: center;
}
.section-heading::after {
    content: "";
    display: block;
    width: 250px;
    height: 18px;
    margin: 8px auto 0;
    background: url(../img/section-heading.png) no-repeat center / contain;
}
@media (max-width: 768px) {
  .section-heading {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}

/* 3つの柱セクション */
.three-pillars-section {
  margin: 0 auto 100px;
  text-align: center;
}
.pillars-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.pillars-list {
  flex: 0 0 33%;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0;
  padding: 0;
}
.pillars-list-wide {
  flex: 0 0 80%;
  max-width: 50%;
  margin: 0 auto;
}
.pillar-title {
  background-color: #39b54a;
  color: #fff;
  padding: 12px 20px;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0;
}
.pillar-description {
  padding: 20px 15px;
  margin: 0;
}
.pillar-description p {
  font-size: 2.2rem;
  line-height: 1.8;
  margin-bottom: 15px;
  white-space: nowrap;
}
.pillar-icon {
  margin: 15px 0;
}
.pillar-icon img {
  width: 80px;
  height: 80px;
}
.pillar-note {
  margin-top: 15px;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .three-pillars-section {
    margin-bottom: 50px;
  }
  .pillars-list {
    flex: auto;
    width: 100%;
  }
  .pillars-list-wide {
    max-width: initial;
  }
  .pillar-title {
    padding: 10px 15px;
    font-size: 2rem;
  }
  .pillar-description {
    padding: 15px 10px;
  }
  .pillar-description p {
    font-size: 1.8rem;
  white-space: unset;
  }
  .pillar-icon img {
    width: 60px;
    height: 60px;
  }
  .pillar-note {
    font-size: 0.85rem;
  }
}

/* 補償内容セクション */
.compensation-section {
  margin: 40px 0 150px;
  text-align: center;
}
.compensation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1160px;
  margin: 0 auto;
}
.compensation-card {
  background-color: #fff;
  border: 3px solid #39b54a;
  border-radius: 0;
  overflow: hidden;
  text-align: left;
}
.compensation-card-title {
  background-color: #fff;
  color: #39b54a;
  font-size: 3rem;
  font-weight: bold;
  padding: 1.5rem;
  margin: 0;
  border-bottom: 3px solid #39b54a;
  text-align: center;
}
.compensation-card-subtitle {
  background-color: #39b54a;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
}
.compensation-card-content {
  padding: 20px 15px;
}
.compensation-category {
  margin-bottom: 15px;
}
.compensation-category h5 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.compensation-list li {
  padding-left: 5px;
  margin-bottom: 8px;
  position: relative;
  font-size: 2rem;
  line-height: 1.8;
}
.compensation-list li::before {
  content: '◆';
  color: #8cc63f;
  margin-right: 10px;
}
.contract-info {
  margin-top: 15px;
}
.contract-info p {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .compensation-section {
    margin-bottom: 50px;
  }
  .compensation-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .compensation-card-title {
    font-size: 2rem;
    padding: 12px 10px;
  }
  .compensation-card-subtitle {
    font-size: 1.8rem;
    padding: 8px 10px;
  }
  .compensation-card-content {
    padding: 15px 10px;
  }
  .compensation-category h5 {
    font-size: 1.6rem;
    padding-left: 0.5rem;
  }
  .compensation-list li {
    font-size: 1.45rem;
  }
  .contract-info p {
    font-size: 1.45rem;
  }
}

/* 加入の流れセクション */
.flow-section {
  margin: 40px 0 150px;
  text-align: center;
}
.flow-step-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.flow-step {
  background: transparent;
  border-radius: 0;
  padding: 0;
  text-align: center;
  min-width: 180px;
  width: 180px;
  height: 120px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flow-step::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border: 14px solid transparent;
  border-left-color: #808080;
  left: 102%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.flow-step.last-step::after {
  content: none;
}
.flow-step-number {
  color: #39b54a;
  font-size: 3rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.flow-step-title {
  background-color: #fff;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
  padding: 15px;
  flex: 0.5;
  align-items: center;
}
.flow-arrow {
  font-size: 2rem;
  color: #666;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .flow-section {
    margin-bottom: 50px;
  }
  .flow-step::after {
    left: 43%;
    top: auto;
    bottom: -25%;
    transform: rotate(90deg);
  }
  .flow-step-container {
    flex-direction: column;
    align-items: center;
  }
}

/* 心のための条件セクション */
.peace-section {
  margin: 40px 0 150px;
  text-align: center;
}
.peace-text {
    font-size: 2.3rem;
    line-height: 1.8;
    margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .peace-section {
    margin-bottom: 50px;
  }
  .peace-text {
    font-size: 1.8rem;
    margin: 0;
    text-align: left;
  }
}

/* 決済方法セクション */
.payment-section {
  margin: 40px 0 150px;
  text-align: center;
}
.payment-inner {
    max-width: 1160px;
    margin: 0 auto;
    background-color: #fff;
    padding: 100px;
}
.payment-methods {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.payment-card {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}
.payment-name {
  font-size: 2.3rem;
  margin: 0 0 15px 0;
}
.card-brands {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.card-brand-logo {
  height: 40px;
  width: auto;
}
@media (max-width: 768px) {
  .payment-section {
    margin-bottom: 50px;
  }
  .payment-inner {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
}
  .payment-methods {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .payment-card {
    padding: 20px 15px;
    min-height: 150px;
  }
  .payment-name {
    font-size: 2rem;
  }
  .card-brand-logo {
    height: 30px;
  }
}
/* よくある質問セクション */
#faq::before {
    display: block;
    height: 7rem;
    margin-top: -7rem;
    content: "";
}
.faq-section {
  margin: 40px 0 80px;
  text-align: center;
}
.faq-list {
  margin-top: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.faq-item {
  margin-bottom: 25px;
  text-align: left;
}
.faq-question {
  margin-bottom: 10px;
  font-size: 2.3rem;
  line-height: 1.8;
}
.faq-answer {
  line-height: 1.8;
  padding-left: 0;
  margin: 0;
  font-size: 2.3rem;
}
.faq-question span, .faq-answer span {
  font-weight: bold;
}
@media (max-width: 768px) {
  .faq-question {
    font-size: 1.8rem;
  }
  .faq-answer {
    font-size: 1.6rem;
  }
}
/* FAQフォーム */
.faq-form {
  background-color: #fff;
  padding: 30px 20px;
  margin-top: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.faq-form form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.faq-form-textarea {
  width: 100%;
  min-height: 150px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 2rem;
  font-family: inherit;
  resize: vertical;
  margin-bottom: 15px;
}
.faq-form-textarea::placeholder {
  color: #000;
}
.faq-form-textarea:focus {
  outline: none;
  border-color: #2d9e5f;
}
.faq-form-submit {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.faq-form-submit:hover {
  background-color: #333;
}
@media (max-width: 768px) {
  .faq-form {
    padding: 20px 10px;
  }
  .faq-form-textarea{
    font-size: 1.8rrem;
  }
  .faq-form-submit {
    padding: 8px 20px;
    font-size: 1.6rem;
  }
}

/* メインコンテンツ（お問い合わせセクション） */
.inquiry-section {
  background-color: rgba(217, 224, 33, 0.15);
  padding: 35px 0;
  margin: 0 0 50px;
  text-align: center;
}
.contact-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 50px;
}
.line-logo {
  width: 135px;
  margin: 0 auto;
}
.line-link {
  display: block;
  transition: transform 0.2s ease;
}
.line-link:hover {
  transform: translateY(-4px);
  opacity: 1;
}
.contact-notice {
  font-size: 2.2rem;
  margin: 50px 0 10px;
  font-weight: 600;
}
.contact-warning {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inquiry-section {
    padding: 0 5%;
    margin: 0 auto 50px;
    width: 100%;
  }
  .contact-title {
    font-size: 4.6vw;
    margin-bottom: 30px;
  }
  .contact-notice {
    font-size: 3.7vw;
    margin: 30px 0 10px;
  }
  .contact-warning {
    font-size: 3.7vw;
  }
}

/* フッター */
.footer {
  position: relative;
}
.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px 45px;
    display: flex;
    justify-content: center;
    gap: 0 60px;
    flex-wrap: wrap;
}
/* フッター左側 */
.footer-box {
  flex: 1;
}
.footer-logo-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
    justify-content: center;
}
.footer-logo-circle {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer-logo-circle img {
  width: 100%;
  height: auto;
}
.footer-organization-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.footer-organization-type {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
.footer-organization-name {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
}
.footer-address {
  margin-bottom: 20px;
  line-height: 1.6;
}
.footer-address p {
  font-size: 1.4rem;
  margin: 3px 0;
}
.footer-copyright p {
  font-size: 1.2rem;
  font-family: 'LINESeedJP', sans-serif;
  font-weight: 400;
  opacity: 0.8;
}
.footer-copyright {
    width: 100%;
    text-align: center;
}
/* PAGE TOPボタン */
.page-top-button {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
.page-top-link {
  transition: background-color 0.3s ease;
  display: block;
  width: 150px;
}
.page-top-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .footer-right {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-nav-list {
    justify-items: start;
  }
  .footer-nav-list li:nth-child(8) {
    grid-column: auto;
    margin-top: 0;
  }
}

