@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  font-family: "M PLUS 1", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000000;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1rem;
  }
}
body.is-fixed {
  overflow: hidden;
}

a[href^="tel:"] {
  cursor: default;
}

.l-inner {
  padding-inline: clamp(1rem, 5.3333333333vw, 3.75rem);
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .l-inner {
    padding-inline: min(6.9444444444vw, 100px);
    max-width: 1340px;
  }
}

.l-footer {
  background: #4B4B4B;
}
.l-footer.l-section {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .l-footer.l-section {
    padding-top: clamp(5rem, 8.3333333333vw, 7.5rem);
  }
}

.l-footer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
@media screen and (min-width: 600px) {
  .l-footer__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-footer__list .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__list .menu-item a {
  padding-block: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1024px) {
  .l-footer__list .menu-item a {
    font-size: 1.25rem;
  }
}
.l-footer__list .menu-item a::before {
  content: "";
  background: #E3FF32;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__list .menu-item a:hover {
    opacity: 0.7;
  }
}
.l-footer__list .menu-item a:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .l-footer__list .menu-item a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .l-footer__list .menu-item a:active {
    opacity: 0.7;
  }
}

.l-footer__bottom {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.5rem;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer__bottom {
    padding-top: 2.5rem;
  }
}

.l-footer__copyright small {
  font-size: 0.75rem;
}

.l-footer__logoArea {
  margin-top: 3.75rem;
  padding-inline: 0.25rem;
  padding-bottom: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__logoArea {
    margin-top: clamp(5rem, 9.7222222222vw, 8.75rem);
  }
}

.l-footer__logo {
  display: block;
  aspect-ratio: 126/24.133;
  width: 100%;
  height: auto;
  -webkit-mask: url("../img/common/logo.svg");
          mask: url("../img/common/logo.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: rgba(255, 255, 255, 0.1);
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .l-header {
    height: 5rem;
  }
}

.l-header__inner {
  margin-inline: auto;
  padding-inline: clamp(1rem, 5.3333333333vw, 1.25rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .l-header__inner {
    padding-inline: clamp(1.875rem, 2.0833333333vw, 2.5rem);
  }
}

.l-header__logo {
  width: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    width: 7.875rem;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: none;
          filter: none;
}

/* =========================
  白になる条件まとめ
========================= */
.l-header.is-white,
.home .l-header,
.l-header.is-drawer-open {
  color: #fff;
}
.l-header.is-white .c-hamburger__bar,
.home .l-header .c-hamburger__bar,
.l-header.is-drawer-open .c-hamburger__bar {
  background: #ffffff;
}
.l-header.is-white .l-header__logo img,
.home .l-header .l-header__logo img,
.l-header.is-drawer-open .l-header__logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.l-header__visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.l-drawer {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  padding-block: 6.25rem 6.25rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  background: #4B4B4B;
}
.l-drawer.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 1024px) {
  .l-drawer {
    display: grid;
    place-content: center;
    width: 38%;
  }
}

.l-drawer__nav {
  margin-top: clamp(3.75rem, 16vw, 6.25rem);
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .l-drawer__nav {
    margin-top: 0;
  }
}

.l-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-drawer__list .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-drawer__list .menu-item a {
  padding-inline: 0.5rem;
  padding-block: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1024px) {
  .l-drawer__list .menu-item a {
    gap: 0.625rem;
    padding-block: 1rem;
    font-size: 2rem;
  }
}
.l-drawer__list .menu-item a::before {
  content: "";
  background: #E3FF32;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .l-drawer__list .menu-item a::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer__list .menu-item a:hover {
    opacity: 0.7;
  }
}
.l-drawer__list .menu-item a:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .l-drawer__list .menu-item a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .l-drawer__list .menu-item a:active {
    opacity: 0.7;
  }
}

.l-wrapper {
  overflow: clip;
}

