.pc {
  display: block;
}
@media (max-width: 819px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .tab {
    display: block;
  }
}

.tab-sp {
  display: none;
}
@media (max-width: 1250px) {
  .tab-sp {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 819px) {
  .sp {
    display: block;
  }
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: clamp(48px, 1.5023474178vw + 42.3661971831px, 64px);
}
.pager__link, .pager__current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
  color: #1a1819;
}
.pager__current {
  background-color: #1a1819;
  color: #fbfbfb;
  border-radius: 100px;
}
@media (hover: hover) and (pointer: fine) {
  .pager__link:hover {
    color: #666562;
  }
}
.pager__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #1a1819;
  text-decoration: none;
}
.pager__arrow svg {
  width: 13px;
  height: 12px;
  display: block;
}
.pager__arrow svg path {
  stroke: #1a1819;
}
.pager__arrow--prev svg {
  transform: scaleX(-1);
}
.pager__arrow.is-disabled {
  opacity: 0.1;
  pointer-events: none;
}

.news-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  gap: 24px;
  margin-top: clamp(48px, 3.0046948357vw + 36.7323943662px, 80px);
  padding-top: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  border-top: 1px solid rgba(185, 182, 182, 0.8);
}
@media (max-width: 819px) {
  .news-nav {
    gap: 42px;
  }
}
.news-nav__title {
  word-break: auto-phrase;
  text-wrap: balance;
}
.news-nav__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
  color: #1a1819;
}
.news-nav__item.is-disabled {
  pointer-events: none;
}
.news-nav__item--next {
  text-align: right;
}
@media (hover: hover) and (pointer: fine) {
  .news-nav__item:hover .news-nav__title {
    color: #666562;
  }
}
.news-nav__label {
  font-family: "Karla", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #666562;
}
.news-nav__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: clamp(12px, 0.1877934272vw + 11.2957746479px, 14px);
  line-height: 1.5;
  transition: color 0.3s ease;
}
.news-nav__index {
  align-self: center;
  font-family: "Karla", sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-decoration: none;
  color: #1a1819;
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .news-nav__index:hover {
    color: #666562;
  }
}

.news-slide-arrow {
  position: absolute;
  top: calc(min(1060px, 100vw - 80px) * 0.28125);
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  text-decoration: none;
}
@media (max-width: 819px) {
  .news-slide-arrow {
    top: calc(min(1060px, 100vw - 40px) * 0.28125);
    width: 30px;
    height: 30px;
  }
}
.news-slide-arrow--prev {
  left: clamp(8px, 1.5023474178vw + 2.3661971831px, 24px);
}
.news-slide-arrow--next {
  right: clamp(8px, 1.5023474178vw + 2.3661971831px, 24px);
}
@media (max-width: 1250px) {
  .news-slide-arrow--prev {
    left: calc(50% - min(530px, 50%) - 28px);
  }
  .news-slide-arrow--next {
    right: calc(50% - min(530px, 50%) - 28px);
  }
}
@media (max-width: 819px) {
  .news-slide-arrow--prev {
    left: calc(50% - min(530px, 50%) - 15px);
  }
  .news-slide-arrow--next {
    right: calc(50% - min(530px, 50%) - 15px);
  }
}
.news-slide-arrow {
  mix-blend-mode: difference;
}
.news-slide-arrow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-slide-arrow__icon svg {
  width: 17px;
  height: 16px;
  display: block;
}
.news-slide-arrow__icon svg path {
  stroke: #fbfbfb;
}
.news-slide-arrow__icon {
  /*@include sp {
    svg {
      width: 9px;
      height: 8px;
    }
  }*/
}
.news-slide-arrow--prev .news-slide-arrow__icon {
  transform: scaleX(-1);
}

.news-detail {
  overflow-x: clip;
}

main > .news-detail:last-child {
  padding-bottom: 180px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  main > .news-detail:last-child {
    padding-bottom: 124px;
  }
}
@media (max-width: 819px) {
  main > .news-detail:last-child {
    padding-bottom: 86px;
  }
}

.news-detail__frame {
  position: relative;
}

.js-news-slide {
  will-change: transform, opacity;
}

.news-detail__body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: clamp(14px, 0.1877934272vw + 13.2957746479px, 16px);
  line-height: 1.85;
  letter-spacing: 0.08em;
  color: #1a1819;
}
@media (max-width: 819px) {
  .news-detail__body {
    line-height: 1.6;
  }
}
.news-detail__body p {
  margin: 0;
}
.news-detail__body p + p {
  padding-top: clamp(12px, 1.1267605634vw + 7.7746478873px, 24px);
}
.news-detail__body strong {
  font-weight: 600;
  padding-right: 10px;
}
@media (max-width: 819px) {
  .news-detail__body strong {
    display: block;
    padding-right: 0;
  }
}

.news-body__lead {
  position: relative;
  font-size: clamp(16px, 0.3755868545vw + 14.5915492958px, 20px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}

.news-body__h2 {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #1a1819;
  margin: clamp(48px, 2.2535211268vw + 39.5492957746px, 72px) 0 clamp(20px, 0.7511737089vw + 17.1830985915px, 28px);
}

.news-body__h3 {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 0.3755868545vw + 14.5915492958px, 20px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #1a1819;
  margin: clamp(32px, 0.7511737089vw + 29.1830985915px, 40px) 0 clamp(16px, 0.3755868545vw + 14.5915492958px, 20px);
}
.news-body__h3-en {
  font-weight: 400;
  font-size: 0.85em;
  color: #666562;
}
.news-body__h3-note {
  display: inline-block;
  vertical-align: middle;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  background: rgba(185, 182, 182, 0.8);
  color: #fbfbfb;
  margin-left: 8px;
  padding: 6px 12px;
}
@media (max-width: 819px) {
  .news-body__h3-note {
    display: block;
    margin-left: 0;
  }
}

.news-body__h4 {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(15px, 0.2816901408vw + 13.9436619718px, 18px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #1a1819;
  margin: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px) 0 clamp(12px, 0.3755868545vw + 10.5915492958px, 16px);
}

.news-body__item {
  margin-top: clamp(32px, 1.5023474178vw + 26.3661971831px, 48px);
}
.news-body__item + .news-body__item {
  margin-top: clamp(48px, 1.5023474178vw + 42.3661971831px, 64px);
}

.news-body__figure {
  margin: 0 0 clamp(16px, 0.7511737089vw + 13.1830985915px, 24px);
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.news-body__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.news-body__figure figcaption {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
  color: #666562;
}

.news-detail__body ul,
.news-detail__body ol {
  margin: 1.5em 0;
}
.news-detail__body ol {
  padding-left: 1.5em;
}
.news-detail__body ul {
  padding-left: 0;
}
.news-detail__body li + li {
  margin-top: 0.8em;
}
.news-detail__body ul > li {
  position: relative;
  list-style: none;
  --marker-width: 16px;
  padding-left: calc(var(--marker-width) + 12px);
}
.news-detail__body ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: var(--marker-width);
  height: 1px;
  background-color: currentColor;
  opacity: 0.4;
}
.news-detail__body ol > li {
  list-style: decimal;
}

#company tbody tr:nth-child(even) {
  background-color: transparent;
}

.news-detail__body a:not([class]):has(> img),
.article-top a:not([class]):has(> img),
.essay--2col a:not([class]):has(> img) {
  border-bottom: none;
}
.news-detail__body a:not([class]),
.article-top a:not([class]),
.essay--2col a:not([class]) {
  color: #1a1819;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(185, 182, 182, 0.8);
}
@media (hover: hover) and (pointer: fine) {
  .news-detail__body a:not([class]):hover,
  .article-top a:not([class]):hover,
  .essay--2col a:not([class]):hover {
    border-bottom: 1px solid #1a1819;
  }
}

