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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

/* フォーカス可視化（WCAG 2.1 達成基準 2.4.7 フォーカスの可視化） */
a:focus-visible,
input:focus-visible,
button:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */

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

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
html {
  scroll-padding-top: 4.375rem;
}

body {
  background: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: clip;
  text-rendering: optimizeSpeed;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.l-base-single {
  padding-top: 66px;
  padding-top: 4.125rem;
}

.l-breadcrumb {
  margin-top: 53px;
  margin-top: 3.3125rem;
  -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;
}

/* レイアウト変化を起こさず非表示（スクロール誤検知防止） */
.l-breadcrumb.is-off {
  -webkit-transform: translateY(-6.25rem);
          transform: translateY(-6.25rem);
}

.l-drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 100;
}

.l-drawer[aria-hidden=false] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-header {
  height: 70px;
  height: 4.375rem;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  width: 100%;
  z-index: 1000;
}

.l-header.is-off {
  top: -120px;
  top: -7.5rem;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 100%;
}

.c-btn01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F2F2F2;
  border: 1px solid #000;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  gap: 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  max-width: 26.25rem;
  padding: 9px 13px 10px 15px;
  padding: 0.5625rem 0.8125rem 0.625rem 0.9375rem;
  width: 100%;
}

.c-btn01__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 1;
}

.c-btn01__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 8px;
  height: 0.5rem;
  width: 46px;
  width: 2.875rem;
}

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

.c-btn02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F2F2F2;
  border: 1px solid #000;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  gap: 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 13px 10px 15px;
  padding: 0.625rem 0.8125rem 0.625rem 0.9375rem;
  width: 100%;
}

.c-btn02__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 8px;
  height: 0.5rem;
  width: 46px;
  width: 2.875rem;
}

.c-btn02__icon img {
  -o-object-fit: contain;
  display: block;
  height: 100%;
     object-fit: contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 100%;
}

.c-btn02__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 1;
}

.c-btn03 {
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  max-width: 26.25rem;
  width: 100%;
}

.c-btn03__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F2F2F2;
  border: 1px solid #000;
  border-radius: 0 0.625rem 0.625rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  padding: 11px 19px 12px;
  padding: 0.6875rem 1.1875rem 0.75rem;
  width: 100%;
}

.c-btn03--tab {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F2F2F2;
  border-left: 1px solid #000;
  border-radius: 0.625rem 0.625rem 0 0;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  cursor: default;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 9px 20px 7px;
  padding: 0.5625rem 1.25rem 0.4375rem;
}

.c-btn03__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-btn03__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 8px;
  height: 0.5rem;
  width: 45px;
  width: 2.8125rem;
}

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

.c-btn04__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  border-radius: 0 0 0.625rem 0.625rem;
  border-right: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  gap: 8px;
  gap: 0.5rem;
  height: 100%;
  line-height: 1.5;
  padding: 16px 12px 18px;
  padding: 1rem 0.75rem 1.125rem;
  text-align: center;
  width: 100%;
}

.c-btn04:first-child .c-btn04__link {
  border-left: 1px solid #000;
}

.c-btn04__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-btn04__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  width: 0.5rem;
}

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

.c-card1 {
  -moz-appearance: none;
  -webkit-appearance: none;
       appearance: none;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: block;
  font: inherit;
  margin: 0;
  overflow: hidden;
  /* ボタンリセット（モーダルトリガー用） */
  padding: 0;
  text-align: left;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.c-card1 img {
  -o-object-fit: cover;
  aspect-ratio: 131/175;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.c-no-post {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  text-align: center;
}

.c-page-title {
  border-bottom: 1px solid #000;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-top: 46px;
  padding-top: 2.875rem;
  position: relative;
  text-align: center;
}

.c-page-title__en {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.21;
}

.c-page-title__ja {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.c-page-title__sub {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 2.036;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.c-sec-heading__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  row-gap: 1rem;
}

.c-sec-heading__sub {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2E2E2E;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 900;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 7px 30px 4px 30px;
  padding: 0.4375rem 1.875rem 0.25rem 1.875rem;
}

.c-sec-heading__main {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-sec-heading__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 6px;
  margin-top: 0.375rem;
  padding: 0 28px 0 17px;
  padding: 0 1.75rem 0 1.0625rem;
}

.c-tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFE329;
  border: 1px solid #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 2px 20px 3px;
  padding: 0.125rem 1.25rem 0.1875rem;
}

.c-text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0;
  line-height: 1.8;
}

.c-title01 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 6px;
  gap: 0.375rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.c-title01__sub {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2E2E2E;
  color: #F2F2F2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Inter", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 900;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1;
  padding: 5px 30px;
  padding: 0.3125rem 1.875rem;
}

.c-title01__main {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-title02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  gap: 0.3125rem;
}

.c-title02__sub {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 900;
  line-height: 1;
}

.c-title02__main {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.c-top-heading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  row-gap: 16px;
  row-gap: 1rem;
}

.c-top-heading__tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2E2E2E;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 900;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 7px 30px 4px 30px;
  padding: 0.4375rem 1.875rem 0.25rem 1.875rem;
}

.c-top-heading__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-top-heading__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-top-heading__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 6px;
  margin-top: 0.375rem;
  padding: 0 28px 0 17px;
  padding: 0 1.75rem 0 1.0625rem;
}

.p-404 {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 110px;
  padding-top: 6.875rem;
}