.l-section {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.l-section--narrow {
  padding-top: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .l-section {
    padding-top: clamp(5rem, 11.1111111111vw, 10rem);
    padding-bottom: clamp(5rem, 11.1111111111vw, 10rem);
  }
  .l-section--narrow {
    padding-top: clamp(3.75rem, 5.5555555556vw, 5rem);
  }
}

.l-section__contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .l-section__contents {
    margin-top: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

.l-section__btn {
  text-align: center;
  margin-top: clamp(2.5rem, 10.6666666667vw, 3rem);
}
@media screen and (min-width: 600px) {
  .l-section__btn {
    margin-top: clamp(3rem, 8vw, 3.75rem);
  }
}
@media screen and (min-width: 1024px) {
  .l-section__btn {
    margin-top: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

.c-hamburger {
  width: 1.75rem;
  height: 1.3125rem;
  position: relative;
  z-index: 50;
}
.c-hamburger.is-checked .c-hamburger__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.c-hamburger.is-checked .c-hamburger__bar:nth-of-type(2) {
  display: none;
}
.c-hamburger.is-checked .c-hamburger__bar:nth-of-type(3) {
  top: 10px;
  width: 1.75rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (min-width: 1024px) {
  .c-hamburger {
    width: 2rem;
    height: 1.5rem;
  }
  .c-hamburger.is-checked .c-hamburger__bar:nth-of-type(1) {
    top: 11px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .c-hamburger.is-checked .c-hamburger__bar:nth-of-type(2) {
    display: none;
  }
  .c-hamburger.is-checked .c-hamburger__bar:nth-of-type(3) {
    top: 11px;
    width: 2rem;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}

.c-hamburger__bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.75rem;
  height: 0.125rem;
  border-radius: 0.25rem;
  background: #000000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.c-hamburger__bar:nth-of-type(2) {
  top: 0.5625rem;
}
.c-hamburger__bar:nth-of-type(3) {
  top: 1.125rem;
  width: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .c-hamburger__bar {
    width: 2rem;
  }
  .c-hamburger__bar:nth-of-type(2) {
    top: 0.6875rem;
  }
  .c-hamburger__bar:nth-of-type(3) {
    top: 1.375rem;
    width: 1rem;
  }
}

.c-swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

/* 形や色の共通設定 */
.c-swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 24px;
  height: 2px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
}

.c-swiper-pagination--l {
  gap: 0.5rem;
}

.c-swiper-pagination--l .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
}

.c-swiper-pagination .swiper-pagination-bullet-active {
  background: #E3FF32; /* 共通のアクティブ色 */
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.c-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
.c-dots::before, .c-dots::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #E3FF32;
}

.c-dots--l::before, .c-dots--l::after {
  width: 0.625rem;
  height: 0.625rem;
}

.c-dots--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
}
.c-dots--vertical::before, .c-dots--vertical::after {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
}

.c-btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0.25rem;
  padding-bottom: 0.25rem;
  gap: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: linear-gradient(#000000, #000000);
  background-size: 100% 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s cubic-bezier(0.4, 1.07, 1, 1);
  transition: background-size 0.3s cubic-bezier(0.4, 1.07, 1, 1);
}
.c-btn-more span {
  display: inline-block;
  line-height: 1;
}
.c-btn-more::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #E3FF32;
  -webkit-transition: scale 0.3s cubic-bezier(0.4, 1.07, 1, 1);
  transition: scale 0.3s cubic-bezier(0.4, 1.07, 1, 1);
  scale: 1;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-more:hover {
    background-size: 0% 1px;
  }
  .c-btn-more:hover span {
    -webkit-animation: 0.4s ease-out 0s 1 normal forwards running overText;
            animation: 0.4s ease-out 0s 1 normal forwards running overText;
  }
  .c-btn-more:hover::after {
    scale: 1.5;
  }
}
.c-btn-more:focus-visible {
  background-size: 0% 1px;
}
.c-btn-more:focus-visible span {
  -webkit-animation: 0.4s ease-out 0s 1 normal forwards running overText;
          animation: 0.4s ease-out 0s 1 normal forwards running overText;
}
.c-btn-more:focus-visible::after {
  scale: 1.5;
}
@media (hover: none) {
  .c-btn-more:active span {
    -webkit-animation: 0.4s ease-out 0s 1 normal forwards running overText;
            animation: 0.4s ease-out 0s 1 normal forwards running overText;
  }
}

.c-btn-more--white {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#ffffff, #ffffff);
}

@-webkit-keyframes overText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  41% {
    opacity: 1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes overText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  41% {
    opacity: 1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.5rem 2rem;
  background: #242424;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .c-btn {
    font-size: 1.5rem;
    padding: 2rem 3.75rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    background: rgba(36, 36, 36, 0.7);
  }
  .c-btn:hover .c-btn__dots::before {
    margin-right: 0;
    margin-left: 0.125rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .c-btn:hover .c-btn__dots::before {
    margin-left: 0.1875rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover .c-btn__dots::after {
    margin-left: 0;
  }
}
.c-btn:focus-visible {
  background: rgba(36, 36, 36, 0.7);
}
.c-btn:focus-visible .c-btn__dots::before {
  margin-right: 0;
  margin-left: 0.125rem;
}
@media screen and (min-width: 1024px) {
  .c-btn:focus-visible .c-btn__dots::before {
    margin-left: 0.1875rem;
  }
}
.c-btn:focus-visible .c-btn__dots::after {
  margin-left: 0;
}
@media (hover: none) {
  .c-btn {
    /* hoverが使えない端末 スマホ想定 */
  }
  .c-btn:active {
    background: rgba(36, 36, 36, 0.7);
  }
  .c-btn:active .c-btn__dots::before {
    margin-right: 0;
    margin-left: 0.125rem;
  }
}
@media screen and (hover: none) and (min-width: 1024px) {
  .c-btn:active .c-btn__dots::before {
    margin-left: 0.1875rem;
  }
}
@media (hover: none) {
  .c-btn:active .c-btn__dots::after {
    margin-left: 0;
  }
}

.c-btn--submit {
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  padding: 1.375rem 2rem;
}

.c-btn__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .c-btn__dots {
    width: 1.875rem;
  }
}
.c-btn__dots::before, .c-btn__dots::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #E3FF32;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .c-btn__dots::before, .c-btn__dots::after {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.c-btn__dots::before {
  margin-right: 0.125rem;
}
@media screen and (min-width: 1024px) {
  .c-btn__dots::before {
    margin-right: 0.1875rem;
  }
}
.c-btn__dots::after {
  margin-left: 0.125rem;
}
@media screen and (min-width: 1024px) {
  .c-btn__dots::after {
    margin-left: 0.1875rem;
  }
}

.c-heading {
  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.5rem;
}

.c-heading__headingTop {
  padding-left: 0.25rem;
}

.c-heading__headingJa {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .c-heading__headingJa {
    font-size: 0.875rem;
  }
}

.c-heading__headingEn {
  font-family: "Inter", sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-heading__headingEn {
    font-size: 5.625rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-heading--l .c-heading__headingJa {
    font-size: 1.125rem;
  }
  .c-heading--l .c-heading__headingEn {
    font-size: 7.5rem;
  }
}

.c-heading--s .c-heading__headingEn {
  font-size: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .c-heading--s .c-heading__headingEn {
    font-size: 5.625rem;
  }
}

.c-heading--privacy .c-heading__headingEn {
  font-size: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .c-heading--privacy .c-heading__headingEn {
    font-size: 3.75rem;
  }
}

.c-heading--thanks .c-heading__headingEn {
  margin-top: 0.375rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .c-heading--thanks .c-heading__headingEn {
    font-size: 1.125rem;
  }
}
.c-heading--thanks .c-heading__headingJa {
  font-size: clamp(1.5rem, 6.4vw, 2.5rem);
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .c-heading--thanks .c-heading__headingJa {
    font-size: clamp(1.5rem, 4.1666666667vw, 3.75rem);
    line-height: 1;
  }
}

.c-journalCard {
  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;
}

.c-journalCard__link {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (hover: hover) and (pointer: fine) {
  .c-journalCard__link:hover .c-journalCard__img::after {
    opacity: 1;
  }
  .c-journalCard__link:hover .c-journalCard__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-journalCard__link:hover .c-journalCard__title span {
    background-size: 100% 1px;
  }
}
.c-journalCard__link:focus-visible .c-journalCard__img::after {
  opacity: 1;
}
.c-journalCard__link:focus-visible .c-journalCard__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-journalCard__link:focus-visible .c-journalCard__title span {
  background-size: 100% 1px;
}

.c-journalCard__img {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.c-journalCard__img::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-journalCard__img img {
  aspect-ratio: 280/173;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-journalCard__meta {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.c-journalCard__date {
  color: #4B4B4B;
  font-size: 0.75rem;
  line-height: 1.8;
}

.c-journalCard__tag {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 0.75rem;
  line-height: 1.8;
}

.c-journalCard__title {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 6px;
}
.c-journalCard__title span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentcolor), to(currentcolor));
  background-image: linear-gradient(currentcolor, currentcolor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 1px;
  -webkit-transition: background-size 300ms ease-in-out;
  transition: background-size 300ms ease-in-out;
  padding-bottom: 3px;
}

.c-newsItem {
  border-bottom: 1px solid #D8D6CD;
}

.c-newsItem__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding-bottom: 1.5rem;
}

.c-newsItem__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.c-newsItem__category {
  font-size: 0.75rem;
  line-height: 1.8;
  color: #4B4B4B;
  padding: 0.125rem 0.5rem;
  border: 1px solid #4B4B4B;
  border-radius: 3.125rem;
}

.c-newsItem__date {
  font-size: 0.75rem;
  line-height: 1.8;
  color: #4B4B4B;
}

.c-newsItem__title {
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-breadcrumb {
  padding-block: 1rem;
  color: #626262;
}
.c-breadcrumb span {
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
}
.c-breadcrumb a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumb a:hover {
    opacity: 0.7;
  }
}
.c-breadcrumb a:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .c-breadcrumb a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .c-breadcrumb a:active {
    opacity: 0.7;
  }
}
.c-breadcrumb .current-item {
  color: #000000;
  font-weight: 500;
}

.c-required {
  padding: 0.25rem 0.625rem;
  background: #626262;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
}

@media screen and (min-width: 600px) {
  .c-journalCategory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
}

.c-journalCategory__headingWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.c-journalCategory__heading {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.c-journalCategory__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.c-journalCategory__item span,
.c-journalCategory__item a {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-block;
}
.c-journalCategory__item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-journalCategory__item a:hover {
    opacity: 0.7;
  }
}
.c-journalCategory__item a:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .c-journalCategory__item a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .c-journalCategory__item a:active {
    opacity: 0.7;
  }
}
.c-journalCategory__item .is-active {
  border-bottom: 1px solid #000000;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
.c-pagination .page-numbers {
  color: #626262;
}
.c-pagination .page-numbers.current {
  color: #000000;
  font-weight: 500;
}

.c-pagination__prev,
.c-pagination__next {
  display: grid;
  place-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #4B4B4B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-pagination__prev::after,
.c-pagination__next::after {
  content: "";
  width: 10px;
  height: 6px;
  background: #4B4B4B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__prev:hover,
  .c-pagination__next:hover {
    background: #4B4B4B;
  }
  .c-pagination__prev:hover::after,
  .c-pagination__next:hover::after {
    background: #ffffff;
  }
}
.c-pagination__prev:focus-visible,
.c-pagination__next:focus-visible {
  background: #4B4B4B;
}
.c-pagination__prev:focus-visible::after,
.c-pagination__next:focus-visible::after {
  background: #ffffff;
}
@media (hover: none) {
  .c-pagination__prev,
  .c-pagination__next {
    /* hoverが使えない端末 スマホ想定 */
  }
  .c-pagination__prev:active,
  .c-pagination__next:active {
    background: #4B4B4B;
  }
  .c-pagination__prev:active::after,
  .c-pagination__next:active::after {
    background: #ffffff;
  }
}

.c-pagination__prev::after {
  -webkit-mask: url("../img/common/arrow-prev.svg") no-repeat;
          mask: url("../img/common/arrow-prev.svg") no-repeat;
}

.c-pagination__next::after {
  -webkit-mask: url("../img/common/arrow-next.svg") no-repeat;
          mask: url("../img/common/arrow-next.svg") no-repeat;
}

.c-newsCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.c-newsCategory__headingWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.c-newsCategory__heading {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
}

.c-newsCategory__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-newsCategory__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-newsCategory__item span,
.c-newsCategory__item a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  color: #4B4B4B;
  padding: 0.1875rem 1rem 0.375rem 1rem;
  border: 1px solid #4B4B4B;
  border-radius: 3.125rem;
}
.c-newsCategory__item a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-newsCategory__item a:hover {
    opacity: 0.7;
  }
}
.c-newsCategory__item a:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .c-newsCategory__item a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .c-newsCategory__item a:active {
    opacity: 0.7;
  }
}
.c-newsCategory__item .is-active {
  color: #ffffff;
  background: #4B4B4B;
}

.c-btn-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0.25rem;
  padding-bottom: 0.25rem;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: linear-gradient(#000000, #000000);
  background-size: 100% 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s cubic-bezier(0.4, 1.07, 1, 1);
  transition: background-size 0.3s cubic-bezier(0.4, 1.07, 1, 1);
}
.c-btn-external span {
  display: inline-block;
  line-height: 1;
}
.c-btn-external::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: url("../img/common/arrow-external.svg") no-repeat center center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-external:hover {
    background-size: 0% 1px;
  }
  .c-btn-external:hover span {
    -webkit-animation: 0.4s ease-out 0s 1 normal forwards running overText;
            animation: 0.4s ease-out 0s 1 normal forwards running overText;
  }
}
.c-btn-external:focus-visible {
  background-size: 0% 1px;
}
.c-btn-external:focus-visible span {
  -webkit-animation: 0.4s ease-out 0s 1 normal forwards running overText;
          animation: 0.4s ease-out 0s 1 normal forwards running overText;
}
@media (hover: none) {
  .c-btn-external:active span {
    -webkit-animation: 0.4s ease-out 0s 1 normal forwards running overText;
            animation: 0.4s ease-out 0s 1 normal forwards running overText;
  }
}

