@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

body.drawer-open {
  overflow: hidden;
}

/* リキッドレイアウト対応 */
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

body {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

body.fade-in {
  opacity: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

.l-inner {
  max-width: 37.5rem;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-page-inner {
  max-width: 37.5rem;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-page-inner {
    max-width: 965px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-404 {
  height: 100vh;
  padding-top: 5.5625rem;
  padding-bottom: 6.875rem;
  background: url(../images/common/mv_404_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-404 {
    background: url(../images/common/mv_404.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 11rem;
    padding-bottom: 6rem;
    height: 48rem;
  }
}

.p-404__content {
  border: 3px solid #fff;
  padding-top: 7.25rem;
  padding-bottom: 7.25rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-404__content {
    padding-left: initial;
    padding-right: initial;
  }
}

.p-404__block {
  max-width: 40.625rem;
  margin-inline: auto;
}

.p-404__title-wrapper {
  display: flex;
  align-items: center;
}

.p-404__title {
  color: #363636;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-404__title {
    font-size: 2.5rem;
  }
}

.p-404__number {
  color: rgba(54, 54, 54, 0.15);
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 4.25rem;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-404__number {
    margin-left: 1.375rem;
    font-size: 8rem;
  }
}

.p-404__text-wrapper {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-404__text-wrapper {
    margin-top: 1.5rem;
  }
}

.p-404__text {
  line-height: 1.6;
  font-weight: 400;
  color: #363636;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    font-size: 1.125rem;
  }
}

.p-404__btn-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn-wrapper {
    margin-top: 1.5rem;
  }
}

.p-404__btn {
  background: #6d6d6d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #6d6d6d;
  border-radius: 2.5rem;
  transition: 0.3s ease-in-out;
  width: 8.75rem;
  padding: 0.375rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.375rem;
    padding-right: 0.875rem;
    width: 15.625rem;
  }
}

.p-404__btn-text {
  font-weight: 500;
  color: #fff;
  font-size: 0.625rem;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-404__btn-text {
    letter-spacing: 0.1em;
    font-size: 1rem;
  }
}

.p-404__btn:hover {
  background: #fff;
  transition: 0.3s ease-in-out;
}

.p-404__btn:hover .p-404__text {
  color: #fff;
}

.p-404__btn svg {
  width: 0.9375rem;
  height: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn svg {
    width: 2rem;
    height: 2rem;
  }
}

.p-404__btn circle,
.p-404__btn path {
  transition: 0.3s ease-in-out;
}

.p-404__btn:hover circle {
  fill: #6d6d6d;
  opacity: 1;
}

.p-404__btn:hover path {
  fill: #fff;
}

.p-404__btn:hover .p-404__btn-text {
  color: #6d6d6d;
}

.test {
  font-size: 3.125rem;
  color: #4fc3e0;
}

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

.p-test__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-achievements {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-achievements {
    padding-top: 6.0625rem;
    padding-bottom: 7rem;
  }
}

.p-achievements__content {
  max-width: 59.25rem;
  margin-inline: auto;
}

.p-achievements__enTitle {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-achievements__enTitle {
    font-size: 3.625rem;
  }
}

.p-achievements__jaTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-achievements__jaTitle {
    margin-top: 0.875rem;
    font-size: 1.25rem;
  }
}

.p-achievements__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-achievements__list {
    display: flex;
    margin-top: 4.1875rem;
    gap: 0;
  }
}

.p-achievements__card {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-achievements__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-achievements__card {
    width: 15.5625rem;
    flex: 0 0 auto;
  }
  .p-achievements__card + .p-achievements__card {
    margin-left: -1rem;
  }
}

.p-archive-news-mv {
  position: relative;
  height: 20rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-archive-news-mv {
    height: 30rem;
  }
}

.p-archive-news-mv__media {
  position: absolute;
  inset: 0;
}
.p-archive-news-mv__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-archive-news-mv__overlay {
  position: absolute;
  inset: 0;
  background: rgba(86, 86, 86, 0.4);
}

.p-archive-news-mv .l-inner {
  position: relative;
  z-index: 1;
  height: 100%;
}

.p-archive-news-mv__titles {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-archive-news-mv__en {
  font-family: "Cormorant", serif;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-archive-news-mv__en {
    font-size: 3.625rem;
  }
}

.p-archive-news-mv__ja {
  margin-top: 0.875rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-archive-news-mv__ja {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}

.p-archive-news {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news {
    padding-top: 6.875rem;
    padding-bottom: 15rem;
  }
}

.p-archive-news__content {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

.p-archive-news__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-archive-news__title {
    font-size: 3rem;
  }
}

.p-archive-news__table {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__table {
    margin-top: 10.75rem;
  }
}

.p-archive-news__row {
  border-bottom: 1px solid #969696;
  padding: 0.875rem 0;
  display: grid;
  row-gap: 0.625rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-archive-news__row {
    padding: 1.125rem 0;
    align-items: center;
    grid-template-columns: 3.4375rem minmax(11.25rem, 1fr) 8.75rem 16.25rem;
    column-gap: 1.875rem;
  }
}

.p-archive-news__area {
  width: 3.4375rem;
  height: 1.375rem;
  background: #222;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  padding-bottom: 0.125rem;
}

.p-archive-news__name,
.p-archive-news__tel,
.p-archive-news__address {
  line-height: 1.7;
  color: #000;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__name,
  .p-archive-news__tel,
  .p-archive-news__address {
    font-size: 1rem;
  }
}

.p-common-link__list {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-common-link__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-common-link__item {
  min-width: 0;
}

.p-common-link__link {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  aspect-ratio: 479/390;
}
.p-common-link__link.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.p-common-link__img img {
  transition: 0.3s ease-in-out;
  aspect-ratio: 479/390;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.p-common-link__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.p-common-link__overlay {
  position: absolute;
  inset: 0;
  background: rgba(86, 86, 86, 0.38);
  z-index: 1;
}

.p-common-link__body {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-common-link__en {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-common-link__en {
    font-size: 3.625rem;
  }
}

.p-common-link__ja {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: -0.25rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-common-link__ja {
    font-size: 1.25rem;
  }
}

.p-common-link__link:hover .p-common-link__img img {
  transform: scale(1.05);
}

.p-common-mv {
  position: relative;
  overflow-x: clip;
}
.p-common-mv .l-inner {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.p-common-mv__content {
  position: relative;
  overflow: hidden;
  aspect-ratio: 480/480;
}
@media screen and (min-width: 768px) {
  .p-common-mv__content {
    aspect-ratio: 1440/480;
  }
}

.p-common-mv__media {
  position: absolute;
  inset: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-common-mv__media {
    margin-top: -2.5rem;
  }
}
.p-common-mv__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.p-common-mv__media svg {
  padding-top: 2.5rem;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 1565/1565;
}
@media screen and (min-width: 768px) {
  .p-common-mv__media svg {
    aspect-ratio: 1565/780;
  }
}

.p-common-mv__media--csr {
  top: -11.25rem;
  z-index: -1;
}

@media (prefers-reduced-motion: reduce) {
  .p-common-mv__waveGroup {
    filter: none;
  }
}
.p-common-mv__titles {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 4;
  display: grid;
  justify-items: center;
  row-gap: 0.75rem;
  text-align: center;
}

.p-common-mv__enTitle {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 0.48;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-common-mv__enTitle {
    font-size: 3.625rem;
  }
}

.p-common-mv__jaTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0.75rem;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-common-mv__jaTitle {
    font-size: 1.25rem;
  }
}

.p-contactThanks {
  padding-top: 4.375rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-contactThanks {
    padding-top: 6.875rem;
    padding-bottom: 8.75rem;
  }
}

.p-contactThanks__content {
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-contactThanks__title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-contactThanks__title {
    font-size: 1.625rem;
  }
}

.p-contactThanks__text {
  margin-top: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-contactThanks__text {
    margin-top: 1.5rem;
    font-size: 1.125rem;
  }
}

.p-contactThanks__btn {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-contactThanks__btn {
    margin-top: 2.5rem;
  }
}

.p-contactThanks__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 3.75rem;
  border-radius: 9999px;
  background: #222;
  color: #fff;
  border: 1px solid #222;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  transition: 0.3s ease-in-out;
}
.p-contactThanks__link:hover {
  background: rgba(54, 54, 54, 0.3);
  border-color: #fff;
}

.p-contact {
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-bottom: 8.25rem;
  }
}

.p-contact__head {
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
}

.p-contact__lead {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-contact__lead {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

.p-contact__form {
  margin-top: 1.5rem;
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    margin-top: 4.5rem;
  }
}

/* CF7 multi-step (input/confirm) */
.js-contactForm.is-confirm .js-contactInput {
  display: none;
}
.js-contactForm.is-confirm .js-contactConfirmArea {
  display: block;
}

.js-contactConfirmArea {
  display: none;
}

.p-contact .p-form__row-wrapper {
  border-top: none;
  padding-top: 0;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact .p-form__row-wrapper {
    padding-bottom: 1.25rem;
  }
}
.p-contact .p-form__row {
  display: block;
}
.p-contact .p-form__dt-wrapper {
  width: auto;
  padding-top: 0;
  margin-bottom: 0.625rem;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact .p-form__dt-wrapper {
    margin-bottom: 0.625rem;
  }
}
.p-contact .p-form__dt {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-contact .p-form__dt {
    font-size: 1rem;
  }
}
.p-contact .p-form__need {
  width: 2.8125rem;
  height: 1.375rem;
  border-radius: 0.25rem;
  font-size: 0.6875rem;
}
.p-contact .p-form__description {
  width: 100%;
  margin: 0;
  padding: 0;
}
.p-contact .p-form input[type=text],
.p-contact .p-form input[type=tel],
.p-contact .p-form input[type=email] {
  border: 1px solid #5b5b5b;
  border-radius: 0.5rem;
  min-height: 3.625rem;
  font-size: 1rem;
  color: #000;
  padding: 0.875rem 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-contact .p-form input[type=text],
  .p-contact .p-form input[type=tel],
  .p-contact .p-form input[type=email] {
    min-height: 3.625rem;
    font-size: 1rem;
  }
}
.p-contact .p-form textarea {
  border: 1px solid #5b5b5b;
  border-radius: 0.5rem;
  min-height: 10.625rem;
  font-size: 1rem;
  color: #000;
  padding: 0.875rem 1.25rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-contact .p-form textarea {
    min-height: 10.625rem;
  }
}
.p-contact .p-form input::placeholder,
.p-contact .p-form textarea::placeholder {
  color: #5b5b5b;
  font-size: 1rem;
  opacity: 1;
}
.p-contact .p-form__privacy-wrapper {
  margin-top: 0.5rem;
  text-align: left;
}
.p-contact .p-form__privacy-text {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-contact .p-form__privacy-text {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}
.p-contact .wpcf7-acceptance,
.p-contact .wpcf7-checkbox {
  display: inline-flex;
  align-items: center;
  margin-top: 0.5rem;
}
.p-contact .wpcf7-acceptance .wpcf7-list-item,
.p-contact .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  width: auto;
  display: inline-block;
}
.p-contact .wpcf7-acceptance .wpcf7-list-item label,
.p-contact .wpcf7-checkbox .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}
.p-contact .wpcf7-acceptance .wpcf7-list-item-label,
.p-contact .wpcf7-checkbox .wpcf7-list-item-label {
  color: #000;
  line-height: 1.4;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact .wpcf7-acceptance .wpcf7-list-item-label,
  .p-contact .wpcf7-checkbox .wpcf7-list-item-label {
    gap: 0.625rem;
    font-size: 1.125rem;
  }
}
.p-contact .wpcf7-acceptance .wpcf7-list-item-label::before,
.p-contact .wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  border: 1px solid #5b5b5b;
  border-radius: 0.25rem;
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  flex: 0 0 auto;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact .wpcf7-acceptance .wpcf7-list-item-label::before,
  .p-contact .wpcf7-checkbox .wpcf7-list-item-label::before {
    width: 1.9375rem;
    height: 1.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-contact .wpcf7-acceptance .wpcf7-list-item-label,
  .p-contact .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 1.25rem;
  }
}
.p-contact .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.p-contact .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #fff;
  background-image: url("../images/common/contact-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem 0.75rem;
  border-color: #000;
}
.p-contact .p-form__btn-wrapper {
  margin-top: 2rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-contact .p-form__btn-wrapper {
    margin-top: 4rem;
  }
}
.p-contact .p-form__btn-outside {
  width: 15.5rem;
  justify-content: center;
}
.p-contact .p-form__btn-outside::before,
.p-contact .p-form__btn-outside::after {
  display: none;
}
.p-contact .p-form__btn input[type=submit],
.p-contact .p-form__btn input[type=button] {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  width: 13.125rem;
  height: 2.75rem;
  transition: opacity 0.3s ease, background 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-contact .p-form__btn input[type=submit],
  .p-contact .p-form__btn input[type=button] {
    width: 15.5rem;
    height: 3.6875rem;
    font-size: 1.25rem;
  }
}
.p-contact .p-form__btn input[type=submit]:disabled,
.p-contact .p-form__btn input[type=button]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.p-contact .p-form__btn input[type=submit]:hover,
.p-contact .p-form__btn input[type=button]:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.p-contact .p-form__btn input[type=submit]:disabled:hover,
.p-contact .p-form__btn input[type=button]:disabled:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}
.p-contact .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-contact .wpcf7-not-valid-tip {
  margin-top: 0.375rem;
  font-size: 0.75rem;
}

.p-contactConfirm__title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #000;
  text-align: left;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contactConfirm__title {
    margin-bottom: 1.625rem;
  }
}

.p-contactConfirm__value {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #000;
  white-space: pre-wrap;
}

.p-page-mv__wave {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 110vw;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.p-page-mv__overlay {
  z-index: 2;
}

.p-page-mv__detail {
  z-index: 3;
}

.p-drawer-icon {
  background: #fff;
  transition: 0.3s;
  border-radius: 9999px;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon {
    display: none;
  }
}

.p-header--light .p-drawer-icon {
  border: 1px solid #000;
}

.p-drawer-icon.is-active {
  position: relative;
  z-index: 10001;
  background: #222;
}
.p-drawer-icon.is-active .p-drawer-icon__bars {
  width: 0.9375rem;
  height: 0.9375rem;
}
.p-drawer-icon.is-active .p-drawer-icon__bar1 {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-drawer-icon.is-active .p-drawer-icon__bar3 {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-drawer-icon__bars {
  position: relative;
  width: 1.75rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bars {
    gap: 0.5rem;
    width: 1.75rem;
    height: 0.75rem;
  }
}

.p-drawer-icon__bar1 {
  height: 2px;
  background: #333;
  transition: 0.5s;
  width: 1.25rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bar1 {
    width: 1.75rem;
  }
}

.p-drawer-icon__bar3 {
  height: 2px;
  background: #333;
  transition: 0.5s;
  display: flex;
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bar3 {
    width: 1.75rem;
  }
}

.p-drawer-content {
  width: 100%;
  height: 100dvh;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.95);
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 6.25rem 1.5rem 2.5rem;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .p-drawer-content {
    display: none;
  }
}

.p-drawer-content.is-active {
  visibility: visible;
  opacity: 1;
}

.p-drawer-content__items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding-bottom: 1.25rem;
}

.p-drawer-content__lists {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.p-drawer-content__list {
  text-align: left;
}

.p-drawer-content__list--parent .p-drawer-content__link--parent {
  pointer-events: none;
  color: #000;
  font-weight: 700;
}

.p-drawer-content__link {
  font-size: 1.125rem;
  display: block;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  transition: opacity 0.3s ease;
  padding: 0.5rem 0;
}
.p-drawer-content__link:hover {
  opacity: 0.7;
}
.p-drawer-content__link.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.p-drawer-content__link--parent {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #666;
  padding-bottom: 0.75rem;
}

.p-drawer-content__sublist {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.75rem;
  padding-left: 1.25rem;
  border-left: 2px solid #e0e0e0;
}

.p-drawer-content__subitem {
  position: relative;
}
.p-drawer-content__subitem::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 1px;
  background: #999;
}

.p-drawer-content__sublink {
  font-size: 1rem;
  display: block;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding: 0.25rem 0;
}
.p-drawer-content__sublink:hover {
  opacity: 0.7;
  transform: translateX(4px);
}

.p-drawer-content__contact-wrapper {
  margin-top: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2.5rem;
  border-top: 1px solid #e0e0e0;
}

.p-drawer-content__contact {
  width: 100%;
  max-width: 17.5rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: #000;
  border-radius: 0.25rem;
  position: relative;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.p-drawer-content__contact:hover {
  background: #333;
  transform: translateY(-2px);
}
.p-drawer-content__contact:hover .p-drawer-content__contact-arrow {
  transform: translateX(4px);
}
.p-drawer-content__contact:active {
  transform: translateY(0);
}

.p-drawer-content__contact-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.p-drawer-content__contact-arrow {
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
  transition: transform 0.3s ease;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.p-features {
  background: #3a3a3a;
  color: #fff;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-features {
    padding-top: 7.75rem;
    padding-bottom: 15.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__content {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-features__content--other {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-features__enTitle {
  font-family: "Cormorant", serif;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-features__enTitle {
    font-size: 3.625rem;
  }
}

.p-features__jaTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-features__jaTitle {
    margin-top: 0.875rem;
    font-size: 1.25rem;
  }
}

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

.p-features__item {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-features__item {
    flex-direction: row;
    justify-content: start;
    align-items: start;
    gap: 2.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__item--other {
    gap: 6.4375rem;
  }
}

.p-features__item + .p-features__item {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-features__item + .p-features__item {
    margin-top: 11.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__item--other + .p-features__item--other {
    margin-top: 8.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__item--reverse {
    flex-direction: row-reverse;
  }
}

.p-features__itemBody {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-features__itemBody {
    max-width: 33.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__itemBody--other {
    max-width: 27.375rem;
  }
}

.p-features__itemTitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.45;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-features__itemTitle {
    font-size: 1.5rem;
  }
}

.p-features__itemText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.05;
  color: #fff;
  margin-top: 1.5rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-features__itemText {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.p-features__itemMedia {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-features__itemMedia {
    max-width: 38.0625rem;
  }
}

.p-features__itemMedia img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-features__itemOther-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-features__itemOther-img {
    max-width: 22.1875rem;
  }
}

.p-features__itemOther-img img {
  aspect-ratio: 355/237;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.p-footer {
  background: #3a3a3a;
  color: #fff;
  padding-top: 2.75rem;
  padding-bottom: 2rem;
}

.p-footer a {
  color: inherit;
  text-decoration: none;
}

.p-footer__top {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.5rem;
  }
}

.p-footer__name {
  font-size: 1.25rem;
  font-weight: 400;
}

.p-footer__address {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.p-footer__nav {
  margin-top: 1.75rem;
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    margin-top: 2.25rem;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    max-width: 32.5rem;
  }
}

.p-footer__navList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.p-footer__navLink {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}
.p-footer__navLink:hover, .p-footer__navLink:focus-visible {
  opacity: 0.7;
}

.p-footer__navLink--disabled {
  pointer-events: none;
}

.p-footer__cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 600px) {
  .p-footer__cta {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__cta {
    gap: 1.25rem;
  }
}

.p-footer__ctaLink {
  border: 1px solid #fff;
  min-height: 5rem;
  padding: 0.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s, background-color 0.2s, color 0.2s;
}
@media screen and (min-width: 768px) {
  .p-footer__ctaLink {
    width: 18.125rem;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
}
.p-footer__ctaLink:hover, .p-footer__ctaLink:focus-visible {
  background: #fff;
  color: #3a3a3a;
}
.p-footer__ctaLink.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.p-footer__ctaEn {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
}

.p-footer__ctaJa {
  font-size: 1.25rem;
  line-height: 1.4;
}

.p-footer__divider {
  margin-top: 2rem;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-footer__divider {
    margin-top: 6rem;
  }
}

.p-footer__copyright {
  line-height: 1.3;
  text-align: center;
  margin-top: 0.75rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.p-form__row-wrapper {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px dotted #222;
}
@media screen and (min-width: 768px) {
  .p-form__row-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-form__row-wrapper:first-child {
  border-top: none;
}

@media screen and (min-width: 768px) {
  .p-form__row {
    display: flex;
    align-items: flex-start;
  }
}

.p-form__row + .p-form__row {
  margin-top: 0.75rem;
}

.p-form__dt-wrapper {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__dt-wrapper {
    padding-top: 0.5rem;
    width: 14.375rem;
  }
}

.p-form__dt {
  color: #222;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-form__dt {
    font-size: 1.125rem;
  }
}

.p-form__dt span {
  color: #363636;
  font-size: 0.875rem;
}

.p-form__need {
  color: #fff;
  background: #ed1c24;
  font-size: 0.625rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4375rem;
  height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-form__need {
    font-size: 0.875rem;
  }
}

.p-form__need--black {
  color: #363636;
}

.wpcf7-spinner {
  display: none;
}

.p-form__description--radio .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #222;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .wpcf7-list-item-label {
    font-size: 1.125rem;
  }
}
.p-form__description--radio {
  /* デフォルトのボタン */
}
.p-form__description--radio input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.p-form__description--radio {
  /* チェック前のボタン */
}
.p-form__description--radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #222;
  border-radius: 9999px; /* ラジオボタンっぽく丸くする */
  content: "";
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.5s;
  width: 1.125rem;
  height: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .wpcf7-list-item-label::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-form__description--radio {
  /* チェック後のボタン */
}
.p-form__description--radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #ed1c24; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 5px #fff; /* 中心の色のスタイル */
}
.p-form__description--radio .custom-radio {
  display: flex;
  row-gap: 1.125rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .custom-radio {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.wpcf7-list-item {
  margin-left: initial;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item {
    margin-right: initial;
  }
}

.p-form__description {
  font-size: 0.875rem;
  word-wrap: break-word;
  color: #363636;
  padding-top: initial;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__description {
    margin-top: initial;
    font-size: 1rem;
    line-height: 1.2;
    width: calc(100% - 14.375rem);
    margin-left: 3.8125rem;
  }
}

.p-form input[type=text],
.p-form input[type=tel],
.p-form input[type=email] {
  width: 100%;
  border: 1px solid #909090;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 0.625rem 0.75rem;
  border-radius: 0.375rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=tel],
  .p-form input[type=email] {
    font-size: 1.125rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.p-form textarea {
  border: 1px solid #909090;
  width: 100%;
  height: 12.5rem;
  font-size: 0.75rem;
  padding: 0.625rem 0.75rem;
  resize: none;
  border-radius: 0.375rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    height: 12.5rem;
  }
}

.p-form__btn-wrapper {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__btn-wrapper {
    flex-direction: row;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

.p-form__btn-outside {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside {
    width: 15rem;
  }
}

.p-form__btn-outside::before {
  position: absolute;
  content: "";
  background: url(../images/common/btn_icon_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  left: 0.375rem;
  transition: 0.3s ease-in-out;
  aspect-ratio: 12/24;
  object-fit: cover;
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside::before {
    width: 1.5rem;
  }
}

.p-form__btn-outside::after {
  position: absolute;
  content: "";
  background: url(../images/common/btn_icon_white_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 12/24;
  object-fit: cover;
  height: auto;
  right: 0.375rem;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside::after {
    width: 1.5rem;
  }
}

.p-form__btn input[type=submit],
.p-form__btn input[type=button] {
  transition: 0.3s ease-in-out;
  position: relative;
  border: 1px solid #222;
  background: #222;
  font-size: 1.125rem;
  width: 15rem;
  height: 3.75rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.p-form__btn input[type=submit]:hover,
.p-form__btn input[type=button]:hover {
  background: rgba(54, 54, 54, 0.3);
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}

input::placeholder {
  color: rgba(54, 54, 54, 0.3);
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  input::placeholder {
    font-size: 1.125rem;
  }
}

.p-form__privacy-wrapper {
  text-align: center;
}

.p-form__privacy-text {
  color: #222;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__privacy-text {
    font-size: 1.125rem;
  }
}

.p-form__privacy-text a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .wpcf7-list-item {
    width: 17.5rem;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  height: 4.625rem;
}

.p-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 34%, rgba(0, 0, 0, 0.2) 77%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.p-header__inner {
  position: relative;
  height: 100%;
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-right: 1.6875rem;
    padding-left: 1.6875rem;
  }
}

.p-header__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.p-header__logoLink {
  display: inline-flex;
  align-items: center;
  gap: 0.5625rem;
  color: #fff;
}

.p-header__logo {
  width: 2.6875rem;
  height: auto;
}

.p-header__logoText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-header__logoText {
    font-size: 1.5rem;
  }
}

.p-header__nav {
  display: none;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: flex;
  }
}

.p-header__navList {
  display: flex;
  align-items: center;
  gap: 2.3125rem;
}

.p-header__navItem {
  position: relative;
}

.p-header__navItem--hasDropdown .p-header__navLink {
  cursor: pointer;
}
.p-header__navItem--hasDropdown:hover .p-header__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.p-header__navLink {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.1375;
  color: #fff;
  white-space: nowrap;
  padding: 0.625rem 0;
}

.p-header__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 12.5rem;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  padding: 0.625rem 0;
  margin-top: 0.625rem;
  z-index: 1000;
}

.p-header__dropdownItem:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.p-header__dropdownLink {
  display: block;
  padding: 0.75rem 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #000;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.p-header__dropdownLink:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.p-header__cta {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
}

.p-header__btn {
  width: 8.1875rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.1375;
  color: #fff;
  white-space: nowrap;
}
.p-header__btn.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.p-header--light {
  background: #fff;
}

.p-header--light::before {
  display: none;
}

.p-header--light .p-header__logoLink,
.p-header--light .p-header__logoText,
.p-header--light .p-header__navLink {
  color: #000;
}

.p-header--light .p-header__btn {
  color: #000;
  border-color: #000;
}

.p-header--light .p-header__logo {
  width: 2.1875rem;
}

.p-header--light .p-header__dropdownLink {
  color: #000;
}

.p-history {
  background: #3a3a3a;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-history {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.p-history__content {
  max-width: 57.1875rem;
  margin-left: auto;
  margin-right: auto;
}

.p-history__enTitle {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-history__enTitle {
    font-size: 3.625rem;
  }
}

.p-history__jaTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-history__jaTitle {
    margin-top: 0.75rem;
    font-size: 1.25rem;
  }
}

.p-history__timeline {
  position: relative;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-history__timeline {
    margin-top: 4.0625rem;
  }
}
.p-history__timeline::before {
  content: "";
  position: absolute;
  left: 0.1875rem;
  top: 0.625rem;
  bottom: 0.625rem;
  width: 1px;
  background: #fff;
}

.p-history__item {
  display: grid;
  grid-template-columns: 0.4375rem 5.5rem 1fr;
  column-gap: 0.75rem;
  align-items: start;
  color: #fff;
}
.p-history__item + .p-history__item {
  margin-top: 3.625rem;
}

.p-history__dot {
  margin-top: 0.6875rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 9999px;
  background: #fff;
}

.p-history__year,
.p-history__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.05;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-history__year,
  .p-history__desc {
    font-size: 1rem;
  }
}

.p-home-topics__box {
  position: relative;
  z-index: 1;
}

.p-home-topics {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
}

.p-home-topics__top img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-home-topics__title {
  text-align: center;
}

.p-home-topics__block {
  margin-top: 2.5rem;
}

.p-home-topics__row {
  position: relative;
  border-bottom: 1px dotted #222;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-home-topics__row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
    align-items: center;
  }
}

.p-home-topics__row:first-child {
  border-top: 1px dotted #222;
}

.p-home-topics__metaBlock {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__metaBlock {
    width: 15rem;
  }
}

.p-home-topics__time {
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #222;
}

.p-home-topics__category {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background: #ed1c24;
  border-radius: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-home-topics__blockTitle {
  letter-spacing: 0.05em;
  line-height: 1.6111111111;
  color: #222;
  text-decoration: underline;
  font-size: 0.875rem;
  width: 100%;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__blockTitle {
    margin-top: initial;
    font-size: 1.125rem;
    width: calc(100% - 12.5rem);
  }
}

.p-home-topics__btn-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.p-home-topics__btn {
  width: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 3.75rem;
  background: #222;
  border-radius: 9999px;
}

.p-home-topics__icon {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: auto;
  aspect-ratio: 12/24;
  object-fit: cover;
  top: 54%;
  left: 0.375rem;
  transform: translateY(-50%);
}

.p-home-topics__btn-text {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__btn-text {
    font-size: 1.125rem;
  }
}

.p-home-topics__icon--right {
  right: 0.375rem;
  left: initial;
}

.p-home-topics__pagination {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__pagination {
    margin-top: 5rem;
  }
}

.p-home-topics__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__lists {
    gap: 0.875rem;
  }
}

.p-home-topics__list {
  padding-right: 1.4375rem;
}

.p-home-topics__pagination-link {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #222;
  transition: 0.3s ease-in-out;
}

.p-home-topics__pagination-link.current {
  background: #ed1c24;
  color: #fff;
  border: 1px solid #ed1c24;
}

.p-introduce {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-introduce {
    padding-top: 9.125rem;
    padding-bottom: 9.125rem;
  }
}

.p-introduce__media {
  position: absolute;
  inset: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: -1;
  top: -10rem;
}

.p-introduce__content {
  max-width: 56.1875rem;
}

.p-introduce__enTitle {
  font-family: "Cormorant", serif;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-introduce__enTitle {
    font-size: 3.625rem;
  }
}

.p-introduce__jaTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 0.875rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-introduce__jaTitle {
    margin-top: 0.25rem;
    font-size: 1.25rem;
  }
}

.p-introduce__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.05;
  color: #222;
  font-size: 0.875rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-introduce__text {
    font-size: 1rem;
    margin-top: 3rem;
  }
}

.p-loader {
  position: fixed;
  inset: 0;
  height: 100dvh;
  z-index: 9999;
  pointer-events: none;
}

.p-loader__bg {
  background: #3a3a3a;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.p-loader__center {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.p-loader__logoLink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.p-loader__logo-img {
  width: 3.75rem;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-loader__logo-img {
    width: 5rem;
  }
}

.p-loader__logoText {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.04em;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-loader__logoText {
    font-size: 1.75rem;
  }
}

.p-loader__char {
  display: inline-block;
}

body.is-loading {
  overflow: hidden;
}

.p-loader__logo-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-message {
  background: #3a3a3a;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-message {
    padding-top: 11.9375rem;
    padding-bottom: 12.875rem;
  }
}

.p-message__lead {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-message__lead {
    max-width: 26.25rem;
    white-space: nowrap;
  }
}

.p-message__catch {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-message__catch {
    font-size: 2rem;
    line-height: 1.59375;
  }
}

.p-message__name {
  margin-top: 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .p-message__name {
    margin-top: 1.0625rem;
    font-size: 1.5rem;
    line-height: 1.1666667;
  }
}

.p-message__media {
  position: relative;
  z-index: 2;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-message__media {
    margin-top: initial;
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .p-message__row--reverse .p-message__media {
    margin-right: initial;
    margin-left: calc(50% - 50vw);
  }
}

.p-message__media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.25);
}

.p-message__body {
  margin-top: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-message__body {
    padding-bottom: 3.875rem;
    margin-top: 4.5rem;
  }
}

.p-message__body::before {
  position: absolute;
  content: "";
  background: #fff;
  left: calc(50% - 50vw);
  right: -7.8125rem;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-message__body::before {
    top: -6.8125rem;
  }
}

.p-message__block--reverse .p-message__body::before {
  position: absolute;
  content: "";
  background: #fff;
  bottom: 0;
  right: calc(50% - 50vw);
  left: -7.8125rem;
}
@media screen and (min-width: 768px) {
  .p-message__block--reverse .p-message__body::before {
    top: -6.8125rem;
  }
}

.p-message__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-message__text {
    color: #000;
    font-size: 1rem;
    line-height: 2.05;
  }
}

.p-message__text + .p-message__text {
  margin-top: 0.75rem;
}

.p-message__company {
  display: flex;
  justify-content: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-message__company {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }
}

.p-message__companyLink {
  width: 100%;
  max-width: 18.125rem;
  min-height: 5rem;
  border: 1px solid #000;
  display: grid;
  place-content: center;
  row-gap: 0.5rem;
  color: #000;
  text-align: center;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.p-message__companyLink:hover {
  background: #000;
  color: #fff;
}

.p-message__companyEn {
  font-family: "Cormorant", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-message__companyEn {
    font-size: 2.25rem;
  }
}

.p-message__companyJa {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-message__companyJa {
    font-size: 1.25rem;
  }
}

.p-message__companyLink:hover .p-message__companyEn {
  color: #fff;
}

.p-message__companyLink:hover .p-message__companyJa {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-message__row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-message__row--reverse {
    gap: 2rem;
    flex-direction: row-reverse;
  }
}

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

.p-mv .l-inner {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.p-mv__content {
  position: relative;
  overflow: hidden;
}

.p-mv__media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 375/550;
  object-position: 40% 60%;
}
@media screen and (min-width: 768px) {
  .p-mv__media img {
    aspect-ratio: 1440/900;
    object-position: center;
  }
}

.p-mv__overlay {
  position: absolute;
  inset: 0;
  background: rgba(86, 86, 86, 0.38);
  pointer-events: none;
}

.p-mv__title {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.75rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    left: 5.5625rem;
    right: auto;
    top: 56%;
    font-size: 3.625rem;
    line-height: 1.8965518;
    justify-content: flex-start;
    column-gap: 1rem;
  }
}

.p-mv__titleMain,
.p-mv__titleSub {
  display: inline-block;
}

.p-news {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding-top: 7.5rem;
    padding-bottom: 25rem;
  }
}

.p-news__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4.1875rem;
    row-gap: 4.5rem;
  }
}

