:root {
  --rh-pink: #ef819d;
  --rh-teal: #70cab7;
  --rh-text: #4f4545;
  --rh-content: 1100px;
}

body.rh-home {
  min-width: 0;
  overflow-x: hidden;
}

.rh-home img {
  max-width: 100%;
  height: auto;
}

body.rh-home #header.rh-header {
  position: relative;
  z-index: 20;
  min-width: 0;
  height: auto;
  background: url('../images/desktop/header_bg.webp') center / cover no-repeat;
}

.rh-header__strap,
.rh-header__inner,
.rh-nav__list,
.rh-hero__inner,
.rh-intro__inner {
  width: min(calc(100% - 32px), var(--rh-content));
  margin-inline: auto;
}

.rh-header__strap {
  height: 24px;
  color: #fff;
}

.rh-header__strap h1 {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.rh-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 101px;
}

.rh-logo {
  display: block;
  line-height: 0;
}

.rh-logo img {
  display: block;
  width: 408px;
}

.rh-header__contact {
  position: absolute;
  top: 0;
  right: 40px;
  display: grid;
  width: 265px;
}

.rh-header__contact a {
  display: block;
  line-height: 0;
}

.rh-menu-toggle {
  display: none;
}

.rh-nav {
  background: #fff;
  box-shadow: 0 8px 20px rgba(116, 74, 84, 0.08);
}

.rh-nav__list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
  padding: 0;
  list-style: none;
}

.rh-nav__list li {
  min-width: 0;
}

.rh-nav__list a {
  display: grid;
  place-items: center;
  height: 77px;
  color: var(--rh-text);
  text-decoration: none;
}

.rh-nav__list img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.rh-nav__list span,
.rh-nav__contact {
  display: none;
}

@media (min-width: 768px) {
  .rh-nav {
    position: relative;
    border-top: 1px solid rgba(239, 129, 157, 0.18);
    border-bottom: 1px solid rgba(239, 129, 157, 0.28);
    background: linear-gradient(180deg, #fff 0%, #fff9fb 100%);
    box-shadow: 0 7px 18px rgba(116, 74, 84, 0.08);
  }

  .rh-nav__list {
    padding: 4px 0;
  }

  .rh-nav__list li {
    position: relative;
  }

  .rh-nav__list li + li::before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(239, 129, 157, 0.32), transparent);
    content: '';
  }

  .rh-nav__list a {
    position: relative;
    height: 60px;
    margin: 0 4px;
    padding: 0 8px;
    overflow: hidden;
    border-radius: 8px;
    box-sizing: border-box;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
  }

  .rh-nav__list a::after {
    position: absolute;
    right: 14px;
    bottom: 0;
    left: 14px;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(90deg, var(--rh-pink), #70cab7);
    content: '';
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
  }

  .rh-nav__list a:hover {
    background: rgba(239, 129, 157, 0.09);
    box-shadow: inset 0 0 0 1px rgba(239, 129, 157, 0.12);
  }

  .rh-nav__list a:hover::after,
  .rh-nav__list a:focus-visible::after {
    transform: scaleX(1);
  }

  .rh-nav__list a:focus-visible {
    outline: 3px solid rgba(40, 160, 170, 0.35);
    outline-offset: -3px;
  }

  .rh-nav__list img {
    width: auto;
    max-width: 100%;
    height: 60px;
    transition: transform 0.2s ease;
  }

  .rh-nav__list a:hover img {
    opacity: 1;
    filter: none;
    transform: translateY(-1px);
  }
}

.rh-hero {
  min-height: 571px;
  background: #fff url('../images/desktop/mainv_bg.jpg') center / auto 571px no-repeat;
}

.rh-hero__inner {
  position: relative;
  min-height: 571px;
}

.rh-hero__inner picture {
  position: absolute;
  top: 102px;
  right: 26px;
  display: block;
  width: 508px;
}

.rh-hero__inner img {
  display: block;
  width: 100%;
}

.rh-intro {
  background: url('../images/desktop/cvp_bg.png') center / cover no-repeat;
}

.rh-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 612px) minmax(0, 486px);
  align-items: stretch;
  min-height: 602px;
}

.rh-intro__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 18px 22px;
  box-sizing: border-box;
  text-align: center;
}

