.occ-anchors {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
  max-width: 760px;
  margin: 2.4rem auto 0;
}
.occ-anchors a {
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  border: 1px solid #ccc;
  padding: 0.7rem 1.4rem;
  color: #727272;
  background: #fff;
  transition: 0.25s;
}
.occ-anchors a:hover {
  border-color: #d61423;
  color: #d61423;
}
.occ-terms {
  max-width: 740px;
  margin: 3rem auto 0;
}
.occ-term {
  padding: 2.2rem 0;
  border-top: 1px dotted #ccc;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 2rem;
}
.occ-term h3 {
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: var(--font-mincho-bold, 500);
}
.occ-term h3 small {
  display: block;
  font-size: 1.15rem;
  color: #9a7b3f;
  letter-spacing: 0.08em;
  margin-top: 0.4rem;
}
.occ-term p {
  font-size: 1.45rem;
  line-height: 1.9;
}
.occ-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  max-width: 96rem;
  margin: 0 auto 6rem;
}
.occ-feature:nth-child(even) .occ-feature__img {
  order: 2;
}
.occ-feature__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.occ-feature__body h3 {
  font-size: 2rem;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-bottom: 1.8rem;
  font-weight: var(--font-mincho-bold, 500);
}
.occ-feature__body p {
  font-size: 1.45rem;
  line-height: 1.95;
  letter-spacing: 0.06em;
  margin-bottom: 1.2em;
}
.occ-feature__price {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #d61423;
  margin-top: 0.6rem;
}
.occ-feature__price b {
  font-size: 2rem;
}
.occ-menu {
  list-style: none;
  margin: 1rem 0 0;
  padding: 1.4rem 0 0;
  border-top: 1px dotted #ccc;
}
.occ-menu li {
  font-size: 1.35rem;
  line-height: 1.85;
  letter-spacing: 0.04em;
  color: #444;
  padding-left: 1.2em;
  position: relative;
}
.occ-menu li:before {
  content: "\30fb";
  position: absolute;
  left: 0;
  color: #9a7b3f;
}
.occ-note {
  font-size: 1.2rem;
  color: #888;
  margin-top: 1rem;
  line-height: 1.7;
}
.occ-svc__price {
  color: #d61423;
  font-weight: bold;
  margin-top: 0.6rem;
}
.occ-ph {
  background: #e7ded0;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
  color: #8a7d68;
  font-family: var(--font-gothic, sans-serif);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1rem;
}
.occ-ph img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.occ-svcs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  max-width: 96rem;
  margin: 0 auto;
}
.occ-svc__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.occ-svc__img .occ-ph {
  aspect-ratio: 1/1;
}
.occ-svc h3 {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 2rem 0 1.2rem;
  font-weight: var(--font-mincho-bold, 500);
}
.occ-svc p {
  font-size: 1.35rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #444;
}
.occ-voices {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}
.occ-voice {
  background: #fff;
  border: 1px solid #ccc;
  padding: 2.6rem 3rem;
}
.occ-voice p {
  font-size: 1.45rem;
  line-height: 1.95;
}
.occ-voice .occ-who {
  font-size: 1.2rem;
  color: #9a7b3f;
  margin-top: 1.2rem;
}
.occ-faq {
  max-width: 740px;
  margin: 0 auto;
}
.occ-faq details {
  border-bottom: 1px solid #ccc;
}
.occ-faq summary {
  font-size: 1.55rem;
  padding: 2.2rem 4rem 2.2rem 3.6rem;
  cursor: pointer;
  list-style: none;
  position: relative;
  line-height: 1.6;
}
.occ-faq summary::-webkit-details-marker {
  display: none;
}
.occ-faq summary::before {
  content: "Q";
  position: absolute;
  left: 0.6rem;
  top: 2.1rem;
  font-size: 1.8rem;
  color: #9a7b3f;
}
.occ-faq summary::after {
  content: "＋";
  position: absolute;
  right: 1rem;
  top: 2.2rem;
  color: #9a7b3f;
}
.occ-faq details[open] summary::after {
  content: "−";
}
.occ-faq__a {
  padding: 0 1.6rem 2.6rem 3.6rem;
  font-size: 1.4rem;
  color: #555;
  line-height: 1.95;
}
@media (max-width: 768px) {
  .occ-term {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
  .occ-feature {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .occ-feature:nth-child(even) .occ-feature__img {
    order: 0;
  }
  .occ-svcs {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
