@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

/* buttonの完全リセット */
button {
  /* 外観のリセット */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 枠線・背景のリセット */
  border: none;
  background: none;
  background-color: transparent;
  /* 余白のリセット */
  padding: 0;
  margin: 0;
  /* フォントの継承 */
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  /* カーソル */
  cursor: pointer;
  /* アウトラインのリセット */
  outline: none;
  /* その他 */
  text-align: inherit;
  text-decoration: none;
  vertical-align: baseline;
  /* ボックスモデル */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* フォーカス時のアウトラインを完全に削除 */
button:focus {
  outline: none;
}

/* アクティブ時の影を削除（iOS Safari） */
button:active {
  opacity: 1;
}

/* タップハイライトを削除（モバイル） */
button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

:root {
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-blue: #0369A1;
  --color-light-blue: #E0F2FE;
  --color-green: #72AD0F;
  --color-bright-green: #96D62D;
  --color-light-green: #E6F0D8;
  --color-gray: #D9D9D9;
  --color-light-gray: #919191;
  --color-beige: #F9F8F0;
  --color-pink: #FFE4E6;
  --color-red: #BE123C;
  --color-orange: #F59E0B;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: var(--color-black);
  text-decoration: none;
  list-style: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: var(--color-font-base);
  text-decoration: none;
}

address {
  font-style: normal;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.4;
}

h2 {
  font-size: clamp(1.125rem, 0.905rem + 0.939vw, 1.75rem);
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: clamp(1.125rem, 0.993rem + 0.563vw, 1.5rem);
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: clamp(1rem, 0.956rem + 0.188vw, 1.125rem);
  }
}

h3 {
  font-size: clamp(1.125rem, 0.993rem + 0.563vw, 1.5rem);
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  h3 {
    font-size: clamp(1rem, 0.912rem + 0.376vw, 1.25rem);
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  }
}

h4 {
  font-size: clamp(1rem, 0.912rem + 0.376vw, 1.25rem);
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  h4 {
    font-size: clamp(1rem, 0.956rem + 0.188vw, 1.125rem);
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  }
}

.keep-all {
  word-break: keep-all;
  text-align: center;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 1023px) {
  .sp-only {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .sp-only {
    display: none;
  }
}

.xs-only {
  display: none;
}
@media screen and (max-width: 375px) {
  .xs-only {
    display: block;
  }
}

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

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.l-header__info {
  background: var(--color-bright-green);
  max-height: 20px;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, max-height 0.4s ease;
  transition: opacity 0.4s ease, max-height 0.4s ease;
  padding-block: 2px;
}
@media screen and (max-width: 1023px) {
  .l-header__info {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, max-height 0.4s ease;
    transition: opacity 0.4s ease, max-height 0.4s ease;
    padding-block: 0;
  }
}

.l-header__info-text {
  font-size: 12px;
  line-height: normal;
  margin-left: clamp(4.375rem, -6.394rem + 16.827vw, 8.75rem);
}

.l-header__main {
  background: rgba(114, 173, 15, 0.9);
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px clamp(3rem, -11.154rem + 22.115vw, 8.75rem);
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    padding: 8px 20px;
  }
}

.l-header__logo {
  z-index: 101;
}
.l-header__logo img {
  width: 150x;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .l-header__logo img {
    width: 120px;
    height: 37px;
  }
}

.l-header__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .l-header__nav-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(114, 173, 15, 0.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    padding: 80px 20px 40px;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    overflow-y: auto;
  }
}

@media screen and (max-width: 1023px) {
  .l-header__nav-wrapper.is-open {
    visibility: visible;
  }
}

@media screen and (max-width: 1023px) {
  .l-header__nav {
    width: 100%;
  }
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1rem, -0.231rem + 1.923vw, 1.5rem);
}
@media screen and (max-width: 1023px) {
  .l-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    width: 100%;
  }
}