.news-body__note {
  font-size: 12px;
  line-height: 1.7;
  color: #666562;
  margin-top: 1em;
}

.news-body__table-wrap {
  margin: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px) 0;
  overflow-x: auto;
  padding-bottom: 1px;
  -webkit-overflow-scrolling: touch;
}

.news-body__table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: clamp(14px, 0.0938967136vw + 13.6478873239px, 15px);
  line-height: 1.7;
}
.news-body__table thead {
  font-weight: 500;
  white-space: nowrap;
  background-color: #eee;
  border-bottom: 2px solid #1a1819;
  white-space: nowrap;
  font-size: 80%;
}
.news-body__table tbody tr {
  border-bottom: 1px solid rgba(185, 182, 182, 0.8);
}
.news-body__table tbody tr:nth-child(even) {
  background-color: rgba(102, 101, 98, 0.05);
}
.news-body__table th,
.news-body__table td {
  padding: 14px 16px;
  min-width: 150px;
  text-align: left;
  vertical-align: center;
}
@media (max-width: 1250px) {
  .news-body__table th,
  .news-body__table td {
    min-width: 90px;
  }
}
.news-body__table-thumb {
  width: 72px;
  min-width: 72px;
  padding-right: 0;
}
@media (max-width: 1250px) {
  .news-body__table-thumb {
    min-width: 72px;
  }
}
.news-body__table-thumb img {
  display: block;
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.news-body__table-note {
  display: block;
  margin-top: 4px;
  font-size: 85%;
  color: #666562;
}

#consultation-outline .news-detail__body {
  margin-top: 0;
}
#consultation-outline .news-detail__body ul {
  margin: 0;
}

.news-body__table--stack {
  min-width: 0;
}
@media (max-width: 819px) {
  .news-body__table--stack thead {
    display: none;
  }
  .news-body__table--stack tbody,
  .news-body__table--stack tr,
  .news-body__table--stack th,
  .news-body__table--stack td {
    display: block;
  }
  .news-body__table--stack {
    /* tbody {
      border-top: 1px solid $color-light-line;
    }*/
  }
  .news-body__table--stack th {
    padding-bottom: 0;
  }
}

.zoom-download {
  margin: 24px 0;
}

.store-badges {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 819px) {
  .store-badges {
    gap: 16px;
  }
}

.news-body__faq {
  margin: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px) 0 0;
}
.news-body__faq-item + .news-body__faq-item {
  border-top: 1px solid rgba(185, 182, 182, 0.8);
  margin-top: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  padding-top: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
}
.news-body__faq-q {
  position: relative;
  font-weight: 500;
  font-size: clamp(15px, 0.0938967136vw + 14.6478873239px, 16px);
  line-height: 1.7;
  padding: 0 0 0 32px;
}
.news-body__faq-q::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  color: #1a1819;
}
.news-body__faq-a {
  position: relative;
  line-height: 1.9;
  padding: 0 0 0 32px;
  margin: 12px 0 0;
}
.news-body__faq-a::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  color: #666562;
}
.news-body__faq-a .btn-line {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}

.news-body__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px);
}
.news-body__btns--center {
  justify-content: center;
  margin-top: clamp(32px, 1.5023474178vw + 26.3661971831px, 48px);
}

.news-body__product-link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid rgba(185, 182, 182, 0.8);
  background-color: #fbfbfb;
  border-radius: 999px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
  color: #1a1819;
  text-decoration: none;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.news-body__product-link::before, .news-body__product-link::after {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.news-body__product-link::before {
  background-image: url("/assets/icons/round/cart.svg");
}
.news-body__product-link::after {
  background-image: url("/assets/icons/round/arrow-right.svg");
}
@media (hover: hover) and (pointer: fine) {
  .news-body__product-link:hover {
    border-color: #1a1819;
  }
}

.entry-form-section .news-body__h3 {
  margin-top: 0;
}

.entry-form-section:last-child {
  padding-bottom: 180px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .entry-form-section:last-child {
    padding-bottom: 124px;
  }
}
@media (max-width: 819px) {
  .entry-form-section:last-child {
    padding-bottom: 86px;
  }
}

.entry-form {
  width: 70%;
  margin: 0 auto;
  line-height: 1.5;
}
@media (max-width: 819px) {
  .entry-form {
    width: 100%;
  }
}
.entry-form__lead {
  margin-bottom: 40px;
}
.entry-form__tel-block {
  margin: 0;
  padding-bottom: clamp(16px, 1.5023474178vw + 10.3661971831px, 32px);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
}
.entry-form__tel-label {
  margin: 0;
  padding: 0;
  font-size: clamp(12px, 0.0938967136vw + 11.6478873239px, 13px);
  color: #666562;
}
.entry-form__tel-number {
  margin: 0;
  padding: 0;
  font-size: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
  font-weight: 600;
  line-height: 1.3;
}
.entry-form__tel-number a {
  color: #1a1819;
  text-decoration: none;
}
.entry-form__tel-hours {
  margin: 0;
  padding: 0;
  font-size: clamp(12px, 0.0938967136vw + 11.6478873239px, 13px);
  color: #666562;
}
.entry-form__row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid rgba(185, 182, 182, 0.8);
}
.entry-form__row:last-of-type {
  border-bottom: 1px solid rgba(185, 182, 182, 0.8);
}
@media (max-width: 819px) {
  .entry-form__row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}
.entry-form__label {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: clamp(13px, 0.1877934272vw + 12.2957746479px, 15px);
  color: #1a1819;
}
@media (max-width: 819px) {
  .entry-form__label {
    flex: 0 0 auto;
  }
}
.entry-form__label:has(.entry-form__label-note) {
  flex-wrap: wrap;
}
.entry-form__label-note {
  flex: 0 0 100%;
  font-size: clamp(11px, 0.0938967136vw + 10.6478873239px, 12px);
  line-height: 1.6;
  color: #666562;
}
.entry-form__badge {
  flex-shrink: 0;
  font-family: "Karla", sans-serif;
  font-size: 11px;
  letter-spacing: 0.05em;
  padding: 3px 10px;
  border-radius: 999px;
}
.entry-form__badge--required {
  background-color: #1a1819;
  color: #fbfbfb;
}
.entry-form__badge--optional {
  border: 1px solid rgba(185, 182, 182, 0.8);
  color: #666562;
}
.entry-form__field {
  flex: 1;
}
.entry-form__error {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #a32861;
}
.entry-form__input, .entry-form__split-input, .entry-form__select, .entry-form__textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 14px 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: 14px;
  border: 1px solid rgba(185, 182, 182, 0.8);
  background-color: #fbfbfb;
  color: #1a1819;
}
@media (max-width: 819px) {
  .entry-form__input, .entry-form__split-input, .entry-form__select, .entry-form__textarea {
    font-size: 16px;
  }
}
.entry-form__textarea {
  min-height: 120px;
  resize: vertical;
}
.entry-form__select {
  max-width: 320px;
  padding-right: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231A1819' stroke-width='1.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}
