:root {
  --green: #76b4aa;
  --deep-green: #244f49;
  --soft-green: #edf5ee;
  --cream: #fbf1e9;
  --ink: #141414;
  --muted: #6d6a64;
  --white: #ffffff;
  --serif: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --sans: "Helvetica Neue", Arial, "Hiragino Sans", "Yu Gothic", sans-serif;
}

.price-result-section {
  padding: 48px 0 54px;
}

.price-result-section .price-section__inner {
  width: min(930px, calc(100% - 48px));
}

.price-result-section h2 {
  margin-bottom: 22px;
  font-size: clamp(28px, 2.5vw, 40px);
}

.price-result-card {
  border-width: 2px;
  border-radius: 10px;
}

.price-result-card__header {
  padding: 15px 24px;
}

.price-result-card__header p {
  font-size: 12px;
}

.price-result-card__header h3 {
  font-size: clamp(24px, 2.5vw, 34px);
}

.price-result-card__body {
  grid-template-columns: minmax(190px, 28%) 1fr;
  gap: 26px;
  padding: 24px;
}

.price-menu-ui {
  min-width: 560px;
}

.price-menu-ui__head {
  grid-template-columns: 140px 1fr 1fr;
  min-height: 42px;
  font-size: 15px;
}

.price-menu-ui__body {
  grid-template-columns: 140px 1fr 1fr;
  margin-top: 6px;
}

.price-plan-labels {
  width: 128px;
  height: 134px;
}

.price-menu-ui__prices {
  grid-template-rows: repeat(3, 45px);
}

.price-menu-ui__prices span {
  font-size: clamp(19px, 1.6vw, 25px);
}

.price-group-options {
  padding: 2px 24px 24px;
}

.price-group-options h3 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.4vw, 34px);
}

.price-group-options__block + .price-group-options__block {
  margin-top: 16px;
}

.price-group-options__row {
  grid-template-columns: 138px 104px 1fr;
  min-height: 44px;
  font-size: 15px;
}

.price-group-options__row span,
.price-group-options__row strong,
.price-group-options__row p {
  padding: 9px 14px;
}

.price-group-options__row strong {
  font-size: 18px;
}

.price-group-options__row p {
  font-size: 12px;
}

.price-common-options__image img {
  width: min(902px, 100%);
}

