@charset "UTF-8";
/*
 * 参考
 * https: //github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove all animations and transitions for people that prefer not to see them */
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https: //css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https: //webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #333;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  min-height: 100svh;
  overflow-x: clip;
  position: relative;
  text-rendering: optimizeSpeed;
}

body.is-fixed {
  overflow: hidden;
}
main {
  flex-grow: 1;
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer {
  background-color: #FEFDF0;
  border-top: 1px solid #000;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  position: relative;
}

.home .footer {
  border-top: 0;
}

.home .footer::before {
  background-color: #000;
  content: "";
  height: 1px;
  left: 11.7948717949%;
  position: absolute;
  right: 0;
  top: 0;
}

.footer__inner {
  margin: auto;
  max-width: 600px;
  max-width: 37.5rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  width: 100%;
}

.home .footer__inner,
.single-seminar .footer__inner,
.has-page-sidebar .footer__inner {
  padding-left: 13.3333333333%;
  padding-right: 2.5641025641%;
}

.footer__brand {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.footer__logo {
  line-height: 0;
  margin: 0;
}

.footer__logo a {
  display: inline-block;
  line-height: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.footer__logo img {
  display: block;
  height: auto;
  width: 149px;
  width: 9.3125rem;
}

.footer__copyright {
  color: #333;
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  margin: 0;
  text-align: center;
  width: 100%;
}

.footer__copyright small {
  display: block;
  font-size: inherit;
}

.layout-header {
  background-color: #fff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}

.header__inner {
  align-items: center;
  display: flex;
  height: 35px;
  height: 2.1875rem;
  justify-content: space-between;
  padding: 0 10px;
  padding: 0 0.625rem;
}

.header__label {
  line-height: 0;
  margin: 0;
}

.header__label-img {
  display: block;
  height: auto;
  width: 97px;
  width: 6.0625rem;
}

.header__logo {
  align-items: center;
  display: flex;
  line-height: 0;
  margin: 0;
}

.header__logo a {
  display: block;
}

.header__logo img {
  display: block;
  height: auto;
  width: 107px;
  width: 6.6875rem;
}

/* ブロック: inner（ファイル: inner.scss） */
.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  max-width: 37.5rem;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.main {
  background-color: #FEFDF0;
  overflow-x: clip;
  padding-top: 35px;
  padding-top: 2.1875rem;
}

.main.main--front {
  padding-left: 13.3333333333%;
  padding-right: 2.5641025641%;
}

/* ブロック: site（ファイル: site.scss） */
.back-btn {
  border-bottom: 1px solid #D5D5D5;
  border-top: 1px solid #D5D5D5;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  max-width: 22.5rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  text-align: center;
  width: 100%;
}

.back-btn__link {
  align-items: center;
  color: #666;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  gap: 12px;
  gap: 0.75rem;
  line-height: 1.5;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.back-btn__arrow {
  display: inline-block;
  flex-shrink: 0;
  height: 30px;
  height: 1.875rem;
  position: relative;
  width: 60px;
  width: 3.75rem;
}

.back-btn__arrow::before {
  border: 1px solid #666;
  border-radius: 50%;
  content: "";
  height: 30px;
  height: 1.875rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
  width: 1.875rem;
}

.back-btn__arrow::after {
  background-color: #666;
  content: "";
  height: 1px;
  left: 11px;
  left: 0.6875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  width: 2.8125rem;
}

.back-btn__arrow-mark {
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  height: 7px;
  height: 0.4375rem;
  left: 11px;
  left: 0.6875rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  width: 7px;
  width: 0.4375rem;
}

/* ブロック: breadcrumb（ファイル: breadcrumb.scss） */
.breadcrumb {
  padding: 16px 0;
  padding: 1rem 0;
}

/* Breadcrumb NavXT未使用時は .breadcrumb a でフォールバック */
.breadcrumb__link,
.breadcrumb a {
  color: #f05710;
}

/* ブロック: btn（ファイル: btn.scss） */
.btn {
  background-color: #f05710;
  border: 1px solid #f05710;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  min-width: 200px;
  min-width: 12.5rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  transition: 0.3s;
}

.btn::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 10px;
  height: 0.625rem;
  margin-left: 16px;
  margin-left: 1rem;
  transform: rotate(45deg);
  transition: 0.3s;
  width: 10px;
  width: 0.625rem;
}

.btn:hover {
  -webkit-text-decoration: none;
  background-color: #fff;
  color: #f05710;
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
}

.btn:hover::after {
  border-right: 1px solid #f05710;
  border-top: 1px solid #f05710;
  transform: translateX(5px) rotate(45deg);
}

.layout-cta {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.cta__inner {
  margin: auto;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}

.cta__btn {
  align-items: center;
  background-color: #506de4;
  border: 2px solid #506de4;
  border-radius: 1.625rem;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  height: 45px;
  height: 2.8125rem;
  justify-content: center;
  line-height: 1.5;
  margin: auto;
  max-width: 380px;
  max-width: 23.75rem;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* 矢印は疑似要素で右側に absolute 配置（テキストはボタン中央のまま） */
.cta__btn::after {
  background-color: currentColor;
  content: "";
  height: 16px;
  height: 1rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  width: 11px;
  width: 0.6875rem;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 17' fill='none'><path d='M0.5 0.5L11.5 7.96667L0.5 16.5' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center/contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 17' fill='none'><path d='M0.5 0.5L11.5 7.96667L0.5 16.5' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center/contain;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.cta__btn:hover {
  background-color: #fff;
  color: #506de4;
}

.cta__btn:hover::after {
  transform: translate(0.375rem, -50%);
}

.cta__btn-label {
  display: inline-block;
}

.post-footer-photo {
  line-height: 0;
  margin: 60px 0 0;
  margin: 3.75rem 0 0;
}

.post-footer-photo {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.post-footer-photo img {
  display: block;
  height: auto;
  width: 100%;
}

/* ブロック: slide-date（ファイル: slide-date.scss）スライダー内日付用 */
/* ブロック: slide-title（ファイル: slide-title.scss）スライダー内タイトル用 */
.story-banner {
  align-items: center;
  background-color: #f05710;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(48px, min(4.75vw, 64px));
  font-size: max(3rem, min(4.75vw, 4rem));
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1.3;
  margin-left: auto;
  max-width: 97%;
  padding: 15px 5px 15px 10px;
  padding: 0.9375rem 0.3125rem 0.9375rem 0.625rem;
}

.story-banner--gray {
  background-color: #eaeaea;
  color: #333;
}

.story-banner--center {
  justify-content: center;
}

.story-banner__text {
  margin: 0;
}

.story-line {
  align-items: center;
  background-color: #fff;
  color: #333;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(32px, min(4.34vw, 40px));
  font-size: max(2rem, min(4.34vw, 2.5rem));
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  padding: 2px;
  padding: 0.125rem;
}

/* ブロック: title（ファイル: title.scss） */
.title {
  color: black;
  font-size: 24px;
  font-size: 1.5rem;
}

/* ブロック: blog-archive（ファイル: blog-archive.scss） */
.layout-blog-archive {
  background-color: #FEFDF0;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.blog-archive__inner {
  margin: auto;
  max-width: 600px;
  max-width: 37.5rem;
  padding: 0 35px;
  padding: 0 2.1875rem;
  width: 100%;
}

.blog-archive__head {
  text-align: center;
}

.blog-archive__en {
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.blog-archive__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 12px 0 0;
  margin: 0.75rem 0 0;
}

.blog-archive__title-char {
  display: inline-block;
}

.blog-archive__title-char--c1 {
  color: #3d9aeb;
}

.blog-archive__title-char--c2 {
  color: #f4713e;
}

.blog-archive__title-char--c3 {
  color: #65c73b;
}

.blog-archive__title-char--c4 {
  color: #506de4;
}

.blog-archive__title-char--c5 {
  color: #f6c500;
}

.blog-archive__lead {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2;
  margin: 24px 0 0;
  margin: 1.5rem 0 0;
  text-align: center;
}

.blog-archive__list {
  margin-top: 32px;
  margin-top: 2rem;
}

.blog-archive__pagination {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.blog-archive__back {
  margin: 32px auto 0;
  margin: 2rem auto 0;
}

.blog-archive__photo {
  margin-top: 60px;
  margin-top: 3.75rem;
}

/* ブロック: blog-tabs（独立ブロック） */
/* ブロック: blog-card-list（独立ブロック） */
.blog-card-list {
  display: grid;
  grid-gap: 30px;
  gap: 30px;
  gap: 1.875rem;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  max-width: 28.125rem;
  padding: 0;
}

.blog-card-list__item {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  grid-row-gap: 18px;
  background-color: #fff;
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 15px;
  padding: 0.9375rem;
  row-gap: 18px;
  row-gap: 1.125rem;
}

.blog-card-list__img {
  aspect-ratio: 290/206;
  background-color: #d9d9d9;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.blog-card-list__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-card-list__img--no-thumb {
  border: 1px solid #D5D5D5;
}

.blog-card-list__title {
  color: #333;
  display: -webkit-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-list__meta {
  align-items: end;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  justify-content: space-between;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.blog-card-list__date {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}

.blog-card-list__more {
  align-items: center;
  color: #333;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 10px;
  gap: 0.625rem;
  line-height: 2;
}

.blog-card-list__arrow {
  background-color: #333;
  display: inline-block;
  height: 1px;
  position: relative;
  transition: transform 0.3s ease;
  width: 40px;
  width: 2.5rem;
}

.blog-card-list__arrow::after {
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  content: "";
  height: 8px;
  height: 0.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  width: 0.5rem;
}

.blog-card-list__not-found {
  background-color: #fff;
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.15);
  grid-column: 1/-1;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  text-align: center;
}

/* ページネーション（archive-pagination 上書き：ブログ一覧用の四角ボタン表現） */
.blog-archive .archive-pagination {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.blog-archive .archive-pagination .nav-links ul {
  flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
}

.blog-archive .archive-pagination .nav-links ul li {
  margin: 0;
}

.blog-archive .archive-pagination .nav-links ul li a,
.blog-archive .archive-pagination .nav-links ul li span {
  align-items: center;
  background-color: transparent;
  border: 1px solid #546277;
  color: #546277;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  height: 44px;
  height: 2.75rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 44px;
  width: 2.75rem;
}

.blog-archive .archive-pagination .nav-links ul li span.current {
  background-color: #3d9aeb;
  border-color: #3d9aeb;
  color: #fff;
}

.blog-archive .archive-pagination .nav-links ul li span.dots {
  background-color: transparent;
  border: none;
}

.blog-archive .archive-pagination .nav-links ul li a.prev,
.blog-archive .archive-pagination .nav-links ul li a.next {
  font-size: 0;
}

.screen-reader-text {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.layout-contact {
  background-color: #FEFDF0;
  padding: 40px 15px 20px;
  padding: 2.5rem 0.9375rem 1.25rem;
}

.contact__inner {
  margin: auto;
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
}

.contact__head {
  text-align: center;
}

.contact__brand {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.contact__brand-name {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}

.contact__brand-sub {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.contact__steps {
  align-items: center;
  display: flex;
  gap: 25px;
  gap: 1.5625rem;
  justify-content: center;
  list-style: none;
  margin: 24px auto 0;
  margin: 1.5rem auto 0;
  padding: 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.contact__steps::before {
  background-color: #D0D0D0;
  content: "";
  height: 5px;
  left: 42.5px;
  left: 2.65625rem;
  position: absolute;
  right: 42.5px;
  right: 2.65625rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.contact__step {
  align-items: center;
  background-color: #FEFDF0;
  border: 5px solid #D0D0D0;
  border-radius: 50%;
  color: #B6B6B6;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  height: 85px;
  height: 5.3125rem;
  justify-content: center;
  line-height: 1.2;
  position: relative;
  width: 85px;
  width: 5.3125rem;
  z-index: 1;
}

.contact__step.is-current {
  background-color: #506de4;
  border-color: #506de4;
  color: #fff;
}

.contact .wpcf7 {
  margin: 32px 0 0;
  margin: 2rem 0 0;
}

.contact .wpcf7-form {
  background-color: #fff;
  margin: 0;
  padding: 32px 10px;
  padding: 2rem 0.625rem;
}

.contact .wpcf7-response-output {
  display: none;
}

[data-view-container=form][hidden],
[data-view-container=confirm][hidden] {
  display: none;
}

.contact__form-head {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  text-align: center;
}

.contact__form-title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  margin: 0;
}

.contact__form-title::after {
  border-top: 1px dashed #333;
  content: "";
  display: block;
  margin: 4px auto 0;
  margin: 0.25rem auto 0;
  width: 100px;
  width: 6.25rem;
}

.contact__form-head::after {
  display: none;
}

[data-view-container=confirm] .contact__form-head::after {
  display: none;
}

.contact__form-lead {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  margin: 16px 0 0;
  margin: 1rem 0 0;
}

.contact__form-price {
  align-items: center;
  border: 1px solid #a4a4a4;
  color: #333;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: center;
  line-height: 2;
  margin: 16px 0 0;
  margin: 1rem 0 0;
  min-height: 32px;
  min-height: 2rem;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
}

.contact__payment-info {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
}

.contact__payment-info-head {
  align-items: center;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.contact__payment-info-rule {
  border-top: 1px solid #A4A4A4;
  display: block;
  flex: 1;
}

.contact__payment-info-title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  margin: 0;
  white-space: nowrap;
}

.contact__payment-info-text {
  border-bottom: 1px solid #A4A4A4;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  text-align: left;
}

.contact__rows {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  gap: 1.5rem;
}

.contact__row,
.contact__field {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  gap: 0.375rem;
}

.contact__label {
  align-items: baseline;
  color: #333;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  padding-left: 12px;
  padding-left: 0.75rem;
  position: relative;
}

.contact__required {
  color: #f05710;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 6px;
  top: 0.375rem;
}

.contact__field .wpcf7-form-control-wrap {
  display: block;
}

.contact__field .wpcf7-form-control.wpcf7-text,
.contact__field .wpcf7-form-control.wpcf7-email,
.contact__field .wpcf7-form-control.wpcf7-tel,
.contact__field .wpcf7-form-control.wpcf7-textarea {
  background-color: #f3f3f3;
  border: 0;
  border-radius: 0;
  color: #333;
  display: block;
  font-family: inherit;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 14px 18px;
  padding: 0.875rem 1.125rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
}

.contact__field .wpcf7-form-control.wpcf7-textarea {
  height: 200px;
  height: 12.5rem;
  min-height: 200px;
  min-height: 12.5rem;
  resize: vertical;
}

.contact__field .wpcf7-form-control.wpcf7-text:focus,
.contact__field .wpcf7-form-control.wpcf7-email:focus,
.contact__field .wpcf7-form-control.wpcf7-tel:focus,
.contact__field .wpcf7-form-control.wpcf7-textarea:focus,
.contact__field .wpcf7-form-control.wpcf7-select:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
}

.contact__checks {
  background-color: #f3f3f3;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 50px;
  padding: 1.875rem 3.125rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.contact__checks .wpcf7-form-control-wrap {
  display: contents;
}

.contact__checks .wpcf7-form-control.wpcf7-checkbox {
  display: contents;
}

.contact__checks .wpcf7-list-item {
  display: block;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

.contact__checks .wpcf7-list-item label {
  align-items: center;
  color: #333;
  cursor: pointer;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 12px;
  gap: 0.75rem;
  line-height: 1.5;
  min-height: 44px;
  min-height: 2.75rem;
  position: relative;
}

.contact__checks .wpcf7-list-item input[type=checkbox] {
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.contact__checks .wpcf7-list-item-label {
  padding-left: 38px;
  padding-left: 2.375rem;
  position: relative;
}

.contact__checks .wpcf7-list-item-label::before {
  background-color: #fff;
  border: 1px solid #9f9f9f;
  content: "";
  height: 25px;
  height: 1.5625rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  width: 1.5625rem;
}

.contact__checks .wpcf7-list-item-label::after {
  background-image: url("../images/common/check.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 29px;
  height: 1.8125rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  width: 1.8125rem;
}

.contact__checks .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.contact__checks .wpcf7-list-item input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid #506de4;
  outline-offset: 2px;
}

.contact__select-wrap {
  align-items: center;
  background-color: #f3f3f3;
  display: flex;
  justify-content: flex-start;
  min-height: 80px;
  min-height: 5rem;
  padding: 30px 50px;
  padding: 1.875rem 3.125rem;
}

.contact__select-wrap .wpcf7-form-control.wpcf7-select {
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none'><path d='M0 0L12 0L6 8Z' fill='%23666666'/></svg>");
  background-position: right 10px center;
  background-position: right 0.625rem center;
  background-repeat: no-repeat;
  background-size: 0.6875rem 0.5rem;
  border: 1px solid #9f9f9f;
  color: #666;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  max-width: 160px;
  max-width: 10rem;
  min-height: 30px;
  min-height: 1.875rem;
  padding: 4px 28px 4px 10px;
  padding: 0.25rem 1.75rem 0.25rem 0.625rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  outline: none;
}

.contact__select-wrap .wpcf7-form-control.wpcf7-select option {
  color: #333;
}

.contact .wpcf7-not-valid-tip,
.contact .contact__error--js {
  color: #e00;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 4px 0 0;
  margin: 0.25rem 0 0;
}

.contact .wpcf7-form:not(.invalid):not(.unaccepted) .wpcf7-not-valid-tip {
  display: none;
}

.contact .wpcf7-form:not(.invalid):not(.unaccepted) .wpcf7-not-valid {
  border-color: transparent;
}

.contact .is-invalid.wpcf7-form-control,
.contact .is-invalid {
  box-shadow: inset 0 0 0 1px #e00;
}

.contact__policy {
  margin: 32px 0 0;
  margin: 2rem 0 0;
  text-align: center;
}

.contact__policy-link {
  align-items: center;
  color: #333;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 6px;
  gap: 0.375rem;
  line-height: 2;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.contact__policy-ext {
  background: url("../images/common/policy.png") no-repeat center/contain;
  display: inline-block;
  height: 16px;
  height: 1rem;
  vertical-align: middle;
  width: 16px;
  width: 1rem;
}

.contact__submit,
.contact__actions {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin: 16px 0 0;
  margin: 1rem 0 0;
}

.contact__submit--confirm,
.contact__actions--confirm {
  margin: 24px 0 0;
  margin: 1.5rem 0 0;
}

.contact__btn, .contact__submit .wpcf7-form-control.wpcf7-submit,
.wpcf7-form-control.contact__btn--send {
  align-items: center;
  background-color: #506de4;
  border: 2px solid #506de4;
  border-radius: 1.625rem;
  color: #fff;
  display: inline-flex;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  height: 46px;
  height: 2.875rem;
  justify-content: center;
  line-height: 1.5;
  min-width: 220px;
  min-width: 13.75rem;
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  text-align: center;
  -webkit-text-decoration: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.contact__btn:hover, .contact__submit .wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.contact__btn--send:hover {
  background-color: #fff;
  color: #506de4;
}

.contact__btn--back {
  background-color: transparent;
  border-color: #666;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

.contact__btn--back:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.contact__btn--back:hover .contact__btn-arrow--left {
  transform: translateX(-0.25rem);
}

.contact__btn-arrow--left {
  background-color: currentColor;
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  width: 20px;
  width: 1.25rem;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12' fill='none'><path d='M19 6H1M1 6L6 1M1 6L6 11' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center/contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12' fill='none'><path d='M19 6H1M1 6L6 1M1 6L6 11' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center/contain;
  transition: transform 0.3s ease;
}

.contact .wpcf7-spinner {
  display: none;
}

.contact__confirm-list {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  gap: 1.5rem;
}

.contact__confirm-row {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

.contact__confirm-row--muted {
  color: #999;
}

.contact__thanks {
  margin: 40px 0 0;
  margin: 2.5rem 0 0;
}

.contact__thanks-title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.contact__thanks-lead {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  margin: 24px auto 0;
  margin: 1.5rem auto 0;
  max-width: 670px;
  max-width: 41.875rem;
  width: 100%;
}

.contact__thanks-lead p {
  margin: 0;
}

.contact__event {
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  max-width: 500px;
  max-width: 31.25rem;
  padding: 24px 16px;
  padding: 1.5rem 1rem;
  width: 100%;
}

.contact__event-date {
  align-items: baseline;
  color: #333;
  display: flex;
  flex-wrap: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  gap: 4px 4px;
  gap: 0.25rem 0.25rem;
  justify-content: flex-start;
  line-height: 1.2;
  margin: 0;
}

.contact__event-month {
  color: #f05710;
  font-size: 36px;
  font-size: 2.25rem;
}

.contact__event-day {
  color: #f05710;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0;
  transform: translateX(-0.3em);
}

.contact__event-time {
  color: #333;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: -0.05em;
  transform: translateX(-0.3em);
  white-space: nowrap;
}

.contact__event-date--tbd {
  flex-wrap: wrap;
  gap: 4px 12px;
  gap: 0.25rem 0.75rem;
}

.contact__event-month--tbd {
  font-size: 28px;
  font-size: 1.75rem;
  white-space: nowrap;
}

.contact__event-date--tbd .contact__event-time {
  transform: none;
}

.contact__event-place {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2;
  margin: 16px 0 0;
  margin: 1rem 0 0;
}

.contact__event-map {
  color: #3d9aeb;
  margin-left: 8px;
  margin-left: 0.5rem;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.contact__event-tag {
  margin: 12px 0 0;
  margin: 0.75rem 0 0;
}

.contact__event-tag span {
  background-color: #ff9636;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2;
  padding: 4px 18px;
  padding: 0.25rem 1.125rem;
}

.contact__event-desc {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2;
  margin: 8px 0 0;
  margin: 0.5rem 0 0;
}

.contact__news {
  display: grid;
  list-style: none;
  margin: 40px 0 0;
  margin: 2.5rem 0 0;
  padding: 0;
  grid-gap: 32px;
  gap: 32px;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  max-width: 28.125rem;
  padding: 0px 15px;
  padding: 0rem 0.9375rem;
}

.contact__news-card {
  margin: 0;
}

.contact__news-link {
  color: inherit;
  display: contents;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.contact__news-image {
  aspect-ratio: 320/224;
  background-color: #d9d9d9;
  overflow: hidden;
  width: 100%;
}

.contact__news-image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact__news-title {
  color: #333;
  display: -webkit-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-top: 20px;
  margin-top: 1.25rem;
  min-width: 0;
}

.contact__news-body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2;
  margin: 16px 0 0;
  margin: 1rem 0 0;
}

.contact__news-body--next {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
  line-height: 1.65;
  text-align: center;
}

.contact__news-next-line1 {
  font-weight: 500;
  line-height: 1.65;
  margin: 0;
}

.contact__news-next-line2 {
  font-weight: 500;
  line-height: 1.65;
  margin: 0;
}

.contact__news-next-when {
  display: inline;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.contact__news-next-date {
  color: #f05710;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
}

.contact__news-next-dow {
  color: #f05710;
  font-size: 18px;
  font-size: 1.125rem;
}

/* ブロック: error-page（ファイル: error-page.scss） */
.error-page__title {
  text-align: center;
}

.error-page__btn {
  text-align: center;
}

/* ブロック: pager-list（ファイル: pager-list.scss） */
.pager-list {
  display: flex;
  justify-content: space-between;
}

.pager-list__link {
  border: 1px solid #f05710;
  color: #f05710;
  display: inline-block;
  padding: 10px 20px;
}

/* ブロック: archive-pagination（ファイル: pagination.scss）
 * アーカイブページネーション（WordPress the_posts_pagination 出力）
 * ※ .pagination, .nav-links はWordPressコアのクラス名のため変更不可
 */
.archive-pagination {
  margin-top: 32px;
  margin-top: 2rem;
  width: 100%;
}

.archive-pagination .pagination {
  width: 100%;
}

.archive-pagination .nav-links {
  display: flex;
  justify-content: center;
}

.archive-pagination .nav-links ul {
  display: flex;
  gap: 6px;
  gap: 0.375rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 共通ボックス */
.archive-pagination .nav-links ul li a,
.archive-pagination .nav-links ul li span {
  align-items: center;
  border: 1px solid #546277;
  color: #546277;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  height: 40px;
  height: 2.5rem;
  justify-content: center;
  width: 40px;
  width: 2.5rem;
  -webkit-text-decoration: none;
  line-height: 1;
  text-decoration: none;
}

/* 現在ページ */
.archive-pagination .nav-links ul li span.current {
  background-color: #506de4;
  border-color: #506de4;
  color: #fff;
}

/* 省略記号 */
.archive-pagination .nav-links ul li span.dots {
  border: none;
  color: #546277;
}

/* 前へ・次へ（SVGシェブロン）*/
.archive-pagination .nav-links ul li a.prev,
.archive-pagination .nav-links ul li a.next {
  font-size: 0;
}

.archive-pagination .nav-links ul li a.prev::after,
.archive-pagination .nav-links ul li a.next::after {
  content: "";
  display: block;
  height: 12px;
  height: 0.75rem;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 18px;
  width: 1.125rem;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  background-color: #546277;
  transition: background-color 0.2s ease;
}

.archive-pagination .nav-links ul li a.prev:hover::after,
.archive-pagination .nav-links ul li a.next:hover::after {
  background-color: #fff;
}

.archive-pagination .nav-links ul li a.next::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Cpath d='M2.5 1l5 5-5 5' fill='none' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5 1l5 5-5 5' fill='none' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Cpath d='M2.5 1l5 5-5 5' fill='none' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5 1l5 5-5 5' fill='none' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.archive-pagination .nav-links ul li a.prev::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Cpath d='M15.5 1l-5 5 5 5' fill='none' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 1l-5 5 5 5' fill='none' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Cpath d='M15.5 1l-5 5 5 5' fill='none' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 1l-5 5 5 5' fill='none' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* ブロック: post-article（ファイル: post-article.scss）
 * ブログ詳細ページのコンテナ。the_content() の中身は post-content.scss で別途スタイル
 */
.layout-post-article {
  padding-top: 40px;
  padding-top: 2.5rem;
}

.post-article__main-img {
  aspect-ratio: 1200/320;
  background-color: #444;
  line-height: 0;
  margin: 0 auto;
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
}

.post-article__main-img img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-article__inner {
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  max-width: 600px;
  max-width: 37.5rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  width: 100%;
}

.post-article__head {
  display: block;
}

.post-article__title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.post-article__date {
  color: #333;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  margin: 12px 0 0;
  margin: 0.75rem 0 0;
}

.post-article__contents {
  margin: 40px 0 0;
  margin: 2.5rem 0 0;
}

.post-article__back {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}

/* ブロック: post-card（ファイル: post-card.scss） */
.post-card__img {
  aspect-ratio: 400/300;
  width: 100%;
}

.post-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-card__body {
  position: relative;
}

.post-card__info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  padding: 0.5rem 0;
}

.post-card__category-item {
  border: 1px solid #f05710;
  color: #f05710;
  padding: 5px;
  padding: 0.3125rem;
}

.post-card__new {
  background-color: #fff;
  border: 1px solid #f05710;
  color: #f05710;
  left: 0;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  position: absolute;
  top: 0;
}

/* ブロック: post-connect（ファイル: post-connect.scss） */
.post-connect {
  margin-top: 16px;
  margin-top: 1rem;
}

.post-connect__title {
  color: #f05710;
  font-size: 24px;
  font-size: 1.5rem;
}

.post-connect__items {
  display: grid;
  grid-gap: 50px;
  gap: 50px;
  gap: 3.125rem;
  margin-top: 16px;
  margin-top: 1rem;
}

/* ブロック: post-content（ファイル: post-content.scss）
 * the_content() 由来のGutenbergブロック出力を対象にしたスタイル。
 * スコープ: .post-article__contents（ブログ） と .voice-single__body（参加者の声）
 * ※ ブロックスコープ内の子孫セレクタは the_content() 由来のため許容
 */
.post-article__contents,
.voice-single__body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2;
}

/* ブロック間の縦余白（隣接セレクタ + margin-top） */
.post-article__contents > * + *,
.voice-single__body > * + * {
  margin-top: 32px;
  margin-top: 2rem;
}

/* ボリュームのある独立ブロックは前にゆとり */
.post-article__contents > * + ul,
.post-article__contents > * + ol,
.post-article__contents > * + blockquote,
.post-article__contents > * + .wp-block-quote,
.post-article__contents > * + figure,
.post-article__contents > * + .wp-block-table,
.post-article__contents > * + pre,
.post-article__contents > * + .wp-block-buttons,
.voice-single__body > * + ul,
.voice-single__body > * + ol,
.voice-single__body > * + blockquote,
.voice-single__body > * + .wp-block-quote,
.voice-single__body > * + figure,
.voice-single__body > * + .wp-block-table,
.voice-single__body > * + pre,
.voice-single__body > * + .wp-block-buttons {
  margin-top: 36px;
  margin-top: 2.25rem;
}

/* 見出し前は余白を多めに */
.post-article__contents > * + h2,
.post-article__contents > * + h3,
.post-article__contents > * + h4,
.voice-single__body > * + h2,
.voice-single__body > * + h3,
.voice-single__body > * + h4 {
  margin-top: 48px;
  margin-top: 3rem;
}

/* h2/h3 直後の小見出し連続は詰め気味に */
.post-article__contents > h2 + h3,
.post-article__contents > h3 + h4,
.voice-single__body > h2 + h3,
.voice-single__body > h3 + h4 {
  margin-top: 20px;
  margin-top: 1.25rem;
}

/* 見出し（Figma準拠：太字＋細い下線のシンプル構成） */
.post-article__contents h1,
.voice-single__body h1,
.post-article__contents h2,
.voice-single__body h2,
.post-article__contents h3,
.voice-single__body h3,
.post-article__contents h4,
.voice-single__body h4,
.post-article__contents h5,
.voice-single__body h5 {
  background: none;
  border-bottom: 1px solid #D5D5D5;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 20px;
  padding: 0 0 1.25rem;
}

.post-article__contents h1,
.voice-single__body h1 {
  font-size: 28px;
  font-size: 1.75rem;
}

.post-article__contents h2,
.voice-single__body h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

.post-article__contents h3,
.voice-single__body h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

.post-article__contents h4,
.voice-single__body h4 {
  font-size: 16px;
  font-size: 1rem;
}

.post-article__contents h5,
.voice-single__body h5 {
  font-size: 15px;
  font-size: 0.9375rem;
}

/* 段落 */
.post-article__contents p,
.voice-single__body p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 20px;
  margin-top: 1.25rem;
}

/* 強調 */
.post-article__contents strong,
.post-article__contents b,
.voice-single__body strong,
.voice-single__body b {
  background: linear-gradient(transparent 65%, rgba(240, 87, 16, 0.18) 65%);
  color: #333;
  font-weight: 700;
  padding: 0 2px;
  padding: 0 0.125rem;
}

.post-article__contents em,
.voice-single__body em {
  color: #f05710;
  font-style: normal;
  font-weight: 700;
}

/* リンク */
.post-article__contents a,
.voice-single__body a {
  color: #506de4;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-underline-offset: 0.1875rem;
  word-break: break-all;
}

/* ----- リスト共通 ----- */
.post-article__contents ul,
.post-article__contents ol,
.voice-single__body ul,
.voice-single__body ol {
  background-color: rgba(244, 160, 124, 0.08);
  border-radius: 0.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  list-style: none;
  margin: 0;
  padding: 20px 24px 20px 36px;
  padding: 1.25rem 1.5rem 1.25rem 2.25rem;
}

.post-article__contents li,
.voice-single__body li {
  position: relative;
}

.post-article__contents li + li,
.voice-single__body li + li {
  margin-top: 8px;
  margin-top: 0.5rem;
}

/* ul: オレンジドット */
.post-article__contents ul > li::before,
.voice-single__body ul > li::before {
  background-color: #f05710;
  border-radius: 50%;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: -20px;
  left: -1.25rem;
  position: absolute;
  top: 13px;
  top: 0.8125rem;
  width: 8px;
  width: 0.5rem;
}

/* ol: 番号バッジ（CSSカウンター） */
.post-article__contents ol,
.voice-single__body ol {
  counter-reset: post-ol;
  padding-left: 50px;
  padding-left: 3.125rem;
}

.post-article__contents ol > li::before,
.voice-single__body ol > li::before {
  align-items: center;
  background-color: #f05710;
  border-radius: 50%;
  color: #fff;
  content: counter(post-ol, decimal-leading-zero);
  counter-increment: post-ol;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  height: 26px;
  height: 1.625rem;
  justify-content: center;
  left: -36px;
  left: -2.25rem;
  line-height: 1;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  width: 26px;
  width: 1.625rem;
}

/* ネストしたリスト：背景なし、サブスタイル */
.post-article__contents li ul,
.post-article__contents li ol,
.voice-single__body li ul,
.voice-single__body li ol {
  background: none;
  border-radius: 0;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding: 0 0 0 24px;
  padding: 0 0 0 1.5rem;
}

.post-article__contents li ul > li::before,
.voice-single__body li ul > li::before {
  background-color: #f4713e;
  height: 6px;
  height: 0.375rem;
  left: -16px;
  left: -1rem;
  width: 6px;
  width: 0.375rem;
}

.post-article__contents li ol > li::before,
.voice-single__body li ol > li::before {
  background-color: #f4713e;
  font-size: 10px;
  font-size: 0.625rem;
  height: 20px;
  height: 1.25rem;
  left: -28px;
  left: -1.75rem;
  top: 5px;
  top: 0.3125rem;
  width: 20px;
  width: 1.25rem;
}

/* ----- 引用（blockquote） ----- */
.post-article__contents blockquote,
.voice-single__body blockquote {
  background-color: #fff8f3;
  border-left: 4px solid #f05710;
  border-left: 0.25rem solid #f05710;
  border-radius: 0 0.375rem 0.375rem 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.9;
  margin: 0;
  padding: 20px 20px 20px 48px;
  padding: 1.25rem 1.25rem 1.25rem 3rem;
  position: relative;
}

.post-article__contents blockquote::before,
.voice-single__body blockquote::before {
  color: #f05710;
  content: "“";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-size: 3.5rem;
  left: 12px;
  left: 0.75rem;
  line-height: 1;
  opacity: 0.6;
  position: absolute;
  top: -8px;
  top: -0.5rem;
}

.post-article__contents blockquote p,
.voice-single__body blockquote p {
  margin: 0;
}

.post-article__contents blockquote cite,
.voice-single__body blockquote cite {
  color: #666;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: normal;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: right;
}

.post-article__contents blockquote cite::before,
.voice-single__body blockquote cite::before {
  content: "— ";
}

/* ----- コード ----- */
.post-article__contents code,
.voice-single__body code {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  color: #c06028;
  font-family: Consolas, Menlo, Monaco, monospace;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
}

.post-article__contents pre,
.voice-single__body pre {
  background-color: #2d2d2d;
  border-radius: 0.375rem;
  color: #f5f5f5;
  font-family: Consolas, Menlo, Monaco, monospace;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7;
  margin: 0;
  overflow-x: auto;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
}

.post-article__contents pre code,
.voice-single__body pre code {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  padding: 0;
}

/* ----- 画像 ----- */
.post-article__contents figure,
.voice-single__body figure {
  line-height: 0;
  margin: 0;
}

.post-article__contents figure img,
.voice-single__body figure img {
  border-radius: 0.375rem;
  display: block;
  height: auto;
  width: 100%;
}

.post-article__contents figcaption,
.voice-single__body figcaption {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: center;
}

/* 画像の左右配置（Gutenberg の alignleft / alignright） */

.post-article__contents .aligncenter,
.voice-single__body .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* ----- 表 ----- */
.post-article__contents table,
.voice-single__body table {
  border-collapse: collapse;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 0;
  width: 100%;
}

.post-article__contents thead th,
.voice-single__body thead th {
  background-color: #f05710;
  border: 1px solid #f05710;
  color: #fff;
  font-weight: 700;
  padding: 10px 14px;
  padding: 0.625rem 0.875rem;
  text-align: left;
}

.post-article__contents tbody td,
.post-article__contents tbody th,
.voice-single__body tbody td,
.voice-single__body tbody th {
  border: 1px solid #e0e0e0;
  padding: 10px 14px;
  padding: 0.625rem 0.875rem;
  text-align: left;
  vertical-align: top;
}

.post-article__contents tbody tr:nth-child(even) td,
.voice-single__body tbody tr:nth-child(even) td {
  background-color: #fafafa;
}

/* ----- 区切り線 ----- */
.post-article__contents hr,
.voice-single__body hr {
  background-color: #333;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* ----- ボタン（wp-block-button） ----- */
.post-article__contents .wp-block-buttons,
.voice-single__body .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  gap: 0.875rem;
  justify-content: center;
}

.post-article__contents .wp-block-button,
.voice-single__body .wp-block-button {
  display: inline-block;
  margin: 0;
}

.post-article__contents .wp-block-button__link,
.post-article__contents a.wp-block-button__link,
.voice-single__body .wp-block-button__link,
.voice-single__body a.wp-block-button__link {
  align-items: center;
  background-color: #f05710;
  color: #fff;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4;
  min-width: 220px;
  min-width: 13.75rem;
  padding: 14px 40px 14px 28px;
  padding: 0.875rem 2.5rem 0.875rem 1.75rem;
  position: relative;
  -webkit-text-decoration: none;
  border: 2px solid #f05710;
  border: 0.125rem solid #f05710;
  border-radius: 62.4375rem;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

.post-article__contents .wp-block-button__link::after,
.voice-single__body .wp-block-button__link::after {
  border-right: 2px solid #fff;
  border-right: 0.125rem solid #fff;
  border-top: 2px solid #fff;
  border-top: 0.125rem solid #fff;
  content: "";
  height: 8px;
  height: 0.5rem;
  position: absolute;
  right: 18px;
  right: 1.125rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.2s, right 0.2s;
  width: 8px;
  width: 0.5rem;
}

/* アウトラインボタン（is-style-outline） */
.post-article__contents .wp-block-button.is-style-outline .wp-block-button__link,
.voice-single__body .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #f05710;
}

.post-article__contents .wp-block-button.is-style-outline .wp-block-button__link::after,
.voice-single__body .wp-block-button.is-style-outline .wp-block-button__link::after {
  border-right-color: #f05710;
  border-top-color: #f05710;
}

/* ----- 動画埋め込み（responsive） ----- */
.post-article__contents .wp-block-embed,
.voice-single__body .wp-block-embed {
  margin: 0;
}

.post-article__contents .wp-block-embed iframe,
.voice-single__body .wp-block-embed iframe {
  aspect-ratio: 16/9;
  border-radius: 0.375rem;
  height: auto;
  width: 100%;
}

/* ブロック: post-list（ファイル: post-list.scss） */
.post-list {
  position: relative;
}

.post-list__wrap {
  margin: 32px 0;
  margin: 2rem 0;
}

.post-list__title {
  color: #f05710;
  font-size: 48px;
  font-size: 3rem;
}

.post-list__items {
  display: grid;
  grid-gap: 50px;
  gap: 50px;
  gap: 3.125rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.post-list__cards {
  margin-top: 48px;
  margin-top: 3rem;
}

.post-list__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.top-achievements__inner {
  margin: 0px auto 0;
  margin: 0rem auto 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 619px;
  padding-top: 32px;
  padding-top: 2rem;
  width: 100%;
}

.top-achievements__bubble {
  align-items: center;
  background-color: #f6c500;
  border-radius: 0.9375rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  min-height: 35px;
  min-height: 2.1875rem;
  position: relative;
  width: 100%;
}

.top-achievements__bubble::after {
  border: 8px solid transparent;
  border: 0.5rem solid transparent;
  border-top: 15px solid #f6c500;
  border-top: 0.9375rem solid #f6c500;
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}

.top-achievements__bubble-text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0px 14px;
  padding: 0rem 0.875rem;
}

.top-achievements__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto 1.875rem auto auto auto;
  list-style: none;
  margin-top: 26px;
  margin-top: 1.625rem;
  padding: 0;
  position: relative;
  grid-row-gap: 0;
  row-gap: 0;
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.top-achievements__list::before {
  background-image: linear-gradient(to bottom, #666666 50%, transparent 50%);
  background-repeat: repeat-y;
  background-size: 0.0625rem 0.5rem;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  width: 0.0625rem;
}

.top-achievements__list::after {
  background-image: linear-gradient(to right, #666666 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 0.5rem 0.0625rem;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.achievements-list__item {
  display: grid;
  grid-row: span 3;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  justify-items: start;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}

.achievements-list__item:nth-child(n+3) {
  grid-row: 5/8;
}

.achievements-list__icon {
  grid-column: 1/2;
  grid-row: auto;
  height: 35px;
  height: 2.1875rem;
  line-height: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 35px;
  width: 2.1875rem;
}

.achievements-list__icon img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.achievements-list__lead {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  grid-column: 1/2;
  line-height: 1;
  margin: 0;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.achievements-list__lead-em {
  color: #65c73b;
}

.achievements-list__title {
  align-items: baseline;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 4px;
  gap: 0.25rem;
  grid-column: 1/2;
  line-height: 1;
  margin-top: auto;
}

.achievements-list__title--indigo {
  color: #506de4;
}

.achievements-list__title--yellow {
  color: #f6c500;
}

.achievements-list__title--orange {
  color: #f4713e;
}

.achievements-list__title--green {
  color: #65c73b;
}

.achievements-list__title-num {
  font-size: 32px;
  font-size: 2rem;
}

.achievements-list__title-unit {
  font-size: 24px;
  font-size: 1.5rem;
}

.layout-top-blog {
  border-top: 1px solid #ccc;
  margin-top: 80px;
  margin-top: 5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.top-blog__inner {
  margin: auto;
  max-width: 600px;
  max-width: 37.5rem;
  padding: 0 7px;
  padding: 0 0.4375rem;
  width: 100%;
}

.top-blog__head {
  text-align: center;
}

.top-blog__en {
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.top-blog__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 12px 0 0;
  margin: 0.75rem 0 0;
}

.top-blog__title-char {
  display: inline-block;
}

.top-blog__title-char--c1 {
  color: #3d9aeb;
}

.top-blog__title-char--c2 {
  color: #f4713e;
}

.top-blog__title-char--c3 {
  color: #65c73b;
}

.top-blog__title-char--c4 {
  color: #506de4;
}

.top-blog__title-char--c5 {
  color: #f6c500;
}

.top-blog__list {
  display: grid;
  list-style: none;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 0;
  grid-gap: 20px;
  gap: 20px;
  gap: 1.25rem;
}

.blog-list__item {
  margin: 0;
}

.blog-list__link {
  background-color: #fff;
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.15);
  display: grid;
  grid-template-columns: 5rem 1fr;
  padding: 10px 14px;
  padding: 0.625rem 0.875rem;
  position: relative;
  grid-column-gap: 0.875rem;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
  grid-row-gap: 8px;
  row-gap: 8px;
  row-gap: 0.5rem;
  -webkit-text-decoration: none;
  color: inherit;
  min-height: 159px;
  min-height: 9.9375rem;
  text-decoration: none;
}

.blog-list__thumb {
  background-color: #d9d9d9;
  grid-column: 1/2;
  grid-row: 1/3;
  height: 80px;
  height: 5rem;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  width: 80px;
  width: 5rem;
}

.blog-list__thumb img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-list__body {
  display: contents;
}

.blog-list__date {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 500;
  grid-column: 2/3;
  grid-row: 1/2;
  justify-self: end;
  line-height: 1.8;
}

.blog-list__title {
  color: #333;
  display: -webkit-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  grid-column: 2/3;
  grid-row: 2/3;
  line-height: 1.5;
  margin: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-list__more {
  align-items: center;
  color: #333;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 500;
  gap: 10px;
  gap: 0.625rem;
  grid-column: 1/3;
  grid-row: 3/4;
  justify-self: center;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.blog-list__arrow {
  background-color: #333;
  display: inline-block;
  height: 1px;
  position: relative;
  transition: transform 0.3s ease;
  width: 40px;
  width: 2.5rem;
}

.blog-list__link:hover .blog-list__arrow {
  transform: translateX(0.375rem);
}

.blog-list__arrow::after {
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  content: "";
  height: 8px;
  height: 0.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  width: 0.5rem;
}

.top-blog__more {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  text-align: center;
}

.top-blog__more-link {
  align-items: center;
  color: #333;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 500;
  gap: 16px;
  gap: 1rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.top-blog__more-arrow {
  background-color: #333;
  display: inline-block;
  height: 1px;
  position: relative;
  transition: transform 0.3s ease;
  width: 40px;
  width: 2.5rem;
}

.top-blog__more-link:hover .top-blog__more-arrow {
  transform: translateX(0.375rem);
}

.top-blog__more-arrow::after {
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  content: "";
  height: 8px;
  height: 0.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  width: 0.5rem;
}

.layout-top-change {
  background-color: #FEFDF0;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.top-change__inner {
  margin: auto;
  width: 100%;
}

.top-change__title {
  color: #f05710;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(48px, min(4.44vw, 64px));
  font-size: max(3rem, min(4.44vw, 4rem));
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.top-change__list {
  display: grid;
  isolation: isolate;
  list-style: none;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 0;
  grid-gap: 20px;
  gap: 20px;
  gap: 1.25rem;
}

.change-list__item {
  align-items: center;
  border: 1px solid #fc8954;
  display: grid;
  grid-template-areas: "icon lead" "desc desc";
  grid-template-columns: auto 1fr;
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
  position: relative;
  grid-column-gap: 0.9375rem;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}

.change-list__item::before {
  background-color: #fffdfd;
  content: "";
  height: 100%;
  left: 5px;
  left: 0.3125rem;
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  width: 100%;
  z-index: -1;
}

.change-list__icon {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  flex-shrink: 0;
  grid-area: icon;
  height: 60px;
  height: 3.75rem;
  justify-content: center;
  line-height: 0;
  width: 60px;
  width: 3.75rem;
}

.change-list__icon img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.change-list__lead {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  align-self: end;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  grid-area: lead;
  line-height: 1.3;
  margin: 0;
  margin-bottom: auto;
}

.change-list__item:nth-child(1) .change-list__lead {
  color: #506de4;
}

.change-list__item:nth-child(2) .change-list__lead {
  color: #f6c500;
}

.change-list__item:nth-child(3) .change-list__lead {
  color: #65c73b;
}

.change-list__item:nth-child(4) .change-list__lead {
  color: #f4713e;
}

.change-list__item:nth-child(5) .change-list__lead {
  color: #3d9aeb;
}

.change-list__desc {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  align-self: start;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  grid-area: desc;
  line-height: 1.3;
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
}

.offer-list__item > .change-list__desc {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.top-change__closing {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin: 25px auto 0;
  margin: 1.5625rem auto 0;
}

.top-change__closing-lead {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  margin: 0;
}

.top-change__closing-punch {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
  text-align: center;
}

.top-change__closing-punch .story-line {
  text-align: left;
}

.layout-top-empathy {
  padding-top: 60px;
  padding-top: 3.75rem;
}

.top-empathy__inner {
  margin: auto;
  width: 100%;
}

.top-empathy__cards {
  display: grid;
  grid-gap: 35px;
  gap: 35px;
  gap: 2.1875rem;
}

.top-empathy__card {
  border-radius: 1.25rem;
  isolation: isolate;
  margin: 0;
  padding: 20px 20px 14px;
  padding: 1.25rem 1.25rem 0.875rem;
  position: relative;
}

.top-empathy__card::before {
  background-color: #eaeaea;
  border-radius: 1.25rem;
  content: "";
  height: 100%;
  left: 5px;
  left: 0.3125rem;
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  width: 100%;
  z-index: -1;
}

.top-empathy__card::after {
  border: 1px solid #444;
  border-radius: 1.25rem;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.top-empathy__card-title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.top-empathy__card-title-ptcl {
  font-size: 24px;
  font-size: 1.5rem;
}

.top-empathy__card-underline {
  display: block;
  height: 11px;
  height: 0.6875rem;
  line-height: 0;
  margin-left: -10px;
  margin-left: -0.625rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  width: calc(100% + 0.625rem);
}

.top-empathy__card-underline img {
  display: block;
  height: 100%;
  width: 100%;
}

.top-empathy__card-body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  margin: 6px 0 0;
  margin: 0.375rem 0 0;
}

.top-empathy__bridge {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin: 40px 0 0;
  margin: 2.5rem 0 0;
}

.top-empathy__era {
  margin: 35px auto 0;
  margin: 2.1875rem auto 0;
  padding: 16px 0 14px;
  padding: 1rem 0 0.875rem;
  position: relative;
  text-align: center;
  z-index: 0;
}

.top-empathy__era-mark {
  display: inline-block;
  height: 48px;
  height: 3rem;
  line-height: 0;
  position: absolute;
  width: 65px;
  width: 4.0625rem;
  z-index: -1;
}

.top-empathy__era-mark img {
  display: block;
  height: 100%;
  width: 100%;
}

.top-empathy__era-mark--l {
  left: 0;
  top: 0;
}

.top-empathy__era-mark--r {
  bottom: 30px;
  bottom: 1.875rem;
  right: 0;
}

.top-empathy__era-title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.top-empathy__era-divider {
  background-color: #eaeaea;
  display: block;
  height: 5px;
  height: 0.3125rem;
  margin: 10px auto 0;
  margin: 0.625rem auto 0;
  width: 100px;
  width: 6.25rem;
}

.top-empathy__era-keywords {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 17px;
  margin-top: 1.0625rem;
  text-align: center;
}

.top-empathy__desc {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}

.top-empathy__closing {
  display: flex;
  justify-content: center;
  margin: 14px 0 0;
  margin: 0.875rem 0 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

.top-empathy__closing .story-line {
  line-height: 2;
}

.layout-top-feedback {
  padding-top: 60px;
  padding-top: 3.75rem;
}

.top-feedback__inner {
  margin: auto;
  max-width: 600px;
  max-width: 37.5rem;
  padding: 0 19px;
  padding: 0 1.1875rem;
  width: 100%;
}

.top-feedback__quote {
  border-left: 5px solid #f6c500;
  margin-left: auto;
  margin-right: auto;
  max-width: 443px;
  max-width: 27.6875rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  position: relative;
}

.top-feedback__quote-line {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin: 0;
}

.top-feedback__quote-line--blue {
  color: #3d9aeb;
}

.top-feedback__quote-line--orange {
  color: #f4713e;
}

.top-feedback__quote-line--green {
  color: #65c73b;
}

.top-feedback__caption {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  margin: 20px 0 0;
  margin: 1.25rem 0 0;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.top-feedback__punch {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
}

.layout-top-heart {
  padding-top: 60px;
  padding-top: 3.75rem;
}

.top-heart__head {
  margin-right: -20px;
  margin-right: -1.25rem;
}

.top-heart__scene {
  display: grid;
  margin: 0 auto;
  max-width: 600px;
  max-width: 37.5rem;
  grid-gap: 24px;
  gap: 24px;
  gap: 1.5rem;
}

.top-heart__gallery {
  line-height: 0;
  margin: 0;
  order: -1;
}

.top-heart__gallery img {
  display: block;
  height: auto;
  width: 100%;
}

.top-heart__body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  margin: 0;
}

.top-heart__conclusion {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
}

.top-heart__divider {
  display: block;
  height: auto;
  margin-left: -2%;
  margin-top: 50px;
  margin-top: 3.125rem;
  max-width: none;
  width: 89.7435897436vw;
}

.layout-top-introduction {
  padding-top: 60px;
  padding-top: 3.75rem;
}

.top-introduction__inner {
  margin: auto;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  position: relative;
  width: 100%;
  z-index: 0;
}

.top-introduction__quote {
  padding-top: 48px;
  padding-top: 3rem;
}

.top-introduction__quote-mark {
  display: inline-block;
  height: 48px;
  height: 3rem;
  line-height: 0;
  position: absolute;
  width: 65px;
  width: 4.0625rem;
  z-index: -1;
}

.top-introduction__quote-mark img {
  display: block;
  height: 100%;
  width: 100%;
}

.top-introduction__quote-mark--l {
  left: 0;
  top: 0;
}

.top-introduction__quote-mark--r {
  bottom: 40px;
  bottom: 2.5rem;
  right: 0;
}

.top-introduction__body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}

.top-introduction__punchline {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0 0;
  margin: 1.25rem 0 0;
  text-align: left;
}

.top-introduction__punchline-comma {
  margin-left: -4px;
  margin-left: -0.25rem;
}

.layout-top-lead {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.top-lead {
  align-items: center;
  background-color: #FEFDF0;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.1;
}

.top-lead__brand {
  margin: 0;
}

.top-lead__seminar {
  color: #333;
  margin: 0;
}

.top-lead__char {
  display: inline-block;
}

.top-lead__char--c1 {
  color: #3d9aeb;
}

.top-lead__char--c2 {
  color: #f4713e;
}

.top-lead__char--c3 {
  color: #65c73b;
}

.top-lead__char--c4 {
  color: #506de4;
}

.top-lead__char--c5 {
  color: #f6c500;
}

.layout-top-life {
  padding-top: 60px;
  padding-top: 3.75rem;
}

.top-life__head {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.top-life__scene {
  margin: 0 auto;
  max-width: 600px;
  max-width: 37.5rem;
  position: relative;
}

.top-life__image {
  line-height: 0;
  margin: 0;
}

.top-life__image img {
  display: block;
  height: auto;
  width: 100%;
}

.top-life__card {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.625rem;
  left: 15px;
  left: 0.9375rem;
  padding: 15px;
  padding: 0.9375rem;
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  top: 42.8571428571%;
}

.top-life__body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  margin: 0;
}

.top-life__conclusion {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  max-width: 600px;
  max-width: 37.5rem;
}

.top-life__divider {
  display: block;
  height: auto;
  margin-left: -2%;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: none;
  width: 89.7435897436vw;
}

.layout-top-mv {
  position: relative;
}

.top-mv__rail {
  align-items: center;
  background-color: #FEFDF0;
  border-right: 1px solid #CCCCCC;
  display: flex;
  flex-direction: column;
  gap: 0px;
  gap: 0rem;
  height: calc(100svh - 2.1875rem);
  left: 0;
  padding: 15px 4px;
  padding: 0.9375rem 0.25rem;
  position: fixed;
  top: 71px;
  top: 4.4375rem;
  width: 11.7948717949%;
  z-index: 10;
}

.top-mv__rail-lead {
  display: none;
}

.top-mv__rail-box {
  align-items: center;
  background-color: #ffe169;
  border-radius: 1.125rem;
  display: inline-flex;
  justify-content: center;
  margin: 0;
  min-height: 140px;
  min-height: 8.75rem;
  padding: 10px 8px;
  padding: 0.625rem 0.5rem;
  width: 26px;
  width: 1.625rem;
  writing-mode: vertical-rl;
}

.top-mv__rail-box-text {
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 10.88px + 1.31vw, 24px);
  font-size: clamp(1rem, 0.68rem + 1.31vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.5em;
  line-height: 1.5;
}

.top-mv__rail-seminar {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(32px, 16.656px + 3.93vw, 56px);
  font-size: clamp(2rem, 1.041rem + 3.93vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.97;
  margin: 0;
  writing-mode: vertical-rl;
}

.top-mv__rail-seminar-char {
  display: inline-block;
}

.top-mv__rail-seminar-char--c1 {
  color: #3d9aeb;
}

.top-mv__rail-seminar-char--c2 {
  color: #f4713e;
}

.top-mv__rail-seminar-char--c3 {
  color: #65c73b;
}

.top-mv__rail-seminar-char--c4 {
  color: #506de4;
}

.top-mv__rail-seminar-char--c5 {
  color: #f6c500;
}

.top-mv__rail-open {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-top: 8px;
  padding-top: 0.5rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.top-mv__rail-open::before {
  background-color: #333;
  content: "";
  height: 1px;
  left: -2px;
  left: -0.125rem;
  position: absolute;
  top: 0;
  width: 40px;
  width: 2.5rem;
}

.top-mv__rail-open-date {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  order: 1;
}

.top-mv__rail-open-date-upper,
.top-mv__rail-open-date-lower {
  align-items: baseline;
  display: flex;
  gap: 0 2px;
  gap: 0 0.125rem;
}

.top-mv__rail-open-month {
  color: #f05710;
  font-size: 14px;
  font-size: 0.875rem;
}

.top-mv__rail-open-slash {
  color: #f05710;
  font-size: 12px;
  font-size: 0.75rem;
  transform: translateY(-10%);
}

.top-mv__rail-open-day {
  color: #f05710;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.top-mv__rail-open-dow {
  color: #f4713e;
  display: flex;
  font-size: 10.4px;
  font-size: 0.65rem;
  transform: translateX(-0.65em);
}

.top-mv__rail-open-dow-bracket {
  letter-spacing: -0.1em;
}

.top-mv__rail-open-dow-bracket--left {
  display: inline-block;
  transform: translateX(-0.1em);
}

.top-mv__rail-open-dow-bracket--right {
  display: inline-block;
}

.top-mv__rail-open-tbd {
  color: #f05710;
  font-size: 14px;
  font-size: 0.875rem;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.top-mv__rail-open-time {
  color: #f05710;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 4px 0 0;
  margin: 0.25rem 0 0;
  order: 2;
}

.top-mv__rail-open-time-label {
  color: #333;
  display: block;
  text-align: center;
}

.top-mv__content-inner {
  margin: auto;
  padding-top: 29px;
  padding-top: 1.8125rem;
  width: 100%;
}

.top-mv__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: title;
}

.top-mv__gallery {
  grid-area: gallery;
}

.top-achievements__inner {
  grid-area: achievements;
}

.top-mv__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 641px;
  position: relative;
}

.top-mv__title-bracket {
  display: inline-block;
  height: 30px;
  height: 1.875rem;
  line-height: 0;
  width: 52px;
  width: 3.25rem;
}

.top-mv__title-bracket img {
  display: block;
  height: 100%;
  width: 100%;
}

.top-mv__title-bracket--l {
  left: 0;
  position: absolute;
  top: 0;
}

.top-mv__title-bracket--r {
  bottom: 0;
  position: absolute;
  right: 0;
}

.top-mv__title-text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(48px, min(8vw, 88px));
  font-size: max(3rem, min(8vw, 5.5rem));
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 15px 12px;
  padding: 0.9375rem 0.75rem;
}

.top-mv__title-line {
  display: block;
  font-size: clamp(44.8px, 28px + 5.29vw, 84px);
  font-size: clamp(2.8rem, 1.75rem + 5.29vw, 5.25rem);
  white-space: nowrap;
}

.top-mv__title-en {
  font-size: 1.167em;
}

.top-mv__title-jp {
  font-size: 1em;
}

.top-mv__gallery {
  line-height: 0;
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.top-mv__gallery img {
  display: block;
  height: auto;
  width: 100%;
}

.layout-top-offer {
  padding-top: 60px;
  padding-top: 3.75rem;
}

.top-offer__inner {
  margin: auto;
  width: 100%;
}

.top-offer__head {
  padding: 48px 0 0;
  padding: 3rem 0 0;
}

.top-offer__quote-mark {
  display: inline-block;
  height: 48px;
  height: 3rem;
  line-height: 0;
  position: absolute;
  width: 65px;
  width: 4.0625rem;
  z-index: -1;
}

.top-offer__quote-mark img {
  display: block;
  height: 100%;
  width: 100%;
}

.top-offer__quote-mark--l {
  left: 0;
  top: -38px;
  top: -2.375rem;
}

.top-offer__quote-mark--r {
  bottom: 0;
  right: 0;
}

.top-offer__title {
  color: #506de4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(48px, min(5vw, 72px));
  font-size: max(3rem, min(5vw, 4.5rem));
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  position: relative;
  z-index: 0;
}

.top-offer__list {
  display: grid;
  list-style: none;
  margin-top: 30px;
  margin-top: 1.875rem;
  grid-gap: 30px;
  gap: 30px;
  gap: 1.875rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.offer-list__item {
  align-items: center;
  display: grid;
  grid-template-areas: "num   title" "desc  desc";
  grid-template-columns: auto 1fr;
  grid-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  grid-row-gap: 10px;
  row-gap: 10px;
  row-gap: 0.625rem;
}

.offer-list__num {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  grid-area: num;
  line-height: 1;
}

.offer-list__item:nth-child(1) .offer-list__num {
  color: #3d9aeb;
}

.offer-list__item:nth-child(2) .offer-list__num {
  color: #f4713e;
}

.offer-list__item:nth-child(3) .offer-list__num {
  color: #65c73b;
}

.offer-list__item:nth-child(4) .offer-list__num {
  color: #f6c500;
}

.offer-list__item:nth-child(5) .offer-list__num {
  color: #506de4;
}

.offer-list__item:nth-child(6) .offer-list__num {
  color: #f687e9;
}

.offer-list__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  grid-area: title;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.offer-list__title-ptcl {
  font-weight: 500;
}

.offer-list__desc {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 500;
  grid-area: desc;
  line-height: 2;
  margin: 0;
  text-align: left;
}

.offer-list__item > .offer-list__desc {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.top-offer__closing {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}

.top-offer__closing .story-line {
  color: #506de4;
  max-width: 235px;
  max-width: 14.6875rem;
  text-align: center;
}

.top-office__head {
  margin-right: -20px;
  margin-right: -1.25rem;
}

.top-office__scene {
  display: grid;
  margin: 0 auto;
  padding-top: 20px;
  padding-top: 1.25rem;
  grid-gap: 24px;
  gap: 24px;
  gap: 1.5rem;
}

.top-office__scene .story-banner {
  font-size: clamp(48px, 31.488px + 4.23vw, 64px);
  font-size: clamp(3rem, 1.968rem + 4.23vw, 4rem);
  max-width: 86%;
}

.top-office__gallery {
  line-height: 0;
  margin: 0;
  max-width: 95%;
  order: -1;
}

.top-office__gallery img {
  display: block;
  height: auto;
  width: 100%;
}

.top-office__scene-body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  margin: 0;
}

.top-office__past-body {
  color: #393762;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 2;
  margin: 0;
  margin-top: -6px;
  margin-top: -0.375rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  position: relative;
}

.top-office__past-body::before {
  background-color: #393762;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

.top-office__conclusion {
  display: grid;
  grid-template-columns: 2.5rem auto;
  grid-row-gap: 6px;
  row-gap: 6px;
  row-gap: 0.375rem;
}

.top-office__conclusion .story-line {
  padding: 2px 5px;
  padding: 0.125rem 0.3125rem;
}

.top-office__divider {
  display: block;
  height: auto;
  margin-left: -2%;
  margin-top: 50px;
  margin-top: 3.125rem;
  max-width: none;
  width: 89.7435897436vw;
}

.top-office__conclusion > :nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/2;
  justify-self: start;
}

.top-office__conclusion > :nth-child(2) {
  grid-column: 2/3;
  grid-row: 2/3;
  justify-self: flex-end;
}

.layout-top-open-info {
  padding-top: 20px;
  padding-top: 1.25rem;
}

.top-open-info__inner {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin: auto;
  padding: 13px 0 8px;
  padding: 0.8125rem 0 0.5rem;
  width: 100%;
}

.top-open-info__row {
  display: flex;
}

.top-open-info__row--primary {
  align-items: baseline;
  display: grid;
  grid-template-areas: "date time" "fee  fee";
  grid-template-columns: auto 1fr;
  grid-column-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  grid-row-gap: 0px;
  justify-content: center;
  row-gap: 0px;
  row-gap: 0rem;
}

.top-open-info__row--secondary {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.top-open-info__row--venue {
  align-items: flex-start;
  flex-direction: column;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.top-open-info__date {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  align-items: baseline;
  color: #f05710;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  gap: 0;
  grid-area: date;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.top-open-info__date-month {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
}

.top-open-info__date-slash {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

.top-open-info__date-day {
  font-size: 64px;
  font-size: 4rem;
  line-height: 1;
}

.top-open-info__date-dow {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  transform: translateX(-0.5em);
}

.top-open-info__date-tbd {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
  white-space: nowrap;
}

.top-open-info__time {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  grid-area: time;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0;
  transform: translateX(-0.3em);
}

.top-open-info__fee {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  align-items: flex-end;
  display: flex;
  gap: 4px;
  gap: 0.25rem;
  grid-area: fee;
  margin: 0;
}

.top-open-info__fee-tag {
  background-color: #fff;
  color: #c06028;
  display: inline-block;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 4px 6px;
  padding: 0.25rem 0.375rem;
}

.top-open-info__fee-body {
  align-items: baseline;
  color: #333;
  display: inline-flex;
  flex-shrink: 0;
  gap: 2px;
  gap: 0.125rem;
}

.top-open-info__fee-prefix {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.top-open-info__fee-amount {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.top-open-info__fee-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.top-open-info__place {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 2;
  margin: 0;
}

.top-open-info__map a {
  color: #3d9aeb;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 2;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.top-open-info__venue-tag {
  background-color: #ff9636;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
}

.top-open-info__venue-note {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
  margin: 0;
  margin-top: 5px;
  margin-top: 0.3125rem;
  white-space: nowrap;
}

.layout-top-schedule {
  padding-top: 60px;
  padding-top: 3.75rem;
}

.top-schedule__inner {
  margin: auto;
  width: 100%;
}

.top-schedule__card {
  background-color: #fff;
  border: 5px solid #ffbb9c;
  border: 0.3125rem solid #ffbb9c;
  border-radius: 1.875rem;
  margin: auto;
  padding: 40px 3px 18px;
  padding: 2.5rem 0.1875rem 1.125rem;
}

.top-schedule__title {
  color: #f05710;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.top-schedule__list {
  list-style: none;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.schedule-list__item {
  align-items: start;
  display: grid;
  grid-template-columns: 1.25rem auto 1fr;
  position: relative;
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.schedule-list__item + .schedule-list__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.schedule-list__item::before {
  background-color: #f05710;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  height: 1.25rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  position: relative;
  width: 20px;
  width: 1.25rem;
  z-index: 1;
}

.schedule-list__item:not(:last-of-type)::after {
  background-color: #f05710;
  content: "";
  height: calc(100% + 1.25rem);
  left: 9px;
  left: 0.5625rem;
  position: absolute;
  top: 15px;
  top: 0.9375rem;
  width: 2px;
  width: 0.125rem;
}

.schedule-list__time {
  color: #f05710;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.schedule-list__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  white-space: nowrap;
}

.layout-top-search {
  padding-top: 60px;
  padding-top: 3.75rem;
}

.top-search__banner {
  line-height: 0;
  margin: 0;
  margin-left: -13.3333333333vw;
  overflow: hidden;
  padding-left: 14.1025641026%;
  width: calc(100% + 16.6666666667vw);
}

.top-search__banner img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-search__head {
  margin-right: -20px;
  margin-right: -1.25rem;
}

.top-search__scene {
  display: grid;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  width: 100%;
  grid-gap: 20px;
  gap: 20px;
  gap: 1.25rem;
}

.top-search__gallery {
  line-height: 0;
  margin: 0;
  order: -1;
}

.top-search__gallery img {
  display: block;
  height: auto;
  width: 100%;
}

.top-search__body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  margin: 0;
}

.top-search__conclusion {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.top-search__divider {
  display: block;
  height: auto;
  margin-left: -2%;
  margin-top: 50px;
  margin-top: 3.125rem;
  max-width: none;
  width: 89.7435897436vw;
}

.layout-top-slide {
  overflow: hidden;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.top-slide__track {
  overflow: hidden;
  width: 100%;
}

.top-slide__list {
  animation: top-slide-marquee 40s linear infinite;
  display: flex;
  gap: 4px;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
}

.top-slide__item {
  flex: 0 0 auto;
  line-height: 0;
  overflow: hidden;
  width: 180px;
  width: 11.25rem;
}

.top-slide__item img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 300/250;
  height: auto;
     object-fit: cover;
  object-fit: cover;
}

@keyframes top-slide-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.layout-top-voice {
  background-color: #FEFDF0;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.top-voice__inner {
  background-color: #fff;
  background-image: radial-gradient(rgba(51, 51, 51, 0.05) 0.125rem, transparent 0.125rem);
  background-position: 0 0;
  background-size: 1.75rem 1.75rem;
  border-radius: 1.25rem;
  margin-left: -1.5384615385vw;
  padding: 30px 26px 40px 26px;
  padding: 1.875rem 1.625rem 2.5rem 1.625rem;
  width: calc(100% + 4.1025641026vw);
}

.top-voice__head {
  text-align: center;
}

.top-voice__en {
  color: #ffe169;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 1.2;
  margin: 0;
}

.top-voice__title {
  color: #f4713e;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 8px 0 0;
  margin: 0.5rem 0 0;
}

.top-voice__body {
  display: grid;
  margin-top: 30px;
  margin-top: 1.875rem;
  grid-gap: 24px;
  gap: 24px;
  gap: 1.5rem;
  grid-template-areas: "intro" "list" "more";
  justify-content: center;
}

.top-voice__intro {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  grid-area: intro;
}

.top-voice__lead {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.top-voice__portrait {
  aspect-ratio: 205/261;
  border: 1px solid #fff;
  border-radius: 1.25rem;
  line-height: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 52.5641025641vw;
}

.top-voice__portrait img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-voice__list {
  display: grid;
  list-style: none;
  margin: 0 0 0 -22px;
  margin: 0 0 0 -1.375rem;
  padding: 0;
  grid-gap: 0;
  gap: 0;
}

.voice-list__item {
  border-bottom: 1px solid #333;
}

.voice-list__link {
  align-items: center;
  display: grid;
  grid-template-columns: 2.5rem 1fr 2.5rem;
  padding: 16px 0 16px 5px;
  padding: 1rem 0 1rem 0.3125rem;
  grid-gap: 6px;
  gap: 6px;
  gap: 0.375rem;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
}

.top-voice__list .voice-list__num {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.voice-list__text {
  color: #333;
  display: -webkit-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 2;
  margin: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.voice-list__arrow {
  background-color: #333;
  display: inline-block;
  height: 1px;
  justify-self: end;
  position: relative;
  transition: transform 0.3s ease;
  width: 30px;
  width: 1.875rem;
}

.voice-list__link:hover .voice-list__arrow {
  transform: translateX(0.375rem);
}

.voice-list__arrow::after {
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  content: "";
  height: 8px;
  height: 0.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  width: 0.5rem;
}

.top-voice__more {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  text-align: left;
}

.top-voice__more-link {
  align-items: center;
  color: #333;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 500;
  gap: 16px;
  gap: 1rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.top-voice__more-arrow {
  background-color: #333;
  display: inline-block;
  height: 1px;
  position: relative;
  transition: transform 0.3s ease;
  width: 40px;
  width: 2.5rem;
}

.top-voice__more-link:hover .top-voice__more-arrow {
  transform: translateX(0.375rem);
}

.top-voice__more-arrow::after {
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  content: "";
  height: 8px;
  height: 0.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  width: 0.5rem;
}

.layout-voice-archive {
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.voice-archive__head {
  padding: 0 20px;
  padding: 0 1.25rem;
  text-align: center;
}

.voice-archive__en {
  color: #ffe169;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
}

.voice-archive__title {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 8px 0 0;
  margin: 0.5rem 0 0;
}

.voice-archive__inner {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  max-width: 840px;
  max-width: 52.5rem;
  padding: 0 38px;
  padding: 0 2.375rem;
  width: 100%;
}

/* ---- list ---- */
.voice-archive__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  gap: 3.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* override top-voice border-bottom */
.voice-archive__list .voice-list__item {
  border-bottom: none;
  counter-increment: none;
  margin: 0;
}

.voice-list__card {
  display: block;
}

.voice-list__line {
  background: linear-gradient(to right, #7D7BE6 20%, #D5D5D5 20%);
  display: block;
  height: 1px;
  width: 100%;
}

.voice-archive__list .voice-list__num {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  margin: 16px 0 0;
  margin: 1rem 0 0;
}

.voice-archive__list .voice-list__body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin: 12px 0 0;
  margin: 0.75rem 0 0;
}

.voice-list__attr {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: right;
}

/* ---- pagination ---- */
.voice-archive__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  gap: 0.9375rem;
  justify-content: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}
.voice-archive__pagination .page-numbers {
  align-items: center;
  border: 1px solid #546277;
  color: #546277;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 400;
  height: 50px;
  height: 3.125rem;
  justify-content: center;
  line-height: 1;
  width: 50px;
  width: 3.125rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.voice-archive__pagination .page-numbers.current {
  background-color: #3d9aeb;
  border-color: #3d9aeb;
  color: #fff;
}
.voice-archive__pagination .page-numbers:not(.current):not(.dots):hover {
  background-color: #3d9aeb;
  border-color: #3d9aeb;
  color: #fff;
}
.voice-archive__pagination .page-numbers.dots {
  border-color: #546277;
  pointer-events: none;
}
.voice-archive__pagination .page-numbers.prev, .voice-archive__pagination .page-numbers.next {
  font-size: 0;
}
.voice-archive__pagination .page-numbers.prev::after, .voice-archive__pagination .page-numbers.next::after {
  content: "";
  display: block;
  height: 12px;
  height: 0.75rem;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 18px;
  width: 1.125rem;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  background-color: #546277;
  transition: background-color 0.2s ease;
}
.voice-archive__pagination .page-numbers.prev:hover::after, .voice-archive__pagination .page-numbers.next:hover::after {
  background-color: #fff;
}
.voice-archive__pagination .page-numbers.next::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Cpath d='M2.5 1l5 5-5 5' fill='none' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5 1l5 5-5 5' fill='none' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Cpath d='M2.5 1l5 5-5 5' fill='none' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5 1l5 5-5 5' fill='none' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.voice-archive__pagination .page-numbers.prev::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Cpath d='M15.5 1l-5 5 5 5' fill='none' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 1l-5 5 5 5' fill='none' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Cpath d='M15.5 1l-5 5 5 5' fill='none' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 1l-5 5 5 5' fill='none' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* ---- back link ---- */
.voice-archive__back {
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
}

/* SP/PC 出し分けユーティリティ
 * sp-only    : SP のみ表示（< 768px）
 * pc-only    : タブレット以上で表示（>= 768px）
 * tab-only   : タブレットのみ表示（768px 〜 999px）
 * lg-only    : PC のみ表示（>= 1000px）
 */
.pc-only {
  display: none;
}

.tab-only {
  display: none;
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px){
  html {
    font-size: 1.3333333333vw;
  }
  .footer {
    padding-bottom: 38px;
    padding-bottom: 2.375rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .footer__inner {
    max-width: 1340px;
    max-width: 83.75rem;
  }
  .home .footer__inner,
  .single-seminar .footer__inner,
  .has-page-sidebar .footer__inner {
    padding-left: 20.9302325581%;
  }
  .footer__brand {
    gap: 30px;
    gap: 1.875rem;
  }
  .footer__logo img {
    width: 235px;
    width: 14.6875rem;
  }
  .header__inner {
    height: 50px;
    height: 3.125rem;
    padding: 0 29px;
    padding: 0 1.8125rem;
  }
  .header__label-img {
    width: 121px;
    width: 7.5625rem;
  }
  .header__logo img {
    width: 137px;
    width: 8.5625rem;
  }
  .inner {
    max-width: 1250px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .main {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
  .main.main--front {
    padding-left: 20.9302325581%;
  }
  .back-btn {
    padding: 10px 24px;
    padding: 0.625rem 1.5rem;
  }
  .back-btn__link {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .layout-cta {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .cta__inner {
    max-width: 1200px;
    max-width: 75rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .cta__btn {
    font-size: 28px;
    font-size: 1.75rem;
    height: 52px;
    height: 3.25rem;
    max-width: 500px;
    max-width: 31.25rem;
  }
  .cta__btn::after {
    height: 19px;
    height: 1.1875rem;
    right: 28px;
    right: 1.75rem;
    width: 13px;
    width: 0.8125rem;
  }
  .post-footer-photo {
    margin-top: 100px;
    margin-top: 6.25rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  .story-banner {
    margin-left: 0;
    margin-left: initial;
    max-width: none;
    max-width: initial;
    max-width: 83%;
    min-height: max(70px, min(7.2vw, 123px));
    min-height: max(4.375rem, min(7.2vw, 7.6875rem));
    padding: 20px 10px 20px max(20px, min(1.34vw, 40px));
    padding: 1.25rem 0.625rem 1.25rem max(1.25rem, min(1.34vw, 2.5rem));
  }
  .story-banner--center {
    justify-content: center;
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
  .story-line {
    line-height: 1.5;
    min-height: max(40px, min(4.1vw, 70px));
    min-height: max(2.5rem, min(4.1vw, 4.375rem));
  }
  .title {
    color: red;
  }
  .layout-blog-archive {
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
    padding-top: 80px;
    padding-top: 5rem;
  }
  .blog-archive__inner {
    max-width: 1120px;
    max-width: 70rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .blog-archive__en {
    font-size: 32px;
    font-size: 2rem;
  }
  .blog-archive__title {
    font-size: 72px;
    font-size: 4.5rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .blog-archive__lead {
    font-size: 14.4px;
    font-size: 0.9rem;
    margin-top: 32px;
    margin-top: 2rem;
  }
  .blog-archive__list {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .blog-archive__pagination {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .blog-archive__back {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .blog-archive__photo {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .blog-card-list {
    max-width: none;
    max-width: initial;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .blog-card-list__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .blog-card-list__date {
    font-size: 12.8px;
    font-size: 0.8rem;
  }
  .blog-card-list__more {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
  .blog-card-list__more:hover .blog-card-list__arrow {
    transform: translateX(0.25rem);
  }
  .blog-archive .archive-pagination {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .blog-archive .archive-pagination .nav-links ul {
    gap: 15px;
    gap: 0.9375rem;
  }
  .blog-archive .archive-pagination .nav-links ul li a,
  .blog-archive .archive-pagination .nav-links ul li span {
    font-size: 14.4px;
    font-size: 0.9rem;
    height: 50px;
    height: 3.125rem;
    width: 50px;
    width: 3.125rem;
  }
  .layout-contact {
    padding: 80px 25px 40px;
    padding: 5rem 1.5625rem 2.5rem;
  }
  .contact__brand-name {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .contact__brand-sub {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .contact__steps {
    gap: 56px;
    gap: 3.5rem;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .contact__steps::before {
    height: 3px;
    left: 73px;
    left: 4.5625rem;
    right: 73px;
    right: 4.5625rem;
  }
  .contact__step {
    border-width: 3px;
    font-size: 32px;
    font-size: 2rem;
    height: 146px;
    height: 9.125rem;
    width: 146px;
    width: 9.125rem;
  }
  .contact .wpcf7 {
    margin-top: 72px;
    margin-top: 4.5rem;
  }
  .contact .wpcf7-form {
    padding: 60px 100px 70px;
    padding: 3.75rem 6.25rem 4.375rem;
  }
  .contact__form-head {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
  .contact__form-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .contact__form-lead {
    font-size: 14.4px;
    font-size: 0.9rem;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .contact__form-price {
    font-size: 14.4px;
    font-size: 0.9rem;
    margin-top: 16px;
    margin-top: 1rem;
    min-height: 35px;
    min-height: 2.1875rem;
    padding: 2px 24px;
    padding: 0.125rem 1.5rem;
  }
  .contact__payment-info {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-top: 1.5rem;
    max-width: 461px;
    max-width: 28.8125rem;
    text-align: left;
  }
  .contact__payment-info-head {
    gap: 16px;
    gap: 1rem;
  }
  .contact__payment-info-title {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
  .contact__payment-info-text {
    font-size: 14.4px;
    font-size: 0.9rem;
    margin-top: 12px;
    margin-top: 0.75rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }
  .contact__rows {
    gap: 36px;
    gap: 2.25rem;
  }
  .contact__row,
  .contact__field {
    gap: 10px;
    gap: 0.625rem;
  }
  .contact__label {
    font-size: 16px;
    font-size: 1rem;
  }
  .contact__required {
    top: 8px;
    top: 0.5rem;
  }
  .contact__field .wpcf7-form-control.wpcf7-text,
  .contact__field .wpcf7-form-control.wpcf7-email,
  .contact__field .wpcf7-form-control.wpcf7-tel,
  .contact__field .wpcf7-form-control.wpcf7-textarea {
    font-size: 16px;
    font-size: 1rem;
    min-height: 55px;
    min-height: 3.4375rem;
    padding: 16px 24px;
    padding: 1rem 1.5rem;
  }
  .contact__checks {
    gap: 20px 80px;
    gap: 1.25rem 5rem;
    padding: 35px 100px;
    padding: 2.1875rem 6.25rem;
  }
  .contact__checks .wpcf7-list-item {
    flex: 0 0 calc(50% - 2.5rem);
  }
  .contact__checks .wpcf7-list-item label {
    font-size: 16px;
    font-size: 1rem;
    gap: 16px;
    gap: 1rem;
    min-height: auto;
  }
  .contact__checks .wpcf7-list-item-label {
    padding-left: 40px;
    padding-left: 2.5rem;
  }
  .contact__checks .wpcf7-list-item-label::after {
    top: 33%;
  }
  .contact__select-wrap {
    min-height: 95px;
    min-height: 5.9375rem;
    padding: 30px 100px;
    padding: 1.875rem 6.25rem;
  }
  .contact__select-wrap .wpcf7-form-control.wpcf7-select {
    font-size: 14.4px;
    font-size: 0.9rem;
    max-width: 144px;
    max-width: 9rem;
  }
  .contact .wpcf7-not-valid-tip,
  .contact .contact__error--js {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .contact__policy {
    margin-top: 64px;
    margin-top: 4rem;
  }
  .contact__policy-link {
    font-size: 16px;
    font-size: 1rem;
  }
  .contact__policy-ext {
    height: 20px;
    height: 1.25rem;
    width: 20px;
    width: 1.25rem;
  }
  .contact__submit,
  .contact__actions {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .contact__submit--confirm,
  .contact__actions--confirm {
    flex-direction: row;
    gap: 24px;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .contact__btn, .contact__submit .wpcf7-form-control.wpcf7-submit,
  .wpcf7-form-control.contact__btn--send {
    font-size: 16px;
    font-size: 1rem;
    height: 52px;
    height: 3.25rem;
    min-width: 250px;
    min-width: 15.625rem;
  }
  .contact__confirm-list {
    gap: 40px;
    gap: 2.5rem;
  }
  .contact__confirm-row {
    font-size: 16px;
    font-size: 1rem;
  }
  .contact__thanks {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .contact__thanks-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .contact__thanks-lead {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .contact__event {
    margin-top: 60px;
    margin-top: 3.75rem;
    padding: 36px 8px;
    padding: 2.25rem 0.5rem;
  }
  .contact__event-month {
    font-size: 56px;
    font-size: 3.5rem;
  }
  .contact__event-day {
    font-size: 32px;
    font-size: 2rem;
    transform: translateX(-0.5em);
  }
  .contact__event-time {
    font-size: 48px;
    font-size: 3rem;
    letter-spacing: 0;
    transform: translateX(-0.5em);
  }
  .contact__event-month--tbd {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .contact__event-place {
    font-size: 14.4px;
    font-size: 0.9rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .contact__event-tag {
    margin-top: 16px;
    margin-top: 1rem;
    padding-left: 40px;
    padding-left: 2.5rem;
  }
  .contact__event-tag span {
    font-size: 14.4px;
    font-size: 0.9rem;
    padding: 4px 24px;
    padding: 0.25rem 1.5rem;
  }
  .contact__event-desc {
    font-size: 14.4px;
    font-size: 0.9rem;
    margin-top: 12px;
    margin-top: 0.75rem;
    padding-left: 40px;
    padding-left: 2.5rem;
  }
  .contact__news {
    gap: 20px;
    gap: 1.25rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    margin-top: 80px;
    margin-top: 5rem;
    max-width: none;
    max-width: initial;
  }
  .contact__news-card {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    min-width: 0;
  }
  .contact__news-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-top: 0rem;
    max-width: 72%;
    text-align: left;
  }
  .contact__news-body {
    font-size: 14.4px;
    font-size: 0.9rem;
    margin-top: 0px;
    margin-top: 0rem;
  }
  .contact__news-body--next {
    align-items: flex-start;
    gap: 8px;
    gap: 0.5rem;
    text-align: left;
  }
  .contact__news-next-date {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .contact__news-next-dow {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .archive-pagination {
    margin-top: 48px;
    margin-top: 3rem;
  }
  .archive-pagination .nav-links ul li a,
  .archive-pagination .nav-links ul li span {
    font-size: 14.4px;
    font-size: 0.9rem;
    height: 50px;
    height: 3.125rem;
    width: 50px;
    width: 3.125rem;
  }
  .layout-post-article {
    padding-top: 80px;
    padding-top: 5rem;
  }
  .post-article__inner {
    margin-top: 60px;
    margin-top: 3.75rem;
    max-width: 870px;
    max-width: 54.375rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .post-article__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .post-article__date {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .post-article__contents {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .post-article__back {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .post-connect__items {
    row-gap: 40px;
    row-gap: 2.5rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .post-article__contents,
  .voice-single__body {
    font-size: 16px;
    font-size: 1rem;
  }
  .post-article__contents > * + *,
  .voice-single__body > * + * {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .post-article__contents > * + ul,
  .post-article__contents > * + ol,
  .post-article__contents > * + blockquote,
  .post-article__contents > * + .wp-block-quote,
  .post-article__contents > * + figure,
  .post-article__contents > * + .wp-block-table,
  .post-article__contents > * + pre,
  .post-article__contents > * + .wp-block-buttons,
  .voice-single__body > * + ul,
  .voice-single__body > * + ol,
  .voice-single__body > * + blockquote,
  .voice-single__body > * + .wp-block-quote,
  .voice-single__body > * + figure,
  .voice-single__body > * + .wp-block-table,
  .voice-single__body > * + pre,
  .voice-single__body > * + .wp-block-buttons {
    margin-top: 48px;
    margin-top: 3rem;
  }
  .post-article__contents > * + h2,
  .post-article__contents > * + h3,
  .post-article__contents > * + h4,
  .voice-single__body > * + h2,
  .voice-single__body > * + h3,
  .voice-single__body > * + h4 {
    margin-top: 64px;
    margin-top: 4rem;
  }
  .post-article__contents > h2 + h3,
  .post-article__contents > h3 + h4,
  .voice-single__body > h2 + h3,
  .voice-single__body > h3 + h4 {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .post-article__contents h1,
  .voice-single__body h1,
  .post-article__contents h2,
  .voice-single__body h2,
  .post-article__contents h3,
  .voice-single__body h3,
  .post-article__contents h4,
  .voice-single__body h4,
  .post-article__contents h5,
  .voice-single__body h5 {
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
  }
  .post-article__contents h1,
  .voice-single__body h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .post-article__contents h2,
  .voice-single__body h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  .post-article__contents h3,
  .voice-single__body h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .post-article__contents h5,
  .voice-single__body h5 {
    font-size: 16px;
    font-size: 1rem;
  }
  .post-article__contents p,
  .voice-single__body p {
    font-size: 16px;
    font-size: 1rem;
  }
  .post-article__contents a:hover,
  .voice-single__body a:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
  }
  .post-article__contents ul,
  .post-article__contents ol,
  .voice-single__body ul,
  .voice-single__body ol {
    font-size: 16px;
    font-size: 1rem;
    padding: 24px 32px 24px 44px;
    padding: 1.5rem 2rem 1.5rem 2.75rem;
  }
  .post-article__contents ul > li::before,
  .voice-single__body ul > li::before {
    height: 10px;
    height: 0.625rem;
    left: -24px;
    left: -1.5rem;
    top: 14px;
    top: 0.875rem;
    width: 10px;
    width: 0.625rem;
  }
  .post-article__contents ol,
  .voice-single__body ol {
    padding-left: 60px;
    padding-left: 3.75rem;
  }
  .post-article__contents ol > li::before,
  .voice-single__body ol > li::before {
    font-size: 13px;
    font-size: 0.8125rem;
    height: 30px;
    height: 1.875rem;
    left: -44px;
    left: -2.75rem;
    top: 4px;
    top: 0.25rem;
    width: 30px;
    width: 1.875rem;
  }
  .post-article__contents li ul,
  .post-article__contents li ol,
  .voice-single__body li ul,
  .voice-single__body li ol {
    padding-left: 28px;
    padding-left: 1.75rem;
  }
  .post-article__contents li ul > li::before,
  .voice-single__body li ul > li::before {
    height: 7px;
    height: 0.4375rem;
    left: -18px;
    left: -1.125rem;
    width: 7px;
    width: 0.4375rem;
  }
  .post-article__contents li ol > li::before,
  .voice-single__body li ol > li::before {
    height: 22px;
    height: 1.375rem;
    left: -32px;
    left: -2rem;
    width: 22px;
    width: 1.375rem;
  }
  .post-article__contents blockquote,
  .voice-single__body blockquote {
    font-size: 16px;
    font-size: 1rem;
    padding: 28px 28px 28px 60px;
    padding: 1.75rem 1.75rem 1.75rem 3.75rem;
  }
  .post-article__contents blockquote::before,
  .voice-single__body blockquote::before {
    font-size: 72px;
    font-size: 4.5rem;
    left: 18px;
    left: 1.125rem;
    top: -12px;
    top: -0.75rem;
  }
  .post-article__contents blockquote cite,
  .voice-single__body blockquote cite {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .post-article__contents pre,
  .voice-single__body pre {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 20px 24px;
    padding: 1.25rem 1.5rem;
  }
  .post-article__contents figcaption,
  .voice-single__body figcaption {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .post-article__contents .alignleft,
  .voice-single__body .alignleft {
    float: left;
    margin: 0 24px 16px 0;
    margin: 0 1.5rem 1rem 0;
    max-width: 50%;
  }
  .post-article__contents .alignright,
  .voice-single__body .alignright {
    float: right;
    margin: 0 0 16px 24px;
    margin: 0 0 1rem 1.5rem;
    max-width: 50%;
  }
  .post-article__contents table,
  .voice-single__body table {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .post-article__contents .wp-block-buttons,
  .voice-single__body .wp-block-buttons {
    gap: 20px;
    gap: 1.25rem;
  }
  .post-article__contents .wp-block-button__link,
  .post-article__contents a.wp-block-button__link,
  .voice-single__body .wp-block-button__link,
  .voice-single__body a.wp-block-button__link {
    font-size: 16px;
    font-size: 1rem;
    min-width: 280px;
    min-width: 17.5rem;
    padding: 18px 48px 18px 32px;
    padding: 1.125rem 3rem 1.125rem 2rem;
  }
  .post-article__contents .wp-block-button__link::after,
  .voice-single__body .wp-block-button__link::after {
    height: 10px;
    height: 0.625rem;
    right: 22px;
    right: 1.375rem;
    width: 10px;
    width: 0.625rem;
  }
  .post-article__contents .wp-block-button__link:hover,
  .voice-single__body .wp-block-button__link:hover {
    background-color: #fff;
    color: #f05710;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
  .post-article__contents .wp-block-button__link:hover::after,
  .voice-single__body .wp-block-button__link:hover::after {
    border-right-color: #f05710;
    border-top-color: #f05710;
    right: 14px;
    right: 0.875rem;
  }
  .post-article__contents .wp-block-button.is-style-outline .wp-block-button__link:hover,
  .voice-single__body .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: #f05710;
    color: #fff;
  }
  .post-article__contents .wp-block-button.is-style-outline .wp-block-button__link:hover::after,
  .voice-single__body .wp-block-button.is-style-outline .wp-block-button__link:hover::after {
    border-right-color: #fff;
    border-top-color: #fff;
  }
  .post-list__items {
    row-gap: 40px;
    row-gap: 2.5rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .post-list__cards {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .post-list__btn {
    margin: 28px auto 0;
    margin: 1.75rem auto 0;
    max-width: calc(61.25rem + 50px);
    padding: 0 10px;
    padding: 0 0.625rem;
    width: 100%;
  }
  .top-achievements__bubble-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .top-achievements__list {
    grid-template-rows: auto auto 1.875rem auto auto;
    row-gap: 0;
    -moz-column-gap: 0rem;
         column-gap: 0rem;
    margin-top: 43px;
    margin-top: 2.6875rem;
  }
  .achievements-list__item {
    grid-row: span 2;
    grid-template-columns: auto 1fr;
    grid-template-rows: subgrid;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    -moz-column-gap: 0.1875rem;
    align-items: center;
         column-gap: 0.1875rem;
    justify-items: start;
    padding-left: 20px;
    padding-left: 1.25rem;
    row-gap: 0;
    text-align: left;
  }
  .achievements-list__item:nth-child(n+3) {
    grid-row: 4/6;
  }
  .achievements-list__icon {
    grid-row: 1/3;
    height: 60px;
    height: 3.75rem;
    width: 60px;
    width: 3.75rem;
  }
  .achievements-list__lead {
    font-size: 20px;
    font-size: 1.25rem;
    grid-column: 2/3;
    line-height: 1.5;
    margin-top: 0px;
    margin-top: 0rem;
  }
  .achievements-list__title {
    font-size: 40px;
    font-size: 2.5rem;
    grid-column: 2/3;
  }
  .achievements-list__title-num {
    font-size: 48px;
    font-size: 3rem;
  }
  .achievements-list__title-unit {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .layout-top-blog {
    padding-bottom: 57px;
    padding-bottom: 3.5625rem;
    padding-top: 80px;
    padding-top: 5rem;
  }
  .top-blog__inner {
    max-width: 1062px;
    max-width: 66.375rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .top-blog__en {
    font-size: 32px;
    font-size: 2rem;
  }
  .top-blog__title {
    font-size: 64px;
    font-size: 4rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .top-blog__list {
    gap: 20px;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .blog-list__more {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .top-blog__more {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .layout-top-change {
    padding-top: 80px;
    padding-top: 5rem;
  }
  .top-change__inner {
    max-width: 820px;
    max-width: 51.25rem;
  }
  .top-change__list {
    gap: 25px;
    gap: 1.5625rem;
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .change-list__item {
    grid-template-areas: "icon lead" "icon desc";
    min-height: 140px;
    min-height: 8.75rem;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
  .change-list__lead {
    font-size: max(24px, min(2.2vw, 32px));
    font-size: max(1.5rem, min(2.2vw, 2rem));
    margin-bottom: 0;
    margin-bottom: initial;
  }
  .change-list__desc {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .top-change__closing {
    align-items: center;
    gap: 40px;
    gap: 2.5rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .top-change__closing-lead {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .top-change__closing-punch {
    gap: 10px;
    gap: 0.625rem;
  }
  .top-change__closing-punch .story-line {
    text-align: center;
  }
  .layout-top-empathy {
    padding-top: 80px;
    padding-top: 5rem;
  }
  .top-empathy__inner {
    max-width: 1040px;
    max-width: 65rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .top-empathy__cards {
    gap: 40px;
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .top-empathy__card {
    min-height: 271px;
    min-height: 16.9375rem;
    padding: 35px 30px 25px;
    padding: 2.1875rem 1.875rem 1.5625rem;
  }
  .top-empathy__card-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .top-empathy__card-title-ptcl {
    font-size: 32px;
    font-size: 2rem;
  }
  .top-empathy__card-underline {
    margin-left: -16px;
    margin-left: -1rem;
    margin-top: 6px;
    margin-top: 0.375rem;
    width: calc(100% + 1rem);
  }
  .top-empathy__card-body {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
  .top-empathy__bridge {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 44px;
    margin-top: 2.75rem;
    text-align: center;
  }
  .top-empathy__era {
    margin-top: 50px;
    margin-top: 3.125rem;
    max-width: 780px;
    max-width: 48.75rem;
    padding: 0;
  }
  .top-empathy__era-mark {
    height: max(48px, min(5.42vw, 78px));
    height: max(3rem, min(5.42vw, 4.875rem));
    width: max(65px, min(6.53vw, 94px));
    width: max(4.0625rem, min(6.53vw, 5.875rem));
  }
  .top-empathy__era-mark--r {
    bottom: 0;
  }
  .top-empathy__era-title {
    font-size: 48px;
    font-size: 3rem;
  }
  .top-empathy__era-divider {
    width: 200px;
    width: 12.5rem;
  }
  .top-empathy__era-keywords {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.5;
    margin-top: 0px;
    margin-top: 0rem;
  }
  .top-empathy__desc {
    font-size: 16px;
    font-size: 1rem;
    margin: 24px 0 0;
    margin: 1.5rem 0 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-top: 2.5rem;
    max-width: 610px;
    max-width: 38.125rem;
  }
  .top-empathy__closing {
    margin-top: 32px;
    margin-top: 2rem;
    max-width: 100%;
  }
  .layout-top-feedback {
    padding-top: 80px;
    padding-top: 5rem;
  }
  .top-feedback__inner {
    max-width: 900px;
    max-width: 56.25rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .top-feedback__quote {
    padding-left: 6px;
    padding-left: 0.375rem;
  }
  .top-feedback__quote-line {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .top-feedback__caption {
    font-size: 16px;
    font-size: 1rem;
    margin: 30px auto 0;
    margin: 1.875rem auto 0;
    max-width: 482px;
    max-width: 30.125rem;
    padding-left: 32px;
    padding-left: 2rem;
  }
  .top-feedback__punch {
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: 50px;
    margin-top: 3.125rem;
    text-align: center;
  }
  .layout-top-heart {
    padding-top: 80px;
    padding-top: 5rem;
  }
  .top-heart__head {
    margin-right: -2.5641025641vw;
  }
  .top-heart__head .story-banner {
    max-width: 100%;
  }
  .top-heart__scene {
    max-width: 1440px;
    max-width: 90rem;
    padding: 0 35px;
    padding: 0 2.1875rem;
    row-gap: 38px;
    row-gap: 2.375rem;
  }
  .top-heart__body {
    font-size: 16px;
    font-size: 1rem;
  }
  .top-heart__conclusion {
    gap: 3px;
    gap: 0.1875rem;
  }
  .top-heart__divider {
    display: none;
  }
  .top-heart::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 80' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L500,55 L1000,0' stroke='%23cccccc' stroke-width='3' stroke-linejoin='miter' stroke-miterlimit='50' fill='none' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 80px;
    height: 5rem;
    margin-bottom: -40px;
    margin-bottom: -2.5rem;
    margin-top: 80px;
    margin-top: 5rem;
    width: 100%;
  }
  .layout-top-introduction {
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 93px;
    padding-top: 5.8125rem;
  }
  .top-introduction__inner {
    max-width: 920px;
    max-width: 57.5rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .top-introduction__quote {
    margin-left: auto;
    margin-right: auto;
    max-width: 85%;
    padding: 16px 16px 16px 16px;
    padding: 1rem 1rem 1rem 1rem;
  }
  .top-introduction__quote-mark {
    height: max(48px, min(5.42vw, 78px));
    height: max(3rem, min(5.42vw, 4.875rem));
    width: max(65px, min(6.53vw, 94px));
    width: max(4.0625rem, min(6.53vw, 5.875rem));
  }
  .top-introduction__quote-mark--r {
    bottom: 0;
  }
  .top-introduction__body {
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    width: auto;
    width: initial;
  }
  .top-introduction__punchline {
    line-height: 2;
    margin-left: auto;
    margin-top: 20px;
    margin-top: 1.25rem;
    max-width: 91%;
  }
  .top-lead {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .layout-top-life {
    padding-top: 80px;
    padding-top: 5rem;
  }
  .top-life__head {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    margin-left: max(0px, 50% - 50vw + 304px);
    margin-left: max(0px, 50% - 50vw + 19rem);
    margin-right: -2.5641025641vw;
    padding: 0;
  }
  .top-life__head .story-banner {
    max-width: 100%;
  }
  .top-life__scene {
    max-width: 1440px;
    max-width: 90rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .top-life__image {
    margin-left: 0;
    width: 100%;
  }
  .top-life__card {
    left: auto;
    margin: 0;
    padding: 20px 20px;
    padding: 1.25rem 1.25rem;
    right: min(50% - 100px, max(120px, 50vw - 600px));
    right: min(50% - 6.25rem, max(7.5rem, 50vw - 37.5rem));
    top: 40px;
    top: 2.5rem;
    width: 450px;
    width: 28.125rem;
  }
  .top-life__body {
    font-size: 16px;
    font-size: 1rem;
  }
  .top-life__conclusion {
    gap: 10px;
    gap: 0.625rem;
    margin-left: max(0px, 50% - 50vw + 304px);
    margin-left: max(0px, 50% - 50vw + 19rem);
    margin-top: 34px;
    margin-top: 2.125rem;
    max-width: 1440px;
    max-width: 90rem;
    width: 80%;
  }
  .top-life__divider {
    display: none;
  }
  .top-life::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 40' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L500,40 L1000,0' stroke='%23b8b5a8' stroke-width='1' fill='none' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 40px;
    height: 2.5rem;
    margin-top: 90px;
    margin-top: 5.625rem;
    width: 100%;
  }
  .top-mv__rail {
    align-content: start;
    align-items: start;
    display: grid;
    grid-template-areas: "lead seminar box" "open open open";
    grid-template-columns: auto auto auto;
    height: calc(100svh - 3.75rem);
    justify-content: center;
    padding: 0 max(10px, min(1.17vw, 20px));
    padding: 0 max(0.625rem, min(1.17vw, 1.25rem));
    top: 60px;
    top: 3.75rem;
    width: 18.2558139535%;
    grid-column-gap: max(0.5rem, min(0.7vw, 0.75rem));
    -moz-column-gap: max(0.5rem, min(0.7vw, 0.75rem));
         column-gap: max(0.5rem, min(0.7vw, 0.75rem));
    grid-row-gap: max(20px, min(1.5vw, 28px));
    row-gap: max(20px, min(1.5vw, 28px));
    row-gap: max(1.25rem, min(1.5vw, 1.75rem));
  }
  .top-mv__rail-lead {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    color: #333;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: max(12px, min(min(1.25vw, 1.9svh), 18px));
    font-size: max(0.75rem, min(min(1.25vw, 1.9svh), 1.125rem));
    font-weight: 500;
    grid-area: lead;
    letter-spacing: 0.28em;
    line-height: 1.8;
    margin: 0;
    white-space: nowrap;
    writing-mode: vertical-rl;
  }
  .top-mv__rail-box {
    grid-area: box;
    justify-self: end;
    letter-spacing: 2em;
    min-height: max(120px, min(min(13.24vw, 24svh), 226px));
    min-height: max(7.5rem, min(min(13.24vw, 24svh), 14.125rem));
    padding: 20px 4px 24px;
    padding: 1.25rem 0.25rem 1.5rem;
    width: auto;
  }
  .top-mv__rail-box-text {
    font-size: max(14px, min(min(1.71vw, 2.6svh), 24px));
    font-size: max(0.875rem, min(min(1.71vw, 2.6svh), 1.5rem));
    letter-spacing: 0.6em;
    white-space: nowrap;
  }
  .top-mv__rail-seminar {
    font-size: max(28px, min(min(3.9vw, 7svh), 66px));
    font-size: max(1.75rem, min(min(3.9vw, 7svh), 4.125rem));
    grid-area: seminar;
    letter-spacing: max(2px, min(min(0.47vw, 0.8svh), 8px));
    letter-spacing: max(0.125rem, min(min(0.47vw, 0.8svh), 0.5rem));
    line-height: 1;
    white-space: nowrap;
  }
  .top-mv__rail-open {
    grid-area: open;
    margin: 0 auto;
    padding-top: max(10px, min(0.82vw, 14px));
    padding-top: max(0.625rem, min(0.82vw, 0.875rem));
    width: -moz-max-content;
    width: max-content;
  }
  .top-mv__rail-open::before {
    left: 0;
    width: 100%;
  }
  .top-mv__rail-open-date {
    align-items: baseline;
    flex-direction: row;
    gap: 0 2px;
    gap: 0 0.125rem;
    order: 0;
  }
  .top-mv__rail-open-date-upper,
  .top-mv__rail-open-date-lower {
    display: contents;
  }
  .top-mv__rail-open-month {
    font-size: max(22px, min(2.34vw, 40px));
    font-size: max(1.375rem, min(2.34vw, 2.5rem));
  }
  .top-mv__rail-open-slash {
    font-size: max(18px, min(1.88vw, 32px));
    font-size: max(1.125rem, min(1.88vw, 2rem));
  }
  .top-mv__rail-open-day {
    font-size: max(22px, min(2.34vw, 40px));
    font-size: max(1.375rem, min(2.34vw, 2.5rem));
  }
  .top-mv__rail-open-dow {
    font-size: max(12px, min(1.17vw, 20px));
    font-size: max(0.75rem, min(1.17vw, 1.25rem));
  }
  .top-mv__rail-open-tbd {
    font-size: max(18px, min(1.88vw, 32px));
    font-size: max(1.125rem, min(1.88vw, 2rem));
    writing-mode: horizontal-tb;
  }
  .top-mv__rail-open-time {
    color: #f4713e;
    font-size: max(14px, min(1.41vw, 24px));
    font-size: max(0.875rem, min(1.41vw, 1.5rem));
    order: 0;
    padding-left: 3px;
    padding-left: 0.1875rem;
  }
  .top-mv__rail-open-time-label {
    display: inline;
  }
  .top-mv__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1272px;
    max-width: 79.5rem;
  }
  .top-mv__title-bracket {
    height: 58px;
    width: 100px;
  }
  .top-mv__title-text {
    padding: 10px 12px;
    padding: 0.625rem 0.75rem;
  }
  .top-mv__title-line {
    font-size: 88px;
  }
  .layout-top-offer {
    padding-right: 24px;
    padding-right: 1.5rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .top-offer__inner {
    max-width: 1060px;
    max-width: 66.25rem;
  }
  .top-offer__head {
    padding: 50px 0px 0px;
    padding: 3.125rem 0rem 0rem;
  }
  .top-offer__quote-mark {
    height: 78px;
    height: 4.875rem;
    width: 94px;
    width: 5.875rem;
  }
  .top-offer__quote-mark--l {
    left: -90px;
    left: -5.625rem;
    top: 0;
  }
  .top-offer__quote-mark--r {
    right: -70px;
    right: -4.375rem;
  }
  .top-offer__title {
    font-size: 72px;
    font-size: 4.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 648px;
    max-width: 40.5rem;
  }
  .top-offer__list {
    gap: 40px 0;
    gap: 2.5rem 0;
    grid-template-columns: repeat(2, 1fr);
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-top: 2.5rem;
    max-width: 94%;
    padding-left: 0px;
    padding-left: 0rem;
  }
  .offer-list__item {
    border-left: 1px solid rgba(51, 51, 51, 0.3);
    display: block;
    padding: 20px 14px;
    padding: 1.25rem 0.875rem;
    text-align: center;
  }
  .offer-list__item:first-child,
  .offer-list__item:nth-child(2n+1) {
    border-left: 0;
  }
  .offer-list__title {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .offer-list__desc {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .top-offer__closing {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .top-offer__closing .story-line {
    max-width: none;
    white-space: nowrap;
  }
  .top-office__head {
    margin-right: -2.5641025641vw;
  }
  .top-office__scene .story-banner {
    font-size: 64px;
    max-width: 100%;
  }
  .top-office__conclusion .story-line {
    padding: 2px;
    padding: 0.125rem;
  }
  .top-office__divider {
    display: none;
  }
  .top-office::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 80' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L500,55 L1000,0' stroke='%23cccccc' stroke-width='3' stroke-linejoin='miter' stroke-miterlimit='50' fill='none' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 80px;
    height: 5rem;
    margin-bottom: -40px;
    margin-bottom: -2.5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
    width: 100%;
  }
  .top-office__conclusion > :nth-child(2) {
    justify-self: start;
  }
  .layout-top-open-info {
    padding-top: 40px;
    padding-top: 2.5rem;
  }
  .top-open-info__inner {
    max-width: 890px;
    max-width: 55.625rem;
    padding: 15px 0px 18px;
    padding: 0.9375rem 0rem 1.125rem;
  }
  .top-open-info__row--primary {
    align-items: flex-end;
    display: flex;
    flex-wrap: nowrap;
    -moz-column-gap: 0rem;
         column-gap: 0rem;
    row-gap: 10px;
    row-gap: 0.625rem;
  }
  .top-open-info__row--secondary {
    flex-direction: row;
    gap: 14px;
    gap: 0.875rem;
    justify-content: flex-start;
  }
  .top-open-info__row--venue {
    align-items: center;
    flex-direction: row;
    gap: 8px;
    gap: 0.5rem;
    margin-top: 10px;
    margin-top: 0.625rem;
    padding-left: 50px;
    padding-left: 3.125rem;
  }
  .top-open-info__date-month {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .top-open-info__date-slash {
    font-size: 32px;
    font-size: 2rem;
  }
  .top-open-info__date-dow {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .top-open-info__date-tbd {
    font-size: 44px;
    font-size: 2.75rem;
    margin-right: 20px;
    margin-right: 1.25rem;
  }
  .top-open-info__fee {
    gap: 6px;
    gap: 0.375rem;
  }
  .top-open-info__fee-tag {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 4px 10px;
    padding: 0.25rem 0.625rem;
  }
  .top-open-info__fee-prefix {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .top-open-info__venue-note {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .layout-top-schedule {
    padding-right: 24px;
    padding-right: 1.5rem;
    padding-top: 80px;
    padding-top: 5rem;
  }
  .top-schedule__inner {
    max-width: 1060px;
    max-width: 66.25rem;
  }
  .top-schedule__card {
    max-width: 753px;
    max-width: 47.0625rem;
    padding: 50px;
    padding: 3.125rem;
  }
  .top-schedule__title {
    font-size: max(32px, min(7vw, 64px));
    font-size: max(2rem, min(7vw, 4rem));
  }
  .top-schedule__list {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .schedule-list__item {
    align-items: center;
    -moz-column-gap: 2.125rem;
         column-gap: 2.125rem;
  }
  .schedule-list__item + .schedule-list__item {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .schedule-list__item::before {
    height: 24px;
    height: 1.5rem;
    margin-top: 0;
    width: 24px;
    width: 1.5rem;
  }
  .schedule-list__item:not(:last-of-type)::after {
    height: calc(100% + 1.875rem);
    left: 11px;
    left: 0.6875rem;
    top: 50%;
  }
  .schedule-list__time {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .schedule-list__text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .layout-top-search {
    padding-top: 80px;
    padding-top: 5rem;
  }
  .top-search__banner {
    margin-left: 0;
    padding-left: 0;
    width: calc(100% + 2.5641025641vw);
  }
  .top-search__head {
    margin-right: -2.5641025641vw;
  }
  .top-search__head .story-banner {
    max-width: 100%;
  }
  .top-search__scene {
    margin-top: 80px;
    margin-top: 5rem;
    max-width: 1440px;
    max-width: 90rem;
    padding: 0 15px;
    padding: 0 0.9375rem;
    row-gap: 20px;
    row-gap: 1.25rem;
  }
  .top-search__body {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .top-search__conclusion-2 {
    max-width: 445px;
    max-width: 27.8125rem;
    white-space: normal;
  }
  .top-search__divider {
    display: none;
  }
  .top-search::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 80' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L500,55 L1000,0' stroke='%23cccccc' stroke-width='3' stroke-linejoin='miter' stroke-miterlimit='50' fill='none' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 80px;
    height: 5rem;
    margin-bottom: -40px;
    margin-bottom: -2.5rem;
    margin-top: 80px;
    margin-top: 5rem;
    width: 100%;
  }
  .layout-top-slide {
    padding-top: 80px;
    padding-top: 5rem;
  }
  .top-slide__list {
    gap: 5px;
    gap: 0.3125rem;
  }
  .top-slide__item {
    width: max(300px, 22vw);
    width: max(18.75rem, 22vw);
  }
  .layout-top-voice {
    padding-top: 120px;
    padding-top: 7.5rem;
  }
  .top-voice__en {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .top-voice__title {
    font-size: 64px;
    font-size: 4rem;
  }
  .top-voice__intro {
    align-items: center;
    flex-direction: row-reverse;
    gap: 30px;
    gap: 1.875rem;
  }
  .top-voice__list {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: list;
  }
  .top-voice__lead {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .top-voice__portrait {
    aspect-ratio: auto;
    width: 250px;
    width: 15.625rem;
  }
  .top-voice__list {
    margin: 20px 0 0 0;
    margin: 1.25rem 0 0 0;
  }
  .voice-list__link {
    gap: 16px;
    gap: 1rem;
    grid-template-columns: 2.875rem 1fr 3rem;
    padding: 24px 0;
    padding: 1.5rem 0;
  }
  .voice-list__arrow {
    width: 40px;
    width: 2.5rem;
  }
  .top-voice__more {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: more;
    margin-top: 0;
  }
  .layout-voice-archive {
    padding-bottom: 140px;
    padding-bottom: 8.75rem;
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .voice-archive__head {
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .voice-archive__en {
    font-size: 80px;
    font-size: 5rem;
  }
  .voice-archive__title {
    font-size: 32px;
    font-size: 2rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .voice-archive__inner {
    margin-top: 80px;
    margin-top: 5rem;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .voice-archive__list {
    gap: 60px;
    gap: 3.75rem;
  }
  .voice-archive__list .voice-list__num {
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .voice-archive__list .voice-list__body {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .voice-list__attr {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .voice-archive__back {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .pc-only {
    display: revert;
  }
  .sp-only {
    display: none;
  }
  .tab-only {
    display: revert;
  }
  .change-list__icon {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .change-list__lead {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .top-mv__rail > .change-list__lead {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .change-list__desc {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .offer-list__desc {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}

@media screen and (min-width: 768px){
  .top-mv__rail-lead {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .top-mv__rail > .top-mv__rail-lead {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top-mv__rail-box {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .top-mv__rail-seminar {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top-mv__rail-open {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
}

@media (min-width: 1200px){
  html {
    font-size: 16px;
  }
}

@media screen and (hover: hover) and (min-width: 768px){
  a:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

@media screen and (min-width: 1000px){
  .home .footer::before {
    left: 0;
  }
  .home .footer__inner,
  .single-seminar .footer__inner,
  .has-page-sidebar .footer__inner {
    padding-left: 12.5%;
    padding-right: 0;
    padding-right: initial;
  }
  .main.main--front {
    padding-left: 12.5%;
    padding-right: 0;
    padding-right: initial;
  }
  .title {
    color: blue;
  }
  .contact__checks {
    padding: 35px 133px;
    padding: 2.1875rem 8.3125rem;
  }
  .contact__select-wrap {
    padding: 30px 133px;
    padding: 1.875rem 8.3125rem;
  }
  .top-achievements__inner {
    margin-top: 20px;
    margin-top: 1.25rem;
    min-width: 619px;
    min-width: 38.6875rem;
    padding-top: 0px;
    padding-top: 0rem;
  }
  .top-blog__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .layout-top-change {
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .top-change__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 88%;
  }
  .top-heart__head {
    grid-area: head;
    margin-left: calc(-1 * max(3.75rem, min(7.99vw, 7.1875rem)));
    margin-right: calc(min(0px, (90rem - 100vw) / 2) - 1.5625rem);
  }
  .top-heart__scene {
    grid-template-areas: "gallery head" "gallery body" "gallery conclusion";
    grid-template-columns: 28.4375rem minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    -moz-column-gap: 2.5rem;
    align-items: start;
         column-gap: 2.5rem;
  }
  .top-heart__gallery {
    align-self: stretch;
    grid-area: gallery;
    order: 0;
  }
  .top-heart__body {
    grid-area: body;
  }
  .top-heart__conclusion {
    align-self: end;
    grid-area: conclusion;
  }
  .layout-top-lead {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .top-life__head {
    margin-right: 0;
  }
  .top-life__image {
    margin-left: max(0px, 50% - 50vw + 306px);
    margin-left: max(0px, 50% - 50vw + 19.125rem);
    width: 78.7%;
  }
  .top-life__conclusion {
    margin-left: 0;
    margin-left: initial;
    margin-left: max(0px, 50% - 50vw + 304px);
    margin-left: max(0px, 50% - 50vw + 19rem);
  }
  .top-mv__rail {
    width: 12.5%;
  }
  .top-mv__content-inner {
    align-items: start;
    display: grid;
    grid-template-areas: "title        gallery" "achievements gallery";
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.02fr);
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-top: 0;
    padding-top: initial;
  }
  .top-mv__title {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding: 0px 30px 9px 20px;
    padding: 0rem 1.875rem 0.5625rem 1.25rem;
  }
  .top-mv__title-bracket--r {
    right: 40px;
    right: 2.5rem;
  }
  .top-mv__title-line {
    font-size: clamp(68px, 22.544px + 4.55vw, 88px);
    font-size: clamp(4.25rem, 1.409rem + 4.55vw, 5.5rem);
  }
  .top-mv__gallery {
    margin-top: 0;
    margin-top: initial;
  }
  .top-offer__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .offer-list__item:nth-child(2n+1) {
    border-left: 1px solid rgba(51, 51, 51, 0.3);
  }
  .offer-list__item:first-child,
  .offer-list__item:nth-child(3n+1) {
    border-left: 0;
  }
  .top-office__head {
    grid-area: head;
    margin-right: calc(min(0px, (90rem - 100vw) / 2) - 1.5625rem);
  }
  .top-office__scene {
    grid-template-areas: "gallery head" "gallery scene-body" "gallery past-body" "gallery conclusion";
    grid-template-columns: 25.625rem minmax(0, 1fr);
    grid-template-rows: auto auto auto 1fr;
    max-width: 1300px;
    max-width: 81.25rem;
    padding: 0 15px 0 35px;
    padding: 0 0.9375rem 0 2.1875rem;
    -moz-column-gap: 2.5rem;
    align-items: start;
         column-gap: 2.5rem;
    row-gap: 40px;
    row-gap: 2.5rem;
  }
  .top-office__gallery {
    align-self: stretch;
    grid-area: gallery;
    max-width: none;
    max-width: initial;
    order: 0;
  }
  .top-office__scene-body {
    font-size: 16px;
    font-size: 1rem;
    grid-area: scene-body;
    max-width: 580px;
    max-width: 36.25rem;
    padding-left: max(20px, min(1.34vw, 40px));
    padding-left: max(1.25rem, min(1.34vw, 2.5rem));
  }
  .top-office__past-body {
    grid-area: past-body;
    margin-left: max(20px, min(1.34vw, 40px));
    margin-left: max(1.25rem, min(1.34vw, 2.5rem));
    margin-top: 0px;
    margin-top: 0rem;
    padding-left: 14px;
    padding-left: 0.875rem;
  }
  .top-office__conclusion {
    align-self: baseline;
    grid-area: conclusion;
    margin-top: 0px;
    margin-top: 0rem;
    padding-left: max(20px, min(1.34vw, 40px));
    padding-left: max(1.25rem, min(1.34vw, 2.5rem));
  }
  .top-office__conclusion > :nth-child(2) {
    grid-column: 1/3;
  }
  .top-open-info__date-day {
    font-size: 88px;
    font-size: 5.5rem;
  }
  .top-open-info__time {
    font-size: 48px;
    font-size: 3rem;
    letter-spacing: 0;
  }
  .top-open-info__fee-unit {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .top-search__banner {
    width: 100%;
  }
  .top-search__head {
    grid-area: head;
    margin-left: calc(-1 * max(3.75rem, min(7.99vw, 7.1875rem)));
    margin-right: calc(min(0px, (90rem - 100vw) / 2) - 1.5625rem);
  }
  .top-search__scene {
    grid-template-areas: "gallery head" "gallery body" "gallery conclusion";
    grid-template-columns: 28.5625rem minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    padding: 0 15px 0 35px;
    padding: 0 0.9375rem 0 2.1875rem;
    -moz-column-gap: 2.5rem;
    align-items: start;
         column-gap: 2.5rem;
  }
  .top-search__gallery {
    align-self: stretch;
    display: block;
    grid-area: gallery;
    margin-top: 28px;
    margin-top: 1.75rem;
    order: 0;
  }
  .top-search__body {
    grid-area: body;
    max-width: 510px;
    max-width: 31.875rem;
  }
  .top-search__conclusion {
    align-self: end;
    grid-area: conclusion;
  }
  .top-voice__inner {
    border-radius: 2.5rem;
    margin: auto;
    max-width: 1262px;
    max-width: 78.875rem;
    padding: 60px 80px 60px 80px;
    padding: 3.75rem 5rem 3.75rem 5rem;
    width: 100%;
  }
  .top-voice__body {
    grid-template-areas: "intro list" "intro more";
    grid-template-columns: 22.75rem 1fr;
    grid-template-rows: 1fr auto;
    margin-top: 40px;
    margin-top: 2.5rem;
    -moz-column-gap: 8.125rem;
    align-items: start;
         column-gap: 8.125rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .top-voice__intro {
    flex-direction: column;
  }
  .tab-only {
    display: none;
  }
  .top-mv__gallery {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .top-mv__content-inner > .top-mv__gallery {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .top-office__scene > .top-mv__gallery {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 1;
  }
  .top-search__scene > .top-mv__gallery {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .top-achievements__inner {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .top-voice__intro {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .top-voice__list {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top-voice__more {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

@media screen and (min-width: 1000px){
  .top-heart__head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top-office__scene > .top-heart__head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top-search__scene > .top-heart__head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top-heart__gallery {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .top-mv__content-inner > .top-heart__gallery {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .top-office__scene > .top-heart__gallery {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 1;
  }
  .top-search__scene > .top-heart__gallery {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .top-heart__body {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .top-search__scene > .top-heart__body {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .top-heart__conclusion {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .top-office__scene > .top-heart__conclusion {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .top-search__scene > .top-heart__conclusion {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .top-office__head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top-office__scene > .top-office__head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top-search__scene > .top-office__head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top-office__gallery {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .top-mv__content-inner > .top-office__gallery {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .top-office__scene > .top-office__gallery {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 1;
  }
  .top-search__scene > .top-office__gallery {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .top-office__scene-body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .top-office__past-body {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .top-office__conclusion {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .top-office__scene > .top-office__conclusion {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .top-search__scene > .top-office__conclusion {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .top-search__head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top-office__scene > .top-search__head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top-search__scene > .top-search__head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top-search__gallery {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .top-mv__content-inner > .top-search__gallery {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .top-office__scene > .top-search__gallery {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 1;
  }
  .top-search__scene > .top-search__gallery {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .top-search__body {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .top-search__scene > .top-search__body {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .top-search__conclusion {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .top-office__scene > .top-search__conclusion {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .top-search__scene > .top-search__conclusion {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

@media screen and (min-width: 1300px){
  .title {
    color: green;
  }
  .top-life__card {
    max-width: 450px;
    max-width: 28.125rem;
    padding: 52px 40px;
    padding: 3.25rem 2.5rem;
    top: 40px;
    top: 2.5rem;
  }
  .top-mv__content-inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.02fr);
  }
  .top-mv__title-bracket--r {
    right: 0px;
    right: 0rem;
  }
  .voice-list__text {
    padding-right: 23px;
    padding-right: 1.4375rem;
  }
}

@media screen and (min-width: 462px) and (max-width: 767px){
  .top-open-info__fee-amount {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 462px){
  .sp-small-only {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
