/* ASTAGE fixed pages, contact form, archives, posts, and magazine pages. Depends on astage-common.css. */

.wp-site-blocks > .astage-site-chrome {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wp-site-blocks > .astage-subpage {
  max-width: none !important;
}

.astage-subpage {
  width: min(980px, calc(100% - 34px));
  margin: 0 auto !important;
  padding: 76px 0 118px !important;
}

.astage-subpage-hero {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.astage-subpage-hero .section-label,
.astage-error-page .section-label {
  margin: 0 0 22px;
}

.astage-subpage h1,
.astage-subpage .wp-block-query-title {
  max-width: 900px;
  margin: 0 auto;
  color: var(--ink);
  font-size: clamp(2.25rem, 6vw, 5.2rem);
  font-weight: 950;
  line-height: 1.04;
}

.astage-single-page h1 {
  font-size: clamp(1.6rem, 3.6vw, 3rem);
}

.astage-subpage-content {
  width: min(760px, 100%);
  margin: 46px auto 0;
  color: #454a54;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

.astage-subpage-content h2,
.astage-subpage-content h3 {
  color: var(--ink);
  line-height: 1.35;
}

.astage-subpage-content h2 {
  font-size: 1.72rem;
  font-weight: 850;
}

.astage-subpage-content h3 {
  font-size: 1.25rem;
  font-weight: 760;
}

.astage-subpage-content > p:first-of-type {
  color: #323741;
  font-size: 1.08rem;
  line-height: 1.95;
}

.astage-subpage-content strong {
  color: var(--ink);
  font-weight: 700;
}

.astage-subpage-content a {
  color: var(--orange-deep);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}

.astage-subpage-content img {
  height: auto;
  border-radius: 8px;
}

.astage-subpage-content .wp-block-buttons {
  gap: 14px;
}

.astage-subpage-content .wp-block-button__link {
  min-width: 210px;
  padding: 17px 28px;
  color: #fff !important;
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
}

.astage-subpage-content .wp-block-button__link:hover {
  color: #fff !important;
  background: var(--orange-deep);
  border-color: var(--orange-deep);
}

.astage-subpage-content .wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--orange-deep) !important;
  background: #fff;
  border-color: var(--orange);
}

.astage-subpage-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--orange-deep) !important;
  background: #fff7f0;
}

.astage-subpage-content:has(.wpcf7) {
  width: min(860px, 100%);
}

.astage-subpage-content .wpcf7 {
  margin-top: 44px;
  padding: 34px;
  border: 1px solid rgba(255, 92, 0, 0.18);
  border-radius: 8px;
  background: #fffaf6;
}

.astage-subpage-content .wpcf7 form {
  display: block;
}

.astage-subpage-content .wpcf7 form > p {
  margin: 0;
}

.astage-subpage-content .wpcf7 form > p:not(:has(.wpcf7-form-control-wrap)):not(:has(script)) {
  margin-top: 26px;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 950;
  line-height: 1.5;
}

.astage-subpage-content .wpcf7 form > p:first-of-type {
  margin-top: 0 !important;
}

.astage-subpage-content .wpcf7 form > p:has(.wpcf7-form-control-wrap) {
  margin-top: 8px;
}

.astage-subpage-content .wpcf7-form-control-wrap {
  display: block;
}

.astage-subpage-content .required {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-left: 8px;
  padding: 3px 8px;
  color: #fff;
  background: var(--orange);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  vertical-align: 0.12em;
}

.astage-subpage-content .wpcf7 input[type="text"],
.astage-subpage-content .wpcf7 input[type="email"],
.astage-subpage-content .wpcf7 input[type="tel"],
.astage-subpage-content .wpcf7 select,
.astage-subpage-content .wpcf7 textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #ded7d0;
  border-radius: 8px;
  box-shadow: none;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.astage-subpage-content .wpcf7 select {
  appearance: none;
  padding-right: 44px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--orange) 50%),
    linear-gradient(135deg, var(--orange) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 15px) 50%;
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
}

.astage-subpage-content .wpcf7 textarea {
  min-height: 180px;
  resize: vertical;
}

.astage-subpage-content .wpcf7 input:focus,
.astage-subpage-content .wpcf7 select:focus,
.astage-subpage-content .wpcf7 textarea:focus {
  border-color: var(--orange);
  outline: 3px solid rgba(255, 92, 0, 0.14);
  outline-offset: 0;
}

.astage-subpage-content .wpcf7-radio,
.astage-subpage-content .wpcf7-checkbox,
.astage-subpage-content .wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #ded7d0;
  border-radius: 8px;
}

.astage-subpage-content .wpcf7-list-item {
  margin: 0;
}

.astage-subpage-content .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #343944;
  font-weight: 800;
  line-height: 1.5;
  cursor: pointer;
}

.astage-subpage-content .wpcf7 input[type="radio"],
.astage-subpage-content .wpcf7 input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--orange);
}

.astage-subpage-content .btn_send {
  margin-top: 34px;
}

.astage-subpage-content .btn_send p {
  margin: 0;
}

.astage-subpage-content .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 54px;
  padding: 14px 30px;
  color: #fff;
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
}

.astage-subpage-content .wpcf7-submit:hover {
  background: var(--orange-deep);
  border-color: var(--orange-deep);
}

.astage-subpage-content .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #b3261e;
  font-size: 0.84rem;
  font-weight: 800;
}

.astage-subpage-content .wpcf7-response-output {
  margin: 28px 0 0 !important;
  padding: 16px 18px !important;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.7;
}

body.page-id-6216 .astage-subpage,
body.astage-contact-page .astage-subpage {
  width: min(1120px, calc(100% - 44px));
  padding: 70px 0 150px !important;
}

body.page-id-6216 .astage-subpage-hero,
body.astage-contact-page .astage-subpage-hero {
  padding-bottom: 42px;
  text-align: center;
}

body.page-id-6216 .astage-subpage h1,
body.astage-contact-page .astage-subpage h1 {
  font-size: clamp(2.7rem, 5.2vw, 4.7rem);
  line-height: 1.06;
  margin-right: auto;
  margin-left: auto;
}

body.page-id-6216 .astage-subpage-content,
body.astage-contact-page .astage-subpage-content {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(460px, 1.22fr);
  gap: 38px 62px;
  align-items: start;
  width: min(1060px, 100%);
  margin-top: 60px;
  color: #4f5662;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.95;
}

body.page-id-6216 .astage-subpage-content > p,
body.page-id-6216 .astage-subpage-content > h2,
body.astage-contact-page .astage-subpage-content > p,
body.astage-contact-page .astage-subpage-content > h2 {
  grid-column: 1;
  max-width: 380px;
}

body.page-id-6216 .astage-subpage-content > p,
body.astage-contact-page .astage-subpage-content > p {
  color: #515865;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.95;
}

body.page-id-6216 .astage-subpage-content > p:first-of-type,
body.astage-contact-page .astage-subpage-content > p:first-of-type {
  color: #303640;
  font-size: 1rem;
  font-weight: 700;
}

body.page-id-6216 .astage-subpage-content > p:nth-of-type(3),
body.astage-contact-page .astage-subpage-content > p:nth-of-type(3) {
  margin-top: 18px;
  padding: 18px 20px;
  color: var(--ink);
  background: #fff7f0;
  border: 1px solid rgba(255, 92, 0, 0.18);
  border-radius: 8px;
  font-size: 0.93rem;
  line-height: 1.85;
}

body.page-id-6216 .astage-subpage-content h2,
body.astage-contact-page .astage-subpage-content h2 {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  font-size: 1.7rem;
  line-height: 1.32;
}

body.page-id-6216 .astage-subpage-content .wpcf7,
body.astage-contact-page .astage-subpage-content .wpcf7 {
  grid-column: 2;
  grid-row: 1 / span 8;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.page-id-6216 .astage-subpage-content .wpcf7 form,
body.astage-contact-page .astage-subpage-content .wpcf7 form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.page-id-6216 .astage-subpage-content .wpcf7 .hidden-fields-container,
body.page-id-6216 .astage-subpage-content .wpcf7 form > p:has(script),
body.astage-contact-page .astage-subpage-content .wpcf7 .hidden-fields-container,
body.astage-contact-page .astage-subpage-content .wpcf7 form > p:has(script) {
  display: none;
}

body.page-id-6216 .astage-form-field,
body.astage-contact-page .astage-form-field {
  min-width: 0;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

body.page-id-6216 .astage-form-field.is-wide,
body.page-id-6216 .astage-form-field.is-consent,
body.astage-contact-page .astage-form-field.is-wide,
body.astage-contact-page .astage-form-field.is-consent {
  grid-column: 1 / -1;
}

body.page-id-6216 .astage-form-label,
body.astage-contact-page .astage-form-label {
  display: block;
  margin: 0 0 10px !important;
  color: var(--ink);
  font-size: 0.9rem !important;
  font-weight: 850 !important;
  line-height: 1.45 !important;
}

body.page-id-6216 .astage-form-field p,
body.astage-contact-page .astage-form-field p {
  margin: 0;
}

body.page-id-6216 .astage-form-field br,
body.astage-contact-page .astage-form-field br {
  display: none;
}

body.page-id-6216 .astage-form-help,
body.astage-contact-page .astage-form-help {
  margin: -2px 0 12px !important;
  color: #626977;
  font-size: 0.87rem !important;
  font-weight: 600 !important;
  line-height: 1.7 !important;
}

body.page-id-6216 .astage-form-control-row,
body.astage-contact-page .astage-form-control-row {
  margin: 0 !important;
}

body.page-id-6216 .astage-form-script,
body.astage-contact-page .astage-form-script {
  display: none;
}

body.page-id-6216 .astage-subpage-content .required,
body.astage-contact-page .astage-subpage-content .required {
  min-height: 20px;
  margin-left: 7px;
  padding: 3px 7px;
  font-size: 0.68rem;
  font-weight: 850;
}

body.page-id-6216 .astage-subpage-content .wpcf7 input[type="text"],
body.page-id-6216 .astage-subpage-content .wpcf7 input[type="email"],
body.page-id-6216 .astage-subpage-content .wpcf7 input[type="tel"],
body.page-id-6216 .astage-subpage-content .wpcf7 select,
body.page-id-6216 .astage-subpage-content .wpcf7 textarea,
body.astage-contact-page .astage-subpage-content .wpcf7 input[type="text"],
body.astage-contact-page .astage-subpage-content .wpcf7 input[type="email"],
body.astage-contact-page .astage-subpage-content .wpcf7 input[type="tel"],
body.astage-contact-page .astage-subpage-content .wpcf7 select,
body.astage-contact-page .astage-subpage-content .wpcf7 textarea {
  min-height: 52px;
  border-color: #d8d1ca;
  font-size: 0.96rem;
  font-weight: 400;
}

body.page-id-6216 .astage-subpage-content .wpcf7 textarea,
body.astage-contact-page .astage-subpage-content .wpcf7 textarea {
  min-height: 168px;
}

body.page-id-6216 .astage-subpage-content .wpcf7-radio,
body.page-id-6216 .astage-subpage-content .wpcf7-checkbox,
body.page-id-6216 .astage-subpage-content .wpcf7-acceptance,
body.astage-contact-page .astage-subpage-content .wpcf7-radio,
body.astage-contact-page .astage-subpage-content .wpcf7-checkbox,
body.astage-contact-page .astage-subpage-content .wpcf7-acceptance {
  border-color: #d8d1ca;
}

body.page-id-6216 .astage-subpage-content .wpcf7-list-item label,
body.astage-contact-page .astage-subpage-content .wpcf7-list-item label {
  font-size: 0.94rem;
  font-weight: 650;
}

body.page-id-6216 .astage-subpage-content .wpcf7-response-output,
body.astage-contact-page .astage-subpage-content .wpcf7-response-output {
  grid-column: 1 / -1;
}

body.page-id-6216 .astage-subpage-content .astage-form-submit,
body.astage-contact-page .astage-subpage-content .astage-form-submit {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

body.page-id-6216 .astage-subpage-content .wpcf7-submit,
body.astage-contact-page .astage-subpage-content .wpcf7-submit {
  min-width: 220px;
  min-height: 58px;
  box-shadow: 0 12px 26px rgba(255, 92, 0, 0.18);
  font-size: 1.02rem;
}

body.page-id-6216 .astage-subpage-content .wpcf7-submit:disabled,
body.astage-contact-page .astage-subpage-content .wpcf7-submit:disabled {
  color: #a9a29b;
  background: #eee9e5;
  border-color: #eee9e5;
  box-shadow: none;
  cursor: not-allowed;
}

body.page-id-6216 .astage-site-chrome .contact,
body.astage-contact-page .astage-site-chrome .contact {
  border-top: 1px solid var(--line);
}

@media (min-width: 861px) {
body.page-id-6216 .astage-subpage-content,
  body.astage-contact-page .astage-subpage-content {
    grid-template-columns: minmax(260px, 0.72fr) minmax(540px, 1.28fr) !important;
    column-gap: 68px !important;
    row-gap: 24px !important;
    align-items: start !important;
  }

body.page-id-6216 .astage-subpage-content > p,
  body.astage-contact-page .astage-subpage-content > p,
  body.page-id-6216 .astage-subpage-content > p:first-of-type,
  body.astage-contact-page .astage-subpage-content > p:first-of-type {
    font-weight: 500 !important;
  }

body.page-id-6216 .astage-subpage-content > p:nth-of-type(1),
  body.astage-contact-page .astage-subpage-content > p:nth-of-type(1) {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

body.page-id-6216 .astage-subpage-content > p:nth-of-type(2),
  body.astage-contact-page .astage-subpage-content > p:nth-of-type(2) {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

body.page-id-6216 .astage-subpage-content > p:nth-of-type(3),
  body.astage-contact-page .astage-subpage-content > p:nth-of-type(3) {
    grid-column: 1 !important;
    grid-row: 3 !important;
    font-weight: 650 !important;
  }

body.page-id-6216 .astage-subpage-content > h2,
  body.astage-contact-page .astage-subpage-content > h2 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 0 16px !important;
    border-top: 0 !important;
    border-bottom: 1px solid var(--line) !important;
    font-size: 1.55rem !important;
    line-height: 1.35 !important;
  }

body.page-id-6216 .astage-subpage-content .wpcf7,
  body.astage-contact-page .astage-subpage-content .wpcf7 {
    grid-column: 2 !important;
    grid-row: 2 / span 8 !important;
  }
}

.astage-single-image {
  overflow: hidden;
  width: min(980px, 100%);
  margin: 38px auto 0;
  border-radius: 8px;
  background: #f8f6f4;
}

.astage-single-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.post-type-archive-blog .astage-subpage,
body.blog .astage-subpage,
.astage-archive-page {
  padding-right: clamp(20px, 5vw, 64px) !important;
  padding-left: clamp(20px, 5vw, 64px) !important;
}

body.post-type-archive-blog .astage-subpage-hero h1,
body.blog .astage-subpage-hero h1,
.astage-archive-page .astage-subpage-hero h1 {
  font-size: 0 !important;
}

body.post-type-archive-blog .astage-subpage-hero h1::after,
body.blog .astage-subpage-hero h1::after,
.astage-archive-page .astage-subpage-hero h1::after {
  content: "Blog一覧";
  display: block;
  color: var(--ink);
  font-size: clamp(2.8rem, 6vw, 4.9rem);
  line-height: 1.08;
}

body.post-type-archive-representative-blog .astage-subpage-hero h1::after {
  content: "代表ブログ一覧";
}
.astage-archive-query {
  width: min(980px, 100%);
  margin: 48px auto 0 !important;
}

.astage-blog-lead {
  max-width: 980px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
}

.astage-blog-index {
  width: min(980px, 100%);
  margin: 44px auto 0;
}

.astage-blog-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.astage-blog-list-item {
  display: grid;
  grid-template-columns: minmax(220px, 32%) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  padding: clamp(24px, 4vw, 38px) 0;
  border-bottom: 1px solid var(--line);
}

.astage-blog-list-thumb {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 180px;
  aspect-ratio: 16 / 10;
  place-items: center;
  border-radius: 8px;
  background: #f8f6f4;
  color: var(--orange-deep);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.astage-blog-list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.24s ease;
}

.astage-blog-list-item:hover .astage-blog-list-thumb img {
  transform: scale(1.035);
}

.astage-blog-list-body {
  min-width: 0;
}

.astage-blog-list-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  color: var(--orange-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.astage-blog-list-meta span {
  color: var(--muted);
}

.astage-blog-list-body h2 {
  margin: 12px 0 0;
  font-size: clamp(1.22rem, 2.2vw, 1.7rem);
  line-height: 1.45;
}

.astage-blog-list-body h2 a {
  color: var(--ink);
  text-decoration: none;
}

.astage-blog-list-body p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.85;
}

.astage-blog-readmore {
  display: inline-flex;
  margin-top: 18px;
  color: var(--orange-deep);
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.astage-blog-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 42px;
  color: var(--orange-deep);
  font-weight: 900;
}

.astage-blog-pagination .page-numbers {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--orange-deep);
  text-decoration: none;
}

.astage-blog-pagination .current {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
}

.astage-archive-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--line);
  list-style: none;
}

.astage-archive-list > li {
  min-width: 0;
  border-bottom: 1px solid var(--line);
}

.astage-archive-card {
  display: grid !important;
  grid-template-columns: minmax(220px, 32%) minmax(0, 1fr);
  gap: 20px 36px;
  align-items: start;
  height: auto;
  min-width: 0;
  padding: clamp(24px, 4vw, 38px) 0 !important;
  border-bottom: 0;
}

.astage-archive-card .wp-block-post-featured-image {
  grid-column: 1;
  grid-row: 1 / span 4;
  overflow: hidden;
  margin: 0 !important;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  background: #f8f6f4;
}

.astage-archive-card .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.astage-archive-card h2 {
  grid-column: 2;
  grid-row: 2;
  margin: -4px 0 0 !important;
  font-size: clamp(1.22rem, 2.2vw, 1.7rem) !important;
  line-height: 1.35 !important;
}

.astage-archive-card h2 a {
  color: var(--ink);
}

.astage-archive-card .wp-block-post-excerpt {
  grid-column: 2;
  grid-row: 3;
  margin: -2px 0 0 !important;
  color: var(--muted);
  font-size: 0.94rem !important;
  font-weight: 400;
  line-height: 1.7 !important;
}

.astage-archive-card .astage-post-date,
.astage-archive-card .wp-block-post-date {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 -2px !important;
  color: var(--orange-deep);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
}

.astage-archive-card .wp-block-post-excerpt__more-link {
  display: inline-block;
  margin-top: 8px !important;
  color: var(--orange-deep);
  font-weight: 900;
}

.astage-archive-query .wp-block-query-pagination {
  gap: 12px;
  margin-top: 42px;
  color: var(--orange-deep);
  font-weight: 900;
}

.astage-empty,
.astage-error-page p:not(.section-label) {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.9;
}

.astage-error-page .wp-block-button__link {
  color: #fff;
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 999px;
  font-weight: 900;
}

.astage-magazine-shell {
  width: 100%;
  padding-top: 0 !important;
}

.astage-magazine-shell .astage-subpage-content {
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.astage-magazine-page {
  width: min(1120px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 92px 0 110px;
}

.magazine-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.7fr);
  gap: 48px;
  align-items: end;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line);
}