@media (max-width: 767px) {
  .price-result-section {
    padding: 34px 0 40px;
  }

  .price-result-section .price-section__inner {
    width: min(100%, calc(100% - 28px));
  }

  .price-result-section h2 {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .price-result-card__header {
    padding: 12px 14px;
  }

  .price-result-card__header h3 {
    font-size: 24px;
  }

  .price-result-card__body {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 18px 14px 20px;
  }

  .price-result-card figure img {
    width: min(262px, 76%);
  }

  .price-menu-mobile {
    gap: 22px;
  }

  .price-menu-mobile__course h4 {
    margin-bottom: 10px;
    font-size: clamp(22px, 7vw, 28px);
  }

  .price-menu-mobile__body {
    grid-template-columns: 45% 1fr;
    gap: 7px;
  }

  .price-menu-mobile .price-plan-labels {
    width: 100%;
    height: 126px;
  }

  .price-menu-mobile__prices {
    grid-template-rows: repeat(3, 42px);
  }

  .price-menu-mobile__prices span {
    font-size: clamp(18px, 6vw, 22px);
  }

  .price-group-options {
    padding: 0 12px 18px;
  }

  .price-group-options h3 {
    margin-bottom: 12px;
    font-size: 25px;
  }

  .price-group-options__label {
    font-size: 12px;
  }

  .price-group-options__row {
    min-height: 38px;
    font-size: 15px;
  }

  .price-group-options__row strong {
    font-size: 17px;
  }

  .price-common-options__image img {
    width: 100%;
  }
}

/* Final NEWS page title spacing override */
.page-hero.news-hero {
  padding-top: 16px !important;
  padding-bottom: 12px !important;
}

.page-hero.news-hero + .news-list {
  padding-top: 18px !important;
}

@media (max-width: 767px) {
  .page-hero.news-hero {
    padding-top: 25px !important;
    padding-bottom: 18px !important;
  }

  .page-hero.news-hero + .news-list {
    padding-top: 26px !important;
  }
}

/* Final first-time page compact spacing */
.first-time-hero {
  gap: 14px !important;
  padding-top: 32px !important;
  padding-bottom: 24px !important;
}

.first-time-hero img {
  width: clamp(38px, 3.8vw, 58px) !important;
}

.first-time-lead {
  padding-top: 34px !important;
  padding-bottom: 38px !important;
}

.first-time-lead p {
  line-height: 1.75 !important;
}

.first-time-download {
  min-height: 58px !important;
  margin-top: 30px !important;
}

.first-time-section,
.first-time-check,
.first-time-senior {
  padding-top: 40px !important;
  padding-bottom: 44px !important;
}

.first-time-card {
  padding-top: 40px !important;
  padding-bottom: 46px !important;
}

.first-time-card > p {
  margin-top: 28px !important;
  line-height: 1.75 !important;
}

.first-time-pill {
  min-height: 48px !important;
  margin-top: 34px !important;
  margin-bottom: 28px !important;
}

.first-time-items h3 {
  margin-top: 18px !important;
  margin-bottom: 4px !important;
}

.first-time-items p {
  margin-bottom: 12px !important;
  line-height: 1.65 !important;
}

.first-time-check__inner {
  padding-top: 42px !important;
  padding-bottom: 48px !important;
}

.first-time-check h2 {
  margin-bottom: 30px !important;
}

.first-time-check ul {
  gap: 22px !important;
}

.first-time-check li {
  line-height: 1.65 !important;
}

.first-time-senior h2 {
  margin-bottom: 28px !important;
}

.first-time-senior p {
  margin-bottom: 18px !important;
  line-height: 1.75 !important;
}

.senior-table-image {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}

.first-time-senior__note {
  margin-bottom: 14px !important;
}

@media (max-width: 767px) {
  .first-time-hero {
    gap: 10px !important;
    padding-top: 24px !important;
    padding-bottom: 20px !important;
  }

  .first-time-hero img {
    width: 38px !important;
  }

  .first-time-lead {
    padding-top: 28px !important;
    padding-bottom: 32px !important;
  }

  .first-time-lead__inner,
  .first-time-card,
  .first-time-check__inner,
  .first-time-senior__inner {
    width: min(100%, calc(100% - 16px)) !important;
  }

  .first-time-lead p,
  .first-time-card > p,
  .first-time-senior p {
    line-height: 1.7 !important;
  }

  .first-time-download {
    min-height: 48px !important;
    margin-top: 22px !important;
  }

  .first-time-section,
  .first-time-check,
  .first-time-senior {
    padding-top: 28px !important;
    padding-bottom: 32px !important;
  }

  .first-time-card {
    padding: 28px 18px 34px !important;
  }

  .first-time-card > p {
    margin-top: 22px !important;
  }

  .first-time-pill {
    min-height: 42px !important;
    margin-top: 28px !important;
    margin-bottom: 22px !important;
  }

  .first-time-items h3 {
    margin-top: 14px !important;
  }

  .first-time-items p {
    margin-bottom: 10px !important;
  }

  .first-time-check__inner {
    padding: 30px 18px 34px !important;
  }

  .first-time-check h2 {
    margin-bottom: 24px !important;
  }

  .first-time-check ul {
    gap: 18px !important;
  }

  .first-time-check li {
    line-height: 1.6 !important;
  }

  .first-time-senior h2 {
    margin-bottom: 22px !important;
  }

  .first-time-senior p {
    margin-bottom: 14px !important;
  }

  .senior-table-image {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
}

/* Final first-time page compact spacing */
.first-time-hero {
  gap: 14px !important;
  padding-top: 32px !important;
  padding-bottom: 24px !important;
}

.first-time-hero img {
  width: clamp(38px, 3.8vw, 58px) !important;
}

.first-time-lead {
  padding-top: 34px !important;
  padding-bottom: 38px !important;
}

.first-time-lead p {
  line-height: 1.75 !important;
}

.first-time-download {
  min-height: 58px !important;
  margin-top: 30px !important;
}

.first-time-section,
.first-time-check,
.first-time-senior {
  padding-top: 40px !important;
  padding-bottom: 44px !important;
}

.first-time-card {
  padding-top: 40px !important;
  padding-bottom: 46px !important;
}

.first-time-card > p {
  margin-top: 28px !important;
  line-height: 1.75 !important;
}

.first-time-pill {
  min-height: 48px !important;
  margin-top: 34px !important;
  margin-bottom: 28px !important;
}

.first-time-items h3 {
  margin-top: 18px !important;
  margin-bottom: 4px !important;
}

.first-time-items p {
  margin-bottom: 12px !important;
  line-height: 1.65 !important;
}

.first-time-check__inner {
  padding-top: 42px !important;
  padding-bottom: 48px !important;
}

.first-time-check h2 {
  margin-bottom: 30px !important;
}

.first-time-check ul {
  gap: 22px !important;
}

.first-time-check li {
  line-height: 1.65 !important;
}

.first-time-senior h2 {
  margin-bottom: 28px !important;
}

.first-time-senior p {
  margin-bottom: 18px !important;
  line-height: 1.75 !important;
}

.senior-table-image {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}

.first-time-senior__note {
  margin-bottom: 14px !important;
}

@media (max-width: 767px) {
  .first-time-hero {
    gap: 10px !important;
    padding-top: 24px !important;
    padding-bottom: 20px !important;
  }

  .first-time-hero img {
    width: 38px !important;
  }

  .first-time-lead {
    padding-top: 28px !important;
    padding-bottom: 32px !important;
  }

  .first-time-lead__inner,
  .first-time-card,
  .first-time-check__inner,
  .first-time-senior__inner {
    width: min(100%, calc(100% - 16px)) !important;
  }

  .first-time-lead p,
  .first-time-card > p,
  .first-time-senior p {
    line-height: 1.7 !important;
  }

  .first-time-download {
    min-height: 48px !important;
    margin-top: 22px !important;
  }

  .first-time-section,
  .first-time-check,
  .first-time-senior {
    padding-top: 28px !important;
    padding-bottom: 32px !important;
  }

  .first-time-card {
    padding: 28px 18px 34px !important;
  }

  .first-time-card > p {
    margin-top: 22px !important;
  }

  .first-time-pill {
    min-height: 42px !important;
    margin-top: 28px !important;
    margin-bottom: 22px !important;
  }

  .first-time-items h3 {
    margin-top: 14px !important;
  }

  .first-time-items p {
    margin-bottom: 10px !important;
  }

  .first-time-check__inner {
    padding: 30px 18px 34px !important;
  }

  .first-time-check h2 {
    margin-bottom: 24px !important;
  }

  .first-time-check ul {
    gap: 18px !important;
  }

  .first-time-check li {
    line-height: 1.6 !important;
  }

  .first-time-senior h2 {
    margin-bottom: 22px !important;
  }

  .first-time-senior p {
    margin-bottom: 14px !important;
  }

  .senior-table-image {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
}

/* Final single NEWS page sizing */
.single-news__header h1 {
  font-size: clamp(21px, 3.5vw, 41px) !important;
}

.single-news__thumbnail,
.single-news__content img {
  display: block;
  width: min(390px, 50%) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.single-news__thumbnail img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .single-news__header h1 {
    font-size: clamp(22px, 7vw, 30px) !important;
  }

  .single-news__thumbnail,
  .single-news__content img {
    width: min(260px, 50%) !important;
  }
}

/* Final NEWS page title spacing override */
.page-hero.news-hero {
  padding-top: 16px !important;
  padding-bottom: 12px !important;
}

.page-hero.news-hero + .news-list {
  padding-top: 18px !important;
}

@media (max-width: 767px) {
  .page-hero.news-hero {
    padding-top: 25px !important;
    padding-bottom: 18px !important;
  }

  .page-hero.news-hero + .news-list {
    padding-top: 26px !important;
  }
}

/* PC price page vertical spacing tightening */
@media (min-width: 768px) {
  .price-hero {
    padding: clamp(24px, 2.5vw, 38px) 0 10px;
  }

  .price-course {
    padding: 3px 0 22px;
  }

  .price-course h2 {
    margin-bottom: 14px;
  }

  .price-compare-wrap {
    margin-top: 17px;
  }

  .price-select {
    padding-bottom: 21px;
  }

  .price-select h2,
  .price-result-section h2,
  .price-breed-list h2 {
    margin-bottom: 9px;
  }

  .price-select__controls {
    gap: 9px;
  }

  .price-result-section {
    padding: 14px 0 16px;
  }

  .price-common-options {
    padding: 22px 0;
  }

  .price-breed-list {
    padding: 10px 0 29px;
  }
}

/* PC selected breed card alignment */
@media (min-width: 768px) {
  .price-result-card__body {
    align-items: center;
    padding: 24px 34px 12px;
  }

  .price-result-card figure,
  .price-result-card__prices,
  .price-menu-ui--desktop {
    align-self: center;
  }

  .price-result-card figure img {
    display: block;
    width: 88%;
    margin: 0 auto;
  }

  .price-group-options {
    padding: 0 34px 18px;
  }

  .price-group-options h3 {
    margin: 0 0 12px;
  }
}

/* PC price page header-to-title gap */
@media (min-width: 768px) {
  .price-hero {
    padding-top: clamp(12px, 1.25vw, 19px);
  }
}

/* NEWS title spacing */
.news-hero {
  padding-top: 41px;
  padding-bottom: 22px;
}

.news-hero + .news-list {
  padding-top: 23px;
}

@media (max-width: 767px) {
  .news-hero {
    padding-top: 50px;
    padding-bottom: 36px;
  }

  .news-hero + .news-list {
    padding-top: 26px;
  }
}

@media (min-width: 768px) {
  .price-hero {
    padding: clamp(40px, 4.2vw, 64px) 0 17px;
  }

  .price-course {
    padding: 5px 0 37px;
  }

  .price-course h2 {
    margin-bottom: 24px;
  }

  .price-compare-wrap {
    margin-top: 29px;
  }

  .price-select {
    padding-bottom: 35px;
  }

  .price-select h2,
  .price-result-section h2,
  .price-breed-list h2 {
    margin-bottom: 15px;
  }

  .price-select__controls {
    gap: 15px;
  }

  .price-result-section {
    padding: 24px 0 27px;
  }

  .price-common-options {
    padding: 36px 0;
  }

  .price-common-options__image img {
    width: min(1037px, 100%);
  }

  .price-breed-list {
    padding: 16px 0 48px;
  }
}

.price-page {
  overflow: hidden;
  background: var(--cream);
  color: var(--deep-green);
}

.price-section__inner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.price-section__inner--narrow {
  width: min(760px, calc(100% - 48px));
}

.price-hero {
  padding: clamp(78px, 8vw, 128px) 0 34px;
}

.price-hero__inner {
  width: min(1360px, calc(100% - 96px));
  margin: 0 auto;
}

.price-hero h1,
.price-select h2,
.price-result-section h2,
.price-breed-list h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.15;
}

.price-hero h1 {
  font-size: clamp(48px, 5.2vw, 82px);
}

.price-hero__en {
  margin: 6px 0 0;
  color: #c7b6aa;
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 600;
  letter-spacing: .24em;
}

.price-course {
  padding: 10px 0 74px;
}

.price-course h2 {
  margin: 0 0 48px;
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 34px);
  letter-spacing: .12em;
}

.price-plan-image,
.price-common-options__image {
  display: block;
}

.price-plan-image img {
  width: min(970px, 100%);
  margin: 0 auto;
}

.price-compare-wrap {
  position: relative;
  margin: 58px auto 0;
}

.price-compare-scroll {
  overflow-x: auto;
  scrollbar-color: #3b3028 #c9c3bb;
}

.price-compare-scroll img {
  width: min(940px, 100%);
  margin: 0 auto;
}

.price-scroll-ui {
  display: none;
}

.price-select {
  padding: 0 0 70px;
  text-align: center;
}

.price-select h2,
.price-result-section h2,
.price-breed-list h2 {
  margin-bottom: 30px;
  font-size: clamp(32px, 3vw, 48px);
  text-align: center;
}

.price-select__controls {
  display: grid;
  gap: 30px;
  justify-items: center;
}

.price-select select {
  width: 100%;
  min-height: 58px;
  padding: 0 56px 0 28px;
  border: 2px solid #6b6762;
  border-radius: 8px;
  background:
    linear-gradient(45deg, transparent 50%, #777 50%) calc(100% - 28px) 50% / 12px 12px no-repeat,
    linear-gradient(135deg, #777 50%, transparent 50%) calc(100% - 18px) 50% / 12px 12px no-repeat,
    #fff;
  color: var(--deep-green);
  font-size: 18px;
  letter-spacing: .12em;
  appearance: none;
}

.price-show-button,
.price-breed-button {
  border: 0;
  color: #fff;
  cursor: pointer;
  transition: opacity .22s ease, transform .22s ease;
}

.price-show-button:hover,
.price-breed-button:hover {
  opacity: .78;
  transform: translateY(-1px);
}

.price-show-button {
  display: inline-grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
  gap: 22px;
  min-width: 310px;
  min-height: 58px;
  padding: 12px 28px 12px 36px;
  border-radius: 7px;
  background: var(--deep-green);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .14em;
}

.price-show-button span:last-child,
.price-breed-button i {
  width: 17px;
  height: 17px;
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  transform: rotate(45deg);
}

.price-result-section {
  padding: 70px 0 78px;
  background: var(--cream);
}

.price-result-card {
  overflow: hidden;
  border: 3px solid var(--deep-green);
  border-radius: 12px;
  background: #e8ded2;
}

.price-result-card__header {
  padding: 22px 34px;
  background: linear-gradient(90deg, #244f49, #3b6e62);
  color: var(--cream);
}

.price-result-card__header p {
  margin: 0 0 4px;
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: .12em;
}

.price-result-card__header h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3.2vw, 44px);
  letter-spacing: .1em;
  line-height: 1.25;
}

.price-result-card__body {
  display: grid;
  grid-template-columns: minmax(250px, 32%) 1fr;
  gap: 36px;
  padding: 34px;
}

.price-result-card figure {
  margin: 0;
}

.price-result-card figure img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
}

.price-result-card__prices {
  overflow-x: auto;
}

.price-result-variant + .price-result-variant {
  margin-top: 30px;
}

.price-result-variant__label {
  width: fit-content;
  margin: 0 0 10px;
  padding: 5px 16px;
  border-radius: 999px;
  background: #dfc2ad;
  color: var(--deep-green);
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
}

.price-menu-ui {
  min-width: 680px;
  color: var(--deep-green);
  font-family: var(--serif);
}

.price-menu-ui__head {
  display: grid;
  grid-template-columns: 190px 1fr 1fr;
  gap: 0;
  min-height: 58px;
  overflow: hidden;
  border-radius: 7px;
  background: #dfc2ad;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .12em;
}

.price-menu-ui__head span {
  display: grid;
  place-items: center;
}

.price-menu-ui__body {
  display: grid;
  grid-template-columns: 190px 1fr 1fr;
  align-items: stretch;
  margin-top: 8px;
}

.price-plan-labels {
  width: 170px;
  height: 177px;
  object-fit: fill;
}

.price-menu-ui__prices {
  display: grid;
  grid-template-rows: repeat(3, 59px);
}

.price-menu-ui__prices + .price-menu-ui__prices {
  border-left: 2px solid #4b4845;
}

.price-menu-ui__prices span {
  display: grid;
  place-items: center;
  border-bottom: 2px solid #4b4845;
  color: var(--deep-green);
  font-size: clamp(23px, 2vw, 32px);
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1;
}

.price-menu-ui__prices span:last-child {
  border-bottom: 0;
}

.price-menu-mobile {
  display: none;
}

.price-result-card table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  color: var(--deep-green);
  font-family: var(--serif);
}

.price-result-card th,
.price-result-card td {
  border-bottom: 2px solid #6c6258;
  padding: 18px 16px;
  text-align: center;
  vertical-align: middle;
}

.price-result-card thead th {
  background: #e1c3ad;
  font-size: 16px;
  letter-spacing: .1em;
}

.price-result-card thead th span {
  font-size: 12px;
}

.price-result-card tbody th {
  width: 34%;
  text-align: left;
  font-size: 18px;
  letter-spacing: .12em;
}

.price-result-card tbody th small {
  display: block;
  margin-bottom: 4px;
  color: #7b6658;
  font-size: 12px;
}

.price-result-card tbody th span {
  display: block;
}

.price-result-card td {
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 600;
  letter-spacing: .12em;
}

.price-result-card td em {
  display: block;
  margin-bottom: 8px;
  padding: 8px 12px;
  background: linear-gradient(90deg, #008748, #00756d);
  color: #fff;
  font-size: 13px;
  font-style: normal;
  letter-spacing: .06em;
}

.price-result-card td:nth-child(4) em {
  background: linear-gradient(90deg, #008796, #09aeb0);
}

.price-group-options {
  padding: 10px 34px 34px;
}

.price-group-options h3 {
  margin: 0 0 20px;
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: .18em;
}

.price-group-options h3 span {
  display: block;
  margin-top: 6px;
  color: #7f6658;
  font-size: 15px;
  letter-spacing: .12em;
}

.price-group-options__table {
  overflow: hidden;
  border: 2px solid #45362e;
  border-radius: 8px;
  background: #eee5d9;
}

.price-group-options__block + .price-group-options__block {
  margin-top: 24px;
}

.price-group-options__label {
  width: fit-content;
  margin: 0 0 8px;
  padding: 5px 16px;
  border-radius: 999px;
  background: var(--deep-green);
  color: #fff;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .12em;
}

.price-group-options__row {
  display: grid;
  grid-template-columns: 180px 130px 1fr;
  align-items: center;
  min-height: 56px;
  border-bottom: 2px solid #6c6258;
  color: var(--deep-green);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
}

.price-group-options__row:last-child {
  border-bottom: 0;
}

.price-group-options__row span {
  height: 100%;
  padding: 14px 20px;
  background: #4a3328;
  color: #fff;
}

.price-group-options__row strong {
  padding: 12px 20px;
  font-size: 22px;
  letter-spacing: .08em;
}

.price-group-options__row p {
  margin: 0;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .06em;
}

.price-common-options {
  padding: 72px 0;
  background: var(--cream);
}

.price-common-options__image img {
  width: min(820px, 100%);
  margin: 0 auto;
}

.price-breed-list {
  padding: 32px 0 96px;
  background: var(--cream);
}

.price-breed-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 24px;
  width: min(1000px, 100%);
  margin: 0 auto;
}

.price-breed-button {
  display: grid;
  grid-template-columns: 1fr 18px;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 9px 14px 9px 18px;
  border-radius: 5px;
  background: #80604c;
  box-shadow: 0 6px 12px rgba(55, 39, 31, .18);
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .02em;
}

.price-breed-button i {
  justify-self: end;
  width: 13px;
  height: 13px;
  border-width: 3px;
}

@media (max-width: 767px) {
  .price-section__inner,
  .price-section__inner--narrow {
    width: min(100%, calc(100% - 34px));
  }

  .price-hero {
    padding: 46px 0 24px;
  }

  .price-hero__inner {
    width: min(100%, calc(100% - 64px));
  }

  .price-hero h1 {
    font-size: 40px;
    letter-spacing: .1em;
  }

  .price-course h2 {
    margin-bottom: 34px;
    text-align: left;
    font-size: 21px;
    line-height: 1.8;
  }

  .price-plan-image img {
    width: 100%;
  }

  .price-compare-wrap {
    margin-top: 42px;
  }

  .price-compare-scroll img {
    width: 760px;
    max-width: none;
    margin: 0;
  }

  .price-scroll-ui {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 132px;
    opacity: .82;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: opacity .9s ease, visibility .9s ease;
  }

  .price-scroll-ui.is-hidden {
    visibility: hidden;
    opacity: 0;
  }

  .price-select {
    padding-bottom: 52px;
  }

  .price-select h2,
  .price-result-section h2,
  .price-breed-list h2 {
    margin-bottom: 24px;
    font-size: 32px;
    letter-spacing: .12em;
  }

  .price-select select {
    min-height: 40px;
    padding-left: 14px;
    font-size: 13px;
  }

  .price-show-button {
    min-width: min(260px, 100%);
    min-height: 46px;
    padding: 10px 22px;
    font-size: 13px;
  }

  .price-result-section {
    padding: 48px 0 56px;
  }

  .price-result-card__header {
    padding: 16px 18px;
  }

  .price-result-card__body {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 22px 18px 28px;
  }

  .price-result-card figure img {
    width: min(260px, 100%);
    margin: 0 auto;
  }

  .price-result-card__prices {
    overflow: visible;
  }

  .price-menu-ui--desktop {
    display: none;
  }

  .price-menu-mobile {
    display: grid;
    gap: 30px;
  }

  .price-menu-mobile__course h4 {
    margin: 0 0 16px;
    color: var(--deep-green);
    font-family: var(--serif);
    font-size: clamp(26px, 8vw, 34px);
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.3;
  }

  .price-menu-mobile__body {
    display: grid;
    grid-template-columns: 42% 1fr;
    gap: 8px;
    align-items: stretch;
  }

  .price-menu-mobile .price-plan-labels {
    width: 100%;
    height: 170px;
    object-fit: fill;
  }

  .price-menu-mobile__prices {
    display: grid;
    grid-template-rows: repeat(3, 56px);
  }

  .price-menu-mobile__prices span {
    display: grid;
    place-items: center;
    border-bottom: 2px solid #4b4845;
    color: var(--deep-green);
    font-family: var(--serif);
    font-size: clamp(21px, 7vw, 28px);
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1;
  }

  .price-result-card table {
    min-width: 0;
  }

  .price-result-card thead {
    display: none;
  }

  .price-result-card tbody,
  .price-result-card tr,
  .price-result-card th,
  .price-result-card td {
    display: block;
    width: 100%;
  }

  .price-result-card tbody th {
    border-bottom: 0;
    padding: 22px 0 12px;
    font-size: 24px;
    text-align: left;
  }

  .price-result-card td {
    display: grid;
    grid-template-columns: minmax(112px, 42%) 1fr;
    align-items: center;
    gap: 18px;
    padding: 8px 0;
    border-bottom: 2px solid #6c6258;
    font-size: 22px;
  }

  .price-result-card td em {
    margin: 0;
    padding: 11px 8px;
    font-size: 11px;
    text-align: center;
  }

  .price-group-options {
    padding: 0 16px 24px;
  }

  .price-group-options__row {
    grid-template-columns: 38% 1fr;
    font-size: 18px;
  }

  .price-group-options__row p {
    grid-column: 1 / -1;
    padding: 0 14px 12px;
    font-size: 12px;
  }

  .price-common-options {
    padding: 42px 0 58px;
  }

  .price-breed-list {
    padding: 48px 0 66px;
  }

  .price-breed-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .price-breed-button {
    min-height: 40px;
    padding: 8px 10px 8px 12px;
    font-size: 10px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.8;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity .22s ease;
}

a:hover {
  opacity: .74;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto auto;
  align-items: stretch;
  min-height: 72px;
  background: var(--green);
  color: #173b36;
}

.site-header__logo {
  display: flex;
  align-items: center;
  padding: 12px 34px;
}

.site-header__logo img {
  width: 222px;
}

.site-header__nav,
.site-header__actions,
.site-footer__nav {
  display: flex;
  align-items: stretch;
}

.site-header__nav a,
.site-header__instagram,
.site-header__menu,
.site-footer__nav a {
  display: grid;
  place-items: center;
  min-width: 126px;
  padding: 8px 18px;
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: .18em;
}

.site-header__nav img,
.site-header__instagram img,
.site-footer__nav img {
  width: 43px;
  height: 43px;
  object-fit: contain;
  margin-bottom: 3px;
}

.site-header__instagram {
  background: #5b7d76;
  color: var(--cream);
}

.site-header__menu {
  border: 0;
  background: #89bdb5;
  color: #173b36;
  cursor: pointer;
}

.site-header__menu span {
  width: 54px;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.site-header__menu b {
  margin-top: 4px;
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .18em;
}

body.is-menu-open {
  overflow: hidden;
}

.global-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  grid-template-columns: minmax(430px, 56%) minmax(320px, 44%);
  align-items: start;
  min-height: 100vh;
  padding: clamp(56px, 5.6vw, 96px) clamp(48px, 6vw, 120px);
  overflow: hidden;
  background: #47746d;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity .38s ease, transform .38s ease;
}

.global-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.global-menu__close {
  position: absolute;
  top: clamp(30px, 3.2vw, 54px);
  right: clamp(42px, 5vw, 96px);
  display: grid;
  place-items: center;
  width: 96px;
  min-height: 96px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.global-menu__close span {
  grid-area: 1 / 1;
  width: 84px;
  height: 3px;
  background: currentColor;
}

.global-menu__close span:first-child {
  transform: rotate(45deg);
}

.global-menu__close span:nth-child(2) {
  transform: rotate(-45deg);
}

.global-menu__close b {
  margin-top: 70px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .12em;
}

.global-menu__nav {
  display: grid;
  gap: clamp(22px, 2.5vw, 42px);
  align-self: center;
}

.global-menu__nav a {
  display: inline-grid;
  grid-template-columns: 82px auto;
  align-items: center;
  width: fit-content;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(34px, 3.2vw, 60px);
  line-height: 1;
  letter-spacing: .18em;
}

.global-menu__nav img {
  width: 58px;
  max-height: 64px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.global-menu__nav a:nth-child(2) {
  font-size: clamp(28px, 2.8vw, 50px);
  letter-spacing: .05em;
}

.global-menu__nav a:nth-child(7) {
  letter-spacing: .22em;
}

.global-menu__pin {
  position: relative;
  width: 46px;
  height: 46px;
  margin-left: 6px;
  border-radius: 50% 50% 50% 0;
  background: #fff;
  transform: rotate(-45deg);
}

.global-menu__pin::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #47746d;
}

.global-menu__brand {
  align-self: end;
  justify-self: end;
  width: min(390px, 27vw);
  margin: 0;
}

.site-main {
  overflow: hidden;
}

.hero-section {
  position: relative;
  background: #07110f;
}

.hero-section picture,
.hero-section img {
  width: 100%;
}

.first-visit-button {
  position: fixed !important;
  right: 0;
  top: auto !important;
  bottom: 30px !important;
  z-index: 100;
  display: grid;
  place-items: center;
  width: 117px;
  height: 102px;
  min-height: 0;
  padding: 18px 14px 16px 20px;
  overflow: hidden;
  border-radius: 28px 0 0 28px;
  background: rgba(66, 111, 104, .96);
  color: var(--white);
  text-align: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.first-visit-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(38, 83, 76, .55) 0 50%, transparent 50% 100%);
}

.first-visit-button span {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 36px;
  margin-bottom: 7px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  font-size: 0;
  line-height: 1;
  transform: rotate(45deg);
}

.first-visit-button b {
  position: relative;
  z-index: 1;
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: .03em;
}

.intro-section {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 390px;
  padding: 72px 24px;
  background: #477d75;
  color: var(--cream);
  text-align: center;
}

.intro-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 13px;
  background: #a8dad3;
}

.intro-section__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1280px, 96vw);
  max-width: none;
  max-height: 108%;
  opacity: .16;
  object-fit: contain;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.intro-section__inner {
  position: relative;
  z-index: 1;
  max-width: 650px;
}

