

.header-bar {
  background-color: #fff;
  padding: 10px 20px;
}

.header-bar .container {
  display: flex;
  justify-content: space-between; /* ← 左右に配置！ */
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}


.header-left {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fb319a;
  font-size: 20px;
}

.material-symbols-outlined {
  font-size: 24px;
  color: #fb319a;
}

.tel-number {
  font-size: 30px;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.header-right .site-name {
  font-size: 28px;
  color: #fb319a;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.main-visual {
  position: relative;
  width: 100%;
  background: url('../images/main-visual.png') no-repeat top center;
  background-size: cover;
}

.main-visual-box {
  max-width: 855px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 100px;
}

.copy-left {
  writing-mode: vertical-rl;
  color: #fb319a;
  font-size: 80px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.copy-left .sub {
  writing-mode: vertical-rl;
  font-size: 48px;
  color: #fb319a;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.copy-right {
  writing-mode: vertical-rl;
  max-width: 380px;
  color: #fb319a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}




.features {
  width: 100%;
  text-align: center;
  background-color: #ffe6f3;
}

.features-box {
  max-width: 1090px;
  margin: 0 auto;
  text-align: center;
  background: url('../images/features-bg.png') repeat top center;
  background-size: contain;
  padding: 100px 0;
}

.feature-block {
  margin-bottom: 65px;
}

.feature-block h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: #fb319a;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.decoration {
  text-align: center;
}

.decoration img {
  display: block;
  margin: 5px auto 15px auto;
}

.feature-block p {
  font-size: 12px;
  line-height: calc( 26 / 12);
  color: #000000;
}


.start-section {
  background: linear-gradient(to bottom, #ffe6f3 0%, #ffffff 100%);
  text-align: center;
  padding: 100px 0;

}

.start-section-box {
  max-width: 965px;
  margin: 0 auto;
}

.start-section h2 {
  font-size: 36px;
  margin-bottom: 35px;
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.start-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
}


.faq-section {
  width: 100%;
  background: url('../images/faq-bg.png') no-repeat top left;
  background-size: contain;
  background-position: left;
}

.faq-section .faq-header {
  width: 100%;
  padding: 60px 0;
  text-align: center;
}

.faq-section .faq-header.male {
  background: url('../images/faq-male-title.png') no-repeat top center;
  background-size: cover;
  color: #FFF;
}

.faq-section .faq-header.female {
  background: url('../images/faq-female-title.png') no-repeat top center;
  background-size: cover;
  color: #000;
}

.faq-section .faq-header h2 {
  text-align: center;
  font-size: 36px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.faq-item {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 50px;
}

.faq-item:last-child {
  margin-bottom: 0;
}


.faq-male {
  background: #fff;
  padding: 70px;
  max-width: 960px;
  margin: 0 auto;
}

.faq-female {
  background: #fff;
  padding: 60px 20px;
  max-width: 960px;
  margin: 0 auto;
}

.number-badge {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  background-color: #bfa86f; /* ゴールドカラー */
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%; /* 円形 */
  border: 4px solid white; /* 内円（白） */
  box-shadow: 0 0 0 2px #bfa86f; /* 外円の金縁 */
  box-sizing: border-box;
  margin-right: 10px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.faq-item h3 {
  font-size: 24px;
  color: #d4334e;
  margin-bottom: 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.faq-item p {
  font-size: 14px;
  line-height: calc( 24 / 14 );
  color: #222;
}


.accordion {
  border: 1px solid #fb319a;
  background: #ffe6f3;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 20px;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
  font-size: 20px;
  color: #222;
}

.accordion .arrow {
  color: #d92b78;
  font-size: 24px;
  transition: transform 0.3s;
}

.accordion.open .arrow {
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  padding: 20px;
  background: #fff;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}

.accordion.open .accordion-content {
  display: block;
}


.site-footer {
  background-color: #cc3851;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  padding: 40px 20px 20px;
  text-align: center;
}

.footer-info {
  max-width: 660px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 60px;
  text-align: left;
  justify-content: center;
}

.footer-item {
  white-space: nowrap;
}

.copyright {
  font-size: 13px;
}





.member-slider {
  padding-bottom: 25px; /* 下に余裕をもたせてページネーションが見える */
  background-color: #fff;
  text-align: center;
}

.swiper {
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.member-info {
  margin-top: -40px;
}

.member-age-group {
  display: flex;
  align-items: baseline;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: #666;
}

.member-age-group .age {
  font-size: 90px;
  font-family: "Allison", cursive;
  font-weight: 400;
  font-style: normal;
  color: #fb319a;
  line-height: 1;
}

.member-age-group .label {
  font-size: 16px;
  color: #888;
  margin-right: 2px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.member-age-group .location {
  font-size: 16px;
  color: #666;
  margin-left: 2px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  margin-top: 30px;
}

/* ========================
   📱 レスポンシブ対応
   ======================== */

/* タブレット以下 */
@media screen and (max-width: 768px) {

  .main-visual-box {
    flex-direction: column;
    align-items: center;
    padding: 60px 20px 0;
    background-color: rgb(0, 0, 0, 0.2);
  }

  .copy-left,
  .copy-left .sub,
  .copy-right {
    writing-mode: horizontal-tb;
    text-align: center;
    font-size: 24px;
    line-height: 1.8;
    max-width: 100%;
  }

  .copy-right {
    font-size: 14px;
    line-height: 2;
    padding-top: 20px;
  }

  .features-box {
    padding: 60px 20px;
  }

  .feature-block h2 {
    font-size: 20px;
  }

  .feature-block p {
    font-size: 12px;
    line-height: 1.8;
  }

  .start-section {
    padding: 60px 20px;
  }

  .start-section h2 {
    font-size: 28px;
  }

  .start-steps {
    gap: 20px;
  }

  .faq-male,
  .faq-female {
    padding: 40px 20px;
  }

  .faq-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .number-badge {
    margin-bottom: 10px;
  }

  .faq-item h3 {
    font-size: 20px;
  }

  .faq-item p {
    font-size: 13px;
    line-height: 1.7;
  }

  .member-age-group .age {
    font-size: 60px;
  }

  .member-age-group .label,
  .member-age-group .location {
    font-size: 13px;
  }

  .swiper-slide img {
    max-width: 90%;
  }
}

/* スマホ（480px以下） */
@media screen and (max-width: 480px) {
  .tel-number {
    font-size: 18px;
  }

  .header-right .site-name {
    font-size: 20px;
  }

  .copy-left {
    font-size: 20px;
  }

  .copy-left .sub {
    font-size: 18px;
  }

  .copy-right {
    font-size: 13px;
  }

  .feature-block h2 {
    font-size: 18px;
  }

  .start-section h2 {
    font-size: 24px;
  }

  .member-age-group .age {
    font-size: 48px;
  }

  .swiper-pagination {
    margin-top: 20px;
  }

    /* フッター */
    .footer-info {
      grid-template-columns: 1fr;
      text-align: center;
      gap: 20px;
    }
}