.rh-intro__title,
.rh-intro__link {
  display: block;
  line-height: 0;
}

.rh-intro__title img,
.rh-intro__link img {
  width: 100%;
}

.rh-intro__copy {
  margin: 12px auto 18px;
  color: var(--rh-text);
  font-size: 14px;
  line-height: 1.9;
}

.rh-intro__copy p {
  margin: 0 0 0.65em;
}

.rh-intro__photo {
  align-self: end;
  width: 486px;
}

.rh-news {
  padding: 58px 20px 66px;
  background: linear-gradient(180deg, #fff 0%, #fffafc 100%);
}

.rh-news__inner {
  width: min(100%, 1060px);
  margin-inline: auto;
}

.rh-news__heading {
  display: flex;
  gap: 18px;
  align-items: baseline;
  margin: 0 0 28px;
  color: var(--rh-text);
  line-height: 1;
}

.rh-news__heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 129, 157, 0.55), rgba(239, 129, 157, 0));
  transform: translateY(-6px);
}

.rh-news__heading-en {
  color: var(--rh-pink);
  font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.07em;
}

.rh-news__heading-ja {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.14em;
}

.rh-news__list {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 14px 28px;
  align-items: stretch;
}

.rh-news-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(239, 129, 157, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 26px rgba(115, 76, 86, 0.06);
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.rh-news-card:hover,
.rh-news-card:focus-within {
  border-color: rgba(239, 129, 157, 0.64);
  box-shadow: 0 12px 30px rgba(115, 76, 86, 0.12);
  transform: translateY(-2px);
}

.rh-news-card--featured {
  grid-row: 1 / span 4;
  grid-column: 1;
}

.rh-news-card--compact {
  display: grid;
  grid-column: 2;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 112px;
}

.rh-news-card__photo {
  overflow: hidden;
  background: #f9eef2;
}

.rh-news-card--featured .rh-news-card__photo {
  width: 100%;
  height: 270px;
}

.rh-news-card--compact .rh-news-card__photo {
  width: 112px;
  height: 100%;
  min-height: 112px;
}

.rh-news-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rh-news-card__photo--placeholder {
  display: grid;
  place-items: center;
  color: rgba(239, 129, 157, 0.65);
  font-family: "Times New Roman", serif;
  letter-spacing: 0.12em;
}

.rh-news-card__photo--sample {
  background-position: center;
  background-size: cover;
}

.rh-news-card__photo--sample-1 {
  background-image: linear-gradient(135deg, rgba(255, 236, 242, 0.32), rgba(252, 209, 221, 0.2)), url('../images/desktop/about_school.webp');
}

.rh-news-card__photo--sample-2 {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(112, 202, 183, 0.16)), url('../images/desktop/about02.webp');
}

.rh-news-card__photo--sample-3 {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(239, 129, 157, 0.16)), url('../images/desktop/about03.webp');
}

.rh-news-card__photo--sample-4 {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(239, 129, 157, 0.16)), url('../images/desktop/cvp_img.webp');
}

.rh-news-card__body {
  min-width: 0;
}

.rh-news-card--featured .rh-news-card__body {
  padding: 22px 24px 24px;
}

.rh-news-card--compact .rh-news-card__body {
  align-self: center;
  padding: 15px 18px;
}

.rh-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  color: #777;
  font-size: 13px;
}

.rh-news-card__meta a {
  position: relative;
  z-index: 2;
  padding: 1px 10px;
  border-radius: 999px;
  background: var(--rh-pink);
  color: #fff;
  text-decoration: none;
}

.rh-news-card__meta a:hover,
.rh-news-card__meta a:focus-visible {
  background: #d96382;
  text-decoration: underline;
}

.rh-news-card h3 {
  margin: 8px 0 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
}

.rh-news-card--featured h3 {
  margin-top: 10px;
  font-size: 23px;
  line-height: 1.45;
}

.rh-news-card h3 a {
  color: var(--rh-text);
  text-decoration: none;
}

.rh-news-card h3 a::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
}

.rh-news-card h3 a:hover,
.rh-news-card h3 a:focus-visible {
  color: var(--rh-pink);
}