.intro-section h1 {
  margin: 0 0 16px;
  font-family: var(--serif);
  font-size: clamp(44px, 7vw, 72px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: .1em;
}

.intro-section p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .08em;
}

.intro-section__lead {
  margin-bottom: 24px !important;
  font-family: var(--serif);
  font-size: 18px !important;
  font-weight: 600;
}

.intro-section__body {
  font-family: var(--serif);
  font-weight: 600;
}

.intro-section__sp-break {
  display: none;
}

.intro-section__note {
  margin-top: 18px !important;
  font-size: 11px !important;
  line-height: 1.7 !important;
}

.home-news {
  background: #ffffff;
  padding: 54px 24px 82px;
}

.home-news__inner,
.brand-section__inner,
.news-list,
.single-news {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.home-news h2,
.service-section h2,
.brand-section h2,
.access-section h2,
.page-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 8vw, 86px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: .18em;
}

.home-news__grid,
.news-list__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 64px;
  margin-top: 52px;
}

.news-card a {
  display: block;
}

.news-card__image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #d9dfd8;
}

.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.news-card a:hover .news-card__image img {
  transform: scale(1.04);
}

.news-card h3 {
  display: -webkit-box;
  min-height: 3.6em;
  margin: 14px 0 6px;
  overflow: hidden;
  color: #262626;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-card time {
  color: #a9aaa5;
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: .12em;
}

