@charset "UTF-8";
:root {
  overflow-wrap: anywhere;
  line-break: strict;
}

*,
*::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 root defaults */
html {
  scroll-behavior: smooth;
}

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

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

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

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

a:hover,
a:focus {
  opacity: 0.7;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* リキッドレイアウト対応 */
.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 {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}

.access {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .access {
    margin-top: 6.25rem;
  }
}

.access__map {
  aspect-ratio: 1080/695;
}
@media screen and (min-width: 768px) {
  .access__map {
    aspect-ratio: 1920/305;
  }
}

.access__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.access__map--page-company {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .access__map--page-company {
    margin-top: 3.125rem;
  }
}

.access__info {
  margin-top: 0.9791875rem;
}
@media screen and (min-width: 768px) {
  .access__info {
    margin-top: 3.125rem;
  }
}

.access__title {
  font-weight: 500;
  font-size: 0.75rem;
  color: #002235;
  line-height: 1.625;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .access__title {
    font-size: 1rem;
    line-height: 1.625;
  }
}

.access__text {
  font-weight: 400;
  font-size: 0.75rem;
  color: #002235;
  line-height: 1.625;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .access__text {
    font-size: 1rem;
    line-height: 1.625;
  }
}

.access__text span {
  margin-left: 2em;
}

.breadcrumb {
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  vertical-align: middle;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item a {
  color: #002235;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: #007cba;
  text-decoration: underline;
}

.breadcrumb-item span {
  color: #002235;
}

.breadcrumb-item:last-child {
  font-weight: 600;
}

.breadcrumb-separator {
  margin: 0 0.5rem;
  position: relative;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .breadcrumb-separator {
    margin: 0 0.75rem;
  }
}

@media (max-width: 768px) {
  .breadcrumb-list {
    font-size: 0.75rem;
  }
}
.footer {
  background-color: #445F65;
  margin-top: 2.6458125rem;
  padding-top: 1.0416875rem;
  padding-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
    margin-top: 7.5rem;
  }
}

.footer--blue {
  background-color: #125B92;
}

@media screen and (min-width: 768px) {
  .footer__contents-box {
    padding: 0 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__head {
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__head--white {
    border-bottom: 1px solid #FCFCFC;
  }
}

.footer__logo {
  aspect-ratio: 469/263;
  -o-object-fit: cover;
     object-fit: cover;
  width: 44.372vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    aspect-ratio: 231/130;
    width: 15.746vw;
    max-width: 231px;
    margin-left: 0;
    margin-right: 0;
  }
}

.footer__text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.5208125rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.24;
  margin-top: 0.3125rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__text {
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 0.3125rem;
  }
}

.footer__text span {
  margin-left: 2em;
}

.footer__nav {
  margin-top: 2.25rem;
}

.footer__nav__lists {
  display: flex;
  color: #fff;
}

.footer__nav__list {
  font-size: clamp(0.469rem, 0.281rem + 0.39vw, 0.75rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.footer__nav__list:not(:first-child) {
  margin-left: 2.93vw;
}

.footer__nav__sub-list {
  font-weight: 300;
}

.footer__nav__sub-list__item {
  margin-top: 1em;
}

.footer__privacy {
  margin-top: 1rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .footer__privacy {
    margin-top: 1.5rem;
  }
}

.footer__privacy-link {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .footer__privacy-link {
    font-size: 0.75rem;
  }
}
.footer__privacy-link:hover {
  opacity: 0.7;
}

.footer__copyright {
  display: block;
  text-align: right;
  color: #fff;
  margin-top: 0.25rem;
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 0.75rem;
  }
}

.fv {
  width: 100%;
  height: 100svh;
}
@media screen and (min-width: 768px) {
  .fv {
    height: calc(100svh - 140px);
  }
}

.fv video {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .fv video {
    height: calc(100svh - 140px);
  }
}

.hamburger {
  cursor: pointer;
  height: 2rem;
  transition: all 0.5s;
  width: 2.5rem;
  z-index: 5;
  position: fixed;
  top: 20px;
  right: 20px;
  display: block;
  padding: 1px 6px;
  border: none;
  background-color: #363636;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger.visible {
  opacity: 0.8;
}

.hamburger:focus-visible {
  outline: 2px groove #000000;
  outline-offset: 0.25rem;
}

.hamburger span {
  background-color: #fff;
  display: block;
  height: 2px;
  left: 4px;
  position: absolute;
  transition: all 0.5s;
  width: 2rem;
}

.hamburger span:nth-child(1) {
  top: 4px;
}

.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger span:nth-child(3) {
  bottom: 4px;
}

.is-active.hamburger span:nth-child(1) {
  transform: translateY(0.6875rem) rotate(-315deg);
}

.is-active.hamburger span:nth-child(2) {
  opacity: 0;
}

.is-active.hamburger span:nth-child(3) {
  transform: translateY(-0.6875rem) rotate(315deg);
}

.header {
  width: 100%;
  background-color: #445F65;
  position: sticky;
  top: 0;
  z-index: 1000;
  display: none;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 768px) {
  .header {
    display: flex;
    align-items: center;
  }
}
.header.header--shrink .header__logo {
  aspect-ratio: 248/140;
  max-height: 4.375rem;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header.header--shrink .header__cta {
  padding: 0.75rem 0.875rem;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
}

.header--blue {
  background-color: #125B92;
}

.header__logo {
  width: 15.5rem;
  aspect-ratio: 248/140;
  max-height: 140px;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__nav {
  display: flex;
  align-items: center;
}

.header__nav--home {
  margin-left: auto;
}

.header__nav__lists {
  display: flex;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  gap: 1.125rem;
}

.header__nav__list {
  flex-shrink: 0; /* アイテムが縮小されないようにする */
}

.header__nav__text-wrapper {
  text-align: center;
}

.header__nav__text--jp {
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  white-space: nowrap;
}

.header__nav__en-text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #97AE8A;
  display: block;
  margin-top: 0.125rem;
  font-size: clamp(0.5rem, 0.143rem + 0.71vw, 0.625rem);
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  white-space: nowrap;
}

.header__cta-link {
  margin-left: auto;
}

.header__cta {
  text-align: center;
  background-color: #97AE8A;
  padding: 1.125rem 1rem;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.header__cta__text {
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}

.header__cta__en-text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.3333333333;
}

.header__cta-link--home {
  margin-left: 1.875rem;
}

.inner {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1450px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.mv {
  position: relative;
  height: 9.375rem;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .mv {
    height: 18.75rem;
  }
}

.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.mv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.mv__title {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mv__title {
    font-size: 3.125rem;
  }
}

.mv__en-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.3;
  color: #97AE8A;
  margin-top: 0.625rem;
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  .mv__en-title {
    font-size: 1rem;
  }
}

.mv__en-title::first-letter {
  text-transform: capitalize;
}

.section-title__wrapper {
  text-align: center;
}

.section-title__wrapper h2 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 1.75rem;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  line-height: 1.3272727273;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section-title__wrapper h2 {
    font-size: 2.625rem;
  }
}

.section-title__wrapper p {
  color: #97AE8A;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.625rem;
  line-height: 1.3333333333;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .section-title__wrapper p {
    font-size: 0.875rem;
    margin-top: 0.375rem;
  }
}

.section-title__wrapper--greeting h2 {
  color: #002235;
}

.section-title__wrapper--greeting p {
  color: #C9A900;
}

.section-title__wrapper--news p {
  color: #003D5F;
}

.section-title__wrapper--home h2 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .section-title__wrapper--home h2 {
    font-size: 2.25rem;
  }
}

.section-title__wrapper--home p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}

.section-title__wrapper--commitment h2 {
  color: #421818;
}

.section-title__wrapper--commitment p {
  color: #421818;
}

.section-title__wrapper--contact h2 {
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .section-title__wrapper--contact h2 {
    font-size: 2.25rem;
  }
}

.section-title__wrapper--contact p {
  color: #fff;
}

.section-title__wrapper--reform-menu h2 {
  color: #002235;
}

.section-title__wrapper--reform-menu p {
  color: #445F65;
}

.sp-nav {
  background-color: rgba(68, 95, 101, 0.7);
  height: 100vh;
  left: -100vw;
  opacity: 0;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  transition: all 0.5s;
  visibility: hidden;
  width: 100vw;
  z-index: 3;
}

.is-active.sp-nav {
  left: 0;
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s;
  visibility: visible;
}

.sp-nav__logo {
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
}

.sp-nav__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp-nav__list {
  text-align: center;
  color: #fff;
  margin-top: 1.25rem;
}

.sp-nav__item:not(:first-child) {
  margin-top: 1.875rem;
}

.sp-nav__link {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}

body.sp-nav-open {
  overflow: hidden;
}

.gallery {
  background-color: #97AE8A;
  margin-top: 3.125rem;
  padding: 1.875rem 0 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gallery {
    padding: 3.125rem 0 3.75rem;
    margin-top: 6.25rem;
  }
}

h2.gallery__title {
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  h2.gallery__title {
    font-size: 2.625rem;
  }
}

p.gallery__en-title {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
}

.gallery__button-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5625rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .gallery__button-list {
    display: flex;
    justify-content: end;
  }
}

.gallery__btn {
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
  border: none;
  font-size: 0.75rem;
  height: 2.25rem;
  border: 1px solid #125B92;
  color: #125B92;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .gallery__btn {
    font-size: 0.875rem;
    width: 6.25rem;
  }
}

.gallery__btn--active {
  background-color: #125B92;
  color: #fff;
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem;
  margin-top: 1.25rem;
  position: relative;
  min-height: 25rem;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.gallery__grid.loading {
  opacity: 0.6;
  pointer-events: none;
}
.gallery__grid.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #125B92;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
}

.gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  opacity: 1;
  transform: scale(1);
  height: auto;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform;
}
.gallery__item:hover {
  transform: translateY(-5px) scale(1.0001);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.gallery__item.hidden {
  display: none;
}
.gallery__item.fade-in {
  animation: fadeInScale 0.4s ease-out forwards;
}
.gallery__item.fade-out {
  animation: fadeOutScale 0.2s ease-in forwards;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeOutScale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.gallery__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.gallery__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  cursor: pointer;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.gallery__item:hover .gallery__image {
  transform: scale(1.05) translateZ(0);
}

.gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  padding: 1.25rem 0.9375rem 0.9375rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.gallery__item:hover .gallery__caption {
  transform: translateY(0);
}
.gallery__caption p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .gallery__caption p {
    font-size: 0.875rem;
  }
}

.gallery__no-items,
.gallery__no-acf,
.gallery__error {
  grid-column: 1/-1;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  padding: 2.5rem 1.25rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  margin: 1.25rem 0;
}

.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  padding: 1.25rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .gallery-modal {
    padding: 2.5rem;
  }
}
.gallery-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease-out;
}

.gallery-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.gallery-modal__content {
  position: relative;
  width: 100%;
  max-width: calc(100vw - 2.5rem);
  max-height: calc(100vh - 2.5rem);
  background-color: transparent;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .gallery-modal__content {
    width: auto;
    max-width: 80vw;
    max-height: calc(100vh - 5rem);
    flex-direction: row;
  }
}

.gallery-modal__close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.gallery-modal__close:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.gallery-modal__image-wrapper {
  position: relative;
  width: 100%;
  flex: 1;
  max-height: calc(90vh - 9.375rem);
  min-height: 15.625rem;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem 0.75rem 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .gallery-modal__image-wrapper {
    max-height: 25rem;
    min-height: 25rem;
    border-radius: 0.75rem 0 0 0.75rem;
  }
}

.gallery-modal__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 0.75rem;
}

.gallery-modal__info {
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 0 0 0.75rem 0.75rem;
  flex-shrink: 0;
  max-height: 7.5rem;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .gallery-modal__info {
    width: 18.75rem;
    padding: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 0.75rem 0.75rem 0;
    max-height: none;
    overflow-y: visible;
  }
}

.gallery-modal__caption {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .gallery-modal__caption {
    font-size: 1rem;
    line-height: 1.6;
    display: block;
    -webkit-line-clamp: none;
    line-clamp: none;
    overflow: visible;
    text-overflow: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modalSlideIn {
  0% {
    transform: scale(0.9) translateY(20px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
body.modal-open {
  overflow: hidden;
}

.gallery__pagination {
  margin-top: 2.5rem;
  text-align: center;
}
.gallery__pagination .wp-pagenavi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.gallery__pagination .wp-pagenavi a,
.gallery__pagination .wp-pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .gallery__pagination .wp-pagenavi a,
  .gallery__pagination .wp-pagenavi span {
    min-width: 2.75rem;
    height: 2.75rem;
    font-size: 1rem;
  }
}
.gallery__pagination .wp-pagenavi a {
  background-color: #fff;
  color: #125B92;
  border: 1px solid #125B92;
  cursor: pointer;
}
.gallery__pagination .wp-pagenavi a:hover {
  background-color: #125B92;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.gallery__pagination .wp-pagenavi .current {
  background-color: #125B92;
  color: #fff;
  border: 1px solid #125B92;
  cursor: default;
}
.gallery__pagination .wp-pagenavi .extend {
  background: none;
  border: none;
  color: #999;
  cursor: default;
}
.gallery__pagination .wp-pagenavi .extend:hover {
  background: none;
  transform: none;
  box-shadow: none;
}
.gallery__pagination .wp-pagenavi .previouspostslink,
.gallery__pagination .wp-pagenavi .nextpostslink {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .gallery__pagination .wp-pagenavi .previouspostslink,
  .gallery__pagination .wp-pagenavi .nextpostslink {
    font-size: 0.875rem;
  }
}

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

.form__item {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #AAAAAA;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .form__item {
    padding-bottom: 1.5rem;
    flex-direction: row;
  }
}

.form__item:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .form__item:not(:first-child) {
    margin-top: 1.5rem;
  }
}

.form__head {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #003D5F;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}

.form__head span {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #c94800;
  padding: 0.125rem 1rem;
  margin-left: 0.5rem;
}

.form__body {
  color: #002235;
  margin-top: 1rem;
  margin-left: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form__body {
    width: 30rem;
    margin-top: 0;
  }
}

.form__body [type=text] {
  height: 2.5rem;
  width: 100%;
  border: 1px solid #002235;
  background-color: #fff;
  font-size: 1rem;
}

.form__body [type=email] {
  height: 2.5rem;
  width: 100%;
  border: 1px solid #002235;
  background-color: #fff;
  font-size: 1rem;
}

.form__body [type=tel] {
  height: 2.5rem;
  width: 100%;
  border: 1px solid #002235;
  background-color: #fff;
  font-size: 1rem;
}

.form__radio {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .form__radio {
    margin-top: 0;
    margin-left: 2rem;
  }
}

.form__radio label {
  display: flex;
  align-items: center;
}

.form__radio input {
  border: 1px solid #002235;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0;
  position: relative;
}

.form__radio input:focus-visible {
  outline: 1px solid #003D5F;
  outline-offset: 0.125rem;
}

.form__radio input:checked::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #F6A200;
  border-left: 2px solid #F6A200;
  height: 0.3125rem;
  width: 0.5625rem;
  transform: rotate(-40deg);
  top: 0.15625rem;
  left: 0.125rem;
}

.form__radio span {
  margin-left: 0.5rem;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #003D5F;
}

.form__body select {
  height: 2.5rem;
  width: 100%;
  background-color: #fff;
  border: 1px solid #002235;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form__body select {
    height: 1.875rem;
  }
}

.form__body select::after {
  position: absolute;
  content: "▼";
  left: 0;
  top: 50%;
  width: 0.75rem;
  height: 0.75rem;
  display: block;
}

.form__body--select {
  position: relative;
}

.form__body--select::after {
  position: absolute;
  content: "▼";
  color: #002235;
  font-size: 0.75rem;
  right: 0.5rem;
  top: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .form__body--select::after {
    top: 0.375rem;
  }
}

.form__body option {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #002235;
}

.form__body textarea {
  min-height: 12.5rem;
  width: 100%;
  border: 1px solid #002235;
  background-color: #fff;
  resize: none;
  overflow: hidden;
  font-size: 1rem;
}

.form__consent {
  width: 100%;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .form__consent {
    margin-top: 2.5rem;
  }
}

.form__consent label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__consent input {
  border: 1px solid #002235;
  width: 1.375rem;
  height: 1.375rem;
  margin: 0;
  position: relative;
  cursor: pointer;
  display: block;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .form__consent input {
    margin-right: 1rem;
  }
}

.form__consent input:focus-visible {
  outline: 1px solid #003D5F;
  outline-offset: 0.125rem;
}

.form__consent-note {
  font-size: 0.875rem;
  color: #125B92;
  text-decoration: underline;
}

.form__note {
  font-size: 0.875rem;
  opacity: 0.7;
}

.form__checkbox {
  display: grid;
}

.form__button-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .form__button-wrapper {
    margin-top: 2.5rem;
  }
}