.entry-form__split {
  display: flex;
  align-items: center;
  gap: 8px;
}
.entry-form__split-input {
  max-width: 96px;
  text-align: center;
}
.entry-form__split-input--wide {
  max-width: 175px;
  text-align: left;
}
.entry-form__split-sep {
  flex-shrink: 0;
  color: #666562;
}
.entry-form__prefix {
  flex-shrink: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: 14px;
  color: #1a1819;
}
.entry-form__section-title {
  margin: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) 0 0;
  padding-bottom: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: clamp(15px, 0.1877934272vw + 14.2957746479px, 17px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1a1819;
}
.entry-form__note {
  margin-top: 8px;
  font-size: 12px;
  color: #666562;
}
.entry-form__note:first-child {
  margin-top: 0;
  margin-bottom: 12px;
}
.entry-form__address-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.entry-form__group-heading {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: clamp(11px, 0.0938967136vw + 10.6478873239px, 12px);
  font-weight: 600;
  line-height: 1.1;
  margin: 24px 0 6px;
}
.entry-form__group-heading:first-child {
  margin-top: 0;
}
@media (min-width: 1251px) {
  .entry-form__group-heading + .entry-form__choice-group {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
.entry-form__choice-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px 16px;
}
@media (max-width: 819px) {
  .entry-form__choice-group {
    grid-template-columns: 1fr;
  }
}
.entry-form__choice-group + .entry-form__choice-group {
  margin-top: 12px;
}
.entry-form__choice {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(13px, 0.1877934272vw + 12.2957746479px, 15px);
  color: #1a1819;
}
.entry-form__choice input[type=checkbox],
.entry-form__choice input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  flex-shrink: 0;
  /*appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;*/
  width: 20px;
  height: 20px;
  margin: 0;
  border: 3px solid rgba(185, 182, 182, 0.8);
  background-color: #fbfbfb;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.entry-form__choice input[type=radio] {
  border-radius: 50%;
}
.entry-form__choice input[type=checkbox] {
  border-radius: 4px;
}
.entry-form__choice input[type=checkbox]:checked,
.entry-form__choice input[type=radio]:checked {
  background-color: #1a1819;
  border-color: #1a1819;
}
.entry-form__choice input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8.5l3.2 3.2L13 4.8'/%3E%3C/svg%3E");
  background-size: 15px;
}
.entry-form__choice input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='4' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-size: 15px;
}
.entry-form__choice a {
  color: #1a1819;
  text-decoration: underline;
}
.entry-form__conditional-row {
  margin-top: 12px;
  padding-left: 24px;
}
.entry-form__conditional-row[hidden] {
  display: none;
}
.entry-form__conditional-row.entry-form__row {
  margin-top: 0;
  padding-left: 0;
}
.entry-form__actions {
  margin-top: 48px;
  text-align: center;
}
.entry-form__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 100%;
  max-width: 300px;
  padding: 18px 24px;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  background-color: #1a1819;
  color: #fbfbfb;
  cursor: pointer;
}

.form-tabs__nav {
  display: flex;
  width: 70%;
  margin: 0 auto 48px;
  border-bottom: 1px solid rgba(185, 182, 182, 0.8);
}
@media (max-width: 819px) {
  .form-tabs__nav {
    width: 100%;
  }
}
.form-tabs__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  flex: 1;
  padding: 16px 8px;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #666562;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.form-tabs__btn.is-active {
  color: #1a1819;
  border-bottom-color: #1a1819;
}

.entry-form-confirm {
  width: 70%;
  margin: 0 auto;
}
.entry-form-confirm .news-body__table th {
  width: 200px;
}
@media (max-width: 819px) {
  .entry-form-confirm {
    width: 100%;
  }
}
.entry-form-confirm .ttl-lead {
  margin-bottom: 40px;
}
.entry-form-confirm__table {
  width: 100%;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
}
.entry-form-confirm__table tr {
  border-top: 1px solid rgba(185, 182, 182, 0.8);
}
.entry-form-confirm__table tr:last-child {
  border-bottom: 1px solid rgba(185, 182, 182, 0.8);
}
.entry-form-confirm__table th,
.entry-form-confirm__table td {
  padding: clamp(16px, 0.7511737089vw + 13.1830985915px, 24px) 0;
  text-align: left;
  vertical-align: top;
  font-size: clamp(13px, 0.1877934272vw + 12.2957746479px, 15px);
  line-height: 1.9;
}
.entry-form-confirm__table th {
  width: 200px;
  padding-right: 24px;
  font-weight: 500;
  color: #1a1819;
}
@media (max-width: 1250px) {
  .entry-form-confirm__table tr {
    display: flex;
    flex-direction: column;
  }
  .entry-form-confirm__table th,
  .entry-form-confirm__table td {
    display: block;
    width: 100%;
    padding: 0;
    white-space: normal;
  }
  .entry-form-confirm__table th {
    padding-top: 20px;
    padding-bottom: 4px;
  }
  .entry-form-confirm__table td {
    padding-bottom: 20px;
  }
}
.entry-form-confirm__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 819px) {
  .entry-form-confirm__actions {
    flex-direction: column-reverse;
  }
}

.entry-form-complete__visual {
  margin: 40px auto;
}

.entry-form-complete {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
}
@media (max-width: 819px) {
  .entry-form-complete {
    width: 100%;
  }
}
.entry-form-complete .ttl-lead {
  margin-bottom: 40px;
  text-align: left;
}
.entry-form-complete__message {
  font-size: clamp(14px, 0.1877934272vw + 13.2957746479px, 16px);
  line-height: 1.8;
  text-align: left;
  border-top: 1px solid rgba(185, 182, 182, 0.8);
  padding-top: 24px;
}
.entry-form-complete__extra {
  font-size: clamp(14px, 0.1877934272vw + 13.2957746479px, 16px);
  line-height: 1.8;
  text-align: left;
}
.entry-form-complete__cta {
  max-width: 580px;
  margin-top: 40px;
}
.entry-form-complete .entry-form__actions {
  margin-top: 64px;
  text-align: left;
}
@media (max-width: 819px) {
  .entry-form-complete .entry-form__actions {
    text-align: center;
  }
}

.form-layout {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 819px) {
  .form-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.form-layout__sidebar {
  position: sticky;
  top: 104px;
}
@media (max-width: 819px) {
  .form-layout__sidebar {
    position: static;
    text-align: center;
  }
}
@media (max-width: 819px) {
  .form-layout__content > .ttl-group {
    text-align: center;
  }
}
.form-layout__content .entry-form,
.form-layout__content .entry-form-confirm,
.form-layout__content .entry-form-complete,
.form-layout__content .form-tabs__nav {
  width: 100%;
}

.form-steps {
  display: flex;
  flex-direction: column;
}
.form-steps__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 32px;
}
.form-steps__item:last-child {
  padding-bottom: 0;
}
.form-steps__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 32px;
  width: 1px;
  height: calc(100% - 32px);
  background-color: rgba(185, 182, 182, 0.8);
}
.form-steps__number {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(185, 182, 182, 0.8);
  color: #666562;
  font-size: 13px;
  font-weight: 600;
  z-index: 1;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.form-steps__label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-size: clamp(13px, 0.0938967136vw + 12.6478873239px, 14px);
  color: #666562;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.form-steps__item.is-active .form-steps__number {
  background-color: #1a1819;
  color: #fbfbfb;
}
.form-steps__item.is-active .form-steps__label {
  color: #1a1819;
  font-weight: 600;
}
@media (max-width: 819px) {
  .form-steps {
    flex-direction: row;
    justify-content: center;
  }
  .form-steps .form-steps__item {
    padding-bottom: 0;
    padding-right: 32px;
  }
  .form-steps .form-steps__item:last-child {
    padding-right: 0;
  }
  .form-steps .form-steps__item:not(:last-child)::after {
    left: auto;
    right: 8px;
    top: 50%;
    width: 16px;
    height: 1px;
    transform: translateY(-50%);
  }
}

.privacy-modal__trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  color: #1a1819;
  text-decoration: underline;
}