.view-more {
  display: block;
  width: fit-content;
  margin: 50px 0 0 auto;
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: .2em;
}

.service-section {
  padding: 68px 24px 78px;
  background: linear-gradient(90deg, var(--green) 0 64%, #ffffff 64% 100%);
}

.service-section__inner {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
}

.service-section h2 {
  margin-bottom: 62px;
  text-align: right;
}

.service-section__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px 34px;
}

.service-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .14em;
}

.service-card img {
  grid-column: 1 / -1;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.service-card b {
  font-size: 18px;
  font-weight: 400;
}

.brand-section {
  padding: 70px 24px 88px;
  background: #fff;
}

.brand-section h2 {
  margin-bottom: 56px;
}

.brand-section__items {
  display: flex;
  justify-content: center;
  gap: 86px;
}

.brand-section figure {
  width: 184px;
  margin: 0;
  text-align: center;
}

.brand-section figcaption {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .18em;
}

.access-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 50%));
  align-items: stretch;
  width: 100%;
  background: var(--soft-green);
}

.access-section__map {
  min-width: 0;
  min-height: 480px;
  overflow: hidden;
}

.access-section__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
}

.access-section__content {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 56px 0 42px;
  text-align: left;
}

.access-section__inner {
  display: grid;
  justify-items: center;
  width: min(860px, calc(100% - 96px));
  margin-inline: auto;
}

.access-section h2 {
  width: 100%;
  margin-bottom: 32px;
  text-align: center;
}

.access-section dl {
  width: fit-content;
  margin: 0;
  font-size: 14px;
  letter-spacing: .08em;
}

.access-section dl div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
}

.access-section dt {
  color: #363c38;
  font-weight: 700;
}

.access-section dd {
  margin: 0;
}

.access-section__parking {
  width: min(450px, 100%);
  margin: 42px auto 0;
}

.site-footer {
  display: grid;
  min-height: 310px;
  padding: 45px 24px 20px;
  background: var(--deep-green);
  color: var(--cream);
}