.p-news__itemLink {
  display: grid;
  gap: 0.5rem;
  color: inherit;
}

.p-news__thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 260/185;
}
.p-news__thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-news__thumbNoImage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-news__date {
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4875;
  color: #000;
}

.p-news__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.3222223;
  color: #000;
}

.p-news__empty {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  color: #222;
}

.p-news__pager {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-news__pager {
    margin-top: 3.5rem;
  }
}

.p-news__pagerInner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__pagerInner {
    gap: 2.4375rem;
  }
}

.p-news__pagerMeta {
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4875;
  color: #000;
}

.p-news__pagerLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5625rem;
  flex-wrap: wrap;
}

.p-news__pagerItem {
  display: grid;
}

.p-news__pagerLinks .page-numbers {
  width: 1.875rem;
  height: 1.875rem;
  display: grid;
  place-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: #000;
  text-decoration: none;
}
.p-news__pagerLinks .page-numbers.current {
  color: #fff;
  position: relative;
}
.p-news__pagerLinks .page-numbers.current::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  z-index: -1;
}
.p-news__pagerLinks .page-numbers.dots {
  width: auto;
  padding-inline: 0.375rem;
}

.p-page-company {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-page-company {
    padding-top: 9.0625rem;
    padding-bottom: 3.9375rem;
  }
}

.p-page-company__content {
  max-width: 56.3125rem;
  margin-left: auto;
  margin-right: auto;
}

.p-page-company__enTitle {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-page-company__enTitle {
    font-size: 3.625rem;
    line-height: 1.2;
  }
}

.p-page-company__jaTitle {
  margin-top: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-page-company__jaTitle {
    margin-top: 0.75rem;
    font-size: 1.25rem;
  }
}

.p-page-company__list {
  margin-top: 2.5rem;
  margin-inline: 0;
}
@media screen and (min-width: 768px) {
  .p-page-company__list {
    margin-top: 8.0625rem;
  }
}

.p-page-company__row {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.75rem;
  padding-block: 1.25rem;
  border-top: 1px solid #969696;
}
@media screen and (min-width: 768px) {
  .p-page-company__row {
    grid-template-columns: 13rem 1fr;
    column-gap: 1.5rem;
    row-gap: 0;
    padding-block: 1.25rem;
  }
}

.p-page-company__row--first {
  border-top: initial;
}

.p-page-company__list--bottom {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-company__list--bottom {
    margin-top: 2.125rem;
  }
}
.p-page-company__list--bottom .p-page-company__row:last-child {
  border-bottom: 1px solid #969696;
}

.p-page-company__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #000;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-company__label {
    font-weight: 400;
    font-size: 1rem;
    line-height: 2.05;
    width: 12.8125rem;
  }
}

.p-page-company__value {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #000;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-company__value {
    font-size: 1rem;
    line-height: 2.05;
  }
}

.p-page-company__value--address {
  line-height: 1.8;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-company__value--address {
    line-height: 1.3625;
  }
}

.p-page-company__map {
  margin-top: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-company__map {
    margin-top: 1.75rem;
  }
}
.p-page-company__map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 691/470;
  object-fit: cover;
}

.p-page-company__exec {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-page-company__exec {
    grid-template-columns: 8.875rem 1fr;
    column-gap: 1rem;
    row-gap: 0;
  }
}
.p-page-company__exec + .p-page-company__exec {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-page-company__exec + .p-page-company__exec {
    margin-top: 0.375rem;
  }
}

.p-page-company__execTitle,
.p-page-company__execName {
  font-size: 0.9375rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-page-company__execTitle,
  .p-page-company__execName {
    font-size: 1rem;
    line-height: 2.05;
  }
}

.p-page-company__execTitle {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-page-company__execTitle {
    font-weight: 400;
  }
}

.p-page-company__cta {
  margin-top: 3.125rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-page-company__cta {
    margin-top: 7.875rem;
  }
}

.p-page-company__ctaLink {
  width: 100%;
  max-width: 20rem;
  min-height: 5rem;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.5rem;
  border: 1px solid #000;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-page-company__ctaLink {
    width: 18.125rem;
    min-height: 5rem;
    gap: 0.5rem;
  }
}
.p-page-company__ctaLink:hover {
  background-color: #000;
}
.p-page-company__ctaLink:hover .p-page-company__ctaEn,
.p-page-company__ctaLink:hover .p-page-company__ctaJa {
  color: #fff;
}

.p-page-company__ctaEn {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-page-company__ctaEn {
    font-size: 2.25rem;
    line-height: 1;
  }
}

.p-page-company__ctaJa {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-page-company__ctaJa {
    font-size: 1.25rem;
  }
}

.p-page-company__row--last {
  border-bottom: initial !important;
}

.p-page-mv {
  overflow-x: clip;
}

.p-page-mv__content {
  position: relative;
}

.p-page-mv__img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.p-page-mv__img img {
  aspect-ratio: 480/480;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-page-mv__img img {
    aspect-ratio: 1440/480;
    object-position: center;
  }
}

.p-page-mv__img--mobile img {
  object-position: 67%;
}
@media screen and (min-width: 768px) {
  .p-page-mv__img--mobile img {
    object-position: center;
  }
}

.p-page-mv__img--corporate img {
  object-position: 68%;
}
@media screen and (min-width: 768px) {
  .p-page-mv__img--corporate img {
    object-position: center;
  }
}

.p-page-mv__img--event img {
  object-position: 68%;
}
@media screen and (min-width: 768px) {
  .p-page-mv__img--event img {
    object-position: center;
  }
}

.p-page-mv__img--other img {
  object-position: 55%;
}
@media screen and (min-width: 768px) {
  .p-page-mv__img--other img {
    object-position: center;
  }
}