.p-404__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-404__text {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-404__btn {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.p-404__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-404__heading-en {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.21;
}

.p-404__heading-ja {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.036;
}

.p-404__content .c-btn01 {
  max-width: 360px;
  max-width: 22.5rem;
}

.p-about__value-inner::before,
.p-about__company-inner::before {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  width: 100vw;
  z-index: 1;
}

.p-about__company-inner::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  width: 100vw;
  z-index: 1;
}

.p-about__value-inner:has(.is-visible)::before,
.p-about__company-inner:has(.is-visible)::before,
.p-about__company-inner:has(.is-visible)::after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-about__intro-inner,
.p-about__value-inner,
.p-about__company-inner {
  position: relative;
}

.p-about__intro-head,
.p-about__value-head,
.p-about__company-head {
  border-bottom: 1px dashed #000;
  padding: 90px 20px 10px;
  padding: 5.625rem 1.25rem 0.625rem;
}

.p-about__value-head,
.p-about__company-head {
  padding-top: 120px;
  padding-top: 7.5rem;
}

.p-about__intro-content {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-about__intro-body {
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-about__intro-heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-about__intro-text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-about__intro-text .c-text + .c-text {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-about__intro-img {
  border-top: 1px dashed #000;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-about__intro-img img {
  -o-object-fit: cover;
  aspect-ratio: 393/262;
  height: auto;
     object-fit: cover;
}

.p-about__value-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-about__value-item + .p-about__value-item {
  border-top: 1px dashed #000;
}

.p-about__value-img {
  border-bottom: 1px dashed #000;
  border-top: 1px dashed #000;
}

.p-about__value-img img {
  -o-object-fit: cover;
  aspect-ratio: 393/262;
  height: auto;
     object-fit: cover;
}

.p-about__value-num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 0;
  padding: 0.8125rem 0;
}

.p-about__value-num-label {
  font-family: "Inter", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 1.21;
}

.p-about__value-num-number {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.21;
}

.p-about__value-item-body {
  padding: 20px 20px 30px;
  padding: 1.25rem 1.25rem 1.875rem;
  position: relative;
}

.p-about__value-item-title {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-about__value-item-body::before,
.p-about__value-item-body::after {
  border-bottom: 3px solid #000;
  border-bottom: 0.1875rem solid #000;
  border-top: 3px solid #000;
  border-top: 0.1875rem solid #000;
  content: "";
  height: 35px;
  height: 2.1875rem;
  position: absolute;
  top: 16px;
  top: 1rem;
  width: 10px;
  width: 0.625rem;
}

.p-about__value-item-body::before {
  border-left: 3px solid #000;
  border-left: 0.1875rem solid #000;
  left: 20px;
  left: 1.25rem;
}

.p-about__value-item-body::after {
  border-right: 3px solid #000;
  border-right: 0.1875rem solid #000;
  right: 20px;
  right: 1.25rem;
}

.p-about__value-item-text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: justify;
}

.p-about__company-content {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-about__company-table {
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-about__company-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
  padding: 14px 0;
  padding: 0.875rem 0;
}

.p-about__company-row + .p-about__company-row {
  border-top: 1px dashed #000;
}

.p-about__company-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.5;
  width: 64px;
  width: 4rem;
}

.p-about__company-value {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.5;
}

.p-about__company-img {
  border-top: 1px dashed #000;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-about__company-img img {
  -o-object-fit: cover;
  aspect-ratio: 393/262;
  height: 100%;
     object-fit: cover;
}

.p-base-exposition__content {
  border-top: 1px solid #000;
}

.p-base-exposition__top {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 36px;
  padding-top: 2.25rem;
}

.p-base-exposition__bottom {
  border-top: 1px dashed #000;
  padding: 30px 0 38px;
  padding: 1.875rem 0 2.375rem;
}

.p-base-exposition__article h3 {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.p-base-exposition__article p {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.p-base-exposition__article ul {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.p-base-exposition__article li {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}

.p-base-exposition__article li::before {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 4px;
  height: 0.25rem;
  left: 10px;
  left: 0.625rem;
  position: absolute;
  top: 13px;
  top: 0.8125rem;
  width: 4px;
  width: 0.25rem;
}

.p-base-information__wrap {
  border: 1px solid #000;
  padding: 24px 19px 30px;
  padding: 1.5rem 1.1875rem 1.875rem;
}

.p-base-information__top {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-base-information__title .c-title02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}

.p-base-information__snsList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}

.p-base-information__snsLink img {
  display: block;
  height: 30px;
  height: 1.875rem;
  width: 30px;
  width: 1.875rem;
}

.p-base-information__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-base-information__list {
  border-top: 1px dashed #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-base-information__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 0 14px;
  padding: 0.8125rem 0 0.875rem;
}

.p-base-information__term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.5;
  width: 114px;
  width: 7.125rem;
}

.p-base-information__desc {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.5;
  width: calc(100% - 7.75rem);
  word-break: break-all;
}

.p-base-information__map {
  aspect-ratio: 313/221;
  background-color: #D9D9D9;
  width: 100%;
}

.p-base-information__map iframe {
  aspect-ratio: 313/221;
  display: block;
  height: 100%;
  width: 100%;
}

.p-base-main {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.p-base-main__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
}

.p-base-main__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  gap: 0.8125rem;
}

.p-base-main__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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;
  gap: 0.125rem;
}

.p-base-main__main {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.3;
}

.p-base-main__sub {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.5;
}

.p-base-main__read {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  line-height: 1.5;
}

.p-base-main__tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
}

.p-base-main__tag {
  font-weight: 400;
}

.p-base-main__bottom {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-base-main__slider-wrap {
  position: relative;
  width: 100%;
}

.p-base-main__slider {
  overflow: hidden;
  width: 100%;
}

.p-base-main__slider .swiper-slide {
  height: auto;
  width: 100%;
}

.p-base-main__slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-base-main__slider-img {
  aspect-ratio: 960/640;
  overflow: hidden;
  width: 100%;
}

.p-base-main__slider-img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-base-main__slider-nav {
  -webkit-transform: translate(-50%, 0);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 30px;
  bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 1;
}

.p-base-main__slider-prev.is-hidden,
.p-base-main__slider-next.is-hidden {
  display: none;
}

.p-base-main__slider-prev,
.p-base-main__slider-next {
  background: #F2F2F2;
  border: 1px solid #000;
  border-radius: 1.875rem;
  display: block;
  height: 16px;
  height: 1rem;
  padding: 0;
  position: relative;
  width: 54px;
  width: 3.375rem;
}

.p-base-main__slider-prev::after {
  -webkit-transform: translate(-50%, -50%);
  background: transparent url(../images/common/arrow_left.svg) no-repeat center/contain;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 31px;
  width: 1.9375rem;
}

.p-base-main__slider-next::after {
  -webkit-transform: translate(-50%, -50%);
  background: transparent url(../images/common/arrow_right.svg) no-repeat center/contain;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 31px;
  width: 1.9375rem;
}

.p-base-main__slider-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 900;
  gap: 10px;
  gap: 0.625rem;
  line-height: 1.5;
  text-align: center;
  width: auto;
}

@-webkit-keyframes p-base-main-progress-fill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes p-base-main-progress-fill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.p-base-main__slider-progress {
  bottom: 0;
  height: 5px;
  height: 0.3125rem;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.p-base-main__slider-progress-bar {
  background: #231815;
  height: 100%;
  width: 0%;
}

.p-base-main__thumbs {
  margin-top: 15px;
  margin-top: 0.9375rem;
  overflow: hidden;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-base-main__thumbs .swiper-wrapper {
  grid-gap: 0.375rem;
  display: grid;
  gap: 6px;
  gap: 0.375rem;
  grid-template-columns: repeat(7, 1fr);
}

.p-base-main__thumbs .swiper-slide {
  aspect-ratio: 45/45;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-base-main__thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.p-base-main__thumbs-img {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.p-base-main__thumbs .swiper-slide-thumb-active .p-base-main__thumbs-img {
  border: 3px solid #000;
}

.p-base-main__thumbs-img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-base__inner {
  position: relative;
}

.p-base__top {
  border-bottom: 1px solid #000;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  position: relative;
}

.p-base__read {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
}

.p-base__list {
  grid-row-gap: 1.875rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
  row-gap: 30px;
  row-gap: 1.875rem;
}

.p-base__wrap {
  padding: 56px 20px 30px;
  padding: 3.5rem 1.25rem 1.875rem;
}

.p-base__text {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: justify;
}

.p-base__btn {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-base__img {
  border-top: 1px dashed #000;
}

.p-base__img img {
  -o-object-fit: cover;
  aspect-ratio: 393/262;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 27px;
  height: 1.6875rem;
  overflow: hidden;
}

.p-breadcrumb__inner {
  padding-left: 130px;
  padding-left: 8.125rem;
}

.p-breadcrumb__wrapper {
  font-size: 0;
  white-space: nowrap;
}

.p-breadcrumb__wrapper span[property=itemListElement] {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}

.p-breadcrumb__wrapper span[property=itemListElement],
.p-breadcrumb span[property=itemListElement] a,
.p-breadcrumb .current-item,
.p-breadcrumb span[property=itemListElement]::before {
  display: inline-block;
  vertical-align: middle;
}
.p-breadcrumb span[property=itemListElement] a {
  margin: 0 -10px;
  margin: 0 -0.625rem;
  padding: 7.5px 10px;
  padding: 0.46875rem 0.625rem;
  -webkit-transition: none;
  transition: none;
}

.p-breadcrumb span[property=itemListElement]:first-child a {
  background: url(../images/common/breadcrumb-home.svg) no-repeat center/17px 15px;
  background: url(../images/common/breadcrumb-home.svg) no-repeat center/1.0625rem 0.9375rem;
  display: inline-block;
  height: 27px;
  height: 1.6875rem;
  margin: 0 -10px;
  margin: 0 -0.625rem;
  overflow: hidden;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  width: 37px;
  width: 2.3125rem;
}

.p-breadcrumb .current-item {
  display: inline-block;
  max-width: clamp(85px, 100vw - 309px, 100%);
  max-width: clamp(5.3125rem, 100vw - 309px, 100%);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-breadcrumb span[property=itemListElement]:nth-child(n+2) {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.p-breadcrumb span[property=itemListElement]:nth-child(n+2)::before {
  aspect-ratio: 4/8;
  background: url(../images/common/breadcrumb-arrow.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: auto;
  margin-right: 20px;
  margin-right: 1.25rem;
  width: 4px;
  width: 0.25rem;
}

.p-contact__body {
  border-bottom: 1px solid #000;
}

.p-contact__body-inner {
  padding: 60px 20px 90px;
  padding: 3.75rem 1.25rem 5.625rem;
}

.p-contact__intro {
  font-family: "Inter", sans-serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 400;
  line-height: 1.444;
}

.p-contact__policy {
  margin-top: 85px;
  margin-top: 5.3125rem;
}

.p-contact__policy-title {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 400;
  line-height: 1.444;
}

.p-contact__policy-box {
  background-color: #fff;
  border: 1px solid #000;
  margin-top: 16px;
  margin-top: 1rem;
  max-height: 375px;
  max-height: 23.4375rem;
  overflow-y: auto;
  padding: 20px;
  padding: 1.25rem;
  scrollbar-color: #D9D9D9 #fff;
  scrollbar-width: thin;
}

.p-contact__policy-box::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 19.5px;
}

.p-contact__policy-box::-webkit-scrollbar-track {
  background: #fff;
}

.p-contact__policy-content {
  color: #111111;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.8;
}

.p-contact__policy-content p + p {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-contact__policy-content-title {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

/* （the_content()で出力したものへのスタイル） */
.wp-block-file a,
.p-content p,
.p-content li,
.p-content th,
.p-content td {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.p-content h2 {
  border: 3px solid #000;
  border: 0.1875rem solid #000;
  display: inline-block;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  position: relative;
}

.p-content h2::before,
.p-content h2::after {
  background: #F2F2F2;
  content: "";
  height: 5px;
  height: 0.3125rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 0.875rem);
}

.p-content h2::before {
  top: -4px;
  top: -0.25rem;
}

.p-content h2::after {
  bottom: -4px;
  bottom: -0.25rem;
}

.p-content h3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 20px;
  gap: 1.25rem;
  line-height: 1.5;
}

.p-content h3::before {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-left: 3px solid #000;
  border-left: 0.1875rem solid #000;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0;
}

.p-content h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-content h2:nth-of-type(1) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-content h2:nth-of-type(n + 2) {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-content figure:nth-child(n+2) {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.wp-block-file,
.p-content p:nth-child(n+2),
.p-content h3:nth-child(n+2),
.p-content h4:nth-child(n+2),
.p-content ul:nth-child(n+2),
.p-content ol:nth-child(n+2),
.p-content blockquote:nth-child(n+2),
.p-content h2 + ul:nth-of-type(n + 2),
.p-content h2 + ol:nth-of-type(n + 2),
.p-content ol > li > ol:nth-of-type(n + 2),
.p-content figure {
  margin-top: 22px;
  margin-top: 1.375rem;
  max-width: 100%;
}

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

.p-content strong {
  font-weight: 700;
}

.p-content a {
  word-wrap: break-word;
  word-wrap: break-word;
  text-decoration: underline;
}

.p-content a[target=_blank]::after {
  background: url(../images/common/icon-external-link.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: 14px;
  height: 0.875rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
  vertical-align: middle;
  width: 14px;
  width: 0.875rem;
}

.p-content img {
  max-width: 100%;
  width: 100%;
}

.p-content blockquote {
  background-color: #D6D6D6;
  border-left: 3px solid #000;
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
}

.p-content blockquote p {
  font-family: "Inter", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.5;
}

.p-content blockquote cite {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-style: normal;
  line-height: 1.5;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-content li {
  color: #0A0A0A;
  line-height: 1.8;
}

.p-content ul > li {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding-left: 1em;
  text-indent: -1em;
}

.p-content ul > li:last-child {
  margin-bottom: 0;
}

.p-content ul > li::before {
  content: "・";
}

.p-content li > ul,
.p-content li > ol {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-content ul > li ol {
  counter-reset: number 0;
}

.p-content ul > li ol > li {
  padding-left: 2em;
  text-indent: -2em;
}

.p-content ul > li ol > li::before {
  content: "(" counter(number) ") ";
  counter-increment: number 1;
}

.p-content > ol {
  counter-reset: number 0;
}

.p-content > ol > li {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}
.p-content > ol > li:last-child {
  margin-bottom: 0;
}

.p-content > ol > li:nth-child(n+10) {
  text-indent: -24px;
  text-indent: -1.5rem;
}

.p-content > ol > li::before {
  content: counter(number) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li::before {
  content: counter(number, lower-alpha) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li > ol > li {
  padding-left: 22px;
  padding-left: 1.375rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(1) {
  text-indent: -12px;
  text-indent: -0.75rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(2) {
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(n+3) {
  text-indent: -20px;
  text-indent: -1.25rem;
}

.p-content > ol > li > ol > li > ol > li::before {
  content: counter(number, lower-roman) ". ";
  counter-increment: number 1;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  float: none;
  margin-left: auto;
}

.p-content figcaption {
  color: #0A0A0A;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-content th {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: left;
}

.p-content td {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

.p-content tr:nth-child(odd) th,
.p-content tr:nth-child(odd) td {
  background-color: #f9f9fb;
}

.p-content tr:nth-child(even) th,
.p-content tr:nth-child(even) td {
  background-color: #e5e8ed;
}

.p-content .wp-block-table thead {
  border-bottom: none;
}

.p-content .wp-block-group {
  background-color: #f7f8f8;
  border-radius: 1rem;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 300;
  line-height: 2;
  padding: 24px;
  padding: 1.5rem;
}

.wp-block-file:not(.wp-element-button) a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
}

.wp-block-file:not(.wp-element-button) a::before {
  aspect-ratio: 1/1;
  background: url(../images/common/icon_pdf.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  width: 24px;
  width: 1.5rem;
}

.p-cta-contact {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 120px;
  padding-top: 7.5rem;
}

.p-cta-contact--front {
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}

.p-cta-contact__link {
  border: 1px solid #000;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-cta-contact__img {
  border-radius: 0.625rem 0.625rem 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  width: 100%;
}

.p-cta-contact__img img {
  -o-object-fit: cover;
  aspect-ratio: 353/235;
  display: block;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-cta-contact__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFE329;
  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;
  padding: 30px 10px 25px;
  padding: 1.875rem 0.625rem 1.5625rem;
}

.p-cta-contact__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2E2E2E;
  color: #F2F2F2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Inter", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 900;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1;
  padding: 5px 30px;
  padding: 0.3125rem 1.875rem;
  position: relative;
  z-index: 1;
}

.p-cta-contact__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 6px;
  margin-top: 0.375rem;
  position: relative;
  z-index: 1;
}

.p-cta-contact__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 5px;
  margin-top: 0.3125rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.p-cta-links {
  padding-top: 120px;
  padding-top: 7.5rem;
}

.p-cta-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  list-style: none;
}

.p-cta-links__item:first-child .p-cta-links__img {
  border-radius: 0.625rem 0.625rem 0 0;
}

.p-cta-links__item:last-child .p-cta-links__img {
  border-radius: 0 0 0.625rem 0.625rem;
}

.p-cta-links__link {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-cta-links__img {
  aspect-ratio: 353/235;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-cta-links__img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-cta-links__btn-wrap {
  -webkit-transform: translate(-50%, 0);
  bottom: 11px;
  bottom: 0.6875rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 94.3342776204%;
}

.p-cta-links__btn-wrap .c-btn01 {
  max-width: 100%;
}

.p-drawer {
  background-color: #F2F2F2;
  padding: 115px 40px 80px;
  padding: 7.1875rem 2.5rem 5rem;
}

.p-drawer__inner {
  margin: 0 auto;
  max-width: 313px;
  max-width: 19.5625rem;
}

.p-drawer__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 45px;
  row-gap: 2.8125rem;
}

.p-drawer__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  row-gap: 15px;
  row-gap: 0.9375rem;
}

.p-drawer__nav-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.036;
}

.p-drawer__nav-en {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.21;
}

.p-drawer__contact {
  border-top: 1px solid #000;
  margin-top: 109px;
  margin-top: 6.8125rem;
  padding-top: 28px;
  padding-top: 1.75rem;
}

.p-drawer__contact-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFE329;
  border: 1px solid #000;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  max-width: 313px;
  max-width: 19.5625rem;
  padding: 20px 50px;
  padding: 1.25rem 3.125rem;
  row-gap: 10px;
  row-gap: 0.625rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  width: 100%;
}

.p-footer {
  background-color: #2E2E2E;
  color: #fff;
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.p-footer__top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-footer__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  width: 7.5rem;
}

.p-footer__logo a {
  display: block;
  height: 100%;
  width: 100%;
}

.p-footer__logo img {
  -o-object-fit: contain;
  aspect-ratio: 120/74;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-footer__bottom {
  border-bottom: 1px solid #fff;
  margin-top: 34px;
  margin-top: 2.125rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}

.p-footer__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  gap: 0.5625rem;
}

.p-footer__nav-item {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 2.036;
}

.p-footer__copyright {
  font-family: "Inter", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.1875;
  margin-top: 17px;
  margin-top: 1.0625rem;
  text-align: center;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.p-form__items {
  margin-top: 30px;
  margin-top: 1.875rem;
  position: relative;
}

.p-form__item {
  border-bottom: 1px solid #D6D6D6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  gap: 1.5625rem;
  padding: 45px 0;
  padding: 2.8125rem 0;
}

.p-form__item:first-child {
  border-top: 1px solid #D6D6D6;
}

.p-form__dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 10px;
  gap: 0.625rem;
}

.p-form__label {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-form__badge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 4px 5px 5px;
  padding: 0.25rem 0.3125rem 0.3125rem;
}

.p-form__badge--required {
  background-color: #FF0000;
  color: #fff;
}

.p-form__badge--optional {
  background-color: #fff;
  border: 1px solid #000;
  color: #333333;
}

.p-form__dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-form__dd input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.p-form__dd select,
.p-form__dd textarea {
  background-color: #fff;
  border: 1px solid #444444;
  display: block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  height: 51px;
  height: 3.1875rem;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  width: 100%;
}

.p-form__dd textarea {
  height: 100px;
  height: 6.25rem;
}

.p-form__dd input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
.p-form__dd select:focus,
.p-form__dd textarea:focus {
  border-color: #000;
  outline: 2px solid #000;
  outline-offset: -2px;
}

.p-form__dd input::-moz-placeholder, .p-form__dd textarea::-moz-placeholder {
  color: #8f8f8f;
}

.p-form__dd input::-webkit-input-placeholder, .p-form__dd textarea::-webkit-input-placeholder {
  color: #8f8f8f;
}

.p-form__dd input:-ms-input-placeholder, .p-form__dd textarea:-ms-input-placeholder {
  color: #8f8f8f;
}

.p-form__dd input::-ms-input-placeholder, .p-form__dd textarea::-ms-input-placeholder {
  color: #8f8f8f;
}

.p-form__dd input::placeholder,
.p-form__dd textarea::placeholder {
  color: #8f8f8f;
}

.p-form__select-wrap,
.p-form__dd .wpcf7-form-control-wrap:has(select) {
  display: block;
  position: relative;
}

.p-form__select-wrap::after,
.p-form__dd .wpcf7-form-control-wrap:has(select)::after {
  border-color: #231815 transparent transparent transparent;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-width: 0.5625rem 0.5625rem 0 0.5625rem;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  top: 25.5px;
  top: 1.59375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
}

.p-form__select-wrap select,
.p-form__dd select {
  padding-right: 45px;
  padding-right: 2.8125rem;
}

.p-form__company-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
}

.p-form__company-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
}

.p-form__company-col,
.p-form__company-fields > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-form__company-col .wpcf7-form-control-wrap,
.p-form__company-fields > div:first-child .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-form__sub-label {
  color: #333333;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-form__hint {
  color: #333333;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-form__checkbox-list {
  grid-gap: 0.75rem 0.9375rem;
  display: grid;
  gap: 12px 15px;
  gap: 0.75rem 0.9375rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-form__checkbox-note {
  color: #333333;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-form__dd .wpcf7-checkbox {
  grid-gap: 0.75rem 0.9375rem;
  display: grid;
  gap: 12px 15px;
  gap: 0.75rem 0.9375rem;
  grid-template-columns: repeat(2, minmax(0, auto));
  overflow: visible;
}

.p-form__dd .wpcf7-list-item {
  cursor: pointer;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.8;
  overflow: visible;
}

.p-form__dd input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 39px;
  padding-left: 2.4375rem;
  position: relative;
}

.p-form__dd input[type=checkbox] + span::before {
  background-color: #fff;
  border: 1px solid #000;
  content: "";
  display: block;
  height: 23px;
  height: 1.4375rem;
  left: 0;
  position: absolute;
  top: 3px;
  top: 0.1875rem;
  width: 23px;
  width: 1.4375rem;
}

.p-form__dd input[type=checkbox]:focus-visible + span::before {
  -webkit-box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #000;
          box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #000;
}

.p-form__dd input[type=checkbox] + span::after {
  border-bottom: 3px solid #000;
  border-bottom: 0.1875rem solid #000;
  border-left: 3px solid #000;
  border-left: 0.1875rem solid #000;
  content: "";
  display: block;
  height: 8px;
  height: 0.5rem;
  left: 4px;
  left: 0.25rem;
  opacity: 0;
  position: absolute;
  top: 8px;
  top: 0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 15px;
  width: 0.9375rem;
}

.p-form__dd input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-form__confirm {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 45px;
  margin-top: 2.8125rem;
  text-align: center;
}

.p-form__confirm p:last-child {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.p-form__send {
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  max-width: 360px;
  max-width: 22.5rem;
  position: relative;
  width: 100%;
}

.p-form__send input[type=submit] {
  background-color: #231815;
  border-radius: 0.3125rem;
  color: #F2F2F2;
  cursor: pointer;
  display: block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 1;
  padding: 24px 30px;
  padding: 1.5rem 1.875rem;
  text-align: left;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}

.p-form__send::after {
  background: url("data:image/svg+xml,%3Csvg width='46' height='8' viewBox='0 0 46 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.8519 4.07991C46.0494 3.8825 46.0494 3.56244 45.8519 3.36503L42.635 0.148083C42.4376 -0.0493254 42.1175 -0.0493254 41.9201 0.148083C41.7227 0.34549 41.7227 0.665552 41.9201 0.86296L44.7796 3.72247L41.9201 6.58198C41.7227 6.77939 41.7227 7.09945 41.9201 7.29685C42.1175 7.49426 42.4376 7.49426 42.635 7.29685L45.8519 4.07991ZM0 3.72247V4.22796H45.4945V3.72247V3.21697H0V3.72247Z' fill='%23F2F2F2'/%3E%3C/svg%3E") no-repeat center/contain;
  content: "";
  height: 8px;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 30px;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 46px;
  width: 2.875rem;
}

.p-form__send input[type=submit]:focus-visible {
  outline: 2px solid #0066FF;
  outline-offset: 2px;
}
.p-header-nav {
  background-color: #F2F2F2;
  margin-top: 53px;
  margin-top: 3.3125rem;
  padding: 64px 40px 80px;
  padding: 4rem 2.5rem 5rem;
}

.p-header-nav__inner {
  margin: 0 auto;
  max-width: 313px;
  max-width: 19.5625rem;
}

.p-header-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  row-gap: 43px;
  row-gap: 2.6875rem;
}

.p-header-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  row-gap: 6px;
  row-gap: 0.375rem;
}

.p-header-nav__link:hover {
  opacity: 1;
}

.p-header-nav__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.p-header-nav__en {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.21;
}

.p-header-nav__contact {
  border-bottom: 1px solid #000;
  margin-top: 43px;
  margin-top: 2.6875rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}

.p-header-nav__contact-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFE329;
  border: 1px solid #000;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  max-width: 313px;
  max-width: 19.5625rem;
  min-height: 72px;
  min-height: 4.5rem;
  padding: 17px 50px 14px;
  padding: 1.0625rem 3.125rem 0.875rem;
  row-gap: 1px;
  row-gap: 0.0625rem;
  width: 100%;
}

.p-header-nav__contact-ja {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}

.p-header-nav__contact-en {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  line-height: 1.21;
}

.p-header-nav__sns {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-header-nav__sns-List {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-header-nav__sns-Item-instagram,
.p-header-nav__sns-Item-x {
  width: 30px;
  width: 1.875rem;
}

.p-header-nav__sns-Item-youtube {
  width: 34px;
  width: 2.125rem;
}

.p-header-nav__sns-Link img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-header__inner {
  background: #F2F2F2;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  height: 53px;
  height: 3.3125rem;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.p-header__logo-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F2F2F2;
  border-bottom: 1px solid #000;
  border-radius: 0 0 0.625rem 0;
  border-right: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 80px;
  height: 5rem;
  left: 0;
  padding-left: 25px;
  padding-left: 1.5625rem;
  pointer-events: auto;
  position: absolute;
  top: 0;
  width: 120px;
  width: 7.5rem;
  z-index: 105;
}

.p-header__logo-link {
  display: block;
}

.p-header__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 70/43;
  display: block;
  height: auto;
     object-fit: contain;
  width: 70px;
  width: 4.375rem;
}

.p-header__menu-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
  height: 38px;
  height: 2.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: 15px;
  margin-right: 0.9375rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 38px;
  width: 2.375rem;
  z-index: 101;
}

.p-header__menu-button[aria-expanded=true] {
  margin-right: 7px;
  margin-right: 0.4375rem;
}

.p-header__menu-button span {
  background-color: #000;
  border-radius: 100vw;
  display: block;
  height: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 18px;
  width: 1.125rem;
}

/* ドロワーメニュー展開時（×に変化） */
.p-header__menu-button[aria-expanded=true] span:nth-child(1) {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-header__menu-button[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}

.p-header__menu-button[aria-expanded=true] span:nth-child(3) {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-member-card {
  -moz-appearance: none;
  -webkit-appearance: none;
       appearance: none;
  aspect-ratio: 393/393;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: block;
  font: inherit;
  margin: 0;
  overflow: hidden;
  /* ボタンリセット（モーダルトリガー用） */
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

.p-member-card__img {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.p-member-card__img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.p-member-card__overlay {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  bottom: 19px;
  bottom: 1.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  max-width: 31.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.p-member-card__role {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F2F2F2;
  border: 1px solid #000;
  border-bottom: none;
  border-radius: 0.3125rem 0.3125rem 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1px 19px 3px;
  padding: 0.0625rem 1.1875rem 0.1875rem;
  text-align: left;
}

.p-member-card__name-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F2F2F2;
  border: 1px solid #000;
  border-radius: 0 0.3125rem 0.3125rem 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 20px 9px;
  padding: 0.3125rem 1.25rem 0.5625rem;
  position: relative;
  width: 100%;
}

.p-member-card__name-wrap::before {
  -webkit-transform: translate(0, -50%);
  background: #000;
  border-radius: 1.5625rem;
  content: "";
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  right: 19px;
  right: 1.1875rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 13px;
  width: 0.8125rem;
}

.p-member-card__name-wrap::after {
  -webkit-transform: translate(0, -50%);
  background: #000;
  border-radius: 1.5625rem;
  content: "";
  height: 13px;
  height: 0.8125rem;
  position: absolute;
  right: 24.5px;
  right: 1.53125rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  width: 0.0625rem;
}

.p-member-card__overlay.is-no-role .p-member-card__name-wrap {
  border-radius: 0.3125rem;
}

.p-member-card__name {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1;
}

.p-member__inner {
  position: relative;
}

.p-member__top {
  border-bottom: 1px solid #000;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  position: relative;
}

.p-member__read {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
}

.p-member__wrap {
  border-top: 1px solid #000;
  position: relative;
}

.p-member__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  list-style: none;
}

.p-member__item .p-member-card__img {
  border-bottom: 1px solid #000;
}

.p-member__item:nth-child(2n) .p-member-card__img {
  border-right: none;
}

.p-member__no-post {
  border-top: 1px solid #000;
  padding: 60px 20px;
  padding: 3.75rem 1.25rem;
  text-align: center;
}

.p-modal {
  background-color: rgba(35, 24, 21, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding-top: 14vh;
  position: fixed;
  text-align: center;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}

.p-modal.active {
  opacity: 1;
  visibility: visible;
}

.p-modal__wrapper {
  height: 72.4vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 91.4666666667%;
}

.p-modal__btn {
  -moz-column-gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #231815;
  border-radius: 0 0.625rem 0 0.375rem;
       -webkit-column-gap: 0.3125rem;
               column-gap: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  height: 3.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  width: 3.375rem;
  z-index: 3;
}

.p-modal__btn--icon {
  position: relative;
}

.p-modal__btn--line {
  background-color: #fff;
  display: block;
  height: 2px;
  height: 0.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 25px;
  width: 1.5625rem;
}

.p-modal__btn--line:nth-child(2) {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-modal__btn--line:nth-child(1) {
  -webkit-transform: translate(0.03125rem, 0.1875rem) rotate(45deg);
          transform: translate(0.03125rem, 0.1875rem) rotate(45deg);
  width: 27px;
  width: 1.6875rem;
}

.p-modal__btn--line:nth-child(2) {
  -webkit-transform: translate(0, -0.25rem) rotate(-45deg);
          transform: translate(0, -0.25rem) rotate(-45deg);
  width: 27px;
  width: 1.6875rem;
}

.p-modal__inner {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  padding: 1.25rem;
}

.p-modal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
  text-align: left;
}

.p-modal__img-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 100%;
}

.p-modal__img-inner {
  aspect-ratio: 1;
  background: #F2F2F2;
  border: 1px solid #000;
  overflow: hidden;
}

.p-modal__img-inner img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-modal__label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.036;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.p-modal__name-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}

.p-modal__name {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-modal__name-en {
  font-family: "Inter", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  line-height: 1;
}

.p-modal__content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-modal__content p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

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

.p-modal__qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-modal__qa-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.p-modal__qa-q {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}

.p-modal__qa-a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.p-modal__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-modal__snsItem {
  width: 30px;
  width: 1.875rem;
}

.p-modal__snsLink img {
  -o-object-fit: cover;
  aspect-ratio: 30/30;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-modal__inner--swiper {
  overflow: hidden;
  position: relative;
}

.p-modal__swiper {
  height: 100%;
  width: 100%;
}

.p-modal__swiper .swiper-slide {
  height: auto;
}

.p-modal__slide-inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.p-modal__nav {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  display: block;
  height: 40px;
  height: 2.5rem;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  width: 2.5rem;
  z-index: 2;
}

.p-modal__nav--prev {
  left: -12px;
  left: -0.75rem;
}

.p-modal__nav--next {
  right: -12px;
  right: -0.75rem;
}

.p-modal__nav--prev::after {
  -webkit-transform: translate(-50%, -50%);
  background: transparent url(../images/common/arrow_left.svg) no-repeat center/contain;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 31px;
  width: 1.9375rem;
}

.p-modal__nav--next::after {
  -webkit-transform: translate(-50%, -50%);
  background: transparent url(../images/common/arrow_right.svg) no-repeat center/contain;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 31px;
  width: 1.9375rem;
}

.p-modal__nav.is-hidden {
  display: none !important;
}

.p-mv {
  margin-top: 53px;
  margin-top: 3.3125rem;
  min-height: 500px;
  min-height: 31.25rem;
  position: relative;
}

.p-mv__inner {
  position: relative;
}

.p-mv__wrap {
  height: 100%;
  position: relative;
  width: 100%;
}

.p-mv__read {
  left: 2.5445292621%;
  position: absolute;
  top: 81px;
  top: 5.0625rem;
  width: 45.8015267176%;
  z-index: 3;
}

.p-mv__read img {
  -o-object-fit: cover;
  aspect-ratio: 180/257;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-mv__slider {
  border-bottom: 1px solid #000;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-mv__slider .swiper-slide {
  height: 100%;
  width: 100%;
}

.p-mv__slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-mv__slider-img {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.p-mv__slider-img img {
  -o-object-fit: cover;
  aspect-ratio: 393/393;
  display: block;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-mv__slider-nav {
  -webkit-transform: translate(-50%, 0);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  position: absolute;
  top: 102.5vw;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 5;
}

.p-mv__slider-nav.is-hidden {
  display: none;
}

.p-mv__slider-prev,
.p-mv__slider-next {
  background: #F2F2F2;
  border: 1px solid #000;
  border-radius: 1.875rem;
  display: block;
  height: 16px;
  height: 1rem;
  padding: 0;
  position: relative;
  width: 54px;
  width: 3.375rem;
}

.p-mv__slider-prev::after {
  -webkit-transform: translate(-50%, -50%);
  background: transparent url(../images/common/arrow_left.svg) no-repeat center/contain;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 31px;
  width: 1.9375rem;
}

.p-mv__slider-next::after {
  -webkit-transform: translate(-50%, -50%);
  background: transparent url(../images/common/arrow_right.svg) no-repeat center/contain;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 31px;
  width: 1.9375rem;
}

.p-mv__slider-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 900;
  gap: 10px;
  gap: 0.625rem;
  line-height: 1.5;
  text-align: center;
  width: auto;
}

@-webkit-keyframes p-mv-progress-fill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes p-mv-progress-fill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.p-mv__slider-progress {
  bottom: 0;
  height: 5px;
  height: 0.3125rem;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.p-mv__slider-progress-bar {
  background: #000;
  height: 100%;
  width: 0%;
}

.p-mv__textslider {
  margin-top: 42px;
  margin-top: 2.625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 100%;
}

.p-mv__body {
  width: 100%;
}

.p-mv__body-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.p-mv__body-link.c-btn03 {
  margin-left: 0;
  margin-right: 0;
  max-width: -moz-fit-content;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-mv__body-tab.c-btn03--tab {
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.p-mv__body-desc {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0 0.625rem 0.625rem 0;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.5;
  padding: 7px 20px 9px 19px;
  padding: 0.4375rem 1.25rem 0.5625rem 1.1875rem;
  position: relative;
  z-index: 1;
}

.p-mv__body-text {
  background: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  border-top: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  padding: 13px 20px 14px 19px;
  padding: 0.8125rem 1.25rem 0.875rem 1.1875rem;
  width: auto;
}

.p-mv__body-text .c-btn03__text {
  text-decoration: underline;
}

/* ------------------------------
p-mv ファーストビュー 順次フェードイン（js-fade-inベース）
① slider + nav → ② read → ③ textslider
------------------------------ */
.p-mv__wrap .js-mv-fade-in {
  opacity: 0;
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.p-mv__wrap.is-mv-ready .js-mv-fade-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.p-mv__wrap .js-mv-fade-in--delay-1 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.p-mv__wrap .js-mv-fade-in--delay-2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.p-mv__wrap .js-mv-fade-in--delay-3 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

/* p-mv__read: SPはtransformなし / PCは transform: translate(0, -50%) を維持 */
.p-mv__wrap .p-mv__read.js-mv-fade-in {
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
}

.p-mv__wrap.is-mv-ready .p-mv__read.js-mv-fade-in {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* p-mv__slider-nav: SPで transform: translate(-50%, 0) を維持 */
.p-mv__wrap .p-mv__slider-nav.js-mv-fade-in {
  -webkit-transform: translate(-50%, 1.875rem);
          transform: translate(-50%, 1.875rem);
}

.p-mv__wrap.is-mv-ready .p-mv__slider-nav.js-mv-fade-in {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.p-pagenavi .nav-links,
.p-pagenavi .wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pagenavi .page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  min-width: 40px;
  min-width: 2.5rem;
  padding: 0 12px;
  padding: 0 0.75rem;
}

.p-pagenavi .page-numbers.current {
  background-color: #000;
  color: #fff;
}

.p-pagenavi .nav-links::before,
.p-pagenavi .wp-pagenavi::before {
  content: "";
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.p-pagenavi .page-numbers.prev,
.p-pagenavi .page-numbers.next {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  gap: 14px;
  gap: 0.875rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.p-pagenavi .page-numbers.prev::before {
  content: "<";
  font-size: 16px;
  font-size: 1rem;
}

.p-pagenavi .page-numbers.next::after {
  content: ">";
  font-size: 16px;
  font-size: 1rem;
}

.p-pagenavi .page-numbers.dots {
  border: none;
  min-width: auto;
  padding: 0;
}

.p-pagenavi .first,
.p-pagenavi .last,
.p-pagenavi .current,
.p-pagenavi .extend,
.p-pagenavi .page {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  min-width: 40px;
  min-width: 2.5rem;
  padding: 0 12px;
  padding: 0 0.75rem;
}

.p-pagenavi .current {
  background-color: #000;
  color: #fff;
}

.p-pagenavi .extend {
  border: none;
  min-width: auto;
  padding: 0;
}

.p-pagenavi .previouspostslink,
.p-pagenavi .nextpostslink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  min-width: 40px;
  min-width: 2.5rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding: 0 12px;
  padding: 0 0.75rem;
}

.p-pagenavi .page-numbers:not(.current):not(.dots):hover {
  background-color: #000;
  color: #fff;
}

.p-pagenavi .first:hover,
.p-pagenavi .last:hover,
.p-pagenavi .page:hover,
.p-pagenavi .previouspostslink:hover,
.p-pagenavi .nextpostslink:hover {
  background-color: #000;
  color: #fff;
}

.p-possible__inner {
  position: relative;
}

.p-possible__top {
  border-bottom: 1px solid #000;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  padding-top: 26px;
  padding-top: 1.625rem;
  position: relative;
}

.p-possible__read {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
}

.p-possible__middle {
  position: relative;
}

.p-possible__middle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-possible__middle-list .c-btn04 {
  min-width: 0;
  width: 33.3333333333%;
}

.p-possible__section {
  padding-top: 88px;
  padding-top: 5.5rem;
}

.p-possible__section:nth-child(n+2) {
  border-top: 1px solid #000;
}

.p-possible__section-content {
  position: relative;
}

.p-possible__section-head {
  border-bottom: 1px dashed #000;
  padding: 0 20px 30px;
  padding: 0 1.25rem 1.875rem;
}

.p-possible__section-read {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-possible__section-body {
  border-bottom: 1px dashed #000;
  padding: 30px 20px 28px;
  padding: 1.875rem 1.25rem 1.75rem;
}

.p-possible__section-wrap {
  grid-row-gap: 1.75rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 28px;
  row-gap: 1.75rem;
}

.p-possible__section-term {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 4px 27px 0;
  padding: 0.25rem 1.6875rem 0;
}

.p-possible__section-tagList {
  -moz-column-gap: 0.5625rem;
       -webkit-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 14px;
  margin-top: 0.875rem;
  row-gap: 5px;
  row-gap: 0.3125rem;
}

.p-possible__section-list {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-possible__section-listItem {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}

.p-possible__section-listItem::before {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 4px;
  height: 0.25rem;
  left: 10px;
  left: 0.625rem;
  position: absolute;
  top: 9px;
  top: 0.5625rem;
  width: 4px;
  width: 0.25rem;
}

.p-possible__section-btn {
  margin-top: 34px;
  margin-top: 2.125rem;
  width: 100%;
}

.p-possible__section-images {
  overflow: hidden;
  position: relative;
}

.p-possible__section-swiper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.p-possible__section-swiper .swiper-slide {
  height: auto;
  width: 100%;
}

.p-possible__section-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-possible__section-img {
  aspect-ratio: 393/262;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

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

.p-possible__section-swiper-nav {
  -webkit-transform: translate(-50%, 0);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 30px;
  bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 1;
}

.p-possible__section-swiper-nav.is-hidden {
  display: none;
}

.p-possible__section-swiper-prev,
.p-possible__section-swiper-next {
  background: #F2F2F2;
  border: 1px solid #000;
  border-radius: 1.875rem;
  display: block;
  height: 16px;
  height: 1rem;
  padding: 0;
  position: relative;
  width: 54px;
  width: 3.375rem;
}

.p-possible__section-swiper-prev::after {
  -webkit-transform: translate(-50%, -50%);
  background: transparent url(../images/common/arrow_left.svg) no-repeat center/contain;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 31px;
  width: 1.9375rem;
}

.p-possible__section-swiper-next::after {
  -webkit-transform: translate(-50%, -50%);
  background: transparent url(../images/common/arrow_right.svg) no-repeat center/contain;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 31px;
  width: 1.9375rem;
}

.p-possible__section-swiper-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 900;
  gap: 14px;
  gap: 0.875rem;
  line-height: 1.5;
  text-align: center;
  width: auto;
}

.p-post-list__items {
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
}

.p-post-list__item {
  border-bottom: 1px solid #000;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}

.p-post-list__link:hover {
  opacity: 1;
}

.p-post-list__link {
  display: block;
}

.p-post-list__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}

.p-post-list__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  gap: 0.75rem;
}

.p-post-list__date {
  font-family: "Inter", sans-serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.21;
}

.p-post-list__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  gap: 0.75rem;
}

.p-post-list__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #231815;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
}

.p-post-list__title {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.5;
}

.p-post-list__title span {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#000, #000) 100% 100%/0 1px no-repeat;
  background-position: bottom left;
  background-size: 0 1px;
  display: inline;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.p-post-list__link:hover .p-post-list__title span {
  background-size: 100% 1px;
}

.p-post-list__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 180px;
  width: 11.25rem;
}

.p-post-list__img img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: 100%;
     object-fit: cover;
}

.p-post-list__pagenavi {
  border-bottom: 1px solid #000;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
}

.p-post-list__no-post {
  padding: 60px 20px;
  padding: 3.75rem 1.25rem;
  text-align: center;
}

.p-single {
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-single__article {
  margin: 0 auto;
  max-width: 960px;
  max-width: 60rem;
}

.p-single__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 90px;
  margin-top: 5.625rem;
}

.p-single__date {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.21;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-single__thumbnail {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-single__thumbnail img {
  -o-object-fit: cover;
  aspect-ratio: 353/235;
  height: auto;
     object-fit: cover;
}

.p-single__back {
  margin-top: 60px;
  margin-top: 3.75rem;
  width: 239px;
}

.p-thanks {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 110px;
  padding-top: 6.875rem;
}

.p-thanks__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-thanks__text {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-thanks__btn {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.p-thanks__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-thanks__heading-en {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.21;
}

.p-thanks__heading-ja {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.036;
}

.p-thanks__content .c-btn01 {
  max-width: 360px;
  max-width: 22.5rem;
}

.p-top-about {
  padding-bottom: 52px;
  padding-bottom: 3.25rem;
  padding-top: 130px;
  padding-top: 8.125rem;
}

.p-top-about__link {
  background-color: #F2F2F2;
  border: 1px solid #000;
  border-radius: 0.625rem;
  display: block;
  position: relative;
}

.p-top-about__badge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 900;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 20px;
  left: 1.25rem;
  line-height: 1;
  padding: 5px 30px 5px;
  padding: 0.3125rem 1.875rem 0.3125rem;
  position: absolute;
  top: -13px;
  top: -0.8125rem;
  z-index: 1;
}

.p-top-about__badge-text {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 900;
  line-height: 1.1;
}

.p-top-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-top-about__body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 19px 30px;
  padding: 1.875rem 1.1875rem 1.875rem;
}

.p-top-about__copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-about__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-top-about__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: -0.011em;
  line-height: 1.75;
  margin-top: 4px;
  margin-top: 0.25rem;
  padding: 0 6px 0 18px;
  padding: 0 0.375rem 0 1.125rem;
}

.p-top-about__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-left: 3px;
  padding-left: 0.1875rem;
  padding-right: 3px;
  padding-right: 0.1875rem;
}

.p-top-about__img {
  width: 100%;
}

.p-top-about__img img {
  aspect-ratio: 353/236;
  display: block;
  height: auto;
  width: 100%;
}

.p-top-base {
  overflow-x: clip;
  padding-top: 120px;
  padding-top: 7.5rem;
}

.p-top-base__inner {
  position: relative;
}

.p-top-base__head {
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
  position: relative;
  z-index: 1;
}

.p-top-base__head::before {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 12px;
  top: 0.75rem;
  width: 100vw;
}

.p-top-base__head::after {
  aspect-ratio: 373/190;
  background: transparent url(../images/top/base_fig-text.svg) no-repeat center center/100%;
  content: "";
  position: absolute;
  right: -16px;
  right: -1rem;
  top: -40px;
  top: -2.5rem;
  width: 224px;
  width: 14rem;
  z-index: 1;
}

.p-top-base__title {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
  z-index: 1;
}

.p-top-base__grid {
  border-top: 1px solid #000;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
}

.p-top-base__grid::before {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: -2px;
  top: -0.125rem;
  width: 100vw;
}

.p-top-base__item {
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.p-top-base__img {
  aspect-ratio: 393/262;
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.p-top-base__img img {
  -o-object-fit: cover;
  aspect-ratio: 720/480;
  display: block;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-top-base__labels {
  -webkit-transform: translate(-50%, 0);
  bottom: 10px;
  bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 89.8218829517%;
  z-index: 1;
}

.p-top-can {
  overflow-x: clip;
  padding-top: 118px;
  padding-top: 7.375rem;
}

.p-top-can__inner {
  border-bottom: 1px solid #000;
}
.p-top-can__head {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  position: relative;
  z-index: 1;
}

.p-top-can__head::before {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 12px;
  top: 0.75rem;
  width: 100vw;
}

.p-top-can__head::after {
  aspect-ratio: 171/103;
  background: transparent url(../images/top/can_fig-text.svg) no-repeat center center/100%;
  content: "";
  position: absolute;
  right: -10px;
  right: -0.625rem;
  top: -48px;
  top: -3rem;
  width: 180px;
  width: 11.25rem;
  z-index: 1;
}

.p-top-can__title {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
  z-index: 1;
}

.p-top-can__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  position: relative;
}

.p-top-can__list::before {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
}

.p-top-can__item:last-child {
  border-bottom: none;
}

.p-top-can__img {
  aspect-ratio: 393/262;
  display: block;
  position: relative;
  width: 100%;
}

.p-top-can__item:nth-child(2) .p-top-can__img::after {
  background: #000;
  bottom: -2px;
  bottom: -0.125rem;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  width: 100vw;
}

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

.p-top-can__body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 20px 88px;
  padding: 2.5rem 1.25rem 5.5rem;
  position: relative;
}

.p-top-can__item {
  border-top: 1px solid #000;
}

.p-top-can__item:nth-child(3) .p-top-can__body {
  padding: 46px 20px 59px;
  padding: 2.875rem 1.25rem 3.6875rem;
}

.p-top-can__num {
  -webkit-text-stroke: 1px #000;
  color: #F2F2F2;
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 900;
  left: 22px;
  left: 1.375rem;
  line-height: 1.21;
  position: absolute;
  top: -40px;
  top: -2.5rem;
  z-index: 1;
}

.p-top-can__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-top-can__subtitle span {
  display: inline-block;
  padding-left: 17px;
  padding-left: 1.0625rem;
  position: relative;
  top: 0;
}

.p-top-can__item:nth-child(1) .p-top-can__subtitle span {
  padding-right: 17px;
  padding-right: 1.0625rem;
}

.p-top-can__item:nth-child(2) .p-top-can__subtitle span {
  padding-right: 0;
}

.p-top-can__item:nth-child(3) .p-top-can__subtitle span {
  padding-right: 8px;
  padding-right: 0.5rem;
}

.p-top-can__tags {
  -moz-column-gap: 0.625rem;
       -webkit-column-gap: 0.625rem;
          column-gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-top: 27px;
  margin-top: 1.6875rem;
  row-gap: 5px;
  row-gap: 0.3125rem;
}

.p-top-can__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.8;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-top-can__btn-wrap {
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 100%;
}

.p-top-media {
  background: #D9D9D9;
  overflow-x: clip;
  position: relative;
}
.p-top-media::before {
  -webkit-transform: translate(-50%, 0);
  background: #F2F2F2;
  content: "";
  height: 12px;
  height: 0.75rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 100%;
}

.p-top-media::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  width: 100vw;
}

.p-top-media__head {
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  position: relative;
  z-index: 1;
}

.p-top-media__head::before {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 12px;
  top: 0.75rem;
  width: 100vw;
}

.p-top-media__head::after {
  -webkit-transform: translate(0, -35%);
  aspect-ratio: 1/1;
  background: transparent url(../images/common/fig_media.png) no-repeat center center/100%;
  background: transparent url(../images/common/fig_media.webp) no-repeat center center/100%;
  content: "";
  height: auto;
  max-width: 150px;
  max-width: 9.375rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, -35%);
  width: 19.8300283286%;
  z-index: 3;
}

.p-top-media__title {
  position: relative;
  z-index: 1;
}

.p-top-media__title .c-top-heading__text {
  letter-spacing: -0.011em;
  line-height: 1.75;
}

.p-top-media__title .c-top-heading__text::before,
.p-top-media__title .c-top-heading__text::after {
  background: #D9D9D9;
}

.p-top-media__middle {
  padding-top: 45px;
  padding-top: 2.8125rem;
  position: relative;
}

.p-top-media__middle::before {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
}

.p-top-media__fallback {
  padding: 40px 0;
  padding: 2.5rem 0;
  text-align: center;
}

.p-top-media__fallback-text {
  color: #000;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: -0.011em;
  line-height: 1.75;
}

.p-top-media__list {
  grid-gap: 3.0625rem;
  display: grid;
  gap: 49px;
  gap: 3.0625rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-top-media__link {
  display: block;
}

.p-top-media__link:hover {
  opacity: 1;
}

.p-top-media__img {
  border: 1px solid #000;
  overflow: hidden;
  position: relative;
}

.p-top-media__img img {
  -o-object-fit: cover;
  aspect-ratio: 353/235;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-top-media__img-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-left: 1px solid #000;
  border-radius: 0.375rem 0 0 0;
  border-top: 1px solid #000;
  bottom: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  height: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  width: 30px;
  width: 1.875rem;
  z-index: 1;
}

.p-top-media__img-icon img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  display: block;
  height: 18px;
  height: 1.125rem;
     object-fit: contain;
  width: 18px;
  width: 1.125rem;
}

.p-top-media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.p-top-media__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: -0.011em;
  line-height: 1.75;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-top-media__bottom {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.p-top-media__logo {
  padding-left: 13px;
  padding-left: 0.8125rem;
  padding-right: 13px;
  padding-right: 0.8125rem;
}

.p-top-media__logo img {
  -o-object-fit: contain;
  aspect-ratio: 328/50;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-top-media__btn {
  margin-top: 44px;
  margin-top: 2.75rem;
  text-align: center;
}

.p-top-media__btn-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F2F2F2;
  border: 1px solid #000;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  max-width: 26.25rem;
  padding: 10px 12px 10px 14px;
  padding: 0.625rem 0.75rem 0.625rem 0.875rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.p-top-media__btn-text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.p-top-media__btn-icon {
  display: block;
  width: 23px;
  width: 1.4375rem;
}

.p-top-media__btn-icon img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  display: block;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-top-member {
  overflow-x: clip;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 70px;
  padding-top: 4.375rem;
  position: relative;
  z-index: 3;
}

.p-top-member__head {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  position: relative;
}

.p-top-member__head::before {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 12px;
  top: 0.75rem;
  width: 100vw;
}

.p-top-member__title {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
  z-index: 1;
}

.p-top-member__title .c-top-heading__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: -0.011em;
  line-height: 1.75;
}

.p-top-member__wrap {
  position: relative;
}

.p-top-member__wrap::before {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: -1px;
  width: 100vw;
}

.p-top-member__swiper {
  overflow: visible;
}

.p-top-member__swiper.is-off {
  overflow: visible;
}

.p-top-member__swiper .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  width: 131px;
  width: 8.1875rem;
}

.p-top-member__swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-top-member__swiper .p-top-member__card {
  aspect-ratio: 131/175;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  height: 100%;
  position: relative;
}

.p-top-member__btn {
  -webkit-transform: translate(-50%, 50%);
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  width: 90.5128205128%;
  z-index: 3;
}

.p-top-news {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 74px;
  padding-top: 4.625rem;
}

.p-top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-top-news__head {
  display: contents;
}

.p-top-news__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-top-news__btn {
  margin-top: 28px;
  margin-top: 1.75rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.p-top-news__wrap {
  margin-top: 12px;
  margin-top: 0.75rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}

.p-top-news__list {
  border-top: 1px solid #999999;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  list-style: none;
}

.p-top-news__item {
  border-bottom: 1px solid #999999;
  padding: 18px 0 8px;
  padding: 1.125rem 0 0.5rem;
}

.p-top-news__link {
  display: block;
}

.p-top-news__link:hover {
  opacity: 1;
}

.p-top-news__img img {
  -o-object-fit: cover;
  aspect-ratio: 100/100;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-top-news__body {
  width: 100%;
}

.p-top-news__meta {
  -moz-column-gap: 0.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 0.8125rem;
               column-gap: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-news__date {
  color: #999999;
  font-family: "Inter", sans-serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 600;
  line-height: 1.2142857143;
}

.p-top-news__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #999;
  border-radius: 1.875rem;
  color: #999;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 3px 19px 1px;
  padding: 0.1875rem 1.1875rem 0.0625rem;
}

.p-top-news__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
  margin-top: 8px;
  margin-top: 0.5rem;
}

a:hover .p-top-news__text {
  background-size: 100% 1px;
}

.js-fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px); /* デフォルトは下 → 上 */
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.js-fade-in.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* 上から */
.js-fade-in--up {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

/* 右から */
.js-fade-in--right {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

/* 左から */
.js-fade-in--left {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.u-hidden {
  overflow: hidden;
}

.u-parentheses {
  border: 3px solid #000;
  border: 0.1875rem solid #000;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.u-parentheses::before {
  -webkit-transform: translate(-50%, 0);
  background: #F2F2F2;
  content: "";
  height: 5px;
  height: 0.3125rem;
  left: 50%;
  position: absolute;
  top: -4px;
  top: -0.25rem;
  transform: translate(-50%, 0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: calc(100% - 0.875rem);
}

.u-parentheses::after {
  -webkit-transform: translate(-50%, 0);
  background: #F2F2F2;
  bottom: -4px;
  bottom: -0.25rem;
  content: "";
  height: 5px;
  height: 0.3125rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: calc(100% - 0.875rem);
}

.u-parentheses span {
  display: inline-block;
}

.u-pc {
  display: none;
}

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

@media screen and (min-width: 768px){
  html {
    font-size: 1.1678832117vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  html {
    scroll-padding-top: 6.25rem;
  }
  .l-base-single {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
    padding-top: 86px;
    padding-top: 5.375rem;
  }
  .l-breadcrumb {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .l-drawer {
    overflow: visible;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-header {
    height: 100px;
    height: 6.25rem;
  }
  .l-inner {
    max-width: 1370px;
    max-width: 85.625rem;
    max-width: 100%;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .c-btn01 {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding: 8px 13px 10px 15px;
    padding: 0.5rem 0.8125rem 0.625rem 0.9375rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .c-btn01:hover {
    background: #FFE329;
    opacity: 1;
  }
  .c-btn01__text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .c-btn02 {
    padding: 9px 15px 9px 13px;
    padding: 0.5625rem 0.9375rem 0.5625rem 0.8125rem;
  }
  .c-btn02:hover {
    background: #FFE329;
  }
  .c-btn02__text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .c-btn03 {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .c-btn03__link {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 11px 20px;
    padding: 0.6875rem 1.25rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .c-btn03__link:hover {
    background: #FFE329;
    opacity: 1;
  }
  .c-btn03--tab {
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 19px 7px 20px;
    padding: 0.5rem 1.1875rem 0.4375rem 1.25rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .c-btn03--tab.is-yellow {
    background: #FFE329;
  }
  .c-btn03__text {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-btn04__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 23px 54px 25px 60px;
    padding: 1.4375rem 3.375rem 1.5625rem 3.75rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .c-btn04__link:hover {
    background: #FFE329;
    opacity: 1;
  }
  .c-btn04__icon {
    width: 8px;
    width: 0.5rem;
  }
  .c-card1 img {
    aspect-ratio: 300/400;
  }
  .c-card1:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-no-post {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-page-title {
    padding-bottom: 52px;
    padding-bottom: 3.25rem;
    padding-top: 38px;
    padding-top: 2.375rem;
  }
  .c-page-title__en {
    font-size: 90px;
    font-size: 5.625rem;
  }
  .c-page-title__ja {
    margin-top: 4px;
    margin-top: 0.25rem;
  }
  .c-page-title__sub {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .c-sec-heading {
    -moz-column-gap: 1.25rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
         -webkit-column-gap: 1.25rem;
                 column-gap: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-sec-heading__title {
    row-gap: 20px;
    row-gap: 1.25rem;
  }
  .c-sec-heading__sub {
    padding: 6px 30px 5px;
    padding: 0.375rem 1.875rem 0.3125rem;
  }
  .c-sec-heading__main {
    font-size: 32px;
    font-size: 2rem;
  }
  .c-sec-heading__text {
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
    margin-top: 0;
    padding: 4px 10px 0 17px;
    padding: 0.25rem 0.625rem 0 1.0625rem;
  }
  .c-tag {
    padding: 2px 20px 3px;
    padding: 0.125rem 1.25rem 0.1875rem;
  }
  .c-text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .c-title02 {
    gap: 5px;
    gap: 0.3125rem;
  }
  .c-top-heading {
    row-gap: 20px;
    row-gap: 1.25rem;
  }
  .c-top-heading__tag {
    padding: 6px 30px 5px;
    padding: 0.375rem 1.875rem 0.3125rem;
  }
  .c-top-heading__detail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    gap: 1.25rem;
    width: 100%;
  }
  .c-top-heading__title {
    font-size: 32px;
    font-size: 2rem;
  }
  .c-top-heading__wrap {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .c-top-heading__text {
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
    margin-top: 0;
    padding: 4px 10px 0 17px;
    padding: 0.25rem 0.625rem 0 1.0625rem;
  }
  .p-404 {
    padding-top: 160px;
    padding-top: 10rem;
  }
  .p-404__inner.l-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
    padding-left: 120px;
    padding-left: 7.5rem;
  }
  .p-404__text {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .p-404__heading-en {
    font-size: 90px;
    font-size: 5.625rem;
  }
  .p-404__heading-ja {
    font-size: 32px;
    font-size: 2rem;
  }
  .p-about__intro-inner,
  .p-about__value-inner,
  .p-about__company-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
  }
  .p-about__intro-head,
  .p-about__value-head,
  .p-about__company-head {
    border-bottom: none;
    border-right: 1px dashed #000;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 60px 0 60px 60px;
    padding: 3.75rem 0 3.75rem 3.75rem;
    width: 25%;
  }
  .p-about__value-head,
  .p-about__company-head {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
  .p-about__intro-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .p-about__intro-body {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 5.5555555556%;
    padding: 50px 0;
    padding: 3.125rem 0;
    width: 38.8888888889%;
  }
  .p-about__intro-heading {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-about__intro-text {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-about__intro-text .c-text + .c-text {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-about__intro-img {
    border-left: 1px dashed #000;
    border-top: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 5.5555555556%;
    margin-top: 0;
    min-width: 0;
  }
  .p-about__intro-img img {
    aspect-ratio: 540/606;
    height: 100%;
  }
  .p-about__value-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-about__value-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-about__value-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-about__value-item + .p-about__value-item {
    border-left: 1px dashed #000;
    border-top: none;
  }
  .p-about__value-img img {
    aspect-ratio: 360/240;
  }
  .p-about__value-num {
    padding: 22px 0 17px;
    padding: 1.375rem 0 1.0625rem;
  }
  .p-about__value-item-body {
    padding-bottom: 39px;
    padding-bottom: 2.4375rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  .p-about__value-item-body::before {
    left: 30px;
    left: 1.875rem;
  }
  .p-about__value-item-body::after {
    right: 30px;
    right: 1.875rem;
  }
  .p-about__company-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .p-about__company-table {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 5.5555555556%;
    padding: 40px 0 48px;
    padding: 2.5rem 0 3rem;
    width: 41.6666666667%;
  }
  .p-about__company-row {
    padding: 15px 0;
    padding: 0.9375rem 0;
  }
  .p-about__company-row + .p-about__company-row {
    border-top: none;
    position: relative;
  }
  .p-about__company-row + .p-about__company-row::before {
    border-top: 1px dashed #000;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 93.3333333333%;
  }
  .p-about__company-img {
    border-left: 1px dashed #000;
    border-top: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 2.7777777778%;
    margin-top: 0;
    min-width: 0;
    position: relative;
    z-index: 0;
  }
  .p-about__company-img img {
    aspect-ratio: 540/363;
  }
  .p-base-exposition__inner {
    max-width: 1010px;
    max-width: 63.125rem;
  }
  .p-base-exposition__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-base-exposition__top {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-top: 34px;
    padding-top: 2.125rem;
    width: 240px;
    width: 15rem;
  }
  .p-base-exposition__bottom {
    border-left: 1px dashed #000;
    border-top: none;
    padding: 30px 0 14px 29px;
    padding: 1.875rem 0 0.875rem 1.8125rem;
    width: 720px;
    width: 45rem;
  }
  .p-base-exposition__article h3 {
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
  }
  .p-base-exposition__article p {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .p-base-exposition__article ul {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .p-base-exposition__article li {
    padding-left: 24px;
    padding-left: 1.5rem;
  }
  .p-base-exposition__article li::before {
    left: 10px;
    left: 0.625rem;
    top: 13px;
    top: 0.8125rem;
  }
  .p-base-information__inner {
    max-width: 1010px;
    max-width: 63.125rem;
  }
  .p-base-information__wrap {
    padding: 34px 39px 40px;
    padding: 2.125rem 2.4375rem 2.5rem;
  }
  .p-base-information__title .c-title02 {
    -moz-column-gap: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
         -webkit-column-gap: 1.25rem;
                 column-gap: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-base-information__snsList {
    margin-bottom: 0;
  }
  .p-base-information__bottom {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-base-information__item {
    padding: 13px 0 14px;
    padding: 0.8125rem 0 0.875rem;
  }
  .p-base-information__desc {
    text-align: left;
    width: calc(100% - 7.75rem);
  }
  .p-base-information__map {
    aspect-ratio: 880/270;
  }
  .p-base-information__map iframe {
    aspect-ratio: 880/270;
  }
  .p-base-main {
    padding-bottom: 90px;
    padding-bottom: 5.625rem;
  }
  .p-base-main__top {
    gap: 6px;
    gap: 0.375rem;
    max-width: 1010px;
    max-width: 63.125rem;
  }
  .p-base-main__detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
    gap: 0.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .p-base-main__title {
    -moz-column-gap: 1.875rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
         -webkit-column-gap: 1.875rem;
                 column-gap: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 2px;
    row-gap: 0.125rem;
  }
  .p-base-main__sub {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  .p-base-main__tags {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 7px;
    margin-bottom: 0.4375rem;
    width: 33.3333333333%;
  }
  .p-base-main__bottom {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-base-main__slider {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    max-width: 60rem;
  }
  .p-base-main__slider-prev,
  .p-base-main__slider-next {
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-base-main__slider-prev:hover,
  .p-base-main__slider-next:hover {
    background: #FFE329;
    opacity: 1;
  }
  .p-base-main__thumbs {
    max-width: 960px;
    max-width: 60rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-base-main__thumbs .swiper-wrapper {
    gap: 13px;
    gap: 0.8125rem;
    grid-template-columns: repeat(13, 1fr);
  }
  .p-base__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
  }
  .p-base__top {
    border-bottom: none;
    max-width: 1370px;
    max-width: 85.625rem;
    padding-bottom: 42px;
    padding-bottom: 2.625rem;
    padding-top: 39px;
    padding-top: 2.4375rem;
  }
  .p-base__top::after {
    background: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    width: 100vw;
  }
  .p-base__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
  }
  .p-base__list::after {
    background: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    width: 100vw;
  }
  .p-base__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-base__content:nth-child(odd) {
    border-right: 1px solid #000;
  }
  .p-base__content:nth-child(n+3) {
    border-top: 1px solid #000;
  }
  .p-base__body {
    width: 50%;
  }
  .p-base__wrap {
    padding: 57px 60px 60px;
    padding: 3.5625rem 3.75rem 3.75rem;
  }
  .p-base__text {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-base__btn {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-base__img {
    border-left: 1px dashed #000;
    border-top: none;
    width: 50%;
  }
  .p-base__img img {
    aspect-ratio: 360/515;
  }
  .p-breadcrumb {
    height: 40px;
    height: 2.5rem;
  }
  .p-breadcrumb__inner {
    padding-left: 172px;
    padding-left: 10.75rem;
  }
  .p-breadcrumb span[property=itemListElement] a {
    padding: 14px 10px;
    padding: 0.875rem 0.625rem;
  }
  .p-breadcrumb span[property=itemListElement]:first-child a {
    height: 40px;
    height: 2.5rem;
  }
  .p-breadcrumb .current-item {
    max-width: none;
  }
  .p-contact__body-inner {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    max-width: 75rem;
    padding: 90px 120px 60px;
    padding: 5.625rem 7.5rem 3.75rem;
  }
  .p-contact__policy {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-top: 3.75rem;
    max-width: 900px;
    max-width: 56.25rem;
  }
  .p-contact__policy-box {
    margin-top: 22px;
    margin-top: 1.375rem;
    max-height: 195px;
    max-height: 12.1875rem;
    padding: 30px;
    padding: 1.875rem;
  }
  .p-contact__policy-content {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.857;
  }
  .p-content h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  .p-content h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .p-content h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-content h2:nth-of-type(1) {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-content figure:nth-child(n+2) {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .wp-block-file,
  .p-content p:nth-child(n+2),
  .p-content h3:nth-child(n+2),
  .p-content h4:nth-child(n+2),
  .p-content ul:nth-child(n+2),
  .p-content ol:nth-child(n+2),
  .p-content blockquote:nth-child(n+2),
  .p-content h2 + ul:nth-of-type(n + 2),
  .p-content h2 + ol:nth-of-type(n + 2),
  .p-content ol > li > ol:nth-of-type(n + 2),
  .p-content figure {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-content blockquote {
    padding: 30px;
    padding: 1.875rem;
  }
  .p-content ul > li {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .p-content li > ul,
  .p-content li > ol {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-content > ol > li {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .p-content .wp-block-group {
    padding: 24px 30px;
    padding: 1.5rem 1.875rem;
  }
  .wp-block-file:not(.wp-element-button) a::before {
    margin-right: 8px;
    margin-right: 0.5rem;
    margin-top: 16px;
    margin-top: 1rem;
    width: 32px;
    width: 2rem;
  }
  .p-cta-contact {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
    padding-top: 60px;
    padding-top: 3.75rem;
    width: 100%;
  }
  .p-cta-contact--front {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .p-cta-contact__inner {
    width: 95.1388888889%;
  }
  .p-cta-contact__link {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-cta-contact--front .p-cta-contact__link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border: none;
  }
  .p-cta-contact__link:hover {
    opacity: 1;
  }
  .p-cta-contact__img {
    display: none;
  }
  .p-cta-contact--front .p-cta-contact__img {
    border: 1px solid #000;
    display: block;
    width: 50%;
  }
  .p-cta-contact__img img {
    aspect-ratio: auto;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 100%;
  }
  a:hover .p-cta-contact__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-cta-contact__wrap {
    position: relative;
    width: 100%;
  }
  .p-cta-contact--front .p-cta-contact__wrap {
    aspect-ratio: 660/247;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 50%;
  }
  .p-cta-contact--front .p-cta-contact__wrap::after {
    background: #FFE329;
    border-bottom: 1px solid #000;
    border-radius: 0 0.625rem 0.625rem 0;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    bottom: 0;
    content: "";
    height: 75.7085020243%;
    left: 0;
    max-height: 187px;
    max-height: 11.6875rem;
    overflow: hidden;
    position: absolute;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 100%;
  }
  .p-cta-contact--front a:hover .p-cta-contact__wrap::after {
    background: #E6CC24;
  }
  .p-cta-contact__body {
    padding: 50px;
    padding: 3.125rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 100%;
  }
  .p-cta-contact--front .p-cta-contact__body {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: hidden;
    padding: 0 0 64px;
    padding: 0 0 4rem;
  }
  a:hover .p-cta-contact__body {
    background: #E6CC24;
    opacity: 1;
  }
  .p-cta-contact--front a:hover .p-cta-contact__body {
    background: transparent;
  }
  .p-cta-contact--front .p-cta-contact__label {
    left: 30px;
    left: 1.875rem;
    position: absolute;
    top: 17px;
    top: 1.0625rem;
  }
  .p-cta-contact__title {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-cta-contact__text {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .p-cta-contact--front .p-cta-contact__text {
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
  .p-cta-links {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
    padding-top: 60px;
    padding-top: 3.75rem;
    width: 100%;
  }
  .p-cta-links__inner {
    width: 95.1388888889%;
  }
  .p-cta-links__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-cta-links__item {
    width: 33.3333333333%;
  }
  .p-cta-links__item:first-child .p-cta-links__img {
    border-radius: 0.625rem 0 0 0.625rem;
  }
  .p-cta-links__item:last-child .p-cta-links__img {
    border-radius: 0 0.625rem 0.625rem 0;
  }
  .p-cta-links__link:hover {
    opacity: 1;
  }
  .p-cta-links__img {
    aspect-ratio: 440/293;
  }
  .p-cta-links__link:hover .p-cta-links__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-cta-links__btn-wrap {
    bottom: 28px;
    bottom: 1.75rem;
    width: 81.8181818182%;
  }
  .p-cta-links__link:hover .p-cta-links__btn-wrap .c-btn01 {
    background: #FFE329;
  }
  .p-drawer {
    height: 60px;
    height: 3.75rem;
    padding: 0;
    width: 100%;
  }
  .p-drawer__nav-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-footer {
    padding-bottom: 62px;
    padding-bottom: 3.875rem;
    padding-top: 46px;
    padding-top: 2.875rem;
  }
  .p-footer__inner {
    width: 86.8055555556%;
  }
  .p-footer__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .p-footer__logo {
    margin-left: 2px;
    margin-left: 0.125rem;
    margin-top: 14px;
    margin-top: 0.875rem;
    width: 98px;
    width: 6.125rem;
  }
  .p-footer__logo img {
    aspect-ratio: 98/60;
  }
  .p-footer__bottom {
    margin-top: 50px;
    margin-top: 3.125rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .p-footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-footer__nav-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 45px;
    gap: 2.8125rem;
  }
  .p-footer__nav-item a:hover {
    color: #FFE329;
    opacity: 1;
  }
  .p-footer__copyright {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-form__items {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-form__items::before {
    border-left: 1px dashed #D6D6D6;
    bottom: 0;
    content: "";
    left: 240px;
    left: 15rem;
    position: absolute;
    top: 0;
  }
  .p-form__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
    gap: 3.75rem;
    padding: 40px 0;
    padding: 2.5rem 0;
  }
  .p-form__dt {
    width: 240px;
    width: 15rem;
  }
  .p-form__label {
    line-height: 1.8;
  }
  .p-form__dd input:not([type=checkbox]):not([type=radio]):not([type=submit]),
  .p-form__dd select,
  .p-form__dd textarea {
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
  .p-form__dd textarea {
    height: 150px;
    height: 9.375rem;
  }
  .p-form__select-wrap::after,
  .p-form__dd .wpcf7-form-control-wrap:has(select)::after {
    right: 20px;
    right: 1.25rem;
  }
  .p-form__company-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    gap: 2.5rem;
  }
  .p-form__company-col,
  .p-form__company-fields > div:first-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    gap: 0.9375rem;
  }
  .p-form__sub-label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 50px;
    min-width: 3.125rem;
    white-space: nowrap;
  }
  .p-form__hint {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-form__checkbox-note {
    margin-top: 27px;
    margin-top: 1.6875rem;
  }
  .p-form__dd .wpcf7-checkbox {
    gap: 20px 10px;
    gap: 1.25rem 0.625rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .p-form__dd .wpcf7-list-item {
    white-space: nowrap;
  }
  .p-form__dd input[type=checkbox] + span::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-form__dd input[type=checkbox] + span::after {
    margin-top: -2px;
    margin-top: -0.125rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .p-form__confirm {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-form__send {
    margin-left: 300px;
    margin-left: 18.75rem;
    margin-right: 0;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-form__send input[type=submit] {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-header-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding: 13px 30px 17px;
    padding: 0.8125rem 1.875rem 1.0625rem;
    width: 100%;
  }
  .p-header-nav__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 43px;
    gap: 2.6875rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    max-width: none;
  }
  .p-header-nav__items {
    -moz-column-gap: 2.8125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
         -webkit-column-gap: 2.8125rem;
                 column-gap: 2.8125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 4px;
    margin-top: 0.25rem;
    row-gap: 0;
  }
  .p-header-nav__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .p-header-nav__text::after {
    background-color: #000;
    bottom: 2px;
    bottom: 0.125rem;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 100%;
  }
  a:hover .p-header-nav__text::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .p-header-nav__en {
    display: none;
  }
  .p-header-nav__contact {
    border-bottom: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .p-header-nav__contact-link {
    -moz-column-gap: 0.5rem;
         -webkit-column-gap: 0.5rem;
            column-gap: 0.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    max-width: none;
    min-height: 30px;
    min-height: 1.875rem;
    padding: 6px 49px 5px;
    padding: 0.375rem 3.0625rem 0.3125rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: auto;
  }
  .p-header-nav__contact-link:hover {
    background: #E6CC24;
    opacity: 1;
  }
  .p-header-nav__contact-ja {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-header-nav__contact-en {
    display: none;
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
  .p-header__inner {
    height: 60px;
    height: 3.75rem;
  }
  .p-header__logo-wrap {
    height: 100px;
    height: 6.25rem;
    width: 150px;
    width: 9.375rem;
  }
  .p-header__logo-link img {
    width: 98px;
    width: 6.125rem;
  }
  .p-header__menu-button {
    display: none;
  }
  .p-member-card {
    aspect-ratio: 360/360;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-member-card:hover .p-member-card__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-member-card__overlay {
    bottom: 28px;
    bottom: 1.75rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 67.0391061453%;
  }
  .p-member-card__role {
    max-width: 232px;
    max-width: 14.5rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-member-card__name-wrap {
    padding: 5px 20px 9px;
    padding: 0.3125rem 1.25rem 0.5625rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-member-card:hover .p-member-card__role,
  .p-member-card:hover .p-member-card__name-wrap {
    background: #FFE329;
  }
  .p-member__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
  }
  .p-member__top {
    border-bottom: none;
    max-width: 1370px;
    max-width: 85.625rem;
    padding-bottom: 42px;
    padding-bottom: 2.625rem;
    padding-top: 39px;
    padding-top: 2.4375rem;
  }
  .p-member__top::after {
    background: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    width: 100vw;
  }
  .p-member__wrap {
    border-top: none;
  }
  .p-member__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .p-member__item .p-member-card__img {
    border-right: 1px solid #000;
  }
  .p-member__item:nth-child(2n) .p-member-card__img {
    border-right: 1px solid #000;
  }
  .p-member__item:first-child .p-member-card__img {
    border-left: 1px solid #000;
  }
  .p-member__no-post {
    padding: 80px;
    padding: 5rem;
  }
  .p-modal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
  .p-modal__wrapper {
    height: 62.237vh;
    max-height: 590px;
    max-height: 36.875rem;
    max-width: 1120px;
    max-width: 70rem;
    min-height: 400px;
    min-height: 25rem;
    width: 77.7777777778%;
  }
  .p-modal__btn {
    top: 0;
  }
  .p-modal__inner {
    min-height: 590px;
    min-height: 36.875rem;
    padding: 60px;
    padding: 3.75rem;
  }
  .p-modal__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.8116232465%;
  }
  .p-modal__img-wrap {
    width: 47.0941883768%;
  }
  .p-modal__body {
    width: 45.0901803607%;
  }
  .p-modal__label {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
  }
  .p-modal__content {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-modal__qa {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-modal__snsList {
    gap: 20px;
    gap: 1.25rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-modal__swiper {
    min-height: 470px;
    min-height: 29.375rem;
  }
  .p-modal__nav {
    cursor: pointer;
    height: 54px;
    height: 3.375rem;
    top: 51.5%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 54px;
    width: 3.375rem;
  }
  .p-modal__nav:hover {
    background: #FFE329;
  }
  .p-modal__nav--prev {
    left: -28px;
    left: -1.75rem;
  }
  .p-modal__nav--next {
    right: -28px;
    right: -1.75rem;
  }
  .p-mv {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-top: 3.75rem;
    max-width: 1920px;
    max-width: 120rem;
    min-height: 600px;
    min-height: 37.5rem;
    width: 100%;
  }
  .p-mv__wrap {
    margin-right: auto;
    width: 83.3333333333%;
  }
  .p-mv__read {
    -webkit-transform: translate(0, -50%);
    left: auto;
    right: -17.5833333333%;
    top: 53.5%;
    transform: translate(0, -50%);
    width: 33.3333333333%;
  }
  .p-mv__read img {
    aspect-ratio: 400/570;
  }
  .p-mv__slider {
    border-bottom: none;
  }
  .p-mv__slider-img img {
    aspect-ratio: 1200/800;
  }
  .p-mv__slider-nav {
    -webkit-transform: translate(0, 0);
    bottom: -32px;
    bottom: -2rem;
    gap: 18px;
    gap: 1.125rem;
    left: auto;
    right: 0;
    top: auto;
    transform: translate(0, 0);
    width: auto;
  }
  .p-mv__slider-prev,
  .p-mv__slider-next {
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-mv__slider-prev:hover,
  .p-mv__slider-next:hover {
    background: #FFE329;
    opacity: 1;
  }
  .p-mv__textslider {
    bottom: -80px;
    bottom: -5rem;
    left: 5%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    z-index: 3;
  }
  .p-mv__body-link:hover {
    opacity: 1;
  }
  .p-mv__body-tab.c-btn03--tab {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    padding: 8px 19px 7px 19px;
    padding: 0.5rem 1.1875rem 0.4375rem 1.1875rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-mv__body-desc {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 5px 21px 4px 18px;
    padding: 0.3125rem 1.3125rem 0.25rem 1.125rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-mv__body-text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding: 13px 16px 14px 18px;
    padding: 0.8125rem 1rem 0.875rem 1.125rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-mv__body-link:hover .p-mv__body-tab,
  .p-mv__body-link:hover .p-mv__body-desc,
  .p-mv__body-link:hover .p-mv__body-text {
    background: #FFE329;
  }
  .p-mv__wrap .p-mv__read.js-mv-fade-in {
    -webkit-transform: translate(0, calc(-50% + 1.875rem));
            transform: translate(0, calc(-50% + 1.875rem));
  }
  .p-mv__wrap.is-mv-ready .p-mv__read.js-mv-fade-in {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .p-mv__wrap .p-mv__slider-nav.js-mv-fade-in {
    -webkit-transform: translateY(1.875rem);
            transform: translateY(1.875rem);
  }
  .p-mv__wrap.is-mv-ready .p-mv__slider-nav.js-mv-fade-in {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .p-pagenavi .nav-links,
  .p-pagenavi .wp-pagenavi {
    gap: 12px;
    gap: 0.75rem;
  }
  .p-pagenavi .nav-links::before,
  .p-pagenavi .wp-pagenavi::before {
    display: none;
  }
  .p-pagenavi .page-numbers.prev,
  .p-pagenavi .page-numbers.next {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .p-pagenavi .previouspostslink,
  .p-pagenavi .nextpostslink {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .p-possible__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
  }
  .p-possible__top {
    border-bottom: none;
    max-width: 1370px;
    max-width: 85.625rem;
    padding-bottom: 46px;
    padding-bottom: 2.875rem;
    padding-top: 35px;
    padding-top: 2.1875rem;
  }
  .p-possible__top::after {
    background: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    width: 100vw;
  }
  .p-possible__middle {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
  }
  .p-possible__middle-list .c-btn04 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-possible__section {
    border-bottom: 1px solid #000;
    padding-top: 0;
  }
  .p-possible__section:nth-child(n+2) {
    border-top: none;
  }
  .p-possible__section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
  }
  .p-possible__section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-possible__section-head {
    border-bottom: none;
    border-right: 1px dashed #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 56px 0 0;
    padding: 3.5rem 0 0;
    width: 25%;
  }
  .p-possible__section-title {
    padding-left: 16.6666666667%;
  }
  .p-possible__section-read {
    margin-right: auto;
    margin-top: 14px;
    margin-top: 0.875rem;
    width: 90%;
  }
  .p-possible__section-body {
    border-bottom: none;
    margin-left: 4.1666666667%;
    padding: 60px 0 60px;
    padding: 3.75rem 0 3.75rem;
    width: 33.3333333333%;
  }
  .p-possible__section-wrap {
    margin-right: auto;
    row-gap: 40px;
    row-gap: 2.5rem;
    width: 75%;
  }
  .p-possible__section-term {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    padding: 0 27px;
    padding: 0 1.6875rem;
  }
  .p-possible__section-tagList {
    -moz-column-gap: 0.5625rem;
         -webkit-column-gap: 0.5625rem;
            column-gap: 0.5625rem;
    margin-top: 16px;
    margin-top: 1rem;
    row-gap: 6px;
    row-gap: 0.375rem;
  }
  .p-possible__section-list {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .p-possible__section-listItem::before {
    top: 13px;
    top: 0.8125rem;
  }
  .p-possible__section-btn {
    margin-right: auto;
    margin-top: 66px;
    margin-top: 4.125rem;
    width: 75%;
  }
  .p-possible__section-images {
    width: 37.5%;
  }
  .p-possible__section-img {
    aspect-ratio: 540/683;
    margin-left: auto;
  }
  .p-possible__section-swiper-nav {
    bottom: 26px;
    bottom: 1.625rem;
    gap: 15px;
    gap: 0.9375rem;
  }
  .p-possible__section-swiper-prev,
  .p-possible__section-swiper-next {
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-possible__section-swiper-prev:hover,
  .p-possible__section-swiper-next:hover {
    background: #FFE329;
    opacity: 1;
  }
  .p-possible__section-swiper-pagination {
    gap: 14px;
    gap: 0.875rem;
  }
  .p-post-list__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
  }
  .p-post-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-post-list__item {
    padding: 0 0 0 60px;
    padding: 0 0 0 3.75rem;
  }
  .p-post-list__item:nth-child(even) {
    border-left: 1px solid #000;
  }
  .p-post-list__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    gap: 4.6875rem;
  }
  .p-post-list__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 0;
  }
  .p-post-list__title {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-post-list__pagenavi {
    padding: 60px 25px;
    padding: 3.75rem 1.5625rem;
  }
  .p-post-list__no-post {
    padding: 80px 25px;
    padding: 5rem 1.5625rem;
  }
  .p-single {
    padding: 0;
  }
  .p-single__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-single__date {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-single__thumbnail img {
    aspect-ratio: 960/640;
  }
  .p-single__back {
    margin-left: auto;
    margin-right: auto;
  }
  .p-thanks {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
  .p-thanks__inner.l-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
    padding-left: 120px;
    padding-left: 7.5rem;
  }
  .p-thanks__text {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .p-thanks__heading-en {
    font-size: 90px;
    font-size: 5.625rem;
  }
  .p-thanks__heading-ja {
    font-size: 32px;
    font-size: 2rem;
  }
  .p-top-about {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
    padding-bottom: 0;
    padding-top: 72px;
    padding-top: 4.5rem;
  }
  .p-top-about__inner {
    width: 95.1388888889%;
  }
  .p-top-about__link {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-top-about__link:hover {
    background: #FFE329;
    opacity: 1;
  }
  .p-top-about__badge {
    left: 60px;
    left: 3.75rem;
    padding: 4px 30px 6px;
    padding: 0.25rem 1.875rem 0.375rem;
    top: -14px;
    top: -0.875rem;
  }
  .p-top-about__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-about__body {
    margin-left: 60px;
    margin-left: 3.75rem;
    padding: 0;
    width: 24.2424242424%;
  }
  .p-top-about__text {
    margin-top: 22px;
    margin-top: 1.375rem;
    padding: 0 6px 0 16px;
    padding: 0 0.375rem 0 1rem;
  }
  .p-top-about__btn {
    margin-top: 25px;
    margin-top: 1.5625rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-about__link:hover .c-btn01,
  .p-top-about__link:hover .u-parentheses::before,
  .p-top-about__link:hover .u-parentheses::after {
    background: #FFE329;
  }
  .p-top-about__img {
    border-radius: 0 0.625rem 0.625rem 0;
    overflow: hidden;
    width: 66.6666666667%;
  }
  .p-top-about__img img {
    aspect-ratio: 880/440;
  }
  .p-top-about__link:hover .p-top-about__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-top-base {
    padding-top: 58px;
    padding-top: 3.625rem;
  }
  .p-top-base__inner::after {
    background: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    width: 100vw;
  }
  .p-top-base__head {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .p-top-base__head::before {
    top: 13px;
    top: 0.8125rem;
  }
  .p-top-base__head::after {
    height: 190px;
    height: 11.875rem;
    right: 30px;
    right: 1.875rem;
    top: -24px;
    top: -1.5rem;
    width: 373px;
    width: 23.3125rem;
  }
  .p-top-base__title {
    padding-left: 60px;
    padding-left: 3.75rem;
    padding-right: 60px;
    padding-right: 3.75rem;
  }
  .p-top-base__title .c-top-heading__text {
    padding: 2px 10px 3px 17px;
    padding: 0.125rem 0.625rem 0.1875rem 1.0625rem;
  }
  .p-top-base__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
  }
  .p-top-base__item {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  .p-top-base__item:nth-child(2n) {
    border-left: 1px solid #000;
    border-right: none;
  }
  .p-top-base__item:nth-child(3),
  .p-top-base__item:nth-child(4) {
    border-bottom: none;
  }
  .p-top-base__img {
    aspect-ratio: 720/480;
  }
  .p-top-base__labels {
    bottom: 30px;
    bottom: 1.875rem;
    width: 83.4492350487%;
  }
  .p-top-can {
    padding-top: 198px;
    padding-top: 12.375rem;
  }
  .p-top-can__head {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .p-top-can__head::before {
    top: 13px;
    top: 0.8125rem;
  }
  .p-top-can__head::after {
    height: 171px;
    height: 10.6875rem;
    right: 30px;
    right: 1.875rem;
    top: -8px;
    top: -0.5rem;
    width: 304px;
    width: 19rem;
  }
  .p-top-can__title {
    padding-left: 60px;
    padding-left: 3.75rem;
    padding-right: 60px;
    padding-right: 3.75rem;
  }
  .p-top-can__title .c-top-heading__text {
    padding: 2px 10px 3px 17px;
    padding: 0.125rem 0.625rem 0.1875rem 1.0625rem;
  }
  .p-top-can__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
  }
  .p-top-can__item {
    border-right: 1px solid #000;
    width: 33.3333333333%;
  }
  .p-top-can__item:last-child {
    border-right: none;
  }
  .p-top-can__img {
    aspect-ratio: 480/320;
  }
  .p-top-can__body {
    border-top: none;
    padding: 52px 59.5px 32px;
    padding: 3.25rem 3.71875rem 2rem;
  }
  .p-top-can__item {
    border-top: none;
  }
  .p-top-can__item:nth-child(3) .p-top-can__body {
    padding: 46px 59.5px 28px;
    padding: 2.875rem 3.71875rem 1.75rem;
  }
  .p-top-can__num {
    font-size: 60px;
    font-size: 3.75rem;
    left: 62px;
    left: 3.875rem;
    top: -36px;
    top: -2.25rem;
  }
  .p-top-can__subtitle-wrap {
    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;
    min-height: 78px;
    min-height: 4.875rem;
  }
  .p-top-can__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-top-can__subtitle span {
    padding-left: 18px;
    padding-left: 1.125rem;
    top: 0;
  }
  .p-top-can__item:nth-child(1) .p-top-can__subtitle span {
    padding-right: 24px;
    padding-right: 1.5rem;
  }
  .p-top-can__item:nth-child(2) .p-top-can__subtitle span {
    padding-right: 0;
  }
  .p-top-can__item:nth-child(3) .p-top-can__subtitle span {
    padding-right: 8px;
    padding-right: 0.5rem;
  }
  .p-top-can__tags {
    -moz-column-gap: 0.625rem;
         -webkit-column-gap: 0.625rem;
            column-gap: 0.625rem;
    margin-top: 10px;
    margin-top: 0.625rem;
    row-gap: 5px;
    row-gap: 0.3125rem;
  }
  .p-top-can__text {
    margin-top: 19px;
    margin-top: 1.1875rem;
  }
  .p-top-can__btn-wrap {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .p-top-can__btn-wrap a:hover .c-btn01 {
    background: #FFE329;
  }
  .p-top-media__inner {
    width: 95.1388888889%;
  }
  .p-top-media__head {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
    padding-bottom: 38px;
    padding-bottom: 2.375rem;
  }
  .p-top-media__head::before {
    top: 13px;
    top: 0.8125rem;
  }
  .p-top-media__head::after {
    -webkit-transform: translate(0, -50%);
    right: -25px;
    right: -1.5625rem;
    top: 55%;
    transform: translate(0, -50%);
    width: 11.3636363636%;
  }
  .p-top-media__title .c-top-heading {
    -moz-column-gap: 0.75rem;
         -webkit-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
  .p-top-media__title .c-top-heading__wrap {
    width: 61%;
  }
  .p-top-media__title .c-top-heading__text {
    padding: 0 5px 0 13px;
    padding: 0 0.3125rem 0 0.8125rem;
  }
  .p-top-media__middle {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
    padding-top: 60px;
    padding-top: 3.75rem;
  }
  .p-top-media__fallback {
    padding: 60px 0;
    padding: 3.75rem 0;
  }
  .p-top-media__fallback-text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-top-media__list {
    gap: 30px;
    gap: 1.875rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-top-media__item:first-child {
    border-left: none;
  }
  .p-top-media__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .p-top-media__img {
    width: 100%;
  }
  .p-top-media__img img {
    aspect-ratio: 420/280;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-top-media__link:hover .p-top-media__img > img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-top-media__body {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-top-media__text {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 100% 100%/0 1px no-repeat;
    background: linear-gradient(#000, #000) 100% 100%/0 1px no-repeat;
    background-position: bottom left;
    background-size: 0 1px;
    display: inline;
    margin-top: 8px;
    margin-top: 0.5rem;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  a:hover .p-top-media__text {
    background-size: 100% 1px;
  }
  .p-top-media__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 172px;
    gap: 10.75rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
    margin-top: 2.125rem;
    max-width: 1920px;
    max-width: 120rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .p-top-media__logo {
    padding-left: 0;
    padding-right: 0;
    width: 30.8333333333%;
  }
  .p-top-media__logo img {
    aspect-ratio: 407/52;
  }
  .p-top-media__btn {
    margin-top: 0;
    width: 47.7272727273%;
  }
  .p-top-media__btn-link {
    gap: 8px;
    gap: 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding: 36.5px 15px 38.5px;
    padding: 2.28125rem 0.9375rem 2.40625rem;
  }
  .p-top-media__btn-link:hover {
    background: #FFE329;
    opacity: 1;
  }
  .p-top-media__btn-text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    left: -12px;
    left: -0.75rem;
  }
  .p-top-member {
    padding-bottom: 0;
    padding-top: 62px;
    padding-top: 3.875rem;
  }
  .p-top-member__head {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    max-width: 120rem;
    padding-bottom: 42px;
    padding-bottom: 2.625rem;
  }
  .p-top-member__head::before {
    top: 13px;
    top: 0.8125rem;
  }
  .p-top-member__title {
    padding-left: 60px;
    padding-left: 3.75rem;
    padding-right: 60px;
    padding-right: 3.75rem;
  }
  .p-top-member__title .c-top-heading__title {
    width: 192px;
    width: 12rem;
  }
  .p-top-member__title .c-top-heading__wrap {
    width: calc(100% - 13.25rem);
  }
  .p-top-member__title .c-top-heading__text {
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
    padding: 4px 10px 4px 17px;
    padding: 0.25rem 0.625rem 0.25rem 1.0625rem;
  }
  .p-top-member__swiper.is-off {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-member__swiper.is-off .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-member__swiper .swiper-slide {
    width: 20.8333333333%;
  }
  .p-top-member__swiper .p-top-member__card {
    aspect-ratio: 300/400;
  }
  .p-top-member__btn {
    -webkit-transform: translate(0, 50%);
    left: auto;
    right: 4.1666666667%;
    transform: translate(0, 50%);
    width: 25%;
  }
  .p-top-news {
    padding-bottom: 90px;
    padding-bottom: 5.625rem;
    padding-top: 86px;
    padding-top: 5.375rem;
  }
  .p-top-news__inner {
    max-width: 1130px;
    max-width: 70.625rem;
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .p-top-news__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-news__btn {
    margin-top: 12px;
    margin-top: 0.75rem;
    width: 33.3333333333%;
  }
  .p-top-news__wrap {
    margin-top: 0;
  }
  .p-top-news__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-top-news__item {
    padding: 30px 30px 29px 0;
    padding: 1.875rem 1.875rem 1.8125rem 0;
  }
  .p-top-news__item:nth-child(even) {
    border-left: 1px solid #999999;
    padding: 30px 0 29px 30px;
    padding: 1.875rem 0 1.8125rem 1.875rem;
  }
  .p-top-news__link {
    -moz-column-gap: 1.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
         -webkit-column-gap: 1.125rem;
                 column-gap: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top-news__img {
    width: 100px;
    width: 6.25rem;
  }
  .p-top-news__body {
    width: 72.2222222222%;
  }
  .p-top-news__meta {
    -moz-column-gap: 1.375rem;
         -webkit-column-gap: 1.375rem;
            column-gap: 1.375rem;
  }
  .p-top-news__text {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 100% 100%/0 1px no-repeat;
    background: linear-gradient(#000, #000) 100% 100%/0 1px no-repeat;
    background-position: bottom left;
    background-size: 0 1px;
    display: inline;
    margin-top: 8px;
    margin-top: 0.5rem;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
}

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

@media (hover: hover){
  a:hover {
    opacity: 0.8;
  }
  .p-breadcrumb span[property=itemListElement] a:hover {
    opacity: 0.7;
  }
  .p-form__send input[type=submit]:hover {
    opacity: 0.8;
  }
}

@media (hover: none){
  a:active {
    opacity: 0.8;
  }
  .p-form__send input[type=submit]:active {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) and (min-width: 1441px){
  .p-cta-contact--front .p-cta-contact__label {
    bottom: 207px;
    bottom: 12.9375rem;
    top: auto;
  }
}
/*# sourceMappingURL=style.css.map */
