*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  margin: 0;
  color: #222;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

.site-main {
  overflow: hidden;
  padding-top: 80px;
}

.layout-container {
  width: min(1280px, 100% - 40px);
  margin-inline: auto;
}

.pc-only {
  display: inline;
}

.sp_only {
  display: none;
}

.site-header {
  position: fixed;
  top: var(--wp-admin-bar-offset, 0);
  left: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  background: #fff;
}
.site-header__inner {
  width: min(1280px, 100% - 40px);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.admin-bar {
  --wp-admin-bar-offset: 32px;
}

.site-brand {
  display: flex;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  white-space: nowrap;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  white-space: nowrap;
}

.global-nav__item,
.global-nav__categories {
  display: contents;
}

.global-nav__divider,
.global-nav__category-list,
.global-nav__arrow {
  display: none;
}

.global-nav a {
  position: relative;
}

.global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 1px;
  background: #222;
  transition: right 0.25s;
}

.global-nav a:hover::after {
  right: 0;
}

.menu-toggle {
  display: none;
}

.site-footer {
  height: 157px;
  background: #222;
  color: #fff;
}

.site-footer__inner {
  width: min(1280px, 100% - 40px);
  height: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-footer__brand {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}

.site-footer small,
.site-footer a {
  font-size: 11px;
}

.section-heading__en,
.page-hero__en {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.section-heading__en {
  font-size: 64px;
  line-height: 1.2;
}

.section-heading__ja {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 700;
}

.arrow-button {
  min-width: 300px;
  height: 72px;
  padding: 0 12px 0 32px;
  border-radius: 8px;
  background: #222;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  transition: opacity 0.2s, transform 0.2s;
}
.arrow-button:hover {
  opacity: 0.82;
  transform: translateY(-2px);
}
.arrow-button__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  color: #222;
  display: grid;
  place-items: center;
  font-size: 14px;
  line-height: 1;
}
.arrow-button--text {
  min-width: 0;
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  color: #222;
  gap: 12px;
  border-radius: 0;
}
.arrow-button--text .arrow-button__icon {
  background: #222;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 11px;
}

/* Home hero */
.home-hero {
  padding: 58px 0 24px;
}

.featured-slider {
  position: relative;
  isolation: isolate;
}

.featured-slider__frame {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 840px;
  height: 590px;
  transform: translateX(-50%);
  border: 2px solid #222;
  border-radius: 12px;
  pointer-events: none;
}

.featured-slider__track {
  position: relative;
  z-index: 1;
}

.featured-slider__label {
  position: absolute;
  top: -20px;
  right: 25px;
  padding: 0 12px;
  background: #fff;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.featured-slider__track:not(.slick-initialized) {
  display: flex;
  justify-content: center;
}

.featured-slider__track:not(.slick-initialized) .featured-slide:not(:first-child) {
  display: none;
}

.featured-slider__track .slick-list {
  overflow: visible;
}

.featured-slider__track .slick-track {
  display: flex;
  align-items: flex-start;
}

.featured-slider__track .featured-slide {
  position: relative;
  width: 840px !important;
  height: 590px;
  margin: 0 75px;
  padding: 20px;
  border: 0;
  border-radius: 12px;
  flex: 0 0 auto;
}

.featured-slide__link {
  display: block;
  height: 100%;
}

.featured-slide__link > img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  border-radius: 10px;
}

.featured-slide__caption {
  position: absolute;
  z-index: 5;
  left: 40px;
  bottom: 40px;
  width: 320px;
  height: 133px;
  font-family: "Yu Gothic", YuGothic, sans-serif;
}

.featured-slide__caption::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 45px;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 12px 12px 12px;
  background: #f7f6f4;
}

.featured-slide__caption-category {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 45px;
  padding: 10px 10px 0;
  border-radius: 12px 12px 0 0;
  background: #f7f6f4;
  display: flex;
  align-items: flex-start;
}

.featured-slide__caption-category::after {
  content: "";
  position: absolute;
  right: -11.667px;
  bottom: 0;
  width: 11.667px;
  height: 11.667px;
  background: #f7f6f4;
  -webkit-mask: url("../images/top/text-feature.webp") center/100% 100% no-repeat;
  mask: url("../images/top/text-feature.webp") center/100% 100% no-repeat;
}

.featured-slide__caption-category span {
  position: static;
  margin: 0;
  padding: 2px 12px;
  white-space: nowrap;
}