.p-page-mv__detail {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.p-page-mv__en {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Cormorant", serif;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-page-mv__en {
    font-size: 3.625rem;
  }
}

.p-page-mv__ja {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-page-mv__ja {
    font-size: 1.25rem;
  }
}

.p-privacy {
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-privacy {
    padding-bottom: 10rem;
  }
}

.p-privacy__content {
  max-width: 56.1875rem;
  margin-inline: auto;
}

.p-privacy__enTitle {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-privacy__enTitle {
    font-size: 3.625rem;
  }
}

.p-privacy__jaTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__jaTitle {
    margin-top: 0.875rem;
    font-size: 1.25rem;
  }
}

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

.p-privacy__intro {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.05;
  color: #222;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__intro {
    font-size: 1.25rem;
  }
}

.p-privacy__sections {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__sections {
    gap: 2.5rem;
    margin-top: 3.5rem;
  }
}

.p-privacy__sectionTitle {
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__sectionTitle {
    font-size: 1.25rem;
  }
}

.p-privacy__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.05;
  color: #222;
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__text {
    margin-top: 1rem;
    font-size: 1.25rem;
  }
}

.p-privacy__list {
  padding-left: 1.125rem;
  display: grid;
  list-style: disc;
}

.p-privacy__listItem {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #222;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__listItem {
    font-size: 1.25rem;
  }
}

.p-privacy__dl {
  margin-top: 1rem;
  display: grid;
  gap: 0.75rem;
}

.p-privacy__dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__dt {
    font-size: 1.25rem;
  }
}

.p-privacy__dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-privacy__dd {
    font-size: 1.25rem;
  }
}

.p-privacy__mail {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  word-break: break-all;
}

.p-purpose {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background: #E6E6E6;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-purpose {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.p-purpose__content {
  max-width: 57.1875rem;
  margin-left: auto;
  margin-right: auto;
}

.p-purpose__enTitle {
  font-family: "Cormorant", serif;
  font-weight: 700;
  line-height: 1;
  color: #000;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-purpose__enTitle {
    font-size: 3.625rem;
  }
}

.p-purpose__jaTitle {
  margin-top: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-purpose__jaTitle {
    font-size: 1.25rem;
  }
}

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

.p-purpose__sectionEn {
  font-family: "Cormorant", serif;
  font-weight: 700;
  line-height: 0.7;
  color: #000;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-purpose__sectionEn {
    font-size: 2.5rem;
  }
}

.p-purpose__visionTitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.1666667;
  color: #000;
  font-size: 1rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-purpose__visionTitle {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
}

.p-purpose__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.05;
  color: #000;
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-purpose__text {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.p-purpose__divider {
  border-top: 1px solid #000;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-purpose__divider {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.p-purpose__missionLead {
  margin-top: 0.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.6666667;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-purpose__missionLead {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
}

.p-purpose__missionItems {
  margin-top: 2.5rem;
  display: grid;
  gap: 2rem;
}

.p-purpose__missionItemTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-purpose__missionItemTitle {
    font-size: 1.25rem;
  }
}

.p-purpose__divider--bottom {
  margin-bottom: 0;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-purpose__divider--bottom {
    margin-top: 6rem;
  }
}

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

.p-purpose__policyInner {
  max-width: 56.375rem;
  margin-left: auto;
  margin-right: auto;
}

.p-purpose__policyHead {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-purpose__policyHead {
    gap: 1.25rem;
  }
}

.p-purpose__policyNum {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #000;
  margin-top: -0.75rem;
}
@media screen and (min-width: 768px) {
  .p-purpose__policyNum {
    margin-top: -1rem;
    font-size: 2.5rem;
  }
}

.p-purpose__policyTitle {
  font-family: "Cormorant", serif;
  font-weight: 700;
  color: #000;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-purpose__policyTitle {
    font-size: 2.5rem;
  }
}

.p-purpose__policyLead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.05;
  color: #000;
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-purpose__policyLead {
    margin-top: 1.625rem;
    font-size: 1rem;
  }
}

.p-purpose__policyFigure {
  margin-top: 2.4375rem;
  display: flex;
  justify-content: center;
}
.p-purpose__policyFigure img {
  display: block;
  width: 100%;
  max-width: 25.375rem;
  height: auto;
}

.p-purpose__policyList {
  margin-top: 3.4375rem;
  display: grid;
  gap: 2rem;
  padding: 0;
  list-style: none;
}

.p-purpose__policyItemTitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.1666667;
  color: #000;
}

.p-purpose__policyItemText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.05;
  color: #000;
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-purpose__policyItemText {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.p-sdgs {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs {
    padding-top: 3.9375rem;
    padding-bottom: 17.1875rem;
  }
}

.p-sdgs__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3125;
  text-align: center;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .p-sdgs__title {
    font-size: 2rem;
  }
}

.p-sdgs__panel {
  max-width: 56.1875rem;
  margin-inline: auto;
  border: 1px solid #000;
  padding: 1.25rem 20px 2rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__panel {
    margin-top: 2.5rem;
    padding: 5.625rem 4rem 7.0625rem;
  }
}

.p-sdgs__blocks {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__blocks {
    gap: 5.375rem;
  }
}

.p-sdgs__blockTitle {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.1666667;
  text-align: center;
  color: #313131;
  padding-bottom: 1rem;
  border-bottom: 1px solid #7c7c7c;
}
@media screen and (min-width: 768px) {
  .p-sdgs__blockTitle {
    font-size: 1.5rem;
    padding-bottom: 1.0625rem;
  }
}

.p-sdgs__icons {
  margin-top: 1.5rem;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__icons {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.375rem;
    margin-top: 1.875rem;
    max-width: 48rem;
    margin-inline: auto;
  }
}