.rh-news-card__excerpt {
  margin: 12px 0 0;
  color: #675d5d;
  font-size: 14px;
  line-height: 1.85;
}

.rh-news-card__readmore {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 16px;
  color: var(--rh-pink);
  font-size: 14px;
  font-weight: 600;
}

.rh-news-card__readmore span {
  transition: transform 0.2s ease;
}

.rh-news-card:hover .rh-news-card__readmore span,
.rh-news-card:focus-within .rh-news-card__readmore span {
  transform: translateX(4px);
}

.rh-news__more {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: min(100%, 390px);
  min-height: 54px;
  margin: 32px auto 0;
  border: 1px solid rgba(239, 129, 157, 0.72);
  border-radius: 999px;
  background: #fff;
  color: #d96382;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.rh-news__more:hover,
.rh-news__more:focus-visible {
  background: var(--rh-pink);
  color: #fff;
  transform: translateY(-2px);
}

.rh-reasons__heading {
  display: grid;
  place-items: center;
  min-height: 184px;
  background: url('../images/desktop/top_reason.png') center / cover no-repeat;
}

.rh-reasons__heading h2 {
  width: min(calc(100% - 32px), 735px);
  margin: 0;
  line-height: 0;
}

.rh-reasons__heading picture,
.rh-reasons__heading img,
.rh-reason-card picture,
.rh-reason-card picture img {
  display: block;
  width: 100%;
}

.rh-reasons__body {
  padding: 40px 16px 45px;
  background: url('../images/desktop/top_reason_bg.png') center / cover no-repeat;
}

.rh-reasons__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 469px));
  gap: 80px;
  justify-content: center;
  width: min(100%, 1100px);
  margin-inline: auto;
}

.rh-reason-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: left;
}

.rh-reason-card__title,
.rh-reason-card__photo {
  line-height: 0;
}

.rh-reason-card h3 {
  align-self: stretch;
  margin: 16px 0 8px;
  color: #fdfe5b;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.rh-reason-card p {
  flex: 1;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.8;
}

.rh-reason-card > a {
  display: block;
  width: min(100%, 246px);
  line-height: 0;
}

.rh-plan {
  padding: 48px 16px 60px;
  background: #fff;
}

.rh-plan__inner {
  width: min(100%, 1100px);
  margin-inline: auto;
  text-align: center;
}

.rh-plan h2 {
  margin: 0;
  line-height: 0;
}

.rh-plan h2 picture,
.rh-plan h2 img {
  display: block;
  width: 100%;
}

.rh-plan__lead {
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.9;
}

.rh-plan__lead strong {
  color: var(--rh-pink);
  font-weight: 400;
}

.rh-plan__table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  table-layout: fixed;
}

.rh-plan__table td {
  height: auto;
  padding: 12px 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
}

.rh-plan__table .ptb05 {
  width: 90px;
}

.rh-plan__table .ptb05 img {
  width: 81px;
  margin-inline: auto;
}

.rh-plan__price-note {
  display: block;
  margin-top: 4px;
  color: #333;
  font-size: 0.875em;
}

.rh-plan__notes {
  margin: 18px 0 30px;
  font-size: 13px;
  line-height: 1.7;
  text-align: right;
}

.rh-plan__more {
  display: block;
  width: min(100%, 565px);
  margin-inline: auto;
  line-height: 0;
}

.rh-lower-inner {
  width: min(calc(100% - 32px), var(--rh-content));
  margin-inline: auto;
}

.rh-reviews {
  padding: 58px 0;
  background: #f5fbf9;
  text-align: center;
}