.privacy-modal {
  width: 90%;
  max-width: 640px;
  max-height: 80vh;
  margin: auto;
  padding: 0;
  border: none;
  background-color: rgb(246, 247, 248);
  color: #1a1819;
}
.privacy-modal::backdrop {
  background-color: rgba(26, 24, 25, 0.5);
}
.privacy-modal__close {
  position: sticky;
  top: 0;
  left: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 8px 8px -40px auto;
  cursor: pointer;
  z-index: 1;
}
.privacy-modal__close svg {
  width: 16px;
  height: 16px;
  stroke: #1a1819;
  color: #1a1819;
}
.privacy-modal__body {
  max-height: 80vh;
  overflow-y: auto;
  padding: 48px 32px 32px;
  text-align: left;
}
.privacy-modal__heading {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 0.1877934272vw + 15.2957746479px, 18px);
  margin-bottom: 24px;
}
.privacy-modal__subheading {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(13px, 0.0938967136vw + 12.6478873239px, 14px);
  line-height: 1.6;
  margin-top: 28px;
  margin-bottom: 12px;
}
.privacy-modal__body p {
  font-size: clamp(12px, 0.0938967136vw + 11.6478873239px, 13px);
  line-height: 1.8;
  text-align: left;
}
.privacy-modal__list li {
  position: relative;
  padding-left: 1.2em;
  font-size: clamp(12px, 0.0938967136vw + 11.6478873239px, 13px);
  line-height: 1.8;
  color: #1a1819;
  text-align: left;
}
.privacy-modal__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666562;
}

.page-intro:has(.page-intro__title.is-static) {
  position: relative;
  z-index: 100;
}