.form__button-wrapper button {
  padding: 0.375rem 1rem;
  border: 1px solid #002235;
  border-radius: 0.625rem;
  background-color: #002235;
  color: #fff;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form__button-wrapper button {
    font-size: 1rem;
    padding: 0.75rem 2rem;
  }
}

.wpcf7-spinner {
  display: none;
}

.form__button-wrapper .form__button--back {
  background-color: #fff;
  color: #002235;
}

.contact-confirm h3 {
  color: #125B92;
  margin-bottom: 1rem;
}

/* Confirmation pane styles */
.contact-confirm__wrap {
  background: #fff;
  border: 1px solid #AAAAAA;
  border-radius: 0.5rem;
  padding: 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  margin-top: 1rem;
}

.contact-confirm__title {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #003D5F;
  margin-bottom: 0.75rem;
}

.contact-confirm__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.contact-confirm__table th,
.contact-confirm__table td {
  padding: 0.5rem 0.75rem;
  vertical-align: top;
  border-bottom: 1px dashed #AAAAAA;
}

.contact-confirm__table th {
  width: 8.75rem;
  text-align: left;
  font-weight: 700;
  color: #002235;
  font-size: 0.875rem;
}

.contact-confirm__table td {
  color: #003D5F;
  font-size: 0.875rem;
}

.contact-confirm__files {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-confirm__files li {
  padding: 0.375rem 0.5rem;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 0.375rem;
  margin-bottom: 0.375rem;
  font-size: 0.8125rem;
}

.contact-confirm__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 0.75rem;
}

.contact-confirm__actions .form__button {
  padding: 0.5rem 1.125rem;
  border-radius: 0.5rem;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .contact-confirm__wrap {
    padding: 1.75rem;
  }
}
/* Validation styles */
.is-invalid {
  border-color: #c0392b !important;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.06);
}

.field-error {
  color: #c0392b;
  font-size: 0.75rem;
  margin-top: 0.375rem;
}

/* For checkbox/radio groups, ensure the error appears nicely */
.form__checkbox .field-error,
.form__body .field-error {
  margin-left: 0;
}

/* Contact form: selected file list */
.selected-files {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #333;
}

.selected-files__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.selected-files__list li {
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  padding: 0.4rem 0.6rem;
  border-radius: 4px;
  font-size: 0.95rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* small helper for compact displays */
@media (max-width: 480px) {
  .selected-files__list li {
    font-size: 0.9rem;
  }
}
.original-filenames-display {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  padding: 12px;
  margin-top: 8px;
}
.original-filenames-display strong {
  color: #495057;
  font-weight: 600;
}
.original-filenames-display br + br {
  display: none;
}
.original-filenames-display.confirmation-display, .original-filenames-display.js-forced-display, .original-filenames-display.force-display {
  background: #e8f4fd;
  border: 2px solid #bee5eb;
  border-radius: 8px;
  margin: 10px 0;
}
.original-filenames-display.confirmation-display strong, .original-filenames-display.js-forced-display strong, .original-filenames-display.force-display strong {
  color: #0c5460;
}

.multiple-files-info,
.multiple-files-confirmation-info {
  margin-top: 8px;
  padding: 6px 12px;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 4px;
  font-size: 0.85em;
  font-weight: bold;
  color: #155724;
  text-align: center;
}

.multiform-files .original-filenames-display,
[data-name=files] .original-filenames-display,
.form__item:has(.form__head:contains("写真")) .original-filenames-display,
.form__item:has(.form__head:contains("ファイル")) .original-filenames-display,
.form__item:has(.form__head:contains("添付")) .original-filenames-display {
  background: #ffffff;
  border: 2px solid #e3f2fd;
  border-radius: 8px;
  margin: 8px 0;
}
.multiform-files .original-filenames-display strong,
[data-name=files] .original-filenames-display strong,
.form__item:has(.form__head:contains("写真")) .original-filenames-display strong,
.form__item:has(.form__head:contains("ファイル")) .original-filenames-display strong,
.form__item:has(.form__head:contains("添付")) .original-filenames-display strong {
  color: #1976d2;
}
.multiform-files .original-filenames-display .multiple-files-confirmation-info,
[data-name=files] .original-filenames-display .multiple-files-confirmation-info,
.form__item:has(.form__head:contains("写真")) .original-filenames-display .multiple-files-confirmation-info,
.form__item:has(.form__head:contains("ファイル")) .original-filenames-display .multiple-files-confirmation-info,
.form__item:has(.form__head:contains("添付")) .original-filenames-display .multiple-files-confirmation-info {
  background-color: #e8f5e8;
  border-color: #c3e6cb;
  color: #155724;
  margin-top: 10px;
}

.form__item input[type=file] {
  margin-bottom: 8px;
  font-size: 1rem;
}
.form__item input[type=file]:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
.form__item input[type=file][multiple] + .form__note::before {
  content: "💡 複数ファイルを選択できます";
  display: block;
  font-size: 0.85em;
  color: #6c757d;
  margin-bottom: 5px;
  font-style: italic;
}

.multiple-files-hint {
  font-size: 0.85em;
  color: #6c757d;
  margin-top: 5px;
  font-style: italic;
  padding: 4px 8px;
  background-color: #f8f9fa;
  border-radius: 3px;
  border-left: 3px solid #007bff;
}

.form__body.drag-over,
.form__item.drag-over .form__body {
  background-color: #e3f2fd;
  border: 2px dashed #2196f3;
  border-radius: 8px;
  position: relative;
}
.form__body.drag-over::after,
.form__item.drag-over .form__body::after {
  content: "📎 ファイルをここにドロップしてください";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(33, 150, 243, 0.9);
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 0.9em;
  font-weight: bold;
  pointer-events: none;
  z-index: 10;
}

.selected-files-display {
  margin-top: 8px;
  padding: 12px;
  background-color: #f0f8ff;
  border: 1px solid #d1ecf1;
  border-radius: 6px;
  font-size: 0.9em;
  color: #0c5460;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.selected-files-display .multiple-files-info {
  margin-top: 8px;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
  padding: 6px 12px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #bee5eb;
}
.selected-files-display:has(.multiple-files-info) {
  border-color: #28a745;
  background-color: #f8fff9;
}

/* Contact form: selected file list */
.selected-files {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #333;
}

.selected-files__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.selected-files__list li {
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  padding: 0.4rem 0.6rem;
  border-radius: 4px;
  font-size: 0.95rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* remove button */
.selected-files__remove {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  color: #c0392b;
  font-size: 0.85rem;
  padding: 0 0.4rem;
  margin-left: 0.5rem;
  cursor: pointer;
}

.selected-files__remove:focus {
  outline: 2px solid rgba(192, 57, 43, 0.15);
  border-radius: 3px;
}

/* small helper for compact displays */
@media (max-width: 480px) {
  .selected-files__list li {
    font-size: 0.9rem;
  }
}
/* Form: align radio/checkbox and label text, make sizes visually consistent */
.form__body label {
  display: inline-flex; /* keep input and text on the same line */
  align-items: center; /* vertical center alignment */
  font-size: 1rem; /* control the label text size here */
}

.form__body input[type=radio],
.form__body input[type=checkbox] {
  /* make the native control roughly the same visual size as the text */
  /* spacing handled by gap on label */
  vertical-align: middle; /* fallback alignment */
  display: inline-block;
  width: 0.8125rem;
  aspect-ratio: 1/1;
}

.brand {
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .brand {
    margin-top: 3.125rem;
  }
}

.brand--home {
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .brand--home {
    margin-top: 6.5625rem;
  }
}

.brand--home .brand__image {
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .brand__contents {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.brand__contents:nth-child(even) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .brand__contents:nth-child(even) {
    margin-top: 3.75rem;
    flex-direction: row;
  }
}

.brand__image {
  aspect-ratio: 980/560;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .brand__image {
    aspect-ratio: 700/400;
    width: 50%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .brand__image--top {
    aspect-ratio: 700/500;
  }
}

.brand--reform .brand__image {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .brand--reform .brand__image {
    margin-left: 3.642%;
  }
}

.brand__text-wrapper {
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .brand__text-wrapper {
    margin-top: 0;
    width: 46.2857%;
  }
}

@media screen and (min-width: 768px) {
  .brand--reform .brand__text-wrapper {
    width: 49.214%;
  }
}

.brand__title {
  color: #002235;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 5.555vw;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .brand__title {
    font-size: 2.625rem;
  }
}

.brand__commitments {
  color: #002235;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .brand__commitments {
    margin-top: 1.625rem;
  }
}

.brand__commitments__head {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .brand__commitments__head {
    font-size: 1.25rem;
  }
}

.brand__commitments p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .brand__commitments p {
    font-size: 0.875rem;
  }
}

.brand__commitments li:not(:first-child) {
  margin-top: 1em;
}

.brand__link-button {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0.6875rem 1.875rem 0.3125rem;
  background-color: #97AE8A;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.4583333333;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .brand__link-button {
    font-size: 1.5rem;
    margin-top: 3.75rem;
  }
}