.rh-section-kicker {
  margin: 0 0 6px;
  color: var(--rh-teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rh-reviews h2 {
  margin: 0 0 28px;
  color: var(--rh-text);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.rh-reviews__widget {
  padding: 24px;
  border: 1px solid #d6ebe6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(73, 125, 114, 0.07);
  text-align: left;
}

.rh-review-samples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.rh-review-sample {
  padding: 18px;
  border: 1px solid #e4efec;
  border-radius: 12px;
  background: #fff;
  line-height: 1.8;
}

.rh-review-sample p {
  margin: 0 0 12px;
}

.rh-review-sample__stars {
  color: #e9b34f;
  letter-spacing: 0.08em;
}

.rh-review-sample strong {
  color: #806d72;
  font-size: 12px;
  font-weight: 500;
}

.rh-contact {
  padding: 56px 16px 48px;
  background: #fff;
}

body.rh-home #page_contact.rh-contact__inner {
  width: min(100%, 920px);
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.rh-contact__title,
.rh-contact__phone {
  display: block;
  margin-inline: auto;
}

.rh-contact__title {
  width: 920px;
}

.rh-contact__phone {
  width: min(100%, 426px);
  margin-top: 14px;
  line-height: 0;
}

.rh-contact__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 12px;
}

.rh-contact__links a {
  display: block;
  line-height: 0;
}

body.rh-home .contents-box.rh-seo-article {
  width: min(calc(100% - 32px), 1000px);
  max-width: none;
  height: auto;
  max-height: 360px;
  margin: 0 auto 56px;
  padding: 28px 34px;
  overflow-y: auto;
  border: 1px solid #f1d9df;
  border-radius: 18px;
  box-sizing: border-box;
  background: #fffafb;
  color: var(--rh-text);
  font-size: 14px;
  line-height: 1.9;
  text-align: left;
  scrollbar-color: #d9a7b4 #fff;
  scrollbar-width: thin;
}

.rh-seo-article h2 {
  margin: 0 0 22px;
  color: var(--rh-pink);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.rh-seo-article h3 {
  margin: 32px 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eab4c1;
  color: var(--rh-pink);
  font-size: 20px;
  line-height: 1.5;
}

.rh-seo-article p {
  margin: 0 0 14px;
}

.rh-seo-article dt,
.rh-seo-article strong,
.rh-seo-article em {
  color: var(--rh-pink);
  font-weight: 700;
}

.rh-seo-article em {
  display: block;
  margin: 24px 0 12px;
  font-style: normal;
}

.rh-seo-article dd {
  margin: 0 0 18px;
}

body.rh-home .map,
body.rh-home .map_in {
  width: 100%;
  height: auto;
}

body.rh-home .map iframe {
  display: block;
  width: 100%;
  height: 430px;
}

body.rh-home #footer,
body.rh-home #footer_in {
  height: auto;
}

body.rh-home #footer {
  background-position: center bottom;
  background-repeat: no-repeat;
}

body.rh-home #footer_in {
  width: min(calc(100% - 32px), var(--rh-content));
  margin-inline: auto;
  padding: 46px 16px 38px;
  box-sizing: border-box;
  text-align: center;
}

body.rh-home #footer_navi,
body.rh-home #footer_navi2 {
  line-height: 2;
}

body.rh-home #footer_navi {
  width: 100%;
  padding: 0;
}

.rh-footer-nav__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rh-footer-nav__list li {
  margin: 0;
  padding: 0;
}

.rh-footer-nav__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 10px 8px;
  border: 1px solid rgba(239, 129, 157, 0.38);
  border-radius: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.86);
  color: #4f4548;
  line-height: 1.4;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.rh-footer-nav__list a:hover {
  border-color: #ef819d;
  background: #fff;
  transform: translateY(-2px);
}

.rh-footer-nav__list a:focus-visible {
  outline: 3px solid rgba(40, 160, 170, 0.45);
  outline-offset: 2px;
}

.rh-footer-nav__hint,
.rh-footer-nav__label {
  display: block;
}

.rh-footer-nav__hint {
  margin-bottom: 4px;
  color: #c86580;
  font-size: 11px;
  letter-spacing: 0.06em;
}

.rh-footer-nav__label {
  font-size: 14px;
  font-weight: 600;
}

body.rh-home #footer_navi2 {
  padding-top: 20px;
}

.rh-footer-privacy {
  margin-bottom: 12px;
}

.rh-footer-privacy a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
}

body.rh-home .fmenu a {
  display: block;
  width: 70px;
  height: 67px;
  line-height: 0;
}

body.rh-home .fmenu a:nth-child(1) {
  background: #d65377;
}

body.rh-home .fmenu a:nth-child(2) {
  background: #28a0aa;
}

body.rh-home .fmenu a:nth-child(3) {
  background: #00b900;
}