.p-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4B4B4B;
  padding-right: var(--scrollbar-width, 0px);
}
.p-loading.is-hide {
  -webkit-animation: loading-slide-up 0.7s cubic-bezier(0.76, 0, 0.24, 1) forwards;
          animation: loading-slide-up 0.7s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}
.p-loading.is-done {
  display: none;
}
.p-loading__img img {
  display: block;
}

.p-loading__logo-wrap {
  position: relative;
  display: inline-block;
}
.p-loading__logo-wrap img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.p-loading__logo-wrap__base {
  display: block;
  opacity: 0.4;
}
.p-loading__logo-wrap__overlay {
  position: absolute;
  inset: 0;
  opacity: 1;
  clip-path: inset(0 100% 0 0);
  -webkit-animation: logo-reveal 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
          animation: logo-reveal 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
}

@-webkit-keyframes logo-reveal {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0% 0 0);
  }
}

@keyframes logo-reveal {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0% 0 0);
  }
}
@-webkit-keyframes loading-slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes loading-slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
body.is-loading {
  overflow: hidden;
  padding-right: var(--scrollbar-width, 0px);
}

.p-fv {
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}

.p-fv__swiper-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 0;
}
.p-fv.is-unfixed .p-fv__swiper-container {
  position: absolute;
  top: 0;
}

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

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

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