.page-intro {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: clamp(30px, 0.9389671362vw + 26.4788732394px, 40px);
  --intro-gap: 90px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .page-intro {
    --intro-gap: 62px;
  }
}
@media (max-width: 819px) {
  .page-intro {
    --intro-gap: 43px;
  }
}
.page-intro__sr-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.page-intro--title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(var(--intro-gap) * 1.6);
  padding: 0;
  margin-bottom: 0;
}
.page-intro__title {
  display: flex;
  justify-content: center;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 3.3802816901vw + 15.323943662px, 64px);
  line-height: 1;
  letter-spacing: 0.2em;
}
.page-intro__char {
  display: inline-block;
  white-space: pre;
  will-change: transform, opacity;
}
.page-intro__canvas {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.page-intro__row {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  line-height: 0.8;
  font-size: clamp(16px, 1.1267605634vw + 11.7746478873px, 28px);
  letter-spacing: 0.2em;
  will-change: transform;
}
.page-intro__row--fill {
  color: #fbfbfb;
  animation: page-intro-marquee-left 10s linear infinite;
  filter: blur(0.07em);
}
.page-intro .page-intro__item {
  flex-shrink: 0;
  padding-right: clamp(6px, 0.9389671362vw + 2.4788732394px, 16px);
}
.page-intro__row--outline {
  display: none;
  color: transparent;
  -webkit-text-stroke: 1.2px rgba(125, 127, 118, 0.4);
  animation: page-intro-marquee-right 10s linear infinite;
  margin-top: -0.3125em;
  position: relative;
  z-index: 1;
}

@keyframes page-intro-marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes page-intro-marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.concept-block {
  padding: 0 40px;
}
.concept-block__inner {
  position: relative;
  width: 100%;
}
.concept-block__row {
  display: flex;
  gap: 30px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .concept-block__row {
    gap: 0;
  }
}
.concept-block__visual {
  flex: 0 0 auto;
  width: 55%;
  aspect-ratio: 1/1;
  align-self: flex-start;
  position: relative;
  inset-inline-start: -40px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .concept-block__visual {
    width: 60%;
  }
}
.concept-block__body {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.concept-block__lead {
  direction: ltr;
  position: absolute;
  top: 0;
  left: 0;
}
.concept-block__text {
  direction: ltr;
  width: 42.86%;
  /*p + p {
    margin-top: 1.5em;
  }*/
}
@media (min-width: 820px) and (max-width: 1250px) {
  .concept-block__text {
    width: calc(100% - 110px);
  }
}
.concept-block__foot {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: clamp(20px, 0.9389671362vw + 16.4788732394px, 30px);
  margin-top: clamp(20px, 0.9389671362vw + 16.4788732394px, 30px);
}
.concept-block__subimg {
  flex: 0 0 auto;
  width: 42.86%;
  aspect-ratio: 3/4;
}
@media (max-width: 1250px) {
  .concept-block__subimg {
    display: none;
  }
}
.concept-block__btns {
  display: flex;
  justify-content: center;
  margin-top: clamp(30px, 1.8779342723vw + 22.9577464789px, 50px);
}
.concept-block__row-btn {
  direction: ltr;
  flex: 0 0 auto;
}
@media (max-width: 819px) {
  .concept-block__row-btn {
    width: 60.87%;
    margin-top: 24px;
  }
}
.concept-block__row--right {
  direction: rtl;
}
.concept-block__row--right .concept-block__lead {
  left: auto;
  right: 0;
}
@media (max-width: 819px) {
  .concept-block__row--right .concept-block__lead {
    float: left;
  }
}
@media (max-width: 819px) {
  .concept-block {
    padding: 0 20px;
  }
  .concept-block__row {
    position: relative;
    display: block;
    padding-top: calc(100% + 20px + 30px);
  }
  .concept-block__visual {
    position: absolute;
    top: 0;
    inset-inline-start: -20px;
    width: calc(100% + 20px);
  }
  .concept-block__body {
    position: static;
    display: block;
  }
  .concept-block__lead {
    position: static;
    float: right;
    margin: 0;
  }
  .concept-block__text {
    width: 60.87%;
    margin: 0;
    padding-top: 45px;
  }
}
@media (max-width: 819px) and (max-width: 819px) {
  .concept-block__text {
    width: 64%;
  }
}
@media (max-width: 819px) {
  .concept-block__foot {
    display: block;
    margin-top: 0;
  }
}

.essay {
  padding: 0 calc(max(-660px + 50vw, 90px) + 0.0351563 * min(100vw, 1500px));
}
@media (max-width: 819px) {
  .essay {
    padding: 0 35px;
  }
}
.essay .titleWrapper {
  display: flex;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media (max-width: 819px) {
  .essay .titleWrapper {
    padding-top: 16vw;
  }
}
.essay .titleWrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(-1 * (180px + 40px));
  left: calc(50% - 1px);
  width: 1px;
  height: 200px;
  background-color: #666562;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .essay .titleWrapper::before {
    top: calc(-1 * (124px - 20px));
    height: 100px;
  }
}
@media (max-width: 819px) {
  .essay .titleWrapper::before {
    top: calc(-1 * (86px - 60px));
    height: 80px;
  }
}
.essay .title {
  writing-mode: vertical-rl;
  height: -moz-max-content;
  height: max-content;
  font-family: "Shippori Mincho B1", serif;
  font-size: 40px;
  letter-spacing: 0.18em;
  transition: letter-spacing 2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 820px) and (max-width: 1250px) {
  .essay .title {
    font-size: 24px;
  }
}
@media (max-width: 819px) {
  .essay .title {
    font-size: 23px;
  }
}
.essay .title:first-child {
  opacity: 0;
}
.essay .title:nth-child(2) {
  position: absolute;
  letter-spacing: calc(0.12em + var(--essay-title-value, 0) * 0.001em);
}
.essay .title:nth-child(2) .titleContainer .tsItem {
  display: inline-block;
  transform-origin: 50% center;
  white-space: pre;
  text-indent: var(--ti, 0em);
  transform: var(--tf, none);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-feature-settings: normal;
  letter-spacing: calc(var(--ls, 0.1em) + var(--essay-title-value, 0) * 0.001em);
}
@media (max-width: 819px) {
  .essay .title:nth-child(2) .titleContainer .tsItem {
    letter-spacing: calc(0.2em + var(--essay-title-value, 0) * 0.002em);
  }
}
.essay .title:nth-child(2) .titleContainer .tsItem {
  transition: letter-spacing 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.essay .text {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: calc(0.0429688 * min(100vw, 1500px));
       column-gap: calc(0.0429688 * min(100vw, 1500px));
  text-align: justify;
  margin-top: 88px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14x;
  line-height: 2;
  font-feature-settings: "palt";
  font-kerning: normal;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .essay .text {
    -moz-column-count: 2;
         column-count: 2;
    line-height: 2.2;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 819px) {
  .essay .text {
    -moz-column-count: initial;
         column-count: initial;
    margin-top: 60px;
    line-height: 2;
  }
}
.essay .text span {
  display: inline-block;
  position: relative;
}
.essay .text .ruby {
  position: absolute;
  top: -0.1vw;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.55vw;
  line-height: 10px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .essay .text .ruby {
    top: -0.23vw;
    font-size: 0.8vw;
  }
}
@media (max-width: 819px) {
  .essay .text .ruby {
    top: -2vw;
    font-size: 2.2vw;
    line-height: 5.33333vw;
  }
}
.essay .detailsText {
  max-width: 1060px;
  margin-top: 115px;
  margin-inline: auto;
  text-align: center;
  color: #666562;
  font-family: "Karla", sans-serif;
  font-size: 11px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media (min-width: 820px) and (max-width: 1250px) {
  .essay .detailsText {
    margin-top: 80px;
  }
}
@media (max-width: 819px) {
  .essay .detailsText {
    margin-top: 80px;
  }
}
.essay .detailsText span + span {
  margin-top: 16px;
}
.essay .detailsText .detailsText__label {
  font-size: 14px;
}
.essay .detailsText .detailsText__label + span {
  margin-top: 30px;
}
.essay .info .infoTextJa {
  text-align: center;
  margin-top: 54px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-kerning: normal;
}
@media (max-width: 819px) {
  .essay .info .infoTextJa {
    margin-top: 13.8667vw;
    font-size: 3.2vw;
    line-height: 5.33333vw;
    letter-spacing: 0.065em;
  }
}
.essay .info .infoTextJa .smallText {
  font-size: 12.8px;
}
@media (max-width: 819px) {
  .essay .info .infoTextJa .smallText {
    font-size: 2.66667vw;
  }
}
.essay .info .infoTextEn {
  text-align: center;
  margin-top: 18px;
  color: rgb(51, 51, 51);
  font-family: "Cardo", serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
@media (max-width: 819px) {
  .essay .info .infoTextEn {
    margin-top: 10.6667vw;
    font-size: 2.66667vw;
    line-height: 4vw;
    letter-spacing: 0.035em;
  }
}

.essay--2col .text {
  -moz-column-count: 2;
       column-count: 2;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .essay--2col .text {
    margin-top: 40px;
  }
}
@media (max-width: 819px) {
  .essay--2col .text {
    margin-top: 20px;
    -moz-column-count: 1;
         column-count: 1;
  }
}
.essay--2col .text p {
  line-height: inherit;
}
.essay--2col .text p + p {
  padding-top: 0;
}
@media (max-width: 819px) {
  .essay--2col .text p + p {
    padding-top: 20px;
  }
}
@media (max-width: 819px) {
  .essay--2col {
    padding: 0 30px;
  }
}

.entry-hub__trigger {
  display: none;
}
.entry-hub__head .news-body__h2 {
  margin-top: 0;
}
.entry-hub {
  /*&__head {
    padding-bottom: fluid(16px, 24px);
    border-bottom: 1px solid $color-light-line;
  }

  &__heading {
    font-family: $font-sans;
    font-weight: 400;
    font-size: fluid(18px, 24px);
    line-height: 1.4;
    letter-spacing: $ls-jp;
  }

  &__lead {
    margin-top: fluid(8px, 12px);
    font-size: fluid(13px, 15px);
    line-height: 1.7;
    color: $color-text-sub;
  }*/
}
.entry-hub__list {
  margin-top: clamp(8px, 0.7511737089vw + 5.1830985915px, 16px);
}
.entry-hub__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 2.2535211268vw + 7.5492957746px, 40px);
  padding: clamp(20px, 0.3755868545vw + 18.5915492958px, 24px) 0;
  border-bottom: 1px solid rgba(185, 182, 182, 0.8);
}
.entry-hub__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #1a1819;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) and (pointer: fine) {
  .entry-hub__item:hover::after {
    transform: scaleX(1);
  }
}
@media (max-width: 819px) {
  .entry-hub__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.entry-hub__item-body {
  min-width: 0;
}
.entry-hub__label {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 0.3755868545vw + 14.5915492958px, 20px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #1a1819;
}
.entry-hub__note {
  margin-top: 4px;
  padding-left: 16px;
  font-size: clamp(12px, 0.0938967136vw + 11.6478873239px, 13px);
  line-height: 1.6;
  color: #666562;
}
.entry-hub__actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: clamp(20px, 1.1267605634vw + 15.7746478873px, 32px);
}
@media (max-width: 819px) {
  .entry-hub__actions {
    width: 100%;
    justify-content: flex-end;
  }
}
.entry-hub__btn {
  flex-shrink: 0;
  min-width: clamp(120px, 1.8779342723vw + 112.9577464789px, 140px);
}
.entry-hub__btn-sub {
  flex-shrink: 0;
  font-size: clamp(12px, 0.0938967136vw + 11.6478873239px, 13px);
}
@media (max-width: 819px) {
  .entry-hub__sidebar {
    position: sticky;
    top: 60px;
    z-index: 10;
    background-color: #fbfbfb;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 6px 12px 0 rgba(193, 199, 204, 0.1);
    padding-bottom: 12px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .entry-hub__sidebar.is-open {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0;
    min-height: calc(100dvh - 60px);
    overflow-y: auto;
  }
  .entry-hub__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 25px;
    border: none;
    border-bottom: 1px solid rgba(185, 182, 182, 0.8);
    background: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
    font-size: 14px;
    color: #1a1819;
  }
  .entry-hub__trigger-icon {
    display: inline-flex;
    width: 10px;
    height: 10px;
    border-right: 1px solid #1a1819;
    border-bottom: 1px solid #1a1819;
    transform: rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .entry-hub__trigger[aria-expanded=true] .entry-hub__trigger-icon {
    transform: rotate(-135deg);
  }
  .entry-hub__sidebar .category-tags {
    display: none;
    flex-direction: column;
    gap: 0;
    margin-top: 4px;
  }
  .entry-hub__sidebar.is-open .category-tags {
    display: flex;
  }
  .entry-hub__sidebar .category-tags__item {
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(185, 182, 182, 0.8);
    padding: 14px 40px;
    text-align: left;
    background: none;
  }
  .entry-hub__sidebar .category-tags__item.is-active {
    background: none;
    color: #1a1819;
    font-weight: 700;
  }
}

@media (prefers-reduced-motion: reduce) {
  .entry-hub__item::after {
    transition: none;
  }
}
.member-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px) clamp(16px, 1.5023474178vw + 10.3661971831px, 32px);
  margin-top: clamp(30px, 1.8779342723vw + 22.9577464789px, 50px);
  justify-items: start;
}
@media (max-width: 819px) {
  .member-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
.member-card__item {
  width: 100%;
}
.member-card__img img {
  width: 100%;
  height: auto;
  display: block;
}
.member-card__ttl {
  margin: clamp(12px, 0.7511737089vw + 9.1830985915px, 20px) 0 0;
  font-size: clamp(13px, 0.3755868545vw + 11.5915492958px, 17px);
  letter-spacing: 0.05em;
  text-align: center;
}
.member-card__ttl span {
  display: inline-block;
  padding-left: 10px;
}
.member-card__cap {
  background-color: #fbfbfb;
  padding: 0 0 5px;
  margin-top: clamp(8px, 0.3755868545vw + 6.5915492958px, 12px);
  font-size: clamp(12px, 0.2816901408vw + 10.9436619718px, 15px);
  text-align: center;
  line-height: 1.5;
}
.member-card__cap-label {
  display: block;
  background-color: rgba(102, 101, 98, 0.2);
  padding: 3px 0;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: clamp(10px, 0.1877934272vw + 9.2957746479px, 12px);
}

.member-block {
  padding-top: clamp(30px, 1.8779342723vw + 22.9577464789px, 50px);
}
.member-block > *:first-child {
  margin-top: 0;
}

.entry-hub__panel > *:first-child {
  margin-top: 0;
}

.member-note p + p {
  margin-top: 0.8em;
}

.member-benefit__no {
  color: #666562;
}
.member-benefit__attention {
  margin-top: 1em;
  color: #666562;
}
.member-benefit__target {
  margin-top: 1em;
  color: #666562;
}
.member-benefit__target-label {
  display: inline-block;
  margin-right: 0.8em;
  padding: 0.2em 0.8em;
  border: 1px solid rgba(185, 182, 182, 0.8);
}

.member-list {
  margin-top: clamp(12px, 0.7511737089vw + 9.1830985915px, 20px);
}
.member-list li {
  position: relative;
  padding-left: 1.2em;
}
.member-list li + li {
  margin-top: 0.6em;
}
.member-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666562;
}

.member-status {
  display: block;
  width: 100%;
  font-size: clamp(14px, 0.2816901408vw + 12.9436619718px, 17px);
  padding: 0.8em 0.5em;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 819px) {
  .member-status {
    padding: 0.25em 0.5em;
  }
}
.member-status--regular {
  background-color: #fbfbfb;
  border: 1px solid #eee;
  color: #1a1819;
}
.member-status--bronze {
  background: linear-gradient(135deg, #7a5c43 0%, #a98467 50%, #6f5238 100%);
  color: #fbfbfb;
}
.member-status--silver {
  background: linear-gradient(135deg, #a8a8a8 0%, #979899 50%, #767676 100%);
  color: #fbfbfb;
}
.member-status--gold {
  background: linear-gradient(135deg, #8f7a3e 0%, #cbb474 50%, #86722f 100%);
  color: #fbfbfb;
}
.member-status--platinum {
  background: linear-gradient(135deg, #b5c3d1 0%, #7e8791 25%, #464c51 50%, #303438 70%, #25282b 100%);
  color: #fbfbfb;
}

.member-point {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 1.5023474178vw + 18.3661971831px, 40px);
  margin-top: clamp(30px, 1.8779342723vw + 22.9577464789px, 50px);
}
@media (min-width: 820px) and (max-width: 1250px) {
  .member-point {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 819px) {
  .member-point {
    grid-template-columns: 1fr;
  }
}
.member-point__item {
  background-color: #fbfbfb;
  box-shadow: 8px 8px 16px #d1d1d1, -8px -8px 16px #ffffff;
}
.member-point__no {
  background-color: #eee;
  color: #666562;
  text-align: center;
  padding: 8px;
}
.member-point__body {
  padding: clamp(16px, 0.7511737089vw + 13.1830985915px, 24px);
}
.member-point__img {
  margin: clamp(12px, 0.3755868545vw + 10.5915492958px, 16px) 0;
}
.member-point__ttl {
  text-align: center;
  font-weight: 400;
}

.member-dealer__logo {
  width: 160px;
  max-width: 100%;
}

.member-benefit__img {
  margin-top: clamp(4px, 0.7511737089vw + 1.1830985915px, 12px);
  width: 100%;
  max-width: 500px;
}

.member-target thead th:not(.member-target__head) {
  padding: 0;
}
.member-target thead {
  border-bottom: 1px solid rgba(102, 101, 98, 0.2);
  background-color: transparent;
}
.member-target thead th:nth-child(2) .member-status {
  border-radius: 25px 0 0 0;
}
@media (max-width: 1250px) {
  .member-target thead th:nth-child(2) .member-status {
    border-radius: 15px 0 0 0;
  }
}
.member-target thead th:last-child .member-status {
  border-radius: 0 25px 0 0;
}
@media (max-width: 1250px) {
  .member-target thead th:last-child .member-status {
    border-radius: 0 15px 0 0;
  }
}
.member-target tbody th {
  font-weight: 400;
  font-size: clamp(10px, 0.1877934272vw + 9.2957746479px, 12px);
}
.member-target td {
  text-align: center;
}
.member-target th,
.member-target td {
  min-width: 0;
}
.member-target {
  table-layout: fixed;
}
.member-target th:first-child,
.member-target td:first-child {
  width: 4em;
  white-space: nowrap;
}
@media (max-width: 819px) {
  .member-target th:first-child,
  .member-target td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: rgb(246, 247, 248);
  }
}
.member-target--label th:first-child,
.member-target--label td:first-child {
  width: clamp(160px, 7.5117370892vw + 131.8309859155px, 240px);
}
.member-target__label.has-img {
  display: grid;
  place-items: center;
}
.member-target__label.has-img img {
  grid-area: 1/1;
}
.member-target__label.has-img span {
  grid-area: 1/1;
  z-index: 1;
  font-size: clamp(14px, 0.1877934272vw + 13.2957746479px, 16px);
  color: #fbfbfb;
  text-align: center;
}
.member-target__label.has-img::after {
  content: "";
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(96, 93, 161, 0.6), rgba(49, 48, 84, 0.7));
}
.member-target th,
.member-target td {
  vertical-align: middle;
}
.member-target svg {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
  stroke-width: 3;
}
@media (max-width: 1250px) {
  .member-target svg {
    width: 20px;
    height: 20px;
  }
}
.member-target__yes svg {
  stroke: #666562;
}
.member-target__no svg {
  stroke: #666562;
}
.member-target__yes small, .member-target__no small, .member-target__off small {
  display: block;
  margin-top: 4px;
  font-size: clamp(10px, 0.0938967136vw + 9.6478873239px, 11px);
  line-height: 1.5;
}
.member-target__no small {
  color: #666562;
}
.member-target__off small {
  color: #666562;
}
.member-target tbody td:nth-child(2), .member-target__leads td:nth-child(2) {
  background-color: rgba(238, 238, 238, 0.4);
}
.member-target tbody td:nth-child(3), .member-target__leads td:nth-child(3) {
  background-color: rgba(209, 192, 184, 0.3);
}
.member-target tbody td:nth-child(4), .member-target__leads td:nth-child(4) {
  background-color: rgba(168, 168, 168, 0.2);
}
.member-target tbody td:nth-child(5), .member-target__leads td:nth-child(5) {
  background-color: rgba(203, 180, 116, 0.3);
}
.member-target tbody td:nth-child(6), .member-target__leads td:nth-child(6) {
  background-color: rgba(181, 195, 209, 0.6);
}
.member-target thead th:nth-child(n+3),
.member-target tbody td:nth-child(n+3), .member-target__leads td:nth-child(n+3) {
  border-left: 1px solid #fbfbfb;
}
.member-target tbody tr {
  border-bottom: none;
}
.member-target tbody tr:first-child {
  border-top: 2px solid rgba(185, 182, 182, 0.8);
}
.member-target tbody tr:nth-child(even) th,
.member-target tbody tr:nth-child(even) td {
  background-image: linear-gradient(rgba(220, 220, 237, 0.4), rgba(220, 220, 237, 0.4));
}
.member-target__leads td {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: clamp(10px, 0.0938967136vw + 9.6478873239px, 11px);
  line-height: 1.5;
  text-align: center;
  color: #666562;
}

.member-system .news-body__table {
  min-width: 0;
}
.member-system .category-layout__content {
  min-width: 0;
}
@media (max-width: 819px) {
  .member-system .news-body__table:not(.member-target) tbody th {
    min-width: initial;
  }
  .member-system th,
  .member-system td {
    padding: 14px 6px;
    min-width: initial;
  }
}

@media (max-width: 1250px) {
  .member-target.member-target--scroll {
    min-width: 700px;
  }
}

.curve-gallery {
  position: relative;
  z-index: 0;
  margin-top: -224px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .curve-gallery {
    margin-top: -179.2px;
  }
}
@media (max-width: 819px) {
  .curve-gallery {
    margin-top: -128.8px;
  }
}
.curve-gallery {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgb(246, 247, 248);
  padding: 0;
}
.curve-gallery__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.curve-gallery__canvas canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.curve-gallery__scroll {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: clamp(10px, 0.1877934272vw + 9.2957746479px, 12px);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #666562;
  pointer-events: none;
  padding-bottom: 40px;
}
.curve-gallery__scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 26px;
  background-color: currentColor;
}
@media (max-width: 819px) {
  .curve-gallery__scroll {
    left: 20px;
  }
}

/*.company-page {
  > section + section,
  > .join-seminar,
  > section.join-seminar {
    margin-top: 0;
  }
}*/
.company-page .box-70 > *:first-child {
  margin-top: 0;
}

.faq-page .faq__list {
  margin-top: 0;
}

.news-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .news-page__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 819px) {
  .news-page__grid {
    grid-template-columns: 1fr;
    gap: 16px 12px;
  }
}

.news-detail__visual {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.news-detail__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.news-detail__meta, .news-detail__title, .news-detail__body {
  position: relative;
  z-index: 1;
}
.news-detail__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: clamp(24px, 0.7511737089vw + 21.1830985915px, 32px);
}
.news-detail__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 0.7511737089vw + 15.1830985915px, 26px);
  line-height: 1.5;
  color: #1a1819;
  margin: 12px 0 0;
}
.news-detail__body {
  margin-top: clamp(32px, 1.5023474178vw + 26.3661971831px, 48px);
}