body.rh-home #footer_in > img {
  width: min(100%, 543px);
  margin: 22px auto 16px;
}

body.rh-home #cr,
body.rh-home #cr_in {
  min-width: 0;
  width: 100%;
}

@media (max-width: 1023px) {
  .rh-header__contact {
    right: 0;
  }

  .rh-logo img {
    width: min(38vw, 360px);
  }

  .rh-hero__inner picture {
    right: 2vw;
    width: min(48vw, 508px);
  }

  .rh-intro__copy {
    font-size: 13px;
  }

  .rh-reasons__grid {
    gap: 32px;
  }

  .rh-plan__table td {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rh-header__inner {
    justify-content: flex-start;
    padding-left: 16px;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  body.rh-home {
    padding-bottom: 67px;
  }

  body.rh-home #header.rh-header {
    background-image: url('../images/mobile/header_bg.webp');
  }

  .rh-header__strap,
  .rh-header__inner,
  .rh-nav__list,
  .rh-hero__inner,
  .rh-intro__inner {
    width: 100%;
  }

  .rh-header__strap {
    position: absolute;
    top: 0;
    left: 8px;
    z-index: 1;
    width: calc(100% - 92px);
    overflow: hidden;
  }

  .rh-header__strap h1 {
    overflow: hidden;
    font-size: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .rh-header__inner {
    justify-content: center;
    min-height: 96px;
    padding: 18px 76px 4px 12px;
    box-sizing: border-box;
  }

  .rh-logo img {
    width: min(62vw, 365px);
    max-height: 73px;
    object-fit: contain;
  }

  .rh-header__contact {
    display: none;
  }

  .rh-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 7px;
    width: 72px;
    height: 72px;
    padding: 0;
    border: 0;
    border-radius: 0 0 0 18px;
    background: rgba(239, 129, 157, 0.94);
    color: #fff;
    cursor: pointer;
  }

  .rh-menu-toggle__icon,
  .rh-menu-toggle__icon::before,
  .rh-menu-toggle__icon::after {
    display: block;
    width: 27px;
    height: 2px;
    background: currentColor;
    content: '';
    transition: transform 0.2s ease;
  }

  .rh-menu-toggle__icon {
    position: relative;
  }

  .rh-menu-toggle__icon::before {
    position: absolute;
    top: -8px;
  }

  .rh-menu-toggle__icon::after {
    position: absolute;
    top: 8px;
  }

  .rh-menu-toggle__label {
    font-size: 10px;
  }

  .rh-menu-toggle[aria-expanded='true'] .rh-menu-toggle__icon {
    background: transparent;
  }

  .rh-menu-toggle[aria-expanded='true'] .rh-menu-toggle__icon::before {
    top: 0;
    transform: rotate(45deg);
  }

  .rh-menu-toggle[aria-expanded='true'] .rh-menu-toggle__icon::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .rh-nav {
    position: absolute;
    top: 96px;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    border-top: 1px solid rgba(239, 129, 157, 0.25);
  }

  .rh-nav.is-open {
    display: block;
  }

  .rh-nav__list {
    display: block;
  }

  .rh-nav__list a {
    display: flex;
    justify-content: space-between;
    height: auto;
    min-height: 50px;
    padding: 0 22px;
    border-bottom: 1px solid #f7dce4;
    box-sizing: border-box;
    font-size: 15px;
  }

  .rh-nav__list a::after {
    color: var(--rh-pink);
    content: '›';
    font-size: 22px;
  }

  .rh-nav__list img {
    display: none;
  }

  .rh-nav__list span,
  .rh-nav__contact {
    display: block;
  }

  .rh-hero {
    min-height: clamp(430px, 89.7vw, 574px);
    background-image: url('../images/mobile/mainv_bg.jpg');
    background-size: cover;
  }

  .rh-hero__inner {
    min-height: clamp(430px, 89.7vw, 574px);
  }

  .rh-hero__inner picture {
    top: 9%;
    right: 50%;
    width: min(79.4vw, 508px);
    transform: translateX(50%);
  }

  .rh-intro {
    background: url('../images/mobile/top_cvp_bg.png') top center / cover no-repeat;
  }

  .rh-intro__inner {
    display: block;
    min-height: 0;
  }

  .rh-intro__body {
    padding: 40px 20px 30px;
  }

  .rh-intro__title,
  .rh-intro__link {
    width: min(100%, 576px);
    margin-inline: auto;
  }

  .rh-intro__copy {
    margin-block: 16px 20px;
    font-size: clamp(14px, 3.8vw, 18px);
    line-height: 1.85;
    text-align: left;
  }

  .rh-intro__photo {
    display: none;
  }

  .rh-news {
    padding: 40px 16px 48px;
  }

  .rh-news__heading {
    gap: 10px;
    margin-bottom: 22px;
  }

  .rh-news__heading::after {
    transform: translateY(-3px);
  }

  .rh-news__heading-en {
    font-size: 38px;
  }

  .rh-news__heading-ja {
    font-size: 17px;
    letter-spacing: 0.1em;
  }

  .rh-news__list {
    display: block;
  }

  .rh-news-card {
    margin-bottom: 14px;
    min-height: 0;
    transform: none;
  }

  .rh-news-card--featured,
  .rh-news-card--compact {
    grid-row: auto;
    grid-column: auto;
  }

  .rh-news-card--featured .rh-news-card__photo {
    height: 205px;
  }

  .rh-news-card--featured .rh-news-card__body {
    padding: 18px 18px 20px;
  }

  .rh-news-card--compact {
    grid-template-columns: 88px minmax(0, 1fr);
    min-height: 96px;
  }

  .rh-news-card--compact .rh-news-card__photo {
    width: 88px;
    min-height: 96px;
  }

  .rh-news-card--compact .rh-news-card__body {
    padding: 12px 14px;
  }

  .rh-news-card__meta {
    font-size: 11px;
  }

  .rh-news-card h3 {
    font-size: 14px;
  }

  .rh-news-card--featured h3 {
    font-size: 20px;
  }

  .rh-news-card__excerpt {
    font-size: 13px;
    line-height: 1.75;
  }

  .rh-news__more {
    min-height: 50px;
    margin-top: 24px;
    padding-inline: 16px;
    font-size: 13px;
  }

  .rh-reasons__heading {
    min-height: 0;
    background: none;
  }

  .rh-reasons__heading h2 {
    width: 100%;
  }

  .rh-reasons__body {
    padding: 28px 20px 40px;
    background: #fff;
  }

  .rh-reasons__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rh-reason-card {
    padding: 28px 20px;
    border-radius: 32px;
    overflow: hidden;
  }

  .rh-reason-card--school {
    background: #eb8e7e;
  }

  .rh-reason-card--event {
    background: #80bbb0;
  }

  .rh-reason-card__title,
  .rh-reason-card__photo {
    width: min(100%, 469px);
  }

  .rh-reason-card h3 {
    font-size: 15px;
  }

  .rh-reason-card p {
    font-size: 14px;
  }

  .rh-plan {
    padding: 34px 18px 48px;
  }

  .rh-plan__lead {
    margin: 18px 0 24px;
    font-size: 15px;
  }

  .rh-plan__table,
  .rh-plan__table tbody {
    display: block;
    border: 0;
  }

  .rh-plan__head-group,
  .rh-plan__head-columns {
    display: none;
  }

  .rh-plan__row {
    display: block;
    margin-bottom: 22px;
    overflow: hidden;
    border: 1px solid #e7cfd6;
    border-radius: 18px;
    box-shadow: 0 9px 24px rgba(116, 74, 84, 0.08);
  }

  .rh-plan__table .rh-plan__row td {
    display: grid;
    grid-template-columns: 42% 1fr;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 10px 14px;
    border-width: 0 0 1px;
    font-size: 14px;
    text-align: right;
  }

  .rh-plan__table .rh-plan__row td::before {
    color: #805d66;
    content: attr(data-label);
    font-weight: 700;
    text-align: left;
  }

  .rh-plan__table .rh-plan__price-note {
    grid-column: 2;
    justify-self: end;
    margin-top: 2px;
    text-align: right;
  }

  .rh-plan__table .rh-plan__row td:last-child {
    border-bottom: 0;
  }

  .rh-plan__table .rh-plan__row .ptb05 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-block: 12px;
    background: #fae5eb;
  }

  .rh-plan__row--male {
    border-color: #8fcfc1;
  }

  .rh-plan__table .rh-plan__row--male .ptb05 {
    background: rgba(112, 202, 183, 0.42);
  }

  .rh-plan__table .rh-plan__row--male .ptb05 img {
    opacity: 0.94;
    mix-blend-mode: multiply;
  }

  .rh-plan__table .rh-plan__row .ptb05::before {
    display: none;
  }

  .rh-plan__notes {
    margin-top: 8px;
    font-size: 12px;
    text-align: left;
  }

  .rh-reviews {
    padding: 42px 0;
  }

  .rh-reviews h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .rh-reviews__widget {
    padding: 16px;
    border-radius: 14px;
  }

  .rh-review-samples {
    grid-template-columns: 1fr;
  }

  .rh-contact {
    padding: 40px 16px 32px;
  }

  .rh-contact__phone {
    margin-top: 8px;
  }

  .rh-contact__links {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 6px;
  }

  body.rh-home .contents-box.rh-seo-article {
    max-height: 380px;
    margin-bottom: 38px;
    padding: 22px 18px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.8;
  }

  .rh-seo-article h2 {
    margin-bottom: 18px;
    font-size: 21px;
    text-align: left;
  }

  .rh-seo-article h3 {
    margin-top: 26px;
    font-size: 18px;
  }

  body.rh-home .map {
    margin-top: 0;
  }

  body.rh-home .map iframe {
    height: 340px;
  }

  body.rh-home #footer_in {
    padding: 32px 0 24px;
  }

  body.rh-home #footer_navi,
  body.rh-home #footer_navi2 {
    font-size: 12px;
    line-height: 2.1;
  }

  .rh-footer-nav__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .rh-footer-nav__list a {
    min-height: 68px;
    padding: 8px 6px;
  }

  .rh-footer-nav__hint {
    font-size: 10px;
  }

  .rh-footer-nav__label {
    font-size: 12px;
  }

  body.rh-home #cr_in {
    box-sizing: border-box;
    padding-inline: 12px;
    font-size: 11px;
    text-align: center;
  }

  body.rh-home .fmenu {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: flex;
    justify-content: stretch;
    width: 100%;
    height: 67px;
    padding: 0;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -4px 18px rgba(79, 69, 69, 0.12);
  }

  body.rh-home .fmenu a,
  body.rh-home .fmenu img {
    height: 67px;
  }

  body.rh-home .fmenu a {
    display: flex;
    flex: 1 1 33.333%;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 67px;
    overflow: hidden;
    line-height: 0;
  }

  body.rh-home .fmenu a:nth-child(1) {
    background: #d65377;
  }

  body.rh-home .fmenu a:nth-child(2) {
    background: #28a0aa;
  }

  body.rh-home .fmenu a:nth-child(3) {
    background: #00b900;
  }

  body.rh-home .fmenu img {
    width: 70px;
    object-fit: contain;
  }

  body.rh-home #pagetop {
    display: none;
  }

  #main_contents_in,
  #top_reason_title_in,
  #top_reason_in,
  #footer_in,
  #cr_in,
  .w1100 {
    width: min(calc(100% - 32px), 1100px) !important;
    box-sizing: border-box;
  }

  #main_contents img,
  #top_reason img,
  #top_reason_title img,
  #page_contact img,
  #footer img {
    max-width: 100%;
    height: auto;
  }

  #top_reason_title,
  #top_reason_title_in,
  #top_reason,
  #top_reason_in,
  #top_reason_l,
  #top_reason_r,
  #footer,
  #footer_in {
    height: auto;
  }

  #top_reason_in {
    display: grid;
    gap: 28px;
    padding: 32px 0;
  }

  #top_reason_l,
  #top_reason_r {
    float: none;
    width: auto;
    margin: 0;
  }

  .plan_tb {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  #page_contact {
    width: min(calc(100% - 32px), 920px);
    margin-inline: auto;
  }

  #footer {
    min-height: 360px;
    background-size: cover;
  }

  #footer_in {
    padding: 32px 16px;
  }

  #footer_navi {
    font-size: 13px;
    line-height: 2;
  }
}


