/* ========================================
   基本設定
   ======================================== */
html {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "游明朝",
    serif;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* ========================================
   レスポンシブ表示制御クラス
   ======================================== */
.pc-only {
  display: inline;
}
.tablet-only {
  display: none;
}
.sp-only {
  display: none;
}
.pc-tablet-only {
  display: inline;
}
.tablet-sp-only {
  display: none;
}
.tablet-medium {
  display: none;
}
.pc-sp-only {
  display: inline;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
  .tablet-only {
    display: inline;
  }
  .tablet-sp-only {
    display: inline;
  }
  .pc-sp-only {
    display: none;
  }
  .suggestion-text br.sp-only {
    display: inline;
  }
  .suggestion-text br.pc-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .sp-only {
    display: inline;
  }
  .pc-tablet-only {
    display: none;
  }
  .tablet-sp-only {
    display: inline;
  }
  .pc-sp-only {
    display: inline;
  }
}
.container {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: block;
}
.common-concerns,
.strength_disc_img,
picture {
  overflow-x: hidden;
}
/* ========================================
   フォント設定
   ======================================== */
.font-sans {
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
}
.font-sans--light {
  font-weight: 300;
}
.font-sans--medium {
  font-weight: 500;
}
.font-sans--bold {
  font-weight: 700;
}
/* ========================================
   ボタン
   ======================================== */
.btn,
.btn-consultation,
.btn-service,
.btn-faq,
.btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  height: 64px;
  box-shadow: 2px 3px 4px rgb(162 158 160);
  white-space: nowrap;
  line-height: 1.2;
  margin: 4px 0 16px;
  box-sizing: border-box;
}
.btn:hover,
.btn-consultation:hover,
.btn-service:hover,
.btn-faq:hover,
.btn-contact:hover {
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.btn:active,
.btn-consultation:active,
.btn-service:active,
.btn-faq:active,
.btn-contact:active {
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}
.btn::after,
.btn-consultation::after,
.btn-service::after,
.btn-faq::after,
.btn-contact::after {
  content: "▶";
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
  color: #fff;
  line-height: 1;
}
.btn-consultation,
.btn-contact {
  background: #f97316;
  color: #fff;
}
.btn-service,
.btn-faq {
  background: #b52c6b;
  color: #fff;
}
.btn-consultation:hover,
.btn-contact:hover {
  background: #ea580c;
}
.btn-service:hover,
.btn-faq:hover {
  background: #8b1a4a;
}
.btn_primary .container {
  display: flex;
  justify-content: center;
  gap: 92px;
  margin: 108px 0;
  flex-wrap: wrap;
}
/* ========================================
   FAQ（よくある質問）
   ======================================== */
.faq-banner {
  padding: 80px 0;
  position: relative;
  max-width: 1248px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  overflow: hidden;
}
.faq-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f6fb;
  z-index: 0;
  box-sizing: border-box;
}
.faq-title-box {
  position: relative;
  z-index: 1;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: none;
}
.faq-title-box h2 {
  font-size: 2.5rem;
  color: #393939;
  margin: 0;
  padding: 0;
  font-weight: 600;
  display: block;
  line-height: 1.2;
  text-align: center;
}
.faq {
  padding-top: 40px;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
}
.faq-title-box h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
.faq .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.faq-list {
  max-width: 800px;
  margin: 0 auto 80px;
  display: grid;
  gap: 24px;
}
.faq-list > .faq-item:first-child {
  margin-top: 40px;
}
.faq-item {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 24px 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  gap: 12px;
}
.faq-question h3 {
  font-size: 1.3rem;
  color: #393939;
  font-weight: 600;
  padding-left: 40px;
  position: relative;
  flex: 1;
  text-align: left;
  margin: 0;
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  gap: 8px;
}
.faq-question h3::before {
  content: "Q.";
  color: #b52c6b;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.6;
}
.faq-toggle {
  background: none;
  border: 0;
  font: inherit;
  cursor: pointer;
  padding: 0.25em 0.4em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #b52c6b;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  line-height: 1;
}
.faq-toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
@supports selector(.faq-item:has(.faq-toggle[aria-expanded="true"])) {
  .faq-item:has(.faq-toggle[aria-expanded="true"]) .faq-answer {
    padding: 0 24px 24px;
  }
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 24px 0;
  background-color: #fff;
}
.faq-answer p {
  margin: 0;
  padding-left: 35px;
  position: relative;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
  margin-top: 10px;
}
.faq-answer p:first-of-type::before {
  content: "A.";
  color: #b52c6b;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}
.faq-answer p:not(:first-of-type)::before {
  content: none;
}
.faq-answer p:empty {
  display: none;
}
@supports selector(p:has(> br:only-child)) {
  .faq-answer p:has(> br:only-child) {
    display: none;
  }
}
@media (max-width: 1024px) {
  .faq-list {
    max-width: 90%;
    padding: 0 20px;
  }
  .faq-question h3 {
    font-size: 1.25rem;
    padding-left: 30px;
  }
  .faq-question h3::before {
    font-size: 1.25rem;
  }
  .faq-answer p {
    padding-left: 30px;
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .faq-banner {
    padding: 80px 0 60px;
  }
  .faq-title-box {
    padding: 0;
    margin: 0 auto;
  }
  .faq-title-box h2 {
    font-size: 2rem;
  }
  .faq .container {
    padding: 0 20px;
  }
  .faq-list {
    max-width: 100%;
    padding: 0 20px 0;
    margin: 0 auto;
    gap: 28px;
  }
  .faq-item {
    padding: 20px 24px;
    max-width: 100%;
  }
  .faq-question {
    align-items: center;
    gap: 8px;
  }
  .faq-question h3 {
    font-size: 1.2rem;
    padding-left: 32px;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 0;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .faq-question h3::before {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .faq-toggle {
    margin-top: 0;
  }
  .faq-answer {
    padding: 0 24px 0;
  }
  .faq-item.active .faq-answer {
    padding: 0 24px 20px;
  }
}
@media (max-width: 480px) {
  .faq-banner {
    padding: 60px 0 40px;
  }
  .faq-title-box {
    padding: 0;
    margin: 0 auto;
    max-width: calc(100% - 30px);
  }
  .faq-title-box h2 {
    font-size: 1.8rem;
  }
  .faq .container {
    padding: 0 20px;
  }
  .faq-list {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .faq-item {
    padding: 16px 20px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .faq-question h3 {
    font-size: 1rem;
    padding-left: 28px;
    text-align: left;
    margin: 0;
    gap: 6px;
  }
  .faq-question h3::before {
    font-size: 1.15rem;
  }
  .faq-answer {
    padding: 0 20px 0;
  }
  .faq-item.active .faq-answer {
    padding: 0 20px 16px;
  }
  .faq-answer p {
    padding-left: 25px;
    font-size: 0.85rem;
    line-height: 1.4;
  }
  .btn-faq:hover {
    background: #8b1a4a;
  }
  .btn_single {
    padding: 60px 0;
  }
  .explanation-1 {
    font-size: 1rem;
  }
  .btn_primary .container {
    padding: 0 20px;
    margin: 32px auto 32px;
  }
  .btn,
  .btn-consultation,
  .btn-service,
  .btn-faq,
  .btn-contact {
    width: 85%;
    max-width: 280px;
    font-size: 1.2rem;
    padding: 18px 32px;
    min-height: 64px;
    margin: 0 24px;
  }
  .btn_single {
    padding: 40px 20px;
  }
}
.faq-toggle {
  background: none;
  border: 0;
  cursor: pointer;
  line-height: 1;
}
.faq-toggle[aria-expanded="true"] {
  transform: rotate(45deg);
}
.faq-answer[hidden] {
  display: none;
}
.btn-contact {
  background: #f97316;
  color: #fff;
}
.btn-contact:hover {
  background: #c2410c;
}
.btn_single {
  padding: 180px 0;
  text-align: center;
}
@media (max-width: 768px) {
  body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn_primary .container {
    flex-direction: column;
    gap: 40px;
    margin: 56px auto 40px;
    align-items: center;
    padding: 0 20px;
  }
  .btn,
  .btn-consultation,
  .btn-service,
  .btn-faq,
  .btn-contact {
    width: 80%;
    max-width: 320px;
    height: auto;
    min-height: 66px;
    font-size: 1.4rem;
    padding: 18px 32px;
    margin: 0 auto 20px;
  }
  .btn_single {
    padding: 84px 0 52px;
  }
}
@media (max-width: 480px) {
  .btn,
  .btn-consultation,
  .btn-service,
  .btn-faq,
  .btn-contact {
    width: 85%;
    max-width: 280px;
    font-size: 1.2rem;
    padding: 18px 32px;
    min-height: 64px;
    margin-bottom: 32px !important;
    box-shadow: 2px 6px 10px rgba(162, 158, 160, 0.5);
  }
  .btn_single {
    padding: 20px;
  }
  .introduce-content,
  .hero_content {
    padding: 20px 0 !important;
  }
}
/* ========================================
   header section
   ======================================== */
.header {
  background: #fff;
  padding: 15px 96px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo img {
  height: 92px;
  width: auto;
}
.logo-sp {
  display: none;
}
.logo-pc {
  display: block;
}
@media (max-width: 767px) {
  .logo-sp {
    display: block;
    height: auto;
    max-height: 60px;
    width: auto;
  }
  .logo-pc {
    display: none;
  }
}
.header-right-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.nav-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 5px;
}
.nav-text {
  display: flex;
  gap: 0;
}
.nav-text .nav-item:hover {
  color: #8b5cf6;
}
.nav-text .nav-item::after {
  content: attr(data-en);
  font-size: 13px;
  color: #999;
  margin-top: -8px;
  font-weight: 400;
}
.nav-text .nav-item:hover::after {
  color: #513394;
}
.btn-primary:hover {
  background: #8b1a4a;
}
.btn-secondary {
  background: #f97316;
  color: #fff;
  padding: 12px 24px;
  border-radius: 0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background: #c2410c;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.nav-text {
  font-size: 14px;
}
.nav-text .nav-item {
  color: #786868;
  text-decoration: none;
  padding-right: 1rem;
  font-weight: 600;
  font-size: 0.85rem;
  flex-direction: column;
  align-items: center;
  position: relative;
  display: flex;
  letter-spacing: -1px;
}
.nav-text .nav-item:hover {
  color: #513394;
}
.btn-primary:hover {
  background: #8b1a4a;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* ========================================
   hero section（top page）
   ======================================== */
.top_hero_content {
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-image-full {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
}
.hero-image-full img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}
.hero_text {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  max-width: min(800px, 90vw);
  margin: 32px auto;
  line-break: strict;
  word-break: normal;
  overflow-wrap: anywhere;
  text-wrap: pretty;
  text-align: left;
}
.hero_text:first-child {
  margin-top: 100px;
  margin-bottom: 10px;
}
.pc-only {
  display: inline;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero-image-full {
    max-width: 100%;
  }
  .hero_text {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    line-height: 1.8;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 40px auto;
    letter-spacing: 0;
    word-break: normal;
    overflow-wrap: anywhere;
    line-break: normal;
    text-align: left;
    text-indent: 0;
    white-space: normal;
  }
}
/* ========================================
   carousel section
   ======================================== */
.carousel-section {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.carousel-container {
  position: relative;
}
.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 0.6s ease-in-out;
}
.carousel-slide {
  flex: 0 0 calc((100% - 48px) / 3);
  margin: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 420px;
}
.carousel-slide .slide-image {
  width: 100%;
  height: 140px;
  overflow: hidden;
  flex-shrink: 0;
}
.carousel-slide .slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-slide .slide-content {
  padding: 18px 16px 16px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  flex-grow: 1;
  overflow: hidden;
}
.carousel-slide .slide-content h3 {
  font-size: 1.05rem;
  margin-bottom: 4px;
  color: #333;
  text-align: center;
  line-height: 1.4;
}
.carousel-slide .slide-content p {
  font-size: 0.86rem;
  color: #555;
  line-height: 1.7;
  word-break: normal;
  overflow-wrap: break-word;
  text-align: left;
  line-break: strict;
  word-wrap: break-word;
}
.carousel-slide .slide-content p::after {
  content: "";
  display: inline-block;
  width: 0.6em;
}
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  border: none;
  cursor: pointer;
  font-size: 2rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  z-index: 10;
}
.carousel-nav:hover {
  background-color: #fcb034;
  color: #fff;
}
.carousel-nav.prev {
  left: -16px;
}
.carousel-nav.next {
  right: -16px;
}
.carousel-indicators {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 8px;
}
.carousel-indicators .indicator {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.carousel-indicators .indicator.active {
  background-color: #fcb034;
}
.carousel,
.carousel-track {
  touch-action: pan-y;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .carousel-slide {
    flex: 0 0 calc((100% - 24px) / 2);
    height: 440px;
  }
  .carousel-slide .slide-image {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .carousel-section {
    max-width: 100%;
    padding: 40px 0;
  }
  .carousel-container {
    padding: 0;
  }
  .carousel {
    overflow: visible;
  }
  .carousel-track {
    gap: 16px;
    padding: 0 calc((100% - 80%) / 2);
  }
  .carousel-slide {
    flex: 0 0 65%;
    margin: 0;
    height: 430px;
  }
  .carousel-nav {
    display: none;
  }
}
@media (max-width: 480px) {
  .carousel-slide {
    height: 460px;
  }
  .carousel-slide .slide-image {
    height: 150px;
  }
  .carousel-slide .slide-content {
    padding: 14px 12px 12px;
    gap: 6px;
  }
  .carousel-slide .slide-content h3 {
    font-size: 1rem;
  }
  .carousel-slide .slide-content p {
    font-size: 0.7rem;
    line-height: 1.8;
    word-break: normal;
    overflow-wrap: break-word;
    line-break: strict;
  }
}
.concerns-image-full,
.strength-image-full {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
}
.concerns-image-full img,
.strength-image-full img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}
.strength-speech-bubble img {
  width: 260px;
  height: auto;
}
/* ========================================
   our strength section
   ======================================== */
.our_strength_disc {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.instagram-era-section {
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  box-sizing: border-box;
}
.main-title {
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  /* margin-bottom: 60px; */
  color: #333;
}
.question-section {
  text-align: center;
  margin-bottom: 40px;
}
.question {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #393939;
}
.reason-highlight {
  color: #7c5cdc;
  font-weight: 700;
  font-size: 40px;
}
.gradient-triangle {
  width: 100%;
  max-width: 1248px;
  height: 150px;
  margin: 80px auto 50px;
  background: linear-gradient(180deg, #7c5cdc 0%, #d1c7e7 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 15%, 50% 100%, 0% 15%);
}
@media (max-width: 768px) {
  .gradient-triangle {
    width: 100%;
    max-width: calc(100vw - 40px);
    height: 100px;
    margin: 80px auto 50px;
    box-sizing: border-box;
    clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 50% 100%, 0% 20%);
  }
}
.explanation-1 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #393939;
  margin: 0 0 25px 0;
  display: block;
}
.explanation-2 {
  font-size: 18px;
  font-weight: 500;
  color: #393939;
  text-align: center;
  line-height: 1.9;
  margin: 0;
  letter-spacing: -1px;
}
.post-highlight {
  color: #7c5cdc;
  font-weight: 700;
  font-size: 1.3rem;
}
.post-text {
  font-size: 1.3rem;
  font-weight: 600;
}
.explanation-section {
  text-align: center;
  padding: 0;
  box-sizing: border-box;
}
.bottom-gradient-shape {
  width: 160px;
  height: 96px;
  margin: 20px auto 64px;
  background: linear-gradient(180deg, #c2b8e1 0%, #7c5cdc 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.our_strength_disc ._3,
.our_strength_disc ._4,
.our_strength_disc ._5,
.our_strength_disc ._6,
.our_strength_disc ._7 {
  font-size: 1.35rem;
  color: #393939;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  margin: 0;
}
.our_strength_disc ._3 {
  font-size: 1.35rem;
  color: #393939;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  margin: 0;
  text-align: center;
}
.our_strength_disc ._4,
.our_strength_disc ._6 {
  color: #b20042;
  font-weight: 700;
  display: inline;
  font-size: 1.35rem;
}
.our_strength_disc .highlight {
  color: #b20042;
  font-weight: 700;
}
@media (max-width: 768px) {
  .bottom-gradient-shape {
    width: 92px;
    height: 64px;
  }
  .main-title {
    font-size: 1.3rem;
  }
  .question {
    font-size: 26px;
  }
  .reason-highlight {
    font-size: 32px;
  }
  .gradient-triangle {
    width: 100%;
    max-width: calc(100vw - 40px);
    height: 72px;
    margin: 60px auto 40px;
    box-sizing: border-box;
  }
  .explanation-1 {
    font-size: 24px;
    text-align: center;
    word-break: normal;
    overflow-wrap: normal;
    line-break: auto;
  }
  .explanation-section {
    text-align: center;
    box-sizing: border-box;
  }
  .explanation-2 {
    max-width: clamp(280px, calc(100% - 40px), 700px);
    margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 24px);
    word-break: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }
  .post-highlight,
  .post-text {
    display: inline;
    word-break: normal;
    overflow-wrap: break-word;
    line-break: auto;
  }
  .post-text {
    white-space: normal;
  }
}
@media (min-width: 481px) and (max-width: 720px) {
  .main-title {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0px 40px 60px;
  }
  .main-title .highlight-box {
    display: block;
    max-width: calc(100% - 8px);
    margin: 0 auto 16px;
    padding: 0.55em 1.3em;
  }
  .main-title br.sp-only {
    display: none;
  }
  .main-title br.tablet-medium {
    display: block;
  }
  .hero_text {
    text-align: center;
  }
  .our_strength_disc ._3-7 br.sp-only {
    display: none;
  }
  .our_strength_disc ._1 br.sp-only {
    display: none;
  }
  .our_strength_disc ._3-7 {
    word-break: normal;
    overflow-wrap: break-word;
    line-break: normal;
  }
}
.post-highlight span {
  color: #623ccd;
}
.our_strength_disc ._1 {
  color: #b20042;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.our_strength_disc ._2 {
  color: #393939;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 768px) {
  .our_strength_disc ._2 {
    font-size: 1.8rem;
    line-height: 1.4;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .our_strength_disc ._3,
  .our_strength_disc ._4,
  .our_strength_disc ._5,
  .our_strength_disc ._6,
  .our_strength_disc ._7 {
    display: inline;
    font-size: 1.2rem;
    line-height: 1.6;
    word-break: normal;
    overflow-wrap: break-word;
    letter-spacing: 0;
  }
  .our_strength_disc {
    max-width: clamp(280px, calc(100% - 40px), 700px);
    margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 24px);
  }
  .our_strength_disc ._1,
  .our_strength_disc ._2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .our_strength_disc ._3-7 {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.8;
    word-break: normal;
    overflow-wrap: anywhere;
    line-break: normal;
  }
  .our_strength_disc ._1 br.sp-only,
  .our_strength_disc ._3-7 br.sp-only {
    display: none;
  }
  .tablet-only {
    display: inline;
  }
}
/* ========================================
   common concerns section
   ======================================== */
.common-concerns .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.brand-text {
  font-size: 2.4rem;
  color: #bbb39994;
}
.concerns-image-full {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
}
.concerns-image-full img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  margin-top: 92px;
}
.common-concerns {
  padding: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 92px;
  max-width: 1248px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
}
.common-concerns picture {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.common-concerns picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.common-concerns-visual {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
}
.common-concerns-visual picture {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.common-concerns-visual picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}
.strength_disc_img picture img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  margin-bottom: 56px;
}
/* ========================================
   concerns section
   ======================================== */
.worries-mobile-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.worries-mobile-row {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.worry-header {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0;
  margin-bottom: 16px;
}
.worry-image {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  margin-right: 20px;
}
.worry-description {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  font-family: "Noto Sans JP";
  font-weight: 500;
  margin: 0;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .worries-mobile-container {
    padding: 0 40px;
  }
  .worries-mobile-row {
    gap: 24px;
    margin-bottom: 24px;
  }
  .worries-mobile-card {
    padding: 24px;
  }
  .worry-image {
    width: 100px;
    height: 100px;
    margin-right: 16px;
  }
  .worry-title {
    font-size: 14px;
    margin-top: 20px;
  }
  .worry-description {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media (max-width: 480px) {
  .worries-mobile-container {
    padding: 0 16px;
  }
  .worries-mobile-row {
    gap: 24px;
  }
  .worry-image {
    width: 90px;
    height: 90px;
    margin-bottom: 12px;
  }
  .worry-image img {
    margin-right: 36px;
  }
  .worry-description {
    font-size: 0.85rem;
    line-height: 1.5;
  }
}
.worries-mobile-card {
  flex: 1;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.worry-header {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0;
}
.worry-image {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}
.worry-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: 40px;
}
.worry-title {
  flex: 1;
  font-size: 0.96rem;
  color: #393939;
  font-weight: 400;
  margin: 24px 0 0 40px;
  font-family: "Noto Sans JP";
  text-align: justify;
  align-self: center;
}
.worry-description {
  font-size: 0.92rem;
  color: #666;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  font-weight: 500;
  text-align: justify;
  padding: 0 34px;
}
@media (max-width: 768px) {
  .worries-mobile-container {
    padding: 0 20px;
  }
  .worries-mobile-row {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }
  .worries-mobile-row:last-child {
    margin-bottom: 0;
  }
  .worries-mobile-card {
    padding: 24px 20px;
    text-align: center;
  }
  .worry-header {
    display: block;
    margin-bottom: 16px;
  }
  .worry-image {
    width: 100px;
    height: 100px;
    margin: 0 auto 16px;
    display: block;
  }
  .worry-image img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
  }
  .worry-title {
    font-size: 0.96rem;
    font-family: "Noto Sans JP";
    font-weight: 500;
    margin: 0 auto 16px;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: left;
    display: inline-block;
    max-width: 100%;
  }
  .worry-description {
    font-size: 0.96rem;
    font-weight: 400;
    font-family: "Noto Sans JP";
    text-align: left;
    font-feature-settings: "palt" 1;
    line-height: 1.6;
    color: #494949;
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .worries-mobile-container {
    padding: 0 15px;
  }
  .worry-title {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 12px 0;
    font-family: "Noto Sans JP";
    font-weight: 500;
    letter-spacing: 0;
  }
}
.our_strength img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.strength_2_image {
  text-align: center;
}
.strength_2_image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.strength_2_text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.strength_2_text p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #393939;
  margin: 0;
  font-weight: 600;
}
.transition-image-section {
  margin-top: 60px;
  text-align: center;
}
.transition-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .strength_2_text {
    max-width: clamp(280px, calc(100% - 40px), 700px);
    margin: 0 auto 80px;
    padding: 0 clamp(16px, 4vw, 24px);
  }
  .strength_2_text p {
    font-size: 1.4rem;
    word-break: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }
  .strength_disc_img picture img {
    margin-top: 56px;
  }
}
@media (max-width: 480px) {
  .strength_2_text {
    max-width: clamp(280px, calc(100% - 32px), 600px);
    margin: 0 auto 80px;
    padding: 0 clamp(16px, 4vw, 20px);
  }
  .strength_2_text p {
    font-size: 1.25rem;
    word-break: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }
  .strength_disc_img picture img {
    margin-top: 56px;
  }
}
/* ========================================
   strength details section
   ======================================== */
.strength-section {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}
.strength-container {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 96px;
  box-sizing: border-box;
}
.strength-header {
  text-align: center;
  margin-bottom: 80px;
}
.strength-blocks {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 96px;
  box-sizing: border-box;
}
.strength-subtitle {
  color: #6b46c1;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
.strength-speech-bubble img {
  width: 260px;
  margin: 0 auto;
}
.concerns-speech-bubble img {
  width: 260px;
  height: auto;
  margin: auto;
}
.strength-main-title {
  font-size: 32px;
  color: #393939;
  font-weight: 500;
}
.concerns_hedder {
  text-align: center;
}
.concerns-subtitle {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #393939;
}
.speech-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: -6px;
  line-height: 0;
  text-align: center;
}
.speech-bubble-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.strength-block {
  margin-bottom: 160px;
}
.strength-block:last-child {
  margin-bottom: 0;
}
.strength-content {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  justify-content: space-between;
}
.strength-text-side {
  flex: 0 0 45%;
  max-width: 450px;
}
.strength-right {
  flex: 0 0 45%;
  max-width: 450px;
}
.strength-image-side {
  flex: 0 0 40%;
  max-width: 520px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.strength-left {
  flex: 0 0 40%;
  max-width: 520px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.strength-bg {
  position: absolute;
  z-index: 1;
  background: url(images/strength_p_bg.jpg) center/cover
    no-repeat;
}
.strength-block-01 .strength-bg {
  top: -20px;
  left: 48px;
  right: -48px;
  bottom: -64px;
}
.strength-block-02 .strength-bg {
  top: -20px;
  left: -40px;
  right: 30px;
  bottom: -64px;
}
.strength-block-03 .strength-bg {
  top: -20px;
  left: 48px;
  right: -48px;
  bottom: -64px;
}
.strength-image {
  position: relative;
  z-index: 2;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 58%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.strength-image-container {
  position: relative;
  width: 100%;
  z-index: 2;
}
.strength-pink-bg {
  position: absolute;
  z-index: 1;
  background: url(images/strength_p_bg.jpg)
    center/cover no-repeat;
  top: -20px;
  left: 48px;
  right: -48px;
  bottom: -100px;
  min-height: 200px;
}
.strength-image-container .strength-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  display: block;
  background: none !important;
  padding-top: 0 !important;
  overflow: visible !important;
}
.strength-number-overlay {
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: 3;
}
.strength-number {
  position: absolute;
  z-index: 3;
  display: block;
  font-family: "Shippori Mincho", "しっぽり明朝", "Hiragino Mincho ProN", "Yu Mincho", "游明朝", serif;
  font-size: 5.5rem;
  font-weight: 600;
  color: rgba(243, 216, 229, 1);
  line-height: 0.85;
  margin: 0;
}
.strength-block-01 .strength-number {
  bottom: -96px;
  right: 26px;
}
.strength-block-02 .strength-number {
  bottom: -96px;
  right: 210px;
}
.strength-block-03 .strength-number {
  bottom: -96px;
  right: 26px;
}
.strength-support {
  position: absolute;
  z-index: 4;
  display: block;
  font-family: "Shippori Mincho", "しっぽり明朝", "Hiragino Mincho ProN", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  color: #b2aeae;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-style: normal;
  bottom: -16px;
  right: 36px;
}
.strength-block-01 .strength-support {
  bottom: -107px;
  right: 118px;
  font-style: italic;
}
.strength-block-02 .strength-support {
  font-style: italic;
  bottom: -106px;
  right: 306px;
}
.strength-block-03 .strength-support {
  bottom: -108px;
  right: 122px;
  font-style: italic;
}
.strength-number-overlay .strength-number {
  position: static;
  z-index: 4;
  display: block;
  font-family: "Shippori Mincho", "しっぽり明朝", "Hiragino Mincho ProN", "Yu Mincho", "游明朝", serif;
  font-size: 88px;
  font-weight: 600;
  color: rgba(243, 216, 229, 1);
  line-height: 0.85;
  margin: 0;
}
.strength-number-overlay .strength-support {
  position: static;
  z-index: 4;
  display: block;
  font-family: "Shippori Mincho", "しっぽり明朝", "Hiragino Mincho ProN", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  color: #b2aeae;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-style: normal;
  margin-top: -10px;
}
.strength-purple-box {
  display: block;
  background: #6b46c1;
  color: #fff;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.strength-purple-box h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  padding: 8px 8px;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
}
.strength-text p {
  margin: 0 0 1em 0;
  color: #393939;
  font-size: 1.05rem;
  line-height: 1.9;
  text-align: center;
  font-weight: 500;
  text-align: justify;
  letter-spacing: -1px;
}
.highlight-box {
  background-color: #7c5cdc;
  color: #fff;
  display: inline;
  width: fit-content;
  max-width: calc(100% - 40px);
  margin: 0 auto 16px;
  padding: 0.55em 1.3em;
  text-align: center;
  line-height: 1.25;
}
@media (min-width: 1025px) {
  .highlight-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .highlight-box {
    max-width: calc(100% - 8px);
    display: block;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .strength-container,
  .strength-blocks {
    padding: 0;
    max-width: 100%;
  }
  .strength-header {
    margin-bottom: 60px;
  }
  .strength-subtitle {
    font-size: 1.3rem;
  }
  .strength-speech-bubble img {
    margin: 0 auto;
  }
  .strength-main-title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .speech-underline {
    width: 100%;
  }
  .strength-block {
    margin-bottom: 80px;
  }
  .strength-content {
    flex-direction: column;
    gap: 32px;
    align-items: center;
    width: 88%;
    margin: 0 auto;
  }
  .strength-block-02 .strength-content {
    flex-direction: column;
  }
  .strength-image-side,
  .strength-left {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    order: 1;
    margin-bottom: 0;
  }
  .strength-text-side,
  .strength-right {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    order: 2;
  }
  .question-section {
    text-align: center;
  }
  .strength-bg {
    top: -24px !important;
    left: -40px !important;
    right: -40px !important;
    bottom: -80px !important;
  }
  .strength-number {
    font-size: 64px;
    bottom: -16px;
    right: 24px;
  }
  .strength-support {
    font-size: 14px;
    bottom: -24px;
    right: 24px;
  }
  .strength-block-01 .strength-number,
  .strength-block-02 .strength-number,
  .strength-block-03 .strength-number {
    bottom: -60px;
    right: 0;
    color: #e2a6c2;
  }
  .strength-block-01 .strength-support,
  .strength-block-02 .strength-support,
  .strength-block-03 .strength-support {
    bottom: -66px;
    right: 72px;
    color: #888787;
    font-style: italic;
    font-size: 1.1rem;
  }
  .strength-purple-box {
    margin-bottom: 16px;
  }
  .strength-purple-box h3 {
    font-size: 1.3rem;
    line-height: 1.7;
    padding: 8px 20px;
    margin-top: 72px;
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .strength-text p {
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: justify;
    font-weight: 500;
    padding: 8px 0;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 480px) {
  .strength-main-title {
    font-size: 1.3rem;
    font-weight: 600;
  }
  .strength-purple-box h3 {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 8px 16px;
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .strength-text p {
    text-align: justify;
    font-size: 1.1rem;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    font-feature-settings: "palt" 1;
  }
  .btn {
    width: 100%;
    margin: 4px auto 8px;
    height: 68px;
    font-size: 1.4rem;
  }
  .strength-bg {
    top: -24px !important;
    left: -32px !important;
    right: -32px !important;
    bottom: -72px !important;
  }
  .strength-container,
  .strength-blocks {
    padding: 0;
  }
}
/* ========================================
   hamburger menu（mobile）
   ======================================== */
.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: relative;
}
.hamburger-line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  transition: all 0.3s ease;
  border-radius: 2px;
  flex-shrink: 0;
}
.hamburger-menu.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.hamburger-menu.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}
.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.mobile-nav {
  padding: 20px;
}
.mobile-nav-item {
  display: block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
.mobile-nav-item:last-child {
  border-bottom: none;
}
.mobile-nav-text {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.mobile-nav-en {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 2px;
}
.mobile-nav-buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile-btn {
  display: block;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
}
.mobile-btn-primary {
  background: #b52c6b;
  color: #fff;
}
.mobile-btn-secondary {
  background: #f97316;
  color: #fff;
}
/* ========================================
   footer section
   ======================================== */
.footer {
  background: url(images/suggestion_back.webp) center/cover no-repeat;
  padding: 40px 0 20px;
  margin-top: 120px;
}
.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 20px;
  text-align: center;
  font-size: 2.4rem;
}
footer-ttl p {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  color: #a9985c4d;
  display: inline-block;
  white-space: nowrap;
}
.footer-copyright {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
  text-align: center;
}
.footer-sns,
.footer-sns-list,
.footer-sns-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-sns-list {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.footer-sns-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
}
.footer-sns-item img {
  display: block;
  width: 40px !important;
  height: 40px !important;
  max-width: none !important;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  vertical-align: middle;
  -webkit-user-drag: none;
  user-select: none;
  transition: opacity 0.3s ease;
}
.footer-sns-item img:hover {
  opacity: 0.7;
}
.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
}
.privacy-link,
.sitemap-link {
  color: rgb(166 154 132);
  text-decoration: none;
  transition: color 0.3s;
  font-size: 0.85rem;
}
.privacy-link:hover,
.sitemap-link:hover {
  color: #cac6bf;
  text-decoration: underline;
}
/* ========================================
   back to top button（page top）
   ======================================== */
#back-to-top {
  position: fixed !important;
  top: 50% !important;
  right: 20px !important;
  transform: translateY(-50%) translateZ(0);
  width: 30px;
  height: 128px;
  background: #b52c6b;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.8rem;
  display: none;
  z-index: 9999 !important;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  will-change: transform;
  text-align: center;
  line-height: 1;
  padding: 4px 2px;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 1px;
}
#back-to-top:hover {
  background: #8b1a4a;
  transform: translateY(-52%) translateZ(0);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
#back-to-top.show {
  display: block;
}
@media (max-width: 768px) {
  #back-to-top,
  #back-to-top.show {
    display: none;
    visibility: hidden;
  }
}
body.page-template-page-sitemap #back-to-top,
body.page-template-page-sitemap #back-to-top.show {
  display: none;
  visibility: hidden;
}
/* ========================================
   suggestion section
   ======================================== */
.suggestion {
  padding: 80px 0;
  margin-bottom: 80px;
  position: relative;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
}
.suggestion::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/strength_p_bg.jpg) center/cover no-repeat;
  background-attachment: fixed;
  z-index: 0;
}
.suggestion .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1248px;
  margin: 0 auto;
  box-sizing: border-box;
}
.suggestion-image {
  position: relative;
  z-index: 3;
  max-width: 600px;
  width: auto;
  margin: 0 auto;
}
.suggestion-image img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.suggestion-text {
  text-align: center;
  max-width: 800px;
  position: relative;
  z-index: 3;
}
.suggestion-text p {
  font-size: 22px;
  line-height: 1.8;
  color: #393939;
  margin: 0;
  font-weight: 500;
  text-align: justify;
}
.massage {
  text-align: center;
  margin: 80px 0;
  padding: 20px;
}
.massage p {
  color: #393939;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .suggestion-image img {
    width: 90%;
    margin: 0 auto;
  }
  .suggestion-text {
    padding: 0 20px;
  }
  .suggestion-text p {
    text-align: center;
    word-break: keep-all;
    overflow-wrap: break-word;
    line-break: normal;
  }
}
@media (max-width: 480px) {
  .suggestion-image img {
    width: 100%;
    margin: 0 auto;
  }
  .gradient-triangle {
    max-width: calc(100vw - 20px);
    margin: 60px auto 40px;
  }
}
@media (max-width: 480px) {
  .massage p {
    font-size: 1.2rem;
    color: #393939;
    word-wrap: break-word;
    word-break: auto-phrase;
  }
}
/* ========================================
   hero title section（fixed page）
   ======================================== */
.hero-ttl {
  padding: 80px 0;
  text-align: center;
  position: relative;
  max-width: 1248px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  overflow: hidden;
  overflow-x: hidden;
}
.hero-ttl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/suggestion_back.webp) center/cover no-repeat;
  z-index: 0;
}
.hero-title {
  font-size: 2.5rem;
  color: #393939;
  /* margin: 0; */
  font-weight: 600;
  font-family: "Shippori Mincho", "しっぽり明朝", "Hiragino Mincho ProN", "Yu Mincho", "游明朝", serif;
  display: block;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 2;
}
.hero-ttl .hero-title {
  position: relative;
  z-index: 2;
}
.hero-subttl {
  font-size: 1.15rem;
  margin: 0;
  margin-top: 8px;
}
.hero-content-wrapper {
  display: flex;
  align-items: center;
  gap: 96px;
  max-width: 1155px;
  margin: 80px auto;
}
.hero-image {
  flex: 0 0 50%;
  text-align: center;
}
.hero-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.hero-text {
  flex: 0 0 41%;
  order: 2;
  word-break: break-word;
  word-wrap: break-word;
  font-feature-settings: "palt" 1;
  font-size: 1.2rem;
  letter-spacing: -1px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.6;
}
.hero-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #393939;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.hero_content {
  padding: 96px 0;
  background: #fff;
}
.hero-content-wrapper_sv {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 20px 0 0;
}
.hero-image {
  flex: 0 0 50%;
  order: 1;
  text-align: center;
}
.hero-image img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #393939;
  margin-bottom: 1.5rem;
  font-weight: 500;
  text-align: left;
}
.hero-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .hero-content-wrapper {
    flex-direction: column;
    gap: 20px;
    padding: 0 16px;
    max-width: 1000px;
    margin: 0 auto 24px;
  }
  .hero-title {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .hero-title {
    font-size: 1.8rem !important;
    margin-bottom: 16px;
  }
  .hero-subttl {
    font-size: 1.25rem;
    white-space: nowrap;
    letter-spacing: -0.2px;
  }
  .hero-image {
    flex: none;
    order: 1;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .hero-image img {
    width: 100%;
    margin: 0 auto;
  }
  .hero-text {
    flex: none;
    order: 2;
    width: 100%;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 40px 48px;
  }
  .hero-text p {
    font-size: 1rem;
    line-height: 1.7;
  }
}
@media (max-width: 480px) {
  .hero_content {
    padding: 60px 0;
  }
  .hero-title {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  .hero-title {
    font-size: 1.5rem !important;
    margin-bottom: 16px;
  }
  .hero-subttl {
    font-size: 0.95rem;
    white-space: nowrap;
    letter-spacing: -0.3px;
  }
  .hero-content-wrapper {
    margin-bottom: 0;
  }
  .hero-text {
    width: 100%;
    padding: 0 0;
    letter-spacing: 0em;
    margin: 40px auto;
  }
  .hero-image img {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero_content {
    padding: 60px 0;
  }
  .hero-content-wrapper {
    flex-direction: column;
    gap: 40px;
    max-width: 800px;
    margin: 80px auto 54px;
    padding: 0 20px;
  }
  .hero-image {
    flex: none;
    order: 1;
    width: 100%;
    text-align: center;
  }
  .hero-image img {
    max-width: 500px;
    width: 100%;
  }
  .hero-text {
    flex: none;
    order: 2;
    width: 100%;
    text-align: justify;
    padding: 24px 48px;
  }
  .hero-text p {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
@media (min-width: 769px) and (max-width: 842px) {
  .hero-content-wrapper_sv {
    gap: 40px;
    max-width: 960px;
  }
  .hero-text p {
    font-size: 1.05rem;
  }
  .nav-buttons {
    gap: 8px;
  }
  .header .nav-buttons .btn {
    padding: 10px 20px !important;
    font-size: 14px !important;
  }
}
@media (min-width: 843px) and (max-width: 1024px) {
  .hero-content-wrapper_sv {
    gap: 40px;
    max-width: 960px;
  }
  .hero-text p {
    font-size: 1.05rem;
  }
  .nav-buttons {
    gap: 10px;
  }
  .header .nav-buttons .btn {
    padding: 12px 24px !important;
    font-size: 15px !important;
  }
}
/* ========================================
   feature section
   ======================================== */
.feature {
  background: #fff;
  text-align: center;
}
.feature-image img {
  width: 100%;
  height: auto;
  margin-bottom: 36px;
  max-width: 1248px;
}
.feature-pc {
  display: block;
}
.feature-sp {
  display: none;
}
/* ========================================
   reason section
   ======================================== */
.reasons-section {
  padding: 80px 0;
  background: #fff;
  width: 100%;
  overflow-x: hidden;
}
.reason-item {
  margin-bottom: 60px;
}
.reason-item:last-child {
  margin-bottom: 0;
}
.reason-content {
  display: flex;
  align-items: center;
  gap: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.reason-right .reason-content {
  flex-direction: row;
}
.reason-left .reason-content {
  flex-direction: row-reverse;
}
.reason-text {
  flex: 0 0 50%;
  position: relative;
}
.reason-texttitle {
  font-size: 2.1rem;
  color: #393939;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.reason-description p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #393939;
  font-weight: 500;
  margin: 0;
  font-feature-settings: "palt" 1;
}
.reason-image {
  flex: 0 0 50%;
  position: relative;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .reasons-section {
    padding: 56px;
  }
  .reasons-section > .container {
    padding: 0 40px;
  }
  .reason-texttitle br {
    display: none;
  }
  .reason-texttitle {
    font-size: 1.8rem;
    text-align: left;
    white-space: nowrap;
  }
  .reason-content {
    flex-direction: column;
    gap: 40px;
    width: 100%;
    margin: 0;
  }
  .reason-right .reason-content,
  .reason-left .reason-content {
    flex-direction: column;
  }
  .reason-text {
    flex: none;
    order: 2;
    width: 100%;
  }
  .reason-image {
    flex: none;
    order: 1;
    width: 100%;
    text-align: center;
  }
  .reason-image img {
    margin: 0 auto;
    width: 88%;
  }
  .reason-number {
    justify-content: flex-start;
  }
  .reason-number .number {
    font-size: 4rem;
  }
  .reason-number .support-text {
    font-size: 1.2rem;
  }
  .reason-texttitle {
    font-size: 1.6rem;
    text-align: left;
  }
  .reason-item:last-child .reason-texttitle {
    white-space: nowrap;
  }
  .reason-description p {
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.5;
  }
  .reason-left .reason-number {
    justify-content: flex-start !important;
  }
}
@media (max-width: 768px) {
  .reasons-section {
    padding-top: 1rem;
  }
  .reason-right .reason-content,
  .reason-left .reason-content {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 88%;
    margin: 0 auto;
  }
  .reason-image,
  .reason-text {
    flex: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .reason-image {
    order: 1;
    display: flex;
    justify-content: center;
  }
  .reason-right .reason-number,
  .reason-left .reason-number {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 16px 0;
    justify-content: flex-start;
  }
  .reason-right .reason-number .support-text,
  .reason-left .reason-number .support-text {
    font-size: 1.2rem;
    color: #b2aeae;
    font-weight: 600;
    font-style: italic;
    margin: 0;
  }
  .reason-right .reason-number .number,
  .reason-left .reason-number .number {
    font-size: 4rem;
    color: rgba(243, 216, 229, 1);
    font-weight: 600;
    font-family: "しっぽり明朝", serif;
    line-height: 0.8;
    margin: 0;
  }
  .reason-texttitle {
    font-size: 1.3rem;
    margin-left: 0;
    margin-bottom: 16px;
    text-align: left;
  }
  .reason-description p {
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 0;
    text-align: justify;
    margin-bottom: 24px;
  }
  .adl-chips {
    margin-left: 0;
    margin-right: 0;
  }
}
.reason-right .reason-number {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.reason-right .reason-number .support-text {
  display: inline-block;
  font-size: 1.4rem;
  color: #b2aeae;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -1px;
  margin: 0;
}
.reason-right .reason-number .number {
  display: inline-block;
  font-size: 4.5rem;
  color: rgba(243, 216, 229, 1);
  font-weight: 600;
  font-family: "しっぽり明朝", serif;
  line-height: 0.8;
  margin-right: 2rem;
}
.reason-left .reason-number {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 30px;
  position: relative;
}
.reason-left .reason-number .support-text {
  display: inline-block;
  font-size: 1.4rem;
  color: #b2aeae;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0;
  margin: 0;
}
.reason-left .reason-number .number {
  display: inline-block;
  font-size: 4.5rem;
  color: rgba(243, 216, 229, 1);
  font-weight: 600;
  font-family: "しっぽり明朝", serif;
  line-height: 0.8;
  margin: 0;
}
/* ========================================
   introduce section
   ======================================== */
.introduce {
  background: #fff;
}
.introduce-title,
.reasons-section .introduce-title {
  font-size: 2.5rem;
  color: #393939;
  margin: 0;
  font-weight: 600;
  font-family: "しっぽり明朝", serif;
}
.introduce-content {
  padding: 40px 0;
  background: #fff;
}
.introduce-wrapper {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.introduce-image {
  flex: 0 0 50%;
  text-align: center;
}
.introduce-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.introduce-text {
  flex: 0 0 52%;
}
.introduce-blocks {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.introduce-block {
  flex: 1;
}
.introduce-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.introduce-block li {
  font-size: 1.125rem;
  color: #393939;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
}
.introduce-block li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #b52c6b;
  font-weight: 700;
}
.introduce-description {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #393939;
  text-align: left;
  font-weight: 500;
}
/* ========================================
   staff section
   ======================================== */
.staff-section {
  width: 100%;
  background-color: #f9f8f8;
  padding: 100px 0;
  overflow-x: hidden;
  box-sizing: border-box;
}
.staff-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(2, 480px) !important;
  gap: 24px 20px !important;
  justify-content: center !important;
  padding: 0 96px !important;
  box-sizing: border-box !important;
}
.staff-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  padding: 20px 16px;
  gap: 20px;
  width: 100%;
  height: auto;
  min-height: 156px;
  box-sizing: border-box;
}
.staff-card:hover {
  transform: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.staff-image {
  flex-shrink: 0;
}
.staff-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.staff-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
  min-width: 0;
  overflow: hidden;
}
.staff-name {
  font-size: 1.1rem;
  margin: 0;
  color: #333;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.staff-title {
  font-size: 0.9rem;
  margin: 0;
  color: #555;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reasons-section .staff-instalink {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 0;
}
.staff-instalink a {
  display: inline-block;
  transition: opacity 0.3s ease;
}
.staff-instalink a:hover {
  opacity: 0.7;
}
.staff-instalink img {
  width: 28px;
  height: 28px;
  display: block;
  margin-left: 8px;
}
.staff-insta-url {
  font-size: 1.1rem;
  color: #555;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}
.staff-insta-url:hover {
  color: #e1306c;
  text-decoration: underline;
}
.staff-text {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #555;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .staff-container {
    grid-template-columns: repeat(2, minmax(0, 480px)) !important;
    padding: 0 40px !important;
    gap: 20px 16px !important;
  }
}
@media (max-width: 768px) {
  .staff-section {
    padding: 60px 0;
    overflow-x: hidden;
  }
  .staff-container {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 0 54px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .staff-card {
    flex-direction: row !important;
    text-align: left;
    align-items: flex-start;
    padding: 16px 18px;
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 120px;
    gap: 12px;
    box-sizing: border-box;
  }
  .staff-image img {
    width: 80px;
    height: 80px;
    margin-left: 24px;
  }
  .staff-content {
    gap: 4px;
  }
  .staff-name {
    font-size: 1rem;
  }
  .staff-title {
    font-size: 0.85rem;
  }
  .staff-instalink img {
    width: 18px;
    height: 18px;
  }
  .staff-insta-url {
    font-size: 0.8rem;
  }
  .staff-text {
    font-size: 0.85rem;
    white-space: normal;
    overflow: visible;
  }
}
.staff-button-wrapper {
  text-align: center;
  margin-top: 60px;
}
.btn-designer-list {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px 60px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  background: transparent;
  color: #b52c6b;
  border: 2px solid #b52c6b;
  box-shadow: 0 2px 4px rgb(127 30 75);
  overflow: hidden;
  z-index: 1;
  min-height: 70px;
}
.btn-designer-list::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(181, 44, 107, 0.35) 0%,
    #b52c6b 60%,
    #8b1a4a 100%
  );
  transition: width 0.4s ease;
  z-index: -1;
  border-radius: 50px;
}
.main-text-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
}
.icon {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.sub-text {
  font-size: 0.85rem;
  opacity: 0.9;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  transition: opacity 0.3s ease;
}
.btn-designer-list:hover::before {
  width: 100%;
}
.btn-designer-list:hover {
  color: #fff;
  border-color: #b52c6b;
  box-shadow: 0 4px 12px rgba(181, 44, 107, 0.3);
  transform: translateY(-2px);
}
.btn-designer-list:hover .icon {
  animation: pulse 0.6s ease;
}
.btn-designer-list:hover .sub-text {
  opacity: 1;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.btn-designer-list:active {
  border-color: #8b1a4a;
  box-shadow: none;
  transform: translateY(0);
}
.btn-designer-list:active::before {
  background: #8b1a4a;
}
.btn-designer-list::after {
  display: none;
}
@media (max-width: 1024px) {
  .staff-button-wrapper {
    margin-top: 50px;
  }
  .btn-designer-list {
    padding: 14px 50px;
    min-height: 65px;
  }
  .main-text-wrapper {
    font-size: 1.3rem;
  }
  .icon {
    font-size: 1rem;
  }
  .sub-text {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .staff-button-wrapper {
    margin-top: 24px;
    padding: 16px 0;
  }
  .btn-designer-list {
    width: 100%;
    max-width: 320px;
    padding: 14px 40px;
    min-height: 65px;
  }
  .main-text-wrapper {
    font-size: 1.2rem;
    gap: 6px;
  }
  .icon {
    font-size: 0.95rem;
  }
  .sub-text {
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .staff-section {
    padding: 40px 0;
  }
  .staff-container {
    padding: 0 24px !important;
    gap: 16px !important;
  }
  .staff-card {
    padding: 12px 10px;
    gap: 10px;
    min-height: 110px;
  }
  .staff-image img {
    width: 70px;
    height: 70px;
  }
  .staff-name {
    font-size: 0.95rem;
  }
  .staff-title {
    font-size: 0.8rem;
  }
  .staff-text {
    font-size: 0.8rem;
  }
  .btn-designer-list {
    padding: 18px 32px;
    min-height: 60px;
  }
  .main-text-wrapper {
    font-size: 1rem;
  }
  .icon {
    font-size: 0.9rem;
  }
  .sub-text {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 15px 20px;
    max-width: 100%;
    width: 100%;
  }
  .hamburger-menu {
    display: flex !important;
    position: relative;
    z-index: 1001;
  }
  .hamburger-line {
    display: block !important;
    width: 100% !important;
    height: 3px !important;
    background-color: #333 !important;
  }
  .header-right-content {
    display: none;
  }
  .mobile-menu.active {
    display: block;
  }
}
  .footer-content {
    text-align: center;
    color: #a49a79;
  }
  .footer-copyright {
    font-size: 12px;
  }
  .suggestion {
    margin-top: 60px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .suggestion::before {
    background-attachment: scroll;
  }
  .suggestion .container {
    gap: 30px;
  }
  .suggestion-image {
    max-width: 600px;
    padding: 0 20px;
  }
  .hero_content {
    padding: 0;
  }
  .hero-image {
    flex: none;
    order: 1;
  }
  .hero-text p {
    font-size: 1rem;
  }
  .feature {
    padding: 40px 0;
  }
  .feature-pc {
    display: none;
  }
  .feature-sp {
    display: block;
  }
  .reason-header {
    padding: 60px 0;
    margin-top: 60px;
  }
  .suggestion,
  .faq-banner,
  .hero-ttl {
    padding: 80px 0 60px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .reasons-section {
    padding-bottom: 0;
  }
  .reason-title-line1 {
    font-size: 2rem;
  }
  .reason-title-line2 {
    font-size: 1rem;
  }
  .introduce-title {
    font-size: 2.5rem;
  }
  .reason-content .reason-block-01,
  .reason-content .reason-block-02,
  .reason-content .reason-block-03,
  .reason-content .reason-block-04 {
    margin-bottom: 10px !important;
  }
  .reason-content .reason-block-04:last-child {
    margin-bottom: 0 !important;
  }
  .reason-block-content {
    flex-direction: column;
    gap: 45px;
  }
  .reason-block-02 .reason-block-content,
  .reason-block-04 .reason-block-content {
    flex-direction: column;
  }
  .reason-text {
    flex: none;
    order: 2;
  }

@media (max-width: 768px) {
  .faq {
    padding: 0 0;
  }
  .faq-banner h2 {
    font-size: 1.5rem;
    margin: 30px 0;
  }
  .faq-toggle {
    width: 28px;
    height: 28px;
    font-size: 1.25rem;
  }
  .faq-answer-content {
    padding: 0 20px 20px;
  }
  .faq-answer p {
    font-size: 1rem;
    padding-left: 28px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .strength-container,
  .strength-blocks {
    padding: 0 40px;
    max-width: 960px;
  }
  .strength-content {
    gap: 60px;
  }
  .strength-text-side,
  .strength-right {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .strength-image-side,
  .strength-left {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .strength-purple-box h3 {
    font-size: 1.06rem;
  }
  .strength-text p {
    font-size: 0.96rem;
  }
  .our_strength_disc ._2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .carousel-slide .slide-content p {
    font-size: 0.9rem;
    line-height: 1.6;
    word-break: normal;
    overflow-wrap: break-word;
    line-break: strict;
  }
}
@media (max-width: 480px) {
  .carousel-slide {
    flex: 0 0 calc(100% - 20px);
  }
  .carousel-container {
    padding: 0 10px;
  }
  .reason-text {
    padding: 0;
  }
  .reason-texttitle {
    font-size: 1.2rem;
  }
  .reason-description p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
  }
  .reason-number {
    margin-left: 0.5rem;
  }
  .worry-title {
    font-size: 1rem;
    line-height: 1.3;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-top: 8px;
    text-align: center;
  }
  .worry-description {
    font-size: 14px;
    line-height: 1.3;
    word-break: keep-all;
    overflow-wrap: break-word;
    padding: 0;
    text-align: center;
  }
  .main-title {
    font-size: 1.375rem;
    line-height: 1.6;
    word-break: keep-all;
    overflow-wrap: break-word;
    margin-top: 0px;
  }
  .hero_text {
    font-size: 1.15rem;
    max-width: 100%;
    padding: 0 16px;
    line-height: 1.6;
    word-break: normal;
    overflow-wrap: anywhere;
    line-break: normal;
    text-align: left;
    letter-spacing: 0;
    margin: 40px auto;
    text-indent: 0;
    white-space: normal;
  }
  .explanation-1 {
    font-size: 1.25rem;
    line-height: 1.6;
    word-break: normal;
    overflow-wrap: normal;
    line-break: auto;
    text-align: center;
  }
  .explanation-section {
    text-align: center;
    box-sizing: border-box;
  }
  .post-highlight,
  .post-text {
    display: inline;
    word-break: normal;
    overflow-wrap: break-word;
    line-break: auto;
    font-size: 1.2rem;
  }
  .explanation-2 {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: clamp(280px, calc(100% - 32px), 600px);
    margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 20px);
    word-break: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }
  .our_strength_disc ._1 {
    font-size: 1.35rem;
    line-height: 1.4;
    word-break: normal;
    overflow-wrap: break-word;
  }
  .our_strength_disc ._2 {
    font-size: 1.45rem;
    line-height: 1.4;
    word-break: normal;
    overflow-wrap: break-word;
    letter-spacing: -2px;
    margin-bottom: 16px;
  }
  .our_strength_disc ._3,
  .our_strength_disc ._4,
  .our_strength_disc ._5,
  .our_strength_disc ._6,
  .our_strength_disc ._7 {
    word-break: normal;
    overflow-wrap: break-word;
    line-break: normal;
  }
  .our_strength_disc {
    max-width: clamp(280px, calc(100% - 32px), 600px);
    margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 20px);
  }
  .our_strength_disc ._1,
  .our_strength_disc ._2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .our_strength_disc ._3-7 {
    line-height: 1.6;
    word-break: normal;
    overflow-wrap: anywhere;
    line-break: normal;
    max-width: 100%;
    margin: 0 auto;
  }
  .our_strength_disc ._3-7 br.pc-only {
    display: none;
  }
  .pc-only {
    display: none;
  }
  .strength-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    text-align: justify;
    padding: 0 0.6rem;
    letter-spacing: -1px;
  }
  .suggestion-text p {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-top: 28px;
    text-align: center;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
    line-break: normal;
    letter-spacing: -1px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline;
  }
}
.introduce .introduce-text {
  width: min(920px, 92%);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.introduce .introduce-blocks {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: start;
  column-gap: 0;
  row-gap: 16px;
  margin: 0 auto 30px;
  text-align: left;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
}
.introduce .introduce-description {
  margin: 48px auto 0;
  text-align: left;
  box-sizing: border-box;
  width: fit-content;
  max-width: 100%;
}
.introduce .introduce-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.introduce .introduce-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.introduce .introduce-block li {
  display: flex;
  align-items: center;
  gap: 0.3em;
  white-space: normal;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 500;
  color: #393939;
}
.introduce .introduce-block li::before {
  content: "・";
  color: #b52c6b;
  font-weight: 700;
  flex-shrink: 0;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .introduce-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .introduce-image {
    order: 1;
  }
  .introduce-text {
    order: 2;
  }
  .introduce .introduce-blocks {
    grid-template-columns: repeat(2, auto);
    column-gap: 32px;
    width: fit-content;
    max-width: 100%;
  }
  .introduce .introduce-description {
    width: fit-content;
    max-width: 100%;
    margin: 48px auto 0;
    text-align: left;
    padding-left: 0;
    box-sizing: border-box;
  }
}
@media (min-width: 1025px) {
  .suggestion-image {
    max-width: 600px;
    width: auto;
    margin: 0 auto;
  }
  .suggestion-image img {
    max-width: 100%;
    width: auto;
  }
  .introduce .introduce-description {
    width: fit-content;
    max-width: 100%;
    margin: 48px auto 0;
    text-align: left;
    padding-left: 0;
    box-sizing: border-box;
  }
  .introduce .introduce-blocks {
    width: fit-content;
    max-width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .introduce-wrapper {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
    align-items: center;
  }
  .introduce-image {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .introduce-image img {
    max-width: 300px;
    width: 100%;
  }
  .introduce-text {
    order: 2;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .introduce .introduce-blocks {
    display: grid !important;
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 16px !important;
    justify-content: center;
    align-items: start;
    justify-items: start;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 30px;
    text-align: left;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  .introduce .introduce-blocks {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 28px;
    row-gap: 16px;
    justify-content: center;
    align-items: start;
    justify-items: start;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 30px;
    text-align: left;
    box-sizing: border-box;
  }
  .introduce .introduce-description {
    text-align: left;
    width: fit-content;
    max-width: 100%;
    margin: 48px auto 0;
    padding-left: 0;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .reasons-section {
    padding-bottom: 0;
  }
  .introduce-wrapper {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
  }
  .introduce-image {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .introduce-image img {
    max-width: 280px;
    width: 100%;
  }
  .introduce-text {
    order: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .introduce .introduce-blocks {
    display: grid !important;
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 16px !important;
    justify-content: center;
    align-items: start;
    justify-items: start;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 30px;
    text-align: left;
    box-sizing: border-box;
  }
  .introduce .introduce-block li {
    font-size: 1rem;
    line-height: 1.6;
  }
  .introduce .introduce-description {
    font-size: 1rem;
    text-align: left;
    width: fit-content;
    max-width: 100%;
    margin: 48px auto;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .btn-consultation {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .btn:hover {
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
  }
  .btn-faq:hover {
    background: #8b1a4a;
  }
  .btn-contact:hover {
    background: #c2410c;
  }
  .btn-consultation:hover {
    background: #ea580c;
  }
  .page-id-301 .btn,
  .page-id-301 .btn-consultation,
  .page-id-301 .btn-service {
    width: 85% !important;
    max-width: 280px !important;
    font-size: 1.2rem !important;
    padding: 18px 32px !important;
    min-height: 64px !important;
    height: auto !important;
    margin: 0 auto 24px !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  section.reasons-section .reason-image {
    float: none;
    clear: both;
    display: block;
    width: 100%;
    margin: 0 auto 16px;
    padding: 0;
  }
  section.reasons-section .reason-image img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto;
  }
}
section.reasons-section .reason-text {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 1025px) {
  section.reasons-section > .container {
    box-sizing: border-box;
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 96px;
  }
  .reasons-section .reason-content {
    display: flex;
    align-items: center;
    max-width: 100%;
    gap: 60px;
  }
  .reasons-section .reason-image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .reason-right .reason-content {
    justify-content: flex-start;
  }
  .reason-right .reason-text {
    padding-right: 0;
    flex: 0 0 calc(55% - 30px);
  }
  .reason-right .reason-image {
    padding-left: 0;
    flex: 0 0 calc(45% - 30px);
  }
  .reason-left .reason-content {
    justify-content: flex-end;
    margin-bottom: 80px;
  }
  .reason-left .reason-text {
    padding-left: 0;
    box-sizing: border-box;
    overflow: visible;
    flex: 0 0 calc(55% - 30px);
  }
  .reason-left .reason-textarea {
    /* padding-left: 40px; */
  }
  .reason-left .reason-number {
    margin-left: 0;
    /* padding-left: 40px; */
  }
  .reason-left .reason-image {
    padding-right: 0;
    flex: 0 0 calc(45% - 30px);
  }
}
section.reasons-section .adl-chips {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 14px;
  width: 100%;
  box-sizing: border-box;
}
section.reasons-section .adl-chips .chip {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 12px;
  background: #da96b5;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  section.reasons-section .adl-chips {
    gap: 10px;
    grid-template-columns: 1fr;
    padding: 0 16px;
  }
  section.reasons-section .adl-chips .chip {
    min-height: 40px;
    padding: 10px 12px;
    font-size: clamp(1rem, 3.5vw, 15px);
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  section.reasons-section .adl-chips {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  section.reasons-section
    .adl-chips[data-adl="r01chips-04"]
    .chip:nth-child(n + 3) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
    min-height: 56px;
    padding: 6px 16px;
  }
}
/* ========================================
   custom properties
   ======================================== */
:root {
  --page-max: 1248px;
}
@media (min-width: 1025px) {
  :root {
    --page-gutter: 96px;
  }
  .hero-ttl,
  .suggestion,
  .faq-banner {
    max-width: 1248px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .common-concerns-visual {
    max-width: 1248px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  :root {
    --page-gutter: 30px;
  }
  .hero-ttl,
  .suggestion,
  .faq-banner{
    max-width: 1248px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .common-concerns-visual {
    max-width: 1248px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  :root {
    --page-gutter: 20px;
  }
}
section.hero-ttl > .container {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}
section.hero-ttl-sitemap > .container {
  max-width: 100%;
}
section.reasons-section > .container {
  box-sizing: border-box;
  max-width: 1248px;
  margin: 0 auto 80px;
}
.reasons-section .reason-image img {
  width: 100%;
  display: block;
  height: auto;
}
.reasons-section .reason-number .support-text {
  position: relative;
  top: -0.02em;
}
.hero_content .hero-image {
  flex: 0 0 auto;
  text-align: center;
}
.hero_content .hero-image img {
  display: block;
  margin: 0 auto;
}
/* ========================================
   contact section
   ======================================== */
.contact-section {
  padding: 80px 0 100px;
  background: #fff;
}
.contact-intro {
  text-align: center;
}
.contact-description {
  display: inline-block;
  margin: 0;
  line-height: 1.8;
  color: #4d4d4d;
  margin-bottom: 40px;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}
.contact-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.wpcf7 {
  background: #fff;
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wpcf7-form p {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.wpcf7-form label {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: -20px;
  margin-top: 0;
  font-weight: 500;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
  background: #fafafa;
  transition: all 0.3s ease;
  box-sizing: border-box;
  margin-top: 0;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: #c2185b;
  background: #fff;
}
.wpcf7-form textarea {
  min-height: 200px;
  resize: vertical;
  font-family: inherit;
}
label[for="cf7-your-name"]::after,
label[for="cf7-your-email"]::after,
label[for="cf7-your-message"]::after {
  content: " *";
  color: #b52c6b;
  font-weight: 600;
}
.wpcf7-form input[type="submit"] {
  background: #fff;
  color: #333;
  border: 1px solid #333;
  padding: 15px 92px;
  font-size: 1rem;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  margin: 20px auto 0;
  display: block;
  letter-spacing: 0.05em;
}
.wpcf7-form input[type="submit"]:hover {
  background: #333;
  color: #fff;
}
.wpcf7-not-valid-tip {
  color: #c2185b;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}
.wpcf7-response-output {
  margin: 20px 0 0;
  padding: 15px;
  border-radius: 4px;
  text-align: center;
}
.wpcf7-mail-sent-ok {
  border: 1px solid #4caf50;
  background: #e8f5e9;
  color: #2e7d32;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  border: 1px solid #c2185b;
  background: #fce4ec;
  color: #c2185b;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .contact-description {
    font-size: 1.1rem;
    line-height: 1.75;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .suggestion,
  .faq-banner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-ttl {
    padding: 60px 0 40px;
    margin-bottom: 40px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-section {
    padding: 50px 20px 60px;
  }
  .contact-intro {
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .contact-description {
    white-space: normal;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 32px;
    letter-spacing: 0.02em;
    padding: 0 10px;
  }
  .contact-form-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .contact-intro {
    text-align: center;
  }
  .contact-section {
    padding: 40px 16px 50px;
  }
  .contact-intro {
    text-align: center;
    padding: 0;
  }
  .contact-description {
    white-space: normal;
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.9;
    margin-bottom: 28px;
    letter-spacing: 0.01em;
    padding: 0 12px;
    max-width: 100%;
    display: block;
    max-width: 100%;
  }
  .contact-description br.sp-only {
    display: block !important;
  }
  .contact-form-wrapper {
    padding: 0;
  }
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form textarea {
    font-size: 16px;
  }
  .wpcf7-form input[type="submit"] {
    width: 100%;
    max-width: 280px;
    padding: 15px 40px;
    font-size: 15px;
  }
}
/* ========================================
   thanks page
   ======================================== */
.thanks-section {
  padding: 80px 0 120px;
  background: #fff;
}
.thanks-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.thanks-icon {
  margin-bottom: 30px;
  animation: scaleIn 0.5s ease-out;
}
@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.thanks-title {
  font-size: 28px;
  font-weight: 500;
  color: #333;
  margin: 0 0 30px;
  letter-spacing: 0.05em;
}
.thanks-message {
  font-size: 16px;
  line-height: 2;
  color: #494949;
  margin: 0 0 30px;
}
.thanks-note {
  font-size: 14px;
  line-height: 1.8;
  color: #595959;
  margin: 0 0 50px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}
.thanks-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .thanks-section {
    padding: 50px 0 80px;
  }
  .thanks-icon svg {
    width: 60px;
    height: 60px;
  }
  .thanks-title {
    font-size: 22px;
  }
  .thanks-message {
    font-size: 14px;
  }
  .thanks-note {
    font-size: 13px;
    padding: 15px;
  }
  .btn-primary {
    width: 100%;
    max-width: 300px;
  }
}
.header .nav-buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 0;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 500;
  font-family: inherit;
  text-decoration: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 -4px 5px -2px #8e2f57 inset;
  transform: none;
  transition: background-color 0.2s ease, filter 0.2s ease;
  height: auto;
  gap: 0;
}
.header .nav-buttons .btn::after {
  content: none;
}
.header .nav-buttons .btn:hover,
.header .nav-buttons .btn:active,
.header .nav-buttons .btn:focus {
  box-shadow: none;
  transform: none;
}
.header .nav-buttons .btn-primary {
  background: #b52c6b;
  color: #fff;
  border-radius: 0;
}
.header .nav-buttons .btn-secondary {
  background: #f97316;
  color: #fff;
}
.header .nav-buttons .btn-secondary:hover {
  background: #c2410c;
}
@media (min-width: 843px) and (max-width: 1024px) {
  .header .nav-buttons {
    gap: 10px;
  }
  .header .nav-buttons .btn {
    padding: 12px 24px;
    font-size: 15px;
  }
}
@media (min-width: 769px) and (max-width: 842px) {
  .header .nav-buttons {
    gap: 8px;
  }
  .header .nav-buttons .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.header .nav-buttons .btn-secondary {
  background: #f97316 !important;
  color: #fff !important;
}
.header .nav-buttons .btn-secondary:hover {
  background: #c2410c !important;
}
@media (max-width: 768px) {
  .common-concerns {
    padding: 0 20px;
    margin: 40px auto 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .common-concerns-visual {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .common-concerns picture,
  .common-concerns-visual picture {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .common-concerns picture img,
  .common-concerns-visual picture img,
  .concerns-image-full img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 56px auto;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .common-concerns {
    padding: 0 16px;
    margin: 40px auto 0;
    box-sizing: border-box;
  }
  .common-concerns-visual {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .common-concerns picture,
  .common-concerns-visual picture {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .common-concerns picture img,
  .common-concerns-visual picture img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 48px auto;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .introduce-blocks {
    display: grid !important;
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 0px !important;
  }
  .introduce .introduce-wrapper {
    flex-direction: column;
  }
  .introduce .introduce-image,
  .introduce .introduce-text {
    padding: 20px 0;
  }
  .introduce .introduce-blocks {
    display: grid !important;
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 16px !important;
    justify-content: center;
    align-items: start;
    justify-items: start;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 30px;
    text-align: left;
    box-sizing: border-box;
  }
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  padding: 0;
}
.faq .container {
  padding: 0 20px !important;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .faq .container {
    padding: 0 8px 40px !important;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .tablet-only {
    display: inline;
  }
  .sp-only:not(.tablet-only) {
    display: none;
  }
}
@media (max-width: 480px) {
  .sp-only {
    display: inline;
  }
}
/* ========================================
   404 error page
   ======================================== */
.error-404-page {
  padding: 60px 20px;
  text-align: center;
}
.error-404-container {
  max-width: 800px;
  margin: 0 auto;
}
.page-title {
  font-size: 3rem;
  font-weight: 700;
  color: #494949;
  margin: 0;
  line-height: 1;
}
.error-message {
  font-size: 1.6rem;
  color: #555;
  margin: 20px 0;
}
.error-description {
  font-size: 16px;
  color: #777;
  margin-bottom: 40px;
  line-height: 1.6;
}
.back-to-home {
  margin: 40px 0;
}
.home-button {
  display: inline-block;
  padding: 15px 40px;
  background-color: #b52c6b;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color 0.3s ease;
  margin-top: 80px;
}
.home-button:hover {
  background-color: #005177;
  color: #fff;
}
.home-button span {
  display: inline-block;
}
.search-form-wrapper {
  margin: 50px 0;
  padding: 30px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.search-form-wrapper p {
  margin-bottom: 15px;
  color: #555;
}
.recent-posts {
  margin-top: 50px;
  text-align: left;
}
.recent-posts h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #333;
}
.recent-posts ul {
  list-style: none;
  padding: 0;
}
.recent-posts li {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f9f9f9;
  border-left: 3px solid #0073aa;
}
.recent-posts li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.recent-posts li a:hover {
  color: #0073aa;
}
@media (max-width: 768px) {
  .page-title {
    font-size: 80px;
  }
  .error-message {
    font-size: 22px;
  }
  .home-button {
    padding: 12px 30px;
    font-size: 16px;
  }
}
/* ========================================
   privacy policy page
   ======================================== */
.privacy-policy {
  max-width: 1242px;
  margin: 40px auto;
  padding: 30px;
  font-size: 16px;
  line-height: 1.7;
  color: #494949;
}
.privacy-policy h2 {
  margin-top: 0;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}
.privacy-policy h3 {
  margin-top: 2em;
  margin-bottom: 0.7em;
  font-size: 1.2em;
  color: #494949;
  border-left: 4px solid #af2c68;
  padding-left: 0.6em;
  font-weight: 700;
}
.privacy-policy p {
  margin-bottom: 1.4em;
}
.footer-bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.copyright {
  margin: 0;
  color: rgb(166 154 132);
  font-size: 0.85rem;
}
@media (max-width: 480px) {
  .footer-links {
    flex-direction: column;
    gap: 12px;
  }
}
/* ========================================
   sitemap page
   ======================================== */
/* サイトマップページ専用 */
.sitemap-content {
  padding: 80px 0;
  background-color: #fff;
}
.sitemap-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.sitemap-section {
  margin-bottom: 60px;
}
.sitemap-section:last-child {
  margin-bottom: 0;
}
.sitemap-section-title {
  font-size: 1.45rem;
  color: #393939;
  margin: 0 0 24px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #e0e0e0;
  font-weight: 600;
  font-family: "しっぽり明朝", serif;
}
.sitemap-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sitemap-list li {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.sitemap-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #393939;
  font-size: 1.2rem;
}
.sitemap-list li:last-child {
  margin-bottom: 0;
}
.sitemap-list a {
  color: #393939;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.8;
  transition: color 0.3s ease;
}
.sitemap-list a:hover {
  color: #666;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .sitemap-content {
    padding: 60px 0;
  }
  .sitemap-wrapper {
    padding: 0 16px;
  }
  .sitemap-section {
    margin-bottom: 40px;
  }
  .sitemap-section-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .sitemap-list a {
    font-size: 0.95rem;
  }
}
@media (max-width: 480px) {
  .sitemap-content {
    padding: 40px 0;
  }
  .sitemap-section-title {
    font-size: 1.3rem;
    margin-bottom: 16px;
  }
  .sitemap-list li {
    margin-bottom: 10px;
    padding-left: 16px;
  }
  .sitemap-list a {
    font-size: 0.9rem;
  }
}

/* サイトマップページのスクロールバーを削除（高さ制限を解除） */

/* containerの高さ制限を解除 */
body.page-template-page-sitemap .container {
  height: auto;
  max-height: none;
  overflow: visible;
}

/* sitemap-content関連の高さ制限を解除 */
body.page-template-page-sitemap .sitemap-content {
  height: auto;
  max-height: none;
  overflow: visible;
}

body.page-template-page-sitemap .sitemap-wrapper {
  height: auto;
  max-height: none;
  overflow: visible;
}

/* 全体的な高さ制限の解除 */
body.page-template-page-sitemap section {
  height: auto;
  max-height: none;
  overflow: visible;
}

body.page-template-page-sitemap main {
  height: auto;
  max-height: none;
  overflow: visible;
}

/* bodyとhtmlの設定 */
html.page-sitemap,
body.page-template-page-sitemap {
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
}