.flow-cards {
  position: relative;
  z-index: 3;
  width: 100%;
  overflow: clip;
  overflow-clip-margin: 40px;
  padding: 0;
}
.flow-cards__heading {
  padding-top: clamp(60px, 5.6338028169vw + 38.8732394366px, 120px);
  padding-left: 20px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .flow-cards__heading {
    padding-left: 40px;
  }
}
.flow-cards__track {
  display: flex;
  align-items: stretch;
  width: -moz-max-content;
  width: max-content;
  gap: 36px;
  padding-left: 20px;
  padding-right: 50px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .flow-cards__track {
    padding-left: 40px;
    padding-right: 80px;
  }
}
@media (min-width: 1251px) {
  .flow-cards__track {
    padding-left: max(40px, (100vw - 1360px) / 2);
    padding-right: 80px;
  }
}
.flow-cards__card {
  flex: 0 0 auto;
  width: calc(32ch + 22px * 2);
  padding: 34px 22px;
  border-radius: 24px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  background-color: #fbfbfb;
  box-shadow: 8px 8px 16px #d1d1d1, -8px -8px 16px #ffffff;
  border: 1px solid rgb(246, 247, 248);
  margin-bottom: 100px;
}
.flow-cards__head {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 12px;
  margin-bottom: 18px;
}
.flow-cards__body {
  width: 32ch;
  padding: 18px 10px;
  background-color: rgb(246, 247, 248);
}
.flow-cards__thumb {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.flow-cards__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow-cards__arrow {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: 55px -22px 0;
  border-radius: 50%;
  background-color: #fbfbfb;
  box-shadow: 0 2px 6px rgba(102, 101, 98, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-cards__arrow svg {
  width: 24px;
  height: 24px;
  stroke: #1a1819;
  color: #1a1819;
}
.flow-cards__num {
  font-weight: 500;
  font-size: clamp(34px, 1.5023474178vw + 28.3661971831px, 50px);
  line-height: 0.8;
}
.flow-cards {
  /*&__card .ttl-sub-en,
  &__card .ttl-sub-jp {
    color: $color-white;
  }*/
}
.flow-cards__card .ttl-sub-en {
  text-align: center;
  overflow-wrap: anywhere;
}
.flow-cards__cta {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  padding-left: clamp(30px, 2.8169014085vw + 19.4366197183px, 60px);
}

main > .pin-spacer + section {
  margin-top: calc(180px - 100px);
}
@media (min-width: 820px) and (max-width: 1250px) {
  main > .pin-spacer + section {
    margin-top: calc(124px - 100px);
  }
}
@media (max-width: 819px) {
  main > .pin-spacer + section {
    margin-top: 0;
  }
}

.company-outline__map {
  display: inline-block;
  margin-left: 12px;
}
@media (max-width: 1250px) {
  .company-outline__map {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-top: 8px;
  }
}

.company-outline__icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 4px;
  vertical-align: middle;
}
.company-outline__icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

@media (min-width: 820px) and (max-width: 1250px) {
  .company-page .news-body__table th {
    min-width: 140px;
    white-space: nowrap;
  }
}
.company-page > .curve-gallery + section {
  margin-top: 0;
}

.privacy > .inner > .news-body__h2:first-child,
.privacy > .inner > .privacy__body > .news-body__h2:first-child {
  margin-top: 0;
}
.privacy__body {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 819px) {
  .privacy__body {
    width: 100%;
  }
}
.privacy__heading {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 0.3755868545vw + 14.5915492958px, 20px);
  line-height: 1.6;
  margin-top: 48px;
  margin-bottom: 16px;
}
.privacy__list li {
  position: relative;
  padding-left: 1.2em;
  font-size: clamp(14px, 0.1877934272vw + 13.2957746479px, 16px);
  line-height: 1.9;
  color: #1a1819;
}
.privacy__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666562;
}