/* =========================================================
   今週のアンジェリア（angelia-weekly-note）
   ========================================================= */
.rh-weekly-note {
  padding: 54px 16px 58px;
  background: linear-gradient(135deg, #fff8fa 0%, #ffffff 55%, #f1faf8 100%);
}

.rh-weekly-note__inner {
  width: min(100%, 1000px);
  margin-inline: auto;
}

.rh-weekly-note__header {
  margin-bottom: 26px;
  text-align: center;
}

.rh-weekly-note__header h2 {
  margin: 0;
  color: var(--rh-text);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.rh-weekly-note__header > p:last-child {
  margin: 10px 0 0;
  color: #806f74;
  font-size: 14px;
  line-height: 1.8;
}

.rh-weekly-note__list {
  display: grid;
  gap: 12px;
}

.rh-weekly-note__item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: start;
  padding: 20px 22px;
  border: 1px solid #f0dce2;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 22px rgba(116, 74, 84, 0.05);
}

.rh-weekly-note__item time {
  padding-top: 2px;
  color: #c86580;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.rh-weekly-note__content {
  min-width: 0;
  color: var(--rh-text);
  font-size: 14px;
  line-height: 1.9;
}

.rh-weekly-note__content > :first-child {
  margin-top: 0;
}

.rh-weekly-note__content > :last-child {
  margin-bottom: 0;
}

.rh-weekly-note__photo {
  width: 132px;
  overflow: hidden;
  border-radius: 10px;
  line-height: 0;
}

.rh-weekly-note__photo img {
  display: block;
  width: 132px;
  height: 92px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .rh-weekly-note {
    padding: 40px 16px 44px;
  }

  .rh-weekly-note__header {
    margin-bottom: 20px;
  }

  .rh-weekly-note__header h2 {
    font-size: 24px;
  }

  .rh-weekly-note__header > p:last-child {
    font-size: 13px;
  }

  .rh-weekly-note__item {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 17px 16px 18px;
  }

  .rh-weekly-note__item time {
    font-size: 13px;
  }

  .rh-weekly-note__content {
    font-size: 14px;
    line-height: 1.85;
  }

  .rh-weekly-note__photo {
    width: 100%;
    margin-top: 4px;
  }

  .rh-weekly-note__photo img {
    width: 100%;
    height: auto;
    max-height: 240px;
    object-fit: cover;
  }
}

/* --------------------------------------------------------------------------
   Local marriage guide / original home content
   -------------------------------------------------------------------------- */
.rh-local-guide {
  padding: 64px 16px 72px;
  border-top: 1px solid #f2dfe4;
  background: linear-gradient(180deg, #fff 0%, #fffafb 100%);
}

.rh-local-guide__inner {
  width: min(100%, 920px);
  margin-inline: auto;
}

.rh-local-guide__header {
  margin-bottom: 34px;
  text-align: center;
}

.rh-local-guide__header h2 {
  margin: 8px 0 0;
  color: var(--rh-text);
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.rh-local-guide__body {
  padding: 40px 44px 42px;
  border: 1px solid #f0dfe4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(116, 74, 84, 0.05);
  color: var(--rh-text);
  font-size: 15px;
  line-height: 2;
}

.rh-local-guide__body h3 {
  margin: 42px 0 18px;
  padding: 0 0 9px 14px;
  border-bottom: 1px solid #f1d9df;
  border-left: 4px solid var(--rh-pink);
  color: #a85f71;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.6;
}

.rh-local-guide__body h3:first-of-type {
  margin-top: 36px;
}

.rh-local-guide__body p {
  margin: 0 0 16px;
}

.rh-local-guide__closing {
  margin-top: 28px !important;
  color: #a85f71;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 767px) {
  .rh-local-guide {
    padding: 44px 16px 50px;
  }

  .rh-local-guide__header {
    margin-bottom: 24px;
  }

  .rh-local-guide__header h2 {
    font-size: 24px;
  }

  .rh-local-guide__body {
    padding: 24px 18px 28px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.9;
  }

  .rh-local-guide__body h3 {
    margin: 34px 0 14px;
    padding-left: 11px;
    font-size: 18px;
  }

  .rh-local-guide__closing {
    font-size: 15px;
    text-align: left;
  }
}
