@charset "UTF-8";
:root {
  --color-bg: #fafaf5;
  --color-text: #323232;
  --color-main: #323232;
  --color-text-gray: #858585;
  --color-bg-gray: #d9d9d9;
  --color-light-gray: #dcdcd2;
  color-scheme: light;
  --font-sans: "Noto Sans JP", sans-serif;
  --font-serif: "Zen Old Mincho", serif;
  --font-en: "Cormorant Garamond", serif;
  --letter-spacing: 0.04em;
  /*

  .cormorant-garamond-<uniquifier> {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
  }

  .zen-old-mincho-regular {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }

  .noto-sans-jp-<uniquifier> {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }


  */
  --line-height: 1.875;
  --transition-duration: 800ms;
  --base: 400;
  --radius: 16px;
  --duration-transition: 800ms;
}
@media screen and (min-width: 768px) {
  :root {
    --base: 768;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --base: 1280;
  }
}

:where(:focus-visible, :target) {
  scroll-margin-block: 0;
}

html {
  scroll-behavior: smooth;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-serif);
  font-weight: 400;
  transition: background-color var(--duration-transition);
  background-color: var(--color-bg);
  position: relative;
}
body.menu-open {
  overflow: clip;
}
@media screen and (min-width: 768px) {
  body::before {
    background-image: url(../images/body-bg-lg.svg);
  }
}
@media screen and (min-width: 1024px) {
  body.menu-open {
    overflow-x: visible;
  }
}

.header {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  box-sizing: border-box;
}
.header .logo {
  margin: 0;
  width: 63px;
  height: 15px;
  position: fixed;
  inset: 25px auto auto 25px;
  z-index: 11;
  mix-blend-mode: difference;
  will-change: transform;
  mask-image: url(../images/common/logo.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  color: transparent;
}
.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  text-indent: -9999px;
}
.header .content {
  z-index: 10;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 800ms, opacity 800ms, visibility 800ms;
  transition-timing-function: cubic-bezier(0.65, 0.06, 0.36, 0.95);
  position: fixed;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  box-sizing: border-box;
  background-color: var(--color-bg);
  background-image: url(../images/common/menu-bg.webp);
  background-size: 100% auto;
}
.header .content.open {
  visibility: visible;
  pointer-events: all;
  transform: none;
  opacity: 1;
}
.header .menu {
  padding: calc(24 / var(--base) * 100vw);
  font-family: var(--font-serif);
  letter-spacing: 0.03em;
  font-weight: 400;
  font-size: calc(16 / var(--base) * 100vw);
  overflow-y: auto;
}
.header .menu .para-button {
  width: calc(34 / var(--base) * 100vw);
  height: calc(34 / var(--base) * 100vw);
  position: absolute;
  inset: calc(24 / var(--base) * 100vw) calc(26 / var(--base) * 100vw) auto auto;
}
.header .menu .para-button button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.header .menu .para-button button::before, .header .menu .para-button button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0 0 0;
  background-color: var(--color-main);
  clip-path: polygon(0 0, calc(1 / var(--base) * 100vw) 0, calc(34 / var(--base) * 100vw) calc(33 / var(--base) * 100vw), calc(34 / var(--base) * 100vw) calc(34 / var(--base) * 100vw));
}
.header .menu .para-button button::after {
  clip-path: polygon(0 0, calc(1 / var(--base) * 100vw) 0, calc(34 / var(--base) * 100vw) calc(33 / var(--base) * 100vw), calc(34 / var(--base) * 100vw) calc(34 / var(--base) * 100vw));
  clip-path: polygon(0 calc(33 / var(--base) * 100vw), 0 calc(34 / var(--base) * 100vw), calc(34 / var(--base) * 100vw) 0, calc(33 / var(--base) * 100vw) 0);
}
.header .list-menu {
  margin: 0 auto 50px auto;
  width: fit-content;
  line-height: 1.1;
  text-align: center;
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 400;
}
.header .list-menu li:not(:last-of-type) {
  margin-bottom: 30px;
}
.header .list-menu a {
  text-decoration: none;
  border-style: none;
  cursor: pointer;
}
.header .list-contact {
  margin: 0 auto;
  width: fit-content;
  line-height: 1;
  text-align: center;
  font-size: 12px;
}
.header .list-contact li:not(:last-of-type) {
  margin-bottom: 15px;
}
.header .list-contact a {
  text-decoration: none;
  border-style: none;
  cursor: pointer;
}
.header .copyright {
  font-size: 10px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 2.6;
  text-align: center;
  position: absolute;
  inset: auto auto 20px auto;
}
@media screen and (min-width: 1024px) {
  .header .logo {
    width: 125px;
    height: 30px;
    inset: 50px auto auto 60px;
    background-color: #4e4b4a;
    mix-blend-mode: normal;
  }
  .header .content {
    background-image: url(../images/common/menu-bg-lg.webp);
    background-size: 1920px auto;
  }
  .header .menu {
    padding: 0;
    overflow: hidden;
  }
  .header .list-menu {
    display: flex;
    margin: 0 auto 150px auto;
    width: auto;
    justify-content: center;
    font-size: 20px;
    gap: 0 45px;
  }
  .header .list-menu li:not(:last-of-type) {
    margin-bottom: 0;
  }
  .header .list-contact {
    font-size: 18px;
    letter-spacing: 0.15em;
  }
  .header .list-contact li:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .header .copyright {
    font-size: 11px;
    inset: auto auto 40px auto;
  }
}
@media screen and (min-width: 1100px) {
  .header .list-menu {
    gap: 0 55px;
  }
}

.menu-sw {
  margin: 0;
  position: fixed;
  inset: 15px 25px auto auto;
  width: 35px;
  height: 35px;
  z-index: 10;
  overflow: hidden;
  mix-blend-mode: difference;
  isolation: auto;
}
.menu-sw button {
  padding: 0;
  display: block;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}
.menu-sw i {
  position: absolute;
  width: 100%;
  height: 1px;
  inset: 50% auto auto 0;
  background-color: #fff;
  translate: 0 -50%;
  transition: var(--duration-transition);
  pointer-events: none;
}
.menu-sw i::before, .menu-sw i::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 4px 0 0 0;
  transition: var(--duration-transition);
}
.menu-sw i::after {
  margin: -4px 0 0 0;
}
.menu-sw.open i {
  background-color: transparent;
}
.menu-sw.open i::before, .menu-sw.open i::after {
  margin-top: 0;
  rotate: -15deg;
}
.menu-sw.open i::after {
  margin-top: 0;
  rotate: 15deg;
}
@media screen and (min-width: 768px) {
  .menu-sw {
    right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .menu-sw {
    inset: 30px 60px auto auto;
    width: 60px;
    height: 60px;
  }
  .menu-sw i::before, .menu-sw i::after {
    margin: 9px 0 0 0;
  }
  .menu-sw i::after {
    margin: -9px 0 0 0;
  }
}

.main {
  padding-top: 64px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .main {
    padding-top: 130px;
  }
}

.footer {
  padding: 150px 25px 57px 25px;
  position: relative;
  z-index: 2;
}
.footer::before {
  content: "";
  width: 170px;
  height: 160px;
  background-image: url(../images/common/footer-1.webp);
  background-size: contain;
  position: absolute;
  inset: auto auto 157px -15px;
}
.footer .breadcrumbs {
  display: flex;
  margin-bottom: 40px;
  font-size: 11px;
  align-items: center;
  justify-content: end;
  gap: 0 20px;
  font-weight: 400;
}
.footer .breadcrumbs a {
  text-decoration: none;
}
.footer .breadcrumbs a:hover {
  text-decoration: underline;
}
.footer .breadcrumbs span[property=itemListElement]:not(:last-of-type) {
  position: relative;
}
.footer .breadcrumbs span[property=itemListElement]:not(:last-of-type)::after {
  display: block;
  content: "/";
  position: absolute;
  inset: 50% -15px auto auto;
  translate: 0 -50%;
}
.footer .title {
  margin: 0 0 10px 0;
  text-align: right;
  letter-spacing: 0.15em;
  line-height: 1.6;
  font-size: 16px;
}
.footer .title a {
  text-decoration: none;
}
.footer .description {
  margin-bottom: 30px;
  font-size: 11px;
  line-height: 1.8;
  text-align: right;
}
.footer .list-menu {
  margin: 0 0 30px 0;
  text-align: right;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
}
.footer .list-menu li:not(:last-of-type) {
  margin-bottom: 18px;
}
.footer .list-menu a {
  text-decoration: none;
}
.footer .list-contact {
  margin: 0 0 30px auto;
  text-align: right;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.footer .list-contact li:not(:last-of-type) {
  margin-bottom: 11px;
}
.footer .list-contact a {
  text-decoration: none;
}
.footer .copyright {
  font-family: var(--font-en);
  text-align: right;
  font-weight: 400;
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  .footer {
    margin: 0 auto;
    padding: 232px 60px 130px 60px;
    width: min(100%, 1020px);
  }
  .footer::before {
    width: 117px;
    height: 110px;
    inset: 341px auto auto 44px;
  }
  .footer .breadcrumbs {
    margin-bottom: 50px;
  }
  .footer .title {
    margin: 0 0 7px 0;
    font-size: 20px;
  }
  .footer .description {
    margin-bottom: 25px;
  }
  .footer .list-menu {
    display: flex;
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 1;
    justify-content: end;
    gap: 0 25px;
  }
  .footer .list-menu li:not(:last-of-type) {
    margin-bottom: 0;
  }
  .footer .list-contact {
    margin: 0 0 25px auto;
    line-height: 1;
  }
  .footer .list-contact li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .footer .copyright {
    font-size: 11px;
  }
}

@media screen and (min-width: 640px) {
  .xs-only {
    display: none;
  }
}

.sm-only {
  display: none;
}
@media screen and (min-width: 640px) {
  .sm-only {
    display: inline;
  }
}

.md-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .md-only {
    display: inline;
  }
}

.ts-only {
  display: block;
}
@media screen and (min-width: 1024px) {
  .ts-only {
    display: none;
  }
}

.lg-only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .lg-only {
    display: inline;
  }
}

.b2t {
  transition: translate var(--duration-transition), opacity var(--duration-transition);
  translate: 0 20px;
  opacity: 0;
}
.b2t.open {
  translate: 0 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .b2t {
    translate: 0 40px;
  }
}

p {
  margin-bottom: 1.25em;
  font-size: 16px;
  line-height: 1.9375;
  color: var(--color-text);
  text-align: justify;
  letter-spacing: 0;
  font-weight: 400;
}
p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  p {
    font-size: 18px;
  }
}

.nobi {
  /*
  margin-right: 5px;
  letter-spacing: -5px;
  */
  transform: scale(2, 1);
  transform-origin: top left;
  display: inline-block;
  margin-left: 0.1em;
  margin-right: 1em;
  font-weight: 200;
}

.kanji {
  margin: 0 -0.2em 0 0.1em;
  letter-spacing: 0.05em;
}