.p-fv__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1024px) {
  .p-fv__img--left img {
    -o-object-position: 30% center;
       object-position: 30% center;
  }
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.swiper-slide-active .p-fv__img img,
.swiper-slide-duplicate-active .p-fv__img img,
.swiper-slide-prev .p-fv__img img {
  -webkit-animation: zoomOut 12s linear 0s normal both;
          animation: zoomOut 12s linear 0s normal both;
}

.p-fv__textArea {
  position: absolute;
  left: 1.25rem;
  bottom: 1.875rem;
  z-index: 10;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.p-fv.is-faded-ui .p-fv__textArea {
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .p-fv__textArea {
    left: 1.875rem;
    bottom: 3.25rem;
  }
}

.p-fv__text {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: 0.02em;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-fv__text {
    font-size: 1.125rem;
  }
}
.p-fv__text span {
  display: inline-block;
  translate: 0 100%;
}
.swiper-slide-active .p-fv__text span {
  -webkit-animation: 0.8s 1s ease forwards slideUp;
          animation: 0.8s 1s ease forwards slideUp;
}

.p-fv__title {
  margin-top: 0.5rem;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-fv__title {
    font-size: 1.75rem;
  }
}
.p-fv__title .font-size {
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .p-fv__title .font-size {
    font-size: 1.25rem;
  }
}
.p-fv__title span {
  display: inline-block;
  translate: 0 100%;
}
.swiper-slide-active .p-fv__title span {
  -webkit-animation: 1s 0.8s ease forwards slideUp;
          animation: 1s 0.8s ease forwards slideUp;
}

.p-fv__swiper-pagination.swiper-pagination {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 10;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.p-fv.is-faded-ui .p-fv__swiper-pagination.swiper-pagination {
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .p-fv__swiper-pagination.swiper-pagination {
    left: 1.875rem;
    bottom: 1.875rem;
  }
}

.p-fv__scrollIcon {
  position: fixed;
  right: 0.625rem;
  bottom: 1.25rem;
  z-index: 10;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.p-fv.is-faded-ui .p-fv__scrollIcon, .p-fv.is-unfixed .p-fv__scrollIcon {
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .p-fv__scrollIcon {
    right: 1.875rem;
    bottom: 1.875rem;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.p-fv__scrollText {
  width: 80px;
}
@media screen and (min-width: 1024px) {
  .p-fv__scrollText {
    width: 7.5rem;
  }
}
.p-fv__scrollText img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: 10s linear infinite rotation;
          animation: 10s linear infinite rotation;
}

.p-fv__scrollArrow {
  width: 0.4375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .p-fv__scrollArrow {
    width: 0.625rem;
  }
}
.p-fv__scrollArrow img {
  aspect-ratio: 7/14;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-about {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
  z-index: 2; /* p-fv より手前に表示 */
  background: rgba(0, 0, 0, 0.65);
  min-height: 100svh;
}
@media screen and (min-width: 768px) {
  .p-about {
    place-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-about {
    padding-top: clamp(6.25rem, 13.8888888889vw, 12.5rem);
    padding-bottom: clamp(6.25rem, 13.8888888889vw, 12.5rem);
  }
}

.p-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-about__inner {
    -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;
    gap: 0;
  }
}

.p-about__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-about__headingTop {
  padding-left: 0.25rem;
}

.p-about__headingEn {
  margin-top: 0.25rem;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-about__headingEn {
    font-size: 0.875rem;
  }
}
.p-about__headingEn span {
  overflow: hidden;
}

.p-about__headingJa {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-about__headingJa {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-about__headingJa {
    font-size: 4rem;
  }
}
.p-about__headingJa span {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-about__contents {
    margin-top: 3rem;
  }
}

.p-about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.02em;
}
.p-about__text .line-break-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-about__text .line-break-pc {
    display: inline-block;
  }
  .p-about__text .line-break-sp {
    display: none;
  }
}

.p-about__btn {
  margin-top: 3.75rem;
}

.p-journal {
  background: #EAEAEA;
}

.p-journal__contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-journal__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .p-journal__contents {
    margin-top: 3rem;
  }
}

.p-journal__text {
  line-height: 1.8;
}
.p-journal__text span {
  font-family: "Zen Kurenaido", sans-serif;
}
@media screen and (min-width: 600px) {
  .p-journal__text .line-break-sp {
    display: none;
  }
}

.p-journal__btn {
  margin-top: 2.5rem;
}

.p-journal__swiper-container {
  margin-top: 3.75rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-journal__swiper-container {
    margin-top: 5rem;
  }
}

.p-journal__swiper {
  margin-right: calc(50% - 50vw);
}

.p-journal__swiper-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  height: 32px;
}
@media screen and (min-width: 1024px) {
  .p-journal__swiper-bottom {
    margin-top: 3rem;
  }
}

.p-journal__swiper-pagination {
  position: relative;
  bottom: 0 !important;
}

.p-journal__swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  position: relative;
}

.p-journal__swiper-prev,
.p-journal__swiper-next {
  margin-top: 0;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #4B4B4B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-journal__swiper-prev::after,
.p-journal__swiper-next::after {
  content: "";
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #4B4B4B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-journal__swiper-prev .swiper-navigation-icon,
.p-journal__swiper-next .swiper-navigation-icon {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-journal__swiper-prev:hover,
  .p-journal__swiper-next:hover {
    background: #4B4B4B;
  }
  .p-journal__swiper-prev:hover::after,
  .p-journal__swiper-next:hover::after {
    background: #ffffff;
  }
}
.p-journal__swiper-prev:focus-visible,
.p-journal__swiper-next:focus-visible {
  background: #4B4B4B;
}
.p-journal__swiper-prev:focus-visible::after,
.p-journal__swiper-next:focus-visible::after {
  background: #ffffff;
}
@media (hover: none) {
  .p-journal__swiper-prev,
  .p-journal__swiper-next {
    /* hoverが使えない端末 スマホ想定 */
  }
  .p-journal__swiper-prev:active,
  .p-journal__swiper-next:active {
    background: #4B4B4B;
  }
  .p-journal__swiper-prev:active::after,
  .p-journal__swiper-next:active::after {
    background: #ffffff;
  }
}

.p-journal__swiper-prev {
  left: 0;
}
.p-journal__swiper-prev::after {
  -webkit-mask: url("../img/common/arrow-prev.svg") no-repeat;
          mask: url("../img/common/arrow-prev.svg") no-repeat;
}

.p-journal__swiper-next {
  right: 0;
}
.p-journal__swiper-next::after {
  -webkit-mask: url("../img/common/arrow-next.svg") no-repeat;
          mask: url("../img/common/arrow-next.svg") no-repeat;
}

.p-service {
  background: #D8D6CD;
}

@media screen and (min-width: 768px) {
  .p-service__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-service__btn--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-service__btn--pc {
    display: block;
  }
}

.p-service__contents {
  margin-top: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .p-service__contents {
    margin-top: 5rem;
  }
}

.p-service__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-service__list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0;
    -webkit-column-gap: clamp(1.5rem, 3.125vw, 2.5rem);
       -moz-column-gap: clamp(1.5rem, 3.125vw, 2.5rem);
            column-gap: clamp(1.5rem, 3.125vw, 2.5rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-service__list {
    -webkit-column-gap: clamp(2.5rem, 5vw, 4.5rem);
       -moz-column-gap: clamp(2.5rem, 5vw, 4.5rem);
            column-gap: clamp(2.5rem, 5vw, 4.5rem);
  }
}

.p-service__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-service__number {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.p-service__number::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #EAEAEA;
}
@media screen and (min-width: 1024px) {
  .p-service__number {
    font-size: 1.75rem;
  }
}

.p-service__type {
  color: #626262;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1rem;
}

.p-service__name {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-service__name--ja {
  font-size: 1.5rem;
  margin-top: 0.375rem;
}
.p-service__name--2lines {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  line-height: 0.65;
}
.p-service__name span {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-service__name {
    font-size: clamp(1.625rem, 3.3854166667vw, 1.875rem);
  }
  .p-service__name--ja {
    font-size: clamp(1.375rem, 2.8645833333vw, 1.5rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-service__name {
    font-size: 2.375rem;
  }
  .p-service__name--ja {
    font-size: 1.875rem;
  }
  .p-service__name span {
    font-size: 1.25rem;
  }
}

.p-service__text {
  margin-top: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-service__text {
    font-size: clamp(0.75rem, 1.5625vw, 0.875rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-service__text {
    margin-top: 1.5rem;
  }
}

.p-service__btn--sp {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-service__btn--sp {
    display: none;
  }
}

.p-service__img {
  margin-top: 3.75rem;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.p-service__img img {
  aspect-ratio: 375/188;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-service__img {
    width: 100%;
    margin-inline: auto;
  }
  .p-service__img img {
    aspect-ratio: 1140/342;
  }
}
@media screen and (min-width: 1024px) {
  .p-service__img {
    margin-top: 5rem;
  }
}

.p-news {
  background: #EAEAEA;
}

@media screen and (min-width: 768px) {
  .p-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(5rem, 10.4166666667vw, 8.75rem);
  }
}

.p-news__btn--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-news__btn--pc {
    display: block;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-news__btn--pc {
    margin-top: 3.75rem;
  }
}

.p-news__contents {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-news__contents {
    margin-top: 0;
  }
}

.p-news__btn--sp {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-news__btn--sp {
    display: none;
  }
}

.p-cta {
  padding-block: 3.75rem 5rem;
  background: #BCBCBC;
  position: relative;
}

.p-cta__marqueeWrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.p-cta__marqueeTrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 2.5rem;
  -webkit-animation: marquee 200s linear infinite;
          animation: marquee 200s linear infinite;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .p-cta__marqueeTrack {
    gap: 3.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-cta__marqueeTrack {
    gap: 4.0625rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-cta__marqueeTrack {
    gap: 5.625rem;
  }
}
.p-cta__marqueeTrack img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 46.25rem;
  height: auto;
  aspect-ratio: 1669/137;
}
@media screen and (min-width: 768px) {
  .p-cta__marqueeTrack img {
    width: 61.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-cta__marqueeTrack img {
    width: 75rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-cta__marqueeTrack img {
    width: 103.75rem;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.p-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .p-cta__inner {
    margin-top: -2.5rem;
  }
}

.p-cta__heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-cta__heading {
    font-size: 3rem;
  }
}

.p-cta__text {
  margin-top: 2rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
.p-cta__text .line-break-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-cta__text .line-break-pc {
    display: inline-block;
  }
  .p-cta__text .line-break-sp {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-cta__text {
    font-size: 1.25rem;
  }
}

.p-cta__btn {
  margin-top: 2.5rem;
}

.p-sub-fv {
  background: #EAEAEA;
}

.p-sub-fv__heading {
  padding-block: 7.5rem 3.75rem;
  border-bottom: 1px solid #D8D6CD;
}
@media screen and (min-width: 1024px) {
  .p-sub-fv__heading {
    padding-block: 12.5rem 7.5rem;
  }
}

.p-privacy {
  background: #EAEAEA;
}

.p-privacy__inner {
  max-width: 1100px;
}

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

.p-privacy__list {
  margin-top: clamp(2.5rem, 10.6666666667vw, 3.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 8.5333333333vw, 3rem);
}

.p-privacy__head {
  font-weight: 700;
}

.p-privacy__textArea {
  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.25rem;
}

.p-privacy__text a {
  font-size: 0.75rem;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 1024px) {
  .p-privacy__text a {
    font-size: 0.875rem;
  }
}

.p-privacy__textList {
  padding-left: 1.25rem;
  position: relative;
}
.p-privacy__textList::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  left: 8px;
  top: 10px;
}

.p-privacy__textNumber {
  padding-left: 1.25rem;
}

.p-privacy__btn {
  margin-top: clamp(3.75rem, 16vw, 6.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-404 {
  background: #EAEAEA;
}

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

.p-404__head {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.p-404__text {
  margin-top: 2.5rem;
  line-height: 2;
  text-align: center;
}

.p-404__btn {
  margin-top: clamp(3.75rem, 16vw, 6.25rem);
}

.p-contact {
  background: #EAEAEA;
}

.p-contact__inner {
  max-width: 1000px;
}

.p-contact__headingJa {
  font-size: clamp(1.5rem, 6.4vw, 1.75rem);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-contact__headingJa {
    font-size: clamp(2rem, 4.1666666667vw, 2.5rem);
  }
}

.p-contact__message {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: clamp(2.5rem, 10.6666666667vw, 3.75rem);
}

.p-contact__form {
  margin-top: clamp(2.5rem, 10.6666666667vw, 3.75rem);
}

.p-contact-thanks {
  background: #EAEAEA;
}

.p-contact-thanks__inner {
  max-width: 880px;
}

.p-contact-thanks__textAre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.p-contact-thanks__textAre p {
  line-height: 2;
}
.p-contact-thanks__textAre br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__textAre {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-contact-thanks__textAre p {
    text-align: center;
  }
  .p-contact-thanks__textAre br {
    display: block;
  }
}

.p-contact-thanks__infoArea {
  margin-top: 2.5rem;
  padding: 2rem 1.5rem;
  border: 1px solid #BCBCBC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__infoArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.75rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 2rem 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact-thanks__infoArea {
    margin-top: 3.75rem;
  }
}

.p-contact-thanks__btn {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-form__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: 2.5rem;
}

.p-form__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.625rem;
}

.p-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-form__label {
  font-weight: 500;
  font-size: 1rem;
}

.p-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: clamp(1rem, 4.2666666667vw, 1.25rem);
  margin-top: 0.25rem;
}
.p-form__radio input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-form__radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-form__radio .wpcf7-list-item-label {
  padding-left: 1.75rem;
  position: relative;
  font-size: clamp(0.8125rem, 3.4666666667vw, 1rem);
  letter-spacing: 0;
}
.p-form__radio .wpcf7-list-item-label::before, .p-form__radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.p-form__radio .wpcf7-list-item-label::before {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #BCBCBC;
  background: #ffffff;
  left: 0;
}
.p-form__radio .wpcf7-list-item-label::after {
  width: 0.625rem;
  height: 0.625rem;
  background: #626262;
  left: 7px;
  opacity: 0;
}

.p-form__input-text {
  padding: 1rem;
  border: 1px solid #BCBCBC;
  background: #ffffff;
  width: 100%;
  line-height: 1.5;
}
.p-form__input-text::-webkit-input-placeholder {
  color: #BCBCBC;
  font-size: 1rem;
}
.p-form__input-text::-moz-placeholder {
  color: #BCBCBC;
  font-size: 1rem;
}
.p-form__input-text:-ms-input-placeholder {
  color: #BCBCBC;
  font-size: 1rem;
}
.p-form__input-text::-ms-input-placeholder {
  color: #BCBCBC;
  font-size: 1rem;
}
.p-form__input-text::placeholder {
  color: #BCBCBC;
  font-size: 1rem;
}

.p-form__input-text--textarea {
  height: 20.9375rem;
  resize: vertical;
}

.p-form__privacy {
  margin-top: clamp(2.5rem, 10.6666666667vw, 3.75rem);
  text-align: center;
}
.p-form__privacy span {
  display: block;
}
.p-form__privacy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.p-form__input-checkbox {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-form__input-checkbox:checked + span::after {
  opacity: 1;
}
.p-form__input-checkbox + span {
  position: relative;
  padding-left: 2.125rem;
}
.p-form__input-checkbox + span::before, .p-form__input-checkbox + span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-form__input-checkbox + span::before {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #BCBCBC;
  background: #ffffff;
  left: 0;
}
.p-form__input-checkbox + span::after {
  width: 1rem;
  height: 0.75rem;
  background: url("../img/common/icon-check.svg") no-repeat center center/contain;
  left: 0.25rem;
  opacity: 0;
}
.p-form__input-checkbox + span a {
  text-decoration-line: underline;
  color: #626262;
  font-weight: 500;
}

.p-form__btn {
  margin-top: clamp(2.5rem, 10.6666666667vw, 3.75rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/*デフォルトのスタイルを無効化する*/
input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-spinner {
  display: none;
}

/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}

.reCAPTCHA {
  margin-top: clamp(2.5rem, 10.6666666667vw, 3.75rem);
  text-align: center;
}
.reCAPTCHA a {
  text-decoration-line: underline;
}

.p-archiveJournal {
  background: #EAEAEA;
}

.p-archiveJournal__contents {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-archiveJournal__contents {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-archiveJournal__contents {
    gap: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

.p-archiveJournal__pagination {
  margin-top: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .p-archiveJournal__pagination {
    margin-top: clamp(3.75rem, 8.3333333333vw, 7.5rem);
  }
}

.p-singleArticle__wrap {
  background: #EAEAEA;
}

.p-singleArticle {
  margin-top: clamp(1.5rem, 6.25vw, 4rem);
  max-width: 900px;
  margin-inline: auto;
}

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

.p-singleArticle__meta {
  margin-top: clamp(1.5rem, 3.125vw, 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-singleArticle__date {
  color: #4B4B4B;
}

.p-singleArticle__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}

.p-singleJournal .p-singleArticle__tag {
  font-family: "Zen Kurenaido", sans-serif;
  line-height: 1;
}

.p-singleNews .p-singleArticle__tag {
  font-size: 0.75rem;
  line-height: 1.8;
  color: #4B4B4B;
  padding: 0.125rem 0.5rem;
  border: 1px solid #4B4B4B;
  border-radius: 3.125rem;
}

.p-singleArticle__title {
  margin-top: clamp(1rem, 2.34375vw, 1.5rem);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-singleArticle__title {
    font-size: 2rem;
  }
}

.p-singleArticle__content {
  margin-top: clamp(2.5rem, 5.859375vw, 3.75rem);
  padding-top: clamp(2.5rem, 5.859375vw, 3.75rem);
  border-top: 1px solid #BCBCBC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5rem, 3.90625vw, 2.5rem);
}
.p-singleArticle__content p {
  line-height: 2;
}
.p-singleArticle__content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-singleArticle__content a {
  color: #4B4B4B;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-singleArticle__content a:hover {
    opacity: 0.7;
  }
}
.p-singleArticle__content a:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .p-singleArticle__content a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .p-singleArticle__content a:active {
    opacity: 0.7;
  }
}

.p-singleArticle__btn {
  margin-top: clamp(3.75rem, 9.765625vw, 6.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-archiveNews {
  background: #EAEAEA;
}

@media screen and (min-width: 768px) {
  .p-archiveNews__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(5rem, 10.4166666667vw, 7.5rem);
  }
}

@media screen and (min-width: 768px) {
  .p-archiveNews__categoryArea {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-archiveNews__main {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-archiveNews__main {
    margin-top: 0;
  }
}

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

.p-archiveNews__pagination {
  margin-top: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .p-archiveNews__pagination {
    margin-top: clamp(3.75rem, 8.3333333333vw, 7.5rem);
  }
}

.p-pageService {
  background: #EAEAEA;
}

.p-pageService__contents {
  margin-top: 6.25rem;
}

.p-pageService__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: 3rem;
}
@media screen and (min-width: 768px) {
  .p-pageService__list {
    gap: clamp(5rem, 9.7222222222vw, 8.75rem);
  }
}

.p-pageService__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: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-pageService__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2.5rem, 6.9444444444vw, 6.25rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-pageService__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-pageService__itemBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-pageService__itemBody {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width: 1024px) {
  .p-pageService__itemBody {
    gap: 1.5rem;
  }
}

.p-pageService__itemTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-pageService__itemTop .c-dots {
  padding-bottom: 0.4375rem;
}

.p-pageService__itemNumber {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-pageService__itemNumber {
    font-size: 5rem;
  }
}

.p-pageService__itemType {
  font-size: 0.75rem;
  font-weight: 500;
  color: #626262;
}
@media screen and (min-width: 1024px) {
  .p-pageService__itemType {
    font-size: 1rem;
  }
}

.p-pageService__itemName {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-pageService__itemName--ja {
  font-size: 1.5rem;
  line-height: 1.5;
}
.p-pageService__itemName span {
  font-size: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .p-pageService__itemName {
    font-size: 3rem;
  }
  .p-pageService__itemName--ja {
    font-size: 2.5rem;
  }
  .p-pageService__itemName span {
    font-size: 1.5rem;
  }
}

.p-pageService__itemLead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-pageService__itemLead {
    font-size: 1.25rem;
  }
}

.p-pageService__itemText {
  line-height: 2;
  margin-top: 0.25rem;
}
.p-pageService__itemText .line-break {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-pageService__itemText .line-break {
    display: block;
  }
}

.p-pageService__itemBtn {
  margin-right: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-pageService__itemBtn {
    margin-top: 0;
  }
}

.p-pageService__itemImg {
  width: 100%;
}
.p-pageService__itemImg img {
  aspect-ratio: 335/247;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-pageService__itemImg {
    width: clamp(18.75rem, 36.8055555556vw, 33.125rem);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-diagram__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-diagram__heading span {
  margin-left: 0.125rem;
}
@media screen and (min-width: 1024px) {
  .p-diagram__heading span {
    margin-left: 0.25rem;
  }
}

.p-diagram__headingJa {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-diagram__headingJa {
    font-size: 2.5rem;
  }
}

.p-diagram__contents {
  margin-top: 2.5rem;
}

.p-diagram__wrap {
  --diagram-size: clamp(11.25rem, 48vw, 30rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.p-diagram__row--under {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: calc(var(--diagram-size) * -0.333);
}

.p-diagram__item {
  width: var(--diagram-size);
  height: var(--diagram-size);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}

.p-diagram__item--left {
  margin-right: calc(var(--diagram-size) * -0.067);
}

.p-diagram__item--right {
  margin-left: calc(var(--diagram-size) * -0.067);
}

.p-diagram__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-diagram__itemType {
  font-size: clamp(0.625rem, var(--diagram-size) * 0.056, 0.875rem);
  color: #626262;
  font-weight: 700;
  opacity: 0;
}
.p-diagram__itemType--mt {
  margin-top: calc(var(--diagram-size) * 0.056);
}

.p-diagram__itemName {
  font-size: clamp(1.25rem, var(--diagram-size) * 0.111, 3rem);
  font-weight: 700;
  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;
  opacity: 0;
}
.p-diagram__itemName--ja {
  height: calc(var(--diagram-size) * 0.189);
  font-size: clamp(1.125rem, var(--diagram-size) * 0.1, 2.5rem);
}
.p-diagram__itemName--2lines {
  margin-left: calc(var(--diagram-size) * 0.022);
  height: calc(var(--diagram-size) * 0.189);
  font-size: clamp(1.125rem, var(--diagram-size) * 0.1, 3rem);
  line-height: 1.1;
}
.p-diagram__itemName--2lines span {
  font-size: clamp(0.75rem, var(--diagram-size) * 0.067, 1.5rem);
}

.p-diagram__itemText {
  font-size: clamp(0.75rem, var(--diagram-size) * 0.067, 1.625rem);
  font-weight: 700;
  margin-top: calc(var(--diagram-size) * 0.044);
  opacity: 0;
}
.p-diagram__itemText .left-bracket {
  margin-left: -0.4em;
}
.p-diagram__itemText .right-bracket {
  margin-right: -0.4em;
}
.p-diagram__itemText--mb {
  margin-bottom: calc(var(--diagram-size) * 0.044);
}

.p-pageAbout {
  background: #EAEAEA;
}

.p-pageAbout__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-pageAbout__inner {
    gap: clamp(5rem, 9.7222222222vw, 8.75rem);
  }
}

.p-pageAbout__text {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 2.5;
}
.p-pageAbout__text .line-break {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-pageAbout__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .p-pageAbout__text .line-break {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .p-pageAbout__text {
    margin-top: 5rem;
    font-size: 1.125rem;
  }
}

.p-pageAbout__swiper-container {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}

.p-pageAbout__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-pageAbout__swiper-slide {
  width: clamp(17.5rem, 74.6666666667vw, 23.75rem);
}
@media screen and (min-width: 1024px) {
  .p-pageAbout__swiper-slide {
    width: clamp(23.75rem, 37.5vw, 33.75rem);
  }
}

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

.p-pageAbout__mvv {
  max-width: 61.25rem;
  width: 100%;
  margin-inline: auto;
}

.p-pageAbout__mvvItem {
  padding-block: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  border-top: 1px solid #D8D6CD;
}
.p-pageAbout__mvvItem:last-child {
  border-bottom: 1px solid #D8D6CD;
}
@media screen and (min-width: 768px) {
  .p-pageAbout__mvvItem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 3.75rem;
    gap: clamp(3.75rem, 7.8125vw, 5rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-pageAbout__mvvItem {
    padding-block: 6.25rem;
    gap: clamp(3.75rem, 5.859375vw, 5rem);
  }
}

.p-pageAbout__mvvHeading {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-pageAbout__mvvHeading {
    width: 13.75rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-pageAbout__mvvHeading {
    font-size: 2.875rem;
    width: 19.375rem;
  }
}

.p-pageAbout__mvvTxt {
  line-height: 2;
}
.p-pageAbout__mvvTxt .line-break {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-pageAbout__mvvTxt .line-break {
    display: block;
  }
}

.p-pageAbout__logoArea {
  max-width: 61.25rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .p-pageAbout__logoArea {
    gap: clamp(3.75rem, 8.3333333333vw, 7.5rem);
  }
}

.p-pageAbout__logo {
  width: 100%;
}
.p-pageAbout__logo img {
  aspect-ratio: 335/64;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-pageAbout__feelingsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-pageAbout__feelingsWrap {
    display: grid;
    grid-template-columns: 470fr 410fr;
  }
}
@media screen and (min-width: 1024px) {
  .p-pageAbout__feelingsWrap {
    gap: clamp(1.875rem, 2.9296875vw, 5rem);
  }
}
@media screen and (min-width: 1280px) {
  .p-pageAbout__feelingsWrap {
    gap: clamp(1.875rem, 6.6666666667vw, 6rem);
  }
}

@media screen and (min-width: 768px) {
  .p-pageAbout__feelings {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-pageAbout__feelingsHead {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-pageAbout__feelingsHead {
    font-size: 2rem;
  }
}

.p-pageAbout__feelingsText {
  margin-top: 1.5rem;
  line-height: 2;
}
.p-pageAbout__feelingsText br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-pageAbout__feelingsText br {
    display: block;
  }
}

.p-member {
  background: #EAEAEA;
}
@media screen and (min-width: 768px) {
  .p-member {
    margin-top: -35rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-member {
    margin-top: -10rem;
  }
}

.p-member__contents {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-member__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .p-member__contents {
    margin-top: 5rem;
    gap: 3.75rem;
  }
}

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

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

.p-member__name {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-member__name {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
}

.p-member__nameEn {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #626262;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-member__nameEn {
    font-size: 0.875rem;
  }
}

.p-member__post {
  margin-top: 0.5rem;
  line-height: 1.5;
}

.p-history {
  background: #D0CEC9;
}

.p-history__contents {
  margin-top: 3.75rem;
  max-width: 61.25rem;
  width: 100%;
  margin-inline: auto;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-history__contents {
    margin-top: 5rem;
    padding-bottom: 1.5rem;
  }
}

.p-history__line {
  position: absolute;
  top: 0;
  left: 3.5rem;
  width: 1px;
  height: 0;
  background: #626262;
}
@media screen and (min-width: 600px) {
  .p-history__line {
    left: 4.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-history__line {
    left: 6.125rem;
  }
}

.p-history__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: 2.5rem;
}

.p-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .p-history__item {
    gap: 1.5rem;
  }
}

.p-history__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 600px) {
  .p-history__date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-history__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-history__year::after {
  content: ".";
  width: 0.375rem;
  height: 0.875rem;
}

.p-history__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .p-history__body {
    gap: 1.5rem;
  }
}

.p-history__dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.875rem;
  height: 0.375rem;
  margin-top: 0.625rem;
}
.p-history__dot::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #626262;
}
.p-history__dot::after {
  content: "";
  width: 1.625rem;
  height: 1px;
  margin-left: -0.125rem;
  background: #626262;
}
@media screen and (min-width: 1024px) {
  .p-history__dot {
    width: 4.5rem;
  }
  .p-history__dot::after {
    width: 4.25rem;
  }
}

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

.p-company {
  background: #EAEAEA;
}

.p-company__table {
  margin-top: 3.75rem;
  max-width: 61.25rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-company__table {
    margin-top: 5rem;
  }
}

.p-company__tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-company__tbody {
    gap: 2rem;
  }
}

.p-company__row {
  padding-inline: 0.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #BCBCBC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-company__row {
    padding-inline: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company__row {
    padding-bottom: 2rem;
  }
}

.p-company__head {
  width: clamp(6.25rem, 26.6666666667vw, 12.5rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
}

.p-company__data {
  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.625rem;
}
@media screen and (min-width: 768px) {
  .p-company__data br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-company__data {
    gap: 0.75rem;
  }
}

.p-message {
  background: #D8D6CD;
}

.p-message__contents {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-message__contents {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: grid;
    grid-template-columns: 500fr 480fr;
    gap: clamp(2.5rem, 6.9444444444vw, 6.25rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-message__contents {
    margin-top: 6.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-message__contents {
    grid-template-columns: 560fr 480fr;
  }
}

.p-message__left {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-message__left {
    display: block;
    position: sticky;
    top: 15vh;
    height: 100vh;
    overflow: hidden;
  }
  .p-message__left img {
    position: absolute;
    inset: 0;
    aspect-ratio: 560/600;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1280px) {
  .p-message__left {
    top: 10vh;
  }
}

.p-message__textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-message__textArea {
    padding-bottom: 37.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-message__textArea {
    gap: 5rem;
    padding-bottom: 12.5rem;
  }
}

.p-message__img img {
  aspect-ratio: 335/238;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-message__img {
    display: none;
  }
}

.p-message__textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.p-message__textWrap .left-bracket {
  margin-left: -0.4em;
}
.p-message__textWrap .right-bracket {
  margin-right: -0.4em;
}
@media screen and (min-width: 1024px) {
  .p-message__textWrap {
    gap: 2.5rem;
  }
}

.p-message__head {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.8;
}
.p-message__head .letter-spacing {
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .p-message__head {
    font-size: 1.75rem;
  }
}

.p-message__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  line-height: 2;
}
.p-message__text .line-break {
  display: none;
}
.p-message__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.p-message__text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-message__text li::before {
  content: "・";
  width: 0.875rem;
  height: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .p-message__text {
    gap: 1.25rem;
  }
}

.p-message__signature {
  line-height: 1.5;
}

.p-message__position {
  font-weight: 500;
}

.p-message__name {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-message__name {
    font-size: 1.5rem;
  }
}

.u-hidden-md {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-hidden-md {
    display: block;
  }
}

.u-hidden-sm-lg {
  display: none;
}
@media screen and (min-width: 1280px) {
  .u-hidden-sm-lg {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .u-hidden-lg-xl {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .u-hidden-xl {
    display: none;
  }
}

.u-hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover:hover {
    opacity: 0.7;
  }
}
.u-hover:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .u-hover {
    /* hoverが使えない端末 スマホ想定 */
  }
  .u-hover:active {
    opacity: 0.7;
  }
}

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

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.u-fadeUp.js-show {
  -webkit-animation: fadeUp 1s 1;
          animation: fadeUp 1s 1;
}

.u-clipView {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.6s ease;
  transition: clip-path 0.6s ease;
}
.u-clipView.js-show {
  clip-path: inset(0 0 0 0);
}

.u-clipView--reverse {
  clip-path: inset(0 0 0 100%);
}

.u-clipView--slow {
  -webkit-transition: clip-path 1.2s ease;
  transition: clip-path 1.2s ease;
}

@-webkit-keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}

@keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}