.brand__link-button span {
  text-transform: capitalize;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  line-height: 1.3125;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .brand__link-button span {
    font-size: 1rem;
  }
}

.brand__text__head {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 5.833vw;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.3333333333;
  white-space: nowrap;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .brand__text__head {
    font-size: 2.625rem;
    margin-top: 5.625rem;
  }
}

.brand--home .brand__text__head {
  text-align: left;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.6666666667;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .brand--home .brand__text__head {
    font-size: 2.625rem;
    margin-top: 0;
  }
}

.brand--reform .brand__text__head {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .brand--reform .brand__text__head {
    font-size: 2.375rem;
  }
}

.brand__text {
  color: #002235;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 1.0416875rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .brand__text {
    font-size: 1rem;
    line-height: 2.25;
    margin-top: 1.875rem;
  }
}

.brand__text:not(:first-of-type) {
  margin-top: 1em;
}

.brand__text__item:not(:first-of-type) {
  margin-top: 1em;
}

.brand--reform .brand__text {
  max-width: 648px;
}
@media screen and (min-width: 768px) {
  .brand--reform .brand__text {
    font-size: 1.25rem;
  }
}

.brand--home .brand__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.5;
}

.brand__sub-text {
  text-align: center;
  color: #002235;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  margin-top: 0.625rem;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .brand__sub-text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.brand__sub-text:not(:first-of-type) {
  margin-top: 0;
}

.brand__copy {
  color: #002235;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 2;
  margin-top: 0.9583125rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .brand__copy {
    font-size: clamp(15px, 0.293rem + 1.25vw, 1.5rem);
    margin-top: 3.25rem;
  }
}

.brand__grid {
  width: 100%;
  display: grid;
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 2.0833125rem;
}
@media screen and (min-width: 768px) {
  .brand__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.042vw;
    margin-top: 3.125rem;
  }
}

.brand__grid__item {
  position: relative;
  aspect-ratio: 476/285;
}
@media screen and (min-width: 768px) {
  .brand__grid__item {
    aspect-ratio: 334/200;
  }
}

.brand__grid__item::before {
  background-color: rgba(46, 64, 36, 0.59);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}

.brand__grid__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.brand__grid__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1.5rem, 0.618rem + 3.92vw, 2.5rem);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  text-align: center;
  width: 100%;
  margin-left: 0.25em;
}
@media screen and (min-width: 768px) {
  .brand__grid__title {
    font-size: max(1.25vw, 1rem);
  }
}

.brand__grid__title::after {
  content: "";
  display: inline-block;
  width: 0;
}

.brand__grid__en-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.25rem;
  font-size: clamp(0.75rem, -0.132rem + 3.92vw, 1.75rem);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #97AE8A;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  text-align: center;
  width: 100%;
  margin-left: 0.25em;
}
@media screen and (min-width: 768px) {
  .brand__grid__en-title {
    font-size: 0.75rem;
    font-size: clamp(0.5rem, 0.333rem + 0.35vw, 0.75rem);
  }
}

.commitment {
  position: relative;
  margin-top: 1.875rem;
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .commitment {
    margin-top: 6.25rem;
    padding-top: 3.75rem;
    padding-bottom: 4.5rem;
  }
}

.commitment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/commitment-bg.webp");
  background-size: cover;
  z-index: -1;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .commitment::before {
    background-image: url("../images/common/commitment-bg.webp");
  }
}

.commitment::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ece4c6;
  z-index: -1;
  mix-blend-mode: hard-light;
}

.commitment__inner {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .commitment__inner {
    max-width: 1326px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.commitment__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-top: 1.25rem;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .commitment__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 3.125rem;
    gap: 2.978%;
  }
}

.commitment__grid__card {
  padding: 0.25rem;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
  border: 1px solid #421818;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .commitment__grid__card {
    padding: 0.625rem;
  }
}

.commitment__grid__card:nth-child(even) {
  background-color: #FFFDF0;
}

.commitment__grid__box {
  border: 1px solid #421818;
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #421818;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .commitment__grid__box {
    padding-top: 1.8125rem;
    padding-bottom: 2.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.commitment__grid__number {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .commitment__grid__number {
    font-size: 1rem;
  }
}

.commitment__grid__title {
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 1rem;
  margin-top: clamp(0.5rem, 0.059rem + 1.96vw, 1rem);
}
@media screen and (min-width: 768px) {
  .commitment__grid__title {
    font-size: 1.5rem;
    margin-top: 0.75rem;
  }
}

.commitment__grid__text {
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: clamp(1rem, 0.559rem + 1.96vw, 1.5rem);
  flex: 1;
}
@media screen and (min-width: 768px) {
  .commitment__grid__text {
    font-size: 1rem;
    margin-top: 2.0625rem;
  }
}

.construction {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .construction {
    margin-top: 6.25rem;
  }
}

.construction__item:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .construction__item:not(:first-child) {
    margin-top: 6.25rem;
  }
}

.construction__item__title {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #97AE8A;
  font-weight: 700;
  line-height: 1.625;
  font-size: 0.875rem;
  color: #fff;
  padding: 0.25rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .construction__item__title {
    padding: 0.625rem 1.25rem;
    font-size: 1.5rem;
  }
}

.construction__sub-list {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .construction__sub-list {
    margin-top: 3.125rem;
  }
}

.construction__sub-item {
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .construction__sub-item {
    max-width: 59.375rem;
  }
}

.construction__sub-item:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .construction__sub-item:not(:first-child) {
    margin-top: 6.25rem;
  }
}

.construction__sub-item__title__wrapper {
  display: flex;
  align-items: center;
}

.construction__sub-item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.625;
  color: #445F65;
  flex-shrink: 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .construction__sub-item__title {
    font-size: 1.5rem;
  }
}

.construction__sub-item__title__wrapper span {
  margin-left: 6%;
  content: "";
  border-top: 1px solid #445F65;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .construction__sub-item__title__wrapper span {
    border-top: 2px solid #445F65;
  }
}

.construction__sub-item__img__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 16.666%;
  position: relative;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .construction__sub-item__img__wrapper {
    margin-top: 1.875rem;
  }
}

.construction__sub-item__img__wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/common/construction-arrow.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (min-width: 768px) {
  .construction__sub-item__img__wrapper::after {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.construction__sub-item__img {
  aspect-ratio: 400/533;
  width: 100%;
}

.construction__sub-item__img--landscape {
  aspect-ratio: 400/300;
}

.construction__sub-item__text {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  color: #002235;
}
@media screen and (min-width: 768px) {
  .construction__sub-item__text {
    margin-top: 1.875rem;
    font-size: 1rem;
    width: 130%;
  }
}

.contact {
  background-color: #97AE8A;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 6.25rem;
    padding-bottom: 5.75rem;
  }
}

.contact--support {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contact--support {
    margin-top: 3.125rem;
  }
}

.contact--company {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .contact--company {
    margin-top: 6.25rem;
  }
}

.contact__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 67.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #fff;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .contact__text {
    font-size: 1.125rem;
    margin-top: 1.875rem;
    line-height: 2.5;
    text-align: center;
  }
}

.contact--support .contact__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-top: 0.9375rem;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .contact--support .contact__text {
    margin-top: 2.8125rem;
    max-width: 1000px;
    text-align: center;
  }
}

.contact__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 850px;
  margin: 0 auto;
  margin-top: 1.25rem;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .contact__cards {
    margin-top: 3.125rem;
    gap: 5.882%;
  }
}

.contact__card {
  background-color: #fff;
  padding-top: 0.625rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 768px) {
  .contact__card {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.contact__card__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #707070;
  color: #421818;
}
@media screen and (min-width: 768px) {
  .contact__card__title {
    font-size: 1.5rem;
    padding-bottom: 1.34375rem;
  }
}

.contact__card a {
  color: #fff;
  background-color: #445F65;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  margin-top: 1.25rem;
  padding: 0.25rem 1.25rem;
  display: inline-block;
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  .contact__card a {
    padding: 0.9375rem 4.1875rem;
    font-size: 1rem;
    margin-top: 3.125rem;
  }
}

.contact__card__tel {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  white-space: nowrap;
  color: #421818;
  font-size: 0.75rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .contact__card__tel {
    font-size: 2.25rem;
    margin-top: 2.25rem;
  }
}

.contact__card__time {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  font-size: 0.5rem;
  margin-top: 0.1875rem;
  color: #421818;
}
@media screen and (min-width: 768px) {
  .contact__card__time {
    font-size: 1rem;
  }
}

.entrance {
  width: 100%;
  height: 100svh;
  position: fixed;
  inset: 0;
  overscroll-behavior: none;
  touch-action: none;
}

.entrance__contents {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.entrance__absolute {
  pointer-events: none;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .entrance__absolute {
    top: 2.9791875rem;
  }
}

.entrance__logo {
  aspect-ratio: 432/243;
  width: 31.24vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .entrance__logo {
    width: 22.5vw;
    top: 1.875rem;
  }
}

.entrance__logo-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.entrance__link {
  display: block;
  width: 50%;
  height: 100svh;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
}

.entrance__link:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #125B92;
  mix-blend-mode: overlay;
}

.entrance__link:last-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #97AE8A;
  mix-blend-mode: overlay;
}

.entrance__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: overlay;
}

.entrance__text-box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}

.entrance__text {
  font-size: 0.9375rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2;
  margin-bottom: -0.5em;
}
@media screen and (min-width: 768px) {
  .entrance__text {
    font-size: 3.125vw;
  }
}

.entrance__text--m-plus-rounded {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

.entrance__en-text {
  font-size: 0.5416875rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .entrance__en-text {
    font-size: 1.5625vw;
    margin-top: 0.5rem;
  }
}

.entrance__copy {
  writing-mode: vertical-rl;
  color: #fff;
  margin-top: 1.625rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  pointer-events: none;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  letter-spacing: 0.5em;
  white-space: nowrap;
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  .entrance__copy {
    font-size: 1.041vw;
    margin-top: 1rem;
  }
}

.faq {
  margin-top: 2.0833125rem;
}
@media screen and (min-width: 768px) {
  .faq {
    margin-top: 6.25rem;
  }
}

.faq__contents {
  margin-top: 2.0833125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .faq__contents {
    margin-top: 6.25rem;
    max-width: 1000px;
  }
}

.faq__accordion__item:not(:first-child) {
  margin-top: 0.625rem;
}

.faq__accordion__head {
  background-color: #97AE8A;
  position: relative;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  cursor: pointer;
}

.faq__accordion__head::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  width: 1px;
  height: 8px;
  right: 1rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .faq__accordion__head::before {
    width: 3px;
    height: 16px;
    right: 3.125rem;
  }
}

.faq__accordion__head.is-active::before {
  display: none;
}

.faq__accordion__head::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  height: 1px;
  right: 1rem;
  width: 8px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .faq__accordion__head::after {
    height: 3px;
    width: 16px;
    right: 3.125rem;
  }
}

.faq__accordion__question {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  padding: 0.25rem 1.5rem 0.25rem 1rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .faq__accordion__question {
    font-size: 1.5rem;
    padding: 0.75rem 3.125rem;
  }
}

.faq__accordion__body {
  background-color: #F5FFEF;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  display: none;
}

.faq__accordion__body.is-active {
  display: block;
}

.faq__accordion__answer {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  padding: 0.75rem;
  color: #002235;
}
@media screen and (min-width: 768px) {
  .faq__accordion__answer {
    line-height: 3.125;
    padding: 3.125rem;
    font-size: 1rem;
  }
}

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

.greeting__inner {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .greeting__inner {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.greeting__title {
  color: #002235;
}

.greeting__contents-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.49375rem;
}
@media screen and (min-width: 768px) {
  .greeting__contents-head {
    flex-direction: row-reverse;
    align-items: start;
    justify-content: center;
    margin-top: 6.25rem;
  }
}

.greeting__head-img {
  aspect-ratio: 490/717;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 13.75rem;
  width: 46.306vw;
}
@media screen and (min-width: 768px) {
  .greeting__head-img {
    width: 53.714%;
    margin-left: 7.42%;
    aspect-ratio: 338/495;
    max-width: 21.125rem;
  }
}

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

.greeting__text {
  color: #002235;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .greeting__text {
    font-size: 1rem;
    line-height: 2.25;
    margin-top: 1.0416875rem;
  }
}

.greeting__text:not(:first-child) {
  margin-top: 2em;
}

.greeting__representative {
  color: #002235;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.625;
  text-align: center;
  margin-top: 1.4583125rem;
}
@media screen and (min-width: 768px) {
  .greeting__representative {
    font-size: 1rem;
    text-align: right;
    margin-top: 3em;
  }
}

.greeting__representative span {
  margin-left: 1em;
}

.news {
  margin-top: 2.0833125rem;
  padding-top: 2.0625rem;
  padding-bottom: 2.625rem;
  background-color: #97AE8A;
}
@media screen and (min-width: 768px) {
  .news {
    margin-top: 6.25rem;
    padding-top: 3.4375rem;
    padding-bottom: 3.9375rem;
  }
}

.news__title {
  color: #fff;
}

.news__contents {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .news__contents {
    margin-top: 3.125rem;
  }
}

.news__text {
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  font-size: 0.625rem;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .news__text {
    font-size: 1rem;
  }
}

.sbi {
  height: 20.625rem !important;
}
@media screen and (min-width: 768px) {
  .sbi {
    height: 39.875rem !important;
  }
}

#sbi_images {
  gap: 5px !important;
}
@media screen and (min-width: 768px) {
  #sbi_images {
    gap: 20px !important;
  }
}

.sbi_load_btn {
  cursor: pointer;
}

.page-404 {
  min-height: 100vh;
}

.page-404 .mv {
  background-color: #445F65;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-404 .mv__inner {
  text-align: center;
  color: #fff;
}

.page-404 .mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.page-404 .mv__text-wrapper {
  position: relative;
  z-index: 2;
}

.page-404 .mv__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  color: #fff;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page-404 .mv__title {
    font-size: 5rem;
    margin-bottom: 1rem;
  }
}

.page-404 .mv__en-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
  color: #97AE8A;
}
@media screen and (min-width: 768px) {
  .page-404 .mv__en-title {
    font-size: 1.5rem;
  }
}

.error-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .error-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.error-content__wrapper {
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
}

.error-content__message {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .error-content__message {
    margin-bottom: 3.75rem;
  }
}

.error-content__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #002235;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .error-content__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.error-content__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #002235;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .error-content__text {
    font-size: 1rem;
    line-height: 2;
  }
}

.error-nav__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #002235;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .error-nav__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.error-nav__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  max-width: 37.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .error-nav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.error-nav__link {
  display: block;
  background-color: #fff;
  border: 2px solid #97AE8A;
  padding: 1rem 1.25rem;
  text-decoration: none;
  transition: all 0.3s ease;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 768px) {
  .error-nav__link {
    padding: 1.25rem 1.5rem;
  }
}
.error-nav__link:hover {
  background-color: #97AE8A;
  transform: translateY(-2px);
  filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.2));
}
.error-nav__link:hover .error-nav__jp,
.error-nav__link:hover .error-nav__en {
  color: #fff;
}

.error-nav__jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #002235;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 0.25rem;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .error-nav__jp {
    font-size: 1rem;
    margin-bottom: 0.375rem;
  }
}

.error-nav__en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  color: #97AE8A;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .error-nav__en {
    font-size: 0.75rem;
  }
}

.contact--404 {
  margin-top: 0;
}

.contact--404 .section-title__wrapper h2 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .contact--404 .section-title__wrapper h2 {
    font-size: 1.75rem;
  }
}

.contact--404 .section-title__wrapper p {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .contact--404 .section-title__wrapper p {
    font-size: 0.875rem;
  }
}

.page-company-info {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .page-company-info {
    margin-top: 5.625rem;
  }
}

.page-company-info__inner {
  width: 100%;
  max-width: 59.375rem;
  padding-right: 25px;
  padding-left: 25px;
  margin: 0 auto;
}

.page-company-info__list {
  margin-top: 1.25rem;
  color: #002235;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .page-company-info__list {
    margin-top: 3.125rem;
  }
}

.page-company-info--blue .page-company-info__list {
  color: #FCFCFC;
}

.page-company-info__row {
  font-size: 0.625rem;
  padding: 1em 0.5rem;
  display: flex;
  border-top: 1px solid black;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page-company-info__row {
    font-size: 1rem;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.page-company-info--blue .page-company-info__row {
  border-top: 1px solid #FCFCFC;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

.page-company-info__row:last-child {
  border-bottom: 1px solid black;
}

.page-company-info--blue .page-company-info__row:last-child {
  border-bottom: 1px solid #FCFCFC;
}

.page-company-info__row dt {
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .page-company-info__row dt {
    width: 11.625rem;
    margin-left: 1.875rem;
  }
}

.page-company-info__row dd {
  width: 80%;
}

.peace-mind {
  position: relative;
  margin-top: 2.08333125rem;
  padding-top: 1.875rem;
  padding-bottom: 1.8333125rem;
}
@media screen and (min-width: 768px) {
  .peace-mind {
    margin-top: 8.75rem;
    padding-top: 3.125rem;
    padding-bottom: 4.125rem;
  }
}

.peace-mind::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/peace-mind-bg_sp.webp");
  background-size: cover;
  z-index: -1;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .peace-mind::before {
    background-image: url("../images/common/peace-mind-bg.webp");
  }
}

.peace-mind::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 33, 6, 0.72);
  z-index: -1;
  mix-blend-mode: multiply;
}

.peace-mind__title-wrapper {
  text-align: center;
}

.peace-mind__title {
  color: #fff;
}

.peace-mind__text__wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .peace-mind__text__wrapper {
    width: 77.142%;
    margin-top: 3.125rem;
  }
}

.peace-mind__text {
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .peace-mind__text {
    font-size: 1rem;
    line-height: 2.25;
  }
}

.peace-mind__text:not(:first-child) {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .peace-mind__text:not(:first-child) {
    margin-top: 0;
  }
}

.peace-mind__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  row-gap: 1.6041875rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-top: 2.0833125rem;
}
@media screen and (min-width: 768px) {
  .peace-mind__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 5.208vw;
         column-gap: 5.208vw;
    row-gap: 3.125rem;
    margin-top: 6.25rem;
  }
}

.peace-mind__grid__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.peace-mind__grid__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.0833125rem;
  line-height: 2;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  text-align: center;
  color: #fff;
}
@media (min-width: 568px) {
  .peace-mind__grid__title {
    font-size: clamp(0.875rem, 0.17rem + 1.99vw, 1.125rem);
  }
}
@media screen and (min-width: 768px) {
  .peace-mind__grid__title {
    font-size: clamp(0.813rem, 0.353rem + 0.91vw, 1.25rem);
  }
}

.peace-mind__grid__img {
  aspect-ratio: 892/669;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .peace-mind__grid__img {
    aspect-ratio: 400/300;
  }
}

.peace-mind__grid__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.peace-mind__grid__list {
  margin-top: 1.25rem;
}

.peace-mind__grid__list__item {
  color: #fff;
  letter-spacing: 0.3em;
  line-height: 1.5789473684;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .peace-mind__grid__list__item {
    font-size: 1rem;
  }
}

.page-privacy {
  min-height: 100vh;
}

.privacy-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .privacy-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.privacy-content__wrapper {
  max-width: 56.25rem;
  margin: 0 auto;
}

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

.privacy-content__intro-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #002235;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  padding: 1.25rem;
  background-color: #FFFDF0;
  border-left: 4px solid #97AE8A;
}
@media screen and (min-width: 768px) {
  .privacy-content__intro-text {
    font-size: 1rem;
    line-height: 2;
    padding: 1.875rem;
  }
}

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

.privacy-section:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .privacy-section:not(:first-child) {
    margin-top: 3.125rem;
  }
}

.privacy-section__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #002235;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #97AE8A;
}
@media screen and (min-width: 768px) {
  .privacy-section__title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
  }
}

.privacy-section__content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #002235;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .privacy-section__content p {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 1.25rem;
  }
}
.privacy-section__content p:last-child {
  margin-bottom: 0;
}

.privacy-section__content ul {
  margin-top: 1rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .privacy-section__content ul {
    margin-top: 1.25rem;
    padding-left: 1.875rem;
  }
}

.privacy-section__content li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #002235;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 0.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .privacy-section__content li {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 0.75rem;
  }
}
.privacy-section__content li:before {
  content: "•";
  color: #97AE8A;
  font-weight: bold;
  position: absolute;
  left: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .privacy-section__content li:before {
    left: -1.25rem;
  }
}
.privacy-section__content li:last-child {
  margin-bottom: 0;
}

.privacy-contact {
  background-color: #fff;
  border: 2px solid #97AE8A;
  padding: 1.25rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .privacy-contact {
    padding: 1.875rem;
    margin-top: 1.25rem;
  }
}

.privacy-contact__company {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 1rem;
  color: #002235;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .privacy-contact__company {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.privacy-contact__address,
.privacy-contact__tel,
.privacy-contact__email,
.privacy-contact__time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #002235;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .privacy-contact__address,
  .privacy-contact__tel,
  .privacy-contact__email,
  .privacy-contact__time {
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 0.75rem;
  }
}
.privacy-contact__address:last-child,
.privacy-contact__tel:last-child,
.privacy-contact__email:last-child,
.privacy-contact__time:last-child {
  margin-bottom: 0;
}

.privacy-content__footer {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .privacy-content__footer {
    margin-top: 5rem;
  }
}

.privacy-content__updated {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: #002235;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .privacy-content__updated {
    font-size: 0.875rem;
  }
}

.contact--privacy {
  margin-top: 0;
}

.contact--privacy .section-title__wrapper h2 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .contact--privacy .section-title__wrapper h2 {
    font-size: 1.75rem;
  }
}

.contact--privacy .section-title__wrapper p {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .contact--privacy .section-title__wrapper p {
    font-size: 0.875rem;
  }
}

.profitable-properties {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .profitable-properties {
    margin-top: 6.25rem;
  }
}

.profitable-properties__copy__head {
  margin-left: 0;
  color: #002235;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .profitable-properties__copy__head {
    font-size: 2.625rem;
    margin-left: 7.714%;
  }
}

.profitable-properties__copy__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #002235;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .profitable-properties__copy__text {
    font-size: 1.25rem;
    margin-top: 1.625rem;
    max-width: 78.857%;
  }
}

.profitable-properties__construction {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .profitable-properties__construction {
    margin-top: 3.4375rem;
  }
}

.profitable-properties__construction__title {
  color: #002235;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .profitable-properties__construction__title {
    font-size: 2.625rem;
  }
}

.profitable-properties__construction__en-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #445F65;
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .profitable-properties__construction__en-title {
    font-size: 1rem;
  }
}

.profitable-properties__construction__item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .profitable-properties__construction__item {
    margin-top: 3.125rem;
  }
}

.profitable-properties__construction__item__title {
  padding: 0.25rem 0.5rem;
  background-color: #97AE8A;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .profitable-properties__construction__item__title {
    font-size: 1.5rem;
    padding: 0.625rem 1.25rem;
  }
}

.profitable-properties__construction__grid {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.9375rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .profitable-properties__construction__grid {
    margin-top: 3.125rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .profitable-properties__construction__grid {
    max-width: 90%;
  }
}

.profitable-properties__construction__item__image {
  aspect-ratio: 300/400;
}

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

.profitable-properties__construction__item__text {
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: #002235;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .profitable-properties__construction__item__text {
    font-size: 1rem;
    margin-top: 3.125rem;
    max-width: 92.429%;
  }
}

.reform-menu {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .reform-menu {
    margin-top: 6.25rem;
  }
}

.reform-menu__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .reform-menu__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.125rem 9.09%;
    max-width: 1100px;
    margin-top: 3.125rem;
  }
}

.reform-menu__item {
  color: #002235;
}

.reform-menu__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reform-menu__title {
    font-size: 2rem;
  }
}

.reform-menu__image {
  aspect-ratio: 500/375;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .reform-menu__image {
    margin-top: 2.8125rem;
  }
}

.reform-menu__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2;
  margin-top: 1rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .reform-menu__text {
    font-size: 1.25rem;
    margin-top: 3.125rem;
  }
}

.reform-flow {
  margin-top: 2.0833125rem;
}
@media screen and (min-width: 768px) {
  .reform-flow {
    margin-top: 6.25rem;
  }
}

.reform-flow__list {
  margin-top: 2.0833125rem;
  padding-bottom: 2.0833125rem;
  color: #002235;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .reform-flow__list {
    margin-top: 6.25rem;
    padding-bottom: 6.25rem;
    max-width: 1000px;
  }
}

.reform-flow__item {
  position: relative;
}

.reform-flow__item:not(:first-child) {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .reform-flow__item:not(:first-child) {
    margin-top: 5rem;
  }
}

.reform-flow__item:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 4.375rem;
  height: 0.40625rem;
  background-image: url("../images/common/flow-arrow.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 0.75rem;
  left: 50%;
  top: -1.0625rem;
  display: block;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .reform-flow__item:not(:first-child)::before {
    top: -3.25rem;
    width: 12.9375rem;
    height: 1.3125rem;
  }
}

.reform-flow__item__head {
  display: flex;
  align-items: center;
}

.reform-flow__number {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.3;
  font-size: 0.75rem;
  padding: 0.1875rem 0.25rem 0rem;
  border: 1px solid #002235;
}
@media screen and (min-width: 768px) {
  .reform-flow__number {
    padding: 0.4375rem 1.0625rem 0.3125rem;
    font-size: 1.125rem;
  }
}

.reform-flow__title {
  margin-left: 0.5rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.4230769231;
}
@media screen and (min-width: 768px) {
  .reform-flow__title {
    font-size: 1.625rem;
    margin-left: 1.25rem;
  }
}

.reform-flow__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 3.125;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .reform-flow__text {
    font-size: 1rem;
    margin-top: 1.9375rem;
  }
}

.stores {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .stores {
    margin-top: 6.25rem;
  }
}

.stores__copy__wrapper {
  text-align: center;
}

.stores__copy__head {
  color: #002235;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .stores__copy__head {
    font-size: 2.625rem;
  }
}

.stores__copy__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #002235;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .stores__copy__text {
    font-size: 1.25rem;
    margin-top: 1.625rem;
  }
}

.stores__construction {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .stores__construction {
    margin-top: 6.5625rem;
  }
}

.stores__construction__title {
  color: #002235;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .stores__construction__title {
    font-size: 2.625rem;
  }
}

.stores__construction__en-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #445F65;
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .stores__construction__en-title {
    font-size: 1rem;
  }
}

.stores__construction__item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .stores__construction__item {
    margin-top: 3.125rem;
  }
}

.stores__construction__item__title {
  padding: 0.25rem 0.5rem;
  background-color: #97AE8A;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .stores__construction__item__title {
    font-size: 1.5rem;
    padding: 0.625rem 1.25rem;
  }
}

.stores__construction__grid {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .stores__construction__grid {
    margin-top: 3.125rem;
    gap: 2.5rem;
    justify-content: start;
  }
}

.stores__construction__item__image {
  aspect-ratio: 400/300;
  max-width: 25rem;
  width: 47%;
}
@media screen and (min-width: 768px) {
  .stores__construction__item__image {
    width: 100%;
  }
}

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

.stores__construction__item__text {
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: #002235;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .stores__construction__item__text {
    font-size: 1rem;
    margin-top: 3.125rem;
    max-width: 92.429%;
  }
}

.stores__construction__item__text:not(:first-child) {
  margin-top: 1em;
}

.thoughts {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .thoughts {
    margin-top: 6.25rem;
  }
}

.thoughts__text-head {
  color: #002235;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .thoughts__text-head {
    font-size: 1.25rem;
    line-height: 2;
  }
}

.thoughts__text {
  color: #002235;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .thoughts__text {
    font-size: 1.25rem;
    line-height: 2;
  }
}

.page-about__title__wrapper {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-about__title__wrapper {
    text-align: left;
  }
}

.page-about__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 1.75rem;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  line-height: 1.4285714286;
  color: #002235;
}
@media screen and (min-width: 768px) {
  .page-about__title {
    font-size: 2.625rem;
    line-height: 1.4285714286;
  }
}

.page-about__en-title {
  margin-top: 0.3125rem;
  color: #C9A900;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 1.1875;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .page-about__en-title {
    font-size: 0.875rem;
    margin-top: 0.375rem;
  }
}

.page-about__text__wrapper {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-about__text__wrapper {
    margin-top: 3.125rem;
  }
}

.about-greeting {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .about-greeting {
    margin-top: 6.25rem;
  }
}

.about-greeting__text__wrapper {
  max-width: 648px;
}

.about-greeting__text-head {
  color: #002235;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2.25;
}
@media screen and (min-width: 768px) {
  .about-greeting__text-head {
    font-size: 1rem;
  }
}

.about-greeting__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2.25;
}
@media screen and (min-width: 768px) {
  .about-greeting__text {
    font-size: 1rem;
  }
}

.corporate-philosophy {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .corporate-philosophy {
    margin-top: 6.25rem;
  }
}

.corporate-philosophy__text {
  color: #002235;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .corporate-philosophy__text {
    font-size: 1.25rem;
  }
}

.strengths {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .strengths {
    margin-top: 6.25rem;
  }
}

.strengths__text {
  color: #002235;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .strengths__text {
    font-size: 1.25rem;
    line-height: 2;
  }
}

.about-details {
  margin-top: 3.125rem;
  padding: 3.75rem 0 9.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-details {
    padding: 5rem 0 18.75rem;
    margin-top: 6.25rem;
  }
}

.about-details__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
}

.about-details__left-bg {
  width: 50%;
  height: 100%;
  background-image: url("../images/common/about-details-bg_1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.about-details__left-bg a {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  z-index: 1;
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.4583333333;
  text-align: center;
  border: 1px solid #fff;
  padding: 0.6875rem 0.8125rem 0.3125rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .about-details__left-bg a {
    font-size: 1.5rem;
    bottom: 20%;
  }
}

.about-details__left-bg__click {
  text-transform: uppercase;
  display: block;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.5rem;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  line-height: 1.3125;
  text-align: center;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .about-details__left-bg__click {
    font-size: 1rem;
  }
}

.about-details__left-bg span {
  display: inline-block;
}

.about-details__right-bg {
  width: 50%;
  height: 100%;
  background-image: url("../images/common/about-details-bg_2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.about-details__right-bg a {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  z-index: 1;
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.4583333333;
  text-align: center;
  border: 1px solid #fff;
  padding: 0.6875rem 0.8125rem 0.3125rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .about-details__right-bg a {
    font-size: 1.5rem;
    bottom: 20%;
  }
}

.about-details__right-bg__click {
  text-transform: uppercase;
  display: block;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.5rem;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  line-height: 1.3125;
  text-align: center;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .about-details__right-bg__click {
    font-size: 1rem;
  }
}

.about-details__right-bg span {
  display: inline-block;
}

.about-details__bg-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
}

.about-details__inner {
  position: relative;
  z-index: 1;
}

.about-details__title {
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 1.75rem;
  letter-spacing: 0.25em;
  margin-right: -0.25em;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .about-details__title {
    font-size: 2.5rem;
  }
}

.about-details__text {
  margin-top: 1.25rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .about-details__text {
    font-size: 1.25rem;
    margin-top: 2.5rem;
    text-align: center;
  }
}

.voice {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .voice {
    margin-top: 6.25rem;
  }
}

.voice__inner {
  max-width: 75rem;
}

h2.voice__title {
  color: #002235;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  h2.voice__title {
    font-size: 2.625rem;
  }
}

p.voice__en-title {
  color: #002235;
  text-transform: capitalize;
  font-weight: 700;
}

.voice__grid {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .voice__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 3.125rem;
  }
}

.voice__item {
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
  background-color: #fff;
}

.voice__item__img {
  aspect-ratio: 14/9;
}

.voice__item__img img {
  display: block;
}

.voice__item__text__wrapper {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .voice__item__text__wrapper {
    padding: 1.5rem;
  }
}

.voice__item__title {
  color: #003D5F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #AAAAAA;
}
@media screen and (min-width: 768px) {
  .voice__item__title {
    font-size: 1.25rem;
  }
}

.voice__item__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #002235;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .voice__item__text {
    font-size: 1rem;
  }
}

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

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

.voice__pagination .wp-pagenavi a,
.voice__pagination .wp-pagenavi .current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #AAAAAA;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #002235;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .voice__pagination .wp-pagenavi a,
  .voice__pagination .wp-pagenavi .current {
    min-width: 2.75rem;
    height: 2.75rem;
    font-size: 1rem;
    padding: 0.625rem 0.875rem;
  }
}

.voice__pagination .wp-pagenavi a:hover {
  background-color: #002235;
  color: #fff;
  border-color: #002235;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.voice__pagination .wp-pagenavi .current {
  background-color: #002235;
  color: #fff;
  border-color: #002235;
  cursor: default;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.voice__pagination .wp-pagenavi .previouspostslink,
.voice__pagination .wp-pagenavi .nextpostslink {
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .voice__pagination .wp-pagenavi .previouspostslink,
  .voice__pagination .wp-pagenavi .nextpostslink {
    padding: 0.625rem 1.125rem;
    font-size: 0.875rem;
  }
}

#voice-container.loading {
  opacity: 0.6;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.voice__error,
.voice__no-items,
.voice__no-acf {
  text-align: center;
  padding: 2.5rem 1.25rem;
  color: #002235;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .voice__error,
  .voice__no-items,
  .voice__no-acf {
    padding: 3.75rem 1.25rem;
    font-size: 1.125rem;
  }
}

.page-contact {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .page-contact {
    margin-top: 5.625rem;
  }
}

.page-contact__inner {
  max-width: 62.5rem;
}

.page-contact__title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.4285714286;
  color: #002235;
}
@media screen and (min-width: 768px) {
  .page-contact__title {
    font-size: 1.75rem;
  }
}

.page-contact__body {
  margin-top: 3.125rem;
}

.page-contact__button {
  margin-top: 3.75rem;
  background-color: #97AE8A;
  display: flex;
  justify-content: center;
  border-radius: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-contact__button a {
  padding: 1rem 1.5rem;
  display: inline-block;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-contact__button a {
    font-size: 1.125rem;
  }
}/*# sourceMappingURL=style.css.map */