.site-footer__nav {
  justify-content: center;
  gap: 34px;
}

.site-footer__nav a {
  min-width: 112px;
}

.site-footer__nav img {
  filter: brightness(0) invert(1);
}

.site-footer__logo {
  align-self: end;
  width: 190px;
  margin-left: 56px;
}

.site-footer__copy {
  justify-self: end;
  align-self: end;
  margin: 0;
  font-family: var(--serif);
  font-size: 11px;
  letter-spacing: .12em;
}

.page-hero {
  padding: 135px 24px 72px;
  background: var(--cream);
  text-align: center;
}

.news-list {
  padding: 76px 0 110px;
}

.single-news {
  padding: 150px 0 90px;
}

.single-news__header {
  margin-bottom: 34px;
}

.single-news__header time {
  color: var(--muted);
  font-family: var(--serif);
  letter-spacing: .12em;
}

.single-news__header h1 {
  margin: 10px 0 0;
  font-family: var(--serif);
  font-size: clamp(30px, 5vw, 58px);
  font-weight: 500;
  line-height: 1.35;
}

.single-news__thumbnail {
  width: min(780px, 100%);
  margin-bottom: 44px;
}

.single-news__content {
  max-width: 780px;
  font-size: 16px;
}

.single-news__content img {
  margin: 30px 0;
}

.first-time-page {
  background: #f4f4f4;
  color: #173b36;
  font-family: var(--serif);
  letter-spacing: .1em;
}

.first-time-hero {
  display: grid;
  justify-items: center;
  gap: 28px;
  padding: clamp(74px, 7vw, 118px) 24px clamp(56px, 5vw, 78px);
  background: #fff;
  text-align: center;
}

.first-time-hero img {
  width: clamp(42px, 5vw, 70px);
}

.first-time-hero h1 {
  margin: 0;
  font-size: clamp(25px, 2.4vw, 39px);
  font-weight: 700;
  line-height: 1.4;
}

.first-time-lead {
  padding: clamp(66px, 6vw, 92px) 24px clamp(78px, 7vw, 118px);
  background: #f4f4f4;
}

.first-time-lead__inner {
  width: min(850px, calc(100% - 48px));
  margin: 0 auto;
  text-align: left;
}

.first-time-lead p {
  margin: 0 0 9px;
  color: #1c2d2b;
  font-size: clamp(15px, 1.25vw, 19px);
  font-weight: 700;
  line-height: 2;
}

.first-time-download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(460px, 100%);
  min-height: 72px;
  margin: 72px auto 0;
  border-radius: 9px;
  background: #173f39;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .12em;
}

.first-time-download img {
  width: 34px;
  height: 29px;
  object-fit: contain;
}

.first-time-section,
.first-time-check,
.first-time-senior {
  padding: clamp(70px, 8vw, 132px) 24px;
  background: #f4f4f4;
}

.first-time-card {
  width: min(1500px, calc(100% - 96px));
  margin: 0 auto;
  padding: clamp(56px, 5vw, 88px) clamp(44px, 10vw, 240px) clamp(76px, 8vw, 136px);
  background: #fff;
}

.first-time-card h2,
.first-time-check h2,
.first-time-senior h2 {
  margin: 0;
  color: #1c2d2b;
  font-size: clamp(25px, 2.15vw, 38px);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.first-time-card > p {
  margin: clamp(48px, 4.3vw, 78px) 0 0;
  color: #1c2d2b;
  font-size: clamp(15px, 1.25vw, 19px);
  font-weight: 700;
  line-height: 2;
}

.first-time-pill {
  display: grid;
  place-items: center;
  width: min(610px, 100%);
  min-height: 58px;
  margin: clamp(64px, 5.8vw, 98px) auto clamp(58px, 5.2vw, 90px) !important;
  border-radius: 999px;
  background: #173f39;
  color: #fff !important;
  font-size: clamp(16px, 1.35vw, 22px) !important;
  line-height: 1.4 !important;
  text-align: center;
}

.first-time-items {
  width: min(790px, 100%);
  margin: 0 auto;
}

.first-time-items h3 {
  margin: 30px 0 8px;
  color: #151515;
  font-size: clamp(19px, 1.7vw, 29px);
  line-height: 1.5;
}

.first-time-items p {
  margin: 0 0 18px;
  color: #151515;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 700;
  line-height: 1.8;
}

.first-time-check__inner {
  width: min(1500px, calc(100% - 96px));
  margin: 0 auto;
  padding: clamp(72px, 7vw, 120px) clamp(42px, 8vw, 145px);
  background: #edf6ef;
}

.first-time-check h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: clamp(48px, 5vw, 76px);
}

.first-time-check h2 span,
.first-time-check li::before {
  display: block;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 4px solid #173f39;
  background: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2042%2042%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M10%2022.5L17.5%2030L32%2012%27%20fill%3D%27none%27%20stroke%3D%27%23173f39%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27square%27%20stroke-linejoin%3D%27miter%27/%3E%3C/svg%3E") center / 84% 84% no-repeat;
}