/*.company-outline {
  padding-bottom: $section-gap;
}*/
.misc {
  padding-top: 180px;
  padding-bottom: 180px;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
}
@media (max-width: 819px) {
  .misc {
    min-height: calc(100vh - 60px);
  }
}
.misc__inner {
  text-align: center;
}
.misc__code {
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-size: clamp(48px, 4.5070422535vw + 31.0985915493px, 96px);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #666562;
}
.misc__title {
  margin-top: 16px;
}
.misc__message {
  margin-top: 16px;
  color: #666562;
}
.misc__btn {
  margin: 48px auto 0;
}

.sitemap-page > .inner > .news-body__h2:first-child,
.sitemap-page > .inner > .privacy__body > .news-body__h2:first-child {
  margin-top: 0;
}
.sitemap-page > .inner > .news-body__h2,
.sitemap-page > .inner > .txt-justify {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 819px) {
  .sitemap-page > .inner > .news-body__h2,
  .sitemap-page > .inner > .txt-justify {
    width: 100%;
  }
}
.sitemap-page__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 32px;
  margin-top: 64px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 819px) {
  .sitemap-page__grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.sitemap-page__heading {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: clamp(11px, 0.2816901408vw + 9.9436619718px, 14px);
  letter-spacing: 0.15em;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(185, 182, 182, 0.8);
  margin-bottom: 16px;
}
.sitemap-page__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 819px) {
  .sitemap-page__list li {
    padding-left: 50px;
  }
}
.sitemap-page__list a {
  font-size: clamp(13px, 0.0938967136vw + 12.6478873239px, 14px);
  color: #1a1819;
  text-decoration: none;
}