.tsume {
  margin-right: 0.6em;
  letter-spacing: -0.6em;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

/* section */
/* ----------------- 
titletitle
----------------- */
.title-header {
  margin: 0 25px 90px auto;
  width: fit-content;
}
.title-header .en {
  margin: 0 0 5px auto;
  font-style: italic;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 33px;
  line-height: 1.2;
  text-align: right;
}
.title-header .ja {
  margin: 0 0 0 auto;
  font-family: var(--font-serif);
  font-size: 10px;
  line-height: 1.2;
  text-align: right;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .title-header {
    margin-right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .title-header {
    margin: 0 60px 176px auto;
  }
  .title-header .en {
    font-size: 55px;
  }
  .title-header .ja {
    font-size: 18px;
  }
}

.title-mid {
  margin-bottom: 80px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.4em;
  margin-right: -0.4em;
}
@media screen and (min-width: 1024px) {
  .title-mid {
    font-size: 38px;
    margin-bottom: 146px;
  }
}

.title-col {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 65px;
  gap: 30px;
  line-height: 1;
}
.title-col .ja {
  margin-right: -0.4em;
  font-family: var(--font-sans);
  letter-spacing: 0.4em;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.title-col .ja::after {
  display: block;
  content: "";
  width: 1px;
  height: 16px;
  background-color: var(--color-text);
  position: absolute;
  inset: 50% calc(-14px + 0.4em) auto auto;
  translate: 0 -50%;
}
.title-col .en {
  font-family: var(--font-en);
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  .title-col {
    margin-bottom: 62px;
    gap: 44px;
  }
  .title-col .ja {
    font-size: 22px;
  }
  .title-col .ja::after {
    height: 22px;
    inset: 50% calc(-21px + 0.4em) auto auto;
  }
  .title-col .en {
    font-size: 33px;
  }
}

.title-bold {
  margin-bottom: 50px;
  font-weight: 700;
  font-family: var(--font-sans);
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.title-border-bottom {
  padding-bottom: 8px;
  margin-right: -0.4em;
  line-height: 1.5;
  font-size: 22px;
  letter-spacing: 0.4em;
  font-weight: 400;
  border-bottom: 1px solid currentColor;
  position: relative;
}
@media screen and (min-width: 768px) {
  .title-border-bottom {
    padding-bottom: min(12px, calc(12 / var(--base) * 100vw));
    margin-right: 0;
    font-size: min(35px, 35 / 1440 * 100vw);
  }
}

/* ----------------- 
linklink
----------------- */
a {
  color: var(--color-text);
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 4px;
  border-color: currentColor;
}

.buttons {
  margin: 30px 0 8px 0;
}
.buttons li + li {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .buttons {
    margin: 40px 0 10px 0;
  }
}

.type-button {
  margin: 8px -0.2em 0 auto;
  padding: 10px 15px 10px 18px;
  gap: 9px;
  display: flex;
  align-items: center;
  justify-content: end;
  box-sizing: border-box;
  width: fit-content;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text);
  background-color: var(--color-bg);
  border-radius: 50px;
  text-decoration: none;
  box-shadow: -4px -4px 8px color-mix(in srgb, #fff 95%, transparent), 4px 4px 8px color-mix(in srgb, #000 20%, transparent);
}
.type-button.narrow {
  letter-spacing: 0;
}
.type-button::after {
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  mask-image: url(../images/common/mark-arrow.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  background-color: currentColor;
}
.type-button:hover {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .type-button {
    font-size: 15px;
  }
  .type-button.narrow {
    letter-spacing: 0.08em;
  }
  .type-button::after {
    width: 15px;
    height: 8px;
  }
}

button {
  cursor: pointer;
}

dl,
dt,
dd,
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-contact {
  margin: 20px 0 0 0;
}
.list-contact .item:not(:last-of-type) {
  margin-bottom: 2px;
}
.list-contact p {
  margin-top: 15px;
  margin-bottom: 7px;
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.05em;
  line-height: 1.5;
}
.list-contact .tel-free {
  display: inline-block;
  overflow: hidden;
  width: calc(35 / var(--base) * 100vw);
  height: calc(20 / var(--base) * 100vw);
  text-indent: -1100px;
  position: relative;
}
.list-contact .tel-free::after {
  display: block;
  content: "";
  background-color: var(--color-text);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0 0 0;
  mask-image: url(../images/common/icon-freedial.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}
.list-contact .button-tel {
  display: block;
  margin: 0 auto 5px auto;
  padding: 5px 0;
  font-family: var(--font-en);
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  background-color: var(--color-bg);
  box-shadow: -4px -4px 8px color-mix(in srgb, #fff 95%, transparent), 4px 4px 8px color-mix(in srgb, #000 20%, transparent);
}
.list-contact .button-tel .num {
  font-size: 33px;
}
.list-contact .button-tel.fax {
  display: none;
}
.list-contact .button-email {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: var(--font-en);
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  position: relative;
  text-decoration: none;
}
.list-contact .button-email::before {
  content: "";
  width: 18px;
  height: 13px;
  mask-image: url(../images/common/icon-mail.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: currentColor;
  translate: 0 5px;
}
.list-contact .button-email .underline {
  position: relative;
}
.list-contact .button-email .underline::after {
  display: block;
  content: "";
  border-bottom: 1px solid currentColor;
  position: absolute;
  inset: auto 0 4px 0;
}
@media screen and (min-width: 1024px) {
  .list-contact {
    margin: min(15px, calc(15 / var(--base) * 100vw)) 0 0 0;
  }
  .list-contact li:not(:last-of-type) {
    margin-bottom: min(11px, calc(11 / var(--base) * 100vw));
  }
  .list-contact p {
    margin-top: 0;
    text-align: left;
    font-size: min(20px, calc(20 / var(--base) * 100vw));
  }
  .list-contact .tel-free {
    display: inline-block;
    overflow: hidden;
    width: min(58px, calc(58 / var(--base) * 100vw));
    height: min(33px, calc(33 / var(--base) * 100vw));
    text-indent: -1100px;
    position: relative;
  }
  .list-contact .tel-free::after {
    display: block;
    content: "";
    background-color: var(--color-text);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
    mask-image: url(../images/common/icon-freedial.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
  }
  .list-contact .button-tel {
    display: block;
    margin: 0 auto 0 0;
    padding: 0;
    width: fit-content;
    font-size: min(35px, calc(35 / var(--base) * 100vw));
    text-decoration: none;
    text-align: left;
    border-radius: 0;
    box-shadow: none;
  }
  .list-contact .button-tel .num {
    font-size: min(50px, calc(50 / var(--base) * 100vw));
  }
  .list-contact .button-tel.fax {
    display: block;
    margin-top: -15px;
  }
  .list-contact .button-email {
    justify-content: start;
    gap: min(12px, calc(12 / var(--base) * 100vw));
    font-size: min(30px, calc(30 / var(--base) * 100vw));
  }
  .list-contact .button-email::before {
    width: 27px;
    height: 20px;
  }
  .list-contact .button-email .underline {
    position: relative;
  }
}

/* for inline */
.table-schedule {
  margin: calc(29 / var(--base) * 100vw) 0 0 0;
  padding: 0 0 10px 0;
  overflow-x: scroll;
}
.table-schedule .content {
  display: table;
  padding: 0 calc(24 / var(--base) * 100vw) 0 calc(24 / var(--base) * 100vw);
}
.table-schedule .content::after {
  content: "";
  display: block;
  width: calc(24 / var(--base) * 100vw);
}
.table-schedule table {
  margin: 0;
  width: 100%;
  position: relative;
  border-collapse: collapse;
  color: var(--color-text);
  border: 1px solid var(--color-main);
}
.table-schedule th {
  padding: 10px 20px;
  white-space: nowrap;
  font-size: calc(12 / var(--base) * 100vw);
  color: var(--color-text);
  vertical-align: middle;
  background-color: #fff;
  font-weight: 700;
}
.table-schedule td {
  padding: 10px 20px;
  white-space: nowrap;
  font-size: calc(12 / var(--base) * 100vw);
  text-align: center;
  color: var(--color-text);
  vertical-align: middle;
  font-weight: 700;
  background-color: #fff;
}
.table-schedule td:nth-of-type(3) {
  text-align: left;
}
.table-schedule p {
  line-height: 2;
  font-size: calc(12 / var(--base) * 100vw);
}
.table-schedule p:not(:last-of-type) {
  margin-bottom: 1em;
}
.table-schedule a {
  color: var(--color-main);
  text-decoration: none;
}
.table-schedule a:hover {
  text-decoration: underline;
}
.table-schedule thead th {
  padding: 10px 20px 10px 20px;
  text-align: left;
  background-color: var(--color-main);
  color: #fff;
}
.table-schedule tbody th {
  text-align: left;
  border-top: 1px solid var(--color-main);
}
.table-schedule tbody td {
  text-align: left;
  border-top: 1px solid var(--color-main);
}
@media screen and (min-width: 768px) {
  .table-schedule {
    margin: calc(29 / var(--base) * 100vw) 0 0 0;
    padding: 0 calc(40 / var(--base) * 100vw) 20px calc(40 / var(--base) * 100vw);
  }
  .table-schedule .content {
    width: 100%;
    box-sizing: border-box;
  }
  .table-schedule .content::after {
    display: none;
  }
  .table-schedule table {
    width: 100%;
  }
  .table-schedule th,
  .table-schedule td {
    font-size: calc(14 / var(--base) * 100vw);
  }
  .table-schedule p {
    font-size: calc(14 / var(--base) * 100vw);
  }
}
@media screen and (min-width: 1024px) {
  .table-schedule {
    margin: min(32px, calc(32 / var(--base) * 100vw)) auto 0 auto;
    padding: 0;
    width: min(1028px, 1028 / 1240 * 100vw);
  }
  .table-schedule .content {
    display: block;
    width: 100%;
    padding: 0;
  }
  .table-schedule .content::after {
    display: none;
  }
  .table-schedule table {
    width: 100%;
  }
  .table-schedule th,
  .table-schedule td {
    font-size: min(16px, calc(16 / var(--base) * 100vw));
  }
  .table-schedule tbody th {
    width: 10%;
  }
  .table-schedule tbody td:nth-of-type(1) {
    width: 20%;
  }
  .table-schedule tbody td:nth-of-type(2) {
    width: 20%;
  }
  .table-schedule tbody td:nth-of-type(3) {
    white-space: wrap;
  }
  .table-schedule p {
    font-size: min(16px, calc(16 / var(--base) * 100vw));
  }
}

@keyframes noise {
  0% {
    filter: url("#noise1");
  }
  10% {
    filter: url("#noise2");
  }
  20% {
    filter: url("#noise3");
  }
  30% {
    filter: url("#noise4");
  }
  40% {
    filter: url("#noise5");
  }
  50% {
    filter: url("#noise6");
  }
  60% {
    filter: url("#noise7");
  }
  70% {
    filter: url("#noise8");
  }
  80% {
    filter: url("#noise9");
  }
  90% {
    filter: url("#noise10");
  }
  100% {
    filter: url("#noise1");
  }
}
.illust-noise-mini {
  backface-visibility: hidden;
  perspective: 1000;
  transform: translateZ(0);
  will-change: filter;
}

@keyframes noise-mini {
  0% {
    filter: url("#noise-mini1");
  }
  20% {
    filter: url("#noise-mini3");
  }
  40% {
    filter: url("#noise-mini5");
  }
  60% {
    filter: url("#noise-mini7");
  }
  80% {
    filter: url("#noise-mini9");
  }
  100% {
    filter: url("#noise-mini1");
  }
}
/*
@keyframes noise-mini {
  0% {
    filter: url("#noise-mini1");
  }
  10% {
    filter: url("#noise-mini2");
  }
  20% {
    filter: url("#noise-mini3");
  }
  30% {
    filter: url("#noise-mini4");
  }
  40% {
    filter: url("#noise-mini5");
  }
  50% {
    filter: url("#noise-mini6");
  }
  60% {
    filter: url("#noise-mini7");
  }
  70% {
    filter: url("#noise-mini8");
  }
  80% {
    filter: url("#noise-mini9");
  }
  90% {
    filter: url("#noise-mini10");
  }
  100% {
    filter: url("#noise-mini1");
  }
}
  */
.fx-opacity {
  opacity: 0;
  transition: opacity calc(var(--duration-transition) / 2);
}
.fx-opacity.on {
  opacity: 1;
}

.fx-b2t {
  opacity: 0;
  translate: 0 2em;
  transition: opacity var(--duration-transition), translate var(--duration-transition);
}
.fx-b2t.on {
  opacity: 1;
  translate: none;
}

.fx-l2r {
  opacity: 0;
  translate: -4em 0;
  transition: opacity var(--duration-transition), translate calc(var(--duration-transition) * 3);
}
.fx-l2r.on {
  opacity: 1;
  translate: none;
}

.fx-r2l {
  opacity: 0;
  translate: 4em 0;
  transition: opacity var(--duration-transition), translate calc(var(--duration-transition) * 3);
}
.fx-r2l.on {
  opacity: 1;
  translate: none;
}

ul.checkbox {
  margin: 0 auto;
  width: fit-content;
}
ul.checkbox.agree label {
  color: var(--color-main);
  font-weight: 700;
}
ul.checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  ul.checkbox {
    width: auto;
  }
}

button {
  cursor: pointer;
}

input[type=text], input[type=email], input[type=tel] {
  padding: 7px 8px;
  line-height: 1;
  font-size: min(14px, calc(14 / var(--base) * 100vw));
  font-weight: 400;
  color: var(--color-text);
  border-bottom: 1px solid var(--color-main);
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus {
  background-color: #eee;
  outline: none;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder {
  color: #cbcac9;
}
input[type=radio] {
  cursor: pointer;
}
input[type=checkbox] {
  display: grid;
  place-items: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid var(--color-main);
}
input[type=checkbox]::after {
  content: "";
  width: 5px;
  height: 10px;
  border-right: 3px solid var(--color-main);
  border-bottom: 3px solid var(--color-main);
  transform: rotate(45deg) translateY(-1px);
  opacity: 0;
}
input[type=checkbox]:checked::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  input[type=text], input[type=email], input[type=tel] {
    padding: 0.6em 1em;
  }
  input[type=date] {
    padding: 0.7em 1em;
  }
  input[type=date] + .select {
    margin-left: calc(8 / var(--base) * 100vw);
  }
}
@media screen and (min-width: 1024px) {
  input[type=text], input[type=email], input[type=tel] {
    font-size: min(18px, calc(18 / var(--base) * 100vw));
  }
}

textarea {
  margin-top: 7px;
  padding: 0.8em;
  line-height: 1.6;
  font-size: min(14px, calc(14 / var(--base) * 100vw));
  border: 1px solid var(--color-main);
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  height: calc(150 / var(--base) * 100vw);
}
textarea::placeholder {
  color: #ccc;
}
textarea:focus {
  background-color: #eee;
  outline: none;
}
@media screen and (min-width: 1024px) {
  textarea {
    height: min(200px, calc(200 / var(--base) * 100vw));
    font-size: min(18px, calc(18 / var(--base) * 100vw));
  }
}

.radio {
  display: flex;
  justify-content: flex-start;
  font-size: min(16px, calc(16 / var(--base) * 100vw));
}
.radio li {
  margin-right: calc(30 / var(--base) * 100vw);
}

.select {
  display: inline-flex;
  margin: min(10px, calc(10 / var(--base) * 100vw)) 0 0 0;
  align-items: center;
  position: relative;
}
.select::after {
  position: absolute;
  right: min(20px, calc(20 / var(--base) * 100vw));
  width: min(8px, calc(8 / var(--base) * 100vw));
  height: min(7px, calc(7 / var(--base) * 100vw));
  background-color: #000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.select select {
  appearance: none;
  min-width: min(60px, calc(60 / var(--base) * 100vw));
  padding: 0.8em calc(0.8em + 30px) 0.8em 1em;
  border: 1px solid #ccc;
  background-color: #eee;
  color: #333333;
  font-size: min(14px, calc(14 / var(--base) * 100vw));
  cursor: pointer;
  appearance: none;
}
@media screen and (min-width: 768px) {
  .select select {
    padding: 0.9em calc(0.8em + 30px) 0.9em 1em;
  }
}

button {
  display: block;
  padding: 0.8em 1em;
  border-style: none;
  font-size: calc(16 / var(--base) * 100vw);
  font-weight: 700;
  line-height: 1.4;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  color: var(--color-text);
}
button.submit {
  background-color: var(--color-main);
  color: #fff;
  border-bottom: min(4px, calc(4 / var(--base) * 100vw)) solid var(--color-dark-blue);
}
@media screen and (min-width: 1024px) {
  button {
    font-size: min(24px, calc(24 / var(--base) * 100vw));
  }
}

.body:has(.page-home) .main {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .body:has(.page-home) {
    background-image: url(../images/home/bg-lg.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}

.page-home {
  height: 100dvh;
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  box-sizing: border-box;
  background-color: #000;
  position: relative;
  width: 100%;
}
.page-home .snap-section {
  scroll-snap-align: start;
  scroll-snap-stop: always; /* 追加 */
}
.page-home .unit-top-lg {
  display: none;
}
.page-home .bg {
  width: 100%;
  height: calc(1334 / var(--base) * 100vw);
  z-index: 0;
  background-image: url(../images/home/bg.webp);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
}
.page-home .bg.bottom {
  inset: auto 0 0 0;
  position: fixed;
  z-index: -1;
}
.page-home .unit-top-xs-1 {
  position: relative;
  padding: 0;
  box-sizing: border-box;
  transition: 1200ms;
  scroll-snap-align: end;
}
.page-home .unit-top-xs-1.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.page-home .unit-top-xs-1 p {
  margin: 0;
  padding: 0;
  width: calc(260 / 375 * 100vw);
  z-index: 2;
}
.page-home .unit-top-xs-1 p span {
  display: block;
  opacity: 0;
  translate: 0 5px;
  transition: var(--transition-duration);
}
.page-home .unit-top-xs-1 p.is-visible span {
  opacity: 1;
  translate: none;
}
.page-home .unit-top-xs-1 .message {
  margin: 0 auto;
  padding-top: calc(137 / 375 * 100vw);
  padding-bottom: min(50px, 50 / 375 * 100vw);
  width: calc(260 / 375 * 100vw);
  height: calc(640 / 375 * 100vw);
  box-sizing: content-box;
}
.page-home .unit-top-xs-1 .message img {
  mix-blend-mode: multiply;
  will-change: transform; /* GPUレイヤー昇格を促す */
}
.page-home .unit-top-xs-2 {
  position: relative;
  padding: 0;
  box-sizing: border-box;
  transition: 1200ms;
  scroll-snap-align: end;
}
.page-home .unit-top-xs-2 .message-en {
  margin: 0 auto;
  padding-top: calc(183 / 375 * 100vw);
  padding-bottom: calc(58 / 375 * 100vw);
  width: calc(307 / 375 * 100vw);
}
.page-home .unit-2nd {
  height: calc(662 / 375 * 100vw);
  min-height: 100dvh;
  z-index: 2;
  transition: 1600ms;
  transition-delay: 800ms;
  transition-delay: 400ms;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
}
.page-home .unit-2nd .list-news {
  --color-text-local: var(--color-text);
  position: absolute;
  inset: auto auto 395px 50%;
  translate: -50% 0;
  width: calc(100% - 40px);
}
.page-home .unit-2nd .list-news dt {
  display: flex;
  margin-bottom: 2px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 5px;
  color: var(--color-text-local);
  mix-blend-mode: difference;
  filter: contrast(999) invert(1);
}
.page-home .unit-2nd .list-news dt time {
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 400;
}
.page-home .unit-2nd .list-news dt .category {
  font-size: 10px;
  font-weight: 400;
  translate: 0 1px;
}
.page-home .unit-2nd .list-news dt .category::before {
  content: "［";
}
.page-home .unit-2nd .list-news dt .category::after {
  content: "］";
}
.page-home .unit-2nd .list-news dd {
  font-size: 12px;
  text-align: center;
  line-height: var(--line-height);
}
.page-home .unit-2nd .list-news dd a {
  text-decoration: underline;
  color: var(--color-text-local);
  mix-blend-mode: difference;
  filter: contrast(999) invert(1);
  text-decoration-thickness: 1px;
  font-weight: 400;
}
.page-home .unit-2nd .list-menu-simple {
  position: absolute;
  inset: auto auto 215px 50%;
  translate: -50% 0;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.3em;
  text-align: center;
}
.page-home .unit-2nd .list-menu-simple li:not(:last-of-type) {
  margin-bottom: 25px;
}
.page-home .unit-2nd .list-menu-simple a {
  color: #fff;
  text-decoration: none;
  mix-blend-mode: difference;
}
.page-home .unit-2nd .description {
  position: absolute;
  inset: auto auto 26px 50%;
  width: 100%;
  translate: -50% 0;
}
.page-home .unit-2nd .description .logo {
  display: flex;
  margin-bottom: 5px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}
.page-home .unit-2nd .description .logo img {
  width: 16px;
}
.page-home .unit-2nd .description .summary {
  font-size: 11px;
  color: #fff;
  text-align: center;
}
.page-home .list-news-lg {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-home {
    background-image: none;
    background-color: transparent;
  }
  .page-home .bg {
    display: none;
  }
  .page-home .bg-lines {
    display: none;
  }
  .page-home .unit-top-xs-1,
  .page-home .unit-top-xs-2 {
    display: none;
  }
  .page-home .unit-top-lg {
    display: block;
    position: relative;
    padding: 0;
    height: 100dvh;
    box-sizing: border-box;
    isolation: auto;
  }
  .page-home .unit-top-lg .messages {
    width: 504px;
    height: 242px;
    position: absolute;
    inset: min(125px, 125 / 1468 * 100vw) min(258px, 258 / 1468 * 100vw) auto auto;
  }
  .page-home .unit-top-lg .messages p {
    margin: 0;
    padding: 0;
    position: absolute;
  }
  .page-home .unit-top-lg .messages img {
    mix-blend-mode: multiply;
  }
  .page-home .unit-top-lg.is-visible img {
    opacity: 1;
  }
  .page-home .unit-top-lg .message-en {
    margin: 0;
    position: absolute;
    width: min(694px, 694 / 1468 * 100vw);
    inset: auto auto 84px min(160px, 160 / 1468 * 100vw);
  }
  .page-home .unit-top-lg .message-en.is-visible {
    opacity: 1;
  }
  .page-home .unit-2nd {
    position: relative;
    height: 100dvh;
    opacity: 1;
    pointer-events: all;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transition-delay: 0ms;
    transition: none;
  }
  .page-home .unit-2nd .list-news {
    display: none;
  }
  .page-home .unit-2nd .list-menu-simple {
    display: flex;
    justify-content: center;
    gap: min(65px, 65 / 1468 * 100vw);
    font-size: min(20px, calc(20 / var(--base) * 100vw));
    inset: 50% auto auto 50%;
    translate: -50% -50%;
  }
  .page-home .unit-2nd .list-menu-simple li {
    opacity: 1;
  }
  .page-home .unit-2nd .list-menu-simple li:not(:last-of-type) {
    margin-bottom: 0;
  }
  .page-home .unit-2nd .list-menu-simple a {
    color: var(--color-text);
    text-decoration: none;
  }
  .page-home .unit-2nd .description {
    bottom: min(70px, calc(70 / var(--base) * 100vw));
  }
  .page-home .unit-2nd .description .logo {
    display: flex;
    margin-bottom: 5px;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    opacity: 1;
  }
  .page-home .unit-2nd .description .logo img {
    width: 19px;
  }
  .page-home .unit-2nd .description .summary {
    font-size: 11px;
    color: #fff;
    text-align: center;
    opacity: 1;
  }
  .page-home .list-news-lg {
    display: block;
    position: fixed;
    inset: auto 0 0 0;
    background-color: #fff;
    background-color: color-mix(in srgb, var(--color-text) 50%, transparent);
    z-index: 2;
    height: min(50px, calc(50 / var(--base) * 100vw));
  }
  .page-home .list-news-lg .link-news-archive {
    position: absolute;
    inset: 50% min(60px, calc(60 / var(--base) * 100vw)) auto auto;
    translate: 0 -50%;
    color: #fff;
    font-size: min(10px, calc(10 / var(--base) * 100vw));
  }
  .page-home .list-news-lg .link-news-archive .en {
    font-family: var(--font-en);
    font-size: min(20px, calc(20 / var(--base) * 100vw));
    font-weight: 700;
    font-style: italic;
  }
  .page-home .list-news-lg dl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 20px;
  }
  .page-home .list-news-lg dt {
    display: flex;
    margin-bottom: 2px;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 1;
    gap: 10px;
  }
  .page-home .list-news-lg dt time {
    font-family: var(--font-en);
    font-size: 18px;
    font-weight: 700;
  }
  .page-home .list-news-lg dt .category {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    translate: 0 1px;
  }
  .page-home .list-news-lg dt .category::before {
    content: "［";
  }
  .page-home .list-news-lg dt .category::after {
    content: "］";
  }
  .page-home .list-news-lg dd {
    font-size: 12px;
    text-align: center;
    line-height: var(--line-height);
  }
  .page-home .list-news-lg dd a {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
  }
}

.body:has(.page-company) {
  background-image: url(../images/company/bg.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .body:has(.page-company) {
    background-image: url(../images/company/bg-lg.webp);
    background-size: 1422px auto;
    background-position: center top;
  }
}

@scope (.page-company) to (.para-link) {
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
}
.page-company .page-nav {
  display: block;
  margin: -68px 25px 100px 25px;
  --color-border: #3c3c3c;
}
.page-company .page-nav ul {
  display: flex;
  gap: 5px;
  justify-content: end;
  align-items: end;
  font-family: var(--font-sans);
  border-bottom: 1px solid var(--color-border);
}
.page-company .page-nav a,
.page-company .page-nav button {
  display: block;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #dcdad2;
  border-left: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  border-radius: 3px 3px 0 0;
  text-decoration: none;
}
.page-company .page-nav a:hover,
.page-company .page-nav button:hover {
  text-decoration: none;
}
.page-company .page-nav li {
  position: relative;
}
.page-company .page-nav li.is-visible::before, .page-company .page-nav li.is-visible::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  position: absolute;
  inset: auto auto -1px -5px;
  z-index: 1;
  clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 50% 100%);
}
.page-company .page-nav li.is-visible::after {
  inset: auto -5px -1px auto;
  clip-path: polygon(0% 50%, 50% 50%, 50% 100%, 0% 100%);
}
.page-company .page-nav li.is-visible a,
.page-company .page-nav li.is-visible button {
  margin-bottom: -2px;
  padding: 10px 10px 11px 10px;
  color: #3c3c3c;
  background-color: var(--color-bg);
  position: relative;
}
.page-company .page-nav li.is-visible a::after,
.page-company .page-nav li.is-visible button::after {
  content: "";
  width: calc(100% + 6px);
  height: 3px;
  background-color: var(--color-bg);
  position: absolute;
  inset: auto auto 0 -3px;
}
.page-company .unit {
  margin-bottom: 100px;
  /*
  opacity: 0;
  display: none;

  &.is-visible {
    opacity: 1;
    display: block;
  }
    */
}
.page-company .content {
  margin: 0 50px;
}
.page-company .table-information {
  margin-bottom: 120px;
}
.page-company .table-information table,
.page-company .table-information thead,
.page-company .table-information tbody,
.page-company .table-information tr,
.page-company .table-information th,
.page-company .table-information td {
  display: block;
  text-align: left;
}
.page-company .table-information th {
  margin-bottom: 2px;
  font-family: var(--font-sans);
  line-height: 1.5;
  font-weight: 700;
  font-size: 16px;
}
.page-company .table-information td {
  line-height: 1.9;
  font-size: 16px;
  letter-spacing: 0;
}
.page-company .table-information tr:not(:last-of-type) td {
  margin-bottom: 29px;
}
.page-company .list-office-related {
  margin-top: 4px;
  line-height: 1.9;
}
.page-company .list-office-related:nth-of-type(2) {
  margin-top: 25px;
}
.page-company .list-office-related dt::before {
  content: "［ ";
}
.page-company .list-office-related dt::after {
  content: " ］";
}
.page-company .list-office-related dd + dt {
  margin-top: 26px;
}
.page-company .list-office-related dd.photo {
  margin: 13px 0;
}
.page-company .list-office-related.facilities dd:has(+ dt) {
  margin-bottom: 30px;
  position: relative;
}
.page-company .list-office-related.facilities dd:has(+ dt)::after {
  display: block;
  content: "";
  width: 5px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  inset: auto auto -15px 0;
}
.page-company .link-map {
  display: inline-flex;
  margin-left: 14px;
  align-items: center;
  gap: 3px;
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.page-company .link-map::before {
  display: block;
  content: "";
  width: 9px;
  height: 14px;
  background-size: contain;
  background-color: currentColor;
  mask-image: url(../images/common/icon-map.svg);
  translate: 0 2px;
}
.page-company .logo-story h3 {
  margin-bottom: 18px;
  line-height: var(--line-height);
  font-size: 16px;
  font-weight: 400;
}
.page-company .logo-story .logo {
  margin: 0 auto 50px 0;
  width: 110px;
}
.page-company .list-history {
  margin-top: -10px;
  margin-bottom: 120px;
}
.page-company .list-history dt {
  display: flex;
  margin-bottom: 6px;
  font-size: 10px;
  align-items: baseline;
  gap: 2px;
}
.page-company .list-history dt .num {
  font-family: var(--font-en);
  font-style: italic;
  line-height: 1;
  font-weight: 700;
  font-size: 33px;
}
.page-company .list-history dd {
  margin-left: 5px;
  padding: 5px 0 20px 25px;
  letter-spacing: 0;
  line-height: 1.85;
  position: relative;
}
.page-company .list-history dd::before {
  content: "";
  border-left: 1px solid currentColor;
  position: absolute;
  inset: 0 auto 0 0;
}
.page-company .list-history dd:last-of-type::before {
  height: 50%;
}
.page-company .list-history dd:last-of-type::after {
  content: "";
  border-left: 1px dashed currentColor;
  position: absolute;
  inset: 50% auto 0 0;
}
.page-company .org-chart {
  margin-inline: auto;
  width: min(100%, 316px);
}
.page-company .title-activity {
  margin-bottom: 50px;
  padding-bottom: 2px;
  font-family: var(--font-en);
  line-height: 1.5;
  font-weight: 700;
  font-size: 22px;
  font-style: italic;
  border-bottom: 1px solid currentColor;
}
.page-company .title-activity:not(:first-of-type) {
  margin-top: 100px;
}
.page-company .item-activity:not(:last-of-type) {
  margin-bottom: 80px;
}
.page-company .item-activity.note {
  margin-bottom: 4px;
}
.page-company .item-activity .thumb {
  margin-bottom: 39px;
}
.page-company .item-activity .thumb.narrow {
  margin-inline: auto;
  width: 205px;
}
.page-company .item-activity .thumb.anshinbo {
  margin-bottom: 29px;
}
.page-company .item-activity .title {
  margin-bottom: 21px;
  margin-right: -0.4em;
  line-height: 1.85;
  letter-spacing: 0.4em;
  font-size: 18px;
  font-weight: 400;
}
.page-company .item-activity .para-link {
  margin-top: 25px;
}
.page-company .unit-information,
.page-company .unit-history,
.page-company .unit-message,
.page-company .unit-activity {
  margin-bottom: 0;
}
@scope (& .title-message) {
  .page-company :scope {
    margin-bottom: 58px;
    line-height: 1.5;
  }
  .page-company :scope .sub {
    display: block;
    margin-bottom: 9px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.4em;
  }
  .page-company :scope .sub::before {
    content: "［";
  }
  .page-company :scope .sub::after {
    content: "］";
  }
  .page-company :scope .main {
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0.4em;
  }
}
@scope (& .title-chapter) {
  .page-company :scope {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
  }
}
@scope (& .unit-message) {
  .page-company :scope .message-header {
    margin-bottom: 45px;
  }
  .page-company :scope .message-header .portrait {
    margin-bottom: 45px;
  }
  .page-company :scope .message-header .lead {
    margin-right: -0.4em;
    line-height: 2;
    font-size: 22px;
    letter-spacing: 0.4em;
  }
  .page-company :scope .photo {
    margin-top: 40px;
  }
  .page-company :scope .message-meta {
    margin-top: 20px;
  }
  .page-company :scope .message-meta .author {
    text-align: right;
  }
  .page-company :scope .message-meta time {
    display: block;
    line-height: 1.85;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .page-company .content {
    margin: 0 auto;
    padding: 0 60px;
    width: min(100%, 1020px);
  }
  .page-company .page-nav {
    margin: -44px auto 100px auto;
    padding: 0 60px;
    width: min(100%, 1020px);
  }
  .page-company .table-information {
    margin-bottom: 100px;
  }
  .page-company .table-information table {
    display: table;
    width: 100%;
  }
  .page-company .table-information thead {
    display: table-row-group;
  }
  .page-company .table-information tbody {
    display: table-row-group;
  }
  .page-company .table-information tr {
    display: table-row;
  }
  .page-company .table-information th,
  .page-company .table-information td {
    display: table-cell;
    text-align: left;
  }
  .page-company .table-information th {
    margin-bottom: 0;
    padding-bottom: min(43px, 43 / 1024 * 100vw);
    line-height: 1.9;
    vertical-align: top;
    width: 24%;
  }
  .page-company .table-information td {
    padding-bottom: min(43px, 43 / 1024 * 100vw);
  }
  .page-company .table-information td.offices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto auto;
    gap: 0 min(45px, 45 / 1024 * 100vw);
  }
  .page-company .table-information td.offices .list-office-related {
    display: grid;
    grid-row: 1/span 4;
    grid-template-rows: subgrid;
    gap: 0;
  }
  .page-company .table-information td.offices .list-office-related:nth-of-type(2) {
    margin-top: 0;
  }
  .page-company .table-information td.offices .list-office-related dd:nth-of-type(1) {
    grid-row: 2;
  }
  .page-company .table-information td.offices .list-office-related dd:nth-of-type(2) {
    grid-row: 3;
  }
  .page-company .table-information td.offices .list-office-related dd:nth-of-type(3) {
    grid-row: 4;
  }
  .page-company .table-information tr:not(:last-of-type) td {
    margin-bottom: 0;
  }
  .page-company .logo-story {
    display: grid;
    grid-template-columns: 24% 1fr;
  }
  .page-company .list-history {
    --height-num: 40px;
    --gap: 10px;
    display: grid;
    grid-template-columns: 24% 1fr;
    gap: var(--gap) 0;
  }
  .page-company .list-history dt {
    margin-bottom: 0;
    position: relative;
  }
  .page-company .list-history dt::before {
    display: block;
    content: "";
    height: calc(100% - var(--height-num) + var(--gap));
    border-left: 1px solid currentColor;
    position: absolute;
    inset: var(--height-num) auto auto 30px;
  }
  .page-company .list-history dt:last-of-type::before {
    height: calc(50% - var(--height-num));
  }
  .page-company .list-history dt:last-of-type::after {
    display: block;
    content: "";
    height: calc(50% + var(--gap));
    border-left: 1px dashed currentColor;
    position: absolute;
    inset: 50% auto auto 30px;
  }
  .page-company .list-history dd {
    margin-left: 0;
    padding: 0 0 39px 0;
    letter-spacing: 0;
    line-height: 1.85;
    position: relative;
  }
  .page-company .list-history dd::before {
    display: none;
  }
  .page-company .list-history dd:last-of-type::before {
    display: none;
  }
  .page-company .list-history dd:last-of-type::after {
    display: none;
  }
  @scope (& .unit-message) {
    .page-company :scope .message-comment {
      display: grid;
      grid-template-columns: min(330px, 330 / 900 * 100vw) 1fr;
      gap: 0 min(70px, 70 / 900 * 100vw);
    }
    .page-company :scope .message-meta {
      margin-top: 30px;
    }
  }
  .page-company .item-activity {
    display: grid;
    grid-template-columns: min(330px, 330 / 900 * 100vw) 1fr;
    gap: 0 min(70px, 70 / 900 * 100vw);
  }
  .page-company .item-activity .thumb {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-company .page-nav {
    margin: -100px auto 140px auto;
  }
  .page-company .page-nav a,
  .page-company .page-nav button {
    padding: 11px 15px;
    font-size: 16px;
  }
  .page-company .page-nav li:hover a,
  .page-company .page-nav li:hover button {
    padding: 13px 15px 14px 15px;
  }
  .page-company .page-nav li.is-visible a,
  .page-company .page-nav li.is-visible button {
    padding: 15px 15px 14px 15px;
  }
  .page-company .table-information {
    margin-bottom: 100px;
  }
  .page-company .table-information table {
    display: table;
    width: 100%;
  }
  .page-company .table-information thead {
    display: table-row-group;
  }
  .page-company .table-information tbody {
    display: table-row-group;
  }
  .page-company .table-information tr {
    display: table-row;
  }
  .page-company .table-information th,
  .page-company .table-information td {
    display: table-cell;
    text-align: left;
  }
  .page-company .table-information th {
    font-size: 18px;
    width: min(300px, 300 / 1440 * 100vw);
  }
  .page-company .table-information td {
    font-size: 18px;
  }
  .page-company .logo-story {
    grid-template-columns: 300px 1fr;
  }
  .page-company .logo-story .logo {
    width: 146px;
  }
  .page-company .logo-story h3 {
    font-size: 18px;
  }
  .page-company .list-history {
    --height-num: 46px;
    grid-template-columns: 200px 1fr;
  }
  .page-company .list-history dt {
    font-size: 12px;
  }
  .page-company .list-history dt .num {
    margin-left: 3px;
    font-size: 38px;
  }
  .page-company .list-history dd {
    font-size: 18px;
  }
  @scope (& .title-message) {
    .page-company :scope .sub {
      margin-bottom: 15px;
      font-size: 18px;
    }
    .page-company :scope .main {
      font-size: 35px;
    }
  }
  @scope (& .title-chapter) {
    .page-company :scope {
      margin-bottom: 30px;
      font-size: 18px;
    }
  }
  @scope (& .unit-message) {
    .page-company :scope .message-header {
      margin-bottom: 0;
    }
    .page-company :scope .message-header .portrait {
      margin-bottom: 60px;
    }
    .page-company :scope .photo {
      margin: 60px auto 0 auto;
      width: 274px;
    }
  }
  .page-company .title-activity {
    margin-bottom: 90px;
    padding-bottom: 5px;
    line-height: 1;
    font-size: 33px;
  }
  .page-company .title-activity:not(:first-of-type) {
    margin-top: 150px;
  }
  .page-company .item-activity.sokibo {
    margin-block-start: -20px;
  }
  .page-company .item-activity:not(:last-of-type) {
    margin-bottom: 100px;
  }
  .page-company .item-activity .title {
    margin-bottom: 36px;
    font-size: 22px;
    line-height: 1;
  }
  .page-company .item-activity .thumb.narrow {
    width: 274px;
  }
}

.body:has(.page-about) {
  background-image: url(../images/about/bg.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .body:has(.page-about) {
    background-image: url(../images/about/bg-lg.webp);
    background-size: 1074px auto;
    background-position: center top;
  }
}

.page-about .unit {
  padding-bottom: 150px;
  background-repeat: no-repeat;
}
.page-about .content {
  margin: 0 50px;
  position: relative;
  z-index: 1;
  position: relative;
}
.page-about .illust {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.page-about .title-col {
  margin-bottom: 31px;
}
.page-about .lead {
  margin: 0 -0.4em 187px 0;
  line-height: 2;
  letter-spacing: 0.4em;
  font-size: 22px;
}
.page-about .unit-intro .lead {
  margin-bottom: 60px;
}
.page-about .unit-mission .illust {
  width: 297px;
  height: 478px;
  inset: 22px auto auto 50%;
  translate: -50% 0;
}
.page-about .unit-mind .illust {
  width: 320px;
  height: 250px;
  inset: 25px auto auto 50%;
  translate: -50% 0;
}
.page-about .list-features {
  counter-reset: count-li;
}
.page-about .list-features li {
  margin-left: 33px;
  counter-increment: count-li;
  position: relative;
}
.page-about .list-features li:not(:last-of-type) {
  margin-bottom: 100px;
}
.page-about .list-features li .illust {
  width: 130px;
  height: 130px;
  position: absolute;
  background-size: cover;
}
.page-about .list-features li:nth-of-type(1) .illust {
  inset: -112px 6px auto auto;
}
.page-about .list-features li:nth-of-type(2) .illust {
  inset: -25px -25px auto auto;
}
.page-about .list-features li:nth-of-type(3) .illust {
  inset: -46px -1px auto auto;
}
.page-about .list-features li:nth-of-type(4) .illust {
  inset: -7px -27px auto auto;
}
.page-about .list-features h3 {
  margin: 0 -0.4em 30px 0;
  font-weight: 400;
  letter-spacing: 0.4em;
  position: relative;
  line-height: 1.7;
  font-size: 26px;
}
.page-about .list-features h3::before {
  content: counter(count-li) ".";
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  position: absolute;
  inset: 0 auto auto -33px;
}
.page-about .list-features .copy {
  margin: 0 -0.2em 15px 0;
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 16px;
}
.page-about .unit-vision {
  padding-bottom: 0;
}
.page-about .unit-vision .illust {
  width: 274px;
  height: 169px;
  inset: 105px auto auto 50%;
  translate: calc(-50% + 22px) 0;
}
@media screen and (min-width: 768px) {
  .page-about .content {
    margin: 0 auto;
    padding: 0 60px;
    width: min(100%, 1020px);
  }
}
@media screen and (min-width: 1024px) {
  .page-about .unit {
    padding-top: 20px;
    padding-bottom: 280px;
  }
  .page-about .content {
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 0 50px;
  }
  .page-about .title-col {
    margin-bottom: 58px;
    grid-column: 1/span 2;
  }
  .page-about .lead {
    margin: 0;
    font-size: 30px;
  }
  .page-about .unit-intro .content {
    display: block;
  }
  .page-about .unit-mission .illust {
    width: 373px;
    height: 602px;
    inset: -130px -200px auto auto;
    translate: 0 0;
  }
  .page-about .unit-mind .illust {
    width: 538px;
    height: 420px;
    inset: 245px auto auto -106px;
    translate: 0 0;
  }
  .page-about .list-features li {
    margin-left: 0;
  }
  .page-about .list-features li:not(:last-of-type) {
    margin-bottom: 95px;
  }
  .page-about .list-features li .illust {
    width: 160px;
    height: 160px;
  }
  .page-about .list-features li:nth-of-type(1) .illust {
    inset: -66px -19px auto auto;
  }
  .page-about .list-features li:nth-of-type(2) .illust {
    inset: -28px -117px auto auto;
  }
  .page-about .list-features li:nth-of-type(3) .illust {
    inset: -44px 19px auto auto;
  }
  .page-about .list-features li:nth-of-type(4) .illust {
    inset: -42px -29px auto auto;
  }
  .page-about .list-features h3 {
    display: flex;
    gap: 20px;
    margin: 0 -0.4em 34px 0;
    font-size: 35px;
  }
  .page-about .list-features h3::before {
    font-size: 55px;
    position: static;
  }
  .page-about .list-features .copy {
    margin: 0 -0.2em 19px 0;
    font-size: 18px;
  }
  .page-about .unit-vision {
    padding-bottom: 0;
  }
  .page-about .unit-vision .content {
    padding-bottom: 456px;
  }
  .page-about .unit-vision .illust {
    width: 576px;
    height: 357px;
    inset: auto 178px 0 auto;
    translate: 0 0;
  }
}

.body:has(.archive-service) {
  background-image: url(../images/service/bg.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .body:has(.archive-service) {
    background-image: url(../images/service/bg-lg.webp);
    background-size: 1350px auto;
    background-position: center top;
  }
}

.archive-service {
  overflow: visible;
}
.archive-service .content {
  margin: 0 50px;
}
.archive-service .copy {
  margin-right: -0.4em;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 2;
  font-size: 20px;
  letter-spacing: 0.4em;
}
.archive-service .copy-en {
  margin-right: -0.4em;
  margin-bottom: 45px;
  font-weight: 700;
  line-height: 2;
  font-size: 20px;
  letter-spacing: 0.4em;
  font-family: var(--font-en);
  font-style: italic;
}
.archive-service .unit-intro {
  padding-bottom: 130px;
}
.archive-service .unit-intro .lead {
  margin-right: -0.4em;
  margin-bottom: 80px;
  text-align: left;
  font-weight: 400;
  line-height: 2;
  font-size: 22px;
  letter-spacing: 0.4em;
}
.archive-service .unit-funeral {
  padding-bottom: 127px;
}
.archive-service .unit-funeral .illust {
  margin: 0 auto 50px auto;
  width: 210px;
}
.archive-service .unit-grave {
  padding-bottom: 127px;
}
.archive-service .unit-grave .illust {
  margin: 0 auto 62px auto;
  width: 195px;
}
.archive-service .unit-butsudan {
  padding-bottom: 133px;
}
.archive-service .unit-butsudan .illust {
  margin: 0 auto 56px auto;
  width: 193px;
}
.archive-service .unit-scent .illust {
  margin: 0 auto 56px auto;
  width: 220px;
}
@media screen and (min-width: 768px) {
  .archive-service .content {
    margin: 0 auto;
    padding: 0 60px;
    width: min(100%, 1020px);
  }
}
@media screen and (min-width: 1024px) {
  .archive-service .copy {
    font-size: 25px;
  }
  .archive-service .copy-en {
    margin-bottom: 45px;
    font-size: 25px;
  }
  .archive-service .row {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 0 50px;
  }
  .archive-service .unit-intro {
    padding-bottom: 200px;
  }
  .archive-service .unit-intro .illust {
    margin: 0 auto 78px auto;
    width: 330px;
  }
  .archive-service .unit-intro .lead {
    margin-bottom: 100px;
    font-size: 30px;
  }
  .archive-service .unit-funeral {
    padding-bottom: 205px;
  }
  .archive-service .unit-funeral .illust {
    margin: 0 auto 78px auto;
    width: 330px;
  }
  .archive-service .unit-grave {
    padding-bottom: 194px;
  }
  .archive-service .unit-grave .illust {
    margin: 0 auto 89px auto;
    width: 310px;
  }
  .archive-service .unit-butsudan {
    padding-bottom: 183px;
  }
  .archive-service .unit-butsudan .illust {
    margin: 0 auto 90px auto;
    width: 303px;
  }
  .archive-service .unit-scent .illust {
    margin: 0 auto 90px auto;
    width: 310px;
  }
}

.body:has(.page-gallery) {
  background-image: url(../images/gallery/bg.webp);
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .body:has(.page-gallery) {
    background-image: url(../images/gallery/bg-lg-1.webp), url(../images/gallery/bg-lg-2.webp);
    background-repeat: no-repeat;
    background-size: 1370px auto, 1370px auto;
    background-position: center top, center bottom;
  }
}

.page-gallery .list-gallery {
  margin: 0 50px 0 50px;
}
.page-gallery .list-gallery li {
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .page-gallery .list-gallery {
    margin: 0 0 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .page-gallery .list-gallery li:nth-of-type(1) {
    grid-column: 1;
    grid-row: span 2;
  }
  .page-gallery .list-gallery li:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .page-gallery .list-gallery li:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .page-gallery .list-gallery li:nth-of-type(4) {
    grid-row: span 2;
  }
  .page-gallery .list-gallery li:nth-of-type(6) {
    grid-column: 1;
  }
  .page-gallery .list-gallery li:nth-of-type(7) {
    grid-row: 3;
    grid-column: 2;
  }
  .page-gallery .list-gallery li:nth-of-type(9) {
    grid-column: 3;
    grid-row: 3/span 2;
  }
  .page-gallery .list-gallery li:nth-of-type(11) {
    grid-column: 1;
  }
  .page-gallery .list-gallery li:nth-of-type(12) {
    grid-column: 2;
    grid-row: 5;
  }
  .page-gallery .list-gallery li:nth-of-type(14) {
    grid-column: 3;
    grid-row: 5/span 2;
  }
  .page-gallery .list-gallery li:nth-of-type(16) {
    grid-column: 1;
  }
  .page-gallery .list-gallery li:nth-of-type(17) {
    grid-column: 2;
    grid-row: 7;
  }
  .page-gallery .list-gallery li:nth-of-type(19) {
    grid-column: 3;
    grid-row: 7/span 2;
  }
  .page-gallery .list-gallery li:nth-of-type(20) {
    grid-row: span 2;
  }
  .page-gallery .list-gallery li:nth-of-type(22) {
    grid-column: 2;
  }
  .page-gallery .list-gallery li:nth-of-type(23) {
    grid-column: 3;
    grid-row: 9;
  }
  .page-gallery .list-gallery li:nth-of-type(24) {
    grid-row: span 2;
  }
  .page-gallery .list-gallery li:nth-of-type(26) {
    grid-column: 1;
  }
  .page-gallery .list-gallery li:nth-of-type(27) {
    grid-column: 2;
    grid-row: 11;
  }
  .page-gallery .list-gallery li:nth-of-type(29) {
    grid-row: span 2;
  }
  .page-gallery .list-gallery li:nth-of-type(31) {
    grid-row: span 2;
  }
  .page-gallery .list-gallery li:nth-of-type(35) {
    grid-column: 1;
    grid-row: span 2;
  }
  .page-gallery .list-gallery li:nth-of-type(36) {
    grid-column: 2;
    grid-row: 15;
  }
  .page-gallery .list-gallery li:nth-of-type(38) {
    grid-column: 3;
    grid-row: 15;
  }
  .page-gallery .list-gallery li:nth-of-type(39) {
    grid-row: span 2;
  }
  .page-gallery .list-gallery li:nth-of-type(40) {
    grid-column: 2;
    grid-row: 17;
  }
}
.body:has(.page-recruit) {
  background-image: url(../images/recruit/bg.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .body:has(.page-recruit) {
    background-image: url(../images/recruit/bg-lg.webp);
    background-size: 1100px auto;
    background-position: center top;
  }
}

.page-recruit .content {
  margin: 0 50px;
  position: relative;
  z-index: 1;
  position: relative;
}
.page-recruit .unit {
  padding-bottom: 120px;
  background-repeat: no-repeat;
}
.page-recruit .unit-intro {
  padding-bottom: 100px;
}
.page-recruit .unit-intro .lead {
  margin: 0 -0.4em 80px 0;
  line-height: 2;
  letter-spacing: 0.4em;
  font-size: 22px;
}
.page-recruit .unit-intro p {
  margin-bottom: 20px;
}
.page-recruit .title-bold {
  margin-bottom: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.page-recruit .list-staff {
  margin-bottom: 30px;
}
.page-recruit .list-staff li:not(:last-of-type) {
  margin-bottom: 25px;
}
.page-recruit .list-staff .photo {
  margin-bottom: 6px;
}
.page-recruit .list-staff p {
  text-align: center;
}
.page-recruit .list-recruitment > li {
  border-bottom: 1px solid currentColor;
  position: relative;
}
.page-recruit .list-recruitment > li.is-visible h4 button i::after {
  rotate: 180deg;
  translate: -50% calc(-50% - 1px);
}
.page-recruit .list-recruitment > li.is-visible .recruitment-content {
  padding-bottom: 60px;
  grid-template-rows: 1fr;
}
.page-recruit .list-recruitment h4 {
  position: relative;
}
.page-recruit .list-recruitment h4 button {
  display: block;
  font-weight: 400;
  padding: 40px 0;
  font-size: 18px;
  line-height: 1;
}
.page-recruit .list-recruitment h4 button i {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  inset: 50% 0 auto auto;
  translate: 0 -50%;
  border-radius: 11px;
  border: 1px solid currentColor;
}
.page-recruit .list-recruitment h4 button i::after {
  display: block;
  content: "";
  width: 10px;
  height: 6px;
  background-color: currentColor;
  position: absolute;
  inset: 50% auto auto 50%;
  transition: rotate var(--transition-duration), translate var(--transition-duration);
  translate: -50% calc(-50% + 1px);
  mask-image: url(../images/common/button-triangle.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}
.page-recruit .list-recruitment .recruitment-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: var(--transition-duration);
}
.page-recruit .list-recruitment .table-recruitment {
  overflow: hidden;
}
.page-recruit .list-recruitment .table-recruitment table {
  display: block;
}
.page-recruit .list-recruitment .table-recruitment tbody {
  display: block;
}
.page-recruit .list-recruitment .table-recruitment tr {
  display: block;
}
.page-recruit .list-recruitment .table-recruitment tr:not(:last-of-type) {
  margin-bottom: 32px;
}
.page-recruit .list-recruitment .table-recruitment th {
  display: block;
  margin-bottom: 8px;
  text-align: left;
  font-weight: 700;
  font-family: var(--font-sans);
  font-size: 16px;
  letter-spacing: 0.2em;
}
.page-recruit .list-recruitment .table-recruitment th::before {
  content: "[";
}
.page-recruit .list-recruitment .table-recruitment th::after {
  content: "]";
}
.page-recruit .list-recruitment .table-recruitment td {
  display: block;
  line-height: var(--line-height);
  font-size: 16px;
  text-align: left;
}
.page-recruit .list-requirements {
  margin-bottom: 5px;
}
.page-recruit .list-requirements dt {
  margin: 15px auto 8px 0;
  padding: 6px;
  width: fit-content;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: currentColor;
  background-color: var(--color-bg);
  border: 1px solid currentColor;
  border-radius: 3px;
}
.page-recruit .list-requirements dt.must {
  background-color: var(--color-text);
  color: #fff;
}
.page-recruit .list-requirements dd:not(:last-of-type) {
  margin-bottom: 20px;
}
.page-recruit .list {
  margin-left: 1.5em;
}
.page-recruit .list > li {
  list-style-type: disc;
}
.page-recruit .unit-entry {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-recruit .content {
    margin: 0 auto;
    padding: 0 60px;
    width: min(100%, 1020px);
  }
}
@media screen and (min-width: 1024px) {
  .page-recruit .unit {
    padding-top: 0px;
    padding-bottom: 200px;
  }
  .page-recruit .unit-intro .lead {
    margin-bottom: 100px;
    font-size: 30px;
  }
  .page-recruit .unit-intro p {
    margin-bottom: 30px;
  }
  .page-recruit .list-staff {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(50px, calc(50 / var(--base) * 100vw)) min(80px, calc(80 / var(--base) * 100vw));
  }
  .page-recruit .list-staff li:not(:last-of-type) {
    margin-bottom: 0;
  }
  .page-recruit .list-staff .photo {
    margin-bottom: min(15px, calc(15 / var(--base) * 100vw));
  }
  .page-recruit .list-staff p {
    font-size: min(20px, calc(20 / var(--base) * 100vw));
  }
  .page-recruit .list-recruitment > li.is-visible .para-button {
    inset: auto 0 10px 0;
  }
  .page-recruit .list-recruitment > li.is-visible .recruitment-content {
    padding-bottom: 60px;
    grid-template-rows: 1fr;
  }
  .page-recruit .list-recruitment h4 button {
    padding: min(60px, calc(60 / var(--base) * 100vw)) 0;
    font-size: min(25px, calc(25 / var(--base) * 100vw));
  }
  .page-recruit .list-recruitment h4 button i {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  .page-recruit .list-recruitment h4 button i::after {
    width: 14px;
    height: 6px;
  }
  .page-recruit .list-recruitment .para-button {
    position: absolute;
    width: 100%;
    inset: min(60px, calc(60 / var(--base) * 100vw)) 0 auto 0;
    z-index: 2;
  }
  .page-recruit .list-recruitment .recruitment-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: var(--transition-duration);
  }
  .page-recruit .list-recruitment .table-recruitment table {
    display: table;
    width: 100%;
  }
  .page-recruit .list-recruitment .table-recruitment tbody {
    display: table-row-group;
  }
  .page-recruit .list-recruitment .table-recruitment tr {
    display: table-row;
  }
  .page-recruit .list-recruitment .table-recruitment tr:not(:last-of-type) {
    margin-bottom: 0;
  }
  .page-recruit .list-recruitment .table-recruitment tr:not(:last-of-type) th,
  .page-recruit .list-recruitment .table-recruitment tr:not(:last-of-type) td {
    padding-bottom: min(40px, calc(40 / var(--base) * 100vw));
  }
  .page-recruit .list-recruitment .table-recruitment th {
    display: table-cell;
    vertical-align: top;
    margin-bottom: 0;
    font-size: min(18px, calc(18 / var(--base) * 100vw));
    width: min(200px, calc(200 / var(--base) * 100vw));
    line-height: var(--line-height);
  }
  .page-recruit .list-recruitment .table-recruitment td {
    display: table-cell;
    font-size: min(18px, calc(18 / var(--base) * 100vw));
  }
  .page-recruit .list-recruitment .list-requirements {
    margin-bottom: min(5px, calc(5 / var(--base) * 100vw));
  }
  .page-recruit .list-recruitment .list-requirements dt {
    margin: 0 auto 2px 0;
    padding: 1px 8px;
    font-size: min(15px, calc(15 / var(--base) * 100vw));
    line-height: var(--line-height);
  }
  .page-recruit .list-recruitment .list-requirements dd:not(:last-of-type) {
    margin-bottom: min(40px, calc(40 / var(--base) * 100vw));
  }
  .page-recruit .unit-entry {
    padding-bottom: 0;
  }
}

.body:has(.page-privacypolicy) {
  background-image: url(../images/privacypolicy/bg.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .body:has(.page-privacypolicy) {
    background-image: url(../images/privacypolicy/bg-lg.webp);
    background-size: 1335px auto;
    background-position: center top;
  }
}

.page-privacypolicy a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.page-privacypolicy .unit {
  padding: 0 50px 55px 50px;
}
.page-privacypolicy .title {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 16px;
  margin-bottom: 20px;
  align-items: start;
}
.page-privacypolicy .title .num {
  font-size: 33px;
  font-family: var(--font-en);
  font-style: italic;
  font-weight: 700;
}
.page-privacypolicy .title .text {
  font-weight: 400;
  letter-spacing: -0.05em;
}
.page-privacypolicy ul {
  margin-top: 1.85em;
  line-height: var(--line-height);
}
.page-privacypolicy ul > li {
  list-style-type: disc;
  margin-left: 1.2em;
}
.page-privacypolicy dl {
  margin-top: 1.85em;
  line-height: var(--line-height);
}
.page-privacypolicy dl dt {
  margin-top: 30px;
}
.page-privacypolicy dl dd > ul {
  margin-top: 0;
}
.page-privacypolicy .privacy-footer {
  margin: 0 50px;
}
.page-privacypolicy .privacy-footer address {
  line-height: var(--line-height);
  font-style: normal;
  text-align: right;
}
.page-privacypolicy .privacy-footer .dates {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .page-privacypolicy .unit {
    display: grid;
    grid-template-columns: 40% 1fr;
    margin: 0 auto;
    padding: 0 60px min(60px, 60 / 1440 * 100vw) 60px;
    width: min(100%, 1020px);
  }
  .page-privacypolicy .privacy-footer {
    margin: 0 auto;
    padding: min(60px, 60 / 1440 * 100vw) 60px 0 60px;
    width: min(100%, 1020px);
  }
}
@media screen and (min-width: 1024px) {
  .page-privacypolicy .unit {
    grid-template-columns: 1fr min(600px, calc(600 / var(--base) * 100vw));
  }
  .page-privacypolicy .title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .page-privacypolicy .title .num {
    font-size: 38px;
  }
}

.body:has(.page-contact) {
  background-image: url(../images/contact/bg.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .body:has(.page-contact) {
    background-image: url(../images/contact/bg-lg.webp);
    background-size: 950px auto;
    background-position: center top;
  }
}

.page-contact .unit {
  padding: 0 50px 150px 50px;
}
.page-contact .title-border-bottom:not(:first-of-type) {
  margin-top: 55px;
}
.page-contact .unit-company {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-contact .unit {
    margin: 0 auto;
    padding: 0 60px min(180px, calc(180 / var(--base) * 100vw)) 60px;
    --gap: 10px;
    display: grid;
    grid-template-columns: 1fr 55%;
    gap: var(--gap) 0;
    width: min(100%, 1020px);
  }
  .page-contact .title-bold {
    font-size: min(25px, 25 / 900 * 100vw);
  }
  .page-contact .title-border-bottom:not(:first-of-type) {
    margin-top: min(89px, calc(89 / var(--base) * 100vw));
  }
  .page-contact .unit-company {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-contact .unit {
    grid-template-columns: 1fr min(530px, calc(530 / var(--base) * 100vw));
  }
}

.body:has(.page-person) {
  background-image: url(../images/person/bg.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .body:has(.page-person) {
    background-image: url(../images/person/bg-lg.webp);
    background-size: 1350px auto;
    background-position: center top;
  }
}

.page-person .unit {
  padding: 0 50px 0 50px;
}
.page-person .faq-header {
  margin-bottom: 47px;
}
.page-person .lead {
  margin-bottom: 80px;
  margin-right: -0.4em;
  line-height: 2;
  font-size: 22px;
  letter-spacing: 0.4em;
}
.page-person .faq-nav li:not(:last-of-type) {
  margin-bottom: 4px;
}
.page-person .faq-nav li:nth-of-type(1) .q-mark {
  mask-image: url(../images/person/q-mark-1.svg);
}
.page-person .faq-nav li:nth-of-type(2) .q-mark {
  mask-image: url(../images/person/q-mark-2.svg);
}
.page-person .faq-nav li:nth-of-type(3) .q-mark {
  mask-image: url(../images/person/q-mark-3.svg);
}
.page-person .faq-nav li:nth-of-type(4) .q-mark {
  mask-image: url(../images/person/q-mark-4.svg);
}
.page-person .faq-nav li:nth-of-type(5) .q-mark {
  mask-image: url(../images/person/q-mark-5.svg);
}
.page-person .faq-nav li:nth-of-type(6) .q-mark {
  mask-image: url(../images/person/q-mark-6.svg);
}
.page-person .faq-nav li:nth-of-type(7) .q-mark {
  mask-image: url(../images/person/q-mark-7.svg);
}
.page-person .faq-nav li:nth-of-type(8) .q-mark {
  mask-image: url(../images/person/q-mark-8.svg);
}
.page-person .faq-nav li:nth-of-type(9) .q-mark {
  mask-image: url(../images/person/q-mark-9.svg);
}
.page-person .faq-nav li:nth-of-type(10) .q-mark {
  mask-image: url(../images/person/q-mark-10.svg);
}
.page-person .faq-nav li:nth-of-type(11) .q-mark {
  mask-image: url(../images/person/q-mark-11.svg);
}
.page-person .faq-nav li.is-selected a {
  font-weight: 700;
  font-family: var(--font-sans);
}
.page-person .faq-nav li.is-selected .q-mark {
  color: #fff;
  background-color: var(--color-text);
}
.page-person .faq-nav a {
  display: grid;
  grid-template-columns: 33px 1fr;
  gap: 0 14px;
  align-items: center;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0;
  text-decoration: none;
}
.page-person .faq-nav .q-mark {
  display: block;
  font-family: var(--font-en);
  font-style: italic;
  font-size: 12px;
  font-weight: 700;
  background-color: #dcdcd2;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 44px;
  mask-image: url(../images/person/q-mark-1.svg);
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
}
.page-person .faq-nav .num {
  display: inline-block;
  font-size: 22px;
  translate: 0 -1px;
}
.page-person .paginate {
  margin: 100px 0 0 0;
}
.page-person .paginate ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  font-family: var(--font-en);
  font-style: italic;
}
.page-person .paginate ul:not(:last-of-type) {
  margin-bottom: 10px;
}
.page-person .paginate li:nth-of-type(1) a {
  mask-image: url(../images/person/q-mark-1.svg);
}
.page-person .paginate li:nth-of-type(2) a {
  mask-image: url(../images/person/q-mark-2.svg);
}
.page-person .paginate li:nth-of-type(3) a {
  mask-image: url(../images/person/q-mark-3.svg);
}
.page-person .paginate li:nth-of-type(4) a {
  mask-image: url(../images/person/q-mark-4.svg);
}
.page-person .paginate li:nth-of-type(5) a {
  mask-image: url(../images/person/q-mark-5.svg);
}
.page-person .paginate li:nth-of-type(6) a {
  mask-image: url(../images/person/q-mark-6.svg);
}
.page-person .paginate li:nth-of-type(7) a {
  mask-image: url(../images/person/q-mark-7.svg);
}
.page-person .paginate li:nth-of-type(8) a {
  mask-image: url(../images/person/q-mark-8.svg);
}
.page-person .paginate li:nth-of-type(9) a {
  mask-image: url(../images/person/q-mark-9.svg);
}
.page-person .paginate li:nth-of-type(10) a {
  mask-image: url(../images/person/q-mark-10.svg);
}
.page-person .paginate li:nth-of-type(11) a {
  mask-image: url(../images/person/q-mark-11.svg);
}
.page-person .paginate li.is-selected a {
  color: #fff;
  background-color: var(--color-text);
}
.page-person .paginate a {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 22px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.05em;
  background-color: #dcdcd2;
  mask-image: url(../images/person/q-mark-1.svg);
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
}
.page-person .paginate .num {
  display: inline-block;
  font-size: 22px;
  translate: 0 -1px;
}
.page-person .faq-body {
  padding-top: 65px;
}
.page-person .title-question {
  display: grid;
  grid-template-columns: 54px 1fr;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid currentColor;
}
.page-person .title-question .q-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  width: 40px;
  height: 40px;
  background-color: var(--color-light-gray);
  mask-size: cover;
  mask-repeat: no-repeat;
  gap: 1px;
}
.page-person .title-question .q-mark.num-1 {
  mask-image: url(../images/person/q-mark-1.svg);
}
.page-person .title-question .q-mark.num-2 {
  mask-image: url(../images/person/q-mark-2.svg);
}
.page-person .title-question .q-mark.num-3 {
  mask-image: url(../images/person/q-mark-3.svg);
}
.page-person .title-question .q-mark.num-4 {
  mask-image: url(../images/person/q-mark-4.svg);
}
.page-person .title-question .q-mark.num-5 {
  mask-image: url(../images/person/q-mark-5.svg);
}
.page-person .title-question .q-mark.num-6 {
  mask-image: url(../images/person/q-mark-6.svg);
}
.page-person .title-question .q-mark.num-7 {
  mask-image: url(../images/person/q-mark-7.svg);
}
.page-person .title-question .q-mark.num-8 {
  mask-image: url(../images/person/q-mark-8.svg);
}
.page-person .title-question .q-mark.num-9 {
  mask-image: url(../images/person/q-mark-9.svg);
}
.page-person .title-question .q-mark.num-10 {
  mask-image: url(../images/person/q-mark-10.svg);
}
.page-person .title-question .q-mark.num-11 {
  mask-image: url(../images/person/q-mark-11.svg);
}
.page-person .title-question .q-mark .num {
  display: inline-block;
  font-size: 30px;
  vertical-align: top;
}
.page-person .title-question .text {
  margin-right: -0.4em;
  line-height: 2;
  font-size: 20px;
  letter-spacing: 0.4em;
  font-weight: 400;
}
.page-person .voice {
  padding: 25px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  margin-bottom: 70px;
}
.page-person .voice p {
  letter-spacing: var(--letter-spacing);
  font-size: 16px;
}
.page-person .voice .size-mid {
  font-size: 18px;
  letter-spacing: 0.25em;
}
.page-person .voice .size-semilarge {
  font-size: 20px;
  letter-spacing: 0.3em;
  line-height: 1.75;
}
.page-person .voice .size-large {
  font-size: 22px;
  letter-spacing: 0.3em;
}
.page-person .voice b {
  font-weight: 700;
  font-family: var(--font-sans);
}
.page-person .voice i {
  font-style: italic;
}
.page-person .voice .illust {
  margin: 0;
  width: 110px;
  height: 73px;
  position: absolute;
  inset: auto -3px -63px auto;
}
.page-person .voice .illust img {
  opacity: 0.7;
}
.page-person .voice .illust.op8 img {
  opacity: 0.8;
}
.page-person .voice .illust.op9 img {
  opacity: 0.9;
}
.page-person .voice .illust.op10 img {
  opacity: 1;
}
.page-person .voice .illust {
  /*
  &::before {
    display: block;
    content: "";
    width: 24px;
    height: 31px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    position: absolute;
    inset: 1px auto auto -7px;
  }
    */
}
.page-person .voice .illust::before {
  content: "";
  width: 22px;
  height: 27px;
  display: block;
  position: absolute;
  inset: -2px auto auto -7px;
  inset: 4px auto auto -7px;
  background-image: url(../images/person/voice-white-fukidashi.svg);
  background-size: cover;
  z-index: 2;
}
.page-person .voice .illust-left {
  inset: auto auto -59px -3px;
}
.page-person .voice .illust-left::before {
  scale: -1 1;
  inset: 8px 0 auto auto;
}
.page-person .bg-gray {
  background-color: #e6e6dc;
  border-radius: 8px;
  position: relative;
}
.page-person .bg-gray .illust {
  z-index: 2;
  inset: auto 0 -61px auto;
}
.page-person .bg-gray .illust::before {
  inset: 6px auto auto 0;
  inset: 4px auto auto -7px;
  background-image: url(../images/person/voice-gray-fukidashi.svg);
  background-size: contain;
  clip-path: none;
  background-color: transparent;
}
.page-person .bg-gray .illust-left {
  inset: auto auto -59px -3px;
}
.page-person .bg-gray .illust-left::before {
  scale: -1 1;
  top: 8px;
  right: 4px;
  left: auto;
}
.page-person .bg-gray .illust-left {
  /*
  &::after {
    background-color: #e6e6dc;
    top: 2px;
    right: 2px;
  }
    */
}
.page-person .narrow {
  margin-right: 25px;
  margin-left: 25px;
}
.page-person .narrow p {
  margin: 0 auto;
  width: fit-content;
}
.page-person .line-1 {
  padding-top: 14px;
  padding-bottom: 14px;
}
.page-person .illust-big {
  margin: 100px auto 50px auto;
  width: 225px;
  opacity: 0.7;
}
.page-person .illust-big.op8 {
  opacity: 0.8;
}
.page-person .voice-1-4 .illust {
  left: 3px;
  bottom: -65px;
}
.page-person .voice-1-4 .illust::before {
  top: 2px;
}
.page-person .voice-1-5 .illust {
  right: 1px;
  bottom: -64px;
}
.page-person .voice-1-6 .illust {
  left: 0;
  bottom: -65px;
}
.page-person .voice-1-6 .illust::before {
  top: 2px;
}
.page-person .voice-1-7 .illust {
  right: -1px;
  bottom: -51px;
}
.page-person .voice-1-7 .illust::before {
  inset: 12px auto auto -5px;
}
.page-person .voice-1-8 .illust {
  left: 3px;
  bottom: -50px;
}
.page-person .voice-1-8 .illust::before {
  inset: 13px 1px auto auto;
}
.page-person .voice-1-9 .illust {
  right: 3px;
  bottom: -53px;
}
.page-person .voice-1-9 .illust::before {
  inset: 12px auto auto -6px;
}
.page-person .voice-1-10 .illust {
  left: 4px;
  bottom: -60px;
}
.page-person .voice-2-2,
.page-person .voice-2-4,
.page-person .voice-2-6,
.page-person .voice-2-7,
.page-person .voice-2-12 {
  margin-left: 25px;
  margin-right: 25px;
  padding-right: 0;
  padding-left: 0;
}
.page-person .voice-2-2 p,
.page-person .voice-2-4 p,
.page-person .voice-2-6 p,
.page-person .voice-2-7 p,
.page-person .voice-2-12 p {
  text-align: center;
}
.page-person .voice-2-1 .illust {
  bottom: -70px;
}
.page-person .voice-2-1 .illust::before {
  top: -4px;
  right: -6px;
}
.page-person .voice-2-2 .illust {
  right: 3px;
  bottom: -54px;
}
.page-person .voice-2-2 .illust::before {
  top: 12px;
}
.page-person .voice-2-3 .illust {
  left: 0;
  bottom: -65px;
}
.page-person .voice-2-3 .illust::before {
  top: 1px;
}
.page-person .voice-2-4 .illust {
  right: -4px;
  bottom: -68px;
}
.page-person .voice-2-4 .illust::before {
  top: 1px;
}
.page-person .voice-2-5 .illust {
  left: 3px;
  bottom: -61px;
}
.page-person .voice-2-5 .illust::before {
  top: 7px;
  right: 0;
}
.page-person .voice-2-6 .illust {
  right: 15px;
  bottom: -50px;
}
.page-person .voice-2-6 .illust::before {
  top: 18px;
  left: 0;
}
.page-person .voice-2-7 .illust {
  left: 16px;
  bottom: -64px;
}
.page-person .voice-2-7 .illust::before {
  top: 2px;
  right: 6px;
}
.page-person .voice-2-8 .illust {
  right: -1px;
  bottom: -51px;
}
.page-person .voice-2-8 .illust::before {
  top: 15px;
  left: 1px;
}
.page-person .voice-2-9 .illust {
  left: 1px;
  bottom: -63px;
}
.page-person .voice-2-9 .illust::before {
  top: 4px;
  right: 1px;
}
.page-person .voice-2-10 .illust {
  right: 3px;
  bottom: -63px;
}
.page-person .voice-2-10 .illust::before {
  top: 4px;
  left: -5px;
}
.page-person .voice-2-11 .illust {
  left: 0px;
  bottom: -61px;
}
.page-person .voice-2-11 .illust::before {
  top: 9px;
  right: -3px;
}
.page-person .voice-2-12 .illust {
  right: 7px;
  bottom: -64px;
}
.page-person .voice-2-12 .illust::before {
  top: 2px;
  left: 0px;
}
.page-person .voice-2-13 .illust {
  left: 0px;
  bottom: -65px;
}
.page-person .voice-2-13 .illust::before {
  top: 1px;
  right: 1px;
}
.page-person .voice-3-1 .illust::before {
  top: 4px;
  left: -2px;
}
.page-person .voice-3-2 .illust {
  bottom: -63px;
  left: 1px;
}
.page-person .voice-3-2 .illust::before {
  top: 4px;
}
.page-person .voice-3-4 .size-large {
  letter-spacing: 0.25em;
}
.page-person .voice-3-4 .illust {
  left: 5px;
  bottom: -65px;
}
.page-person .voice-3-4 .illust::before {
  top: 2px;
}
.page-person .voice-3-6 .illust {
  left: -4px;
  bottom: -69px;
}
.page-person .voice-3-6 .illust::before {
  top: -2px;
  right: -7px;
}
.page-person .voice-3-7 {
  margin-left: 25px;
  margin-right: 25px;
}
.page-person .voice-3-7 p.size-semilarge {
  letter-spacing: 0.25em;
}
.page-person .voice-3-7 .illust {
  right: -1px;
  bottom: -53px;
}
.page-person .voice-3-7 .illust::before {
  top: 10px;
  left: -5px;
}
.page-person .voice-3-8 {
  margin-left: 25px;
  margin-right: 25px;
}
.page-person .voice-3-8 .illust {
  bottom: -61px;
  left: 0;
}
.page-person .voice-3-11 .illust::before {
  top: 6px;
}
.page-person .voice-3-12 .illust {
  left: -3px;
  bottom: -61px;
}
.page-person .voice-3-12 .illust::before {
  top: 6px;
}
.page-person .voice-4-1 {
  margin-left: 25px;
  margin-right: 25px;
  padding: 13px 0;
}
.page-person .voice-4-1 p {
  margin: 0 auto;
  width: fit-content;
}
.page-person .voice-4-1 .illust {
  left: 18px;
  bottom: -51px;
}
.page-person .voice-4-1 .illust::before {
  top: 13px;
  right: 2px;
}
.page-person .voice-4-2 p {
  text-align: center;
}
.page-person .voice-4-2 .illust {
  right: 12px;
  bottom: -66px;
}
.page-person .voice-4-2 .illust::before {
  top: 2px;
  right: -4px;
}
.page-person .voice-4-4 p {
  text-align: center;
}
.page-person .voice-4-4 .illust {
  right: 0;
  bottom: -51px;
}
.page-person .voice-4-4 .illust::before {
  top: 12px;
  right: -4px;
}
.page-person .voice-4-5 .illust {
  left: 1px;
  bottom: -63px;
}
.page-person .voice-4-5 .illust::before {
  right: -2px;
  top: 1px;
}
.page-person .voice-4-6 p {
  text-align: center;
}
.page-person .voice-4-6 .illust {
  right: 12px;
  bottom: -65px;
}
.page-person .voice-4-6 .illust::before {
  left: -4px;
  top: 0;
}
.page-person .voice-4-7 .illust {
  left: 0px;
  bottom: -61px;
}
.page-person .voice-4-7 .illust::before {
  right: -4px;
  top: 6px;
}
.page-person .voice-4-8 p {
  margin: 0 auto;
  width: fit-content;
}
.page-person .voice-4-9 p {
  letter-spacing: 0.2em;
}
.page-person .voice-5-1,
.page-person .voice-5-5,
.page-person .voice-5-6,
.page-person .voice-5-10 {
  margin-left: 25px;
  margin-right: 25px;
}
.page-person .voice-5-1 p,
.page-person .voice-5-5 p,
.page-person .voice-5-6 p,
.page-person .voice-5-10 p {
  margin: 0 auto;
  width: fit-content;
}
.page-person .voice-5-1 .size-mid {
  letter-spacing: 0.2em;
}
.page-person .voice-5-1 .illust {
  right: -5px;
  bottom: -53px;
}
.page-person .voice-5-1 .illust::before {
  top: 16px;
  left: -10px;
}
.page-person .voice-5-2 .illust {
  left: 2px;
  bottom: -64px;
}
.page-person .voice-5-2 .illust::before {
  top: 1px;
  right: -2px;
}
.page-person .voice-5-3 .illust {
  right: -1px;
  bottom: -63px;
}
.page-person .voice-5-3 .illust::before {
  top: 2px;
  left: -3px;
}
.page-person .voice-5-4 .illust {
  left: 3px;
  bottom: -61px;
}
.page-person .voice-5-4 .illust::before {
  top: 7px;
  right: -1px;
}
.page-person .voice-5-5 {
  padding: 13px 0;
}
.page-person .voice-5-5 .illust {
  right: 10px;
  bottom: -61px;
}
.page-person .voice-5-5 .illust::before {
  top: 5px;
  right: -5px;
}
.page-person .voice-5-6 .illust {
  left: -1px;
  bottom: -67px;
}
.page-person .voice-5-6 .illust::before {
  top: -1px;
  right: -5px;
}
.page-person .voice-5-7 .illust {
  right: -2px;
  bottom: -51px;
}
.page-person .voice-5-7 .illust::before {
  top: 15px;
  left: -6px;
}
.page-person .voice-5-8 .illust {
  left: 3px;
  bottom: -65px;
}
.page-person .voice-5-8 .illust::before {
  top: -1px;
  right: 0;
}
.page-person .voice-5-10 .illust {
  left: 14px;
  bottom: -60px;
}
.page-person .voice-5-10 .illust::before {
  top: 3px;
  right: -2px;
}
.page-person .voice-5-11 {
  padding-left: 35px;
  padding-right: 35px;
}
.page-person .voice-5-14 .illust {
  right: 0;
  bottom: -52px;
}
.page-person .voice-5-14 .illust::before {
  top: 14px;
  right: -2px;
}
.page-person .voice-6-2 .illust::before {
  top: 4px;
  left: -3px;
}
.page-person .voice-6-4 .illust {
  right: 2px;
  bottom: -64px;
}
.page-person .voice-6-4 .illust::before {
  top: 2px;
  left: 2px;
}
.page-person .voice-6-7 .illust {
  left: 1px;
  bottom: -53px;
}
.page-person .voice-6-7 .illust::before {
  top: 14px;
}
.page-person .voice-6-8 {
  margin-left: 25px;
  margin-right: 25px;
}
.page-person .voice-6-8 p {
  margin: 0 auto;
  width: fit-content;
}
.page-person .voice-6-9 p {
  text-align: center;
}
.page-person .voice-6-9 .illust {
  left: 14px;
  bottom: -66px;
}
.page-person .voice-6-9 .illust::before {
  top: 0px;
  right: -3px;
}
.page-person .voice-6-10 .illust {
  right: -4px;
  bottom: -53px;
}
.page-person .voice-6-10 .illust::before {
  top: 14px;
  left: -2px;
}
.page-person .voice-6-11 .illust {
  left: 3px;
  bottom: -65px;
}
.page-person .voice-6-11 .illust::before {
  top: 2px;
  right: 2px;
}
.page-person .voice-6-12 .illust {
  right: -6px;
  bottom: -56px;
}
.page-person .voice-6-12 .illust::before {
  top: 12px;
  left: 4px;
}
.page-person .voice-7-1,
.page-person .voice-7-2,
.page-person .voice-7-7,
.page-person .voice-7-13 {
  margin-left: 25px;
  margin-right: 25px;
}
.page-person .voice-7-1 p,
.page-person .voice-7-2 p,
.page-person .voice-7-7 p,
.page-person .voice-7-13 p {
  margin: 0 auto;
  width: fit-content;
}
.page-person .voice-7-2 p {
  text-align: center;
}
.page-person .voice-7-2 .illust {
  left: 0;
  bottom: -65px;
}
.page-person .voice-7-2 .illust::before {
  top: 3px;
  right: 0;
}
.page-person .voice-7-3 .illust {
  right: -2px;
  bottom: -54px;
}
.page-person .voice-7-3 .illust::before {
  top: 12px;
  left: -7px;
}
.page-person .voice-7-5 .illust {
  right: 0;
  bottom: -51px;
}
.page-person .voice-7-5 .illust::before {
  top: 16px;
  left: 0px;
}
.page-person .voice-7-6 .illust {
  left: -1px;
  bottom: -53px;
}
.page-person .voice-7-6 .illust::before {
  top: 15px;
  right: -1px;
}
.page-person .voice-7-7 .illust {
  right: 13px;
  bottom: -64px;
}
.page-person .voice-7-7 .illust::before {
  top: 2px;
  right: 1px;
}
.page-person .voice-7-8 .illust::before {
  top: 6px;
}
.page-person .voice-7-9 p {
  width: fit-content;
  margin: 0 auto;
}
.page-person .voice-7-12 .illust {
  left: 0;
  bottom: -68px;
}
.page-person .voice-7-12 .illust::before {
  top: -2px;
  right: -6px;
}
.page-person .voice-8-2 {
  padding: 18px 0;
}
.page-person .voice-8-2 p {
  margin: 0 auto;
  width: fit-content;
}
.page-person .voice-8-2 .illust {
  right: 11px;
  bottom: -54px;
}
.page-person .voice-8-2 .illust::before {
  left: -4px;
  top: 14px;
}
.page-person .voice-8-3 .illust {
  left: 17px;
  bottom: -53px;
}
.page-person .voice-8-3 .illust::before {
  right: 4px;
  top: 16px;
}
.page-person .voice-8-5 .illust {
  left: -1px;
  bottom: -64px;
}
.page-person .voice-8-5 .illust::before {
  top: 3px;
}
.page-person .voice-8-7 p {
  text-align: center;
}
.page-person .voice-8-7 .illust {
  left: 0;
  bottom: -65px;
}
.page-person .voice-8-7 .illust::before {
  top: 2px;
}
.page-person .voice-8-9 .illust {
  left: 18px;
  bottom: -59px;
}
.page-person .voice-8-10 .illust {
  right: 2px;
  bottom: -50px;
}
.page-person .voice-8-10 .illust::before {
  top: 15px;
  left: -3px;
}
.page-person .voice-8-13 .illust {
  left: 2px;
  bottom: -67px;
}
.page-person .voice-8-13 .illust::before {
  top: -2px;
}
.page-person .voice-9-1 .illust {
  right: 1px;
  bottom: -64px;
}
.page-person .voice-9-2 p {
  margin: 0 auto;
  width: fit-content;
}
.page-person .voice-9-3 .size-mid {
  letter-spacing: 0.2em;
}
.page-person .voice-9-3 .illust {
  right: -3px;
  bottom: -52px;
}
.page-person .voice-9-3 .illust::before {
  left: -3px;
  top: 16px;
}
.page-person .voice-9-4 p {
  margin: 0 auto;
  width: fit-content;
}
.page-person .voice-9-6 p {
  letter-spacing: 0em;
}
.page-person .voice-9-7 p {
  letter-spacing: 0em;
}
.page-person .voice-9-7 .indent {
  margin-left: 0.8em;
}
.page-person .voice-9-7 .illust {
  right: 0;
  bottom: -50px;
}
.page-person .voice-9-7 .illust::before {
  left: 2px;
  top: 19px;
}
.page-person .voice-9-8 .illust {
  left: 5px;
  bottom: -65px;
}
.page-person .voice-9-8 .illust::before {
  right: 7px;
  top: 2px;
}
.page-person .voice-9-9 p {
  margin: 0 auto;
  width: fit-content;
}
.page-person .voice-9-9 .size-large {
  letter-spacing: 0.2em;
}
.page-person .voice-10-1 p {
  margin: 0 auto;
  width: fit-content;
}
.page-person .voice-10-3 .illust {
  left: 0px;
  bottom: -63px;
}
.page-person .voice-10-3 .illust::before {
  right: 2px;
  top: 5px;
}
.page-person .voice-10-5 .illust {
  left: -1px;
  bottom: -65px;
}
.page-person .voice-10-5 .illust::before {
  top: 4px;
  right: -6px;
}
.page-person .voice-10-6 .illust {
  right: 15px;
  bottom: -51px;
}
.page-person .voice-10-6 .illust::before {
  top: 18px;
  left: -5px;
}
.page-person .voice-10-7 .illust {
  left: 16px;
  bottom: -61px;
}
.page-person .voice-10-7 .illust::before {
  right: 3px;
  top: 7px;
}
.page-person .voice-10-8 .illust {
  right: -1px;
  bottom: -53px;
}
.page-person .voice-10-8 .illust::before {
  left: -3px;
  top: 15px;
}
.page-person .voice-10-9 .illust {
  left: 1px;
  bottom: -64px;
}
.page-person .voice-10-9 .illust::before {
  right: -1px;
  top: 4px;
}
.page-person .voice-10-10 p {
  margin: 0 auto;
  width: fit-content;
}
.page-person .voice-10-10 .illust {
  right: 11px;
  bottom: -63px;
}
.page-person .voice-10-10 .illust::before {
  right: 1px;
  top: 5px;
}
.page-person .voice-10-11 .illust {
  left: 0px;
  bottom: -61px;
}
.page-person .voice-10-11 .illust::before {
  right: -1px;
  top: 4px;
}
.page-person .voice-10-12 {
  margin-left: 25px;
  margin-right: 25px;
}
.page-person .voice-10-12 p {
  margin: 0 auto;
  width: fit-content;
}
.page-person .voice-10-12 .illust {
  right: 1px;
  bottom: -53px;
}
.page-person .voice-10-12 .illust::before {
  left: 1px;
  top: 15px;
}
.page-person .voice-11-1 .illust {
  right: 2px;
  bottom: -50px;
}
.page-person .voice-11-1 .illust::before {
  left: -3px;
  top: 15px;
}
.page-person .voice-11-2 p {
  margin-inline: auto;
  width: fit-content;
}
.page-person .voice-11-3 .size-mid {
  letter-spacing: 0.15em;
}
.page-person .voice-11-4 p {
  letter-spacing: 0em;
}
.page-person .voice-11-6 .illust {
  left: -1px;
  bottom: -53px;
}
.page-person .voice-11-6 .illust::before {
  right: -1px;
  top: 15px;
}
.page-person .voice-11-11 p {
  width: fit-content;
  margin-inline: auto;
}
.page-person .voice-11-11 .illust {
  right: 3px;
  bottom: -51px;
}
.page-person .voice-11-11 .illust::before {
  right: -7px;
  top: 17px;
}
.page-person .voice-11-12 .illust {
  left: -1px;
  bottom: -64px;
}
.page-person .voice-11-12 .illust::before {
  right: 4px;
  top: 6px;
}
.page-person .voice-11-13 .illust {
  right: 0px;
  bottom: -65px;
}
.page-person .voice-11-13 .illust::before {
  left: 2px;
  top: 4px;
}
.page-person {
  /*
    after : before - 4px before - 1.5px
    */
}
@media screen and (min-width: 768px) {
  .page-person .unit {
    margin: 0 auto;
    padding: 0 60px;
    width: min(100%, 1020px);
  }
  .page-person .title-question.title-question-8 {
    text-wrap: wrap;
  }
  .page-person .title-question.title-question-8 .text {
    letter-spacing: 0.2em;
  }
  .page-person .voices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(48px, calc(48 / var(--base) * 100vw));
  }
}
@media screen and (min-width: 1024px) {
  .page-person .faq-header {
    margin-bottom: min(55px, calc(55 / var(--base) * 100vw));
  }
  .page-person .lead {
    margin-bottom: min(100px, calc(100 / var(--base) * 100vw));
    font-size: min(30px, calc(30 / var(--base) * 100vw));
  }
  .page-person .faq-nav ul {
    margin-bottom: min(122px, calc(122 / var(--base) * 100vw));
    column-count: 2;
  }
  .page-person .faq-nav li {
    break-inside: avoid;
  }
  .page-person .faq-nav li:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .page-person .faq-nav a {
    display: grid;
    grid-template-columns: min(40px, calc(40 / var(--base) * 100vw)) 1fr;
    gap: 0 min(10px, calc(10 / var(--base) * 100vw));
    font-size: min(15px, calc(15 / var(--base) * 100vw));
    letter-spacing: 0;
  }
  .page-person .faq-nav .q-mark {
    width: min(40px, calc(40 / var(--base) * 100vw));
    height: min(40px, calc(40 / var(--base) * 100vw));
    font-size: min(15px, calc(15 / var(--base) * 100vw));
    line-height: min(35px, calc(35 / var(--base) * 100vw));
  }
  .page-person .faq-nav .num {
    font-size: min(27px, calc(27 / var(--base) * 100vw));
  }
  .page-person .faq-body {
    padding-top: 0;
  }
  .page-person .title-question {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 min(15px, calc(15 / var(--base) * 100vw));
    padding-bottom: min(35px, calc(35 / var(--base) * 100vw));
    margin-bottom: min(70px, calc(70 / var(--base) * 100vw));
  }
  .page-person .title-question .q-mark {
    font-size: 18px;
    width: 50px;
    height: 50px;
  }
  .page-person .title-question .q-mark .num {
    font-size: 40px;
  }
  .page-person .title-question .text {
    font-size: min(25px, calc(25 / var(--base) * 100vw));
  }
  .page-person .title-question.title-question-10 {
    grid-template-columns: auto 1fr;
  }
  .page-person .voice {
    padding: min(30px, calc(30 / var(--base) * 100vw)) min(33px, calc(33 / var(--base) * 100vw));
  }
  .page-person .voice:not(:last-of-type) {
    margin-bottom: min(80px, 80 / 900 * 100vw);
  }
  .page-person .voice p {
    font-size: min(18px, 18 / 900 * 100vw);
  }
  .page-person .voice .size-mid {
    font-size: min(20px, 20 / 900 * 100vw);
  }
  .page-person .voice .size-semilarge {
    font-size: min(22px, 22 / 900 * 100vw);
  }
  .page-person .voice .size-large {
    font-size: min(25px, 25 / 900 * 100vw);
    letter-spacing: 0.2em;
  }
  .page-person .voice {
    /*
    after : before - 4px before - 1.5px
    */
  }
  .page-person .voice .illust {
    margin: 0;
    width: min(120px, calc(120 / var(--base) * 100vw));
    height: min(80px, calc(80 / var(--base) * 100vw));
    inset: auto min(4px, calc(4 / var(--base) * 100vw)) max(-69px, calc(-69 / var(--base) * 100vw)) auto;
  }
  .page-person .voice .illust::before {
    width: min(24px, calc(24 / var(--base) * 100vw));
    height: min(30px, calc(30 / var(--base) * 100vw));
  }
  .page-person .voice .illust-left {
    inset: auto auto max(-80px, calc(-80 / var(--base) * 100vw)) min(10px, calc(10 / var(--base) * 100vw));
  }
  .page-person .voice .illust-left::before {
    inset: -1px 0 auto auto;
  }
  .page-person .voice.bg-gray .illust::before {
    width: min(24px, calc(24 / var(--base) * 100vw));
    height: min(30px, calc(30 / var(--base) * 100vw));
  }
  .page-person .voice.narrow {
    margin-left: min(33px, calc(33 / var(--base) * 100vw));
    margin-right: min(33px, calc(33 / var(--base) * 100vw));
    padding-left: 0;
    padding-right: 0;
  }
  .page-person .voice.line-1 {
    padding-top: min(22px, calc(22 / var(--base) * 100vw));
    padding-bottom: min(22px, calc(22 / var(--base) * 100vw));
  }
  .page-person .voice-1-12 p {
    text-align: center;
  }
  .page-person .voice-1-2 .illust::before {
    top: -5px;
  }
  .page-person .voice-1-4 .illust {
    left: min(2px, calc(2 / var(--base) * 100vw));
    bottom: max(-75px, calc(-75 / var(--base) * 100vw));
  }
  .page-person .voice-1-5 .illust {
    right: min(4px, calc(4 / var(--base) * 100vw));
    bottom: max(-69px, calc(-69 / var(--base) * 100vw));
  }
  .page-person .voice-1-6 .illust {
    left: min(6px, calc(6 / var(--base) * 100vw));
    bottom: max(-74px, calc(-74 / var(--base) * 100vw));
  }
  .page-person .voice-1-7 {
    margin-left: min(33px, calc(33 / var(--base) * 100vw));
    margin-right: min(33px, calc(33 / var(--base) * 100vw));
    padding-left: min(50px, calc(50 / var(--base) * 100vw));
    padding-right: min(50px, calc(50 / var(--base) * 100vw));
  }
  .page-person .voice-1-7 .illust {
    right: min(25px, calc(25 / var(--base) * 100vw));
    bottom: max(-58px, calc(-58 / var(--base) * 100vw));
  }
  .page-person .voice-1-7 .illust::before {
    inset: 16px auto auto -5px;
  }
  .page-person .voice-1-8 .illust {
    left: min(4px, calc(4 / var(--base) * 100vw));
    bottom: max(-55px, calc(-55 / var(--base) * 100vw));
  }
  .page-person .voice-1-8 .illust::before {
    inset: 17px 2px auto auto;
  }
  .page-person .voice-1-9 .illust {
    right: max(-2px, calc(-2 / var(--base) * 100vw));
    bottom: max(-59px, calc(-59 / var(--base) * 100vw));
  }
  .page-person .voice-1-9 .illust::before {
    top: 12px;
    left: -7px;
  }
  .page-person .voice-1-10 {
    margin-left: min(33px, calc(33 / var(--base) * 100vw));
    margin-right: min(33px, calc(33 / var(--base) * 100vw));
    padding-left: min(50px, calc(50 / var(--base) * 100vw));
    padding-right: min(50px, calc(50 / var(--base) * 100vw));
  }
  .page-person .voice-1-10 .illust {
    left: min(32px, calc(32 / var(--base) * 100vw));
    bottom: max(-63px, calc(-63 / var(--base) * 100vw));
  }
  .page-person .voice-1-10 .illust::before {
    right: 7px;
    top: 12px;
  }
  .page-person .voice-1-11 .illust {
    right: min(1px, calc(1 / var(--base) * 100vw));
    bottom: max(-69px, calc(-69 / var(--base) * 100vw));
  }
  .page-person .voice-1-11 .illust::before {
    left: 7px;
    top: 8px;
  }
  .page-person .voice-1-12 {
    margin-left: min(33px, calc(33 / var(--base) * 100vw));
    margin-right: min(33px, calc(33 / var(--base) * 100vw));
    padding-left: min(50px, calc(50 / var(--base) * 100vw));
    padding-right: min(50px, calc(50 / var(--base) * 100vw));
  }
  .page-person .voice-1-12 .illust::before {
    top: -4px;
  }
  .page-person .voice-2-2,
  .page-person .voice-2-4,
  .page-person .voice-2-6,
  .page-person .voice-2-7,
  .page-person .voice-2-12 {
    margin-left: min(33px, calc(33 / var(--base) * 100vw));
    margin-right: min(33px, calc(33 / var(--base) * 100vw));
    padding-right: 0;
    padding-left: 0;
  }
  .page-person .voice-2-1 .illust {
    left: min(15px, calc(15 / var(--base) * 100vw));
    bottom: max(-70px, calc(-70 / var(--base) * 100vw));
  }
  .page-person .voice-2-1 .illust::before {
    top: 2px;
    right: -9px;
  }
  .page-person .voice-2-2 .illust {
    right: min(60px, calc(60 / var(--base) * 100vw));
    bottom: max(-56px, calc(-56 / var(--base) * 100vw));
  }
  .page-person .voice-2-2 .illust::before {
    top: 12px;
    left: -7px;
  }
  .page-person .voice-2-3 .illust {
    left: min(6px, calc(6 / var(--base) * 100vw));
    bottom: max(-65px, calc(-65 / var(--base) * 100vw));
  }
  .page-person .voice-2-3 .illust::before {
    top: 7px;
    right: -6px;
  }
  .page-person .voice-2-4 .illust::before {
    top: 4px;
  }
  .page-person .voice-2-5 .illust {
    left: min(10px, calc(10 / var(--base) * 100vw));
    bottom: max(-64px, calc(-64 / var(--base) * 100vw));
  }
  .page-person .voice-2-5 .illust::before {
    top: 8px;
    right: -3px;
  }
  .page-person .voice-2-6 .illust {
    right: min(72px, calc(72 / var(--base) * 100vw));
    bottom: max(-55px, calc(-55 / var(--base) * 100vw));
  }
  .page-person .voice-2-6 .illust::before {
    top: 18px;
    right: -3px;
  }
  .page-person .voice-2-7 .illust {
    left: min(71px, calc(71 / var(--base) * 100vw));
    bottom: max(-71px, calc(-71 / var(--base) * 100vw));
  }
  .page-person .voice-2-7 .illust::before {
    top: 3px;
    right: -5px;
  }
  .page-person .voice-2-8 .illust {
    right: min(6px, calc(6 / var(--base) * 100vw));
    bottom: max(-58px, calc(-58 / var(--base) * 100vw));
  }
  .page-person .voice-2-8 .illust::before {
    top: 15px;
    left: 0px;
  }
  .page-person .voice-2-9 .illust {
    left: min(13px, calc(13 / var(--base) * 100vw));
    bottom: max(-63px, calc(-63 / var(--base) * 100vw));
  }
  .page-person .voice-2-9 .illust::before {
    top: 11px;
    right: 7px;
  }
  .page-person .voice-2-10 .illust {
    right: min(5px, calc(5 / var(--base) * 100vw));
    bottom: max(-68px, calc(-68 / var(--base) * 100vw));
  }
  .page-person .voice-2-10 .illust::before {
    top: 3px;
    left: -3px;
  }
  .page-person .voice-2-11 .illust {
    left: min(7px, calc(7 / var(--base) * 100vw));
    bottom: max(-66px, calc(-66 / var(--base) * 100vw));
  }
  .page-person .voice-2-11 .illust::before {
    top: 10px;
    right: 0px;
  }
  .page-person .voice-2-12 .illust {
    right: min(64px, calc(64 / var(--base) * 100vw));
    bottom: max(-69px, calc(-69 / var(--base) * 100vw));
  }
  .page-person .voice-2-12 .illust::before {
    top: 7px;
    left: 2px;
  }
  .page-person .voice-2-13 .illust {
    left: min(5px, calc(5 / var(--base) * 100vw));
    bottom: max(-69px, calc(-69 / var(--base) * 100vw));
  }
  .page-person .voice-2-13 .illust::before {
    top: 5px;
    right: 3px;
  }
  .page-person .voice-3-7,
  .page-person .voice-3-8 {
    margin-left: min(33px, calc(33 / var(--base) * 100vw));
    margin-right: min(33px, calc(33 / var(--base) * 100vw));
  }
  .page-person .voice-3-7 p,
  .page-person .voice-3-8 p {
    margin: 0 auto;
    width: fit-content;
  }
  .page-person .voice-3-1 .illust::before {
    top: 1px;
  }
  .page-person .voice-3-2 .illust {
    bottom: max(-67px, calc(-67 / var(--base) * 100vw));
  }
  .page-person .voice-3-2 .illust::before {
    top: 7px;
  }
  .page-person .voice-3-3 .illust {
    right: min(7px, calc(7 / var(--base) * 100vw));
    bottom: max(-58px, calc(-58 / var(--base) * 100vw));
  }
  .page-person .voice-3-3 .illust::before {
    top: 18px;
    left: 2px;
  }
  .page-person .voice-3-4 .illust {
    left: min(5px, calc(5 / var(--base) * 100vw));
    bottom: max(-74px, calc(-74 / var(--base) * 100vw));
  }
  .page-person .voice-3-4 .illust::before {
    top: 0;
    right: 2px;
  }
  .page-person .voice-3-5 .illust {
    right: min(3px, calc(3 / var(--base) * 100vw));
    bottom: max(-68px, calc(-68 / var(--base) * 100vw));
  }
  .page-person .voice-3-5 .illust::before {
    top: 7px;
    left: -4px;
  }
  .page-person .voice-3-6 p {
    margin-inline: auto;
    width: fit-content;
  }
  .page-person .voice-3-6 .illust {
    left: min(26px, calc(26 / var(--base) * 100vw));
    bottom: max(-69px, calc(-69 / var(--base) * 100vw));
  }
  .page-person .voice-3-6 .illust::before {
    top: 7px;
    right: 3px;
  }
  .page-person .voice-3-7 .illust {
    right: min(37px, calc(37 / var(--base) * 100vw));
    bottom: max(-58px, calc(-58 / var(--base) * 100vw));
  }
  .page-person .voice-3-7 .illust::before {
    top: 17px;
    left: -3px;
  }
  .page-person .voice-3-8 .illust {
    left: min(25px, calc(25 / var(--base) * 100vw));
    bottom: max(-63px, calc(-63 / var(--base) * 100vw));
  }
  .page-person .voice-3-8 .illust::before {
    top: 12px;
    right: 3px;
  }
  .page-person .voice-3-9 .illust {
    right: min(6px, calc(6 / var(--base) * 100vw));
    bottom: max(-68px, calc(-68 / var(--base) * 100vw));
  }
  .page-person .voice-3-9 .illust::before {
    top: 5px;
    left: -1px;
  }
  .page-person .voice-3-10 .illust::before {
    top: -6px;
  }
  .page-person .voice-3-11 .illust {
    right: min(5px, calc(5 / var(--base) * 100vw));
    bottom: max(-56px, calc(-56 / var(--base) * 100vw));
  }
  .page-person .voice-3-11 .illust::before {
    top: 19px;
    left: -3px;
  }
  .page-person .voice-3-12 .illust::before {
    top: -6px;
  }
  .page-person .voice-4-1,
  .page-person .voice-4-2,
  .page-person .voice-4-4,
  .page-person .voice-4-6,
  .page-person .voice-4-8,
  .page-person .voice-4-9 {
    margin: 0 min(33px, calc(33 / var(--base) * 100vw));
  }
  .page-person .voice-4-1 p,
  .page-person .voice-4-2 p,
  .page-person .voice-4-4 p,
  .page-person .voice-4-6 p,
  .page-person .voice-4-8 p,
  .page-person .voice-4-9 p {
    margin: 0 auto;
    width: fit-content;
  }
  .page-person .voice-4-1 .illust {
    left: min(76px, calc(76 / var(--base) * 100vw));
    bottom: max(-56px, calc(-56 / var(--base) * 100vw));
  }
  .page-person .voice-4-1 .illust::before {
    top: 15px;
    right: -2px;
  }
  .page-person .voice-4-2 .illust {
    right: min(33px, calc(33 / var(--base) * 100vw));
    bottom: max(-70px, calc(-70 / var(--base) * 100vw));
  }
  .page-person .voice-4-2 .illust::before {
    top: 4px;
    right: -3px;
  }
  .page-person .voice-4-3 .illust::before {
    top: -7px;
  }
  .page-person .voice-4-4 .illust {
    right: min(40px, calc(40 / var(--base) * 100vw));
    bottom: max(-56px, calc(-56 / var(--base) * 100vw));
  }
  .page-person .voice-4-4 .illust::before {
    top: 19px;
    left: -4px;
  }
  .page-person .voice-4-5 .illust {
    left: min(6px, calc(6 / var(--base) * 100vw));
    bottom: max(-70px, calc(-70 / var(--base) * 100vw));
  }
  .page-person .voice-4-5 .illust::before {
    top: 5px;
    right: -1px;
  }
  .page-person .voice-4-6 .illust {
    right: min(36px, calc(36 / var(--base) * 100vw));
    bottom: max(-70px, calc(-70 / var(--base) * 100vw));
  }
  .page-person .voice-4-6 .illust::before {
    top: 5px;
    left: -1px;
  }
  .page-person .voice-4-7 .illust {
    left: min(6px, calc(6 / var(--base) * 100vw));
    bottom: max(-68px, calc(-68 / var(--base) * 100vw));
  }
  .page-person .voice-4-7 .illust::before {
    top: 3px;
    right: -2px;
  }
  .page-person .voice-4-9 p {
    margin-inline: auto;
    width: fit-content;
  }
  .page-person .voice-4-9 .illust {
    bottom: max(-65px, calc(-65 / var(--base) * 100vw));
  }
  .page-person .voice-4-9 .illust::before {
    top: 8px;
  }
  .page-person .voice-5-1,
  .page-person .voice-5-5,
  .page-person .voice-5-6,
  .page-person .voice-5-10,
  .page-person .voice-5-11 {
    margin-left: min(33px, calc(33 / var(--base) * 100vw));
    margin-right: min(33px, calc(33 / var(--base) * 100vw));
  }
  .page-person .voice-5-1 .illust {
    right: min(51px, calc(51 / var(--base) * 100vw));
    bottom: max(-59px, calc(-59 / var(--base) * 100vw));
  }
  .page-person .voice-5-1 .illust::before {
    top: 12px;
    left: -7px;
  }
  .page-person .voice-5-2 .illust {
    left: max(-4px, calc(-4 / var(--base) * 100vw));
    bottom: max(-70px, calc(-70 / var(--base) * 100vw));
  }
  .page-person .voice-5-2 .illust::before {
    top: 2px;
    right: 1px;
  }
  .page-person .voice-5-3 .illust {
    right: min(5px, calc(5 / var(--base) * 100vw));
    bottom: max(-69px, calc(-69 / var(--base) * 100vw));
  }
  .page-person .voice-5-3 .illust::before {
    top: 6px;
    right: -1px;
  }
  .page-person .voice-5-4 .illust {
    left: min(8px, calc(8 / var(--base) * 100vw));
    bottom: max(-63px, calc(-63 / var(--base) * 100vw));
  }
  .page-person .voice-5-4 .illust::before {
    top: 12px;
    right: 8px;
  }
  .page-person .voice-5-5 .illust {
    right: min(70px, calc(70 / var(--base) * 100vw));
    bottom: max(-68px, calc(-68 / var(--base) * 100vw));
  }
  .page-person .voice-5-5 .illust::before {
    top: 7px;
    right: -1px;
  }
  .page-person .voice-5-6 .illust::before {
    top: -5px;
  }
  .page-person .voice-5-7 .illust {
    right: min(3px, calc(3 / var(--base) * 100vw));
    bottom: max(-56px, calc(-56 / var(--base) * 100vw));
  }
  .page-person .voice-5-7 .illust::before {
    top: 13px;
    right: -3px;
  }
  .page-person .voice-5-8 .illust::before {
    top: -6px;
  }
  .page-person .voice-5-9 {
    margin-inline: min(33px, calc(33 / var(--base) * 100vw));
  }
  .page-person .voice-5-9 p {
    margin-inline: auto;
    width: fit-content;
  }
  .page-person .voice-5-9 .illust {
    right: min(18px, calc(18 / var(--base) * 100vw));
    bottom: max(-71px, calc(-71 / var(--base) * 100vw));
  }
  .page-person .voice-5-9 .illust::before {
    top: 4px;
    right: 7px;
  }
  .page-person .voice-5-10 .illust {
    left: min(55px, calc(55 / var(--base) * 100vw));
    bottom: max(-65px, calc(-65 / var(--base) * 100vw));
  }
  .page-person .voice-5-10 .illust::before {
    top: 10px;
    right: 4px;
  }
  .page-person .voice-5-10 .illust::before {
    top: 6px;
    right: 2.5px;
  }
  .page-person .voice-5-11 p {
    width: fit-content;
    margin-inline: auto;
  }
  .page-person .voice-5-11 .illust {
    right: min(25px, calc(25 / var(--base) * 100vw));
    bottom: max(-68px, calc(-68 / var(--base) * 100vw));
  }
  .page-person .voice-5-11 .illust::before {
    top: 6px;
    right: 12px;
  }
  .page-person .voice-5-14 .illust {
    right: min(7px, calc(7 / var(--base) * 100vw));
    bottom: max(-58px, calc(-58 / var(--base) * 100vw));
  }
  .page-person .voice-5-14 .illust::before {
    top: 17px;
    left: 1px;
  }
  .page-person .voice-6-7,
  .page-person .voice-6-8,
  .page-person .voice-6-9,
  .page-person .voice-6-13 {
    margin-left: min(33px, calc(33 / var(--base) * 100vw));
    margin-right: min(33px, calc(33 / var(--base) * 100vw));
  }
  .page-person .voice-6-7 p,
  .page-person .voice-6-8 p,
  .page-person .voice-6-9 p,
  .page-person .voice-6-13 p {
    margin: 0 auto;
    width: fit-content;
  }
  .page-person .voice-6-1 .illust {
    left: min(8px, calc(8 / var(--base) * 100vw));
    bottom: max(-64px, calc(-64 / var(--base) * 100vw));
  }
  .page-person .voice-6-1 .illust::before {
    top: 11px;
    right: 3px;
  }
  .page-person .voice-6-3 .illust {
    left: min(6px, calc(6 / var(--base) * 100vw));
    bottom: max(-68px, calc(-68 / var(--base) * 100vw));
  }
  .page-person .voice-6-3 .illust::before {
    top: 6px;
    right: 0;
  }
  .page-person .voice-6-5 .illust {
    bottom: max(-68px, calc(-68 / var(--base) * 100vw));
    left: min(13px, calc(13 / var(--base) * 100vw));
  }
  .page-person .voice-6-5 .illust::before {
    top: 6px;
    right: -5px;
  }
  .page-person .voice-6-7 .illust {
    left: min(6px, calc(6 / var(--base) * 100vw));
    bottom: max(-65px, calc(-65 / var(--base) * 100vw));
  }
  .page-person .voice-6-6 .illust::before {
    top: 6px;
    left: 3px;
  }
  .page-person .voice-6-7 .illust {
    left: min(25px, calc(25 / var(--base) * 100vw));
    bottom: max(-58px, calc(-58 / var(--base) * 100vw));
  }
  .page-person .voice-6-7 .illust::before {
    top: 17px;
    right: -1px;
  }
  .page-person .voice-6-8 .illust {
    right: min(53px, calc(53 / var(--base) * 100vw));
    bottom: max(-69px, calc(-69 / var(--base) * 100vw));
  }
  .page-person .voice-6-8 .illust::before {
    top: 6px;
    right: -1px;
  }
  .page-person .voice-6-9 .illust {
    right: min(53px, calc(53 / var(--base) * 100vw));
    bottom: max(-69px, calc(-69 / var(--base) * 100vw));
  }
  .page-person .voice-6-9 .illust::before {
    top: 6px;
    right: -1px;
  }
  .page-person .voice-6-10 .illust {
    right: min(4px, calc(4 / var(--base) * 100vw));
    bottom: max(-59px, calc(-59 / var(--base) * 100vw));
  }
  .page-person .voice-6-10 .illust::before {
    top: 16px;
    left: -5px;
  }
  .page-person .voice-6-11 .illust {
    left: min(10px, calc(10 / var(--base) * 100vw));
    bottom: max(-68px, calc(-68 / var(--base) * 100vw));
  }
  .page-person .voice-6-11 .illust::before {
    top: 10px;
    right: 9px;
  }
  .page-person .voice-6-12 .illust {
    right: min(4px, calc(4 / var(--base) * 100vw));
    bottom: max(-57px, calc(-57 / var(--base) * 100vw));
  }
  .page-person .voice-6-12 .illust::before {
    top: min(15px, calc(15 / var(--base) * 100vw));
    left: max(-2px, calc(-2 / var(--base) * 100vw));
  }
  .page-person .voice-6-13 {
    padding-inline: 50px;
  }
  .page-person .voice-6-13 .illust {
    left: min(26px, calc(26 / var(--base) * 100vw));
    bottom: max(-63px, calc(-63 / var(--base) * 100vw));
  }
  .page-person .voice-6-13 .illust::before {
    top: min(12px, calc(12 / var(--base) * 100vw));
    right: min(6px, calc(6 / var(--base) * 100vw));
  }
  .page-person .voice-7-1,
  .page-person .voice-7-6,
  .page-person .voice-7-7,
  .page-person .voice-7-9,
  .page-person .voice-7-13 {
    margin: 0 min(33px, calc(33 / var(--base) * 100vw));
  }
  .page-person .voice-7-1 p,
  .page-person .voice-7-6 p,
  .page-person .voice-7-7 p,
  .page-person .voice-7-9 p,
  .page-person .voice-7-13 p {
    margin: 0 auto;
    width: fit-content;
  }
  .page-person .voice-7-1 .illust {
    right: min(53px, calc(53 / var(--base) * 100vw));
    bottom: max(-68px, calc(-68 / var(--base) * 100vw));
  }
  .page-person .voice-7-1 .illust::before {
    top: min(8px, calc(8 / var(--base) * 100vw));
    left: max(-4px, calc(-4 / var(--base) * 100vw));
  }
  .page-person .voice-7-2 {
    margin-left: 0;
    margin-right: 0;
  }
  .page-person .voice-7-2 p {
    margin: 0 auto;
    width: fit-content;
  }
  .page-person .voice-7-2 .illust {
    left: min(11px, calc(11 / var(--base) * 100vw));
    bottom: max(-68px, calc(-68 / var(--base) * 100vw));
  }
  .page-person .voice-7-2 .illust::before {
    top: min(6px, calc(6 / var(--base) * 100vw));
    right: max(-2px, calc(-2 / var(--base) * 100vw));
  }
  .page-person .voice-7-3 .illust {
    right: min(6px, calc(6 / var(--base) * 100vw));
    bottom: max(-58px, calc(-58 / var(--base) * 100vw));
  }
  .page-person .voice-7-3 .illust::before {
    right: -5px;
    top: 17px;
  }
  .page-person .voice-7-4 .illust::before {
    top: -5px;
  }
  .page-person .voice-7-5 .illust {
    right: min(9px, calc(9 / var(--base) * 100vw));
    bottom: max(-56px, calc(-56 / var(--base) * 100vw));
  }
  .page-person .voice-7-5 .illust::before {
    right: -2px;
    top: 20px;
  }
  .page-person .voice-7-6 .illust {
    left: min(30px, calc(30 / var(--base) * 100vw));
    bottom: max(-59px, calc(-59 / var(--base) * 100vw));
  }
  .page-person .voice-7-6 .illust::before {
    right: 0;
    top: 16px;
  }
  .page-person .voice-7-7 .illust {
    right: min(72px, calc(72 / var(--base) * 100vw));
    bottom: max(-69px, calc(-69 / var(--base) * 100vw));
  }
  .page-person .voice-7-7 .illust::before {
    left: max(-1px, calc(-1 / var(--base) * 100vw));
    top: min(6px, calc(6 / var(--base) * 100vw));
  }
  .page-person .voice-7-8 .illust {
    left: min(7px, calc(7 / var(--base) * 100vw));
    bottom: max(-63px, calc(-63 / var(--base) * 100vw));
  }
  .page-person .voice-7-8 .illust::before {
    right: 7px;
    top: 12px;
  }
  .page-person .voice-7-10 .illust::before {
    top: -5px;
  }
  .page-person .voice-7-11 .illust {
    right: min(6px, calc(6 / var(--base) * 100vw));
    bottom: max(-68px, calc(-68 / var(--base) * 100vw));
  }
  .page-person .voice-7-11 .illust::before {
    left: -4px;
    top: 2px;
  }
  .page-person .voice-7-12 .illust::before {
    top: -5px;
  }
  .page-person .voice-7-13 .illust {
    right: min(9px, calc(9 / var(--base) * 100vw));
    bottom: max(-69px, calc(-69 / var(--base) * 100vw));
  }
  .page-person .voice-7-13 .illust::before {
    left: -6px;
    top: 3px;
  }
  .page-person .voice-8-2,
  .page-person .voice-8-7 {
    margin-left: min(33px, calc(33 / var(--base) * 100vw));
    margin-right: min(33px, calc(33 / var(--base) * 100vw));
  }
  .page-person .voice-8-2 p,
  .page-person .voice-8-7 p {
    margin: 0 auto;
    width: fit-content;
  }
  .page-person .voice-8-1 .illust {
    left: min(7px, calc(7 / var(--base) * 100vw));
    bottom: max(-66px, calc(-66 / var(--base) * 100vw));
  }
  .page-person .voice-8-1 .illust::before {
    right: 1px;
    top: 9px;
  }
  .page-person .voice-8-2 .illust {
    right: min(40px, calc(40 / var(--base) * 100vw));
    bottom: max(-56px, calc(-56 / var(--base) * 100vw));
  }
  .page-person .voice-8-2 .illust::before {
    left: -8px;
    top: 20px;
  }
  .page-person .voice-8-3 .illust {
    left: min(70px, calc(70 / var(--base) * 100vw));
    bottom: max(-53px, calc(-53 / var(--base) * 100vw));
  }
  .page-person .voice-8-3 .illust::before {
    right: -4px;
    top: 22px;
  }
  .page-person .voice-8-4 .illust::before {
    top: 8px;
  }
  .page-person .voice-8-5 .illust {
    left: min(4px, calc(4 / var(--base) * 100vw));
    bottom: max(-69px, calc(-69 / var(--base) * 100vw));
  }
  .page-person .voice-8-5 .illust::before {
    right: 1px;
    top: 6px;
  }
  .page-person .voice-8-6 .illust::before {
    top: 6px;
    left: 0;
  }
  .page-person .voice-8-7 .illust {
    left: min(25px, calc(25 / var(--base) * 100vw));
    bottom: max(-69px, calc(-69 / var(--base) * 100vw));
  }
  .page-person .voice-8-7 .illust::before {
    right: 5px;
    top: 8px;
  }
  .page-person .voice-8-8 p {
    letter-spacing: 0.005em;
  }
  .page-person .voice-8-8 .illust {
    right: min(16px, calc(16 / var(--base) * 100vw));
    bottom: max(-73px, calc(-73 / var(--base) * 100vw));
  }
  .page-person .voice-8-8 .illust::before {
    right: -4px;
    top: 1px;
  }
  .page-person .voice-8-9 .illust {
    left: min(77px, calc(77 / var(--base) * 100vw));
    bottom: max(-64px, calc(-64 / var(--base) * 100vw));
  }
  .page-person .voice-8-9 .illust::before {
    right: 6px;
    top: 11px;
  }
  .page-person .voice-8-10 .illust {
    right: min(9px, calc(9 / var(--base) * 100vw));
    bottom: max(-60px, calc(-60 / var(--base) * 100vw));
  }
  .page-person .voice-8-10 .illust::before {
    left: -3px;
    top: 14px;
  }
  .page-person .voice-8-11 .illust {
    left: min(75px, calc(75 / var(--base) * 100vw));
    bottom: max(-64px, calc(-64 / var(--base) * 100vw));
  }
  .page-person .voice-8-11 .illust::before {
    right: 5px;
    top: 10px;
  }
  .page-person .voice-8-12 .illust::before {
    left: -1px;
    top: 7px;
  }
  .page-person .voice-8-13 .illust::before {
    top: -3px;
  }
  .page-person .voice-9-1 .illust {
    right: min(6px, calc(6 / var(--base) * 100vw));
    bottom: max(-60px, calc(-60 / var(--base) * 100vw));
  }
  .page-person .voice-9-1 .illust::before {
    left: -1px;
    top: 13px;
  }
  .page-person .voice-9-2 {
    margin-inline: min(33px, calc(33 / var(--base) * 100vw));
  }
  .page-person .voice-9-2 .illust {
    left: min(30px, calc(30 / var(--base) * 100vw));
    bottom: max(-65px, calc(-65 / var(--base) * 100vw));
  }
  .page-person .voice-9-2 .illust::before {
    right: 3px;
    top: 11px;
  }
  .page-person .voice-9-3 .illust::before {
    top: 0;
  }
  .page-person .voice-9-4 {
    margin-inline: min(33px, calc(33 / var(--base) * 100vw));
  }
  .page-person .voice-9-4 .illust::before {
    top: -9px;
  }
  .page-person .voice-9-5 .illust {
    right: min(5px, calc(5 / var(--base) * 100vw));
    bottom: max(-68px, calc(-68 / var(--base) * 100vw));
  }
  .page-person .voice-9-5 .illust::before {
    left: 1px;
    top: 5px;
  }
  .page-person .voice-9-6 .illust::before {
    top: -6px;
  }
  .page-person .voice-9-7 .indent {
    margin-left: 0;
  }
  .page-person .voice-9-7 .illust {
    right: min(7px, calc(7 / var(--base) * 100vw));
    bottom: max(-58px, calc(-58 / var(--base) * 100vw));
  }
  .page-person .voice-9-7 .illust::before {
    left: 1px;
    top: 17px;
  }
  .page-person .voice-9-8 .illust {
    left: min(13px, calc(13 / var(--base) * 100vw));
    bottom: max(-74px, calc(-74 / var(--base) * 100vw));
  }
  .page-person .voice-9-8 .illust::before {
    right: 8px;
    top: 0px;
  }
  .page-person .voice-9-9 {
    margin-inline: min(33px, calc(33 / var(--base) * 100vw));
  }
  .page-person .voice-9-9 .illust {
    right: min(49px, calc(49 / var(--base) * 100vw));
    bottom: max(-69px, calc(-69 / var(--base) * 100vw));
  }
  .page-person .voice-9-9 .illust::before {
    left: -1px;
    top: 5px;
  }
  .page-person .voice-10-1 {
    margin-left: min(33px, calc(33 / var(--base) * 100vw));
    margin-right: min(33px, calc(33 / var(--base) * 100vw));
  }
  .page-person .voice-10-1 .illust {
    left: min(49px, calc(49 / var(--base) * 100vw));
    bottom: max(-69px, calc(-69 / var(--base) * 100vw));
  }
  .page-person .voice-10-1 .illust::before {
    right: -1px;
    top: 5px;
  }
  .page-person .voice-10-2 .size-mid {
    letter-spacing: 0.4em;
  }
  .page-person .voice-10-2 .illust::before {
    left: -1px;
    top: 6px;
  }
  .page-person .voice-10-3 .size-mid {
    letter-spacing: 0.4em;
  }
  .page-person .voice-10-3 .illust {
    left: min(70px, calc(70 / var(--base) * 100vw));
    bottom: max(-68px, calc(-68 / var(--base) * 100vw));
  }
  .page-person .voice-10-3 .illust::before {
    right: -1px;
    top: 6px;
  }
  .page-person .voice-10-5 .illust::before {
    top: -6px;
  }
  .page-person .voice-10-6 .illust {
    right: min(74px, calc(74 / var(--base) * 100vw));
    bottom: max(-56px, calc(-56 / var(--base) * 100vw));
  }
  .page-person .voice-10-6 .illust::before {
    left: -7px;
    top: 19px;
  }
  .page-person .voice-10-7 .illust {
    left: min(62px, calc(62 / var(--base) * 100vw));
    bottom: max(-64px, calc(-64 / var(--base) * 100vw));
  }
  .page-person .voice-10-7 .illust::before {
    right: 4px;
    top: 11px;
  }
  .page-person .voice-10-8 .illust {
    right: min(10px, calc(10 / var(--base) * 100vw));
    bottom: max(-60px, calc(-60 / var(--base) * 100vw));
  }
  .page-person .voice-10-8 .illust::before {
    left: -3px;
    top: 17px;
  }
  .page-person .voice-10-9 .illust {
    left: min(5px, calc(5 / var(--base) * 100vw));
    bottom: max(-69px, calc(-69 / var(--base) * 100vw));
  }
  .page-person .voice-10-9 .illust::before {
    right: -1px;
    top: 5px;
  }
  .page-person .voice-10-10 {
    margin-inline: min(33px, calc(33 / var(--base) * 100vw));
  }
  .page-person .voice-10-10 .illust {
    right: min(37px, calc(37 / var(--base) * 100vw));
    bottom: max(-68px, calc(-68 / var(--base) * 100vw));
  }
  .page-person .voice-10-10 .illust::before {
    right: -1px;
    top: 7px;
  }
  .page-person .voice-10-11 .illust::before {
    top: -7px;
  }
  .page-person .voice-10-12 {
    padding-inline: min(70px, calc(70 / var(--base) * 100vw));
  }
  .page-person .voice-10-12 .illust {
    right: min(44px, calc(44 / var(--base) * 100vw));
    bottom: max(-58px, calc(-58 / var(--base) * 100vw));
  }
  .page-person .voice-10-12 .illust::before {
    right: -1px;
    top: 15px;
  }
  .page-person .voice-11-1 .illust {
    right: min(7px, calc(7 / var(--base) * 100vw));
    bottom: max(-55px, calc(-55 / var(--base) * 100vw));
  }
  .page-person .voice-11-2 .illust {
    left: min(6px, calc(6 / var(--base) * 100vw));
    bottom: max(-68px, calc(-68 / var(--base) * 100vw));
  }
  .page-person .voice-11-2 .illust::before {
    right: 0;
    top: 6px;
  }
  .page-person .voice-11-3 {
    margin-left: min(33px, calc(33 / var(--base) * 100vw));
    margin-right: min(33px, calc(33 / var(--base) * 100vw));
  }
  .page-person .voice-11-3 .illust {
    right: min(54px, calc(54 / var(--base) * 100vw));
    bottom: max(-68px, calc(-68 / var(--base) * 100vw));
  }
  .page-person .voice-11-3 .illust::before {
    right: -1px;
    top: 7px;
  }
  .page-person .voice-11-4 .illust::before {
    top: -5px;
  }
  .page-person .voice-11-5 .illust {
    right: min(6px, calc(6 / var(--base) * 100vw));
    bottom: max(-69px, calc(-69 / var(--base) * 100vw));
  }
  .page-person .voice-11-5 .illust::before {
    left: -1px;
    top: 6px;
  }
  .page-person .voice-11-6 .illust {
    left: min(4px, calc(4 / var(--base) * 100vw));
    bottom: max(-58px, calc(-58 / var(--base) * 100vw));
  }
  .page-person .voice-11-6 .illust::before {
    right: 4px;
    top: 17px;
  }
  .page-person .voice-11-7 p {
    margin-inline: auto;
    width: fit-content;
  }
  .page-person .voice-11-7 .illust {
    right: min(4px, calc(4 / var(--base) * 100vw));
    bottom: max(-69px, calc(-69 / var(--base) * 100vw));
  }
  .page-person .voice-11-7 .illust::before {
    right: -1px;
    top: 5px;
  }
  .page-person .voice-11-8 .illust {
    left: max(-6px, calc(-6 / var(--base) * 100vw));
    bottom: max(-70px, calc(-70 / var(--base) * 100vw));
  }
  .page-person .voice-11-8 .illust::before {
    right: 13px;
    top: 2px;
  }
  .page-person .voice-11-9 .illust {
    right: min(4px, calc(4 / var(--base) * 100vw));
    bottom: max(-69px, calc(-69 / var(--base) * 100vw));
  }
  .page-person .voice-11-9 .illust::before {
    right: -1px;
    top: 5px;
  }
  .page-person .voice-11-10 .illust {
    right: min(3px, calc(3 / var(--base) * 100vw));
    bottom: max(-69px, calc(-69 / var(--base) * 100vw));
  }
  .page-person .voice-11-10 .illust::before {
    right: -1px;
    top: 5px;
  }
  .page-person .voice-11-11 {
    margin-left: min(33px, calc(33 / var(--base) * 100vw));
    margin-right: min(33px, calc(33 / var(--base) * 100vw));
  }
  .page-person .voice-11-11 p {
    margin: 0 auto;
    width: fit-content;
  }
  .page-person .voice-11-11 .illust {
    right: min(28px, calc(28 / var(--base) * 100vw));
    bottom: max(-59px, calc(-59 / var(--base) * 100vw));
  }
  .page-person .voice-11-11 .illust::before {
    left: -6px;
    top: 12px;
  }
  .page-person .voice-11-12 .illust {
    left: max(-5px, calc(-5 / var(--base) * 100vw));
    bottom: max(-70px, calc(-70 / var(--base) * 100vw));
  }
  .page-person .voice-11-12 .illust::before {
    right: 4px;
    top: 5px;
  }
  .page-person .voice-11-13 {
    margin-left: min(33px, calc(33 / var(--base) * 100vw));
    margin-right: min(33px, calc(33 / var(--base) * 100vw));
  }
  .page-person .voice-11-13 p {
    margin: 0 auto;
    width: fit-content;
  }
  .page-person .voice-11-13 .illust {
    right: min(32px, calc(32 / var(--base) * 100vw));
    bottom: max(-72px, calc(-72 / var(--base) * 100vw));
  }
  .page-person .voice-11-13 .illust::before {
    left: -5px;
    top: 2px;
  }
  .page-person {
    /*
    after : before - 4px before - 1.5px
    */
  }
  .page-person .illust-big {
    margin: min(30px, calc(30 / var(--base) * 100vw)) auto min(70px, calc(70 / var(--base) * 100vw)) auto;
    width: min(360px, calc(360 / var(--base) * 100vw));
  }
  .page-person .paginate {
    margin: min(70px, calc(70 / var(--base) * 100vw)) 0 0 0;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .page-person .paginate ul:not(:last-of-type) {
    margin-bottom: 0;
  }
  .page-person .paginate a {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .page-person .paginate .num {
    font-size: 27px;
  }
}

.body:has(.page-news) {
  background-image: url(../images/news/bg.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .body:has(.page-news) {
    background-image: url(../images/news/bg-lg.webp);
    background-size: 1335px auto;
    background-position: center top;
  }
}
.body:has(.page-news) .news-archive {
  margin: 0 50px;
}
.body:has(.page-news) .news-item {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-text);
}
.body:has(.page-news) .news-item:not(:last-of-type) {
  margin-bottom: 33px;
}
.body:has(.page-news) .news-item button {
  display: block;
  padding: 0 0;
  position: relative;
}
.body:has(.page-news) .news-item button i {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 11px;
  border: 1px solid var(--color-text);
  position: absolute;
  inset: 0 0 auto auto;
}
.body:has(.page-news) .news-item button i::after {
  display: block;
  content: "";
  width: 10px;
  height: 6px;
  background-color: currentColor;
  position: absolute;
  inset: 50% auto auto 50%;
  transition: rotate var(--transition-duration), translate var(--transition-duration);
  translate: -50% calc(-50% + 1px);
  mask-image: url(../images/common/button-triangle.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}
.body:has(.page-news) .news-item .news-meta {
  margin-bottom: 8px;
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 5px;
}
.body:has(.page-news) .news-item .news-date {
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 700;
}
.body:has(.page-news) .news-item .news-category {
  font-size: 16px;
  font-weight: 400;
}
.body:has(.page-news) .news-item .news-category::before {
  content: "［";
}
.body:has(.page-news) .news-item .news-category::after {
  content: "］";
}
.body:has(.page-news) .news-item .news-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-wrap: pretty;
}
.body:has(.page-news) .news-item .news-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: var(--transition-duration);
}
.body:has(.page-news) .news-item .news-content .news-body-inner {
  overflow: hidden;
}
.body:has(.page-news) .news-item .news-content figure {
  margin-bottom: 21px;
}
.body:has(.page-news) .news-item.is-visible .news-content {
  margin-top: 35px;
  grid-template-rows: 1fr;
}
.body:has(.page-news) .news-item.is-visible .news-header button i::after {
  rotate: 180deg;
  translate: -50% calc(-50% - 1px);
}
.body:has(.page-news) .news-pagination {
  margin-top: 15px;
}
.body:has(.page-news) .news-pagination ul {
  display: flex;
  justify-content: end;
  font-family: var(--font-en);
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  column-gap: 13px;
}
.body:has(.page-news) .news-pagination .page-numbers {
  text-decoration: none;
  position: relative;
}
.body:has(.page-news) .news-pagination .page-numbers.current::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  display: block;
  position: absolute;
  inset: auto auto -4px 0;
}
@media screen and (min-width: 768px) {
  .body:has(.page-news) .news-archive {
    margin: 0 auto;
    padding: 0 60px min(180px, calc(180 / var(--base) * 100vw)) 60px;
    width: min(100%, 1020px);
  }
}
@media screen and (min-width: 1024px) {
  .body:has(.page-news) .news-item {
    padding-bottom: 52px;
  }
  .body:has(.page-news) .news-item:not(:last-of-type) {
    margin-bottom: 52px;
  }
  .body:has(.page-news) .news-item button i {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  .body:has(.page-news) .news-item button i::after {
    display: block;
    content: "";
    width: 14px;
    height: 6px;
  }
  .body:has(.page-news) .news-item .news-meta {
    margin-bottom: 22px;
  }
  .body:has(.page-news) .news-item .news-date {
    font-size: 25px;
  }
  .body:has(.page-news) .news-item .news-category {
    font-size: 20px;
    font-weight: 400;
  }
  .body:has(.page-news) .news-item .news-title {
    font-size: 25px;
  }
  .body:has(.page-news) .news-item .news-body-inner {
    display: grid;
    grid-template-columns: min(330px, 330 / 1440 * 100vw) 1fr;
    gap: min(70px, 70 / 1440 * 100vw);
  }
  .body:has(.page-news) .news-item .news-thumbnail {
    grid-column: 1;
  }
  .body:has(.page-news) .news-item .news-thumbnail img {
    width: 100%;
    height: auto;
  }
  .body:has(.page-news) .news-item .news-text {
    grid-column: 2;
  }
  .body:has(.page-news) .news-item .news-text img {
    display: block;
    max-width: 330px;
    margin-inline: auto;
  }
  .body:has(.page-news) .news-item .news-text figure {
    margin-inline: auto;
    width: 330px;
  }
  .body:has(.page-news) .news-item .news-text figure img {
    width: auto;
    height: auto;
  }
  .body:has(.page-news) .news-item.is-visible .news-content {
    margin-top: 70px;
  }
  .body:has(.page-news) .news-pagination {
    margin-top: 20px;
  }
  .body:has(.page-news) .news-pagination ul {
    font-size: 38px;
  }
}/*# sourceMappingURL=style.css.map */