.first-time-check ul {
  display: grid;
  gap: clamp(34px, 3.2vw, 56px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.first-time-check li {
  display: grid;
  grid-template-columns: 64px 1fr;
  color: #173f39;
  font-size: clamp(14px, 1.18vw, 19px);
  font-weight: 700;
  line-height: 1.8;
}

.first-time-check li::before {
  content: "";
  margin-top: .25em;
}

.first-time-senior__inner {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
}

.first-time-senior h2 {
  margin-bottom: clamp(46px, 4.5vw, 72px);
  color: #173f39;
}

.first-time-senior p {
  margin: 0 0 34px;
  color: #173f39;
  font-size: clamp(14px, 1.2vw, 19px);
  font-weight: 700;
  line-height: 2;
}

.senior-table-image {
  width: min(760px, 100%);
  margin: clamp(72px, 6vw, 105px) auto;
}

.first-time-senior__note {
  width: min(980px, 100%);
  margin: 0 auto 26px !important;
}

.fade-in {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s ease, transform .8s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 58px;
  }

  .site-header__logo {
    padding: 10px 12px;
  }

  .site-header__logo img {
    width: 150px;
  }

  .site-header__nav {
    display: none;
  }

  .site-header__instagram {
    display: none;
  }

  .site-header__menu {
    min-width: 72px;
  }

  .global-menu {
    display: block;
    min-height: 100dvh;
    padding: 68px 24px 24px;
    overflow-y: auto;
  }

  .global-menu__close {
    top: 22px;
    right: 28px;
    width: 66px;
    min-height: 66px;
  }

  .global-menu__close span {
    width: 58px;
    height: 3px;
  }

  .global-menu__close b {
    margin-top: 50px;
    font-size: 16px;
  }

  .global-menu__nav {
    gap: 21px;
    margin-top: 112px;
  }

  .global-menu__nav a {
    grid-template-columns: 52px minmax(0, auto);
    font-size: 29px;
    letter-spacing: .12em;
  }

  .global-menu__nav a:nth-child(2) {
    font-size: 24px;
    letter-spacing: .01em;
  }

  .global-menu__nav a:nth-child(7) {
    font-size: 27px;
    letter-spacing: .12em;
  }

  .global-menu__nav img {
    width: 36px;
    max-height: 42px;
  }

  .global-menu__pin {
    width: 34px;
    height: 34px;
    margin-left: 1px;
  }

  .global-menu__pin::after {
    top: 11px;
    left: 11px;
    width: 12px;
    height: 12px;
  }

  .global-menu__brand {
    width: min(58vw, 230px);
    margin: 34px auto 0;
  }

  .first-visit-button {
    width: 63px;
    height: 55px;
    min-height: 0;
    top: auto !important;
    bottom: 40px !important;
    padding: 9px 7px 8px 11px;
    border-radius: 15px 0 0 15px;
  }

  .first-visit-button span {
    width: 12px;
    height: 18px;
    margin-bottom: 4px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .first-visit-button b {
    font-size: 7px;
    line-height: 1.18;
  }

  .intro-section {
    min-height: 0;
    padding: 54px 0 62px;
    text-align: left;
  }

  .intro-section::after {
    height: 9px;
  }

  .intro-section__bg {
    left: 58%;
    width: 145vw;
    max-height: 100%;
  }

  .intro-section__inner {
    width: min(520px, calc(100% - 92px));
    max-width: none;
    margin: 0 auto;
  }

  .intro-section__sp-break {
    display: block;
  }

  .intro-section h1 {
    margin-bottom: 30px;
    font-size: clamp(55px, 15vw, 78px);
    letter-spacing: .08em;
    text-align: center;
  }

  .intro-section__lead {
    margin-bottom: 26px !important;
    font-size: clamp(25px, 6.7vw, 36px) !important;
    line-height: 1.55 !important;
    letter-spacing: .08em;
    text-align: left;
  }

  .intro-section p {
    font-size: clamp(19px, 5vw, 27px);
    line-height: 1.75;
    letter-spacing: .08em;
  }

  .intro-section__body {
    line-height: 1.74 !important;
  }

  .intro-section__note {
    margin-top: 28px !important;
    font-size: clamp(14px, 3.8vw, 20px) !important;
    line-height: 1.45 !important;
  }

  .home-news {
    padding: 44px 20px 62px;
  }

  .home-news__inner,
  .brand-section__inner,
  .news-list,
  .single-news {
    width: min(100%, calc(100% - 34px));
  }

  .home-news h2,
  .service-section h2,
  .brand-section h2,
  .access-section h2,
  .page-hero h1 {
    font-size: 43px;
    letter-spacing: .18em;
    text-align: center;
  }

  .first-time-page {
    letter-spacing: .06em;
  }

  .first-time-hero {
    gap: 20px;
    padding: 54px 20px 42px;
  }

  .first-time-hero img {
    width: 46px;
  }

  .first-time-hero h1 {
    font-size: 22px;
  }

  .first-time-lead {
    padding: 48px 20px 68px;
  }

  .first-time-lead__inner,
  .first-time-card,
  .first-time-check__inner,
  .first-time-senior__inner {
    width: min(100%, calc(100% - 22px));
  }

  .first-time-lead p,
  .first-time-card > p,
  .first-time-senior p {
    font-size: 13px;
    line-height: 2;
  }

  .first-time-download {
    min-height: 54px;
    margin-top: 44px;
    border-radius: 7px;
    font-size: 18px;
    gap: 12px;
  }

  .first-time-download img {
    width: 27px;
    height: 23px;
  }

  .first-time-section,
  .first-time-check,
  .first-time-senior {
    padding: 50px 16px;
  }

  .first-time-card {
    padding: 42px 24px 58px;
  }

  .first-time-card h2,
  .first-time-check h2,
  .first-time-senior h2 {
    font-size: 22px;
  }

  .first-time-card > p {
    margin-top: 34px;
  }

  .first-time-pill {
    min-height: 48px;
    margin: 44px auto 38px !important;
    padding: 10px 18px;
    font-size: 13px !important;
  }

  .first-time-items h3 {
    font-size: 18px;
  }

  .first-time-items p {
    font-size: 11px;
  }

  .first-time-check__inner {
    padding: 42px 24px 52px;
  }

  .first-time-check h2 {
    gap: 10px;
    margin-bottom: 34px;
  }

  .first-time-check h2 span,
  .first-time-check li::before {
    width: 28px;
    height: 28px;
    border-width: 3px;
  }

  .first-time-check ul {
    gap: 26px;
  }

  .first-time-check li {
    grid-template-columns: 40px 1fr;
    font-size: 12px;
  }

  .senior-table-image {
    width: 100%;
    margin: 42px auto;
  }

  .first-time-senior__note {
    margin-bottom: 20px !important;
  }

  .home-news__grid,
  .news-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
    margin-top: 34px;
  }

  .service-section {
    padding: 46px 0 56px;
    background: linear-gradient(90deg, var(--green) 0 78%, #fff 78% 100%);
  }

  .service-section__inner {
    width: min(100%, calc(100% - 48px));
  }

  .service-section h2 {
    margin-bottom: 34px;
  }

  .service-section__grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .service-card {
    font-size: 12px;
  }

  .brand-section {
    padding: 56px 24px 62px;
  }

  .brand-section__items {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .brand-section figure {
    width: 175px;
  }

  .access-section {
    grid-template-columns: 1fr;
  }

  .access-section__map {
    order: 2;
    min-height: 340px;
  }

  .access-section__map iframe {
    height: 340px;
    min-height: 340px;
  }

  .access-section__content {
    padding: 52px 30px 36px;
  }

  .access-section__inner {
    width: 100%;
    max-width: 520px;
  }

  .access-section dl div {
    grid-template-columns: 74px 1fr;
    font-size: 12px;
  }

  .access-section__parking {
    margin: 24px auto 0;
  }

  .site-footer {
    min-height: 260px;
    padding: 34px 20px 18px;
  }

  .site-footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 94px);
    justify-content: center;
    gap: 18px 28px;
  }

  .site-footer__logo {
    width: 158px;
    margin: 34px auto 0;
  }

  .site-footer__copy {
    justify-self: center;
    margin-top: 18px;
  }

  .page-hero {
    padding-top: 100px;
  }

  .news-list {
    padding: 52px 0 70px;
  }
}

.price-result-section {
  padding: 48px 0 54px;
}

.price-result-section .price-section__inner {
  width: min(930px, calc(100% - 48px));
}

.price-result-section h2 {
  margin-bottom: 22px;
  font-size: clamp(28px, 2.5vw, 40px);
}

.price-result-card {
  border-width: 2px;
  border-radius: 10px;
}

.price-result-card__header {
  padding: 15px 24px;
}

.price-result-card__header p {
  font-size: 12px;
}

.price-result-card__header h3 {
  font-size: clamp(24px, 2.5vw, 34px);
}

.price-result-card__body {
  grid-template-columns: minmax(190px, 28%) 1fr;
  gap: 26px;
  padding: 24px;
}

.price-menu-ui {
  min-width: 560px;
}

.price-menu-ui__head {
  grid-template-columns: 140px 1fr 1fr;
  min-height: 42px;
  font-size: 15px;
}

.price-menu-ui__body {
  grid-template-columns: 140px 1fr 1fr;
  margin-top: 6px;
}

.price-plan-labels {
  width: 141px;
  height: 147px;
}

.price-menu-ui__prices {
  grid-template-rows: repeat(3, 45px);
}

.price-menu-ui__prices span {
  font-size: clamp(19px, 1.6vw, 25px);
}

.price-group-options {
  padding: 2px 24px 24px;
}

.price-group-options h3 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.4vw, 34px);
}