.articleTopBox {
  width: 100%;
  position: relative;
  padding-top: clamp(10px, 6.5727699531vw + -14.6478873239px, 80px);
  z-index: 20;
}
.articleTopBox:after, .articleTopBox:before {
  display: table;
  content: " ";
}
.articleTopBox:after {
  clear: both;
}

#articleImgBox1 {
  width: 50%;
  float: left;
  overflow: hidden;
  aspect-ratio: 4/5;
}
@media (max-width: 1250px) {
  #articleImgBox1 {
    width: 100%;
    z-index: 1;
    margin-left: 0;
    float: none;
    position: relative;
  }
}

#articleTxt1 {
  width: 35%;
  float: right;
}
@media (max-width: 1250px) {
  #articleTxt1 {
    float: none;
    width: 100%;
    z-index: 99;
  }
}
#articleTxt1 .articleTxt1_wrap {
  position: relative;
}
#articleTxt1 .articleTxt1_Inner {
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 80px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  #articleTxt1 .articleTxt1_Inner {
    width: 100%;
    padding: 80px calc(max(-660px + 50vw, 50px) + 0.0351563 * min(100vw, 1500px)) 0;
  }
}
@media (max-width: 819px) {
  #articleTxt1 .articleTxt1_Inner {
    width: 100%;
    padding: 42px 20px 0;
  }
}
@media (max-width: 819px) {
  #articleTxt1 .articleTxt1_Inner .btns {
    text-align: center;
  }
}
#articleTxt1 .h1_barlong {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 2;
}
@media (min-width: 820px) and (max-width: 1250px) {
  #articleTxt1 .h1_barlong {
    top: -50px;
    left: auto;
    right: 10px;
  }
}
@media (max-width: 819px) {
  #articleTxt1 .h1_barlong {
    top: -45px;
    left: auto;
    right: 5px;
  }
}
#articleTxt1 .h1_barlong::before {
  content: "";
  width: 1px;
  height: 80px;
  background-color: rgba(185, 182, 182, 0.8);
}
@media (max-width: 819px) {
  #articleTxt1 .h1_barlong::before {
    height: 60px;
  }
}
#articleTxt1 .h1_barlong span {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (max-width: 819px) {
  #articleTxt1 .h1_barlong span {
    font-size: 14px;
  }
}
#articleTxt1 h2 {
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  margin-bottom: 42px;
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 1.8;
}
@media (max-width: 819px) {
  #articleTxt1 h2 {
    font-size: 18px;
  }
}
#articleTxt1 p {
  font-family: "Shippori Mincho B1", serif;
  line-height: 2;
}

@media (max-width: 1250px) {
  main > .article-top ~ section {
    margin-top: 0;
  }
}

#articleTxt1 .text span {
  display: inline-block;
  position: relative;
}
#articleTxt1 .text .ruby {
  position: absolute;
  top: -0.1vw;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.55vw;
  line-height: 10px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  #articleTxt1 .text .ruby {
    top: -0.23vw;
    font-size: 0.8vw;
  }
}
@media (max-width: 819px) {
  #articleTxt1 .text .ruby {
    top: -2vw;
    font-size: 2.2vw;
    line-height: 5.33333vw;
  }
}

#articleTxt1 .articleTxt1_date {
  text-align: right;
  font-size: 66%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans JP", Arial, sans-serif;
  color: rgba(26, 24, 25, 0.5);
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
@media (max-width: 1250px) {
  #articleTxt1 .articleTxt1_date {
    text-align: left;
  }
}

.backnumberWrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.backnumberWrap li {
  padding: 120px 60px;
  float: left;
  width: 50%;
  border-bottom: 1px solid rgba(185, 182, 182, 0.8);
}
@media (min-width: 820px) and (max-width: 1250px) {
  .backnumberWrap li {
    padding: 100px 10px;
  }
}
@media (max-width: 819px) {
  .backnumberWrap li {
    width: 100%;
    padding: 50px 0;
    float: none;
  }
}
@media (min-width: 820px) {
  .backnumberWrap:not(.backnumberWrap--index) li:nth-child(-n+2) {
    padding-top: 20px;
  }
}

.backnumberWrap--index li {
  border-bottom: none;
  padding: 80px 60px 20px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .backnumberWrap--index li {
    padding: 60px 20px 0;
  }
}
@media (max-width: 819px) {
  .backnumberWrap--index li {
    width: 100%;
    padding: 40px 0 0;
    float: none;
  }
}

.liWrapL {
  padding: 0;
  position: relative;
}
.liWrapL .liText {
  float: left;
  width: 30%;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 819px) {
  .liWrapL .liText {
    width: 100%;
    float: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    margin-bottom: 20px;
  }
}
.liWrapL h2 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  line-height: 1.6;
  font-feature-settings: normal;
  letter-spacing: 0.08em;
  font-size: 22px;
  writing-mode: vertical-rl;
  font-feature-settings: "vpal", "vkrn";
  height: -moz-max-content;
  height: max-content;
}
@media (min-width: 820px) {
  .liWrapL h2 {
    white-space: nowrap;
  }
  .liWrapL h2 br {
    display: none;
  }
}
@media (min-width: 820px) and (max-width: 1250px) {
  .liWrapL h2 {
    font-size: 16px;
  }
}
@media (max-width: 819px) {
  .liWrapL h2 {
    writing-mode: horizontal-tb;
    font-feature-settings: "palt";
    height: auto;
    font-size: 16px;
    text-align: center;
  }
}
.liWrapL h3 {
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-family: "Shippori Mincho B1", serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .liWrapL h3 {
    font-size: 12px;
  }
}
@media (max-width: 819px) {
  .liWrapL h3 {
    display: inline-block;
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 14px;
    border-left: none;
  }
}
.liWrapL h4 {
  writing-mode: vertical-rl;
  margin-right: 15px;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .liWrapL h4 {
    margin-right: 0;
  }
}
@media (max-width: 819px) {
  .liWrapL h4 {
    margin-right: 0;
    margin-bottom: 5px;
    writing-mode: horizontal-tb;
    transform: none;
    text-align: center;
  }
}
.liWrapL .news__badge--info {
  background-color: #1a1819;
  border-color: #1a1819;
  color: #fbfbfb;
}
.liWrapL .liImg {
  width: 65%;
  float: right;
  text-align: right;
  aspect-ratio: 4/5;
}
@media (min-width: 820px) and (max-width: 1250px) {
  .liWrapL .liImg {
    width: 70%;
  }
}
@media (max-width: 819px) {
  .liWrapL .liImg {
    float: none;
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
.liWrapL .liMeta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

@media (min-width: 820px) {
  .news-category-nav {
    display: none;
  }
}

.js__essay_fade_in {
  display: block;
  opacity: 0;
  transform: translateY(90px);
  transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.js__essay_fade_in.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.8s cubic-bezier(0.42, 0, 0.15, 1), transform 1.8s cubic-bezier(0.19, 1, 0.22, 1), scale 1.8s cubic-bezier(0.19, 1, 0.22, 1), letter-spacing 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}/*# sourceMappingURL=subpages.css.map */