.p-sdgs__icon {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.p-sdgs__text {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2.05;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-sdgs__text {
    font-size: 1rem;
    line-height: 2.05;
  }
}
@media screen and (min-width: 768px) {
  .p-sdgs__text {
    max-width: 48rem;
    margin-inline: auto;
  }
}

.p-shop-detail__title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-shop-detail__title {
    font-size: 3rem;
  }
}

.p-shop-detail__media {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-shop-detail__media {
    margin-top: 2.5rem;
  }
}
.p-shop-detail__media img {
  width: 100%;
  height: auto;
  display: block;
}

.p-shop-detail__pagination {
  position: static;
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
  gap: 0.9375rem;
}
.p-shop-detail__pagination .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 !important;
  background: #d9d9d9;
  opacity: 1;
}
.p-shop-detail__pagination .swiper-pagination-bullet-active {
  background: #3a3a3a;
}

.p-shop-detail__info {
  border-top: 1px solid #969696;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-shop-detail__info {
    margin-top: 4.5rem;
  }
}

.p-shop-detail__row {
  border-bottom: 1px solid #969696;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-shop-detail__row {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: grid;
    grid-template-columns: 5.6875rem 15.3125rem minmax(0, 1fr);
    align-items: center;
  }
}

.p-shop-detail__dt,
.p-shop-detail__dd {
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
}

.p-shop-detail__dd {
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-shop-detail__dd {
    grid-column: 3;
    margin-top: 0;
  }
}

.p-shop-detail__row--map {
  border-bottom: initial;
}
@media screen and (min-width: 768px) {
  .p-shop-detail__row--map {
    align-items: start;
  }
}
@media screen and (min-width: 768px) {
  .p-shop-detail__row--map .p-shop-detail__dt {
    align-self: start;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-shop-detail__row--map .p-shop-detail__dd {
    align-self: start;
  }
}

.p-shop-detail__map {
  position: relative;
  width: 100%;
  max-width: 34.1875rem;
  aspect-ratio: 547/473;
}
.p-shop-detail__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.p-shop-detail__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-shop-detail__slide-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 917/600;
}
@media screen and (min-width: 768px) {
  .p-shop-detail__slide-img img {
    aspect-ratio: 917/434;
  }
}

.p-single-topics {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.p-single-topics__title {
  border-bottom: 1px solid #222;
  padding-bottom: 0.75rem;
  text-align: center;
}
.p-single-topics__main {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main {
    margin-top: 2.5rem;
  }
}

.p-single-topics__main-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-title {
    font-size: 2rem;
  }
}

.p-single-topics__meta {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__meta {
    margin-top: 1.25rem;
  }
}

.p-single-topics__meta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-single-topics__meta-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.p-single-topics__meta-category {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ed1c24;
  border: 1px solid #ed1c24;
  padding: 0.125rem 0.75rem;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-single-topics__meta-category {
    font-size: 1rem;
  }
}

.p-single-topics__meta-text {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-topics__meta-text {
    font-size: 1.125rem;
  }
}

.p-single-topics__btn-wrapper {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-single-topics__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.p-single-topics__btn {
  width: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 3.75rem;
  background: #222;
  border-radius: 9999px;
}

.p-single-topics__icon {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: auto;
  aspect-ratio: 12/24;
  object-fit: cover;
  top: 54%;
  left: 0.375rem;
  transform: translateY(-50%);
}

.p-single-topics__btn-text {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__btn-text {
    font-size: 1.125rem;
  }
}

.p-single-topics__icon--right {
  right: 0.375rem;
  left: initial;
}

/* 段落 */
.p-single-topics__main-content p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  color: #222;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content p {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

/* 見出し */
.p-single-topics__main-content h2 {
  font-size: 1.5rem;
  color: #222;
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h2 {
    margin-top: 2rem;
    font-size: 2rem;
  }
}

.p-single-topics__main-content h2::before {
  position: absolute;
  content: "";
  background: #222;
  width: 100%;
  height: 2px;
  bottom: -0.25rem;
  left: 0;
  right: 0;
}

.p-single-topics__main-content h3 {
  font-size: 1.25rem;
  margin-top: 1.25rem;
  position: relative;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h3 {
    margin-top: 1.5rem;
    font-size: 1.75rem;
  }
}

.p-single-topics__main-content h3::before {
  position: absolute;
  content: "";
  background: #ed1c24;
  width: 0.25rem;
  left: 0;
  top: 0;
  bottom: 0;
}

.p-single-topics__main-content h4 {
  font-size: 1.125rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h4 {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}

.p-single-topics__main-content h5 {
  font-size: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h5 {
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
}

/* リスト */
.p-single-topics__main-content ul {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content ul {
    margin-top: 1rem;
  }
}

.p-single-topics__main-content ul li {
  list-style: disc;
  margin-left: 1rem;
}

.p-single-topics__main-content ol {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content ol {
    margin-top: 1rem;
  }
}

.p-single-topics__main-content ol li {
  list-style: decimal;
  margin-left: 1rem;
}

/* リンク */
.p-single-topics__main-content a {
  color: #ed1c24;
  text-decoration: underline;
  font-size: 1rem;
}

/* 画像 */
.p-single-topics__main-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content img {
    margin-top: 1rem;
  }
}

/* 囲み系（Gutenbergブロックでよく出る） */
.p-single-topics__main-content figure {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content figure {
    margin-top: 1rem;
  }
}

.p-single-topics__main-content figcaption {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #222;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content figcaption {
    margin-top: 1rem;
  }
}

/* 引用 */
/* テーブル */
.p-single-topics__main-content table {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content table {
    margin-top: 1rem;
  }
}

/* コード */
/* ボタン */
/* キャプション（画像などのキャプションに出る） */
/* スペーサー（余白ブロック） */
/* グループ（グループ化ブロック） */
/* カラム系 */
/* ギャラリー */
/* 埋め込み地図（Google Map iframe） */
.p-single-topics__main-content iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
  margin-top: 0.75rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content iframe {
    margin-top: 1rem;
  }
}

.p-single {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-single {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

.p-single__content {
  max-width: 57.5rem;
  margin-inline: auto;
}

.p-single__date {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4875;
  color: #000;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-single__date {
    font-size: 1rem;
  }
}

.p-single__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  margin-top: 0.75rem;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}

.p-single__hero {
  margin: 2.75rem 0 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 920/613;
  background: #d9d9d9;
}
.p-single__hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-single__body {
  margin-top: 1.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-single__body {
    font-size: 1rem;
  }
}
.p-single__body > *:first-child {
  margin-top: 0;
}
.p-single__body p {
  margin: 0;
}
.p-single__body p + p {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single__body p + p {
    margin-top: 1.5rem;
  }
}
.p-single__body h2,
.p-single__body h3,
.p-single__body h4,
.p-single__body h5 {
  margin: 2rem 0 1rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-single__body h2 {
  font-size: 1.5rem;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5rem;
}
.p-single__body h3 {
  font-size: 1.375rem;
  border-left: 0.25rem solid #000;
  padding-left: 0.75rem;
}
.p-single__body h4 {
  font-size: 1.1875rem;
}
.p-single__body h5, .p-single__body h6 {
  font-size: 1.0625rem;
}
.p-single__body ul,
.p-single__body ol {
  margin: 1.25rem 0;
  padding-left: 1.4em;
}
.p-single__body li {
  margin-top: 0.5rem;
}
.p-single__body li:first-child {
  margin-top: 0;
}
.p-single__body table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
  font-size: inherit;
}
.p-single__body th,
.p-single__body td {
  border: 1px solid #d9d9d9;
  padding: 0.625rem 0.75rem;
  text-align: left;
  vertical-align: top;
}
.p-single__body th {
  background: #f7f7f7;
  font-weight: 700;
}
.p-single__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.75rem;
}
.p-single__body figure {
  margin: 3.4375rem 0 0;
}