.price-group-options__block + .price-group-options__block {
  margin-top: 16px;
}

.price-group-options__row {
  grid-template-columns: 138px 104px 1fr;
  min-height: 44px;
  font-size: 15px;
}

.price-group-options__row span,
.price-group-options__row strong,
.price-group-options__row p {
  padding: 9px 14px;
}

.price-group-options__row strong {
  font-size: 18px;
}

.price-group-options__row p {
  font-size: 12px;
}

@media (max-width: 767px) {
  .price-result-section {
    padding: 34px 0 40px;
  }

  .price-result-section .price-section__inner {
    width: min(100%, calc(100% - 28px));
  }

  .price-result-section h2 {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .price-result-card__header {
    padding: 12px 14px;
  }

  .price-result-card__header h3 {
    font-size: 24px;
  }

  .price-result-card__body {
    gap: 20px;
    padding: 18px 14px 20px;
  }

  .price-result-card figure img {
    width: min(210px, 78%);
  }

  .price-menu-mobile {
    gap: 22px;
  }

  .price-menu-mobile__course h4 {
    margin-bottom: 10px;
    font-size: clamp(22px, 7vw, 28px);
  }

  .price-menu-mobile__body {
    grid-template-columns: 40% 1fr;
    gap: 7px;
  }

  .price-menu-mobile .price-plan-labels {
    height: 126px;
  }

  .price-menu-mobile__prices {
    grid-template-rows: repeat(3, 42px);
  }

  .price-menu-mobile__prices span {
    font-size: clamp(18px, 6vw, 22px);
  }

  .price-group-options {
    padding: 0 12px 18px;
  }

  .price-group-options h3 {
    margin-bottom: 12px;
    font-size: 25px;
  }

  .price-group-options__label {
    font-size: 12px;
  }

  .price-group-options__row {
    min-height: 38px;
    font-size: 15px;
  }

  .price-group-options__row strong {
    font-size: 17px;
  }
}

/* Final price result tuning */
.price-common-options__image img {
  width: min(902px, 100%);
}

.price-group-options h3 span,
.price-group-options__label {
  display: none;
}

@media (max-width: 767px) {
  .price-result-section {
    padding: 28px 0 36px;
  }

  .price-result-section .price-section__inner {
    width: 100%;
  }

  .price-result-card {
    width: 95%;
    max-width: 390px;
    margin: 0 auto;
    border-width: 2px;
    border-radius: 8px;
  }

  .price-result-card__header {
    padding: 10px 14px 11px;
  }

  .price-result-card__header p {
    margin-bottom: 3px;
    font-size: 10px;
    letter-spacing: .06em;
  }

  .price-result-card__header h3 {
    font-size: clamp(21px, 6.2vw, 26px);
    letter-spacing: .06em;
  }

  .price-result-card__body {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 18px;
    padding: 16px 14px 22px;
  }

  .price-result-card figure {
    display: flex;
    justify-content: center;
  }

  .price-result-card figure img {
    width: min(238px, 72%);
    aspect-ratio: 1 / 1.08;
    margin: 0 auto;
  }

  .price-result-card__prices {
    width: 100%;
    overflow: visible;
  }

  .price-menu-ui--desktop {
    display: none !important;
  }

  .price-menu-mobile {
    display: grid !important;
    gap: 24px;
  }

  .price-menu-mobile__course h4 {
    margin: 0 0 10px;
    font-size: clamp(24px, 7.2vw, 29px);
    line-height: 1.2;
    text-align: center;
  }

  .price-menu-mobile__body {
    display: grid;
    grid-template-columns: 49% 1fr;
    gap: 7px;
    align-items: stretch;
  }

  .price-menu-mobile .price-plan-labels {
    width: 100%;
    height: clamp(128px, 34vw, 150px);
    object-fit: fill;
  }

  .price-menu-mobile__prices {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    height: clamp(128px, 34vw, 150px);
  }

  .price-menu-mobile__prices span {
    justify-content: center;
    border-bottom: 2px solid #4b4845;
    font-size: clamp(18px, 5.5vw, 23px);
    letter-spacing: .1em;
  }

  .price-menu-mobile__prices span:first-child {
    border-top: 2px solid #4b4845;
  }

  .price-group-options {
    padding: 0 0 16px;
  }

  .price-group-options h3 {
    margin: 16px 0 18px;
    font-size: clamp(25px, 7.7vw, 32px);
    letter-spacing: .14em;
    text-align: center;
  }

  .price-group-options__table {
    display: block;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    border-width: 2px;
    border-radius: 7px;
    background: #f7efe5;
  }

  .price-group-options__row {
    position: relative;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto 1fr;
    align-items: stretch;
    min-height: 91px;
    border-bottom: 0;
    font-size: 16px;
  }

  .price-group-options__row span {
    display: flex;
    grid-row: 1 / 3;
    align-items: center;
    position: relative;
    padding: 12px 14px;
    background: linear-gradient(90deg, #3a281f, #5a4031);
    color: #fff;
    font-size: clamp(18px, 5.5vw, 22px);
    line-height: 1.25;
  }

  .price-group-options__row:not(:last-child) span::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    height: 2px;
    background: #fff;
  }

  .price-group-options__row strong {
    display: block;
    padding: 13px 12px 4px;
    color: var(--deep-green);
    font-size: clamp(24px, 7.2vw, 30px);
    line-height: 1.1;
    text-align: center;
  }

  .price-group-options__row p {
    grid-column: 2;
    position: relative;
    margin: 0;
    padding: 0 12px 12px;
    color: var(--deep-green);
    font-size: clamp(10px, 3vw, 12px);
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
  }

  .price-group-options__row:not(:last-child) p::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 0;
    left: 0;
    height: 2px;
    background: var(--deep-green);
  }

  .price-group-options__row--simple strong {
    grid-row: 1 / 3;
    align-content: center;
    padding-bottom: 13px;
  }

  .price-group-options__row--simple p {
    display: none;
  }

  .price-common-options__image img {
    width: 100%;
  }
}

/* Final NEWS page title spacing override */
.page-hero.news-hero {
  padding-top: 16px !important;
  padding-bottom: 12px !important;
}

.page-hero.news-hero + .news-list {
  padding-top: 18px !important;
}

@media (max-width: 767px) {
  .page-hero.news-hero {
    padding-top: 25px !important;
    padding-bottom: 18px !important;
  }

  .page-hero.news-hero + .news-list {
    padding-top: 26px !important;
  }
}