.featured-slide__caption span,
.article-card__category {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

.featured-slide__caption span {
  z-index: 1;
  font-size: 14px;
}

.featured-slide__caption h1 {
  position: absolute;
  z-index: 1;
  top: 51px;
  right: 10px;
  left: 10px;
  height: 72px;
  margin: 0;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  padding-top: 3px;
}

.featured-slider__arrow {
  position: absolute;
  z-index: 5;
  top: 267px;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #222;
  display: grid;
  place-items: center;
  cursor: pointer;
  transform-origin: center;
  transition: transform 0.2s ease;
}

.featured-slider__arrow:hover {
  transform: scale(1.08);
}

.featured-slider__arrow:active {
  transform: scale(1.02);
}

.featured-slider__arrow:focus-visible {
  outline: 2px solid #645b53;
  outline-offset: 4px;
}

.featured-slider__arrow img {
  width: 26px;
  height: 18px;
}

.featured-slider__arrow--prev {
  left: calc(50% - 508px);
}

.featured-slider__arrow--prev img {
  transform: rotate(180deg);
}

.featured-slider__arrow--next {
  left: calc(50% + 452px);
}

.featured-slider__dots {
  display: flex;
  justify-content: center;
}

.featured-slider__dots ul {
  display: flex;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.featured-slider__dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d8d0c6;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}

.featured-slider__dots .slick-active button {
  background: #222;
}

.home-categories {
  padding: 72px 0 80px;
}

.home-categories__inner {
  width: min(1140px, 100% - 40px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 260px 0 1fr;
  gap: 116px;
  align-items: center;
}

.home-categories .section-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.home-categories .section-heading__en {
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.03em;
}

.home-categories .section-heading__ja {
  margin: 0;
  padding-left: 10px;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

.home-categories__divider {
  width: 1px;
  height: 120px;
  background: #222;
}

.category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  max-width: 650px;
}

.category-links a {
  width: 200px;
  height: 48px;
  border-radius: 999px;
  background: #222;
  color: #fff;
  display: grid;
  place-items: center;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: opacity 0.2s;
}

.category-links a:hover {
  opacity: 0.75;
}

.latest-section,
.archive-section,
.related-section {
  position: relative;
  background: #f7f6f4;
}

.latest-section {
  padding: 80px 0;
  text-align: center;
  border-radius: 30px 30px 0 0;
}

.archive-section::before,
.single-content-area::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 42.308px;
  background: url("../images/common/section-notch.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.latest-section__notch {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 60px;
  height: 42.308px;
  transform: translateX(-50%);
  pointer-events: none;
}

.latest-section .section-heading {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.latest-section .section-heading__en {
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.latest-section .section-heading__ja {
  margin: 0;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

.latest-section > .arrow-button {
  margin-top: 56px;
}

.article-grid {
  display: grid;
}

.article-grid--latest,
.article-grid--archive {
  width: min(1280px, 100% - 40px);
  margin-inline: auto;
  grid-template-columns: repeat(3, minmax(0, 400px));
  gap: 40px;
  justify-content: center;
  text-align: left;
}

.article-card {
  min-width: 0;
  height: 432px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  overflow: hidden;
}

.article-card__link {
  position: relative;
  display: block;
  height: 100%;
  padding: 15px;
}

.article-card__image {
  height: 234px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 7px;
}

.article-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s;
}

.article-card__link:hover .article-card__image img {
  transform: scale(1.035);
}

.article-card__category {
  max-width: calc(100% - 20px);
  margin-inline: 10px;
  padding: 2px 12px;
  overflow: hidden;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-card__title {
  height: 64px;
  margin: 8px 10px 0;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-card__meta {
  position: absolute;
  right: 25px;
  bottom: 15px;
  left: 25px;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #645b53;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.article-card__meta time {
  flex: 0 0 auto;
  white-space: nowrap;
  position: relative;
  top: 2px;
}

.article-card__author {
  min-width: 0;
  color: #222;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  white-space: nowrap;
}

.article-card__author-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-card__author-name {
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-card__more {
  position: relative;
  margin-left: auto;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.article-card__more-circle {
  position: absolute;
  inset: -3.125%;
  width: 106.25%;
  height: 106.25%;
  max-width: none;
}

.article-card__more-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 51.214%;
  height: 35.369%;
  max-width: none;
  transform: translate(-50%, -50%);
}

.our-story {
  padding: 80px 0 120px;
}

.our-story__inner {
  width: min(1280px, 100% - 40px);
  margin-inline: auto;
}

.our-story .section-heading {
  margin-left: 148px;
  margin-bottom: 52px;
}

.our-story__content {
  display: grid;
  grid-template-columns: 741px 1fr;
  gap: 64px;
  align-items: center;
}

.our-story__image {
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
}

.our-story__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-story__copy {
  max-width: 406px;
}

.our-story__copy p {
  margin: 0 0 16px;
  font-size: 16px;
}

.our-story__copy .arrow-button {
  float: right;
  margin-top: 16px;
}

.contact-cta {
  min-height: 375px;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-cta .section-heading {
  margin-bottom: 24px;
}

.contact-cta p {
  margin: 0 0 32px;
  font-size: 14px;
}

/* Page hero and archive */
.page-hero {
  min-height: 350px;
  padding: 92px 20px 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-hero__en {
  font-size: 16px;
  margin-bottom: 12px;
}

.page-hero h1 {
  margin: 0;
  font-size: 56px;
  line-height: 1.4;
}

.page-hero__lead {
  margin: 28px 0 0;
  font-size: 14px;
  font-weight: 700;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  margin: 18px 0 32px;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.archive-section {
  padding: 80px 0 82px;
}

.archive-section .article-grid {
  grid-template-rows: auto;
}

.archive-empty {
  margin: 0;
  text-align: center;
}

.pagination {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-family: "Jost", sans-serif;
}

.pagination__arrow {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  transform: translateY(1px);
  border-radius: 50%;
  background: #222;
  color: #fff;
  display: grid;
  place-items: center;
}

.pagination__arrow.is-disabled {
  background: #d8d0c6;
  cursor: default;
}

.pagination i {
  font-style: normal;
  color: #d8d0c6;
}

/* About */
.about-main {
  padding: 56px 20px 160px;
}

.about-main__visual {
  width: 800px;
  height: 432px;
  margin: 0 auto 110px;
  border-radius: 10px;
  overflow: hidden;
}

.about-main__visual img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-profile {
  width: min(1140px, 100%);
  margin-inline: auto;
}

.about-policy {
  width: min(1280px, 100%);
  margin-inline: auto;
}

.about-profile .section-heading,
.about-policy .section-heading {
  margin-bottom: 64px;
}

.about-profile__content {
  display: grid;
  grid-template-columns: 326px 504px;
  gap: 80px;
  justify-content: center;
  align-items: start;
}

.about-profile__avatar {
  width: 326px;
  height: 326px;
  border-radius: 10px;
  overflow: hidden;
}

.about-profile__avatar img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-profile__copy h3 {
  margin: -8px 0 24px;
  font-size: 32px;
}

.about-profile__copy p {
  margin: 0 0 10px;
  font-size: 16px;
}

.about-policy {
  margin-top: 120px;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.policy-grid article {
  position: relative;
  height: 258px;
  padding: 81px 30px 30px;
  text-align: center;
}

.policy-grid article::before {
  content: "";
  position: absolute;
  inset: 49px 0 0;
  border: 1px solid #d8d0c6;
  border-radius: 10px;
}

.policy-grid span {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 10px;
  padding: 0 9px;
  background: #fff;
  color: #645b53;
  font: italic 64px/1.4 "Jost", sans-serif;
}

.policy-grid h3 {
  position: relative;
  z-index: 1;
  height: 43px;
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.8;
}

.policy-grid p {
  position: relative;
  z-index: 1;
  height: 96px;
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  line-break: strict;
  word-break: normal;
}

.about-policy__copy {
  width: min(720px, 100%);
  margin: 64px auto 0;
  text-align: center;
  font-size: 16px;
  line-break: strict;
  word-break: normal;
}

.about-policy__copy p {
  margin: 0 0 24px;
}

.about-policy__copy p:last-child {
  margin-bottom: 0;
}

.about-sp-break {
  display: none;
}

/* Contact */
.contact-page {
  width: min(910px, 100% - 40px);
  margin: 36px auto 150px;
}

.form-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin: 0 0 72px;
  padding: 0;
  list-style: none;
}

.form-steps__item {
  flex: 0 0 auto;
  display: flex;
  gap: 16px;
  align-items: center;
  color: #bdb8b2;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  white-space: nowrap;
}

.form-steps__line {
  width: 180px;
  height: 1px;
  flex: 0 0 180px;
  background: #222;
}

.form-steps__item span {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #bdb8b2;
  color: #fff;
  display: grid;
  place-items: center;
}

.form-steps__item.is-active {
  color: #222;
}

.form-steps__item.is-active span {
  background: #222;
}

.contact-page__lead {
  margin: 0 0 64px;
  font-size: 14px;
}

.required-label {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 4px;
  background: #645b53;
  color: #fff;
  font-size: 14px;
  line-height: 1.55;
  vertical-align: 1px;
}

.contact-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.form-row {
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  grid-template-columns: 207px 1fr;
  gap: 28px;
  align-items: start;
}

.form-row > label,
.form-row > legend,
.form-row > .form-label {
  padding-top: 12px;
  font-size: 18px;
  font-weight: 700;
}

.form-row--radio {
  grid-template-columns: 207px 525px;
}

.form-row--radio > .form-label {
  height: 32px;
  padding-top: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}

.contact-form .wpcf7-form input[type=text],
.contact-form .wpcf7-form input[type=email],
.contact-form .wpcf7-form textarea {
  width: 100%;
  border: 1px solid #222;
  border-radius: 10px;
  padding: 15px 20px;
  background: #fff;
  outline: none;
  font-size: 16px;
  font-weight: 500;
}

.contact-form .wpcf7-form input[type=text],
.contact-form .wpcf7-form input[type=email] {
  max-width: 326px;
  height: 60px;
}

.contact-form .wpcf7-form textarea {
  height: 250px;
  resize: vertical;
}

.contact-form .wpcf7-form input[type=text]::-moz-placeholder, .contact-form .wpcf7-form input[type=email]::-moz-placeholder, .contact-form .wpcf7-form textarea::-moz-placeholder {
  color: #ccc;
  font-weight: 700;
  opacity: 1;
}

.contact-form .wpcf7-form input[type=text]::placeholder,
.contact-form .wpcf7-form input[type=email]::placeholder,
.contact-form .wpcf7-form textarea::placeholder {
  color: #ccc;
  font-weight: 700;
  opacity: 1;
}

.contact-form .wpcf7-form input:focus,
.contact-form .wpcf7-form textarea:focus {
  box-shadow: 0 0 0 2px rgba(100, 91, 83, 0.18);
}

.form-field,
.form-field .wpcf7-form-control-wrap,
.radio-group .wpcf7-form-control-wrap {
  display: block;
}

.contact-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 4px;
  color: #e2706b;
  font-size: 13px;
}

.radio-group {
  padding-top: 12px;
}

.form-row--radio .radio-group {
  padding-top: 0;
}

.radio-group .wpcf7-radio {
  width: 525px;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}

.radio-group .wpcf7-list-item:nth-child(4) {
  grid-column: 1;
}

.radio-group .wpcf7-list-item,
.privacy-check .wpcf7-list-item {
  margin: 0;
}

.radio-group .wpcf7-list-item label,
.privacy-check .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 12px;
}

.radio-group .wpcf7-list-item label {
  cursor: pointer;
}

.radio-group input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: url("../images/icon/radio-unchecked.svg") center/100% 100% no-repeat;
  cursor: pointer;
}

.radio-group input[type=radio]:checked {
  background-image: url("../images/icon/radio-checked.svg");
}

.radio-group input[type=radio]:focus {
  box-shadow: none;
}

.radio-group input[type=radio]:focus-visible {
  outline: 2px solid rgba(100, 91, 83, 0.35);
  outline-offset: 3px;
}

.radio-group .wpcf7-list-item-label {
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.privacy-check {
  margin-top: 16px;
  text-align: center;
}

.privacy-check .wpcf7-list-item label {
  justify-content: center;
}

.privacy-check input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #222;
}

.privacy-check a {
  text-decoration: underline;
}

.form-submit {
  position: relative;
  width: 300px;
  height: 72px;
  margin-inline: auto;
  text-align: center;
}

.form-submit::before,
.form-submit::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.form-submit::before {
  top: 24px;
  right: 16px;
  width: 25px;
  height: 25px;
  border: 1px solid #222;
  border-radius: 50%;
  background: #fff;
}

.form-submit::after {
  top: 32.86px;
  right: 23px;
  width: 11px;
  height: 7.27px;
  background: #222;
  mask: url("../images/icon/slider-arrow.svg") center/100% 100% no-repeat;
  -webkit-mask: url("../images/icon/slider-arrow.svg") center/100% 100% no-repeat;
}

.form-submit:has(.contact-submit:disabled)::before {
  border-color: #ccc;
}

.form-submit:has(.contact-submit:disabled)::after {
  background: #ccc;
}

.contact-submit,
.contact-form input[type=button].outline-button {
  width: 300px;
  height: 72px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}

.contact-submit {
  padding: 0 32px;
  border: 1px solid #222;
  background: #222;
  color: #fff;
}

.contact-submit:disabled {
  border-color: #ccc;
  background: #ccc;
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
}

.contact-form input[type=button].outline-button {
  padding: 0 24px;
  border: 1px solid #645b53;
  background: #fff;
  color: #222;
}

.contact-submit:not(:disabled):hover,
.outline-button:hover,
.contact-form input[type=button].outline-button:hover {
  opacity: 0.82;
}

.form-submit .wpcf7-spinner,
.confirm-actions .wpcf7-spinner {
  position: absolute;
  top: 24px;
  margin: 0 0 0 12px;
}

.contact-form .wpcf7 form .wpcf7-response-output {
  margin: 0;
}

.contact-page--confirm .wpcf7-form {
  gap: 0;
}

.contact-page--confirm .contact-form,
.contact-page--confirm .wpcf7,
.contact-page--confirm .wpcf7-form {
  width: 100%;
}

.confirm-list {
  margin: 0;
}

.confirm-list > div {
  min-height: 100px;
  padding: 28px 0;
  border-bottom: 1px solid #d8d0c6;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
}

.confirm-list dt {
  font-size: 16px;
  font-weight: 700;
}

.confirm-list dd {
  margin: 0;
}

.confirm-actions {
  position: relative;
  width: 664px;
  max-width: 100%;
  margin: 72px auto 0;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  gap: 64px;
}

.outline-button {
  position: relative;
  width: 300px;
  height: 72px;
  padding: 0 48px;
  border: 1px solid #222;
  border-radius: 10px;
  background: #f1ede8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  transition: opacity 0.2s, transform 0.2s;
}

.outline-button__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
}

.outline-button__circle {
  width: 25px;
  height: 25px;
}

.outline-button__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 7.27px;
  transform: translate(-50%, -50%) rotate(180deg);
}

.outline-button__label {
  display: block;
}

.thanks-message {
  text-align: center;
}

.thanks-message h2 {
  margin: 0 0 32px;
  font-size: 24px;
}

.thanks-message p {
  margin: 0 0 18px;
  font-size: 16px;
}

.thanks-message .arrow-button {
  margin-top: 56px;
}

.contact-page--thanks {
  min-height: 500px;
}

/* Fixed pages and article body */
.privacy-content,
.page-content {
  width: min(760px, 100% - 40px);
  margin: 56px auto 160px;
}

.post-content {
  font-size: 16px;
  line-height: 1.8;
}

.post-content p {
  margin: 0 0 32px;
}

.post-content h2 {
  margin: 64px 0 28px;
  padding: 0 0 8px;
  border-bottom: 2px solid #d8d0c6;
  font-size: 28px;
  line-height: 1.8;
  scroll-margin-top: calc(var(--wp-admin-bar-offset, 0px) + 24px);
}

.privacy-content h2 {
  margin-top: 58px;
  padding: 0;
  border: 0;
  font-size: 18px;
}

.page-hero--privacy h1 br {
  display: none;
}

.post-content h3 {
  margin: 40px 0 20px;
  font-size: 24px;
  line-height: 1.8;
  scroll-margin-top: calc(var(--wp-admin-bar-offset, 0px) + 24px);
}

.post-content ul,
.post-content ol {
  margin: 0 0 32px;
  padding-left: 1.8em;
}

.post-content ol ol {
  margin-top: 8px;
}

.post-content a {
  text-decoration: underline;
}

/* Gutenberg table block: keep the WordPress default sizing */
.post-content .wp-block-table table {
  border-color: #d8d0c6;
}

.post-content .wp-block-table thead,
.post-content .wp-block-table tfoot {
  border: 0;
}

.post-content .wp-block-table th,
.post-content .wp-block-table td {
  border-color: #d8d0c6;
}

.post-content .wp-block-table th {
  background-color: var(--ietate-table-head-background, #f1ede8);
}

.post-content .wp-block-table td {
  background-color: var(--ietate-table-body-background, #fff);
}

.post-content .wp-block-table table.has-background th {
  background-color: var(--ietate-table-head-background, transparent);
}

.post-content .wp-block-table table.has-background td {
  background-color: var(--ietate-table-body-background, transparent);
}

.post-content .wp-block-table th + th {
  border-left-color: #fff;
}

/* Gutenberg quote block */
.post-content .wp-block-quote {
  position: relative;
  width: 720px;
  max-width: 100%;
  min-height: 143px;
  margin: 40px 0;
  padding: 28px 60px 20px;
  border: 1px solid #d8d0c6;
  border-radius: 12px;
  background: #fff;
  color: #645b53;
}

.post-content .wp-block-quote::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 16px;
  width: 22.55px;
  height: 16px;
  background: url("../images/icon/quote.svg") center/100% 100% no-repeat;
}

.post-content .wp-block-quote p {
  margin: 0;
  color: #645b53;
  font-size: 16px;
  font-style: normal;
  line-height: 1.8;
}

.post-content .wp-block-quote cite {
  width: 100%;
  margin-top: 8px;
  display: block;
  color: #645b53;
  font-size: 14px;
  font-style: normal;
  line-height: 1.8;
  text-align: right;
}

.post-content figure {
  margin: 40px 0;
}

.post-content .wp-block-image {
  width: 100%;
}

.post-content figure img {
  width: 100%;
  height: 495px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-content figcaption {
  margin-top: 8px;
  color: #645b53;
  font-size: 12px;
  text-align: right;
}

/* Single */
.single-breadcrumb {
  margin-top: 24px;
}

.single-content-area {
  position: relative;
  padding-top: 82.308px;
  background: #f7f6f4;
}

.single-article {
  width: min(880px, 100% - 40px);
  margin: 0 auto;
  padding: 40px;
  border-radius: 12px;
  background: #fff;
}

.single-article__header > img {
  width: 800px;
  height: 534px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.single-article__meta {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #645b53;
  font-size: 12px;
}

.single-article__meta > span {
  padding: 3px 12px;
  border-radius: 99px;
  background: #222;
  color: #fff;
  font-weight: 700;
}

.single-article__byline {
  display: flex;
  align-items: center;
  gap: 8px;
}

.single-article__byline > span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #222;
  font-weight: 700;
}

.single-article__byline img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-article__header h1 {
  margin: 14px 0 48px;
  font-size: 32px;
  line-height: 1.8;
}

.single-article > .post-content {
  width: 720px;
  margin-inline: auto;
}

.article-toc {
  position: relative;
  width: 449px;
  margin: 16px auto 64px;
  padding: 32px 22px 22px;
  border: 2px solid #d8d0c6;
  border-radius: 10px;
}

.article-toc__title {
  position: absolute;
  top: -19px;
  left: 13px;
  padding: 0 16px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.8;
}

.article-toc__title strong {
  color: #645b53;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 20px;
}

.article-toc__title span {
  color: #b5aea6;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  letter-spacing: 0.03em;
}

.article-toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-toc__section + .article-toc__section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e8e1d8;
}

.article-toc__section > a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

.article-toc__section > a > span {
  flex: 0 0 auto;
  color: #645b53;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.article-toc__section > a > strong {
  font-weight: 500;
}

.article-toc__section > ol {
  margin-top: 16px;
  padding-left: 48px;
  display: grid;
  gap: 16px;
}

.article-toc__section > ol a {
  position: relative;
  display: block;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.article-toc__section > ol a::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: -18px;
  width: 6px;
  height: 6px;
  background: url("../images/icon/toc-dot.svg") center/contain no-repeat;
}

.article-share {
  width: -moz-max-content;
  width: max-content;
  margin-top: 72px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.article-share__title {
  position: relative;
  width: 163px;
  height: 57.07px;
}

.article-share__title > img {
  width: 163px;
  height: 57.07px;
}

.article-share__title h2 {
  position: absolute;
  top: 7.5px;
  left: 14.5px;
  margin: 0;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  white-space: nowrap;
}

.article-share__actions {
  display: flex;
  align-items: center;
  gap: 56px;
}

.article-share__line,
.article-share__x {
  display: block;
  flex: 0 0 auto;
}

.article-share__line,
.article-share__line img {
  width: 40px;
  height: 38.11px;
}

.article-share__x,
.article-share__x img {
  width: 32px;
  height: 33px;
}

.article-share__copy {
  padding: 0;
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #222;
  cursor: pointer;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  white-space: nowrap;
}

.article-share__copy img {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.article-share a:focus-visible,
.article-share button:focus-visible {
  outline: 2px solid #645b53;
  outline-offset: 4px;
}

.author-box {
  position: relative;
  width: 720px;
  min-height: 188px;
  margin-top: 72px;
  margin-inline: auto;
  padding: 32px 40px;
  border: 2px solid #d8d0c6;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.author-box > h2 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 4px 24px;
  background: #fff;
  font-size: 20px;
  white-space: nowrap;
}

.author-box__profile {
  width: 100%;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  align-items: center;
}

.author-box__profile img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.author-box__profile--without-icon {
  display: block;
}

.author-box__profile h3 {
  margin: 0;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

.author-box__profile p {
  margin: 0;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.post-navigation {
  width: min(880px, 100vw - 40px);
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.post-navigation__item {
  min-width: 0;
}

.post-navigation a {
  width: 100%;
  height: 108px;
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
}

.post-navigation__icon {
  position: relative;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
}

.post-navigation__circle {
  width: 25px;
  height: 25px;
}

.post-navigation__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11.79px;
  height: 7.99px;
  transform: translate(-50%, -50%);
}

.post-navigation__item--previous .post-navigation__arrow {
  transform: translate(-50%, -50%) rotate(180deg);
}

.post-navigation__text {
  min-width: 0;
  flex: 1 1 auto;
  align-self: stretch;
}

.post-navigation__label,
.post-navigation__title {
  display: block;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  line-height: 1.8;
}

.post-navigation__label {
  font-size: 18px;
}

.post-navigation__title {
  margin-top: 4px;
  overflow: hidden;
  color: #645b53;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
}

.related-section {
  padding: 120px 0 80px;
  text-align: center;
}

.related-section .section-heading {
  margin-bottom: 48px;
}

.article-grid--related {
  width: min(1280px, 100% - 40px);
  margin-inline: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: left;
}

@media (min-width: 769px) and (max-width: 1339px) {
  html {
    overflow-x: hidden;
  }
  body.is-desktop-scaled {
    width: 1340px;
    min-width: 1340px;
    zoom: var(--desktop-scale, 1);
  }
}
@media (max-width: 782px) {
  .admin-bar {
    --wp-admin-bar-offset: 46px;
  }
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 21.3333333333vw;
    scrollbar-gutter: stable;
  }
  body {
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .site-main {
    padding-top: 21.3333333333vw;
  }
  .pc-only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .layout-container {
    width: calc(100% - 10.6666666667vw);
  }
  .site-header {
    height: 21.3333333333vw;
  }
  .site-header__inner {
    width: 100%;
    padding: 0 5.3333333333vw;
    border: 0;
  }
  .site-brand {
    width: calc(100% - 14.1333333333vw);
    max-width: 75.224vw;
    display: block;
    flex: 0 1 auto;
    font-size: 4.2666666667vw;
    line-height: 1.4;
    white-space: normal;
  }
  .site-brand span {
    display: block;
  }
  .menu-toggle {
    position: relative;
    width: 13.1344vw;
    height: 13.1344vw;
    flex: 0 0 13.1344vw;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    display: block;
    cursor: pointer;
  }
  .menu-toggle__circle {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url("../images/icon/menu-circle.svg") center/100% 100% no-repeat;
  }
  .menu-toggle__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7.1642666667vw;
    height: 7.1642666667vw;
    transform: translate(-50%, -50%);
  }
  .menu-toggle__line {
    position: absolute;
    left: 50%;
    height: 1.8px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    transform-origin: center;
    transition: top 0.25s, transform 0.25s, opacity 0.25s;
  }
  .menu-toggle__line--top {
    top: 1.7421333333vw;
    width: 4.7466666667vw;
    background-image: url("../images/icon/menu-line-long.svg");
  }
  .menu-toggle__line--middle {
    top: 3.3421333333vw;
    left: calc(50% - 1.9px);
    width: 3.7333333333vw;
    background-image: url("../images/icon/menu-line-short.svg");
  }
  .menu-toggle__line--bottom {
    top: 4.9421333333vw;
    width: 4.7466666667vw;
    background-image: url("../images/icon/menu-line-long.svg");
  }
  .menu-toggle[aria-expanded=true] .menu-toggle__line--top {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .menu-toggle[aria-expanded=true] .menu-toggle__line--middle {
    opacity: 0;
  }
  .menu-toggle[aria-expanded=true] .menu-toggle__line--bottom {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .global-nav {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100dvh - 21.3333333333vw - var(--wp-admin-bar-offset, 0px));
    padding: 14.9333333333vw 10.6666666667vw 21.3333333333vw;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.4vw;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-3.2vw);
    transition: 0.25s;
  }
  .global-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .global-nav__item,
  .global-nav__categories,
  .global-nav__divider {
    width: 100%;
    max-width: 78.6666666667vw;
  }
  .global-nav__item,
  .global-nav__categories {
    display: block;
  }
  .global-nav__link {
    display: flex;
    align-items: center;
    gap: 4.2666666667vw;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 4.8vw;
    line-height: 1.8;
  }
  .global-nav a::after {
    content: none;
  }
  .global-nav__arrow {
    position: relative;
    width: 6.4vw;
    height: 6.4vw;
    flex: 0 0 6.4vw;
    display: block;
    transition: transform 0.2s;
  }
  .global-nav__arrow::before,
  .global-nav__arrow::after {
    content: "";
    position: absolute;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .global-nav__arrow::before {
    inset: -0.5px;
    background-image: url("../images/icon/navigation-circle.svg");
  }
  .global-nav__arrow::after {
    top: 2.1333333333vw;
    left: 1.6vw;
    width: 3.144vw;
    height: 2.1306666667vw;
    background-image: url("../images/icon/navigation-arrow.svg");
  }
  .global-nav__link:hover .global-nav__arrow {
    transform: scale(1.08);
  }
  .global-nav__divider {
    height: 1px;
    border-top: 1px solid #d8d0c6;
    display: block;
  }
  .global-nav__categories {
    display: flex;
    flex-direction: column;
    gap: 4.2666666667vw;
  }
  .global-nav__category-title {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 4.8vw;
    line-height: 1.8;
  }
  .global-nav__category-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4.2666666667vw 4vw;
  }
  .global-nav__category-list a {
    height: 11.7333333333vw;
    padding: 1.6vw 2.1333333333vw;
    border-radius: 21.3333333333vw;
    background: #222;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 4.8vw;
    line-height: 1.8;
    text-align: center;
    white-space: nowrap;
  }
  .site-footer {
    height: 35.2vw;
  }
  .site-footer__inner {
    width: 100%;
    padding: 5.3333333333vw;
    align-items: flex-end;
  }
  .site-footer__brand {
    width: 50.6666666667vw;
    margin-bottom: 3.2vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .site-footer__brand span {
    display: block;
  }
  .site-footer small {
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .site-footer a {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
  .section-heading__en {
    font-size: 7.4666666667vw;
  }
  .section-heading__ja {
    margin-top: 0.8vw;
    font-size: 2.4vw;
  }
  .arrow-button {
    min-width: 80vw;
    max-width: 100%;
    height: 19.2vw;
    padding: 0 3.2vw 0 8.5333333333vw;
    border-radius: 2.1333333333vw;
    font-size: 3.4666666667vw;
  }
  .arrow-button__icon {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 3.7333333333vw;
  }
  .arrow-button--text {
    min-width: 0;
    height: auto;
    padding: 0;
    gap: 3.2vw;
    border-radius: 0;
    font-size: 3.2vw;
  }
  .arrow-button--text .arrow-button__icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .home-hero {
    padding: 6.4vw 0 0;
  }
  .featured-slider__track {
    width: calc(100% - 10.6666666667vw);
    max-width: 89.3333333333vw;
    margin-inline: auto;
  }
  .featured-slider__frame {
    top: 2.4vw;
    left: 50%;
    width: calc(100% - 10.6666666667vw);
    max-width: 89.3333333333vw;
    height: 62.6666666667vw;
    transform: translateX(-50%);
    border-width: 2px;
    border-radius: 2.6666666667vw;
  }
  .featured-slider__label {
    top: -2.4vw;
    right: 2.6666666667vw;
    width: 32.8vw;
    height: 3.2vw;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.2666666667vw;
    letter-spacing: 0.03em;
  }
  .featured-slider__track .slick-list {
    overflow: hidden;
    transform: none;
  }
  .featured-slider__track .featured-slide {
    width: min(89.3333333333vw, 100vw - 10.6666666667vw) !important;
    height: 76vw;
    margin: 0;
    padding: 5.0666666667vw 2.6666666667vw 13.6vw;
    border-radius: 2.6666666667vw;
  }
  .featured-slide__link > img {
    height: 57.3333333333vw;
    -o-object-position: center bottom;
       object-position: center bottom;
    border-radius: 2.1333333333vw;
  }
  .featured-slide__caption {
    left: 5.3333333333vw;
    bottom: 0;
    width: calc(100% - 10.6666666667vw);
    height: 26.4vw;
  }
  .featured-slide__caption::before {
    top: 8.8vw;
    border-radius: 0 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  }
  .featured-slide__caption-category {
    min-width: 24.5333333333vw;
    height: 9.0666666667vw;
    padding: 1.6vw 2.1333333333vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
  .featured-slide__caption-category::after {
    right: -2.3112vw;
    width: 2.3112vw;
    height: 2.3112vw;
  }
  .featured-slide__caption-category span {
    padding: 0 2.1333333333vw;
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .featured-slide__caption h1 {
    top: 8.8vw;
    right: auto;
    left: 2.1333333333vw;
    width: 100%;
    height: 15.4666666667vw;
    margin: 0;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    padding-top: 1.3333333333vw;
    padding-right: 4vw;
  }
  .featured-slider__arrow {
    display: none;
  }
  .featured-slider__dots ul {
    margin-top: 4.2666666667vw;
    gap: 2.1333333333vw;
  }
  .featured-slider__dots button {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  .home-categories {
    padding: 17.0666666667vw 5.3333333333vw;
  }
  .home-categories__inner {
    width: 100%;
    display: block;
  }
  .home-categories__divider {
    display: none;
  }
  .home-categories .section-heading {
    margin-bottom: 6.4vw;
    gap: 1.6vw;
  }
  .home-categories .section-heading__en {
    font-size: 10.6666666667vw;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .home-categories .section-heading__ja {
    margin: 0;
    padding-left: 2.1333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .category-links {
    gap: 4.2666666667vw 3.2vw;
  }
  .category-links a {
    width: calc(50% - 1.6vw);
    height: 12.8vw;
    padding: 2.1333333333vw 3.2vw;
    overflow: hidden;
    font-size: 4.8vw;
    line-height: 1.8;
    text-align: center;
    white-space: nowrap;
  }
  .latest-section {
    padding: 17.0666666667vw 5.3333333333vw 10.6666666667vw;
    border-radius: 0;
  }
  .latest-section__notch {
    width: 16vw;
    height: 6.4vw;
  }
  .archive-section::before,
  .single-content-area::before {
    width: 9.0666666667vw;
    height: 6.4vw;
  }
  .latest-section .section-heading {
    width: 100%;
    text-align: left;
    margin-bottom: 6.4vw;
    align-items: flex-start;
    gap: 1.6vw;
  }
  .latest-section .section-heading__en {
    font-size: 10.6666666667vw;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .latest-section .section-heading__ja {
    margin: 0;
    padding-left: 2.1333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .article-grid--latest,
  .article-grid--archive {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.2vw;
  }
  .article-grid--latest .article-card:nth-child(n+7) {
    display: none;
  }
  .article-card {
    height: 70.9333333333vw;
    border-radius: 2.6666666667vw;
  }
  .article-card__link {
    padding: 2.1333333333vw;
  }
  .article-card__image {
    height: 24.5333333333vw;
    margin-bottom: 2.6666666667vw;
    border-radius: 1.8666666667vw;
  }
  .article-card__category {
    max-width: 100%;
    margin-inline: 0;
    padding: 0 2.1333333333vw;
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .article-card__title {
    height: 16vw;
    margin: 2.1333333333vw 0 0;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    -webkit-line-clamp: 2;
  }
  .article-card__meta {
    right: 2.1333333333vw;
    bottom: 2.1333333333vw;
    left: 2.1333333333vw;
    height: 12vw;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 4.2666666667vw;
    grid-template-rows: 5.8666666667vw 5.8666666667vw;
    -moz-column-gap: 1.0666666667vw;
         column-gap: 1.0666666667vw;
    row-gap: 1px;
    align-items: center;
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .article-card__meta time {
    grid-column: 1;
    grid-row: 2;
    top: 0;
  }
  .article-card__author {
    grid-column: 1;
    grid-row: 1;
    gap: 1.0666666667vw;
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .article-card__author-icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .article-card__author-name {
    max-width: 23.4666666667vw;
  }
  .article-card__more {
    grid-column: 2;
    grid-row: 2;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-left: 0;
  }
  .latest-section > .arrow-button {
    margin-top: 10.6666666667vw;
    gap: 4.2666666667vw;
    font-size: 4.8vw;
    line-height: 1.8;
  }
  .latest-section > .arrow-button .arrow-button__icon {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 3.7333333333vw;
  }
  .our-story {
    min-height: 186.4vw;
    padding: 10.6666666667vw 5.3333333333vw 21.3333333333vw;
  }
  .our-story__inner {
    width: 100%;
  }
  .our-story .section-heading {
    margin: 0 0 6.4vw;
    gap: 1.6vw;
  }
  .our-story .section-heading__en {
    font-size: 10.6666666667vw;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .our-story .section-heading__ja {
    margin: 0;
    padding-left: 2.1333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .our-story__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.4vw;
  }
  .our-story__image {
    width: 100%;
    height: 48.2666666667vw;
    border-radius: 2.6666666667vw;
  }
  .our-story__copy {
    width: 78.6666666667vw;
    max-width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4.2666666667vw;
  }
  .our-story__copy p {
    margin: 0;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .our-story__copy .arrow-button {
    align-self: flex-end;
    margin-top: 2.1333333333vw;
    gap: 4.2666666667vw;
    font-size: 4.8vw;
    line-height: 1.8;
  }
  .our-story__copy .arrow-button__icon {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 3.7333333333vw;
  }
  .contact-cta {
    min-height: 117.3333333333vw;
    padding: 10.6666666667vw 5.3333333333vw 21.3333333333vw;
    border-top: 1px solid #222;
  }
  .contact-cta .section-heading {
    margin-bottom: 6.4vw;
    gap: 1.6vw;
  }
  .contact-cta .section-heading__en {
    font-size: 10.6666666667vw;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .contact-cta .section-heading__ja {
    margin: 0;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .contact-cta p {
    width: 78.6666666667vw;
    max-width: 100%;
    margin-bottom: 8.5333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .contact-cta__line {
    display: block;
  }
  .contact-cta p br {
    display: none;
  }
  .contact-cta > .arrow-button {
    width: 80vw;
    min-width: 0;
    font-size: 4.8vw;
    line-height: 1.8;
  }
  .page-hero {
    min-height: 62.6666666667vw;
    padding: 4.8vw 5.3333333333vw 9.6vw;
    justify-content: center;
  }
  .page-hero__en {
    margin-bottom: 1.8666666667vw;
    font-size: 2.6666666667vw;
  }
  .page-hero h1 {
    font-size: 8vw;
    line-height: 1.45;
  }
  .page-hero__lead {
    max-width: 78.6666666667vw;
    margin-top: 4.8vw;
    font-size: 2.9333333333vw;
  }
  .breadcrumbs {
    margin: 1.6vw 0 6.4vw;
    gap: 2.4vw;
    font-size: 2.4vw;
  }
  .archive-section {
    padding: 11.2vw 5.3333333333vw 12.8vw;
  }
  .pagination {
    margin-top: 10.6666666667vw;
    gap: 4.2666666667vw;
  }
  .pagination__arrow {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    flex-basis: 5.8666666667vw;
  }
  .category .page-hero {
    height: 81.8666666667vw;
    min-height: 81.8666666667vw;
    padding: 10.6666666667vw 5.3333333333vw;
    justify-content: flex-start;
  }
  .category .page-hero__en {
    margin: 0;
    color: #645b53;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
  .category .page-hero h1 {
    margin: 0;
    font-size: 11.7333333333vw;
    line-height: 1.5;
    white-space: nowrap;
  }
  .category .page-hero__lead {
    width: 89.3333333333vw;
    max-width: 100%;
    margin: 4.2666666667vw 0 0;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .page-hero--articles {
    height: 74.1333333333vw;
    min-height: 74.1333333333vw;
    padding: 10.6666666667vw 5.3333333333vw;
    justify-content: flex-start;
  }
  .page-hero--articles .page-hero__en {
    margin: 0;
    color: #645b53;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
  .page-hero--articles h1 {
    margin: 0;
    font-size: 11.7333333333vw;
    line-height: 1.5;
    white-space: nowrap;
  }
  .page-hero--articles .page-hero__lead {
    width: 89.3333333333vw;
    max-width: 100%;
    margin: 4.2666666667vw 0 0;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .archive-breadcrumbs {
    width: calc(100% - 10.6666666667vw);
  }
  .archive-breadcrumbs .breadcrumbs {
    margin: 0;
    padding: 6.4vw 0 4.2666666667vw;
    gap: 3.2vw;
    color: #645b53;
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 1.8;
  }
  .archive-categories {
    display: none;
  }
  .archive-section--listing {
    padding: 17.0666666667vw 5.3333333333vw 10.6666666667vw;
  }
  .archive-section--listing::before {
    width: 16vw;
    height: 6.4vw;
  }
  .archive-section--listing .pagination {
    margin-top: 10.6666666667vw;
    gap: 2.1333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
  .archive-section--listing .pagination > :first-child {
    margin-right: 6.4vw;
  }
  .archive-section--listing .pagination > :last-child {
    margin-left: 6.4vw;
  }
  .archive-section--listing .pagination__arrow {
    width: 6.4vw;
    height: 6.4vw;
    flex-basis: 6.4vw;
  }
  .archive-section--listing .pagination__arrow.is-disabled {
    background: #222;
    color: #fff;
  }
  .archive-section--listing + .contact-cta {
    min-height: 127.7333333333vw;
    padding: 21.3333333333vw 5.3333333333vw;
    border-top: 0;
  }
  .page-hero--about {
    height: 91.7333333333vw;
    min-height: 91.7333333333vw;
    padding: 10.6666666667vw 5.3333333333vw;
    justify-content: flex-start;
  }
  .page-hero--about .page-hero__en {
    margin: 0;
    color: #645b53;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
  .page-hero--about h1 {
    width: 70.4vw;
    margin: -1px 0 0;
    font-size: 11.7333333333vw;
    line-height: 1.5;
  }
  .page-hero--about .page-hero__lead {
    width: 89.3333333333vw;
    max-width: 100%;
    margin: 4.2666666667vw 0 0;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .about-breadcrumbs {
    width: calc(100% - 10.6666666667vw);
  }
  .about-breadcrumbs .breadcrumbs {
    height: 17.3333333333vw;
    margin: 0;
    padding: 4.2666666667vw 0 6.4vw;
    gap: 3.2vw;
    color: #645b53;
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 1.8;
  }
  .about-main {
    padding: 0 5.3333333333vw 36.8vw;
  }
  .about-main__visual {
    width: 100%;
    height: 48.2666666667vw;
    margin-bottom: 17.0666666667vw;
    border-radius: 3.2vw;
  }
  .about-profile,
  .about-policy {
    width: 100%;
  }
  .about-profile .section-heading,
  .about-policy .section-heading {
    margin-bottom: 6.4vw;
    display: flex;
    flex-direction: column;
    gap: 1.6vw;
  }
  .about-profile .section-heading__en,
  .about-policy .section-heading__en {
    font-size: 10.6666666667vw;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .about-profile .section-heading__ja,
  .about-policy .section-heading__ja {
    margin: 0;
    padding-left: 2.1333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .about-profile__content {
    width: 78.6666666667vw;
    min-height: 226.1333333333vw;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 6.4vw;
    align-items: center;
    justify-content: flex-start;
  }
  .about-profile__avatar {
    width: 53.3333333333vw;
    height: 53.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .about-profile__copy {
    width: 78.6666666667vw;
  }
  .about-profile__copy h3 {
    margin: 0 0 2.1333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.8;
    text-align: center;
  }
  .about-profile__copy p {
    margin: 0 0 7.7333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .about-profile__copy p:last-child {
    margin-bottom: 0;
  }
  .about-sp-break,
  .policy-grid .pc-only,
  .about-policy__copy .pc-only {
    display: block;
  }
  .about-policy {
    margin-top: 21.3333333333vw;
  }
  .policy-grid {
    width: 78.6666666667vw;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
  .policy-grid article {
    width: 78.6666666667vw;
    height: 58.9333333333vw;
    margin: 0;
    padding: 15.4666666667vw 5.3333333333vw 5.3333333333vw;
  }
  .policy-grid article::before {
    inset: 9.0666666667vw 0 0;
    border-radius: 2.6666666667vw;
  }
  .policy-grid span {
    top: 0;
    left: 2.1333333333vw;
    padding: 0 1.6vw;
    font-size: 14.9333333333vw;
    line-height: 1;
  }
  .policy-grid h3 {
    height: 11.4666666667vw;
    margin: 0 0 1.0666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.8;
  }
  .policy-grid p {
    height: 25.6vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .policy-grid article:nth-child(3) p {
    letter-spacing: -0.01em;
  }
  .about-policy__copy {
    width: 78.6666666667vw;
    min-height: 139.2vw;
    margin-top: 10.6666666667vw;
    text-align: left;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .about-policy__copy p {
    margin-bottom: 7.7333333333vw;
  }
  .contact-page {
    width: calc(100% - 10.6666666667vw);
    margin: 6.4vw auto 19.2vw;
  }
  .form-steps {
    justify-content: flex-start;
    gap: 0.8vw;
    margin-bottom: 10.1333333333vw;
    white-space: nowrap;
  }
  .form-steps__item {
    gap: 1.6vw;
    font-size: 2.9333333333vw;
  }
  .form-steps__line {
    width: 3.7333333333vw;
    flex-basis: 3.7333333333vw;
  }
  .form-steps__item span {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .contact-page__lead {
    margin-bottom: 10.1333333333vw;
    font-size: 2.9333333333vw;
  }
  .required-label {
    padding: 1px 1.0666666667vw;
    font-size: 2.6666666667vw;
  }
  .contact-form .wpcf7-form {
    gap: 8.5333333333vw;
  }
  .contact-page--confirm .wpcf7-form {
    gap: 0;
  }
  .form-row {
    display: block;
  }
  .form-row > label,
  .form-row > legend,
  .form-row > .form-label {
    display: block;
    margin-bottom: 3.2vw;
    padding: 0;
    font-size: 3.2vw;
  }
  .form-row--radio > .form-label {
    height: auto;
    display: flex;
    gap: 2.1333333333vw;
  }
  .contact-form .wpcf7-form input[type=text],
  .contact-form .wpcf7-form input[type=email] {
    max-width: none;
    height: 13.3333333333vw;
  }
  .contact-form .wpcf7-form textarea {
    height: 50.6666666667vw;
  }
  .radio-group {
    padding: 0;
  }
  .radio-group .wpcf7-radio {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.7333333333vw 4.8vw;
  }
  .radio-group .wpcf7-list-item {
    width: auto;
  }
  .radio-group .wpcf7-list-item:nth-child(4) {
    grid-column: auto;
  }
  .radio-group .wpcf7-list-item-label {
    font-size: 2.6666666667vw;
  }
  .radio-group input[type=radio],
  .privacy-check input[type=checkbox] {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    flex-basis: 4.2666666667vw;
  }
  .privacy-check {
    margin-top: 0;
    text-align: left;
    font-size: 2.6666666667vw;
  }
  .privacy-check .wpcf7-list-item label {
    justify-content: flex-start;
  }
  .contact-submit,
  .contact-form input[type=button].outline-button {
    width: 100%;
  }
  .form-submit {
    width: 100%;
  }
  .confirm-list > div {
    min-height: 0;
    padding: 5.3333333333vw 0;
    display: block;
  }
  .confirm-list dt {
    margin-bottom: 3.2vw;
    font-size: 3.2vw;
  }
  .confirm-list dd {
    font-size: 2.9333333333vw;
  }
  .confirm-actions {
    margin-top: 12.8vw;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .outline-button,
  .confirm-actions .contact-submit {
    width: 100%;
    min-width: 0;
  }
  .thanks-message {
    text-align: left;
  }
  .thanks-message h2 {
    margin-top: 14.4vw;
    font-size: 5.3333333333vw;
    text-align: center;
  }
  .thanks-message p {
    font-size: 3.2vw;
  }
  .thanks-message .arrow-button {
    width: 100%;
    margin-top: 11.2vw;
  }
  .contact-page--thanks {
    min-height: 128vw;
  }
  /* Contact input page: Figma SP */
  .page-hero--contact {
    height: 74.1333333333vw;
    min-height: 74.1333333333vw;
    padding: 10.6666666667vw 5.3333333333vw;
    justify-content: flex-start;
  }
  .page-hero--contact .page-hero__en {
    margin: 0;
    color: #645b53;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
  .page-hero--contact h1 {
    margin: -1px 0 0;
    font-size: 11.7333333333vw;
    line-height: 1.5;
    white-space: nowrap;
  }
  .page-hero--contact .page-hero__lead {
    width: 89.3333333333vw;
    max-width: 100%;
    margin: 4.2666666667vw 0 0;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .contact-breadcrumbs {
    width: calc(100% - 10.6666666667vw);
  }
  .contact-breadcrumbs .breadcrumbs {
    height: 17.3333333333vw;
    margin: 0;
    padding: 4.2666666667vw 0 6.4vw;
    gap: 3.2vw;
    color: #645b53;
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 1.8;
  }
  .contact-page--input {
    width: calc(100% - 10.6666666667vw);
    margin: 4.2666666667vw auto 32vw;
  }
  .contact-page--input .form-steps {
    height: 8.5333333333vw;
    margin-bottom: 8.5333333333vw;
    justify-content: space-between;
    gap: 0;
  }
  .contact-page--input .form-steps__item {
    gap: 2.1333333333vw;
    color: #b5aea6;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .contact-page--input .form-steps__item span {
    background: #b5aea6;
  }
  .contact-page--input .form-steps__line {
    width: 4.2666666667vw;
    flex-basis: 4.2666666667vw;
  }
  .contact-page--input .form-steps__item span {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    flex-basis: 8.5333333333vw;
    font-family: "Jost", sans-serif;
    font-size: 5.3333333333vw;
    font-weight: 400;
    line-height: 1;
  }
  .contact-page--input .form-steps__item.is-active {
    color: #222;
  }
  .contact-page--input .form-steps__item.is-active span {
    background: #222;
  }
  .contact-page--input .contact-page__lead {
    width: 78.6666666667vw;
    min-height: 46.4vw;
    margin: 0 auto 14.9333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .contact-page--input .contact-page__lead p {
    margin: 0;
  }
  .contact-page--input .required-label {
    padding: 0 1.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
  .contact-page--input .contact-form .wpcf7-form {
    gap: 0;
  }
  .contact-page--input .form-row {
    height: 26.6666666667vw;
    margin: 0 0 14.9333333333vw;
  }
  .contact-page--input .form-row > label,
  .contact-page--input .form-row > legend,
  .contact-page--input .form-row > .form-label {
    height: 8.5333333333vw;
    margin: 0 0 2.1333333333vw;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 4.2666666667vw;
    font-size: 4.8vw;
    line-height: 1.8;
    white-space: nowrap;
  }
  .contact-page--input .form-field {
    position: relative;
  }
  .contact-page--input .contact-form .wpcf7-form input[type=text],
  .contact-page--input .contact-form .wpcf7-form input[type=email] {
    width: 100%;
    max-width: none;
    height: 16vw;
    padding: 4vw 6.4vw;
    font-size: 4.2666666667vw;
  }
  .contact-page--input .contact-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 17.0666666667vw;
    left: 0;
    margin: 0;
    color: #c95d56;
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
  .contact-page--input .form-row--radio {
    height: 36.8vw;
  }
  .contact-page--input .form-row--radio > .form-label {
    height: 8.5333333333vw;
    margin-bottom: 6.4vw;
  }
  .contact-page--input .radio-group .wpcf7-radio {
    width: 89.3333333333vw;
    height: 21.8666666667vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 6.4vw;
         column-gap: 6.4vw;
    row-gap: 6.4vw;
  }
  .contact-page--input .radio-group .wpcf7-list-item-label {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    white-space: nowrap;
  }
  .contact-page--input .radio-group input[type=radio] {
    width: 6.4vw;
    height: 6.4vw;
    flex-basis: 6.4vw;
  }
  .contact-page--input .form-row:has(textarea) {
    height: 77.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .contact-page--input .contact-form .wpcf7-form textarea {
    width: 100%;
    height: 66.6666666667vw;
    padding: 5.0666666667vw 6.4vw;
    font-size: 4.2666666667vw;
    resize: none;
  }
  .contact-page--input .form-field--message .wpcf7-not-valid-tip {
    top: 67.7333333333vw;
  }
  .contact-page--input .privacy-check {
    width: 78.9333333333vw;
    height: 7.7333333333vw;
    margin: 0 auto 10.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    white-space: nowrap;
  }
  .contact-page--input .privacy-check .wpcf7-list-item label {
    justify-content: flex-start;
    gap: 3.2vw;
  }
  .contact-page--input .privacy-check input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    width: 6.4vw;
    height: 6.4vw;
    flex: 0 0 6.4vw;
    margin: 0;
    border: 1px solid #222;
    border-radius: 2px;
    background: #fff;
  }
  .contact-page--input .privacy-check input[type=checkbox]:checked {
    background: #fff url("../images/icon/check.svg") center/5.3333333333vw 5.3333333333vw no-repeat;
  }
  .contact-page--input .privacy-check a::after {
    content: "";
    width: 3.2vw;
    height: 2.1333333333vw;
    margin-left: 1.0666666667vw;
    display: inline-block;
    background: #222;
    mask: url("../images/icon/navigation-arrow.svg") center/100% 100% no-repeat;
    -webkit-mask: url("../images/icon/navigation-arrow.svg") center/100% 100% no-repeat;
  }
  .contact-page--input .form-submit,
  .contact-page--input .contact-submit {
    width: 80vw;
    height: 19.2vw;
  }
  .contact-page--input .form-submit::before {
    top: 6.4vw;
    right: 4.2666666667vw;
    width: 6.4vw;
    height: 6.4vw;
  }
  .contact-page--input .form-submit::after {
    top: 8.5333333333vw;
    right: 5.8666666667vw;
    width: 3.2vw;
    height: 2.1333333333vw;
    mask-image: url("../images/icon/navigation-arrow.svg");
    -webkit-mask-image: url("../images/icon/navigation-arrow.svg");
  }
  /* Contact confirmation page: Figma SP */
  .contact-page--confirm {
    width: calc(100% - 10.6666666667vw);
    margin: 4.2666666667vw auto 32vw;
  }
  .contact-page--confirm .form-steps {
    height: 8.5333333333vw;
    margin-bottom: 8.5333333333vw;
    justify-content: space-between;
    gap: 0;
  }
  .contact-page--confirm .form-steps__item {
    gap: 2.1333333333vw;
    color: #b5aea6;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .contact-page--confirm .form-steps__line {
    width: 4.2666666667vw;
    flex-basis: 4.2666666667vw;
  }
  .contact-page--confirm .form-steps__item span {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    flex-basis: 8.5333333333vw;
    background: #b5aea6;
    font-family: "Jost", sans-serif;
    font-size: 5.3333333333vw;
    font-weight: 400;
    line-height: 1;
  }
  .contact-page--confirm .form-steps__item.is-active {
    color: #222;
  }
  .contact-page--confirm .form-steps__item.is-active span {
    background: #222;
  }
  .contact-page--confirm .contact-page__lead {
    width: 78.6666666667vw;
    height: 38.6666666667vw;
    margin: 0 auto 14.9333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .contact-page--confirm .contact-form .wpcf7-form {
    gap: 0;
  }
  .contact-page--confirm .confirm-list {
    width: 89.3333333333vw;
    margin: 0;
  }
  .contact-page--confirm .confirm-list > div {
    width: 89.3333333333vw;
    height: 26.9333333333vw;
    min-height: 0;
    margin: 0 0 6.4vw;
    padding: 0 0 6.1333333333vw;
    border-bottom: 1px solid #d8d0c6;
    display: block;
  }
  .contact-page--confirm .confirm-list > div:last-child {
    height: 49.3333333333vw;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .contact-page--confirm .confirm-list dt {
    height: 8.5333333333vw;
    margin: 0 0 4.2666666667vw;
    display: flex;
    align-items: center;
    gap: 4.2666666667vw;
    font-size: 4.8vw;
    line-height: 1.8;
    white-space: nowrap;
  }
  .contact-page--confirm .confirm-list > div:last-child dt {
    margin-bottom: 2.1333333333vw;
  }
  .contact-page--confirm .confirm-list dd {
    margin: 0;
    padding: 0 5.3333333333vw;
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 1.8;
    overflow-wrap: anywhere;
  }
  .contact-page--confirm .required-label {
    padding: 0 1.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
  .contact-page--confirm .confirm-actions {
    width: 80vw;
    max-width: 100%;
    margin: 14.9333333333vw auto 0;
    align-self: center;
    flex-direction: column;
    align-items: center;
    gap: 10.6666666667vw;
  }
  .contact-page--confirm .outline-button,
  .contact-page--confirm .confirm-submit,
  .contact-page--confirm .confirm-submit .contact-submit {
    width: 80vw;
    height: 19.2vw;
  }
  .contact-page--confirm .outline-button {
    min-width: 0;
    font-size: 4.8vw;
  }
  .contact-page--confirm .outline-button__icon,
  .contact-page--confirm .outline-button__circle {
    width: 6.4vw;
    height: 6.4vw;
  }
  .contact-page--confirm .confirm-submit {
    margin: 0;
  }
  .contact-page--confirm .confirm-submit::before {
    top: 6.4vw;
    right: 4.2666666667vw;
    width: 6.4vw;
    height: 6.4vw;
  }
  .contact-page--confirm .confirm-submit::after {
    top: 8.5333333333vw;
    right: 5.8666666667vw;
    width: 3.2vw;
    height: 2.1333333333vw;
    mask-image: url("../images/icon/navigation-arrow.svg");
    -webkit-mask-image: url("../images/icon/navigation-arrow.svg");
  }
  /* Contact thanks page: Figma SP */
  .contact-page--thanks {
    width: calc(100% - 10.6666666667vw);
    min-height: 0;
    margin: 4.2666666667vw auto 32vw;
  }
  .contact-page--thanks .form-steps {
    height: 8.5333333333vw;
    margin-bottom: 14.9333333333vw;
    justify-content: space-between;
    gap: 0;
  }
  .contact-page--thanks .form-steps__item {
    gap: 2.1333333333vw;
    color: #222;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .contact-page--thanks .form-steps__line {
    width: 4.2666666667vw;
    flex-basis: 4.2666666667vw;
  }
  .contact-page--thanks .form-steps__item span {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    flex-basis: 8.5333333333vw;
    background: #222;
    font-family: "Jost", sans-serif;
    font-size: 5.3333333333vw;
    font-weight: 400;
    line-height: 1;
  }
  .contact-page--thanks .thanks-message {
    width: 89.3333333333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
  }
  .contact-page--thanks .thanks-message h2 {
    width: 89.3333333333vw;
    height: 11.4666666667vw;
    margin: 0 0 6.4vw;
    font-size: 6.4vw;
    line-height: 1.8;
    text-align: center;
    white-space: nowrap;
  }
  .contact-page--thanks .thanks-message p {
    width: 78.6666666667vw;
    margin: 0;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .contact-page--thanks .thanks-message p + p {
    margin-top: 4.2666666667vw;
  }
  .contact-page--thanks .thanks-message p:first-of-type {
    height: 38.6666666667vw;
  }
  .contact-page--thanks .thanks-message p:last-of-type {
    height: 30.9333333333vw;
  }
  .contact-page--thanks .thanks-message .arrow-button {
    position: relative;
    width: 80vw;
    min-width: 80vw;
    height: 19.2vw;
    margin-top: 14.9333333333vw;
    padding: 0 12.8vw;
    justify-content: center;
    border-radius: 2.6666666667vw;
    font-size: 4.8vw;
  }
  .contact-page--thanks .arrow-button__icon {
    position: absolute;
    top: 6.4vw;
    right: 4.2666666667vw;
    width: 6.4vw;
    height: 6.4vw;
    font-size: 3.7333333333vw;
  }
  .privacy-content,
  .page-content {
    width: calc(100% - 10.6666666667vw);
    margin: 6.9333333333vw auto 19.2vw;
  }
  .post-content {
    font-size: 2.9333333333vw;
    line-height: 1.8;
  }
  .post-content p {
    margin-bottom: 5.8666666667vw;
  }
  .post-content h2 {
    margin: 11.2vw 0 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
  /* Privacy policy page: Figma SP */
  .page-hero--privacy {
    height: 64.2666666667vw;
    min-height: 64.2666666667vw;
    padding: 10.6666666667vw 5.3333333333vw;
    justify-content: flex-start;
  }
  .page-hero--privacy .page-hero__en {
    margin: 0;
    color: #645b53;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
  .page-hero--privacy h1 {
    margin: 0;
    font-size: 11.7333333333vw;
    line-height: 1.5;
    white-space: nowrap;
  }
  .page-hero--privacy h1 br {
    display: block;
  }
  .privacy-breadcrumbs {
    width: calc(100% - 10.6666666667vw);
  }
  .privacy-breadcrumbs .breadcrumbs {
    height: 17.3333333333vw;
    margin: 0;
    padding: 4.2666666667vw 0 6.4vw;
    gap: 3.2vw;
    color: #645b53;
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 1.8;
  }
  .privacy-content {
    width: 78.6666666667vw;
    margin: 4.2666666667vw auto 32vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    overflow-wrap: anywhere;
  }
  .privacy-content > p {
    margin: 0;
  }
  .privacy-content > p + p {
    margin-top: 2.1333333333vw;
  }
  .privacy-content h2 {
    margin: 10.6666666667vw 0 2.1333333333vw;
    padding: 0;
    border: 0;
    font-size: 4.8vw;
    line-height: 1.8;
  }
  .privacy-content ol {
    margin: 0;
    padding-left: 6.4vw;
  }
  .privacy-content ol ol {
    margin: 0;
    padding-left: 6.4vw;
    list-style-type: lower-alpha;
  }
  .privacy-content ol ol ol {
    list-style-type: lower-roman;
  }
  .privacy-content li {
    margin: 0;
    padding: 0;
  }
  .post-content h3 {
    margin: 9.0666666667vw 0 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
  .post-content .wp-block-table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .post-content .wp-block-table table {
    min-width: 160vw;
  }
  .post-content .wp-block-quote {
    width: 68vw;
    min-height: 63.4666666667vw;
    margin: 10.6666666667vw 0;
    padding: 10.6666666667vw 4.6101333333vw 5.3333333333vw;
    border-width: 1px;
    border-radius: 3.2vw;
  }
  .post-content .wp-block-quote::before {
    top: 2.9394666667vw;
    left: 3.4917333333vw;
    width: 5.5909333333vw;
    height: 3.9669333333vw;
  }
  .post-content .wp-block-quote p {
    margin: 0;
    font-size: 4.2666666667vw;
  }
  .post-content .wp-block-quote cite {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
  .post-content figure img {
    height: auto;
    aspect-ratio: 720/495;
    border-radius: 1.6vw;
  }
  /* Single page: mobile */
  .single-breadcrumb {
    width: calc(100% - 10.6666666667vw);
    margin-top: 0;
  }
  .single-breadcrumb .breadcrumbs {
    height: 15.2vw;
    margin: 0;
    padding: 4.2666666667vw 0;
    flex-wrap: nowrap;
    gap: 3.2vw;
    color: #645b53;
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 1.8;
  }
  .single-breadcrumb .breadcrumbs > a,
  .single-breadcrumb .breadcrumbs > span {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .single-breadcrumb .breadcrumbs > span:last-child {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .single-content-area {
    padding-top: 12.8vw;
    padding-bottom: 10.6666666667vw;
  }
  .single-content-area::before {
    width: 16vw;
    height: 6.4vw;
  }
  .single-article {
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto;
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
    border-radius: 3.2vw;
  }
  .single-article__header > img {
    width: 100%;
    height: 54.1333333333vw;
    border-radius: 2.6666666667vw;
  }
  .single-article__meta {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
  .single-article__meta > span {
    padding: 2px 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
  .single-article__byline {
    gap: 2.1333333333vw;
  }
  .single-article__byline img {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .single-article__header h1 {
    margin: 6.4vw 0 0;
    font-size: 6.4vw;
    line-height: 1.8;
  }
  .single-article > .post-content {
    width: 68vw;
    max-width: 100%;
  }
  .article-toc {
    width: 78.6666666667vw;
    max-width: 100%;
    margin: 10.6666666667vw auto;
    padding: 8.5333333333vw 5.3333333333vw 5.3333333333vw;
    border-width: 2px;
    border-radius: 2.6666666667vw;
  }
  .article-toc__title {
    top: -5.0666666667vw;
    left: 2.6666666667vw;
    height: 9.6vw;
    padding-inline: 4.2666666667vw;
    gap: 2.1333333333vw;
  }
  .article-toc__title strong {
    font-size: 5.3333333333vw;
  }
  .article-toc__title span {
    font-size: 4.2666666667vw;
  }
  .article-toc__section + .article-toc__section {
    margin-top: 4.2666666667vw;
    padding-top: 4.2666666667vw;
  }
  .article-toc__section > a {
    gap: 3.2vw;
    font-size: 4.8vw;
  }
  .article-toc__section > a > span {
    font-size: 5.3333333333vw;
  }
  .article-toc__section > ol {
    margin-top: 4.2666666667vw;
    padding-left: 14.4vw;
    gap: 4.2666666667vw;
  }
  .article-toc__section > ol a {
    font-size: 4.2666666667vw;
  }
  .article-toc__section > ol a::before {
    top: 0.72em;
    left: -4.8vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .single-article .post-content {
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .single-article .post-content p {
    margin-bottom: 6.4vw;
  }
  .single-article .post-content h2 {
    width: 78.6666666667vw;
    max-width: calc(100% + 10.6666666667vw);
    margin: 10.6666666667vw 0 10.6666666667vw -5.3333333333vw;
    padding: 0 0 2.1333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.8;
  }
  .single-article .post-content h3 {
    width: 78.6666666667vw;
    max-width: calc(100% + 10.6666666667vw);
    margin: 10.6666666667vw 0 10.6666666667vw -5.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.8;
  }
  .single-article .post-content ul,
  .single-article .post-content ol {
    margin-bottom: 6.4vw;
  }
  .single-article .post-content .wp-block-image {
    width: 78.6666666667vw;
    max-width: calc(100% + 10.6666666667vw);
    margin: 10.6666666667vw 0 10.6666666667vw -5.3333333333vw;
  }
  .single-article .post-content .wp-block-image img {
    width: 78.6666666667vw;
    height: 54.1333333333vw;
    aspect-ratio: auto;
    border-radius: 2.6666666667vw;
  }
  .single-article .post-content figcaption {
    font-size: 3.7333333333vw;
  }
  .article-share {
    margin-top: 17.0666666667vw;
    gap: 6.4vw;
  }
  .article-share__actions {
    gap: 8.5333333333vw;
  }
  .author-box {
    width: 78.6666666667vw;
    max-width: 100%;
    min-height: 67.2vw;
    margin-top: 17.0666666667vw;
    padding: 13.3333333333vw 4.2666666667vw 5.3333333333vw;
    border-width: 2px;
    border-radius: 2.1333333333vw;
  }
  .author-box > h2 {
    top: -5.0666666667vw;
    padding: 0 6.4vw;
    font-size: 4.8vw;
    line-height: 1.8;
  }
  .author-box__profile {
    grid-template-columns: 26.6666666667vw 1fr;
    gap: 4.2666666667vw;
    align-items: start;
  }
  .author-box__profile img {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
  .author-box__profile h3 {
    font-size: 4.2666666667vw;
  }
  .author-box__profile p {
    font-size: 3.7333333333vw;
  }
  .post-navigation {
    width: calc(100% - 10.6666666667vw);
    margin: 10.6666666667vw auto 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.2vw;
  }
  .post-navigation a {
    height: 26.9333333333vw;
    padding: 2.1333333333vw;
    gap: 1.6vw;
  }
  .post-navigation__icon,
  .post-navigation__circle {
    width: 6.4vw;
    height: 6.4vw;
  }
  .post-navigation__icon {
    flex-basis: 6.4vw;
  }
  .post-navigation__arrow {
    width: 3.144vw;
    height: auto;
  }
  .post-navigation__label {
    font-size: 4.2666666667vw;
  }
  .post-navigation__title {
    margin-top: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
  .related-section {
    padding: 21.3333333333vw 5.3333333333vw 0;
    text-align: left;
  }
  .related-section .section-heading {
    margin-bottom: 6.4vw;
    display: flex;
    flex-direction: column;
    gap: 1.6vw;
  }
  .related-section .section-heading__en {
    font-size: 10.6666666667vw;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .related-section .section-heading__ja {
    margin: 0;
    padding-left: 2.1333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .article-grid--related {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.2vw;
  }
  .single .contact-cta {
    min-height: 127.7333333333vw;
    padding: 21.3333333333vw 5.3333333333vw;
    border-top: 0;
  }
}