.magazine-hero .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--orange-deep);
  font-size: 0.72rem;
  font-weight: 900;
}

.magazine-hero h1 {
  margin: 0;
  font-size: clamp(2.7rem, 6vw, 5.6rem);
  line-height: 0.98;
}

.magazine-hero p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 2;
  font-weight: 700;
}

.magazine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 38px;
}

.magazine-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.magazine-card a {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}

.magazine-card-media {
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: 18px;
  background: #f8f6f4;
}

.magazine-card-cover {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 14px 30px rgba(20, 23, 29, 0.12);
}

.magazine-card-fallback {
  display: grid;
  place-items: center;
  width: 140px;
  aspect-ratio: 3 / 4;
  color: #fff;
  background: var(--orange);
  border-radius: 6px;
  font-size: 1.5rem;
  font-weight: 900;
}

.magazine-card-body {
  padding: 20px;
}

.magazine-card-body p {
  margin: 0 0 10px;
  color: var(--orange-deep);
  font-size: 0.76rem;
  font-weight: 900;
}

.magazine-card-body h2 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.45;
}

.magazine-card-body span {
  display: inline-block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.magazine-empty {
  margin: 42px 0 0;
  padding: 28px;
  color: var(--muted);
  background: #f8f6f4;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

@media (max-width: 860px) {
.astage-subpage {
    width: calc(100% - 34px);
    padding: 54px 0 100px !important;
  }

.astage-subpage-hero {
    padding-bottom: 28px;
  }

.astage-subpage h1,
  .astage-subpage .wp-block-query-title {
    font-size: 2.05rem;
    line-height: 1.12;
  }

.astage-subpage-content {
    margin-top: 32px;
    font-size: 0.96rem;
    line-height: 1.9;
  }

.astage-subpage-content > p:first-of-type {
    font-size: 1rem;
    line-height: 1.9;
  }

.astage-subpage-content .wpcf7 {
    margin-top: 34px;
    padding: 22px 18px;
  }

.astage-subpage-content .wpcf7 form > p:not(:has(.wpcf7-form-control-wrap)):not(:has(script)) {
    margin-top: 22px;
    font-size: 0.9rem;
  }

.astage-subpage-content .wpcf7 input[type="text"],
  .astage-subpage-content .wpcf7 input[type="email"],
  .astage-subpage-content .wpcf7 input[type="tel"],
  .astage-subpage-content .wpcf7 select,
  .astage-subpage-content .wpcf7 textarea {
    min-height: 52px;
    padding: 13px 14px;
    font-size: 16px;
  }

.astage-subpage-content .wpcf7-radio,
  .astage-subpage-content .wpcf7-checkbox,
  .astage-subpage-content .wpcf7-acceptance {
    display: grid;
    gap: 10px;
    padding: 14px;
  }

.astage-subpage-content .wpcf7-submit {
    width: 100%;
  }

body.page-id-6216 .astage-subpage,
  body.astage-contact-page .astage-subpage {
    width: calc(100% - 28px);
    padding: 50px 0 118px !important;
  }

body.page-id-6216 .astage-subpage-hero,
  body.astage-contact-page .astage-subpage-hero {
    padding-bottom: 30px;
  }

body.page-id-6216 .astage-subpage h1,
  body.astage-contact-page .astage-subpage h1 {
    font-size: 2.45rem;
    line-height: 1.12;
  }

body.page-id-6216 .astage-subpage-content,
  body.astage-contact-page .astage-subpage-content {
    display: block;
    width: 100%;
    margin-top: 34px;
    font-size: 0.95rem;
  }

body.page-id-6216 .astage-subpage-content > p,
  body.page-id-6216 .astage-subpage-content > h2,
  body.astage-contact-page .astage-subpage-content > p,
  body.astage-contact-page .astage-subpage-content > h2 {
    max-width: none;
  }

body.page-id-6216 .astage-subpage-content h2,
  body.astage-contact-page .astage-subpage-content h2 {
    margin-top: 30px;
    padding-top: 24px;
    font-size: 1.45rem;
  }

body.page-id-6216 .astage-subpage-content .wpcf7,
  body.astage-contact-page .astage-subpage-content .wpcf7 {
    margin-top: 28px;
  }

body.page-id-6216 .astage-subpage-content .wpcf7 form,
  body.astage-contact-page .astage-subpage-content .wpcf7 form {
    grid-template-columns: 1fr;
    gap: 14px;
  }

body.page-id-6216 .astage-form-field,
  body.astage-contact-page .astage-form-field {
    padding: 16px;
  }

body.page-id-6216 .astage-subpage-content .astage-form-submit,
  body.astage-contact-page .astage-subpage-content .astage-form-submit {
    justify-content: stretch;
  }

body.page-id-6216 .astage-subpage-content .wpcf7-submit,
  body.astage-contact-page .astage-subpage-content .wpcf7-submit {
    width: 100%;
    min-width: 0;
  }

.astage-single-image {
    margin-top: 28px;
  }

.astage-archive-list {
    grid-template-columns: 1fr !important;
  }

.astage-archive-card {
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding-bottom: 22px !important;
}

.astage-archive-card .wp-block-post-featured-image {
    grid-column: 1;
    grid-row: 1 / span 4;
    aspect-ratio: 1 / 1;
}

.astage-archive-card .astage-post-date,
.astage-archive-card .wp-block-post-date,
.astage-archive-card h2,
.astage-archive-card .wp-block-post-excerpt {
    grid-column: 2;
    grid-row: auto;
}

.astage-magazine-page {
    width: calc(100% - 34px);
    padding: 54px 0 88px;
  }

.magazine-hero {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-bottom: 30px;
  }

.magazine-hero h1 {
    font-size: 2.25rem;
    line-height: 1.05;
  }

.magazine-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

.magazine-card-media {
    min-height: 240px;
  }

.magazine-card-cover {
    max-height: 300px;
  }
}

@media (max-width: 460px) {
.magazine-card-media {
    min-height: 210px;
    padding: 14px;
  }

.magazine-card-body {
    padding: 18px;
  }
}

body.page .astage-subpage-hero {
  text-align: center;
}

body.page .astage-subpage h1 {
  margin-right: auto;
  margin-left: auto;
}

body.page-id-6218 .wp-site-blocks > .astage-subpage {
  width: min(1120px, calc(100% - 44px));
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 72px 0 128px !important;
}

body.page-id-6218 .astage-subpage-hero {
  padding-bottom: 42px;
}

body.page-id-6218 .astage-subpage h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 1.06;
}

body.page-id-6218 .astage-subpage-content {
  width: min(1040px, 100%);
  margin-top: 56px;
  color: #4f5662;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.95;
}

body.page-id-6218 .astage-subpage-content p {
  font-weight: 400;
}

body.page-id-6218 .astage-subpage-content strong {
  font-weight: 700;
}

body.page-id-6218 .astage-subpage-content > p:first-child {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: #323741;
  font-size: clamp(1.04rem, 1.7vw, 1.22rem);
  font-weight: 500;
  line-height: 1.95;
  text-align: center;
}

body.page-id-6218 .astage-subpage-content > h2:first-of-type {
  max-width: 900px;
  margin: 52px auto 0;
  color: var(--ink);
  font-size: clamp(2rem, 4.4vw, 3.45rem);
  font-weight: 850;
  line-height: 1.18;
  text-align: center;
}

body.page-id-6218 .astage-subpage-content > h2:first-of-type + p,
body.page-id-6218 .astage-subpage-content > h2:first-of-type + p + p {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

body.page-id-6218 .astage-subpage-content > figure {
  overflow: hidden;
  width: min(920px, 100%);
  margin: 38px auto 0;
  border-radius: 8px;
  background: #f8f6f4;
}

body.page-id-6218 .astage-subpage-content > figure img {
  display: block;
  width: 100%;
}

body.page-id-6218 .astage-subpage-content > h2:not(:first-of-type) {
  max-width: 840px;
  margin: clamp(64px, 8vw, 96px) auto 0;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: clamp(1.7rem, 3.1vw, 2.55rem);
  font-weight: 850;
  line-height: 1.28;
  text-align: center;
}

body.page-id-6218 .astage-subpage-content > ul.wp-block-list {
  counter-reset: conceptItem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

body.page-id-6218 .astage-subpage-content > ul.wp-block-list > li {
  counter-increment: conceptItem;
  min-width: 0;
  margin: 0;
  padding: 26px 24px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #555d69;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.8;
}

body.page-id-6218 .astage-subpage-content > ul.wp-block-list > li::before {
  content: counter(conceptItem, decimal-leading-zero) ".";
  display: block;
  margin-bottom: 13px;
  color: var(--orange-deep);
  font-size: 0.82rem;
  font-weight: 900;
}

body.page-id-6218 .astage-subpage-content > ul.wp-block-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 760;
  line-height: 1.35;
}

body.page-id-6218 .astage-subpage-content > h2:not(:first-of-type) + p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body.page-id-6218 .astage-subpage-content > h3 {
  max-width: 780px;
  margin: 44px auto 0;
  padding-left: 18px;
  border-left: 4px solid var(--orange);
  color: var(--ink);
  font-size: clamp(1.18rem, 2.1vw, 1.55rem);
  font-weight: 760;
  line-height: 1.45;
}

body.page-id-6218 .astage-subpage-content > h3 + p,
body.page-id-6218 .astage-subpage-content > h3 + p + p,
body.page-id-6218 .astage-subpage-content > h3 + p + p + p {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

body.page-id-6218 .astage-subpage-content .wp-block-buttons {
  justify-content: center;
  margin-top: 54px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

@media (max-width: 860px) {
body.page-id-6218 .wp-site-blocks > .astage-subpage {
    width: min(100% - 28px, 1120px);
    padding-top: 52px !important;
    padding-bottom: 92px !important;
  }

body.page-id-6218 .astage-subpage-content {
    margin-top: 42px;
  }

body.page-id-6218 .astage-subpage-content > ul.wp-block-list {
    grid-template-columns: 1fr;
  }

body.page-id-6218 .astage-subpage-content > h2:first-of-type + p,
  body.page-id-6218 .astage-subpage-content > h2:first-of-type + p + p,
  body.page-id-6218 .astage-subpage-content > h2:not(:first-of-type) + p {
    text-align: left;
  }
}

body.page-id-6220 .wp-site-blocks > .astage-subpage {
  width: min(1120px, calc(100% - 44px));
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 72px 0 128px !important;
}

body.page-id-6220 .astage-subpage-hero {
  padding-bottom: 42px;
  text-align: center;
}

body.page-id-6220 .astage-subpage h1 {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.45rem, 5.2vw, 4.45rem);
  line-height: 1.12;
}

body.page-id-6220 .astage-subpage h1 {
  font-size: 0;
}

body.page-id-6220 .astage-subpage h1::before {
  content: "ASTAGE Collegeが考える";
  display: block;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 850;
  line-height: 1.35;
}

body.page-id-6220 .astage-subpage h1::after {
  content: "自立訓練とは";
  display: block;
  color: var(--ink);
  font-size: clamp(2.7rem, 5.6vw, 4.7rem);
  font-weight: 950;
  line-height: 1.08;
}

body.page-id-6220 .astage-subpage-content {
  width: min(1040px, 100%);
  margin-top: 56px;
  color: #4f5662;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.95;
}

body.page-id-6220 .astage-subpage-content p {
  font-weight: 400;
}

body.page-id-6220 .astage-subpage-content strong {
  color: var(--ink);
  font-weight: 820;
}

body.page-id-6220 .astage-subpage-content > p:nth-child(1),
body.page-id-6220 .astage-subpage-content > p:nth-child(2) {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  color: #323741;
  font-size: clamp(1.04rem, 1.55vw, 1.18rem);
  font-weight: 580;
  line-height: 2;
}

body.page-id-6220 .astage-subpage-content > p:nth-child(1) {
  font-weight: 650;
}

body.page-id-6220 .astage-subpage-content > h2 {
  max-width: 900px;
  margin: clamp(62px, 8vw, 92px) auto 0;
  color: var(--ink);
  font-size: clamp(1.72rem, 3.5vw, 2.8rem);
  font-weight: 900;
  line-height: 1.28;
  text-align: center;
}

body.page-id-6220 .astage-subpage-content > h2::before {
  display: block;
  margin-bottom: 14px;
  color: var(--orange-deep);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

body.page-id-6220 .astage-subpage-content > h2:nth-of-type(1)::before {
  content: "[ LIFE SKILLS ]";
}

body.page-id-6220 .astage-subpage-content > h2:nth-of-type(2)::before {
  content: "[ DIFFERENCE ]";
}

body.page-id-6220 .astage-subpage-content > h2:nth-of-type(3)::before {
  content: "[ REAL WORLD ]";
}

body.page-id-6220 .astage-subpage-content > h2:nth-of-type(4)::before {
  content: "[ RELATIONSHIP ]";
}

body.page-id-6220 .astage-subpage-content > h2:nth-of-type(5)::before {
  content: "[ FUTURE ]";
}

body.page-id-6220 .astage-subpage-content > h2 + p,
body.page-id-6220 .astage-subpage-content > h2 + p + p,
body.page-id-6220 .astage-subpage-content > h2 + p + p + p {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

body.page-id-6220 .astage-subpage-content > ul.wp-block-list {
  counter-reset: aboutPoint;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(940px, 100%);
  margin: 34px auto 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

body.page-id-6220 .astage-subpage-content > ul.wp-block-list > li {
  counter-increment: aboutPoint;
  margin: 0;
  padding: 26px 24px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #555d69;
  font-size: 0.96rem;
  font-weight: 560;
  line-height: 1.75;
}

body.page-id-6220 .astage-subpage-content > ul.wp-block-list > li::before {
  content: counter(aboutPoint, decimal-leading-zero) ".";
  display: block;
  margin-bottom: 14px;
  color: var(--orange-deep);
  font-size: 0.82rem;
  font-weight: 900;
}

body.page-id-6220 .astage-subpage-content > figure {
  overflow: hidden;
  width: min(920px, 100%);
  margin: 42px auto 0;
  border-radius: 8px;
  background: #f8f6f4;
}

body.page-id-6220 .astage-subpage-content > figure img {
  display: block;
  width: 100%;
  height: auto;
}

body.page-id-6220 .astage-subpage-content .wp-block-buttons {
  justify-content: center;
  margin-top: 56px;
  margin-bottom: clamp(78px, 10vw, 132px);
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

@media (max-width: 860px) {
body.page-id-6220 .wp-site-blocks > .astage-subpage {
    width: min(100% - 28px, 1120px);
    padding-top: 52px !important;
    padding-bottom: 92px !important;
  }

body.page-id-6220 .astage-subpage-content {
    margin-top: 42px;
  }

body.page-id-6220 .astage-subpage-content > ul.wp-block-list {
    grid-template-columns: 1fr;
  }
}

body.page-id-6224 .wp-site-blocks > .astage-subpage {
  width: min(1120px, calc(100% - 44px));
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 72px 0 128px !important;
}

body.page-id-6224 .astage-subpage-content {
  width: min(980px, 100%);
  margin-top: 56px;
  counter-reset: flowStep;
}

body.page-id-6224 .astage-subpage-content > p:first-of-type {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 28px;
  color: #444b56;
  background: #fff8f2;
  border: 1px solid rgba(255, 92, 0, 0.18);
  border-radius: 8px;
  font-size: clamp(1rem, 1.55vw, 1.14rem);
  font-weight: 500;
  line-height: 1.95;
}

body.page-id-6224 .astage-subpage-content > h2 {
  max-width: 860px;
  margin: clamp(68px, 8vw, 96px) auto 0;
  color: var(--ink);
  font-size: clamp(1.85rem, 3.6vw, 3rem);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

body.page-id-6224 .astage-subpage-content > h2::before {
  display: block;
  margin-bottom: 14px;
  color: var(--orange-deep);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

body.page-id-6224 .astage-subpage-content > h2:nth-of-type(1)::before {
  content: "[ DAILY FLOW ]";
}

body.page-id-6224 .astage-subpage-content > h2:nth-of-type(2)::before {
  content: "[ VISIT ]";
}

body.page-id-6224 .astage-subpage-content > .wp-block-group {
  counter-increment: flowStep;
  position: relative;
  width: min(820px, 100%);
  margin: 26px auto 0;
  padding: 24px 28px 24px 118px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

body.page-id-6224 .astage-subpage-content > h2 + .wp-block-group {
  margin-top: 36px;
}

body.page-id-6224 .astage-subpage-content > .wp-block-group::before {
  content: counter(flowStep, decimal-leading-zero);
  position: absolute;
  top: 24px;
  left: 28px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: var(--orange);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
}

body.page-id-6224 .astage-subpage-content > .wp-block-group::after {
  content: "";
  position: absolute;
  top: 82px;
  left: 55px;
  width: 1px;
  height: calc(100% + 26px);
  background: var(--line);
}

body.page-id-6224 .astage-subpage-content > .wp-block-group:nth-of-type(5)::after {
  display: none;
}

body.page-id-6224 .astage-subpage-content > .wp-block-group h3,
body.page-id-6224 .astage-subpage-content > .wp-block-group h2,
body.page-id-6224 .astage-subpage-content > .wp-block-group h4 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(1.22rem, 2.4vw, 1.6rem);
  font-weight: 880;
  line-height: 1.42;
}

body.page-id-6224 .astage-subpage-content > .wp-block-group p {
  margin: 0;
  color: #555d69;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.85;
}

body.page-id-6224 .astage-subpage-content > .wp-block-image {
  overflow: hidden;
  width: min(820px, 100%);
  margin: 28px auto 0;
  border-radius: 8px;
  background: #f8f6f4;
}

body.page-id-6224 .astage-subpage-content > .wp-block-image img {
  width: 100%;
  height: auto;
}

body.page-id-6224 .astage-subpage-content > h2:nth-of-type(2) + p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: #4f5662;
  text-align: center;
}

body.page-id-6224 .astage-subpage-content .wp-block-buttons {
  justify-content: center;
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

@media (max-width: 860px) {
body.page-id-6224 .wp-site-blocks > .astage-subpage {
    width: min(100% - 28px, 1120px);
    padding: 52px 0 100px !important;
  }

body.page-id-6224 .astage-subpage-content {
    margin-top: 42px;
  }

body.page-id-6224 .astage-subpage-content > .wp-block-group {
    padding: 72px 18px 22px;
  }

body.page-id-6224 .astage-subpage-content > .wp-block-group::before {
    top: 18px;
    left: 18px;
    width: 42px;
    height: 42px;
    font-size: 0.88rem;
  }

body.page-id-6224 .astage-subpage-content > .wp-block-group::after {
    display: none;
  }
}

body.page-id-6228 .wp-site-blocks > .astage-subpage {
  width: min(1120px, calc(100% - 44px));
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 72px 0 128px !important;
}

body.page-id-6228 .astage-subpage-content {
  width: min(1040px, 100%);
  margin-top: 56px;
}

body.page-id-6228 .astage-subpage-content > p:first-of-type {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 28px;
  color: #444b56;
  background: #fff8f2;
  border: 1px solid rgba(255, 92, 0, 0.18);
  border-radius: 8px;
  font-size: clamp(1rem, 1.55vw, 1.14rem);
  font-weight: 500;
  line-height: 1.95;
}

body.page-id-6228 .astage-subpage-content > h2 {
  max-width: 860px;
  margin: clamp(68px, 8vw, 96px) auto 0;
  color: var(--ink);
  font-size: clamp(1.85rem, 3.6vw, 3rem);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

body.page-id-6228 .astage-subpage-content > h2::before {
  display: block;
  margin-bottom: 14px;
  color: var(--orange-deep);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

body.page-id-6228 .astage-subpage-content > h2:nth-of-type(1)::before {
  content: "[ ELIGIBILITY ]";
}

body.page-id-6228 .astage-subpage-content > h2:nth-of-type(2)::before {
  content: "[ CHECK ]";
}

body.page-id-6228 .astage-subpage-content > h2:nth-of-type(3)::before {
  content: "[ FEE ]";
}

body.page-id-6228 .astage-subpage-content > h2:nth-of-type(4)::before {
  content: "[ FLOW ]";
}

body.page-id-6228 .astage-subpage-content > ul.wp-block-list:first-of-type {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(980px, 100%);
  margin: 34px auto 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

body.page-id-6228 .astage-subpage-content > ul.wp-block-list:first-of-type > li {
  margin: 0;
  padding: 28px 24px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #555d69;
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.85;
}

body.page-id-6228 .astage-subpage-content > ul.wp-block-list:first-of-type > li::before {
  display: block;
  margin-bottom: 14px;
  color: var(--orange-deep);
  font-size: 0.82rem;
  font-weight: 900;
}

body.page-id-6228 .astage-subpage-content > ul.wp-block-list:first-of-type > li:nth-child(1)::before {
  content: "01.";
}

body.page-id-6228 .astage-subpage-content > ul.wp-block-list:first-of-type > li:nth-child(2)::before {
  content: "02.";
}

body.page-id-6228 .astage-subpage-content > ul.wp-block-list:first-of-type > li:nth-child(3)::before {
  content: "03.";
}

body.page-id-6228 .astage-subpage-content > ul.wp-block-list:first-of-type + p {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  color: #4f5662;
}

body.page-id-6228 .astage-subpage-content > h3:first-of-type {
  max-width: 780px;
  margin: 30px auto 0;
  color: var(--ink);
  font-size: clamp(1.22rem, 2.4vw, 1.65rem);
  font-weight: 850;
  line-height: 1.45;
  text-align: center;
}

body.page-id-6228 .astage-subpage-content > ul.wp-block-list:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(880px, 100%);
  margin: 26px auto 0;
  padding: 0;
  list-style: none;
}

body.page-id-6228 .astage-subpage-content > ul.wp-block-list:nth-of-type(2) > li {
  position: relative;
  margin: 0;
  padding: 18px 20px 18px 48px;
  color: #4f5662;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.97rem;
  font-weight: 400;
  line-height: 1.75;
}

body.page-id-6228 .astage-subpage-content > ul.wp-block-list:nth-of-type(2) > li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 20px;
  width: 10px;
  height: 10px;
  background: var(--orange);
  border-radius: 999px;
  box-shadow: 0 0 0 5px #fff3e8;
}

body.page-id-6228 .astage-subpage-content .wp-block-table {
  overflow: hidden;
  width: min(940px, 100%);
  margin: 34px auto 0;
  border: 1px solid var(--line);
  border-radius: 8px;
}

body.page-id-6228 .astage-subpage-content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}

body.page-id-6228 .astage-subpage-content .wp-block-table th,
body.page-id-6228 .astage-subpage-content .wp-block-table td {
  padding: 17px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}

body.page-id-6228 .astage-subpage-content .wp-block-table th {
  color: var(--ink);
  background: #fff8f2;
  font-size: 0.9rem;
  font-weight: 850;
}

body.page-id-6228 .astage-subpage-content .wp-block-table tr:last-child th,
body.page-id-6228 .astage-subpage-content .wp-block-table tr:last-child td {
  border-bottom: 0;
}

body.page-id-6228 .astage-subpage-content .wp-block-table + p,
body.page-id-6228 .astage-subpage-content .wp-block-table + p + p,
body.page-id-6228 .astage-subpage-content .wp-block-table + p + p + p,
body.page-id-6228 .astage-subpage-content .wp-block-table + p + p + p + p {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

body.page-id-6228 .astage-subpage-content > h3:nth-of-type(n+2) {
  position: relative;
  max-width: 840px;
  margin: 24px auto 0;
  padding: 22px 26px 18px 70px;
  color: var(--ink);
  background: linear-gradient(90deg, #fff3e8 0%, #fff 78%);
  border: 1px solid rgba(255, 92, 0, 0.22);
  border-radius: 8px 8px 0 0;
  font-size: clamp(1.08rem, 2vw, 1.36rem);
  font-weight: 850;
  line-height: 1.45;
}

body.page-id-6228 .astage-subpage-content > h3:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 26px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: var(--orange);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1;
}

body.page-id-6228 .astage-subpage-content > h3:nth-of-type(2)::before {
  content: "1";
}

body.page-id-6228 .astage-subpage-content > h3:nth-of-type(3)::before {
  content: "2";
}

body.page-id-6228 .astage-subpage-content > h3:nth-of-type(4)::before {
  content: "3";
}

body.page-id-6228 .astage-subpage-content > h3:nth-of-type(5)::before {
  content: "4";
}

body.page-id-6228 .astage-subpage-content > h3:nth-of-type(6)::before {
  content: "5";
}

body.page-id-6228 .astage-subpage-content > h3:nth-of-type(n+2) + p {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 26px 24px 70px;
  color: #4f5662;
  background: #fff;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-radius: 0 0 8px 8px;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.85;
}

body.page-id-6228 .astage-subpage-content > h3:nth-of-type(6) + p + p {
  max-width: 820px;
  margin: 34px auto 0;
  padding: 22px 26px;
  color: var(--ink);
  background: #fff8f2;
  border: 1px solid rgba(255, 92, 0, 0.18);
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
}

body.page-id-6228 .astage-subpage-content .wp-block-buttons {
  justify-content: center;
  margin-top: 56px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

@media (max-width: 860px) {
body.page-id-6228 .wp-site-blocks > .astage-subpage {
    width: min(100% - 28px, 1120px);
    padding: 52px 0 100px !important;
  }

body.page-id-6228 .astage-subpage-content {
    margin-top: 42px;
  }

body.page-id-6228 .astage-subpage-content > ul.wp-block-list:first-of-type,
  body.page-id-6228 .astage-subpage-content > ul.wp-block-list:nth-of-type(2) {
    grid-template-columns: 1fr;
  }

body.page-id-6228 .astage-subpage-content .wp-block-table th,
  body.page-id-6228 .astage-subpage-content .wp-block-table td {
    display: block;
    width: 100%;
    padding: 14px 16px;
  }

body.page-id-6228 .astage-subpage-content .wp-block-table td {
    padding-top: 0;
  }

body.page-id-6228 .astage-subpage-content > h3:nth-of-type(n+2) {
    padding: 20px 18px 16px 58px;
  }

body.page-id-6228 .astage-subpage-content > h3:nth-of-type(n+2)::before {
    top: 20px;
    left: 18px;
  }

body.page-id-6228 .astage-subpage-content > h3:nth-of-type(n+2) + p {
    padding: 0 18px 22px 58px;
  }
}

body.page-id-6222 .wp-site-blocks > .astage-subpage {
  width: min(1120px, calc(100% - 44px));
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 72px 0 128px !important;
}

body.page-id-6222 .astage-subpage-content {
  width: min(1040px, 100%);
  margin-top: 56px;
}

body.page-id-6222 .astage-subpage-content > p:first-of-type,
body.page-id-6222 .astage-subpage-content > p:first-of-type + p {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  color: #444b56;
  font-size: clamp(1rem, 1.55vw, 1.14rem);
  line-height: 1.95;
}

body.page-id-6222 .astage-subpage-content > figure.wp-block-image:first-of-type {
  overflow: hidden;
  width: min(900px, 100%);
  margin: 36px auto 0;
  border-radius: 8px;
  background: #f8f6f4;
}

body.page-id-6222 .astage-subpage-content > figure.wp-block-image:first-of-type img {
  width: 100%;
  height: auto;
}

body.page-id-6222 .astage-subpage-content > h2 {
  max-width: 860px;
  margin: clamp(68px, 8vw, 96px) auto 0;
  color: var(--ink);
  font-size: clamp(1.85rem, 3.6vw, 3rem);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

body.page-id-6222 .astage-subpage-content > h2::before {
  display: block;
  margin-bottom: 14px;
  color: var(--orange-deep);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

body.page-id-6222 .astage-subpage-content > h2:nth-of-type(1)::before {
  content: "[ WEEKLY PROGRAM ]";
}

body.page-id-6222 .astage-subpage-content > h2:nth-of-type(2)::before {
  content: "[ LEARNING STYLE ]";
}

body.page-id-6222 .astage-subpage-content > h2:nth-of-type(3)::before {
  content: "[ AREAS ]";
}

body.page-id-6222 .astage-subpage-content > h2:nth-of-type(4)::before {
  content: "[ BLOG ]";
}

body.page-id-6222 .astage-program-weekly {
  overflow: hidden;
  width: min(960px, 100%);
  margin: 34px auto 32px;
  border: 1px solid rgba(255, 92, 0, 0.18);
  border-radius: 8px;
  background: #fff8f2;
}

body.page-id-6222 .astage-program-weekly img {
  display: block;
  width: 100%;
  height: auto;
}

body.page-id-6222 .astage-program-weekly + p,
body.page-id-6222 .astage-program-weekly + p + p,
body.page-id-6222 .astage-subpage-content > h2 + p,
body.page-id-6222 .astage-subpage-content > h2 + p + p,
body.page-id-6222 .astage-subpage-content > h2 + p + p + p {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

body.page-id-6222 .astage-subpage-content > .wp-block-columns {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(980px, 100%);
  margin: 18px auto 0;
}

body.page-id-6222 .astage-subpage-content > h2:nth-of-type(3) + .wp-block-columns {
  margin-top: 34px;
}

body.page-id-6222 .astage-subpage-content > .wp-block-columns > .wp-block-column {
  min-width: 0;
  width: auto !important;
  flex-basis: auto !important;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

body.page-id-6222 .astage-subpage-content > .wp-block-columns h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1.22rem;
  font-weight: 850;
  line-height: 1.42;
}

body.page-id-6222 .astage-subpage-content > .wp-block-columns p {
  margin: 0;
  color: #555d69;
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.8;
}

body.page-id-6222 .astage-subpage-content > figure.wp-block-image:not(:first-of-type) {
  overflow: hidden;
  width: min(960px, 100%);
  margin: 46px auto 0;
  border-radius: 8px;
  background: #f8f6f4;
}

body.page-id-6222 .astage-subpage-content > figure.wp-block-image:not(:first-of-type) img {
  width: 100%;
  height: auto;
}

body.page-id-6222 .astage-subpage-content .wp-block-buttons {
  justify-content: center;
  margin-top: 56px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

@media (max-width: 860px) {
body.page-id-6222 .wp-site-blocks > .astage-subpage {
    width: min(100% - 28px, 1120px);
    padding: 52px 0 100px !important;
  }

body.page-id-6222 .astage-subpage-content {
    margin-top: 42px;
  }

body.page-id-6222 .astage-subpage-content > h2 {
    margin-top: 58px;
  }

body.page-id-6222 .astage-program-weekly {
    margin-top: 24px;
  }

body.page-id-6222 .astage-subpage-content > .wp-block-columns {
    grid-template-columns: 1fr;
  }
}

body.page-id-6233 .wp-site-blocks > .astage-subpage {
  width: min(1120px, calc(100% - 44px));
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 72px 0 128px !important;
}

body.page-id-6233 .astage-subpage-content {
  width: min(1040px, 100%);
  margin-top: 56px;
}

body.page-id-6233 .astage-subpage-content > h2 {
  max-width: 860px;
  margin: clamp(68px, 8vw, 96px) auto 0;
  color: var(--ink);
  font-size: clamp(1.85rem, 3.6vw, 3rem);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

body.page-id-6233 .astage-subpage-content > h2:first-child {
  margin-top: 0;
}

body.page-id-6233 .astage-subpage-content > h2::before {
  display: block;
  margin-bottom: 14px;
  color: var(--orange-deep);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

body.page-id-6233 .astage-subpage-content > h2:nth-of-type(1)::before {
  content: "[ STORY ]";
}

body.page-id-6233 .astage-subpage-content > h2:nth-of-type(2)::before {
  content: "[ MESSAGE ]";
}

body.page-id-6233 .astage-subpage-content > h2:nth-of-type(3)::before {
  content: "[ STAFF ]";
}

body.page-id-6233 .astage-subpage-content > h2:nth-of-type(4)::before {
  content: "[ COMPANY ]";
}

body.page-id-6233 .astage-subpage-content > h2:nth-of-type(5)::before {
  content: "[ ACCESS ]";
}

body.page-id-6233 .astage-subpage-content > h2 + p,
body.page-id-6233 .astage-subpage-content > h2 + p + p,
body.page-id-6233 .astage-subpage-content > h2 + p + p + p {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

body.page-id-6233 .astage-subpage-content > ul.wp-block-list:first-of-type {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(980px, 100%);
  margin: 36px auto 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

body.page-id-6233 .astage-subpage-content > ul.wp-block-list:first-of-type > li {
  margin: 0;
  padding: 28px 24px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #555d69;
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.85;
}

body.page-id-6233 .astage-subpage-content > ul.wp-block-list:first-of-type > li::before {
  display: block;
  margin-bottom: 14px;
  color: var(--orange-deep);
  font-size: 0.82rem;
  font-weight: 900;
}

body.page-id-6233 .astage-subpage-content > ul.wp-block-list:first-of-type > li:nth-child(1)::before {
  content: "01.";
}

body.page-id-6233 .astage-subpage-content > ul.wp-block-list:first-of-type > li:nth-child(2)::before {
  content: "02.";
}

body.page-id-6233 .astage-subpage-content > ul.wp-block-list:first-of-type > li:nth-child(3)::before {
  content: "03.";
}

body.page-id-6233 .astage-subpage-content > figure.wp-block-image {
  overflow: hidden;
  width: min(760px, 100%);
  margin: 34px auto 0;
  border-radius: 8px;
  background: #f8f6f4;
}

body.page-id-6233 .astage-subpage-content > figure.wp-block-image img {
  width: 100%;
  height: auto;
}

body.page-id-6233 .astage-subpage-content > figure.wp-block-image + h3 {
  max-width: 760px;
  margin: 30px auto 0;
  padding-left: 18px;
  border-left: 4px solid var(--orange);
  color: var(--ink);
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 880;
  line-height: 1.45;
}

body.page-id-6233 .astage-subpage-content > figure.wp-block-image + h3 ~ p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

body.page-id-6233 .astage-subpage-content > p:nth-of-type(14) {
  color: var(--ink);
  font-weight: 700;
}

body.page-id-6233 .astage-subpage-content > .wp-block-columns {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch !important;
  gap: 24px;
  width: min(980px, 100%);
  margin: 28px auto 0;
}

body.page-id-6233 .astage-subpage-content > .wp-block-columns > .wp-block-column {
  min-width: 0;
  width: auto !important;
  flex-basis: auto !important;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

body.page-id-6233 .astage-subpage-content > .wp-block-columns figure {
  overflow: hidden;
  margin: 0 0 18px;
  border-radius: 8px;
  background: #f8f6f4;
}

body.page-id-6233 .astage-subpage-content > .wp-block-columns img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body.page-id-6233 .astage-subpage-content > .wp-block-columns:first-of-type > .wp-block-column:first-child img {
  object-position: center 18%;
}

body.page-id-6233 .astage-subpage-content > .wp-block-columns h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 850;
  line-height: 1.45;
}

body.page-id-6233 .astage-subpage-content > .wp-block-columns p {
  color: #555d69;
  font-size: 0.94rem;
  line-height: 1.8;
}

body.page-id-6233 .astage-subpage-content > .wp-block-columns p:first-of-type {
  color: var(--orange-deep);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.65;
}

body.page-id-6233 .astage-subpage-content .wp-block-table {
  overflow: hidden;
  width: min(880px, 100%);
  margin: 34px auto 0;
  border: 1px solid var(--line);
  border-radius: 8px;
}

body.page-id-6233 .astage-subpage-content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}

body.page-id-6233 .astage-subpage-content .wp-block-table th,
body.page-id-6233 .astage-subpage-content .wp-block-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  line-height: 1.75;
}

body.page-id-6233 .astage-subpage-content .wp-block-table th {
  width: 180px;
  color: var(--ink);
  background: #fff8f2;
  font-size: 0.9rem;
  font-weight: 850;
}

body.page-id-6233 .astage-subpage-content .wp-block-table tr:last-child th,
body.page-id-6233 .astage-subpage-content .wp-block-table tr:last-child td {
  border-bottom: 0;
}

body.page-id-6233 .astage-subpage-content > ul.wp-block-list:last-of-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(760px, 100%);
  margin: 26px auto 24px;
  padding: 0;
  list-style: none;
}

body.page-id-6233 .astage-subpage-content > ul.wp-block-list:last-of-type > li {
  margin: 0;
  padding: 10px 14px;
  color: var(--orange-deep);
  background: #fff8f2;
  border: 1px solid rgba(255, 92, 0, 0.2);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.4;
}

body.page-id-6233 .astage-subpage-content > ul.wp-block-list:last-of-type ~ p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body.page-id-6233 .astage-subpage-content > ul.wp-block-list:last-of-type + p {
  margin-top: 0;
}

body.page-id-6233 .astage-company-map {
  overflow: hidden;
  width: min(820px, 100%);
  margin: 30px auto 34px;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8f6f4;
}

body.page-id-6233 .astage-company-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

body.page-id-6233 .astage-subpage-content .wp-block-buttons {
  justify-content: center;
  margin-top: 56px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

@media (max-width: 860px) {
body.page-id-6233 .wp-site-blocks > .astage-subpage {
    width: min(100% - 28px, 1120px);
    padding: 52px 0 100px !important;
  }

body.page-id-6233 .astage-subpage-content {
    margin-top: 42px;
  }

body.page-id-6233 .astage-subpage-content > ul.wp-block-list:first-of-type {
    grid-template-columns: 1fr;
  }

body.page-id-6233 .astage-subpage-content > figure.wp-block-image + h3 {
    padding-left: 14px;
  }

body.page-id-6233 .astage-subpage-content > .wp-block-columns {
    display: grid !important;
    grid-template-columns: 1fr;
  }

body.page-id-6233 .astage-subpage-content .wp-block-table {
    border-radius: 8px;
  }

body.page-id-6233 .astage-subpage-content .wp-block-table th,
  body.page-id-6233 .astage-subpage-content .wp-block-table td {
    display: block;
    width: 100%;
    padding: 14px 16px;
  }

body.page-id-6233 .astage-subpage-content .wp-block-table td {
    padding-top: 0;
  }
}

body.page-id-6231 .wp-site-blocks > .astage-subpage {
  width: min(1040px, calc(100% - 44px));
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 72px 0 128px !important;
}

body.page-id-6231 .astage-subpage-content {
  counter-reset: faqQuestion;
  width: min(880px, 100%);
  margin-top: 54px;
}

body.page-id-6231 .astage-subpage-content > p:first-of-type {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding: 22px 26px;
  color: #444b56;
  background: #fff8f2;
  border: 1px solid rgba(255, 92, 0, 0.18);
  border-radius: 8px;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  font-weight: 500;
  line-height: 1.9;
}

body.page-id-6231 .astage-subpage-content > h3 {
  counter-increment: faqQuestion;
  position: relative;
  margin: 30px 0 0;
  padding: 24px 72px 22px 78px;
  color: var(--ink);
  background: linear-gradient(90deg, #fff3e8 0%, #fff 78%);
  border: 1px solid rgba(255, 92, 0, 0.22);
  border-radius: 8px 8px 0 0;
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  font-weight: 850;
  line-height: 1.45;
}

body.page-id-6231 .astage-subpage-content > h3::before {
  content: "Q";
  position: absolute;
  top: 22px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #fff;
  background: var(--orange);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
}

body.page-id-6231 .astage-subpage-content > h3::after {
  content: counter(faqQuestion, decimal-leading-zero);
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(255, 92, 0, 0.22);
  font-size: 1.1rem;
  font-weight: 950;
  line-height: 1;
}

body.page-id-6231 .astage-subpage-content > h3 + p,
body.page-id-6231 .astage-subpage-content > h3 + p + p {
  position: relative;
  margin-top: 0;
  padding-right: 28px;
  padding-left: 78px;
  color: #4f5662;
  background: #fff;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.95;
}

body.page-id-6231 .astage-subpage-content > h3 + p {
  padding-top: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  border-radius: 0 0 8px 8px;
}

body.page-id-6231 .astage-subpage-content > h3 + p:has(+ p) {
  padding-bottom: 8px;
  border-bottom: 0;
  border-radius: 0;
}

body.page-id-6231 .astage-subpage-content > h3 + p::before {
  content: "A";
  position: absolute;
  top: 22px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--orange-deep);
  background: #fff7f0;
  border: 1px solid rgba(255, 92, 0, 0.24);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
}

body.page-id-6231 .astage-subpage-content > h3 + p + p {
  padding-top: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  border-radius: 0 0 8px 8px;
}

body.page-id-6231 .astage-subpage-content .wp-block-buttons {
  justify-content: center;
  margin-top: 54px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

@media (max-width: 860px) {
body.page-id-6231 .wp-site-blocks > .astage-subpage {
    width: min(100% - 28px, 1040px);
    padding: 52px 0 100px !important;
  }

body.page-id-6231 .astage-subpage-content {
    margin-top: 40px;
  }

body.page-id-6231 .astage-subpage-content > p:first-of-type {
    padding: 18px;
  }

body.page-id-6231 .astage-subpage-content > h3 {
    margin-top: 24px;
    padding: 20px 18px 18px 62px;
  }

body.page-id-6231 .astage-subpage-content > h3::before,
  body.page-id-6231 .astage-subpage-content > h3 + p::before {
    top: 18px;
    left: 18px;
    width: 30px;
    height: 30px;
    font-size: 0.88rem;
  }

body.page-id-6231 .astage-subpage-content > h3::after {
    display: none;
  }

body.page-id-6231 .astage-subpage-content > h3 + p,
  body.page-id-6231 .astage-subpage-content > h3 + p + p {
    padding-right: 18px;
    padding-left: 62px;
    font-size: 0.96rem;
    line-height: 1.85;
  }
}

/* Mobile readability polish */
@media (max-width: 860px) {
  .astage-subpage-content {
    font-size: 1.02rem;
  }

  .astage-subpage-content p,
  .astage-subpage-content li,
  .astage-subpage-content td,
  .astage-subpage-content th,
  .astage-blog-list-body p,
  .astage-archive-card .wp-block-post-excerpt {
    font-size: 1rem !important;
    line-height: 1.76 !important;
  }

  .astage-subpage-content > p:first-of-type {
    font-size: 1.04rem !important;
  }

  .astage-subpage-content .wp-block-button__link,
  .astage-subpage-content .wpcf7-submit {
    font-size: 1rem !important;
  }

  .astage-form-label,
  .astage-subpage-content .wpcf7-list-item label {
    font-size: 0.98rem !important;
  }

  .astage-form-help,
  .astage-subpage-content .wpcf7-not-valid-tip {
    font-size: 0.92rem !important;
  }

  .astage-subpage-content .required {
    font-size: 0.74rem !important;
  }

  .astage-subpage-content .wpcf7 input[type="text"],
  .astage-subpage-content .wpcf7 input[type="email"],
  .astage-subpage-content .wpcf7 input[type="tel"],
  .astage-subpage-content .wpcf7 select,
  .astage-subpage-content .wpcf7 textarea {
    font-size: 1rem !important;
  }

  .astage-blog-list-meta,
  .astage-archive-card .astage-post-date,
  .astage-archive-card .wp-block-post-date {
    font-size: 0.82rem !important;
  }

  .astage-blog-readmore,
  .astage-archive-card .wp-block-post-excerpt__more-link {
    font-size: 0.92rem !important;
  }
}

/* iPhone compact tuning */
@media (max-width: 860px) {
  .astage-subpage,
  .astage-subpage * {
    letter-spacing: 0;
    word-spacing: 0;
  }

  .wp-site-blocks > .astage-subpage {
    padding-top: 44px !important;
    padding-bottom: 78px !important;
  }

  .astage-subpage-content {
    margin-top: 34px;
  }

  .astage-subpage-content p,
  .astage-subpage-content li {
    margin-top: 0.82em;
    margin-bottom: 0.82em;
  }

  .astage-subpage-content h2,
  .astage-subpage-content h3 {
    margin-bottom: 18px;
  }

  .astage-blog-list-body p,
  .astage-archive-card .wp-block-post-excerpt {
    margin-top: 10px !important;
  }

  .astage-blog-list-item,
  .astage-archive-card {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
}

body.page-id-6233 .astage-subpage-content .wp-block-table tr:last-child th,
body.page-id-6233 .astage-subpage-content .wp-block-table tr:last-child td:first-child {
  background: #fff3e8;
}

/* Blog archive featured images: force square */
.astage-archive-card .wp-block-post-featured-image {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
}

.astage-archive-card .wp-block-post-featured-image a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.astage-archive-card .wp-block-post-featured-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

body.post-type-archive-voice-blog .astage-subpage-hero h1 {
  font-size: 0 !important;
}

body.post-type-archive-voice-blog .astage-subpage-hero h1::after {
  content: "利用者の声ブログ一覧";
  display: block;
  color: var(--ink);
  font-size: clamp(2.8rem, 6vw, 4.9rem);
  line-height: 1.08;
}