.p-single__nav {
  margin-top: 4.5rem;
  display: flex;
  justify-content: center;
}

.p-single__navInner {
  width: 10.4375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-single__navLink {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4875;
  color: #000;
}

.p-single__navPrev,
.p-single__navNext {
  display: flex;
}

.p-single__navNext {
  justify-content: flex-end;
}

.p-top-about {
  margin-top: 4rem;
  overflow-x: clip;
  background: url(../images/top/top-about-bg.webp) no-repeat center center/cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    padding-top: 6.8125rem;
    padding-bottom: 5.125rem;
  }
}

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

.p-top-about__media {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.p-top-about__media img {
  aspect-ratio: 748/850;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-top-about__media img {
    aspect-ratio: 1440/748;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-top-about__detail {
    display: flex;
    gap: 14.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-about__head {
    max-width: 18.75rem;
    width: 100%;
  }
}

.p-top-about__head,
.p-top-about__body,
.p-top-about__cta {
  position: relative;
  z-index: 2;
}

.p-top-about__enTitle {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-about__enTitle {
    font-size: 3.625rem;
  }
}

.p-top-about__jaTitle {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-about__jaTitle {
    margin-top: 0.625rem;
    font-size: 1.25rem;
  }
}

.p-top-about__body {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__body {
    margin-top: 16.25rem;
    margin-left: auto;
    max-width: 44.625rem;
  }
}

.p-top-about__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-about__text {
    font-size: 1.125rem;
    line-height: 1.766666;
  }
}

.p-top-about__cta {
  margin-top: 1.75rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-top-about__cta {
    margin-top: 2rem;
  }
}

.p-top-about__link {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  color: #fff;
}

.p-top-about__linkText {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-top-about__linkText {
    font-size: 1.25rem;
  }
}

.p-top-about__linkIcon {
  width: 0;
  height: 0;
  border-top: 0.53125rem solid transparent;
  border-bottom: 0.53125rem solid transparent;
  border-left: 0.9375rem solid currentColor;
}

.p-top-business {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-business {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}

.p-top-business__head {
  text-align: center;
}

.p-top-business__en {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 2.625rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .p-top-business__en {
    font-size: 3.625rem;
  }
}

.p-top-business__ja {
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-business__ja {
    font-size: 1.25rem;
  }
}

.p-top-business__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6125;
  color: #222;
  max-width: 62.9375rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-business__lead {
    margin-top: 3rem;
    text-align: center;
  }
}

.p-top-business__cards {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 600px) {
  .p-top-business__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-business__cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.p-top-business__card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 284/336;
}

.p-top-business__cardLink {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.p-top-business__cardFigure img {
  aspect-ratio: 282/337;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
  transition: 0.3s ease-in-out;
}

.p-top-business__cardLink:hover .p-top-business__cardFigure img {
  transform: scale(1.05);
}

.p-top-business__cardLink::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(86, 86, 86, 0.38) 100%);
}

.p-top-business__cardBody {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  padding: 1.375rem 0.75rem;
  text-align: center;
  color: #fff;
}

.p-top-business__cardTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-top-business__cardTitle {
    font-size: 1.25rem;
  }
}

.p-top-business__cardText {
  margin-top: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-top-business__cardText {
    font-size: 1rem;
  }
}

.p-top-csr {
  padding-bottom: 4rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-top-csr {
    padding-bottom: 14.375rem;
    overflow-x: clip;
  }
}

.p-top-csr__grid {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-csr__grid {
    margin-top: initial;
    display: flex;
    gap: 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-csr__head {
    grid-area: head;
    margin-bottom: 2.375rem;
  }
}

.p-top-csr__enTitle {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .p-top-csr__enTitle {
    font-size: 3.625rem;
  }
}

.p-top-csr__title {
  margin-top: 0.6875rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-top-csr__title {
    font-size: 1.25rem;
  }
}

.p-top-csr__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 828/336;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-top-csr__media {
    margin-right: initial;
  }
}

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

.p-top-csr__copy {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-csr__copy {
    padding-top: 0.3125rem;
    max-width: 27.5rem;
    width: 100%;
    margin-top: initial;
  }
}

.p-top-csr__lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-top-csr__lead {
    font-size: 1.25rem;
  }
}

.p-top-csr__text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6125;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-top-csr__text {
    margin-top: 2rem;
    font-size: 1rem;
  }
}

.p-top-csr__cta {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-csr__cta {
    margin-top: 3.3125rem;
    display: flex;
    justify-content: flex-end;
  }
}

.p-top-csr__link {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  color: #000;
}

.p-top-csr__linkText {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-top-csr__linkText {
    font-size: 1.25rem;
  }
}

.p-top-csr__linkIcon {
  width: 0;
  height: 0;
  border-top: 0.53125rem solid transparent;
  border-bottom: 0.53125rem solid transparent;
  border-left: 0.9375rem solid currentColor;
}

.p-top-news {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-top-news__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__grid {
    grid-template-columns: 18.75rem 1fr;
    align-items: start;
  }
}

.p-top-news__enTitle {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 1;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-top-news__enTitle {
    font-size: 3.625rem;
  }
}

.p-top-news__jaTitle {
  margin-top: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__jaTitle {
    font-size: 1.25rem;
  }
}

.p-top-news__list {
  display: grid;
  gap: 0;
}

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

.p-top-news__itemLink {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__itemLink {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}

.p-top-news__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4875;
  color: #000;
}

.p-top-news__title {
  margin-top: 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-top-news__title {
    font-size: 1.125rem;
    line-height: 1.3222223;
  }
}

.p-top-news__more {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__more {
    margin-top: 2rem;
  }
}

.p-top-news__moreLink {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  color: #000;
}

.p-top-news__moreText {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #000;
}

.p-top-news__moreIcon {
  width: 0;
  height: 0;
  border-top: 0.53125rem solid transparent;
  border-bottom: 0.53125rem solid transparent;
  border-left: 0.9375rem solid currentColor;
}

.p-us {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-us {
    padding-top: 15.25rem;
    padding-bottom: 7.5rem;
  }
}

.p-us__content {
  max-width: 56rem;
  margin-inline: auto;
}

.p-us__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-us__grid {
    grid-template-columns: 27.0625rem 27.75rem;
    gap: 1.1875rem;
    align-items: start;
  }
}

.p-us__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3125;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .p-us__title {
    font-size: 2rem;
  }
}

.p-us__text {
  margin-top: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2.05;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-us__text {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.p-us__media {
  margin: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 444/265;
}
.p-us__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.c-main-text {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #363636;
}
@media screen and (min-width: 768px) {
  .c-main-text {
    font-size: 1.125rem;
    line-height: 1.75;
  }
}

.c-main-title {
  display: flex;
  flex-direction: column;
}

.c-main-title__ja {
  color: #363636;
  line-height: 1.2;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja {
    letter-spacing: 0.15em;
    font-size: 1.75rem;
  }
}

.c-main-title__ja--child {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja--child {
    font-size: 1.75rem;
  }
}

.c-main-title__ja--child span {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja--child span {
    font-size: 1.375rem;
    display: block;
  }
}

.c-main-title__ja--small {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja--small {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
}

.c-main-title__en {
  text-transform: uppercase;
  color: rgba(54, 54, 54, 0.5);
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-main-title__en {
    margin-top: 0.875rem;
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
}

.js-parallax {
  overflow: hidden;
}

.js-parallax img {
  height: calc(100% + 60px);
}