.l-header__nav-item {
  color: var(--color-white);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
}
@media screen and (max-width: 1023px) {
  .l-header__nav-item {
    width: 100%;
    text-align: center;
    font-size: clamp(1.125rem, 0.993rem + 0.563vw, 1.5rem);
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@media screen and (max-width: 1023px) {
  .l-header__nav-link {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.l-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.l-header__sns img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .l-header__sns {
    gap: 30px;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    margin-top: 30px;
  }
  .l-header__sns img {
    width: clamp(1.5rem, 1.045rem + 2.273vw, 2.5rem);
    height: clamp(1.5rem, 1.045rem + 2.273vw, 2.5rem);
  }
}

.l-header__cta {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-header__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    padding: 4px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    border: 5px solid var(--color-white);
    background: var(--color-orange);
    margin-top: 30px;
  }
}

.l-header__cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header__cta-button img {
  width: 21px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header__cta-text {
  color: var(--color-white);
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  font-weight: 700;
  line-height: 1.25;
}

.l-header__hand-icon {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-header__hand-icon {
    display: block;
    margin-top: 16px;
  }
}

.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    gap: 6px;
    position: relative;
    z-index: 101;
  }
}

@media screen and (max-width: 1023px) {
  .l-header__hamburger.is-open .l-header__hamburger-line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
}

@media screen and (max-width: 1023px) {
  .l-header__hamburger.is-open .l-header__hamburger-line:nth-child(2) {
    opacity: 0;
  }
}

@media screen and (max-width: 1023px) {
  .l-header__hamburger.is-open .l-header__hamburger-line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
}

@media screen and (max-width: 1023px) {
  .l-header__hamburger-line {
    display: block;
    width: 30px;
    height: 3px;
    background: var(--color-white);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    border-radius: 2px;
  }
}

.l-footer {
  background: var(--color-green);
  padding-block: 64px;
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.l-footer__logo img {
  width: clamp(8.75rem, 7.254rem + 6.385vw, 13rem);
  height: clamp(3rem, 2.648rem + 1.502vw, 4rem);
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer__logo-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.l-footer__logo-sub img {
  width: 147px;
  height: 33px;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer__logo-sub-text {
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.l-footer__sns-link img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer__nav-link {
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
}

.l-footer__copyright {
  margin-top: 20px;
  font-weight: 700;
  font-size: 13px;
  line-height: normal;
}

.c-spacer {
  display: block;
  width: 100%;
  height: 48px;
}
.c-spacer--size-8 {
  height: 8px;
}
.c-spacer--size-16 {
  height: 16px;
}
.c-spacer--size-24 {
  height: 24px;
}
.c-spacer--size-32 {
  height: 32px;
}
.c-spacer--size-48 {
  height: 48px;
}
.c-spacer--size-64 {
  height: 64px;
}
.c-spacer--size-80 {
  height: 80px;
}
.c-spacer--size-96 {
  height: 96px;
}
.c-spacer--size-128 {
  height: 128px;
}
.c-spacer--size-100-50 {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .c-spacer--size-24 {
    height: 20px;
  }
  .c-spacer--size-32 {
    height: 30px;
  }
  .c-spacer--size-48 {
    height: 45px;
  }
  .c-spacer--size-64 {
    height: 60px;
  }
  .c-spacer--size-80 {
    height: 70px;
  }
  .c-spacer--size-96 {
    height: 80px;
  }
  .c-spacer--size-128 {
    height: 100px;
  }
}

.c-title__text {
  text-align: center;
  font-size: clamp(1.5rem, 1.148rem + 1.502vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
}

.c-title--with-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2rem, 1.296rem + 3.005vw, 4rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title--with-description {
    text-align: left;
  }
}

.c-title__description {
  font-size: clamp(1.125rem, 0.905rem + 0.939vw, 1.75rem);
  font-weight: 700;
  line-height: 1.4;
}

/* base */
.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 58px;
  padding: 14px 20px;
  border: 3px solid transparent;
  border-radius: 100vmax;
  background: var(--color-green);
}
@media (hover: hover) {
  .c-button:hover {
    border-color: var(--color-green);
    background: var(--color-white);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .c-button:hover .c-button__text {
    color: var(--color-green);
  }
  .c-button:hover .c-button__link svg {
    fill: var(--color-green);
  }
}

.c-button__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.c-button__link svg {
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .c-button__link {
    gap: 8px;
  }
}

.c-button__text {
  color: var(--color-white);
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  font-weight: 500;
}

.c-button__link svg {
  fill: var(--color-white);
}

/* large */
.c-button--large {
  width: 331px;
  height: 56px;
  padding: 14px 27px;
}
@media screen and (max-width: 768px) {
  .c-button--large {
    width: 300px;
    padding: 13px 24px;
  }
}
@media screen and (max-width: 640px) {
  .c-button--large {
    width: 280px;
    padding: 13px 15px;
  }
}

/* orange */
.c-button--orange {
  background: var(--color-orange);
}
@media (hover: hover) {
  .c-button--orange:hover {
    border-color: var(--color-orange);
    background: var(--color-white);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .c-button--orange:hover .c-button__text {
    color: var(--color-orange);
  }
  .c-button--orange:hover .c-button__link svg {
    fill: var(--color-orange);
  }
}

/* small */
.c-button--small {
  width: 251px;
  height: 56px;
  padding: 14px 27px;
}

.c-button__link--small {
  gap: 14px;
}

/* card-syutten */
.c-card {
  max-width: 1165px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 48px;
}
@media screen and (max-width: 960px) {
  .c-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(1.5rem, 0.3rem + 3vw, 3rem);
  }
}

.c-card__item {
  width: 100%;
  grid-column: span 2;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 960px) {
  .c-card__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 640px) {
  .c-card__item {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-card__item:nth-child(4) {
  grid-column: 2/4;
}
.c-card__item:nth-child(5) {
  grid-column: 4/6;
}

.c-card__image {
  position: relative;
}
.c-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.c-card__number {
  position: absolute;
  top: clamp(-1.125rem, -0.554rem - 1.19vw, -1.625rem);
  left: clamp(0.625rem, 0.411rem + 0.446vw, 0.813rem);
  color: var(--color-white);
  font-family: "Playfair Display";
  font-size: clamp(3rem, 2.648rem + 1.502vw, 4rem);
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .c-card__number {
    top: -13px;
    left: 8px;
  }
}

.c-card__number-bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(5rem, 4.648rem + 1.502vw, 6rem);
  height: clamp(5rem, 4.648rem + 1.502vw, 6rem);
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 96 96"%3E%3Cpath d="M0 96V0H96L0 96Z" fill="%23F59E0B"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.c-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 16px 12px 24px 12px;
  background: var(--color-white);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .c-card__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .c-card__body {
    padding: 16px 8px;
  }
}

.c-card__title {
  color: var(--color-orange);
  text-align: center;
  font-size: clamp(1.125rem, 0.375rem + 1.25vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
}

.c-card__text {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  line-height: 1.5;
}

.c-card__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .c-card__sns {
    margin-left: 0;
  }
}

.c-card__sns-link img {
  width: 19px;
  height: 20px;
}

/* card-interview */
.c-card-interview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: clamp(1.5rem, -0.786rem + 4.762vw, 3.5rem);
}
@media screen and (max-width: 960px) {
  .c-card-interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-card-interview__item {
  border: 0.5px solid var(--color-black);
}

@media screen and (max-width: 960px) {
  .c-card-interview__link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 260px;
  }
}
@media screen and (max-width: 640px) {
  .c-card-interview__link {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-card-interview__image {
  max-width: 375px;
  width: 100%;
  height: auto;
  aspect-ratio: 375/260;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 960px) {
  .c-card-interview__image {
    max-width: 100%;
  }
}
.c-card-interview__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 375/260;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 960px) {
  .c-card-interview__image img {
    min-height: 260px;
  }
}
@media screen and (max-width: 640px) {
  .c-card-interview__image img {
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .c-card-interview__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-card-interview__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 10px;
  background: var(--color-white);
  gap: 10px;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  .c-card-interview__body {
    max-height: 260px;
  }
}

.c-card-interview__title {
  color: var(--color-black);
  font-size: clamp(1rem, 0.956rem + 0.188vw, 1.125rem);
  font-weight: 700;
  line-height: normal;
}

.c-card-interview__description {
  color: var(--color-black);
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  line-height: 1.5;
}

.c-card-interview__date {
  color: var(--color-light-gray);
  font-size: 14px;
  line-height: normal;
}

/* card-access */
.c-card-access {
  width: min(1000px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: clamp(1.875rem, 0.375rem + 3.75vw, 3.75rem);
     -moz-column-gap: clamp(1.875rem, 0.375rem + 3.75vw, 3.75rem);
          column-gap: clamp(1.875rem, 0.375rem + 3.75vw, 3.75rem);
}
@media screen and (max-width: 640px) {
  .c-card-access {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
  }
}

.c-card-access__item {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (any-hover: hover) {
  .c-card-access__item:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.25);
  }
}

.c-card-access__body {
  background: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 12px 24px 12px;
  gap: 8px;
}
@media screen and (max-width: 640px) {
  .c-card-access__body {
    padding: 16px 8px;
  }
}

.c-card-access__title {
  color: var(--color-orange);
  font-size: clamp(1.125rem, 0.993rem + 0.563vw, 1.5rem);
  font-weight: 700;
  line-height: normal;
}

.c-card-access__text {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  font-weight: 500;
  line-height: normal;
}

.c-card-access__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  margin-top: 8px;
}

.c-card-access__address-text {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  padding-inline: 8px;
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  color: var(--color-black);
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

a.c-pagination__link:hover {
  background-color: #f5f5f5;
  color: var(--color-black);
}

.c-pagination__item.is-current .c-pagination__link {
  background-color: var(--color-green);
  color: var(--color-white);
  pointer-events: none;
}

.c-pagination__item.is-disabled .c-pagination__link {
  color: var(--color-light-gray);
  pointer-events: none;
  cursor: not-allowed;
}

.c-pagination__item--dots .c-pagination__link {
  pointer-events: none;
}

.c-pagination__link svg {
  width: 8px;
  height: 14px;
}

.c-pagination__item--prev .c-pagination__link,
.c-pagination__item--next .c-pagination__link {
  width: 40px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .c-pagination {
    margin-top: 40px;
  }
  .c-pagination__list {
    gap: 4px;
  }
  .c-pagination__link {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }
  .c-pagination__item--prev .c-pagination__link,
  .c-pagination__item--next .c-pagination__link {
    width: 36px;
  }
}
.c-fixed-cta {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}
@media screen and (max-width: 640px) {
  .c-fixed-cta {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.c-fixed-cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 9px 12px 16px 9px;
  background: var(--color-orange);
  color: var(--color-white);
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  border-radius: 10px 0 0 10px;
  border-top: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
  border-left: 5px solid #FFF;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  width: 58px;
  height: 230px;
}
.c-fixed-cta__button img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 640px) {
  .c-fixed-cta__button {
    width: 100%;
    height: auto;
    padding: 10px clamp(1rem, 0.75rem + 1.25vw, 1.25rem);
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
    border-radius: 0;
    border: none;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}
@media (hover: hover) {
  .c-fixed-cta__button:hover {
    background: var(--color-white);
    color: var(--color-orange);
    border: 5px solid var(--color-orange);
    border-right: none;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}
@media screen and (hover: hover) and (max-width: 640px) {
  .c-fixed-cta__button:hover {
    border-right: 5px solid var(--color-orange);
  }
}
@media (hover: hover) {
  .c-fixed-cta__button:hover .c-fixed-cta__img {
    display: none;
  }
  .c-fixed-cta__button:hover .c-fixed-cta__img-hover {
    display: block;
  }
  .c-fixed-cta__button:hover .c-fixed-cta__text-top,
  .c-fixed-cta__button:hover .c-fixed-cta__text-sp {
    color: var(--color-orange);
  }
}

.c-fixed-cta__img-hover {
  display: none;
}

.c-fixed-cta__img-hover {
  display: none;
}
@media (hover: hover) {
  .c-fixed-cta__img-hover:hover {
    display: block;
  }
}

.c-fixed-cta__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 640px) {
  .c-fixed-cta__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.c-fixed-cta__text-top,
.c-fixed-cta__text-sp {
  color: var(--color-white);
  font-size: clamp(1.125rem, 0.993rem + 0.563vw, 1.5rem);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .c-fixed-cta__text-top,
  .c-fixed-cta__text-sp {
    font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  }
}
.c-fixed-cta__text-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .c-fixed-cta__text-sp {
    display: block;
  }
}

.c-return-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-return-top {
    right: 16px;
    bottom: 16px;
  }
}
@media screen and (max-width: 640px) {
  .c-return-top {
    left: auto;
    right: 0;
    bottom: 120px;
  }
}
@media screen and (max-width: 428px) {
  .c-return-top {
    display: none;
  }
}
.c-return-top.is-visible {
  opacity: 1;
  visibility: visible;
}
.c-return-top img {
  width: clamp(3.75rem, 3.107rem + 2.743vw, 5rem);
  height: auto;
  display: block;
}
.c-return-top:hover {
  -webkit-animation: shake 1s ease-in-out infinite;
          animation: shake 1s ease-in-out infinite;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
/*section-title*/
/* FV */
.p-top-fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-fv {
    height: 90vh;
  }
}

.p-top-fv__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-fv__slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 9, 35, 0.3);
  z-index: 1;
}

.p-top-fv__slide {
  width: 100%;
  height: 100%;
}
.p-top-fv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-fv__content {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .p-top-fv__content {
    top: 50%;
  }
}

.p-top-fv__title {
  color: var(--color-white);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.75);
  font-size: clamp(2.25rem, 2.036rem + 1.071vw, 3rem);
  font-weight: 600;
  line-height: normal;
}

.p-top-fv__title-br {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-top-fv__title-br {
    display: block;
  }
}

.p-top-fv__logo {
  width: clamp(12.5rem, 10.651rem + 7.887vw, 17.75rem);
  height: clamp(7.5rem, 6.686rem + 3.474vw, 9.813rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 14px;
}
.p-top-fv__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-fv__news {
  position: absolute;
  left: 50%;
  bottom: 6.3%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: min(800px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 375px) {
  .p-top-fv__news {
    bottom: 4.3%;
  }
}

.p-top-fv-news__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-top-fv-news__item {
  background: rgb(255, 255, 255);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.p-top-fv-news__item:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.p-top-fv-news__link {
  display: block;
  padding: 20px 24px;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .p-top-fv-news__link {
    padding: clamp(0.5rem, 0.143rem + 1.786vw, 1rem) clamp(1rem, 0.821rem + 0.893vw, 1.25rem);
  }
}

.p-top-fv-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .p-top-fv-news__meta {
    gap: 8px;
  }
}

.p-top-news {
  padding-block: clamp(3rem, 1.944rem + 4.507vw, 6rem);
  width: min(1200px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
  background: var(--color-white);
}

.p-top-news__button {
  text-align: center;
  margin-top: clamp(2.5rem, 1.62rem + 3.756vw, 5rem);
}

.p-top-about {
  padding-block: clamp(3rem, 1.944rem + 4.507vw, 6rem);
  background: var(--color-beige);
}

.p-top-about__inner {
  width: min(1200px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.p-top__title-br {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top__title-br {
    display: none;
  }
}

.p-top-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: clamp(1.875rem, -4.554rem + 13.393vw, 7.5rem);
     -moz-column-gap: clamp(1.875rem, -4.554rem + 13.393vw, 7.5rem);
          column-gap: clamp(1.875rem, -4.554rem + 13.393vw, 7.5rem);
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-top-about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: clamp(1.5rem, 1.142rem + 1.79vw, 2rem);
    margin-top: clamp(1.5rem, 0.426rem + 5.369vw, 3rem);
  }
}

.p-top-about__image {
  width: clamp(23.125rem, 15.982rem + 14.881vw, 29.375rem);
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top-about__image {
    width: 100%;
  }
}

.p-top-about__text {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  line-height: 1.87;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-top-about__text {
    width: 100%;
  }
}

.p-top-about__button {
  text-align: center;
  margin-top: clamp(1.5rem, 0.972rem + 2.254vw, 3rem);
}

.p-top-interview {
  padding-block: clamp(3rem, 1.944rem + 4.507vw, 6rem);
  width: min(1200px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
  background: var(--color-white);
}

.p-top-interview__content {
  margin-top: clamp(2rem, 1.296rem + 3.005vw, 4rem);
}

@media screen and (max-width: 960px) {
  .p-interview-detail__exhibitor-image--top {
    grid-row: 1 !important;
  }
}

@media screen and (max-width: 960px) {
  .p-interview-detail__exhibitor-body--top {
    grid-row: 2 !important;
  }
}

.p-interview-detail__read-more {
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
}

.p-top-interview__button {
  text-align: center;
  margin-top: clamp(1.5rem, 0.972rem + 2.254vw, 3rem);
}

.p-top-faq {
  padding-block: clamp(3rem, 1.944rem + 4.507vw, 6rem);
  background: var(--color-beige);
}

.p-top-faq__inner {
  width: min(1000px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.p-top-access {
  padding-block: clamp(3rem, 1.944rem + 4.507vw, 6rem) clamp(4.375rem, 3.125rem + 6.25vw, 8.75rem);
  background: var(--color-white);
}

.p-top-access__inner {
  width: min(1200px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

/* c-exhibit-appeal */
.p-exhibit-appeal {
  padding-top: clamp(6rem, 3.975rem + 8.638vw, 11.75rem);
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-exhibit-appeal {
    padding-inline: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-exhibit-appeal__inner {
    padding-inline: 20px;
  }
}

.p-exhibit-appeal__wrapper {
  background-color: var(--color-beige);
  margin-top: clamp(2rem, 1.296rem + 3.005vw, 4rem);
  width: min(1256px, 100%);
  padding-inline: clamp(1.25rem, 0.634rem + 2.629vw, 3rem);
  margin-inline: auto;
}

.p-exhibit-appeal__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-top: 20px;
}
.p-exhibit-appeal__badge img {
  width: clamp(3rem, 1.944rem + 4.507vw, 6rem);
  height: clamp(2.188rem, 1.439rem + 3.192vw, 4.313rem);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-exhibit-appeal__badge-text {
  color: var(--color-orange);
  text-align: center;
  font-size: clamp(1.125rem, 0.905rem + 0.939vw, 1.75rem);
  font-weight: 700;
  line-height: 1;
}

.p-exhibit-appeal__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(-1.563rem, 0.223rem - 3.72vw, -3.125rem);
}
@media screen and (max-width: 768px) {
  .p-exhibit-appeal__title {
    margin-top: clamp(0.625rem, 2.712rem - 8.906vw, -1.563rem);
  }
}
@media screen and (max-width: 375px) {
  .p-exhibit-appeal__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}

.p-exhibit-appeal__title-text {
  font-size: clamp(1.125rem, 0.905rem + 0.939vw, 1.75rem);
  font-weight: 700;
  line-height: 1;
}

.p-exhibit-appeal__title-number {
  color: var(--color-orange);
  font-family: "Playfair Display";
  font-size: clamp(3.75rem, 3.134rem + 2.629vw, 5.5rem);
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}

.p-exhibit-appeal__content {
  margin-top: clamp(1.75rem, 1.134rem + 2.629vw, 3.5rem);
  padding-bottom: 64px;
}

/* exhibit-overview */
.p-exhibit-overview {
  padding-block: clamp(3rem, 1.944rem + 4.507vw, 6rem) clamp(4rem, 2.592rem + 6.009vw, 8rem);
  background: var(--color-white);
}

.p-exhibit-overview__inner {
  width: min(1000px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.p-exhibit-overview__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.p-exhibit-overview__icon {
  width: clamp(3rem, 1.944rem + 4.507vw, 6rem);
  height: clamp(2.188rem, 1.439rem + 3.192vw, 4.313rem);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-exhibit-overview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
  gap: 24px;
  margin-top: clamp(2rem, 1.296rem + 3.005vw, 4rem);
}

.p-exhibit-overview__item {
  display: grid;
  grid-template-columns: 200px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: min(880px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-exhibit-overview__item {
    padding-inline: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-exhibit-overview__item {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.p-exhibit-overview__label {
  border-radius: 50px;
  background: var(--color-orange);
  color: var(--color-white);
  text-align: center;
  font-size: clamp(1.125rem, 0.993rem + 0.563vw, 1.5rem);
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(5rem, 4.604rem + 1.69vw, 6.125rem);
  height: clamp(1.875rem, 1.567rem + 1.315vw, 2.75rem);
  padding: 5px 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .p-exhibit-overview__label {
    font-size: 16px;
    margin-inline: unset;
  }
}

@media screen and (max-width: 640px) {
  .p-exhibit-overview__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.p-exhibit-overview__text-bold {
  font-size: clamp(1.125rem, 0.993rem + 0.563vw, 1.5rem);
  font-weight: 700;
  line-height: normal;
}

.p-exhibit-overview__text-small {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  font-weight: 700;
  line-height: normal;
}

.p-exhibit-overview__text--large {
  font-size: clamp(1.125rem, 0.993rem + 0.563vw, 1.5rem);
  font-weight: 700;
  line-height: normal;
}

.p-exhibit-overview__note {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  line-height: normal;
}

/* exhibit-flow */
.p-exhibit-flow {
  padding-block: clamp(3rem, 1.944rem + 4.507vw, 6rem);
  background: var(--color-beige);
  padding-inline: 20px;
}

.p-exhibit-flow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: clamp(2rem, 1.296rem + 3.005vw, 4rem);
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
}

.p-exhibit-flow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background: var(--color-white);
  padding: 24px clamp(1.25rem, 0.37rem + 3.756vw, 3.75rem);
}

.p-exhibit-flow__step-title {
  color: var(--color-orange);
  font-size: clamp(1.125rem, 0.905rem + 0.939vw, 1.75rem);
  font-weight: 700;
  line-height: normal;
}

.p-exhibit-flow__step-title-br {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-exhibit-flow__step-title-br {
    display: block;
  }
}

.p-exhibit-flow__step-note {
  font-size: clamp(0.875rem, 0.743rem + 0.563vw, 1.25rem);
  font-weight: 700;
  line-height: normal;
}

.p-exhibit-flow__step-text {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  line-height: 1.5;
}

.p-exhibit-flow__arrow {
  margin-left: 5%;
}

.p-exhibit-flow__schedule-item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.p-exhibit-flow__schedule-time {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
}

.p-exhibit-flow__schedule-text {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  line-height: 1.5;
  margin-top: 4px;
}

.p-exhibit-flow__schedule-text-bold {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* exhibit-entry */
.p-exhibit-entry {
  position: relative;
  padding-block: clamp(3rem, 1.944rem + 4.507vw, 6rem) clamp(4rem, 2.592rem + 6.009vw, 8rem);
  width: min(1000px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.p-exhibit-entry__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: clamp(2rem, 1.296rem + 3.005vw, 4rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-exhibit-entry__content {
    text-align: left;
  }
}

.p-exhibit-entry__text {
  font-size: clamp(1rem, 0.956rem + 0.188vw, 1.125rem);
  font-weight: 700;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .p-exhibit-entry__text {
    line-height: 1.5;
  }
}

.p-exhibit-entry__button {
  text-align: center;
  margin-top: clamp(1.75rem, 1.134rem + 2.629vw, 3.5rem);
}

/* exhibit-entry-form */
.p-exhibit-entry__form {
  padding-block: clamp(3rem, 1.944rem + 4.507vw, 6rem) clamp(4rem, 2.592rem + 6.009vw, 8rem);
  width: min(1000px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.p-exhibit-entry__form-text {
  text-align: center;
  font-size: clamp(1rem, 0.956rem + 0.188vw, 1.125rem);
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .p-exhibit-entry__form-text {
    text-align: left;
  }
}

.p-exhibit-entry__form-button {
  text-align: center;
  margin-top: clamp(1.75rem, 1.134rem + 2.629vw, 3.5rem);
}

/* exhibit-contact */
.p-exhibit-contact {
  padding-block: clamp(3rem, 1.944rem + 4.507vw, 6rem) clamp(4rem, 2.592rem + 6.009vw, 8rem);
  width: min(1000px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.p-exhibit-contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(2rem, 1.296rem + 3.005vw, 4rem);
}

.p-exhibit-contact__text {
  font-size: clamp(1rem, 0.956rem + 0.188vw, 1.125rem);
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.p-exhibit-contact__notes {
  margin-top: 32px;
  -ms-flex-item-align: center;
      align-self: center;
}

.p-exhibit-contact__note {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  line-height: 1.5;
}

.p-exhibit-contact__note--second {
  margin-top: 24px;
}
.p-exhibit-contact__note--second::before, .p-exhibit-contact__note--second::after {
  content: none;
}

.p-exhibit-contact__email {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  line-height: 1.5;
  margin-top: 24px;
}

.p-exhibit-contact__email-br {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-exhibit-contact__email-br {
    display: block;
  }
}

.p-exhibit-contact__button {
  margin-top: clamp(1.75rem, 1.134rem + 2.629vw, 3.5rem);
  text-align: center;
}

.p-interview-detail {
  padding-block: clamp(6rem, 3.975rem + 8.638vw, 11.75rem) clamp(3rem, 1.944rem + 4.507vw, 6rem);
  width: min(1200px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.p-interview-detail__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.p-interview-detail__icon img {
  width: clamp(11.25rem, 9.93rem + 5.634vw, 15rem);
  height: clamp(7.563rem, 7.122rem + 1.878vw, 8.813rem);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-interview-detail__exhibitor {
  margin-top: 64px;
}

.p-interview-detail__exhibitor-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, 0.972rem + 2.254vw, 3rem);
}
@media screen and (max-width: 960px) {
  .p-interview-detail__exhibitor-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .p-interview-detail__exhibitor-card .p-interview-detail__exhibitor-image {
    grid-row: 2;
  }
  .p-interview-detail__exhibitor-card .p-interview-detail__exhibitor-body {
    grid-row: 1;
  }
}

.p-interview-detail__exhibitor-image {
  width: 100%;
  height: auto;
}
.p-interview-detail__exhibitor-image img {
  width: 100%;
  max-width: 570px;
  height: auto;
  aspect-ratio: 570/340;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .p-interview-detail__exhibitor-image img {
    max-width: 100%;
  }
}

.p-interview-detail__exhibitor-story {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  line-height: 1.5;
  margin-top: 16px;
}

.c-card-interview__place {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
}

.p-interview-detail__content {
  margin-top: clamp(1.5rem, 0.972rem + 2.254vw, 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5rem, 0.972rem + 2.254vw, 3rem);
}

.p-interview-detail__qa {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, 0.972rem + 2.254vw, 3rem);
}
@media screen and (max-width: 960px) {
  .p-interview-detail__qa {
    grid-template-columns: 1fr;
  }
}

.p-interview-detail__qa--with-image .p-interview-detail__qa-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-interview-detail__qa--with-image .p-interview-detail__qa-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-interview-detail__qa--reverse .p-interview-detail__qa-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-interview-detail__qa--reverse .p-interview-detail__qa-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 960px) {
  .p-interview-detail__qa--reverse .p-interview-detail__qa-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-interview-detail__qa--reverse .p-interview-detail__qa-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-interview-detail__qa-image {
  width: 100%;
  height: auto;
}
.p-interview-detail__qa-image img {
  width: 100%;
  max-width: 570px;
  height: auto;
  aspect-ratio: 570/340;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .p-interview-detail__qa-image img {
    max-width: 100%;
  }
}

.p-interview-detail__question {
  font-size: clamp(1rem, 0.956rem + 0.188vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .p-interview-detail__question {
    font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  }
}

.p-interview-detail__answer {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  line-height: 1.5;
}
.p-interview-detail__answer p {
  margin-bottom: 16px;
}
.p-interview-detail__answer p:last-child {
  margin-bottom: 0;
}

.p-interview-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: clamp(1.5rem, 0.972rem + 2.254vw, 3rem);
}

.p-interview-detail__info-lead {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.p-interview-detail__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}

.p-interview-detail__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .p-interview-detail__info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.p-interview-detail__info-label {
  font-weight: 700;
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  line-height: 1.5;
  width: 120px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-white);
  background-color: var(--color-orange);
  padding-inline: 24px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-interview-detail__info-label {
    min-width: auto;
  }
}

.p-interview-detail__info-value {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  line-height: 1.5;
}

.p-interview-detail__link {
  color: var(--color-black);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  word-break: break-all;
}
.p-interview-detail__link:hover {
  text-decoration: none;
}

.p-interview-detail__button {
  margin-top: clamp(3rem, 2.296rem + 3.005vw, 5rem);
  text-align: center;
}

.p-interview-archive {
  padding-block: clamp(6rem, 3.975rem + 8.638vw, 11.75rem) clamp(3rem, 1.944rem + 4.507vw, 6rem);
  width: min(1200px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.p-interview-archive__content,
.p-interview-archive__pagination {
  margin-top: clamp(2rem, 1.296rem + 3.005vw, 4rem);
}

.p-news-detail {
  padding-block: clamp(6rem, 3.975rem + 8.638vw, 11.75rem) clamp(3rem, 1.944rem + 4.507vw, 6rem);
  width: min(1000px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.p-news-detail__header {
  margin-block: clamp(2rem, 1.296rem + 3.005vw, 4rem) 32px;
  border-bottom: 1px solid var(--color-black);
  padding-bottom: 8px;
}

.p-news-detail__title {
  font-size: clamp(1.125rem, 0.905rem + 0.939vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
  margin-top: 8px;
}

.p-news-detail__content {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  line-height: 1.5;
}
.p-news-detail__content p {
  margin-bottom: 20px;
}
.p-news-detail__content p:last-child {
  margin-bottom: 0;
}

.p-news-detail__event-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.p-news-detail__info-title {
  font-size: clamp(1rem, 0.956rem + 0.188vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
}

.p-news-detail__notes {
  margin-top: 32px;
}

.p-news-detail__entry-guide {
  margin-top: 32px;
}

.p-news-detail__info-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-news-detail__info-group:first-child {
  margin-top: 32px;
}

.p-news-detail__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  color: var(--color-black);
}

.p-news-detail__footer {
  margin-top: clamp(2rem, 1.296rem + 3.005vw, 4rem);
  text-align: center;
}

.p-news-archive {
  padding-block: clamp(6rem, 3.975rem + 8.638vw, 11.75rem) clamp(3rem, 1.944rem + 4.507vw, 6rem);
  width: min(1000px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.p-news-archive__content {
  margin-top: clamp(2.5rem, 1.62rem + 3.756vw, 5rem);
}

.p-news-archive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E5E7EB;
  padding: 16px 10px;
}
@media screen and (max-width: 640px) {
  .p-news-archive__item {
    padding: 16px 0;
  }
}

.p-news-archive__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.p-news-archive__date {
  font-size: 14px;
  line-height: 2.1;
}

.p-news-archive__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  padding: 3px 12px;
  background-color: var(--color-light-green);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  min-width: 72px;
  height: 22px;
  white-space: nowrap;
}

.p-news-archive__category--event {
  color: var(--color-blue);
  background-color: var(--color-light-blue);
}

.p-news-archive__title {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
}

.p-news-archive__category--important {
  color: var(--color-red);
  background: var(--color-pink);
}

.p-news-archive__pagination {
  margin-top: clamp(2.5rem, 1.62rem + 3.756vw, 5rem);
}

.p-faq {
  padding-block: clamp(6rem, 3.975rem + 8.638vw, 11.75rem) clamp(3rem, 1.944rem + 4.507vw, 6rem);
  background: var(--color-beige);
  width: clamp(34.375rem, 11.875rem + 56.25vw, 62.5rem);
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .p-faq {
    width: 100%;
  }
}

.p-faq__list {
  margin-top: clamp(2rem, 1.296rem + 3.005vw, 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
}

.p-faq__item {
  background: var(--color-white);
  border-top: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
}

.p-faq__question {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 20px 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  list-style: none;
}
.p-faq__question::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-faq__question {
    grid-template-columns: 32px 1fr 32px;
    gap: 12px;
    padding: 16px 12px;
  }
}

.p-faq__question-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--color-green);
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: clamp(1rem, 0.956rem + 0.188vw, 1.125rem);
  font-weight: 700;
  line-height: normal;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .p-faq__question-icon {
    width: 32px;
    height: 32px;
    font-size: clamp(1rem, 0.912rem + 0.376vw, 1.25rem);
  }
}

.p-faq__question-text {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  font-weight: 700;
  line-height: 1.7;
}

.p-faq__toggle {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .p-faq__toggle {
    width: 32px;
    height: 32px;
  }
}

.p-faq__toggle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: var(--color-green);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-faq__toggle-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background: var(--color-green);
  -webkit-transform: translate(-50%, -50%) scaleY(1);
          transform: translate(-50%, -50%) scaleY(1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 1;
}

.p-faq__item[open] .p-faq__toggle-icon::before {
  -webkit-transform: translate(-50%, -50%) scaleY(0);
          transform: translate(-50%, -50%) scaleY(0);
  opacity: 0;
}

.p-faq__answer {
  overflow: hidden;
  background: var(--color-white);
}

.p-faq__answer-inner {
  display: grid;
  grid-template-columns: 40px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
  padding: 0 16px 20px 16px;
}
@media screen and (max-width: 640px) {
  .p-faq__answer-inner {
    grid-template-columns: 32px 1fr;
    gap: 12px;
    padding: 0 12px 16px 12px;
  }
}

.p-faq__answer-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-green);
  border: 2px solid var(--color-green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(1rem, 0.956rem + 0.188vw, 1.125rem);
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .p-faq__answer-icon {
    width: 32px;
    height: 32px;
    font-size: clamp(1rem, 0.912rem + 0.376vw, 1.25rem);
  }
}

.p-faq__answer-text {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  font-weight: 700;
  line-height: 1.7;
}

.p-faq__answer-text-small {
  text-indent: -0.5em;
}

.p-access {
  padding-block: clamp(6rem, 3.975rem + 8.638vw, 11.75rem) clamp(4.5rem, 3.004rem + 6.385vw, 8.75rem);
  width: min(1256px, 100%);
  padding-inline: clamp(1.25rem, 0.634rem + 2.629vw, 3rem);
  margin-inline: auto;
}

.p-access__map {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-block: clamp(2rem, 1.296rem + 3.005vw, 4rem);
  -webkit-column-gap: clamp(1.75rem, 1.134rem + 2.629vw, 3.5rem);
     -moz-column-gap: clamp(1.75rem, 1.134rem + 2.629vw, 3.5rem);
          column-gap: clamp(1.75rem, 1.134rem + 2.629vw, 3.5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-access__map {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.p-access__map-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-access__map-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 768px) {
  .p-access__map-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-access__map-info-title {
  color: var(--color-orange);
  text-align: center;
  font-size: clamp(1.125rem, 0.993rem + 0.563vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
}

.p-access__info-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
  gap: clamp(1rem, 0.714rem + 1.429vw, 2rem);
}
@media screen and (max-width: 375px) {
  .p-access__info-item {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
}

.p-access__info-label {
  color: var(--color-orange);
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  font-weight: 500;
  line-height: 1.8;
  border: 2px solid var(--color-orange);
  padding-inline: 24px;
  text-align: center;
}

.p-access__info-value {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 375px) {
  .p-access__info-value {
    text-align: center;
  }
}

.p-access__map-button {
  grid-column: 2;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-access__map-button {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    grid-column: 1;
    justify-self: center;
    margin-top: 0;
  }
}

.p-access__card-wrapper {
  padding-top: 48px;
}

.p-about {
  padding-block: clamp(6rem, 3.975rem + 8.638vw, 11.75rem) clamp(3rem, 1.944rem + 4.507vw, 6rem);
  background: var(--color-beige);
}

.p-about__inner {
  width: min(1200px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.p-about__image-wrapper {
  margin-top: clamp(2rem, 1.296rem + 3.005vw, 4rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: clamp(1rem, -0.846rem + 2.885vw, 1.75rem);
     -moz-column-gap: clamp(1rem, -0.846rem + 2.885vw, 1.75rem);
          column-gap: clamp(1rem, -0.846rem + 2.885vw, 1.75rem);
}
@media screen and (max-width: 768px) {
  .p-about__image-wrapper {
    grid-template-columns: 1fr;
    row-gap: 48px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-about__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .p-about__image {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-about__image img {
  max-width: 368px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-about__image img {
    max-width: 100%;
  }
}

.p-about__image-text {
  font-size: clamp(0.813rem, 0.659rem + 0.24vw, 0.875rem);
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .p-about__image-text {
    text-align: left;
    font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  }
}

.p-jimoto-about {
  background: var(--color-light-green);
}

/* ての市ヒストリー */
.p-about-history {
  padding-block: clamp(3rem, 1.944rem + 4.507vw, 6rem);
  background-image: url("../img/history-bk.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1023px) {
  .p-about-history__title {
    padding-inline: 20px;
  }
}

.p-about-history__title-br {
  display: block;
}
@media screen and (max-width: 1023px) {
  .p-about-history__title-br {
    display: none;
  }
}

.p-about-history__timeline {
  position: relative;
  margin-top: clamp(2rem, 1.296rem + 3.005vw, 4rem);
  width: min(1200px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .p-about-history__timeline {
    padding-bottom: 40px;
  }
}

.p-about-history__timeline-line {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  height: 86%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-about-history__timeline-line {
    display: none;
  }
}
.p-about-history__timeline-line img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-history__timeline-content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-about-history__timeline-content {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.p-about-history__section {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-about-history__section {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 70px;
    padding-right: 20px;
  }
}
.p-about-history__section--left {
  text-align: right;
  padding-inline: clamp(1rem, -0.408rem + 6.009vw, 5rem);
  background: var(--color-beige);
}
@media screen and (max-width: 768px) {
  .p-about-history__section--left {
    text-align: left;
    margin-top: 50px;
    padding-block: 48px 64px;
  }
}
.p-about-history__section--right {
  text-align: left;
  padding-inline: clamp(1rem, -0.408rem + 6.009vw, 5rem);
  background: var(--color-light-green);
}
@media screen and (max-width: 768px) {
  .p-about-history__section--right {
    margin-top: 50px;
    padding-block: 48px 64px;
  }
}

.p-about-history__section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-bottom: 20px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-about-history__section-header {
    padding-inline: 0;
    padding-bottom: 30px;
    padding-left: 0;
  }
}
.p-about-history__section-header svg {
  width: 100%;
  max-width: 427px;
  height: auto;
}
.p-about-history__section-header svg:nth-child(1), .p-about-history__section-header svg:nth-child(2) {
  margin-bottom: 4px;
}
.p-about-history__section-header svg:nth-child(5), .p-about-history__section-header svg:nth-child(6) {
  margin-top: 4px;
}

.p-about-history__section--left .p-about-history__section-header {
  margin-inline: calc(-1 * clamp(1rem, -0.408rem + 6.009vw, 5rem));
}
@media screen and (max-width: 768px) {
  .p-about-history__section--left .p-about-history__section-header {
    margin-inline: 0;
  }
}

.p-about-history__section--right .p-about-history__section-header {
  margin-right: calc(-1 * clamp(1rem, -0.408rem + 6.009vw, 5rem));
  margin-left: calc(-1 * clamp(2.25rem, 1.282rem + 4.131vw, 5rem));
}
@media screen and (max-width: 768px) {
  .p-about-history__section--right .p-about-history__section-header {
    margin-inline: 0;
  }
}

.p-about-history__section-title {
  font-size: clamp(1rem, 0.736rem + 1.127vw, 1.75rem);
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-block: 12px 4px;
}
@media screen and (max-width: 768px) {
  .p-about-history__section-title {
    font-size: 1.25rem;
  }
}

.p-about-history__section-subtitle {
  text-align: center;
  font-family: "Playfair Display";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-about-history__section-subtitle {
    text-align: left;
    font-size: 0.75rem;
  }
}

.p-about-history__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: justify;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-history__items {
    gap: 32px;
    margin-top: 20px;
  }
}

.p-about-history__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about-history__item::before {
    content: "";
    position: absolute;
    left: clamp(-0.875rem, -0.219rem - 2.799vw, -1.563rem);
    top: 3px;
    width: clamp(0.625rem, 0.506rem + 0.509vw, 0.75rem);
    height: clamp(0.625rem, 0.506rem + 0.509vw, 0.75rem);
    background: var(--color-orange);
    border-radius: 50%;
    border: 3px solid #fff;
    z-index: 5;
  }
}

.p-about-history__item--2009 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-about-history__item--2009 {
    margin-top: 0;
  }
}

@media (min-width: 769px) {
  .p-about-history__section--left .p-about-history__item:nth-child(3) {
    margin-top: clamp(3.75rem, 2.408rem + 5.728vw, 7.563rem);
  }
}
@media (min-width: 769px) {
  .p-about-history__section--left .p-about-history__item:nth-child(4) {
    margin-top: clamp(18.75rem, 11.048rem + 32.864vw, 40.625rem);
  }
}
@media (min-width: 769px) {
  .p-about-history__section--left .p-about-history__item:nth-child(11) {
    margin-top: clamp(80px, 10vw, 180px);
  }
}
@media (min-width: 769px) {
  .p-about-history__section--left .p-about-history__item:nth-child(12) {
    margin-top: clamp(30px, 4vw, 60px);
  }
}

@media (min-width: 769px) {
  .p-about-history__section--right .p-about-history__item:nth-child(2) {
    margin-top: clamp(1rem, 0.582rem + 1.784vw, 2.188rem);
  }
}
@media (min-width: 769px) {
  .p-about-history__section--right .p-about-history__item:nth-child(7) {
    margin-top: clamp(2rem, 1.208rem + 3.38vw, 4.25rem);
  }
}
@media (min-width: 769px) {
  .p-about-history__section--right .p-about-history__item:nth-child(11) {
    margin-top: clamp(2.5rem, 1.554rem + 4.038vw, 5.188rem);
  }
}

.p-about-history__date {
  color: var(--color-orange);
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}

.p-about-history__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.p-about-history__years {
  position: absolute;
  top: -2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-about-history__years {
    display: none;
  }
}

.p-about-history__year {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-about-history__year[data-year="2007"] {
  top: 11%;
}
.p-about-history__year[data-year="2010"] {
  top: 24%;
}
.p-about-history__year[data-year="2012"] {
  top: 40%;
}
.p-about-history__year[data-year="2016"] {
  top: 59%;
}
.p-about-history__year[data-year="2021"] {
  top: 80%;
}
.p-about-history__year[data-year=now] {
  top: 89%;
}

.p-about-history__year-bg {
  width: clamp(3.125rem, 1.585rem + 6.573vw, 7.5rem);
  height: auto;
  display: block;
}

.p-about-history__gallery {
  margin-top: clamp(3.75rem, 2.292rem + 3.038vw, 5rem);
}
.p-about-history__gallery .swiper {
  width: 100%;
}
.p-about-history__gallery .swiper-slide img {
  width: 100%;
  height: clamp(15.625rem, 13.768rem + 3.869vw, 19.125rem);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-history__gallery .swiper-pagination {
  bottom: -30px;
}

/* 運営会社 */
.p-about-company {
  padding-block: clamp(3rem, 1.944rem + 4.507vw, 6rem);
  background: var(--color-white);
}

.p-about-company__inner {
  width: min(1200px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p-about-company__title {
    text-align: center;
    white-space: nowrap;
  }
}

.p-about-company__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: clamp(1.5rem, 0.426rem + 5.369vw, 3rem);
}

.p-about-company__hero-img {
  width: 586px;
  height: 339px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-about-company__hero-img {
    width: 100%;
    height: auto;
  }
}

.p-about-company__message-title {
  text-align: center;
  font-size: clamp(1.125rem, 0.905rem + 0.939vw, 1.75rem);
  font-weight: 700;
  line-height: 1.4;
}

.p-about-company__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, -2.5rem + 8.333vw, 5rem);
  margin-top: clamp(2rem, 1.296rem + 3.005vw, 4rem);
}
@media screen and (max-width: 768px) {
  .p-about-company__content {
    grid-template-columns: 1fr;
  }
}

.p-about-company__text-item {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
}

.p-about-company__events {
  margin-top: clamp(1.5rem, 0.426rem + 5.369vw, 3rem);
}

.p-about-company__logo {
  margin-top: clamp(2rem, 1.296rem + 3.005vw, 4rem);
  text-align: center;
}
.p-about-company__logo img {
  width: 264px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-about-company__button {
  margin-top: clamp(2rem, 1.296rem + 3.005vw, 4rem);
  text-align: center;
}

.p-privacy {
  padding-block: clamp(6rem, 3.975rem + 8.638vw, 11.75rem) clamp(3rem, 1.944rem + 4.507vw, 6rem);
  width: min(1000px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.p-privacy__content {
  margin-top: clamp(2rem, 1.296rem + 3.005vw, 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5rem, 0.972rem + 2.254vw, 3rem);
}

.p-privacy__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.5rem, 0.324rem + 0.751vw, 1rem);
}

.p-privacy__heading {
  display: grid;
  grid-template-columns: 330px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-privacy__heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.p-privacy__heading-text {
  font-size: clamp(1.125rem, 0.905rem + 0.939vw, 1.75rem);
  font-weight: 700;
  line-height: normal;
}

.p-privacy__heading-line {
  width: clamp(17.5rem, 10.238rem + 30.986vw, 38.125rem);
  height: 1px;
  background-color: var(--color-black);
}

.p-privacy__text {
  font-size: clamp(0.938rem, 0.915rem + 0.094vw, 1rem);
  line-height: normal;
}

.p-404 {
  padding-block: clamp(6rem, 3.975rem + 8.638vw, 11.75rem) clamp(3rem, 1.944rem + 4.507vw, 6rem);
  width: min(1000px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

.p-404__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p-404__button {
  margin-top: clamp(2rem, 1.296rem + 3.005vw, 4rem);
  text-align: center;
}

.p-404__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(2rem, 1.296rem + 3.005vw, 4rem);
}
.p-404__icon img {
  width: clamp(11.25rem, 9.93rem + 5.634vw, 15rem);
  height: clamp(7.563rem, 7.122rem + 1.878vw, 8.813rem);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-entry {
  padding-block: 120px;
}
@media screen and (max-width: 768px) {
  .p-entry {
    padding-block: 80px;
  }
}

.p-entry__inner {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 20px;
}

.p-entry__title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 2px solid #F59E0B;
}

.p-entry__content {
  line-height: 1.8;
}

.p-entry__content p {
  margin-bottom: 1.5em;
}

.p-entry__content a {
  color: #F59E0B;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */